bunnyshell.com/sdk@v0.16.0/docs/EnvironmentPartialAction.md (about) 1 # EnvironmentPartialAction 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **IsPartial** | Pointer to **bool** | | [optional] 8 **Components** | Pointer to **[]string** | | [optional] 9 10 ## Methods 11 12 ### NewEnvironmentPartialAction 13 14 `func NewEnvironmentPartialAction() *EnvironmentPartialAction` 15 16 NewEnvironmentPartialAction instantiates a new EnvironmentPartialAction 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 ### NewEnvironmentPartialActionWithDefaults 22 23 `func NewEnvironmentPartialActionWithDefaults() *EnvironmentPartialAction` 24 25 NewEnvironmentPartialActionWithDefaults instantiates a new EnvironmentPartialAction 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 ### GetIsPartial 30 31 `func (o *EnvironmentPartialAction) GetIsPartial() bool` 32 33 GetIsPartial returns the IsPartial field if non-nil, zero value otherwise. 34 35 ### GetIsPartialOk 36 37 `func (o *EnvironmentPartialAction) GetIsPartialOk() (*bool, bool)` 38 39 GetIsPartialOk returns a tuple with the IsPartial field if it's non-nil, zero value otherwise 40 and a boolean to check if the value has been set. 41 42 ### SetIsPartial 43 44 `func (o *EnvironmentPartialAction) SetIsPartial(v bool)` 45 46 SetIsPartial sets IsPartial field to given value. 47 48 ### HasIsPartial 49 50 `func (o *EnvironmentPartialAction) HasIsPartial() bool` 51 52 HasIsPartial returns a boolean if a field has been set. 53 54 ### GetComponents 55 56 `func (o *EnvironmentPartialAction) GetComponents() []string` 57 58 GetComponents returns the Components field if non-nil, zero value otherwise. 59 60 ### GetComponentsOk 61 62 `func (o *EnvironmentPartialAction) GetComponentsOk() (*[]string, bool)` 63 64 GetComponentsOk returns a tuple with the Components field if it's non-nil, zero value otherwise 65 and a boolean to check if the value has been set. 66 67 ### SetComponents 68 69 `func (o *EnvironmentPartialAction) SetComponents(v []string)` 70 71 SetComponents sets Components field to given value. 72 73 ### HasComponents 74 75 `func (o *EnvironmentPartialAction) HasComponents() bool` 76 77 HasComponents returns a boolean if a field has been set. 78 79 80 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 81 82