| Name | Type | Description | Notes |
|---|---|---|---|
| Suffix | Pointer to string | test suffix | [optional] |
| Text | Pointer to string | Some text containing white spaces | [optional] |
| Date | Pointer to time.Time | A date | [optional] |
func NewDataQuery() *DataQuery
NewDataQuery instantiates a new DataQuery 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 NewDataQueryWithDefaults() *DataQuery
NewDataQueryWithDefaults instantiates a new DataQuery 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 *DataQuery) GetSuffix() string
GetSuffix returns the Suffix field if non-nil, zero value otherwise.
func (o *DataQuery) GetSuffixOk() (*string, bool)
GetSuffixOk returns a tuple with the Suffix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataQuery) SetSuffix(v string)
SetSuffix sets Suffix field to given value.
func (o *DataQuery) HasSuffix() bool
HasSuffix returns a boolean if a field has been set.
func (o *DataQuery) GetText() string
GetText returns the Text field if non-nil, zero value otherwise.
func (o *DataQuery) 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 *DataQuery) SetText(v string)
SetText sets Text field to given value.
func (o *DataQuery) HasText() bool
HasText returns a boolean if a field has been set.
func (o *DataQuery) GetDate() time.Time
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *DataQuery) GetDateOk() (*time.Time, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataQuery) SetDate(v time.Time)
SetDate sets Date field to given value.
func (o *DataQuery) HasDate() bool
HasDate returns a boolean if a field has been set.