| Name | Type | Description | Notes |
|---|---|---|---|
| Events | []Event | ||
| HasMore | bool | True if there are more events | |
| Through | Pointer to string | The UID of the last event returned | [optional] |
func NewGetEvents200Response(events []Event, hasMore bool, ) *GetEvents200Response
NewGetEvents200Response instantiates a new GetEvents200Response 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 NewGetEvents200ResponseWithDefaults() *GetEvents200Response
NewGetEvents200ResponseWithDefaults instantiates a new GetEvents200Response 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 *GetEvents200Response) GetEvents() []Event
GetEvents returns the Events field if non-nil, zero value otherwise.
func (o *GetEvents200Response) GetEventsOk() (*[]Event, 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 *GetEvents200Response) SetEvents(v []Event)
SetEvents sets Events field to given value.
func (o *GetEvents200Response) GetHasMore() bool
GetHasMore returns the HasMore field if non-nil, zero value otherwise.
func (o *GetEvents200Response) GetHasMoreOk() (*bool, bool)
GetHasMoreOk returns a tuple with the HasMore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetEvents200Response) SetHasMore(v bool)
SetHasMore sets HasMore field to given value.
func (o *GetEvents200Response) GetThrough() string
GetThrough returns the Through field if non-nil, zero value otherwise.
func (o *GetEvents200Response) GetThroughOk() (*string, bool)
GetThroughOk returns a tuple with the Through field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetEvents200Response) SetThrough(v string)
SetThrough sets Through field to given value.
func (o *GetEvents200Response) HasThrough() bool
HasThrough returns a boolean if a field has been set.