bunnyshell.com/sdk@v0.16.0/docs/EnvironmentEditConfigurationConfiguration.md (about)

     1  # EnvironmentEditConfigurationConfiguration
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Type** | Pointer to **string** |  | [optional] [default to "template"]
     8  **Url** | Pointer to **string** |  | [optional] 
     9  **Branch** | Pointer to **string** |  | [optional] 
    10  **YamlPath** | Pointer to **string** |  | [optional] 
    11  **Spec** | Pointer to **string** |  | [optional] 
    12  **Yaml** | Pointer to **string** |  | [optional] 
    13  **Variables** | Pointer to [**map[string]FromTemplateVariablesValue**](FromTemplateVariablesValue.md) |  | [optional] 
    14  **Template** | Pointer to **string** |  | [optional] 
    15  
    16  ## Methods
    17  
    18  ### NewEnvironmentEditConfigurationConfiguration
    19  
    20  `func NewEnvironmentEditConfigurationConfiguration() *EnvironmentEditConfigurationConfiguration`
    21  
    22  NewEnvironmentEditConfigurationConfiguration instantiates a new EnvironmentEditConfigurationConfiguration object
    23  This constructor will assign default values to properties that have it defined,
    24  and makes sure properties required by API are set, but the set of arguments
    25  will change when the set of required properties is changed
    26  
    27  ### NewEnvironmentEditConfigurationConfigurationWithDefaults
    28  
    29  `func NewEnvironmentEditConfigurationConfigurationWithDefaults() *EnvironmentEditConfigurationConfiguration`
    30  
    31  NewEnvironmentEditConfigurationConfigurationWithDefaults instantiates a new EnvironmentEditConfigurationConfiguration object
    32  This constructor will only assign default values to properties that have it defined,
    33  but it doesn't guarantee that properties required by API are set
    34  
    35  ### GetType
    36  
    37  `func (o *EnvironmentEditConfigurationConfiguration) GetType() string`
    38  
    39  GetType returns the Type field if non-nil, zero value otherwise.
    40  
    41  ### GetTypeOk
    42  
    43  `func (o *EnvironmentEditConfigurationConfiguration) GetTypeOk() (*string, bool)`
    44  
    45  GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
    46  and a boolean to check if the value has been set.
    47  
    48  ### SetType
    49  
    50  `func (o *EnvironmentEditConfigurationConfiguration) SetType(v string)`
    51  
    52  SetType sets Type field to given value.
    53  
    54  ### HasType
    55  
    56  `func (o *EnvironmentEditConfigurationConfiguration) HasType() bool`
    57  
    58  HasType returns a boolean if a field has been set.
    59  
    60  ### GetUrl
    61  
    62  `func (o *EnvironmentEditConfigurationConfiguration) GetUrl() string`
    63  
    64  GetUrl returns the Url field if non-nil, zero value otherwise.
    65  
    66  ### GetUrlOk
    67  
    68  `func (o *EnvironmentEditConfigurationConfiguration) GetUrlOk() (*string, bool)`
    69  
    70  GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise
    71  and a boolean to check if the value has been set.
    72  
    73  ### SetUrl
    74  
    75  `func (o *EnvironmentEditConfigurationConfiguration) SetUrl(v string)`
    76  
    77  SetUrl sets Url field to given value.
    78  
    79  ### HasUrl
    80  
    81  `func (o *EnvironmentEditConfigurationConfiguration) HasUrl() bool`
    82  
    83  HasUrl returns a boolean if a field has been set.
    84  
    85  ### GetBranch
    86  
    87  `func (o *EnvironmentEditConfigurationConfiguration) GetBranch() string`
    88  
    89  GetBranch returns the Branch field if non-nil, zero value otherwise.
    90  
    91  ### GetBranchOk
    92  
    93  `func (o *EnvironmentEditConfigurationConfiguration) GetBranchOk() (*string, bool)`
    94  
    95  GetBranchOk returns a tuple with the Branch field if it's non-nil, zero value otherwise
    96  and a boolean to check if the value has been set.
    97  
    98  ### SetBranch
    99  
   100  `func (o *EnvironmentEditConfigurationConfiguration) SetBranch(v string)`
   101  
   102  SetBranch sets Branch field to given value.
   103  
   104  ### HasBranch
   105  
   106  `func (o *EnvironmentEditConfigurationConfiguration) HasBranch() bool`
   107  
   108  HasBranch returns a boolean if a field has been set.
   109  
   110  ### GetYamlPath
   111  
   112  `func (o *EnvironmentEditConfigurationConfiguration) GetYamlPath() string`
   113  
   114  GetYamlPath returns the YamlPath field if non-nil, zero value otherwise.
   115  
   116  ### GetYamlPathOk
   117  
   118  `func (o *EnvironmentEditConfigurationConfiguration) GetYamlPathOk() (*string, bool)`
   119  
   120  GetYamlPathOk returns a tuple with the YamlPath field if it's non-nil, zero value otherwise
   121  and a boolean to check if the value has been set.
   122  
   123  ### SetYamlPath
   124  
   125  `func (o *EnvironmentEditConfigurationConfiguration) SetYamlPath(v string)`
   126  
   127  SetYamlPath sets YamlPath field to given value.
   128  
   129  ### HasYamlPath
   130  
   131  `func (o *EnvironmentEditConfigurationConfiguration) HasYamlPath() bool`
   132  
   133  HasYamlPath returns a boolean if a field has been set.
   134  
   135  ### GetSpec
   136  
   137  `func (o *EnvironmentEditConfigurationConfiguration) GetSpec() string`
   138  
   139  GetSpec returns the Spec field if non-nil, zero value otherwise.
   140  
   141  ### GetSpecOk
   142  
   143  `func (o *EnvironmentEditConfigurationConfiguration) GetSpecOk() (*string, bool)`
   144  
   145  GetSpecOk returns a tuple with the Spec field if it's non-nil, zero value otherwise
   146  and a boolean to check if the value has been set.
   147  
   148  ### SetSpec
   149  
   150  `func (o *EnvironmentEditConfigurationConfiguration) SetSpec(v string)`
   151  
   152  SetSpec sets Spec field to given value.
   153  
   154  ### HasSpec
   155  
   156  `func (o *EnvironmentEditConfigurationConfiguration) HasSpec() bool`
   157  
   158  HasSpec returns a boolean if a field has been set.
   159  
   160  ### GetYaml
   161  
   162  `func (o *EnvironmentEditConfigurationConfiguration) GetYaml() string`
   163  
   164  GetYaml returns the Yaml field if non-nil, zero value otherwise.
   165  
   166  ### GetYamlOk
   167  
   168  `func (o *EnvironmentEditConfigurationConfiguration) GetYamlOk() (*string, bool)`
   169  
   170  GetYamlOk returns a tuple with the Yaml field if it's non-nil, zero value otherwise
   171  and a boolean to check if the value has been set.
   172  
   173  ### SetYaml
   174  
   175  `func (o *EnvironmentEditConfigurationConfiguration) SetYaml(v string)`
   176  
   177  SetYaml sets Yaml field to given value.
   178  
   179  ### HasYaml
   180  
   181  `func (o *EnvironmentEditConfigurationConfiguration) HasYaml() bool`
   182  
   183  HasYaml returns a boolean if a field has been set.
   184  
   185  ### GetVariables
   186  
   187  `func (o *EnvironmentEditConfigurationConfiguration) GetVariables() map[string]FromTemplateVariablesValue`
   188  
   189  GetVariables returns the Variables field if non-nil, zero value otherwise.
   190  
   191  ### GetVariablesOk
   192  
   193  `func (o *EnvironmentEditConfigurationConfiguration) GetVariablesOk() (*map[string]FromTemplateVariablesValue, bool)`
   194  
   195  GetVariablesOk returns a tuple with the Variables field if it's non-nil, zero value otherwise
   196  and a boolean to check if the value has been set.
   197  
   198  ### SetVariables
   199  
   200  `func (o *EnvironmentEditConfigurationConfiguration) SetVariables(v map[string]FromTemplateVariablesValue)`
   201  
   202  SetVariables sets Variables field to given value.
   203  
   204  ### HasVariables
   205  
   206  `func (o *EnvironmentEditConfigurationConfiguration) HasVariables() bool`
   207  
   208  HasVariables returns a boolean if a field has been set.
   209  
   210  ### GetTemplate
   211  
   212  `func (o *EnvironmentEditConfigurationConfiguration) GetTemplate() string`
   213  
   214  GetTemplate returns the Template field if non-nil, zero value otherwise.
   215  
   216  ### GetTemplateOk
   217  
   218  `func (o *EnvironmentEditConfigurationConfiguration) GetTemplateOk() (*string, bool)`
   219  
   220  GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise
   221  and a boolean to check if the value has been set.
   222  
   223  ### SetTemplate
   224  
   225  `func (o *EnvironmentEditConfigurationConfiguration) SetTemplate(v string)`
   226  
   227  SetTemplate sets Template field to given value.
   228  
   229  ### HasTemplate
   230  
   231  `func (o *EnvironmentEditConfigurationConfiguration) HasTemplate() bool`
   232  
   233  HasTemplate returns a boolean if a field has been set.
   234  
   235  
   236  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   237  
   238