Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1 KB

OktaEventPayloadData.md

File metadata and controls

39 lines (20 loc) · 1 KB

OktaEventPayloadData

Properties

Name Type Description Notes
Events Pointer to []OktaEvent

Methods

GetEvents

func (o *OktaEventPayloadData) GetEvents() []OktaEvent

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

GetEventsOk

func (o *OktaEventPayloadData) GetEventsOk() ([]OktaEvent, 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.

HasEvents

func (o *OktaEventPayloadData) HasEvents() bool

HasEvents returns a boolean if a field has been set.

SetEvents

func (o *OktaEventPayloadData) SetEvents(v []OktaEvent)

SetEvents gets a reference to the given []OktaEvent and assigns it to the Events field.

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