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