Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Latest commit

 

History

History
82 lines (45 loc) · 2.26 KB

TouchCurveInput.md

File metadata and controls

82 lines (45 loc) · 2.26 KB

TouchCurveInput

Properties

Name Type Description Notes
Start Pointer to map[string]interface{} Finger Positions [optional]
End Pointer to map[string]interface{} Finger Positions [optional]

Methods

NewTouchCurveInput

func NewTouchCurveInput() *TouchCurveInput

NewTouchCurveInput instantiates a new TouchCurveInput 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

NewTouchCurveInputWithDefaults

func NewTouchCurveInputWithDefaults() *TouchCurveInput

NewTouchCurveInputWithDefaults instantiates a new TouchCurveInput 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

GetStart

func (o *TouchCurveInput) GetStart() map[string]interface{}

GetStart returns the Start field if non-nil, zero value otherwise.

GetStartOk

func (o *TouchCurveInput) 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.

SetStart

func (o *TouchCurveInput) SetStart(v map[string]interface{})

SetStart sets Start field to given value.

HasStart

func (o *TouchCurveInput) HasStart() bool

HasStart returns a boolean if a field has been set.

GetEnd

func (o *TouchCurveInput) GetEnd() map[string]interface{}

GetEnd returns the End field if non-nil, zero value otherwise.

GetEndOk

func (o *TouchCurveInput) 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.

SetEnd

func (o *TouchCurveInput) SetEnd(v map[string]interface{})

SetEnd sets End field to given value.

HasEnd

func (o *TouchCurveInput) HasEnd() bool

HasEnd returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]