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

     1  # EnvironmentVariableCollection
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Id** | Pointer to **string** | Environment variable identifier. | [optional] [readonly] 
     8  **Name** | Pointer to **string** | Environment variable name. | [optional] [readonly] 
     9  **Value** | Pointer to **NullableString** | Environment variable value. | [optional] [readonly] 
    10  **Secret** | Pointer to **bool** | Environment variable marked as secret. | [optional] [readonly] 
    11  **Environment** | Pointer to **string** | Environment identifier. | [optional] [readonly] 
    12  **Organization** | Pointer to **string** | Organization identifier. | [optional] [readonly] 
    13  
    14  ## Methods
    15  
    16  ### NewEnvironmentVariableCollection
    17  
    18  `func NewEnvironmentVariableCollection() *EnvironmentVariableCollection`
    19  
    20  NewEnvironmentVariableCollection instantiates a new EnvironmentVariableCollection 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  ### NewEnvironmentVariableCollectionWithDefaults
    26  
    27  `func NewEnvironmentVariableCollectionWithDefaults() *EnvironmentVariableCollection`
    28  
    29  NewEnvironmentVariableCollectionWithDefaults instantiates a new EnvironmentVariableCollection 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  ### GetId
    34  
    35  `func (o *EnvironmentVariableCollection) GetId() string`
    36  
    37  GetId returns the Id field if non-nil, zero value otherwise.
    38  
    39  ### GetIdOk
    40  
    41  `func (o *EnvironmentVariableCollection) GetIdOk() (*string, bool)`
    42  
    43  GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
    44  and a boolean to check if the value has been set.
    45  
    46  ### SetId
    47  
    48  `func (o *EnvironmentVariableCollection) SetId(v string)`
    49  
    50  SetId sets Id field to given value.
    51  
    52  ### HasId
    53  
    54  `func (o *EnvironmentVariableCollection) HasId() bool`
    55  
    56  HasId returns a boolean if a field has been set.
    57  
    58  ### GetName
    59  
    60  `func (o *EnvironmentVariableCollection) GetName() string`
    61  
    62  GetName returns the Name field if non-nil, zero value otherwise.
    63  
    64  ### GetNameOk
    65  
    66  `func (o *EnvironmentVariableCollection) GetNameOk() (*string, bool)`
    67  
    68  GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
    69  and a boolean to check if the value has been set.
    70  
    71  ### SetName
    72  
    73  `func (o *EnvironmentVariableCollection) SetName(v string)`
    74  
    75  SetName sets Name field to given value.
    76  
    77  ### HasName
    78  
    79  `func (o *EnvironmentVariableCollection) HasName() bool`
    80  
    81  HasName returns a boolean if a field has been set.
    82  
    83  ### GetValue
    84  
    85  `func (o *EnvironmentVariableCollection) GetValue() string`
    86  
    87  GetValue returns the Value field if non-nil, zero value otherwise.
    88  
    89  ### GetValueOk
    90  
    91  `func (o *EnvironmentVariableCollection) GetValueOk() (*string, bool)`
    92  
    93  GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise
    94  and a boolean to check if the value has been set.
    95  
    96  ### SetValue
    97  
    98  `func (o *EnvironmentVariableCollection) SetValue(v string)`
    99  
   100  SetValue sets Value field to given value.
   101  
   102  ### HasValue
   103  
   104  `func (o *EnvironmentVariableCollection) HasValue() bool`
   105  
   106  HasValue returns a boolean if a field has been set.
   107  
   108  ### SetValueNil
   109  
   110  `func (o *EnvironmentVariableCollection) SetValueNil(b bool)`
   111  
   112   SetValueNil sets the value for Value to be an explicit nil
   113  
   114  ### UnsetValue
   115  `func (o *EnvironmentVariableCollection) UnsetValue()`
   116  
   117  UnsetValue ensures that no value is present for Value, not even an explicit nil
   118  ### GetSecret
   119  
   120  `func (o *EnvironmentVariableCollection) GetSecret() bool`
   121  
   122  GetSecret returns the Secret field if non-nil, zero value otherwise.
   123  
   124  ### GetSecretOk
   125  
   126  `func (o *EnvironmentVariableCollection) GetSecretOk() (*bool, bool)`
   127  
   128  GetSecretOk returns a tuple with the Secret field if it's non-nil, zero value otherwise
   129  and a boolean to check if the value has been set.
   130  
   131  ### SetSecret
   132  
   133  `func (o *EnvironmentVariableCollection) SetSecret(v bool)`
   134  
   135  SetSecret sets Secret field to given value.
   136  
   137  ### HasSecret
   138  
   139  `func (o *EnvironmentVariableCollection) HasSecret() bool`
   140  
   141  HasSecret returns a boolean if a field has been set.
   142  
   143  ### GetEnvironment
   144  
   145  `func (o *EnvironmentVariableCollection) GetEnvironment() string`
   146  
   147  GetEnvironment returns the Environment field if non-nil, zero value otherwise.
   148  
   149  ### GetEnvironmentOk
   150  
   151  `func (o *EnvironmentVariableCollection) GetEnvironmentOk() (*string, bool)`
   152  
   153  GetEnvironmentOk returns a tuple with the Environment field if it's non-nil, zero value otherwise
   154  and a boolean to check if the value has been set.
   155  
   156  ### SetEnvironment
   157  
   158  `func (o *EnvironmentVariableCollection) SetEnvironment(v string)`
   159  
   160  SetEnvironment sets Environment field to given value.
   161  
   162  ### HasEnvironment
   163  
   164  `func (o *EnvironmentVariableCollection) HasEnvironment() bool`
   165  
   166  HasEnvironment returns a boolean if a field has been set.
   167  
   168  ### GetOrganization
   169  
   170  `func (o *EnvironmentVariableCollection) GetOrganization() string`
   171  
   172  GetOrganization returns the Organization field if non-nil, zero value otherwise.
   173  
   174  ### GetOrganizationOk
   175  
   176  `func (o *EnvironmentVariableCollection) GetOrganizationOk() (*string, bool)`
   177  
   178  GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise
   179  and a boolean to check if the value has been set.
   180  
   181  ### SetOrganization
   182  
   183  `func (o *EnvironmentVariableCollection) SetOrganization(v string)`
   184  
   185  SetOrganization sets Organization field to given value.
   186  
   187  ### HasOrganization
   188  
   189  `func (o *EnvironmentVariableCollection) HasOrganization() bool`
   190  
   191  HasOrganization returns a boolean if a field has been set.
   192  
   193  
   194  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   195  
   196