Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.67 KB

OrganizationEventResponseList.md

File metadata and controls

82 lines (45 loc) · 2.67 KB

OrganizationEventResponseList

Properties

Name Type Description Notes
Links Pointer to OrganizationEventResponseListLinks [optional]
Events Pointer to []OrganizationEventResponse [optional]

Methods

NewOrganizationEventResponseList

func NewOrganizationEventResponseList() *OrganizationEventResponseList

NewOrganizationEventResponseList instantiates a new OrganizationEventResponseList 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

NewOrganizationEventResponseListWithDefaults

func NewOrganizationEventResponseListWithDefaults() *OrganizationEventResponseList

NewOrganizationEventResponseListWithDefaults instantiates a new OrganizationEventResponseList 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

GetLinks

func (o *OrganizationEventResponseList) GetLinks() OrganizationEventResponseListLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *OrganizationEventResponseList) GetLinksOk() (*OrganizationEventResponseListLinks, bool)

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

SetLinks

func (o *OrganizationEventResponseList) SetLinks(v OrganizationEventResponseListLinks)

SetLinks sets Links field to given value.

HasLinks

func (o *OrganizationEventResponseList) HasLinks() bool

HasLinks returns a boolean if a field has been set.

GetEvents

func (o *OrganizationEventResponseList) GetEvents() []OrganizationEventResponse

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

GetEventsOk

func (o *OrganizationEventResponseList) GetEventsOk() (*[]OrganizationEventResponse, 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 *OrganizationEventResponseList) SetEvents(v []OrganizationEventResponse)

SetEvents sets Events field to given value.

HasEvents

func (o *OrganizationEventResponseList) HasEvents() bool

HasEvents returns a boolean if a field has been set.

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