83 lines
2.0 KiB
Markdown
83 lines
2.0 KiB
Markdown
# MetaDateRange
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**From** | Pointer to **string** | | [optional]
|
|
**To** | Pointer to **string** | | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewMetaDateRange
|
|
|
|
`func NewMetaDateRange() *MetaDateRange`
|
|
|
|
NewMetaDateRange instantiates a new MetaDateRange 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
|
|
|
|
### NewMetaDateRangeWithDefaults
|
|
|
|
`func NewMetaDateRangeWithDefaults() *MetaDateRange`
|
|
|
|
NewMetaDateRangeWithDefaults instantiates a new MetaDateRange 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
|
|
|
|
### GetFrom
|
|
|
|
`func (o *MetaDateRange) GetFrom() string`
|
|
|
|
GetFrom returns the From field if non-nil, zero value otherwise.
|
|
|
|
### GetFromOk
|
|
|
|
`func (o *MetaDateRange) GetFromOk() (*string, bool)`
|
|
|
|
GetFromOk returns a tuple with the From field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetFrom
|
|
|
|
`func (o *MetaDateRange) SetFrom(v string)`
|
|
|
|
SetFrom sets From field to given value.
|
|
|
|
### HasFrom
|
|
|
|
`func (o *MetaDateRange) HasFrom() bool`
|
|
|
|
HasFrom returns a boolean if a field has been set.
|
|
|
|
### GetTo
|
|
|
|
`func (o *MetaDateRange) GetTo() string`
|
|
|
|
GetTo returns the To field if non-nil, zero value otherwise.
|
|
|
|
### GetToOk
|
|
|
|
`func (o *MetaDateRange) GetToOk() (*string, bool)`
|
|
|
|
GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetTo
|
|
|
|
`func (o *MetaDateRange) SetTo(v string)`
|
|
|
|
SetTo sets To field to given value.
|
|
|
|
### HasTo
|
|
|
|
`func (o *MetaDateRange) HasTo() bool`
|
|
|
|
HasTo returns a boolean if a field has been set.
|
|
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|