| Name | Type | Description | Notes |
|---|---|---|---|
| Title | Pointer to string | [optional] | |
| Type | Pointer to float32 | [optional] | |
| Data | Pointer to string | [optional] |
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
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
func (o *CreateDiscoverAddRequest) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *CreateDiscoverAddRequest) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *CreateDiscoverAddRequest) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *CreateDiscoverAddRequest) GetType() float32
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *CreateDiscoverAddRequest) SetType(v float32)
SetType sets Type field to given value.
func (o *CreateDiscoverAddRequest) HasType() bool
HasType returns a boolean if a field has been set.
func (o *CreateDiscoverAddRequest) GetData() string
GetData returns the Data field if non-nil, zero value otherwise.
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.
func (o *CreateDiscoverAddRequest) SetData(v string)
SetData sets Data field to given value.
func (o *CreateDiscoverAddRequest) HasData() bool
HasData returns a boolean if a field has been set.