Name | Type | Description | Notes |
---|---|---|---|
Data | []PlayerSessionEvent | ||
Pagination | Pagination |
func NewRawStatisticsListPlayerSessionEventsResponse(data []PlayerSessionEvent, pagination Pagination, ) *RawStatisticsListPlayerSessionEventsResponse
NewRawStatisticsListPlayerSessionEventsResponse instantiates a new RawStatisticsListPlayerSessionEventsResponse 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 NewRawStatisticsListPlayerSessionEventsResponseWithDefaults() *RawStatisticsListPlayerSessionEventsResponse
NewRawStatisticsListPlayerSessionEventsResponseWithDefaults instantiates a new RawStatisticsListPlayerSessionEventsResponse 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 *RawStatisticsListPlayerSessionEventsResponse) GetData() []PlayerSessionEvent
GetData returns the Data field if non-nil, zero value otherwise.
func (o *RawStatisticsListPlayerSessionEventsResponse) GetDataOk() (*[]PlayerSessionEvent, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RawStatisticsListPlayerSessionEventsResponse) SetData(v []PlayerSessionEvent)
SetData sets Data field to given value.
func (o *RawStatisticsListPlayerSessionEventsResponse) GetPagination() Pagination
GetPagination returns the Pagination field if non-nil, zero value otherwise.
func (o *RawStatisticsListPlayerSessionEventsResponse) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RawStatisticsListPlayerSessionEventsResponse) SetPagination(v Pagination)
SetPagination sets Pagination field to given value.