Name | Type | Description | Notes |
---|---|---|---|
Timestamp | string | ||
Count | float32 |
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
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
func (o *AnalyticsTrafficPageViewsViewsInner) GetTimestamp() string
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
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.
func (o *AnalyticsTrafficPageViewsViewsInner) SetTimestamp(v string)
SetTimestamp sets Timestamp field to given value.
func (o *AnalyticsTrafficPageViewsViewsInner) GetCount() float32
GetCount returns the Count field if non-nil, zero value otherwise.
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.
func (o *AnalyticsTrafficPageViewsViewsInner) SetCount(v float32)
SetCount sets Count field to given value.