Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.16 KB

File metadata and controls

82 lines (45 loc) · 2.16 KB

EventsList

Properties

Name Type Description Notes
Events Pointer to string Event data [optional]
NextToken Pointer to string Continuation request token [optional]

Methods

NewEventsList

func NewEventsList() *EventsList

NewEventsList instantiates a new EventsList 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

NewEventsListWithDefaults

func NewEventsListWithDefaults() *EventsList

NewEventsListWithDefaults instantiates a new EventsList 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

GetEvents

func (o *EventsList) GetEvents() string

GetEvents returns the Events field if non-nil, zero value otherwise.

GetEventsOk

func (o *EventsList) GetEventsOk() (*string, bool)

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

SetEvents

func (o *EventsList) SetEvents(v string)

SetEvents sets Events field to given value.

HasEvents

func (o *EventsList) HasEvents() bool

HasEvents returns a boolean if a field has been set.

GetNextToken

func (o *EventsList) GetNextToken() string

GetNextToken returns the NextToken field if non-nil, zero value otherwise.

GetNextTokenOk

func (o *EventsList) GetNextTokenOk() (*string, bool)

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

SetNextToken

func (o *EventsList) SetNextToken(v string)

SetNextToken sets NextToken field to given value.

HasNextToken

func (o *EventsList) HasNextToken() bool

HasNextToken returns a boolean if a field has been set.

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