Name | Type | Description | Notes |
---|---|---|---|
ExtraFields | Pointer to []string | Additional fields that you wish to include. Currently supports location, country, rooted, notification_types, ip, external_user_id, web_auth, and web_p256. | [optional] |
LastActiveSince | Pointer to string | Export all devices with a last_active timestamp greater than this time. Unixtime in seconds. | [optional] |
SegmentName | Pointer to string | Export all devices belonging to the segment. | [optional] |
func NewExportPlayersRequestBody() *ExportPlayersRequestBody
NewExportPlayersRequestBody instantiates a new ExportPlayersRequestBody 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 NewExportPlayersRequestBodyWithDefaults() *ExportPlayersRequestBody
NewExportPlayersRequestBodyWithDefaults instantiates a new ExportPlayersRequestBody 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 *ExportPlayersRequestBody) GetExtraFields() []string
GetExtraFields returns the ExtraFields field if non-nil, zero value otherwise.
func (o *ExportPlayersRequestBody) GetExtraFieldsOk() (*[]string, bool)
GetExtraFieldsOk returns a tuple with the ExtraFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportPlayersRequestBody) SetExtraFields(v []string)
SetExtraFields sets ExtraFields field to given value.
func (o *ExportPlayersRequestBody) HasExtraFields() bool
HasExtraFields returns a boolean if a field has been set.
func (o *ExportPlayersRequestBody) GetLastActiveSince() string
GetLastActiveSince returns the LastActiveSince field if non-nil, zero value otherwise.
func (o *ExportPlayersRequestBody) GetLastActiveSinceOk() (*string, bool)
GetLastActiveSinceOk returns a tuple with the LastActiveSince field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportPlayersRequestBody) SetLastActiveSince(v string)
SetLastActiveSince sets LastActiveSince field to given value.
func (o *ExportPlayersRequestBody) HasLastActiveSince() bool
HasLastActiveSince returns a boolean if a field has been set.
func (o *ExportPlayersRequestBody) GetSegmentName() string
GetSegmentName returns the SegmentName field if non-nil, zero value otherwise.
func (o *ExportPlayersRequestBody) GetSegmentNameOk() (*string, bool)
GetSegmentNameOk returns a tuple with the SegmentName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportPlayersRequestBody) SetSegmentName(v string)
SetSegmentName sets SegmentName field to given value.
func (o *ExportPlayersRequestBody) HasSegmentName() bool
HasSegmentName returns a boolean if a field has been set.