Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.03 KB

File metadata and controls

72 lines (39 loc) · 2.03 KB

EventItemsWithTotal

Properties

Name Type Description Notes
Items []TopologyEvent
Total int64

Methods

NewEventItemsWithTotal

func NewEventItemsWithTotal(items []TopologyEvent, total int64, ) *EventItemsWithTotal

NewEventItemsWithTotal instantiates a new EventItemsWithTotal 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

NewEventItemsWithTotalWithDefaults

func NewEventItemsWithTotalWithDefaults() *EventItemsWithTotal

NewEventItemsWithTotalWithDefaults instantiates a new EventItemsWithTotal 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

GetItems

func (o *EventItemsWithTotal) GetItems() []TopologyEvent

GetItems returns the Items field if non-nil, zero value otherwise.

GetItemsOk

func (o *EventItemsWithTotal) GetItemsOk() (*[]TopologyEvent, bool)

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

SetItems

func (o *EventItemsWithTotal) SetItems(v []TopologyEvent)

SetItems sets Items field to given value.

GetTotal

func (o *EventItemsWithTotal) GetTotal() int64

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

func (o *EventItemsWithTotal) GetTotalOk() (*int64, bool)

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

SetTotal

func (o *EventItemsWithTotal) SetTotal(v int64)

SetTotal sets Total field to given value.

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