Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.91 KB

File metadata and controls

108 lines (59 loc) · 2.91 KB

CreateDiscoverAddRequest

Properties

Name Type Description Notes
Title Pointer to string [optional]
Type Pointer to float32 [optional]
Data Pointer to string [optional]

Methods

NewCreateDiscoverAddRequest

func NewCreateDiscoverAddRequest() *CreateDiscoverAddRequest

NewCreateDiscoverAddRequest instantiates a new CreateDiscoverAddRequest 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

NewCreateDiscoverAddRequestWithDefaults

func NewCreateDiscoverAddRequestWithDefaults() *CreateDiscoverAddRequest

NewCreateDiscoverAddRequestWithDefaults instantiates a new CreateDiscoverAddRequest 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

GetTitle

func (o *CreateDiscoverAddRequest) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *CreateDiscoverAddRequest) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTitle

func (o *CreateDiscoverAddRequest) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *CreateDiscoverAddRequest) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetType

func (o *CreateDiscoverAddRequest) GetType() float32

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *CreateDiscoverAddRequest) GetTypeOk() (*float32, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *CreateDiscoverAddRequest) SetType(v float32)

SetType sets Type field to given value.

HasType

func (o *CreateDiscoverAddRequest) HasType() bool

HasType returns a boolean if a field has been set.

GetData

func (o *CreateDiscoverAddRequest) GetData() string

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *CreateDiscoverAddRequest) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetData

func (o *CreateDiscoverAddRequest) SetData(v string)

SetData sets Data field to given value.

HasData

func (o *CreateDiscoverAddRequest) HasData() bool

HasData returns a boolean if a field has been set.

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