Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.59 KB

CloudInsightsEventsDistinctPostEndTime.md

File metadata and controls

82 lines (45 loc) · 2.59 KB

CloudInsightsEventsDistinctPostEndTime

Properties

Name Type Description Notes
Nano Pointer to float32 [optional]
Seconds Pointer to float32 [optional]

Methods

NewCloudInsightsEventsDistinctPostEndTime

func NewCloudInsightsEventsDistinctPostEndTime() *CloudInsightsEventsDistinctPostEndTime

NewCloudInsightsEventsDistinctPostEndTime instantiates a new CloudInsightsEventsDistinctPostEndTime 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

NewCloudInsightsEventsDistinctPostEndTimeWithDefaults

func NewCloudInsightsEventsDistinctPostEndTimeWithDefaults() *CloudInsightsEventsDistinctPostEndTime

NewCloudInsightsEventsDistinctPostEndTimeWithDefaults instantiates a new CloudInsightsEventsDistinctPostEndTime 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

GetNano

func (o *CloudInsightsEventsDistinctPostEndTime) GetNano() float32

GetNano returns the Nano field if non-nil, zero value otherwise.

GetNanoOk

func (o *CloudInsightsEventsDistinctPostEndTime) GetNanoOk() (*float32, bool)

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

SetNano

func (o *CloudInsightsEventsDistinctPostEndTime) SetNano(v float32)

SetNano sets Nano field to given value.

HasNano

func (o *CloudInsightsEventsDistinctPostEndTime) HasNano() bool

HasNano returns a boolean if a field has been set.

GetSeconds

func (o *CloudInsightsEventsDistinctPostEndTime) GetSeconds() float32

GetSeconds returns the Seconds field if non-nil, zero value otherwise.

GetSecondsOk

func (o *CloudInsightsEventsDistinctPostEndTime) GetSecondsOk() (*float32, bool)

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

SetSeconds

func (o *CloudInsightsEventsDistinctPostEndTime) SetSeconds(v float32)

SetSeconds sets Seconds field to given value.

HasSeconds

func (o *CloudInsightsEventsDistinctPostEndTime) HasSeconds() bool

HasSeconds returns a boolean if a field has been set.

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