Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.7 KB

AliasOutputMetricItem.md

File metadata and controls

93 lines (50 loc) · 2.7 KB

AliasOutputMetricItem

Properties

Name Type Description Notes
LastMessage Output
Messages uint32
Timestamp time.Time

Methods

NewAliasOutputMetricItem

func NewAliasOutputMetricItem(lastMessage Output, messages uint32, timestamp time.Time, ) *AliasOutputMetricItem

NewAliasOutputMetricItem instantiates a new AliasOutputMetricItem 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

NewAliasOutputMetricItemWithDefaults

func NewAliasOutputMetricItemWithDefaults() *AliasOutputMetricItem

NewAliasOutputMetricItemWithDefaults instantiates a new AliasOutputMetricItem 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

GetLastMessage

func (o *AliasOutputMetricItem) GetLastMessage() Output

GetLastMessage returns the LastMessage field if non-nil, zero value otherwise.

GetLastMessageOk

func (o *AliasOutputMetricItem) GetLastMessageOk() (*Output, bool)

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

SetLastMessage

func (o *AliasOutputMetricItem) SetLastMessage(v Output)

SetLastMessage sets LastMessage field to given value.

GetMessages

func (o *AliasOutputMetricItem) GetMessages() uint32

GetMessages returns the Messages field if non-nil, zero value otherwise.

GetMessagesOk

func (o *AliasOutputMetricItem) GetMessagesOk() (*uint32, bool)

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

SetMessages

func (o *AliasOutputMetricItem) SetMessages(v uint32)

SetMessages sets Messages field to given value.

GetTimestamp

func (o *AliasOutputMetricItem) GetTimestamp() time.Time

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

GetTimestampOk

func (o *AliasOutputMetricItem) GetTimestampOk() (*time.Time, 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 *AliasOutputMetricItem) SetTimestamp(v time.Time)

SetTimestamp sets Timestamp field to given value.

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