Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.35 KB

UsageTraceHour.md

File metadata and controls

82 lines (45 loc) · 2.35 KB

UsageTraceHour

Properties

Name Type Description Notes
Hour Pointer to time.Time The hour for the usage. [optional]
IndexedEventsCount Pointer to int64 Contains the number of Indexed Spans indexed. [optional]

Methods

NewUsageTraceHour

func NewUsageTraceHour() *UsageTraceHour

NewUsageTraceHour instantiates a new UsageTraceHour 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

NewUsageTraceHourWithDefaults

func NewUsageTraceHourWithDefaults() *UsageTraceHour

NewUsageTraceHourWithDefaults instantiates a new UsageTraceHour 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

GetHour

func (o *UsageTraceHour) GetHour() time.Time

GetHour returns the Hour field if non-nil, zero value otherwise.

GetHourOk

func (o *UsageTraceHour) GetHourOk() (*time.Time, bool)

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

SetHour

func (o *UsageTraceHour) SetHour(v time.Time)

SetHour sets Hour field to given value.

HasHour

func (o *UsageTraceHour) HasHour() bool

HasHour returns a boolean if a field has been set.

GetIndexedEventsCount

func (o *UsageTraceHour) GetIndexedEventsCount() int64

GetIndexedEventsCount returns the IndexedEventsCount field if non-nil, zero value otherwise.

GetIndexedEventsCountOk

func (o *UsageTraceHour) GetIndexedEventsCountOk() (*int64, bool)

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

SetIndexedEventsCount

func (o *UsageTraceHour) SetIndexedEventsCount(v int64)

SetIndexedEventsCount sets IndexedEventsCount field to given value.

HasIndexedEventsCount

func (o *UsageTraceHour) HasIndexedEventsCount() bool

HasIndexedEventsCount returns a boolean if a field has been set.

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