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

     1  # EnvironmentPartialStartAction
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **WithDependencies** | Pointer to **bool** |  | [optional] 
     8  **IsPartial** | Pointer to **bool** |  | [optional] 
     9  **Components** | Pointer to **[]string** |  | [optional] 
    10  
    11  ## Methods
    12  
    13  ### NewEnvironmentPartialStartAction
    14  
    15  `func NewEnvironmentPartialStartAction() *EnvironmentPartialStartAction`
    16  
    17  NewEnvironmentPartialStartAction instantiates a new EnvironmentPartialStartAction object
    18  This constructor will assign default values to properties that have it defined,
    19  and makes sure properties required by API are set, but the set of arguments
    20  will change when the set of required properties is changed
    21  
    22  ### NewEnvironmentPartialStartActionWithDefaults
    23  
    24  `func NewEnvironmentPartialStartActionWithDefaults() *EnvironmentPartialStartAction`
    25  
    26  NewEnvironmentPartialStartActionWithDefaults instantiates a new EnvironmentPartialStartAction object
    27  This constructor will only assign default values to properties that have it defined,
    28  but it doesn't guarantee that properties required by API are set
    29  
    30  ### GetWithDependencies
    31  
    32  `func (o *EnvironmentPartialStartAction) GetWithDependencies() bool`
    33  
    34  GetWithDependencies returns the WithDependencies field if non-nil, zero value otherwise.
    35  
    36  ### GetWithDependenciesOk
    37  
    38  `func (o *EnvironmentPartialStartAction) GetWithDependenciesOk() (*bool, bool)`
    39  
    40  GetWithDependenciesOk returns a tuple with the WithDependencies field if it's non-nil, zero value otherwise
    41  and a boolean to check if the value has been set.
    42  
    43  ### SetWithDependencies
    44  
    45  `func (o *EnvironmentPartialStartAction) SetWithDependencies(v bool)`
    46  
    47  SetWithDependencies sets WithDependencies field to given value.
    48  
    49  ### HasWithDependencies
    50  
    51  `func (o *EnvironmentPartialStartAction) HasWithDependencies() bool`
    52  
    53  HasWithDependencies returns a boolean if a field has been set.
    54  
    55  ### GetIsPartial
    56  
    57  `func (o *EnvironmentPartialStartAction) GetIsPartial() bool`
    58  
    59  GetIsPartial returns the IsPartial field if non-nil, zero value otherwise.
    60  
    61  ### GetIsPartialOk
    62  
    63  `func (o *EnvironmentPartialStartAction) GetIsPartialOk() (*bool, bool)`
    64  
    65  GetIsPartialOk returns a tuple with the IsPartial field if it's non-nil, zero value otherwise
    66  and a boolean to check if the value has been set.
    67  
    68  ### SetIsPartial
    69  
    70  `func (o *EnvironmentPartialStartAction) SetIsPartial(v bool)`
    71  
    72  SetIsPartial sets IsPartial field to given value.
    73  
    74  ### HasIsPartial
    75  
    76  `func (o *EnvironmentPartialStartAction) HasIsPartial() bool`
    77  
    78  HasIsPartial returns a boolean if a field has been set.
    79  
    80  ### GetComponents
    81  
    82  `func (o *EnvironmentPartialStartAction) GetComponents() []string`
    83  
    84  GetComponents returns the Components field if non-nil, zero value otherwise.
    85  
    86  ### GetComponentsOk
    87  
    88  `func (o *EnvironmentPartialStartAction) GetComponentsOk() (*[]string, bool)`
    89  
    90  GetComponentsOk returns a tuple with the Components field if it's non-nil, zero value otherwise
    91  and a boolean to check if the value has been set.
    92  
    93  ### SetComponents
    94  
    95  `func (o *EnvironmentPartialStartAction) SetComponents(v []string)`
    96  
    97  SetComponents sets Components field to given value.
    98  
    99  ### HasComponents
   100  
   101  `func (o *EnvironmentPartialStartAction) HasComponents() bool`
   102  
   103  HasComponents returns a boolean if a field has been set.
   104  
   105  
   106  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   107  
   108