Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.91 KB

AnalyticsAggregatedMetricsResponseContextTimeframe.md

File metadata and controls

82 lines (45 loc) · 2.91 KB

AnalyticsAggregatedMetricsResponseContextTimeframe

Properties

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]

Methods

NewAnalyticsAggregatedMetricsResponseContextTimeframe

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

NewAnalyticsAggregatedMetricsResponseContextTimeframeWithDefaults

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

GetFrom

func (o *AnalyticsAggregatedMetricsResponseContextTimeframe) GetFrom() string

GetFrom returns the From field if non-nil, zero value otherwise.

GetFromOk

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.

SetFrom

func (o *AnalyticsAggregatedMetricsResponseContextTimeframe) SetFrom(v string)

SetFrom sets From field to given value.

HasFrom

func (o *AnalyticsAggregatedMetricsResponseContextTimeframe) HasFrom() bool

HasFrom returns a boolean if a field has been set.

GetTo

func (o *AnalyticsAggregatedMetricsResponseContextTimeframe) GetTo() string

GetTo returns the To field if non-nil, zero value otherwise.

GetToOk

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.

SetTo

func (o *AnalyticsAggregatedMetricsResponseContextTimeframe) SetTo(v string)

SetTo sets To field to given value.

HasTo

func (o *AnalyticsAggregatedMetricsResponseContextTimeframe) HasTo() bool

HasTo returns a boolean if a field has been set.

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