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

     1  # ProjectEditSettingsAction
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Name** | **NullableString** |  | 
     8  **Labels** | Pointer to [**NullableEdit**](Edit.md) |  | [optional] 
     9  
    10  ## Methods
    11  
    12  ### NewProjectEditSettingsAction
    13  
    14  `func NewProjectEditSettingsAction(name NullableString, ) *ProjectEditSettingsAction`
    15  
    16  NewProjectEditSettingsAction instantiates a new ProjectEditSettingsAction 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  ### NewProjectEditSettingsActionWithDefaults
    22  
    23  `func NewProjectEditSettingsActionWithDefaults() *ProjectEditSettingsAction`
    24  
    25  NewProjectEditSettingsActionWithDefaults instantiates a new ProjectEditSettingsAction 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  ### GetName
    30  
    31  `func (o *ProjectEditSettingsAction) GetName() string`
    32  
    33  GetName returns the Name field if non-nil, zero value otherwise.
    34  
    35  ### GetNameOk
    36  
    37  `func (o *ProjectEditSettingsAction) GetNameOk() (*string, bool)`
    38  
    39  GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetName
    43  
    44  `func (o *ProjectEditSettingsAction) SetName(v string)`
    45  
    46  SetName sets Name field to given value.
    47  
    48  
    49  ### SetNameNil
    50  
    51  `func (o *ProjectEditSettingsAction) SetNameNil(b bool)`
    52  
    53   SetNameNil sets the value for Name to be an explicit nil
    54  
    55  ### UnsetName
    56  `func (o *ProjectEditSettingsAction) UnsetName()`
    57  
    58  UnsetName ensures that no value is present for Name, not even an explicit nil
    59  ### GetLabels
    60  
    61  `func (o *ProjectEditSettingsAction) GetLabels() Edit`
    62  
    63  GetLabels returns the Labels field if non-nil, zero value otherwise.
    64  
    65  ### GetLabelsOk
    66  
    67  `func (o *ProjectEditSettingsAction) GetLabelsOk() (*Edit, bool)`
    68  
    69  GetLabelsOk returns a tuple with the Labels field if it's non-nil, zero value otherwise
    70  and a boolean to check if the value has been set.
    71  
    72  ### SetLabels
    73  
    74  `func (o *ProjectEditSettingsAction) SetLabels(v Edit)`
    75  
    76  SetLabels sets Labels field to given value.
    77  
    78  ### HasLabels
    79  
    80  `func (o *ProjectEditSettingsAction) HasLabels() bool`
    81  
    82  HasLabels returns a boolean if a field has been set.
    83  
    84  ### SetLabelsNil
    85  
    86  `func (o *ProjectEditSettingsAction) SetLabelsNil(b bool)`
    87  
    88   SetLabelsNil sets the value for Labels to be an explicit nil
    89  
    90  ### UnsetLabels
    91  `func (o *ProjectEditSettingsAction) UnsetLabels()`
    92  
    93  UnsetLabels ensures that no value is present for Labels, 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