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

     1  # ProjectVariableCollection
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Id** | Pointer to **string** | Project variable identifier. | [optional] [readonly] 
     8  **Name** | Pointer to **string** | Project variable name. | [optional] [readonly] 
     9  **Value** | Pointer to **NullableString** | Project variable value. | [optional] [readonly] 
    10  **Secret** | Pointer to **bool** | Project variable marked as secret. | [optional] [readonly] 
    11  **Project** | Pointer to **string** | Project identifier. | [optional] [readonly] 
    12  **Organization** | Pointer to **string** | Organization identifier. | [optional] [readonly] 
    13  
    14  ## Methods
    15  
    16  ### NewProjectVariableCollection
    17  
    18  `func NewProjectVariableCollection() *ProjectVariableCollection`
    19  
    20  NewProjectVariableCollection instantiates a new ProjectVariableCollection 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  ### NewProjectVariableCollectionWithDefaults
    26  
    27  `func NewProjectVariableCollectionWithDefaults() *ProjectVariableCollection`
    28  
    29  NewProjectVariableCollectionWithDefaults instantiates a new ProjectVariableCollection 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 *ProjectVariableCollection) GetId() string`
    36  
    37  GetId returns the Id field if non-nil, zero value otherwise.
    38  
    39  ### GetIdOk
    40  
    41  `func (o *ProjectVariableCollection) 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 *ProjectVariableCollection) SetId(v string)`
    49  
    50  SetId sets Id field to given value.
    51  
    52  ### HasId
    53  
    54  `func (o *ProjectVariableCollection) HasId() bool`
    55  
    56  HasId returns a boolean if a field has been set.
    57  
    58  ### GetName
    59  
    60  `func (o *ProjectVariableCollection) GetName() string`
    61  
    62  GetName returns the Name field if non-nil, zero value otherwise.
    63  
    64  ### GetNameOk
    65  
    66  `func (o *ProjectVariableCollection) 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 *ProjectVariableCollection) SetName(v string)`
    74  
    75  SetName sets Name field to given value.
    76  
    77  ### HasName
    78  
    79  `func (o *ProjectVariableCollection) HasName() bool`
    80  
    81  HasName returns a boolean if a field has been set.
    82  
    83  ### GetValue
    84  
    85  `func (o *ProjectVariableCollection) GetValue() string`
    86  
    87  GetValue returns the Value field if non-nil, zero value otherwise.
    88  
    89  ### GetValueOk
    90  
    91  `func (o *ProjectVariableCollection) 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 *ProjectVariableCollection) SetValue(v string)`
    99  
   100  SetValue sets Value field to given value.
   101  
   102  ### HasValue
   103  
   104  `func (o *ProjectVariableCollection) HasValue() bool`
   105  
   106  HasValue returns a boolean if a field has been set.
   107  
   108  ### SetValueNil
   109  
   110  `func (o *ProjectVariableCollection) SetValueNil(b bool)`
   111  
   112   SetValueNil sets the value for Value to be an explicit nil
   113  
   114  ### UnsetValue
   115  `func (o *ProjectVariableCollection) UnsetValue()`
   116  
   117  UnsetValue ensures that no value is present for Value, not even an explicit nil
   118  ### GetSecret
   119  
   120  `func (o *ProjectVariableCollection) GetSecret() bool`
   121  
   122  GetSecret returns the Secret field if non-nil, zero value otherwise.
   123  
   124  ### GetSecretOk
   125  
   126  `func (o *ProjectVariableCollection) 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 *ProjectVariableCollection) SetSecret(v bool)`
   134  
   135  SetSecret sets Secret field to given value.
   136  
   137  ### HasSecret
   138  
   139  `func (o *ProjectVariableCollection) HasSecret() bool`
   140  
   141  HasSecret returns a boolean if a field has been set.
   142  
   143  ### GetProject
   144  
   145  `func (o *ProjectVariableCollection) GetProject() string`
   146  
   147  GetProject returns the Project field if non-nil, zero value otherwise.
   148  
   149  ### GetProjectOk
   150  
   151  `func (o *ProjectVariableCollection) GetProjectOk() (*string, bool)`
   152  
   153  GetProjectOk returns a tuple with the Project field if it's non-nil, zero value otherwise
   154  and a boolean to check if the value has been set.
   155  
   156  ### SetProject
   157  
   158  `func (o *ProjectVariableCollection) SetProject(v string)`
   159  
   160  SetProject sets Project field to given value.
   161  
   162  ### HasProject
   163  
   164  `func (o *ProjectVariableCollection) HasProject() bool`
   165  
   166  HasProject returns a boolean if a field has been set.
   167  
   168  ### GetOrganization
   169  
   170  `func (o *ProjectVariableCollection) GetOrganization() string`
   171  
   172  GetOrganization returns the Organization field if non-nil, zero value otherwise.
   173  
   174  ### GetOrganizationOk
   175  
   176  `func (o *ProjectVariableCollection) 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 *ProjectVariableCollection) SetOrganization(v string)`
   184  
   185  SetOrganization sets Organization field to given value.
   186  
   187  ### HasOrganization
   188  
   189  `func (o *ProjectVariableCollection) 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