bunnyshell.com/sdk@v0.16.0/docs/SimpleResourceConfigItem.md (about) 1 # SimpleResourceConfigItem 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Simple** | Pointer to **bool** | | [optional] [readonly] 8 **Containers** | Pointer to [**map[string]ContainerConfigItem**](ContainerConfigItem.md) | A list of container configs. | [optional] [readonly] 9 10 ## Methods 11 12 ### NewSimpleResourceConfigItem 13 14 `func NewSimpleResourceConfigItem() *SimpleResourceConfigItem` 15 16 NewSimpleResourceConfigItem instantiates a new SimpleResourceConfigItem 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 ### NewSimpleResourceConfigItemWithDefaults 22 23 `func NewSimpleResourceConfigItemWithDefaults() *SimpleResourceConfigItem` 24 25 NewSimpleResourceConfigItemWithDefaults instantiates a new SimpleResourceConfigItem 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 ### GetSimple 30 31 `func (o *SimpleResourceConfigItem) GetSimple() bool` 32 33 GetSimple returns the Simple field if non-nil, zero value otherwise. 34 35 ### GetSimpleOk 36 37 `func (o *SimpleResourceConfigItem) GetSimpleOk() (*bool, bool)` 38 39 GetSimpleOk returns a tuple with the Simple field if it's non-nil, zero value otherwise 40 and a boolean to check if the value has been set. 41 42 ### SetSimple 43 44 `func (o *SimpleResourceConfigItem) SetSimple(v bool)` 45 46 SetSimple sets Simple field to given value. 47 48 ### HasSimple 49 50 `func (o *SimpleResourceConfigItem) HasSimple() bool` 51 52 HasSimple returns a boolean if a field has been set. 53 54 ### GetContainers 55 56 `func (o *SimpleResourceConfigItem) GetContainers() map[string]ContainerConfigItem` 57 58 GetContainers returns the Containers field if non-nil, zero value otherwise. 59 60 ### GetContainersOk 61 62 `func (o *SimpleResourceConfigItem) GetContainersOk() (*map[string]ContainerConfigItem, bool)` 63 64 GetContainersOk returns a tuple with the Containers field if it's non-nil, zero value otherwise 65 and a boolean to check if the value has been set. 66 67 ### SetContainers 68 69 `func (o *SimpleResourceConfigItem) SetContainers(v map[string]ContainerConfigItem)` 70 71 SetContainers sets Containers field to given value. 72 73 ### HasContainers 74 75 `func (o *SimpleResourceConfigItem) HasContainers() bool` 76 77 HasContainers 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