Name | Type | Description | Notes |
---|---|---|---|
Links | Pointer to OrganizationEventResponseListLinks | [optional] | |
Events | Pointer to []OrganizationEventResponse | [optional] |
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
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
func (o *OrganizationEventResponseList) GetLinks() OrganizationEventResponseListLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
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.
func (o *OrganizationEventResponseList) SetLinks(v OrganizationEventResponseListLinks)
SetLinks sets Links field to given value.
func (o *OrganizationEventResponseList) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *OrganizationEventResponseList) GetEvents() []OrganizationEventResponse
GetEvents returns the Events field if non-nil, zero value otherwise.
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.
func (o *OrganizationEventResponseList) SetEvents(v []OrganizationEventResponse)
SetEvents sets Events field to given value.
func (o *OrganizationEventResponseList) HasEvents() bool
HasEvents returns a boolean if a field has been set.