Name | Type | Description | Notes |
---|---|---|---|
Position | Pointer to map[string]interface{} | Finger Positions | [optional] |
Start | Pointer to map[string]interface{} | Finger Positions | [optional] |
End | Pointer to map[string]interface{} | Finger Positions | [optional] |
Text | Pointer to NullableString | text to type | [optional] |
func NewInstanceInput() *InstanceInput
NewInstanceInput instantiates a new InstanceInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstanceInputWithDefaults() *InstanceInput
NewInstanceInputWithDefaults instantiates a new InstanceInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *InstanceInput) GetPosition() map[string]interface{}
GetPosition returns the Position field if non-nil, zero value otherwise.
func (o *InstanceInput) GetPositionOk() (*map[string]interface{}, bool)
GetPositionOk returns a tuple with the Position field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceInput) SetPosition(v map[string]interface{})
SetPosition sets Position field to given value.
func (o *InstanceInput) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (o *InstanceInput) GetStart() map[string]interface{}
GetStart returns the Start field if non-nil, zero value otherwise.
func (o *InstanceInput) GetStartOk() (*map[string]interface{}, bool)
GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceInput) SetStart(v map[string]interface{})
SetStart sets Start field to given value.
func (o *InstanceInput) HasStart() bool
HasStart returns a boolean if a field has been set.
func (o *InstanceInput) GetEnd() map[string]interface{}
GetEnd returns the End field if non-nil, zero value otherwise.
func (o *InstanceInput) GetEndOk() (*map[string]interface{}, bool)
GetEndOk returns a tuple with the End field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceInput) SetEnd(v map[string]interface{})
SetEnd sets End field to given value.
func (o *InstanceInput) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (o *InstanceInput) GetText() string
GetText returns the Text field if non-nil, zero value otherwise.
func (o *InstanceInput) GetTextOk() (*string, bool)
GetTextOk returns a tuple with the Text field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceInput) SetText(v string)
SetText sets Text field to given value.
func (o *InstanceInput) HasText() bool
HasText returns a boolean if a field has been set.
func (o *InstanceInput) SetTextNil(b bool)
SetTextNil sets the value for Text to be an explicit nil
func (o *InstanceInput) UnsetText()
UnsetText ensures that no value is present for Text, not even an explicit nil