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

     1  # EnvironmentEditSettings
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Name** | Pointer to **NullableString** |  | [optional] 
     8  **RemoteDevelopmentAllowed** | Pointer to **NullableBool** |  | [optional] 
     9  **AutoUpdate** | Pointer to **NullableBool** |  | [optional] 
    10  **KubernetesIntegration** | Pointer to **NullableString** |  | [optional] 
    11  **Edit** | Pointer to [**EnvironmentEditSettingsEdit**](EnvironmentEditSettingsEdit.md) |  | [optional] 
    12  **Labels** | Pointer to [**NullableEdit**](Edit.md) |  | [optional] 
    13  
    14  ## Methods
    15  
    16  ### NewEnvironmentEditSettings
    17  
    18  `func NewEnvironmentEditSettings() *EnvironmentEditSettings`
    19  
    20  NewEnvironmentEditSettings instantiates a new EnvironmentEditSettings object
    21  This constructor will assign default values to properties that have it defined,
    22  and makes sure properties required by API are set, but the set of arguments
    23  will change when the set of required properties is changed
    24  
    25  ### NewEnvironmentEditSettingsWithDefaults
    26  
    27  `func NewEnvironmentEditSettingsWithDefaults() *EnvironmentEditSettings`
    28  
    29  NewEnvironmentEditSettingsWithDefaults instantiates a new EnvironmentEditSettings object
    30  This constructor will only assign default values to properties that have it defined,
    31  but it doesn't guarantee that properties required by API are set
    32  
    33  ### GetName
    34  
    35  `func (o *EnvironmentEditSettings) GetName() string`
    36  
    37  GetName returns the Name field if non-nil, zero value otherwise.
    38  
    39  ### GetNameOk
    40  
    41  `func (o *EnvironmentEditSettings) GetNameOk() (*string, bool)`
    42  
    43  GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
    44  and a boolean to check if the value has been set.
    45  
    46  ### SetName
    47  
    48  `func (o *EnvironmentEditSettings) SetName(v string)`
    49  
    50  SetName sets Name field to given value.
    51  
    52  ### HasName
    53  
    54  `func (o *EnvironmentEditSettings) HasName() bool`
    55  
    56  HasName returns a boolean if a field has been set.
    57  
    58  ### SetNameNil
    59  
    60  `func (o *EnvironmentEditSettings) SetNameNil(b bool)`
    61  
    62   SetNameNil sets the value for Name to be an explicit nil
    63  
    64  ### UnsetName
    65  `func (o *EnvironmentEditSettings) UnsetName()`
    66  
    67  UnsetName ensures that no value is present for Name, not even an explicit nil
    68  ### GetRemoteDevelopmentAllowed
    69  
    70  `func (o *EnvironmentEditSettings) GetRemoteDevelopmentAllowed() bool`
    71  
    72  GetRemoteDevelopmentAllowed returns the RemoteDevelopmentAllowed field if non-nil, zero value otherwise.
    73  
    74  ### GetRemoteDevelopmentAllowedOk
    75  
    76  `func (o *EnvironmentEditSettings) GetRemoteDevelopmentAllowedOk() (*bool, bool)`
    77  
    78  GetRemoteDevelopmentAllowedOk returns a tuple with the RemoteDevelopmentAllowed field if it's non-nil, zero value otherwise
    79  and a boolean to check if the value has been set.
    80  
    81  ### SetRemoteDevelopmentAllowed
    82  
    83  `func (o *EnvironmentEditSettings) SetRemoteDevelopmentAllowed(v bool)`
    84  
    85  SetRemoteDevelopmentAllowed sets RemoteDevelopmentAllowed field to given value.
    86  
    87  ### HasRemoteDevelopmentAllowed
    88  
    89  `func (o *EnvironmentEditSettings) HasRemoteDevelopmentAllowed() bool`
    90  
    91  HasRemoteDevelopmentAllowed returns a boolean if a field has been set.
    92  
    93  ### SetRemoteDevelopmentAllowedNil
    94  
    95  `func (o *EnvironmentEditSettings) SetRemoteDevelopmentAllowedNil(b bool)`
    96  
    97   SetRemoteDevelopmentAllowedNil sets the value for RemoteDevelopmentAllowed to be an explicit nil
    98  
    99  ### UnsetRemoteDevelopmentAllowed
   100  `func (o *EnvironmentEditSettings) UnsetRemoteDevelopmentAllowed()`
   101  
   102  UnsetRemoteDevelopmentAllowed ensures that no value is present for RemoteDevelopmentAllowed, not even an explicit nil
   103  ### GetAutoUpdate
   104  
   105  `func (o *EnvironmentEditSettings) GetAutoUpdate() bool`
   106  
   107  GetAutoUpdate returns the AutoUpdate field if non-nil, zero value otherwise.
   108  
   109  ### GetAutoUpdateOk
   110  
   111  `func (o *EnvironmentEditSettings) GetAutoUpdateOk() (*bool, bool)`
   112  
   113  GetAutoUpdateOk returns a tuple with the AutoUpdate field if it's non-nil, zero value otherwise
   114  and a boolean to check if the value has been set.
   115  
   116  ### SetAutoUpdate
   117  
   118  `func (o *EnvironmentEditSettings) SetAutoUpdate(v bool)`
   119  
   120  SetAutoUpdate sets AutoUpdate field to given value.
   121  
   122  ### HasAutoUpdate
   123  
   124  `func (o *EnvironmentEditSettings) HasAutoUpdate() bool`
   125  
   126  HasAutoUpdate returns a boolean if a field has been set.
   127  
   128  ### SetAutoUpdateNil
   129  
   130  `func (o *EnvironmentEditSettings) SetAutoUpdateNil(b bool)`
   131  
   132   SetAutoUpdateNil sets the value for AutoUpdate to be an explicit nil
   133  
   134  ### UnsetAutoUpdate
   135  `func (o *EnvironmentEditSettings) UnsetAutoUpdate()`
   136  
   137  UnsetAutoUpdate ensures that no value is present for AutoUpdate, not even an explicit nil
   138  ### GetKubernetesIntegration
   139  
   140  `func (o *EnvironmentEditSettings) GetKubernetesIntegration() string`
   141  
   142  GetKubernetesIntegration returns the KubernetesIntegration field if non-nil, zero value otherwise.
   143  
   144  ### GetKubernetesIntegrationOk
   145  
   146  `func (o *EnvironmentEditSettings) GetKubernetesIntegrationOk() (*string, bool)`
   147  
   148  GetKubernetesIntegrationOk returns a tuple with the KubernetesIntegration field if it's non-nil, zero value otherwise
   149  and a boolean to check if the value has been set.
   150  
   151  ### SetKubernetesIntegration
   152  
   153  `func (o *EnvironmentEditSettings) SetKubernetesIntegration(v string)`
   154  
   155  SetKubernetesIntegration sets KubernetesIntegration field to given value.
   156  
   157  ### HasKubernetesIntegration
   158  
   159  `func (o *EnvironmentEditSettings) HasKubernetesIntegration() bool`
   160  
   161  HasKubernetesIntegration returns a boolean if a field has been set.
   162  
   163  ### SetKubernetesIntegrationNil
   164  
   165  `func (o *EnvironmentEditSettings) SetKubernetesIntegrationNil(b bool)`
   166  
   167   SetKubernetesIntegrationNil sets the value for KubernetesIntegration to be an explicit nil
   168  
   169  ### UnsetKubernetesIntegration
   170  `func (o *EnvironmentEditSettings) UnsetKubernetesIntegration()`
   171  
   172  UnsetKubernetesIntegration ensures that no value is present for KubernetesIntegration, not even an explicit nil
   173  ### GetEdit
   174  
   175  `func (o *EnvironmentEditSettings) GetEdit() EnvironmentEditSettingsEdit`
   176  
   177  GetEdit returns the Edit field if non-nil, zero value otherwise.
   178  
   179  ### GetEditOk
   180  
   181  `func (o *EnvironmentEditSettings) GetEditOk() (*EnvironmentEditSettingsEdit, bool)`
   182  
   183  GetEditOk returns a tuple with the Edit field if it's non-nil, zero value otherwise
   184  and a boolean to check if the value has been set.
   185  
   186  ### SetEdit
   187  
   188  `func (o *EnvironmentEditSettings) SetEdit(v EnvironmentEditSettingsEdit)`
   189  
   190  SetEdit sets Edit field to given value.
   191  
   192  ### HasEdit
   193  
   194  `func (o *EnvironmentEditSettings) HasEdit() bool`
   195  
   196  HasEdit returns a boolean if a field has been set.
   197  
   198  ### GetLabels
   199  
   200  `func (o *EnvironmentEditSettings) GetLabels() Edit`
   201  
   202  GetLabels returns the Labels field if non-nil, zero value otherwise.
   203  
   204  ### GetLabelsOk
   205  
   206  `func (o *EnvironmentEditSettings) GetLabelsOk() (*Edit, bool)`
   207  
   208  GetLabelsOk returns a tuple with the Labels field if it's non-nil, zero value otherwise
   209  and a boolean to check if the value has been set.
   210  
   211  ### SetLabels
   212  
   213  `func (o *EnvironmentEditSettings) SetLabels(v Edit)`
   214  
   215  SetLabels sets Labels field to given value.
   216  
   217  ### HasLabels
   218  
   219  `func (o *EnvironmentEditSettings) HasLabels() bool`
   220  
   221  HasLabels returns a boolean if a field has been set.
   222  
   223  ### SetLabelsNil
   224  
   225  `func (o *EnvironmentEditSettings) SetLabelsNil(b bool)`
   226  
   227   SetLabelsNil sets the value for Labels to be an explicit nil
   228  
   229  ### UnsetLabels
   230  `func (o *EnvironmentEditSettings) UnsetLabels()`
   231  
   232  UnsetLabels ensures that no value is present for Labels, not even an explicit nil
   233  
   234  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   235  
   236