bunnyshell.com/sdk@v0.16.0/docs/EnumTypeItemDefaultValue.md (about) 1 # EnumTypeItemDefaultValue 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 ### NewEnumTypeItemDefaultValue 13 14 `func NewEnumTypeItemDefaultValue(type_ string, ) *EnumTypeItemDefaultValue` 15 16 NewEnumTypeItemDefaultValue instantiates a new EnumTypeItemDefaultValue 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 ### NewEnumTypeItemDefaultValueWithDefaults 22 23 `func NewEnumTypeItemDefaultValueWithDefaults() *EnumTypeItemDefaultValue` 24 25 NewEnumTypeItemDefaultValueWithDefaults instantiates a new EnumTypeItemDefaultValue 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 *EnumTypeItemDefaultValue) GetType() string` 32 33 GetType returns the Type field if non-nil, zero value otherwise. 34 35 ### GetTypeOk 36 37 `func (o *EnumTypeItemDefaultValue) 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 *EnumTypeItemDefaultValue) SetType(v string)` 45 46 SetType sets Type field to given value. 47 48 49 ### GetValue 50 51 `func (o *EnumTypeItemDefaultValue) GetValue() string` 52 53 GetValue returns the Value field if non-nil, zero value otherwise. 54 55 ### GetValueOk 56 57 `func (o *EnumTypeItemDefaultValue) 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 *EnumTypeItemDefaultValue) SetValue(v string)` 65 66 SetValue sets Value field to given value. 67 68 ### HasValue 69 70 `func (o *EnumTypeItemDefaultValue) 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