bunnyshell.com/sdk@v0.16.0/docs/EnvironmentPartialDeployAction.md (about) 1 # EnvironmentPartialDeployAction 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **IncludedDependencies** | Pointer to **string** | | [optional] [default to "none"] 8 **IsPartial** | Pointer to **bool** | | [optional] 9 **Components** | Pointer to **[]string** | | [optional] 10 11 ## Methods 12 13 ### NewEnvironmentPartialDeployAction 14 15 `func NewEnvironmentPartialDeployAction() *EnvironmentPartialDeployAction` 16 17 NewEnvironmentPartialDeployAction instantiates a new EnvironmentPartialDeployAction 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 ### NewEnvironmentPartialDeployActionWithDefaults 23 24 `func NewEnvironmentPartialDeployActionWithDefaults() *EnvironmentPartialDeployAction` 25 26 NewEnvironmentPartialDeployActionWithDefaults instantiates a new EnvironmentPartialDeployAction 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 ### GetIncludedDependencies 31 32 `func (o *EnvironmentPartialDeployAction) GetIncludedDependencies() string` 33 34 GetIncludedDependencies returns the IncludedDependencies field if non-nil, zero value otherwise. 35 36 ### GetIncludedDependenciesOk 37 38 `func (o *EnvironmentPartialDeployAction) GetIncludedDependenciesOk() (*string, bool)` 39 40 GetIncludedDependenciesOk returns a tuple with the IncludedDependencies field if it's non-nil, zero value otherwise 41 and a boolean to check if the value has been set. 42 43 ### SetIncludedDependencies 44 45 `func (o *EnvironmentPartialDeployAction) SetIncludedDependencies(v string)` 46 47 SetIncludedDependencies sets IncludedDependencies field to given value. 48 49 ### HasIncludedDependencies 50 51 `func (o *EnvironmentPartialDeployAction) HasIncludedDependencies() bool` 52 53 HasIncludedDependencies returns a boolean if a field has been set. 54 55 ### GetIsPartial 56 57 `func (o *EnvironmentPartialDeployAction) GetIsPartial() bool` 58 59 GetIsPartial returns the IsPartial field if non-nil, zero value otherwise. 60 61 ### GetIsPartialOk 62 63 `func (o *EnvironmentPartialDeployAction) 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 *EnvironmentPartialDeployAction) SetIsPartial(v bool)` 71 72 SetIsPartial sets IsPartial field to given value. 73 74 ### HasIsPartial 75 76 `func (o *EnvironmentPartialDeployAction) HasIsPartial() bool` 77 78 HasIsPartial returns a boolean if a field has been set. 79 80 ### GetComponents 81 82 `func (o *EnvironmentPartialDeployAction) GetComponents() []string` 83 84 GetComponents returns the Components field if non-nil, zero value otherwise. 85 86 ### GetComponentsOk 87 88 `func (o *EnvironmentPartialDeployAction) 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 *EnvironmentPartialDeployAction) SetComponents(v []string)` 96 97 SetComponents sets Components field to given value. 98 99 ### HasComponents 100 101 `func (o *EnvironmentPartialDeployAction) 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