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

     1  # EnvironmentVariableEditAction
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Value** | **NullableString** |  | 
     8  **IsSecret** | Pointer to **NullableBool** |  | [optional] 
     9  
    10  ## Methods
    11  
    12  ### NewEnvironmentVariableEditAction
    13  
    14  `func NewEnvironmentVariableEditAction(value NullableString, ) *EnvironmentVariableEditAction`
    15  
    16  NewEnvironmentVariableEditAction instantiates a new EnvironmentVariableEditAction object
    17  This constructor will assign default values to properties that have it defined,
    18  and makes sure properties required by API are set, but the set of arguments
    19  will change when the set of required properties is changed
    20  
    21  ### NewEnvironmentVariableEditActionWithDefaults
    22  
    23  `func NewEnvironmentVariableEditActionWithDefaults() *EnvironmentVariableEditAction`
    24  
    25  NewEnvironmentVariableEditActionWithDefaults instantiates a new EnvironmentVariableEditAction object
    26  This constructor will only assign default values to properties that have it defined,
    27  but it doesn't guarantee that properties required by API are set
    28  
    29  ### GetValue
    30  
    31  `func (o *EnvironmentVariableEditAction) GetValue() string`
    32  
    33  GetValue returns the Value field if non-nil, zero value otherwise.
    34  
    35  ### GetValueOk
    36  
    37  `func (o *EnvironmentVariableEditAction) GetValueOk() (*string, bool)`
    38  
    39  GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetValue
    43  
    44  `func (o *EnvironmentVariableEditAction) SetValue(v string)`
    45  
    46  SetValue sets Value field to given value.
    47  
    48  
    49  ### SetValueNil
    50  
    51  `func (o *EnvironmentVariableEditAction) SetValueNil(b bool)`
    52  
    53   SetValueNil sets the value for Value to be an explicit nil
    54  
    55  ### UnsetValue
    56  `func (o *EnvironmentVariableEditAction) UnsetValue()`
    57  
    58  UnsetValue ensures that no value is present for Value, not even an explicit nil
    59  ### GetIsSecret
    60  
    61  `func (o *EnvironmentVariableEditAction) GetIsSecret() bool`
    62  
    63  GetIsSecret returns the IsSecret field if non-nil, zero value otherwise.
    64  
    65  ### GetIsSecretOk
    66  
    67  `func (o *EnvironmentVariableEditAction) GetIsSecretOk() (*bool, bool)`
    68  
    69  GetIsSecretOk returns a tuple with the IsSecret field if it's non-nil, zero value otherwise
    70  and a boolean to check if the value has been set.
    71  
    72  ### SetIsSecret
    73  
    74  `func (o *EnvironmentVariableEditAction) SetIsSecret(v bool)`
    75  
    76  SetIsSecret sets IsSecret field to given value.
    77  
    78  ### HasIsSecret
    79  
    80  `func (o *EnvironmentVariableEditAction) HasIsSecret() bool`
    81  
    82  HasIsSecret returns a boolean if a field has been set.
    83  
    84  ### SetIsSecretNil
    85  
    86  `func (o *EnvironmentVariableEditAction) SetIsSecretNil(b bool)`
    87  
    88   SetIsSecretNil sets the value for IsSecret to be an explicit nil
    89  
    90  ### UnsetIsSecret
    91  `func (o *EnvironmentVariableEditAction) UnsetIsSecret()`
    92  
    93  UnsetIsSecret ensures that no value is present for IsSecret, not even an explicit nil
    94  
    95  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    96  
    97