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