Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.3 KB

AnalyticsTrafficPageViewsViewsInner.md

File metadata and controls

72 lines (39 loc) · 2.3 KB

AnalyticsTrafficPageViewsViewsInner

Properties

Name Type Description Notes
Timestamp string
Count float32

Methods

NewAnalyticsTrafficPageViewsViewsInner

func NewAnalyticsTrafficPageViewsViewsInner(timestamp string, count float32, ) *AnalyticsTrafficPageViewsViewsInner

NewAnalyticsTrafficPageViewsViewsInner instantiates a new AnalyticsTrafficPageViewsViewsInner 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

NewAnalyticsTrafficPageViewsViewsInnerWithDefaults

func NewAnalyticsTrafficPageViewsViewsInnerWithDefaults() *AnalyticsTrafficPageViewsViewsInner

NewAnalyticsTrafficPageViewsViewsInnerWithDefaults instantiates a new AnalyticsTrafficPageViewsViewsInner 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

GetTimestamp

func (o *AnalyticsTrafficPageViewsViewsInner) GetTimestamp() string

GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.

GetTimestampOk

func (o *AnalyticsTrafficPageViewsViewsInner) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTimestamp

func (o *AnalyticsTrafficPageViewsViewsInner) SetTimestamp(v string)

SetTimestamp sets Timestamp field to given value.

GetCount

func (o *AnalyticsTrafficPageViewsViewsInner) GetCount() float32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *AnalyticsTrafficPageViewsViewsInner) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCount

func (o *AnalyticsTrafficPageViewsViewsInner) SetCount(v float32)

SetCount sets Count field to given value.

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