Name | Type | Description | Notes |
---|---|---|---|
From | Pointer to string | Returns the starting date-time of the period you want analytics for in ATOM date-time format. | [optional] |
To | Pointer to string | Returns the starting date-time of the period you want analytics for in ATOM date-time format. | [optional] |
func NewAnalyticsAggregatedMetricsResponseContextTimeframe() *AnalyticsAggregatedMetricsResponseContextTimeframe
NewAnalyticsAggregatedMetricsResponseContextTimeframe instantiates a new AnalyticsAggregatedMetricsResponseContextTimeframe 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 NewAnalyticsAggregatedMetricsResponseContextTimeframeWithDefaults() *AnalyticsAggregatedMetricsResponseContextTimeframe
NewAnalyticsAggregatedMetricsResponseContextTimeframeWithDefaults instantiates a new AnalyticsAggregatedMetricsResponseContextTimeframe 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 *AnalyticsAggregatedMetricsResponseContextTimeframe) GetFrom() string
GetFrom returns the From field if non-nil, zero value otherwise.
func (o *AnalyticsAggregatedMetricsResponseContextTimeframe) 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.
func (o *AnalyticsAggregatedMetricsResponseContextTimeframe) SetFrom(v string)
SetFrom sets From field to given value.
func (o *AnalyticsAggregatedMetricsResponseContextTimeframe) HasFrom() bool
HasFrom returns a boolean if a field has been set.
func (o *AnalyticsAggregatedMetricsResponseContextTimeframe) GetTo() string
GetTo returns the To field if non-nil, zero value otherwise.
func (o *AnalyticsAggregatedMetricsResponseContextTimeframe) 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.
func (o *AnalyticsAggregatedMetricsResponseContextTimeframe) SetTo(v string)
SetTo sets To field to given value.
func (o *AnalyticsAggregatedMetricsResponseContextTimeframe) HasTo() bool
HasTo returns a boolean if a field has been set.