admin_record

package
v0.1.0-alpha.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminBulkGetAdminGameRecordV1BadRequest

type AdminBulkGetAdminGameRecordV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminBulkGetAdminGameRecordV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18168</td><td>invalid request body</td></tr><tr><td>18169</td><td>request record keys list exceed max size [%d]</td></tr></table>

func NewAdminBulkGetAdminGameRecordV1BadRequest

func NewAdminBulkGetAdminGameRecordV1BadRequest() *AdminBulkGetAdminGameRecordV1BadRequest

NewAdminBulkGetAdminGameRecordV1BadRequest creates a AdminBulkGetAdminGameRecordV1BadRequest with default headers values

func (*AdminBulkGetAdminGameRecordV1BadRequest) Error

func (*AdminBulkGetAdminGameRecordV1BadRequest) GetPayload

func (*AdminBulkGetAdminGameRecordV1BadRequest) ToJSONString

type AdminBulkGetAdminGameRecordV1Forbidden

type AdminBulkGetAdminGameRecordV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminBulkGetAdminGameRecordV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminBulkGetAdminGameRecordV1Forbidden

func NewAdminBulkGetAdminGameRecordV1Forbidden() *AdminBulkGetAdminGameRecordV1Forbidden

NewAdminBulkGetAdminGameRecordV1Forbidden creates a AdminBulkGetAdminGameRecordV1Forbidden with default headers values

func (*AdminBulkGetAdminGameRecordV1Forbidden) Error

func (*AdminBulkGetAdminGameRecordV1Forbidden) GetPayload

func (*AdminBulkGetAdminGameRecordV1Forbidden) ToJSONString

type AdminBulkGetAdminGameRecordV1InternalServerError

type AdminBulkGetAdminGameRecordV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminBulkGetAdminGameRecordV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18170</td><td>unable to get record</td></tr><tr><td>18172</td><td>unable to decode record</td></tr></table>

func NewAdminBulkGetAdminGameRecordV1InternalServerError

func NewAdminBulkGetAdminGameRecordV1InternalServerError() *AdminBulkGetAdminGameRecordV1InternalServerError

NewAdminBulkGetAdminGameRecordV1InternalServerError creates a AdminBulkGetAdminGameRecordV1InternalServerError with default headers values

func (*AdminBulkGetAdminGameRecordV1InternalServerError) Error

func (*AdminBulkGetAdminGameRecordV1InternalServerError) GetPayload

func (*AdminBulkGetAdminGameRecordV1InternalServerError) ToJSONString

type AdminBulkGetAdminGameRecordV1NotFound

type AdminBulkGetAdminGameRecordV1NotFound struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminBulkGetAdminGameRecordV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18171</td><td>record not found</td></tr></table>

func NewAdminBulkGetAdminGameRecordV1NotFound

func NewAdminBulkGetAdminGameRecordV1NotFound() *AdminBulkGetAdminGameRecordV1NotFound

NewAdminBulkGetAdminGameRecordV1NotFound creates a AdminBulkGetAdminGameRecordV1NotFound with default headers values

func (*AdminBulkGetAdminGameRecordV1NotFound) Error

func (*AdminBulkGetAdminGameRecordV1NotFound) GetPayload

func (*AdminBulkGetAdminGameRecordV1NotFound) ToJSONString

type AdminBulkGetAdminGameRecordV1OK

type AdminBulkGetAdminGameRecordV1OK struct {
	Payload *cloudsaveclientmodels.ModelsBulkGetAdminGameRecordResponse
}

AdminBulkGetAdminGameRecordV1OK handles this case with default header values.

OK

func NewAdminBulkGetAdminGameRecordV1OK

func NewAdminBulkGetAdminGameRecordV1OK() *AdminBulkGetAdminGameRecordV1OK

NewAdminBulkGetAdminGameRecordV1OK creates a AdminBulkGetAdminGameRecordV1OK with default headers values

func (*AdminBulkGetAdminGameRecordV1OK) Error

func (*AdminBulkGetAdminGameRecordV1OK) GetPayload

func (*AdminBulkGetAdminGameRecordV1OK) ToJSONString

func (o *AdminBulkGetAdminGameRecordV1OK) ToJSONString() string

type AdminBulkGetAdminGameRecordV1Params

type AdminBulkGetAdminGameRecordV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *cloudsaveclientmodels.ModelsBulkGetAdminGameRecordRequest
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminBulkGetAdminGameRecordV1Params contains all the parameters to send to the API endpoint for the admin bulk get admin game record v1 operation typically these are written to a http.Request

func NewAdminBulkGetAdminGameRecordV1Params

func NewAdminBulkGetAdminGameRecordV1Params() *AdminBulkGetAdminGameRecordV1Params

NewAdminBulkGetAdminGameRecordV1Params creates a new AdminBulkGetAdminGameRecordV1Params object with the default values initialized.

func NewAdminBulkGetAdminGameRecordV1ParamsWithContext

func NewAdminBulkGetAdminGameRecordV1ParamsWithContext(ctx context.Context) *AdminBulkGetAdminGameRecordV1Params

NewAdminBulkGetAdminGameRecordV1ParamsWithContext creates a new AdminBulkGetAdminGameRecordV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminBulkGetAdminGameRecordV1ParamsWithHTTPClient

func NewAdminBulkGetAdminGameRecordV1ParamsWithHTTPClient(client *http.Client) *AdminBulkGetAdminGameRecordV1Params

NewAdminBulkGetAdminGameRecordV1ParamsWithHTTPClient creates a new AdminBulkGetAdminGameRecordV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminBulkGetAdminGameRecordV1ParamsWithTimeout

func NewAdminBulkGetAdminGameRecordV1ParamsWithTimeout(timeout time.Duration) *AdminBulkGetAdminGameRecordV1Params

NewAdminBulkGetAdminGameRecordV1ParamsWithTimeout creates a new AdminBulkGetAdminGameRecordV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminBulkGetAdminGameRecordV1Params) SetAuthInfoWriter

func (o *AdminBulkGetAdminGameRecordV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin bulk get admin game record v1 params

func (*AdminBulkGetAdminGameRecordV1Params) SetBody

SetBody adds the body to the admin bulk get admin game record v1 params

func (*AdminBulkGetAdminGameRecordV1Params) SetContext

SetContext adds the context to the admin bulk get admin game record v1 params

func (*AdminBulkGetAdminGameRecordV1Params) SetFlightId

func (o *AdminBulkGetAdminGameRecordV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminBulkGetAdminGameRecordV1Params) SetHTTPClient

func (o *AdminBulkGetAdminGameRecordV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin bulk get admin game record v1 params

func (*AdminBulkGetAdminGameRecordV1Params) SetHTTPClientTransport

func (o *AdminBulkGetAdminGameRecordV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin bulk get admin game record v1 params

func (*AdminBulkGetAdminGameRecordV1Params) SetNamespace

func (o *AdminBulkGetAdminGameRecordV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin bulk get admin game record v1 params

func (*AdminBulkGetAdminGameRecordV1Params) SetTimeout

func (o *AdminBulkGetAdminGameRecordV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin bulk get admin game record v1 params

func (*AdminBulkGetAdminGameRecordV1Params) WithBody

WithBody adds the body to the admin bulk get admin game record v1 params

func (*AdminBulkGetAdminGameRecordV1Params) WithContext

WithContext adds the context to the admin bulk get admin game record v1 params

func (*AdminBulkGetAdminGameRecordV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin bulk get admin game record v1 params

func (*AdminBulkGetAdminGameRecordV1Params) WithNamespace

WithNamespace adds the namespace to the admin bulk get admin game record v1 params

func (*AdminBulkGetAdminGameRecordV1Params) WithTimeout

WithTimeout adds the timeout to the admin bulk get admin game record v1 params

func (*AdminBulkGetAdminGameRecordV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminBulkGetAdminGameRecordV1Reader

type AdminBulkGetAdminGameRecordV1Reader struct {
	// contains filtered or unexported fields
}

AdminBulkGetAdminGameRecordV1Reader is a Reader for the AdminBulkGetAdminGameRecordV1 structure.

func (*AdminBulkGetAdminGameRecordV1Reader) ReadResponse

func (o *AdminBulkGetAdminGameRecordV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminBulkGetAdminGameRecordV1Unauthorized

type AdminBulkGetAdminGameRecordV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminBulkGetAdminGameRecordV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminBulkGetAdminGameRecordV1Unauthorized

func NewAdminBulkGetAdminGameRecordV1Unauthorized() *AdminBulkGetAdminGameRecordV1Unauthorized

NewAdminBulkGetAdminGameRecordV1Unauthorized creates a AdminBulkGetAdminGameRecordV1Unauthorized with default headers values

func (*AdminBulkGetAdminGameRecordV1Unauthorized) Error

func (*AdminBulkGetAdminGameRecordV1Unauthorized) GetPayload

func (*AdminBulkGetAdminGameRecordV1Unauthorized) ToJSONString

type AdminBulkGetAdminPlayerRecordV1BadRequest

type AdminBulkGetAdminPlayerRecordV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminBulkGetAdminPlayerRecordV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18174</td><td>invalid request body</td></tr><tr><td>18175</td><td>request record keys list exceed max size [%d]</td></tr></table>

func NewAdminBulkGetAdminPlayerRecordV1BadRequest

func NewAdminBulkGetAdminPlayerRecordV1BadRequest() *AdminBulkGetAdminPlayerRecordV1BadRequest

NewAdminBulkGetAdminPlayerRecordV1BadRequest creates a AdminBulkGetAdminPlayerRecordV1BadRequest with default headers values

func (*AdminBulkGetAdminPlayerRecordV1BadRequest) Error

func (*AdminBulkGetAdminPlayerRecordV1BadRequest) GetPayload

func (*AdminBulkGetAdminPlayerRecordV1BadRequest) ToJSONString

type AdminBulkGetAdminPlayerRecordV1Forbidden

type AdminBulkGetAdminPlayerRecordV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminBulkGetAdminPlayerRecordV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminBulkGetAdminPlayerRecordV1Forbidden

func NewAdminBulkGetAdminPlayerRecordV1Forbidden() *AdminBulkGetAdminPlayerRecordV1Forbidden

NewAdminBulkGetAdminPlayerRecordV1Forbidden creates a AdminBulkGetAdminPlayerRecordV1Forbidden with default headers values

func (*AdminBulkGetAdminPlayerRecordV1Forbidden) Error

func (*AdminBulkGetAdminPlayerRecordV1Forbidden) GetPayload

func (*AdminBulkGetAdminPlayerRecordV1Forbidden) ToJSONString

type AdminBulkGetAdminPlayerRecordV1InternalServerError

type AdminBulkGetAdminPlayerRecordV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminBulkGetAdminPlayerRecordV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18176</td><td>unable to get record</td></tr><tr><td>18178</td><td>unable to decode record</td></tr></table>

func NewAdminBulkGetAdminPlayerRecordV1InternalServerError

func NewAdminBulkGetAdminPlayerRecordV1InternalServerError() *AdminBulkGetAdminPlayerRecordV1InternalServerError

NewAdminBulkGetAdminPlayerRecordV1InternalServerError creates a AdminBulkGetAdminPlayerRecordV1InternalServerError with default headers values

func (*AdminBulkGetAdminPlayerRecordV1InternalServerError) Error

func (*AdminBulkGetAdminPlayerRecordV1InternalServerError) GetPayload

func (*AdminBulkGetAdminPlayerRecordV1InternalServerError) ToJSONString

type AdminBulkGetAdminPlayerRecordV1NotFound

type AdminBulkGetAdminPlayerRecordV1NotFound struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminBulkGetAdminPlayerRecordV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18177</td><td>record not found</td></tr></table>

func NewAdminBulkGetAdminPlayerRecordV1NotFound

func NewAdminBulkGetAdminPlayerRecordV1NotFound() *AdminBulkGetAdminPlayerRecordV1NotFound

NewAdminBulkGetAdminPlayerRecordV1NotFound creates a AdminBulkGetAdminPlayerRecordV1NotFound with default headers values

func (*AdminBulkGetAdminPlayerRecordV1NotFound) Error

func (*AdminBulkGetAdminPlayerRecordV1NotFound) GetPayload

func (*AdminBulkGetAdminPlayerRecordV1NotFound) ToJSONString

type AdminBulkGetAdminPlayerRecordV1OK

type AdminBulkGetAdminPlayerRecordV1OK struct {
	Payload *cloudsaveclientmodels.ModelsBulkGetAdminPlayerRecordResponse
}

AdminBulkGetAdminPlayerRecordV1OK handles this case with default header values.

OK

func NewAdminBulkGetAdminPlayerRecordV1OK

func NewAdminBulkGetAdminPlayerRecordV1OK() *AdminBulkGetAdminPlayerRecordV1OK

NewAdminBulkGetAdminPlayerRecordV1OK creates a AdminBulkGetAdminPlayerRecordV1OK with default headers values

func (*AdminBulkGetAdminPlayerRecordV1OK) Error

func (*AdminBulkGetAdminPlayerRecordV1OK) GetPayload

func (*AdminBulkGetAdminPlayerRecordV1OK) ToJSONString

func (o *AdminBulkGetAdminPlayerRecordV1OK) ToJSONString() string

type AdminBulkGetAdminPlayerRecordV1Params

type AdminBulkGetAdminPlayerRecordV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *cloudsaveclientmodels.ModelsBulkGetAdminPlayerRecordRequest
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  user ID who own the record, should follow UUID version 4 without hyphen format

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminBulkGetAdminPlayerRecordV1Params contains all the parameters to send to the API endpoint for the admin bulk get admin player record v1 operation typically these are written to a http.Request

func NewAdminBulkGetAdminPlayerRecordV1Params

func NewAdminBulkGetAdminPlayerRecordV1Params() *AdminBulkGetAdminPlayerRecordV1Params

NewAdminBulkGetAdminPlayerRecordV1Params creates a new AdminBulkGetAdminPlayerRecordV1Params object with the default values initialized.

func NewAdminBulkGetAdminPlayerRecordV1ParamsWithContext

func NewAdminBulkGetAdminPlayerRecordV1ParamsWithContext(ctx context.Context) *AdminBulkGetAdminPlayerRecordV1Params

NewAdminBulkGetAdminPlayerRecordV1ParamsWithContext creates a new AdminBulkGetAdminPlayerRecordV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminBulkGetAdminPlayerRecordV1ParamsWithHTTPClient

func NewAdminBulkGetAdminPlayerRecordV1ParamsWithHTTPClient(client *http.Client) *AdminBulkGetAdminPlayerRecordV1Params

NewAdminBulkGetAdminPlayerRecordV1ParamsWithHTTPClient creates a new AdminBulkGetAdminPlayerRecordV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminBulkGetAdminPlayerRecordV1ParamsWithTimeout

func NewAdminBulkGetAdminPlayerRecordV1ParamsWithTimeout(timeout time.Duration) *AdminBulkGetAdminPlayerRecordV1Params

NewAdminBulkGetAdminPlayerRecordV1ParamsWithTimeout creates a new AdminBulkGetAdminPlayerRecordV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminBulkGetAdminPlayerRecordV1Params) SetAuthInfoWriter

func (o *AdminBulkGetAdminPlayerRecordV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin bulk get admin player record v1 params

func (*AdminBulkGetAdminPlayerRecordV1Params) SetBody

SetBody adds the body to the admin bulk get admin player record v1 params

func (*AdminBulkGetAdminPlayerRecordV1Params) SetContext

SetContext adds the context to the admin bulk get admin player record v1 params

func (*AdminBulkGetAdminPlayerRecordV1Params) SetFlightId

func (o *AdminBulkGetAdminPlayerRecordV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminBulkGetAdminPlayerRecordV1Params) SetHTTPClient

func (o *AdminBulkGetAdminPlayerRecordV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin bulk get admin player record v1 params

func (*AdminBulkGetAdminPlayerRecordV1Params) SetHTTPClientTransport

func (o *AdminBulkGetAdminPlayerRecordV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin bulk get admin player record v1 params

func (*AdminBulkGetAdminPlayerRecordV1Params) SetNamespace

func (o *AdminBulkGetAdminPlayerRecordV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin bulk get admin player record v1 params

func (*AdminBulkGetAdminPlayerRecordV1Params) SetTimeout

func (o *AdminBulkGetAdminPlayerRecordV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin bulk get admin player record v1 params

func (*AdminBulkGetAdminPlayerRecordV1Params) SetUserID

func (o *AdminBulkGetAdminPlayerRecordV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin bulk get admin player record v1 params

func (*AdminBulkGetAdminPlayerRecordV1Params) WithBody

WithBody adds the body to the admin bulk get admin player record v1 params

func (*AdminBulkGetAdminPlayerRecordV1Params) WithContext

WithContext adds the context to the admin bulk get admin player record v1 params

func (*AdminBulkGetAdminPlayerRecordV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin bulk get admin player record v1 params

func (*AdminBulkGetAdminPlayerRecordV1Params) WithNamespace

WithNamespace adds the namespace to the admin bulk get admin player record v1 params

func (*AdminBulkGetAdminPlayerRecordV1Params) WithTimeout

WithTimeout adds the timeout to the admin bulk get admin player record v1 params

func (*AdminBulkGetAdminPlayerRecordV1Params) WithUserID

WithUserID adds the userID to the admin bulk get admin player record v1 params

func (*AdminBulkGetAdminPlayerRecordV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminBulkGetAdminPlayerRecordV1Reader

type AdminBulkGetAdminPlayerRecordV1Reader struct {
	// contains filtered or unexported fields
}

AdminBulkGetAdminPlayerRecordV1Reader is a Reader for the AdminBulkGetAdminPlayerRecordV1 structure.

func (*AdminBulkGetAdminPlayerRecordV1Reader) ReadResponse

func (o *AdminBulkGetAdminPlayerRecordV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminBulkGetAdminPlayerRecordV1Unauthorized

type AdminBulkGetAdminPlayerRecordV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminBulkGetAdminPlayerRecordV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminBulkGetAdminPlayerRecordV1Unauthorized

func NewAdminBulkGetAdminPlayerRecordV1Unauthorized() *AdminBulkGetAdminPlayerRecordV1Unauthorized

NewAdminBulkGetAdminPlayerRecordV1Unauthorized creates a AdminBulkGetAdminPlayerRecordV1Unauthorized with default headers values

func (*AdminBulkGetAdminPlayerRecordV1Unauthorized) Error

func (*AdminBulkGetAdminPlayerRecordV1Unauthorized) GetPayload

func (*AdminBulkGetAdminPlayerRecordV1Unauthorized) ToJSONString

type AdminDeleteAdminGameRecordV1Forbidden

type AdminDeleteAdminGameRecordV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeleteAdminGameRecordV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminDeleteAdminGameRecordV1Forbidden

func NewAdminDeleteAdminGameRecordV1Forbidden() *AdminDeleteAdminGameRecordV1Forbidden

NewAdminDeleteAdminGameRecordV1Forbidden creates a AdminDeleteAdminGameRecordV1Forbidden with default headers values

func (*AdminDeleteAdminGameRecordV1Forbidden) Error

func (*AdminDeleteAdminGameRecordV1Forbidden) GetPayload

func (*AdminDeleteAdminGameRecordV1Forbidden) ToJSONString

type AdminDeleteAdminGameRecordV1InternalServerError

type AdminDeleteAdminGameRecordV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeleteAdminGameRecordV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18142</td><td>unable to delete record</td></tr></table>

func NewAdminDeleteAdminGameRecordV1InternalServerError

func NewAdminDeleteAdminGameRecordV1InternalServerError() *AdminDeleteAdminGameRecordV1InternalServerError

NewAdminDeleteAdminGameRecordV1InternalServerError creates a AdminDeleteAdminGameRecordV1InternalServerError with default headers values

func (*AdminDeleteAdminGameRecordV1InternalServerError) Error

func (*AdminDeleteAdminGameRecordV1InternalServerError) GetPayload

func (*AdminDeleteAdminGameRecordV1InternalServerError) ToJSONString

type AdminDeleteAdminGameRecordV1NoContent

type AdminDeleteAdminGameRecordV1NoContent struct {
}

AdminDeleteAdminGameRecordV1NoContent handles this case with default header values.

Record deleted

func NewAdminDeleteAdminGameRecordV1NoContent

func NewAdminDeleteAdminGameRecordV1NoContent() *AdminDeleteAdminGameRecordV1NoContent

NewAdminDeleteAdminGameRecordV1NoContent creates a AdminDeleteAdminGameRecordV1NoContent with default headers values

func (*AdminDeleteAdminGameRecordV1NoContent) Error

type AdminDeleteAdminGameRecordV1NotFound

type AdminDeleteAdminGameRecordV1NotFound struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeleteAdminGameRecordV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18167</td><td>record not found</td></tr></table>

func NewAdminDeleteAdminGameRecordV1NotFound

func NewAdminDeleteAdminGameRecordV1NotFound() *AdminDeleteAdminGameRecordV1NotFound

NewAdminDeleteAdminGameRecordV1NotFound creates a AdminDeleteAdminGameRecordV1NotFound with default headers values

func (*AdminDeleteAdminGameRecordV1NotFound) Error

func (*AdminDeleteAdminGameRecordV1NotFound) GetPayload

func (*AdminDeleteAdminGameRecordV1NotFound) ToJSONString

func (o *AdminDeleteAdminGameRecordV1NotFound) ToJSONString() string

type AdminDeleteAdminGameRecordV1Params

type AdminDeleteAdminGameRecordV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminDeleteAdminGameRecordV1Params contains all the parameters to send to the API endpoint for the admin delete admin game record v1 operation typically these are written to a http.Request

func NewAdminDeleteAdminGameRecordV1Params

func NewAdminDeleteAdminGameRecordV1Params() *AdminDeleteAdminGameRecordV1Params

NewAdminDeleteAdminGameRecordV1Params creates a new AdminDeleteAdminGameRecordV1Params object with the default values initialized.

func NewAdminDeleteAdminGameRecordV1ParamsWithContext

func NewAdminDeleteAdminGameRecordV1ParamsWithContext(ctx context.Context) *AdminDeleteAdminGameRecordV1Params

NewAdminDeleteAdminGameRecordV1ParamsWithContext creates a new AdminDeleteAdminGameRecordV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminDeleteAdminGameRecordV1ParamsWithHTTPClient

func NewAdminDeleteAdminGameRecordV1ParamsWithHTTPClient(client *http.Client) *AdminDeleteAdminGameRecordV1Params

NewAdminDeleteAdminGameRecordV1ParamsWithHTTPClient creates a new AdminDeleteAdminGameRecordV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminDeleteAdminGameRecordV1ParamsWithTimeout

func NewAdminDeleteAdminGameRecordV1ParamsWithTimeout(timeout time.Duration) *AdminDeleteAdminGameRecordV1Params

NewAdminDeleteAdminGameRecordV1ParamsWithTimeout creates a new AdminDeleteAdminGameRecordV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminDeleteAdminGameRecordV1Params) SetAuthInfoWriter

func (o *AdminDeleteAdminGameRecordV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin delete admin game record v1 params

func (*AdminDeleteAdminGameRecordV1Params) SetContext

SetContext adds the context to the admin delete admin game record v1 params

func (*AdminDeleteAdminGameRecordV1Params) SetFlightId

func (o *AdminDeleteAdminGameRecordV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminDeleteAdminGameRecordV1Params) SetHTTPClient

func (o *AdminDeleteAdminGameRecordV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin delete admin game record v1 params

func (*AdminDeleteAdminGameRecordV1Params) SetHTTPClientTransport

func (o *AdminDeleteAdminGameRecordV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin delete admin game record v1 params

func (*AdminDeleteAdminGameRecordV1Params) SetKey

SetKey adds the key to the admin delete admin game record v1 params

func (*AdminDeleteAdminGameRecordV1Params) SetNamespace

func (o *AdminDeleteAdminGameRecordV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete admin game record v1 params

func (*AdminDeleteAdminGameRecordV1Params) SetTimeout

func (o *AdminDeleteAdminGameRecordV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin delete admin game record v1 params

func (*AdminDeleteAdminGameRecordV1Params) WithContext

WithContext adds the context to the admin delete admin game record v1 params

func (*AdminDeleteAdminGameRecordV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete admin game record v1 params

func (*AdminDeleteAdminGameRecordV1Params) WithKey

WithKey adds the key to the admin delete admin game record v1 params

func (*AdminDeleteAdminGameRecordV1Params) WithNamespace

WithNamespace adds the namespace to the admin delete admin game record v1 params

func (*AdminDeleteAdminGameRecordV1Params) WithTimeout

WithTimeout adds the timeout to the admin delete admin game record v1 params

func (*AdminDeleteAdminGameRecordV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeleteAdminGameRecordV1Reader

type AdminDeleteAdminGameRecordV1Reader struct {
	// contains filtered or unexported fields
}

AdminDeleteAdminGameRecordV1Reader is a Reader for the AdminDeleteAdminGameRecordV1 structure.

func (*AdminDeleteAdminGameRecordV1Reader) ReadResponse

func (o *AdminDeleteAdminGameRecordV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminDeleteAdminGameRecordV1Unauthorized

type AdminDeleteAdminGameRecordV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeleteAdminGameRecordV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminDeleteAdminGameRecordV1Unauthorized

func NewAdminDeleteAdminGameRecordV1Unauthorized() *AdminDeleteAdminGameRecordV1Unauthorized

NewAdminDeleteAdminGameRecordV1Unauthorized creates a AdminDeleteAdminGameRecordV1Unauthorized with default headers values

func (*AdminDeleteAdminGameRecordV1Unauthorized) Error

func (*AdminDeleteAdminGameRecordV1Unauthorized) GetPayload

func (*AdminDeleteAdminGameRecordV1Unauthorized) ToJSONString

type AdminDeleteAdminPlayerRecordV1Forbidden

type AdminDeleteAdminPlayerRecordV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeleteAdminPlayerRecordV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminDeleteAdminPlayerRecordV1Forbidden

func NewAdminDeleteAdminPlayerRecordV1Forbidden() *AdminDeleteAdminPlayerRecordV1Forbidden

NewAdminDeleteAdminPlayerRecordV1Forbidden creates a AdminDeleteAdminPlayerRecordV1Forbidden with default headers values

func (*AdminDeleteAdminPlayerRecordV1Forbidden) Error

func (*AdminDeleteAdminPlayerRecordV1Forbidden) GetPayload

func (*AdminDeleteAdminPlayerRecordV1Forbidden) ToJSONString

type AdminDeleteAdminPlayerRecordV1InternalServerError

type AdminDeleteAdminPlayerRecordV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeleteAdminPlayerRecordV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18154</td><td>unable to delete record</td></tr></table>

func NewAdminDeleteAdminPlayerRecordV1InternalServerError

func NewAdminDeleteAdminPlayerRecordV1InternalServerError() *AdminDeleteAdminPlayerRecordV1InternalServerError

NewAdminDeleteAdminPlayerRecordV1InternalServerError creates a AdminDeleteAdminPlayerRecordV1InternalServerError with default headers values

func (*AdminDeleteAdminPlayerRecordV1InternalServerError) Error

func (*AdminDeleteAdminPlayerRecordV1InternalServerError) GetPayload

func (*AdminDeleteAdminPlayerRecordV1InternalServerError) ToJSONString

type AdminDeleteAdminPlayerRecordV1NoContent

type AdminDeleteAdminPlayerRecordV1NoContent struct {
}

AdminDeleteAdminPlayerRecordV1NoContent handles this case with default header values.

Record in user-level saved

func NewAdminDeleteAdminPlayerRecordV1NoContent

func NewAdminDeleteAdminPlayerRecordV1NoContent() *AdminDeleteAdminPlayerRecordV1NoContent

NewAdminDeleteAdminPlayerRecordV1NoContent creates a AdminDeleteAdminPlayerRecordV1NoContent with default headers values

func (*AdminDeleteAdminPlayerRecordV1NoContent) Error

type AdminDeleteAdminPlayerRecordV1NotFound

type AdminDeleteAdminPlayerRecordV1NotFound struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeleteAdminPlayerRecordV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18167</td><td>record not found</td></tr></table>

func NewAdminDeleteAdminPlayerRecordV1NotFound

func NewAdminDeleteAdminPlayerRecordV1NotFound() *AdminDeleteAdminPlayerRecordV1NotFound

NewAdminDeleteAdminPlayerRecordV1NotFound creates a AdminDeleteAdminPlayerRecordV1NotFound with default headers values

func (*AdminDeleteAdminPlayerRecordV1NotFound) Error

func (*AdminDeleteAdminPlayerRecordV1NotFound) GetPayload

func (*AdminDeleteAdminPlayerRecordV1NotFound) ToJSONString

type AdminDeleteAdminPlayerRecordV1Params

type AdminDeleteAdminPlayerRecordV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  user ID who own the record, should follow UUID version 4 without hyphen format

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminDeleteAdminPlayerRecordV1Params contains all the parameters to send to the API endpoint for the admin delete admin player record v1 operation typically these are written to a http.Request

func NewAdminDeleteAdminPlayerRecordV1Params

func NewAdminDeleteAdminPlayerRecordV1Params() *AdminDeleteAdminPlayerRecordV1Params

NewAdminDeleteAdminPlayerRecordV1Params creates a new AdminDeleteAdminPlayerRecordV1Params object with the default values initialized.

func NewAdminDeleteAdminPlayerRecordV1ParamsWithContext

func NewAdminDeleteAdminPlayerRecordV1ParamsWithContext(ctx context.Context) *AdminDeleteAdminPlayerRecordV1Params

NewAdminDeleteAdminPlayerRecordV1ParamsWithContext creates a new AdminDeleteAdminPlayerRecordV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminDeleteAdminPlayerRecordV1ParamsWithHTTPClient

func NewAdminDeleteAdminPlayerRecordV1ParamsWithHTTPClient(client *http.Client) *AdminDeleteAdminPlayerRecordV1Params

NewAdminDeleteAdminPlayerRecordV1ParamsWithHTTPClient creates a new AdminDeleteAdminPlayerRecordV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminDeleteAdminPlayerRecordV1ParamsWithTimeout

func NewAdminDeleteAdminPlayerRecordV1ParamsWithTimeout(timeout time.Duration) *AdminDeleteAdminPlayerRecordV1Params

NewAdminDeleteAdminPlayerRecordV1ParamsWithTimeout creates a new AdminDeleteAdminPlayerRecordV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminDeleteAdminPlayerRecordV1Params) SetAuthInfoWriter

func (o *AdminDeleteAdminPlayerRecordV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin delete admin player record v1 params

func (*AdminDeleteAdminPlayerRecordV1Params) SetContext

SetContext adds the context to the admin delete admin player record v1 params

func (*AdminDeleteAdminPlayerRecordV1Params) SetFlightId

func (o *AdminDeleteAdminPlayerRecordV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminDeleteAdminPlayerRecordV1Params) SetHTTPClient

func (o *AdminDeleteAdminPlayerRecordV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin delete admin player record v1 params

func (*AdminDeleteAdminPlayerRecordV1Params) SetHTTPClientTransport

func (o *AdminDeleteAdminPlayerRecordV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin delete admin player record v1 params

func (*AdminDeleteAdminPlayerRecordV1Params) SetKey

SetKey adds the key to the admin delete admin player record v1 params

func (*AdminDeleteAdminPlayerRecordV1Params) SetNamespace

func (o *AdminDeleteAdminPlayerRecordV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete admin player record v1 params

func (*AdminDeleteAdminPlayerRecordV1Params) SetTimeout

func (o *AdminDeleteAdminPlayerRecordV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin delete admin player record v1 params

func (*AdminDeleteAdminPlayerRecordV1Params) SetUserID

func (o *AdminDeleteAdminPlayerRecordV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin delete admin player record v1 params

func (*AdminDeleteAdminPlayerRecordV1Params) WithContext

WithContext adds the context to the admin delete admin player record v1 params

func (*AdminDeleteAdminPlayerRecordV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete admin player record v1 params

func (*AdminDeleteAdminPlayerRecordV1Params) WithKey

WithKey adds the key to the admin delete admin player record v1 params

func (*AdminDeleteAdminPlayerRecordV1Params) WithNamespace

WithNamespace adds the namespace to the admin delete admin player record v1 params

func (*AdminDeleteAdminPlayerRecordV1Params) WithTimeout

WithTimeout adds the timeout to the admin delete admin player record v1 params

func (*AdminDeleteAdminPlayerRecordV1Params) WithUserID

WithUserID adds the userID to the admin delete admin player record v1 params

func (*AdminDeleteAdminPlayerRecordV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeleteAdminPlayerRecordV1Reader

type AdminDeleteAdminPlayerRecordV1Reader struct {
	// contains filtered or unexported fields
}

AdminDeleteAdminPlayerRecordV1Reader is a Reader for the AdminDeleteAdminPlayerRecordV1 structure.

func (*AdminDeleteAdminPlayerRecordV1Reader) ReadResponse

func (o *AdminDeleteAdminPlayerRecordV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminDeleteAdminPlayerRecordV1Unauthorized

type AdminDeleteAdminPlayerRecordV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeleteAdminPlayerRecordV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminDeleteAdminPlayerRecordV1Unauthorized

func NewAdminDeleteAdminPlayerRecordV1Unauthorized() *AdminDeleteAdminPlayerRecordV1Unauthorized

NewAdminDeleteAdminPlayerRecordV1Unauthorized creates a AdminDeleteAdminPlayerRecordV1Unauthorized with default headers values

func (*AdminDeleteAdminPlayerRecordV1Unauthorized) Error

func (*AdminDeleteAdminPlayerRecordV1Unauthorized) GetPayload

func (*AdminDeleteAdminPlayerRecordV1Unauthorized) ToJSONString

type AdminGetAdminGameRecordV1Forbidden

type AdminGetAdminGameRecordV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetAdminGameRecordV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminGetAdminGameRecordV1Forbidden

func NewAdminGetAdminGameRecordV1Forbidden() *AdminGetAdminGameRecordV1Forbidden

NewAdminGetAdminGameRecordV1Forbidden creates a AdminGetAdminGameRecordV1Forbidden with default headers values

func (*AdminGetAdminGameRecordV1Forbidden) Error

func (*AdminGetAdminGameRecordV1Forbidden) GetPayload

func (*AdminGetAdminGameRecordV1Forbidden) ToJSONString

func (o *AdminGetAdminGameRecordV1Forbidden) ToJSONString() string

type AdminGetAdminGameRecordV1InternalServerError

type AdminGetAdminGameRecordV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetAdminGameRecordV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18139</td><td>unable to get record</td></tr><tr><td>18138</td><td>unable to decode record</td></tr></table>

func NewAdminGetAdminGameRecordV1InternalServerError

func NewAdminGetAdminGameRecordV1InternalServerError() *AdminGetAdminGameRecordV1InternalServerError

NewAdminGetAdminGameRecordV1InternalServerError creates a AdminGetAdminGameRecordV1InternalServerError with default headers values

func (*AdminGetAdminGameRecordV1InternalServerError) Error

func (*AdminGetAdminGameRecordV1InternalServerError) GetPayload

func (*AdminGetAdminGameRecordV1InternalServerError) ToJSONString

type AdminGetAdminGameRecordV1NotFound

type AdminGetAdminGameRecordV1NotFound struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetAdminGameRecordV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18140</td><td>record not found</td></tr></table>

func NewAdminGetAdminGameRecordV1NotFound

func NewAdminGetAdminGameRecordV1NotFound() *AdminGetAdminGameRecordV1NotFound

NewAdminGetAdminGameRecordV1NotFound creates a AdminGetAdminGameRecordV1NotFound with default headers values

func (*AdminGetAdminGameRecordV1NotFound) Error

func (*AdminGetAdminGameRecordV1NotFound) GetPayload

func (*AdminGetAdminGameRecordV1NotFound) ToJSONString

func (o *AdminGetAdminGameRecordV1NotFound) ToJSONString() string

type AdminGetAdminGameRecordV1OK

type AdminGetAdminGameRecordV1OK struct {
	Payload *cloudsaveclientmodels.ModelsAdminGameRecordResponse
}

AdminGetAdminGameRecordV1OK handles this case with default header values.

Record in namespace-level retrieved

func NewAdminGetAdminGameRecordV1OK

func NewAdminGetAdminGameRecordV1OK() *AdminGetAdminGameRecordV1OK

NewAdminGetAdminGameRecordV1OK creates a AdminGetAdminGameRecordV1OK with default headers values

func (*AdminGetAdminGameRecordV1OK) Error

func (*AdminGetAdminGameRecordV1OK) GetPayload

func (*AdminGetAdminGameRecordV1OK) ToJSONString

func (o *AdminGetAdminGameRecordV1OK) ToJSONString() string

type AdminGetAdminGameRecordV1Params

type AdminGetAdminGameRecordV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminGetAdminGameRecordV1Params contains all the parameters to send to the API endpoint for the admin get admin game record v1 operation typically these are written to a http.Request

func NewAdminGetAdminGameRecordV1Params

func NewAdminGetAdminGameRecordV1Params() *AdminGetAdminGameRecordV1Params

NewAdminGetAdminGameRecordV1Params creates a new AdminGetAdminGameRecordV1Params object with the default values initialized.

func NewAdminGetAdminGameRecordV1ParamsWithContext

func NewAdminGetAdminGameRecordV1ParamsWithContext(ctx context.Context) *AdminGetAdminGameRecordV1Params

NewAdminGetAdminGameRecordV1ParamsWithContext creates a new AdminGetAdminGameRecordV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminGetAdminGameRecordV1ParamsWithHTTPClient

func NewAdminGetAdminGameRecordV1ParamsWithHTTPClient(client *http.Client) *AdminGetAdminGameRecordV1Params

NewAdminGetAdminGameRecordV1ParamsWithHTTPClient creates a new AdminGetAdminGameRecordV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminGetAdminGameRecordV1ParamsWithTimeout

func NewAdminGetAdminGameRecordV1ParamsWithTimeout(timeout time.Duration) *AdminGetAdminGameRecordV1Params

NewAdminGetAdminGameRecordV1ParamsWithTimeout creates a new AdminGetAdminGameRecordV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminGetAdminGameRecordV1Params) SetAuthInfoWriter

func (o *AdminGetAdminGameRecordV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get admin game record v1 params

func (*AdminGetAdminGameRecordV1Params) SetContext

func (o *AdminGetAdminGameRecordV1Params) SetContext(ctx context.Context)

SetContext adds the context to the admin get admin game record v1 params

func (*AdminGetAdminGameRecordV1Params) SetFlightId

func (o *AdminGetAdminGameRecordV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGetAdminGameRecordV1Params) SetHTTPClient

func (o *AdminGetAdminGameRecordV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin get admin game record v1 params

func (*AdminGetAdminGameRecordV1Params) SetHTTPClientTransport

func (o *AdminGetAdminGameRecordV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get admin game record v1 params

func (*AdminGetAdminGameRecordV1Params) SetKey

func (o *AdminGetAdminGameRecordV1Params) SetKey(key string)

SetKey adds the key to the admin get admin game record v1 params

func (*AdminGetAdminGameRecordV1Params) SetNamespace

func (o *AdminGetAdminGameRecordV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get admin game record v1 params

func (*AdminGetAdminGameRecordV1Params) SetTimeout

func (o *AdminGetAdminGameRecordV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin get admin game record v1 params

func (*AdminGetAdminGameRecordV1Params) WithContext

WithContext adds the context to the admin get admin game record v1 params

func (*AdminGetAdminGameRecordV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get admin game record v1 params

func (*AdminGetAdminGameRecordV1Params) WithKey

WithKey adds the key to the admin get admin game record v1 params

func (*AdminGetAdminGameRecordV1Params) WithNamespace

WithNamespace adds the namespace to the admin get admin game record v1 params

func (*AdminGetAdminGameRecordV1Params) WithTimeout

WithTimeout adds the timeout to the admin get admin game record v1 params

func (*AdminGetAdminGameRecordV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetAdminGameRecordV1Reader

type AdminGetAdminGameRecordV1Reader struct {
	// contains filtered or unexported fields
}

AdminGetAdminGameRecordV1Reader is a Reader for the AdminGetAdminGameRecordV1 structure.

func (*AdminGetAdminGameRecordV1Reader) ReadResponse

func (o *AdminGetAdminGameRecordV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminGetAdminGameRecordV1Unauthorized

type AdminGetAdminGameRecordV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetAdminGameRecordV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminGetAdminGameRecordV1Unauthorized

func NewAdminGetAdminGameRecordV1Unauthorized() *AdminGetAdminGameRecordV1Unauthorized

NewAdminGetAdminGameRecordV1Unauthorized creates a AdminGetAdminGameRecordV1Unauthorized with default headers values

func (*AdminGetAdminGameRecordV1Unauthorized) Error

func (*AdminGetAdminGameRecordV1Unauthorized) GetPayload

func (*AdminGetAdminGameRecordV1Unauthorized) ToJSONString

type AdminGetAdminPlayerRecordV1Forbidden

type AdminGetAdminPlayerRecordV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetAdminPlayerRecordV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminGetAdminPlayerRecordV1Forbidden

func NewAdminGetAdminPlayerRecordV1Forbidden() *AdminGetAdminPlayerRecordV1Forbidden

NewAdminGetAdminPlayerRecordV1Forbidden creates a AdminGetAdminPlayerRecordV1Forbidden with default headers values

func (*AdminGetAdminPlayerRecordV1Forbidden) Error

func (*AdminGetAdminPlayerRecordV1Forbidden) GetPayload

func (*AdminGetAdminPlayerRecordV1Forbidden) ToJSONString

func (o *AdminGetAdminPlayerRecordV1Forbidden) ToJSONString() string

type AdminGetAdminPlayerRecordV1InternalServerError

type AdminGetAdminPlayerRecordV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetAdminPlayerRecordV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18151</td><td>unable to get record</td></tr><tr><td>18157</td><td>unable to decode record</td></tr></table>

func NewAdminGetAdminPlayerRecordV1InternalServerError

func NewAdminGetAdminPlayerRecordV1InternalServerError() *AdminGetAdminPlayerRecordV1InternalServerError

NewAdminGetAdminPlayerRecordV1InternalServerError creates a AdminGetAdminPlayerRecordV1InternalServerError with default headers values

func (*AdminGetAdminPlayerRecordV1InternalServerError) Error

func (*AdminGetAdminPlayerRecordV1InternalServerError) GetPayload

func (*AdminGetAdminPlayerRecordV1InternalServerError) ToJSONString

type AdminGetAdminPlayerRecordV1NotFound

type AdminGetAdminPlayerRecordV1NotFound struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetAdminPlayerRecordV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18152</td><td>record not found</td></tr></table>

func NewAdminGetAdminPlayerRecordV1NotFound

func NewAdminGetAdminPlayerRecordV1NotFound() *AdminGetAdminPlayerRecordV1NotFound

NewAdminGetAdminPlayerRecordV1NotFound creates a AdminGetAdminPlayerRecordV1NotFound with default headers values

func (*AdminGetAdminPlayerRecordV1NotFound) Error

func (*AdminGetAdminPlayerRecordV1NotFound) GetPayload

func (*AdminGetAdminPlayerRecordV1NotFound) ToJSONString

func (o *AdminGetAdminPlayerRecordV1NotFound) ToJSONString() string

type AdminGetAdminPlayerRecordV1OK

type AdminGetAdminPlayerRecordV1OK struct {
	Payload *cloudsaveclientmodels.ModelsAdminPlayerRecordResponse
}

AdminGetAdminPlayerRecordV1OK handles this case with default header values.

Record in user-level retrieved

func NewAdminGetAdminPlayerRecordV1OK

func NewAdminGetAdminPlayerRecordV1OK() *AdminGetAdminPlayerRecordV1OK

NewAdminGetAdminPlayerRecordV1OK creates a AdminGetAdminPlayerRecordV1OK with default headers values

func (*AdminGetAdminPlayerRecordV1OK) Error

func (*AdminGetAdminPlayerRecordV1OK) GetPayload

func (*AdminGetAdminPlayerRecordV1OK) ToJSONString

func (o *AdminGetAdminPlayerRecordV1OK) ToJSONString() string

type AdminGetAdminPlayerRecordV1Params

type AdminGetAdminPlayerRecordV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  user ID who own the record, should follow UUID version 4 without hyphen format

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminGetAdminPlayerRecordV1Params contains all the parameters to send to the API endpoint for the admin get admin player record v1 operation typically these are written to a http.Request

func NewAdminGetAdminPlayerRecordV1Params

func NewAdminGetAdminPlayerRecordV1Params() *AdminGetAdminPlayerRecordV1Params

NewAdminGetAdminPlayerRecordV1Params creates a new AdminGetAdminPlayerRecordV1Params object with the default values initialized.

func NewAdminGetAdminPlayerRecordV1ParamsWithContext

func NewAdminGetAdminPlayerRecordV1ParamsWithContext(ctx context.Context) *AdminGetAdminPlayerRecordV1Params

NewAdminGetAdminPlayerRecordV1ParamsWithContext creates a new AdminGetAdminPlayerRecordV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminGetAdminPlayerRecordV1ParamsWithHTTPClient

func NewAdminGetAdminPlayerRecordV1ParamsWithHTTPClient(client *http.Client) *AdminGetAdminPlayerRecordV1Params

NewAdminGetAdminPlayerRecordV1ParamsWithHTTPClient creates a new AdminGetAdminPlayerRecordV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminGetAdminPlayerRecordV1ParamsWithTimeout

func NewAdminGetAdminPlayerRecordV1ParamsWithTimeout(timeout time.Duration) *AdminGetAdminPlayerRecordV1Params

NewAdminGetAdminPlayerRecordV1ParamsWithTimeout creates a new AdminGetAdminPlayerRecordV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminGetAdminPlayerRecordV1Params) SetAuthInfoWriter

func (o *AdminGetAdminPlayerRecordV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get admin player record v1 params

func (*AdminGetAdminPlayerRecordV1Params) SetContext

SetContext adds the context to the admin get admin player record v1 params

func (*AdminGetAdminPlayerRecordV1Params) SetFlightId

func (o *AdminGetAdminPlayerRecordV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGetAdminPlayerRecordV1Params) SetHTTPClient

func (o *AdminGetAdminPlayerRecordV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin get admin player record v1 params

func (*AdminGetAdminPlayerRecordV1Params) SetHTTPClientTransport

func (o *AdminGetAdminPlayerRecordV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get admin player record v1 params

func (*AdminGetAdminPlayerRecordV1Params) SetKey

SetKey adds the key to the admin get admin player record v1 params

func (*AdminGetAdminPlayerRecordV1Params) SetNamespace

func (o *AdminGetAdminPlayerRecordV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get admin player record v1 params

func (*AdminGetAdminPlayerRecordV1Params) SetTimeout

func (o *AdminGetAdminPlayerRecordV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin get admin player record v1 params

func (*AdminGetAdminPlayerRecordV1Params) SetUserID

func (o *AdminGetAdminPlayerRecordV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin get admin player record v1 params

func (*AdminGetAdminPlayerRecordV1Params) WithContext

WithContext adds the context to the admin get admin player record v1 params

func (*AdminGetAdminPlayerRecordV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get admin player record v1 params

func (*AdminGetAdminPlayerRecordV1Params) WithKey

WithKey adds the key to the admin get admin player record v1 params

func (*AdminGetAdminPlayerRecordV1Params) WithNamespace

WithNamespace adds the namespace to the admin get admin player record v1 params

func (*AdminGetAdminPlayerRecordV1Params) WithTimeout

WithTimeout adds the timeout to the admin get admin player record v1 params

func (*AdminGetAdminPlayerRecordV1Params) WithUserID

WithUserID adds the userID to the admin get admin player record v1 params

func (*AdminGetAdminPlayerRecordV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetAdminPlayerRecordV1Reader

type AdminGetAdminPlayerRecordV1Reader struct {
	// contains filtered or unexported fields
}

AdminGetAdminPlayerRecordV1Reader is a Reader for the AdminGetAdminPlayerRecordV1 structure.

func (*AdminGetAdminPlayerRecordV1Reader) ReadResponse

func (o *AdminGetAdminPlayerRecordV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminGetAdminPlayerRecordV1Unauthorized

type AdminGetAdminPlayerRecordV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetAdminPlayerRecordV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminGetAdminPlayerRecordV1Unauthorized

func NewAdminGetAdminPlayerRecordV1Unauthorized() *AdminGetAdminPlayerRecordV1Unauthorized

NewAdminGetAdminPlayerRecordV1Unauthorized creates a AdminGetAdminPlayerRecordV1Unauthorized with default headers values

func (*AdminGetAdminPlayerRecordV1Unauthorized) Error

func (*AdminGetAdminPlayerRecordV1Unauthorized) GetPayload

func (*AdminGetAdminPlayerRecordV1Unauthorized) ToJSONString

type AdminListAdminGameRecordV1BadRequest

type AdminListAdminGameRecordV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminListAdminGameRecordV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18149</td><td>invalid request body</td></tr></table>

func NewAdminListAdminGameRecordV1BadRequest

func NewAdminListAdminGameRecordV1BadRequest() *AdminListAdminGameRecordV1BadRequest

NewAdminListAdminGameRecordV1BadRequest creates a AdminListAdminGameRecordV1BadRequest with default headers values

func (*AdminListAdminGameRecordV1BadRequest) Error

func (*AdminListAdminGameRecordV1BadRequest) GetPayload

func (*AdminListAdminGameRecordV1BadRequest) ToJSONString

func (o *AdminListAdminGameRecordV1BadRequest) ToJSONString() string

type AdminListAdminGameRecordV1Forbidden

type AdminListAdminGameRecordV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminListAdminGameRecordV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminListAdminGameRecordV1Forbidden

func NewAdminListAdminGameRecordV1Forbidden() *AdminListAdminGameRecordV1Forbidden

NewAdminListAdminGameRecordV1Forbidden creates a AdminListAdminGameRecordV1Forbidden with default headers values

func (*AdminListAdminGameRecordV1Forbidden) Error

func (*AdminListAdminGameRecordV1Forbidden) GetPayload

func (*AdminListAdminGameRecordV1Forbidden) ToJSONString

func (o *AdminListAdminGameRecordV1Forbidden) ToJSONString() string

type AdminListAdminGameRecordV1InternalServerError

type AdminListAdminGameRecordV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminListAdminGameRecordV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18139</td><td>unable to get record</td></tr></table>

func NewAdminListAdminGameRecordV1InternalServerError

func NewAdminListAdminGameRecordV1InternalServerError() *AdminListAdminGameRecordV1InternalServerError

NewAdminListAdminGameRecordV1InternalServerError creates a AdminListAdminGameRecordV1InternalServerError with default headers values

func (*AdminListAdminGameRecordV1InternalServerError) Error

func (*AdminListAdminGameRecordV1InternalServerError) GetPayload

func (*AdminListAdminGameRecordV1InternalServerError) ToJSONString

type AdminListAdminGameRecordV1OK

type AdminListAdminGameRecordV1OK struct {
	Payload *cloudsaveclientmodels.ModelsListAdminGameRecordKeysResponse
}

AdminListAdminGameRecordV1OK handles this case with default header values.

Retrieve list of records key by namespace

func NewAdminListAdminGameRecordV1OK

func NewAdminListAdminGameRecordV1OK() *AdminListAdminGameRecordV1OK

NewAdminListAdminGameRecordV1OK creates a AdminListAdminGameRecordV1OK with default headers values

func (*AdminListAdminGameRecordV1OK) Error

func (*AdminListAdminGameRecordV1OK) GetPayload

func (*AdminListAdminGameRecordV1OK) ToJSONString

func (o *AdminListAdminGameRecordV1OK) ToJSONString() string

type AdminListAdminGameRecordV1Params

type AdminListAdminGameRecordV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string
	/*Limit
	  the number of data retrieved in a page, default 25

	*/
	Limit *int64
	/*Offset
	  the number of offset, default 0

	*/
	Offset *int64
	/*Query
	  query, search game records by key

	*/
	Query *string
	/*Tags
	  filter list by tags, max 5 tags per request

	*/
	Tags []string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminListAdminGameRecordV1Params contains all the parameters to send to the API endpoint for the admin list admin game record v1 operation typically these are written to a http.Request

func NewAdminListAdminGameRecordV1Params

func NewAdminListAdminGameRecordV1Params() *AdminListAdminGameRecordV1Params

NewAdminListAdminGameRecordV1Params creates a new AdminListAdminGameRecordV1Params object with the default values initialized.

func NewAdminListAdminGameRecordV1ParamsWithContext

func NewAdminListAdminGameRecordV1ParamsWithContext(ctx context.Context) *AdminListAdminGameRecordV1Params

NewAdminListAdminGameRecordV1ParamsWithContext creates a new AdminListAdminGameRecordV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminListAdminGameRecordV1ParamsWithHTTPClient

func NewAdminListAdminGameRecordV1ParamsWithHTTPClient(client *http.Client) *AdminListAdminGameRecordV1Params

NewAdminListAdminGameRecordV1ParamsWithHTTPClient creates a new AdminListAdminGameRecordV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminListAdminGameRecordV1ParamsWithTimeout

func NewAdminListAdminGameRecordV1ParamsWithTimeout(timeout time.Duration) *AdminListAdminGameRecordV1Params

NewAdminListAdminGameRecordV1ParamsWithTimeout creates a new AdminListAdminGameRecordV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminListAdminGameRecordV1Params) SetAuthInfoWriter

func (o *AdminListAdminGameRecordV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) SetContext

SetContext adds the context to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) SetFlightId

func (o *AdminListAdminGameRecordV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminListAdminGameRecordV1Params) SetHTTPClient

func (o *AdminListAdminGameRecordV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) SetHTTPClientTransport

func (o *AdminListAdminGameRecordV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) SetLimit

func (o *AdminListAdminGameRecordV1Params) SetLimit(limit *int64)

SetLimit adds the limit to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) SetNamespace

func (o *AdminListAdminGameRecordV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) SetOffset

func (o *AdminListAdminGameRecordV1Params) SetOffset(offset *int64)

SetOffset adds the offset to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) SetQuery

func (o *AdminListAdminGameRecordV1Params) SetQuery(query *string)

SetQuery adds the query to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) SetTags

func (o *AdminListAdminGameRecordV1Params) SetTags(tags []string)

SetTags adds the tags to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) SetTimeout

func (o *AdminListAdminGameRecordV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) WithContext

WithContext adds the context to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) WithLimit

WithLimit adds the limit to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) WithNamespace

WithNamespace adds the namespace to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) WithOffset

WithOffset adds the offset to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) WithQuery

WithQuery adds the query to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) WithTags

WithTags adds the tags to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) WithTimeout

WithTimeout adds the timeout to the admin list admin game record v1 params

func (*AdminListAdminGameRecordV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminListAdminGameRecordV1Reader

type AdminListAdminGameRecordV1Reader struct {
	// contains filtered or unexported fields
}

AdminListAdminGameRecordV1Reader is a Reader for the AdminListAdminGameRecordV1 structure.

func (*AdminListAdminGameRecordV1Reader) ReadResponse

func (o *AdminListAdminGameRecordV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminListAdminGameRecordV1Unauthorized

type AdminListAdminGameRecordV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminListAdminGameRecordV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminListAdminGameRecordV1Unauthorized

func NewAdminListAdminGameRecordV1Unauthorized() *AdminListAdminGameRecordV1Unauthorized

NewAdminListAdminGameRecordV1Unauthorized creates a AdminListAdminGameRecordV1Unauthorized with default headers values

func (*AdminListAdminGameRecordV1Unauthorized) Error

func (*AdminListAdminGameRecordV1Unauthorized) GetPayload

func (*AdminListAdminGameRecordV1Unauthorized) ToJSONString

type AdminListAdminUserRecordsV1BadRequest

type AdminListAdminUserRecordsV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminListAdminUserRecordsV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18159</td><td>invalid request body</td></tr></table>

func NewAdminListAdminUserRecordsV1BadRequest

func NewAdminListAdminUserRecordsV1BadRequest() *AdminListAdminUserRecordsV1BadRequest

NewAdminListAdminUserRecordsV1BadRequest creates a AdminListAdminUserRecordsV1BadRequest with default headers values

func (*AdminListAdminUserRecordsV1BadRequest) Error

func (*AdminListAdminUserRecordsV1BadRequest) GetPayload

func (*AdminListAdminUserRecordsV1BadRequest) ToJSONString

type AdminListAdminUserRecordsV1Forbidden

type AdminListAdminUserRecordsV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminListAdminUserRecordsV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminListAdminUserRecordsV1Forbidden

func NewAdminListAdminUserRecordsV1Forbidden() *AdminListAdminUserRecordsV1Forbidden

NewAdminListAdminUserRecordsV1Forbidden creates a AdminListAdminUserRecordsV1Forbidden with default headers values

func (*AdminListAdminUserRecordsV1Forbidden) Error

func (*AdminListAdminUserRecordsV1Forbidden) GetPayload

func (*AdminListAdminUserRecordsV1Forbidden) ToJSONString

func (o *AdminListAdminUserRecordsV1Forbidden) ToJSONString() string

type AdminListAdminUserRecordsV1InternalServerError

type AdminListAdminUserRecordsV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminListAdminUserRecordsV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18160</td><td>unable to retrieve list of key records</td></tr></table>

func NewAdminListAdminUserRecordsV1InternalServerError

func NewAdminListAdminUserRecordsV1InternalServerError() *AdminListAdminUserRecordsV1InternalServerError

NewAdminListAdminUserRecordsV1InternalServerError creates a AdminListAdminUserRecordsV1InternalServerError with default headers values

func (*AdminListAdminUserRecordsV1InternalServerError) Error

func (*AdminListAdminUserRecordsV1InternalServerError) GetPayload

func (*AdminListAdminUserRecordsV1InternalServerError) ToJSONString

type AdminListAdminUserRecordsV1OK

type AdminListAdminUserRecordsV1OK struct {
	Payload *cloudsaveclientmodels.ModelsListAdminPlayerRecordKeysResponse
}

AdminListAdminUserRecordsV1OK handles this case with default header values.

Successful operation

func NewAdminListAdminUserRecordsV1OK

func NewAdminListAdminUserRecordsV1OK() *AdminListAdminUserRecordsV1OK

NewAdminListAdminUserRecordsV1OK creates a AdminListAdminUserRecordsV1OK with default headers values

func (*AdminListAdminUserRecordsV1OK) Error

func (*AdminListAdminUserRecordsV1OK) GetPayload

func (*AdminListAdminUserRecordsV1OK) ToJSONString

func (o *AdminListAdminUserRecordsV1OK) ToJSONString() string

type AdminListAdminUserRecordsV1Params

type AdminListAdminUserRecordsV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  user ID who own the record, should follow UUID version 4 without hyphen format

	*/
	UserID string
	/*Limit
	  the number of data retrieved in a page, default 25

	*/
	Limit *int64
	/*Offset
	  the number of offset, default 0

	*/
	Offset *int64
	/*Query
	  query, search admin player records by key

	*/
	Query *string
	/*Tags
	  filter list by tags, max 5 tags per request

	*/
	Tags []string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminListAdminUserRecordsV1Params contains all the parameters to send to the API endpoint for the admin list admin user records v1 operation typically these are written to a http.Request

func NewAdminListAdminUserRecordsV1Params

func NewAdminListAdminUserRecordsV1Params() *AdminListAdminUserRecordsV1Params

NewAdminListAdminUserRecordsV1Params creates a new AdminListAdminUserRecordsV1Params object with the default values initialized.

func NewAdminListAdminUserRecordsV1ParamsWithContext

func NewAdminListAdminUserRecordsV1ParamsWithContext(ctx context.Context) *AdminListAdminUserRecordsV1Params

NewAdminListAdminUserRecordsV1ParamsWithContext creates a new AdminListAdminUserRecordsV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminListAdminUserRecordsV1ParamsWithHTTPClient

func NewAdminListAdminUserRecordsV1ParamsWithHTTPClient(client *http.Client) *AdminListAdminUserRecordsV1Params

NewAdminListAdminUserRecordsV1ParamsWithHTTPClient creates a new AdminListAdminUserRecordsV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminListAdminUserRecordsV1ParamsWithTimeout

func NewAdminListAdminUserRecordsV1ParamsWithTimeout(timeout time.Duration) *AdminListAdminUserRecordsV1Params

NewAdminListAdminUserRecordsV1ParamsWithTimeout creates a new AdminListAdminUserRecordsV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminListAdminUserRecordsV1Params) SetAuthInfoWriter

func (o *AdminListAdminUserRecordsV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) SetContext

SetContext adds the context to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) SetFlightId

func (o *AdminListAdminUserRecordsV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminListAdminUserRecordsV1Params) SetHTTPClient

func (o *AdminListAdminUserRecordsV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) SetHTTPClientTransport

func (o *AdminListAdminUserRecordsV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) SetLimit

func (o *AdminListAdminUserRecordsV1Params) SetLimit(limit *int64)

SetLimit adds the limit to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) SetNamespace

func (o *AdminListAdminUserRecordsV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) SetOffset

func (o *AdminListAdminUserRecordsV1Params) SetOffset(offset *int64)

SetOffset adds the offset to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) SetQuery

func (o *AdminListAdminUserRecordsV1Params) SetQuery(query *string)

SetQuery adds the query to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) SetTags

func (o *AdminListAdminUserRecordsV1Params) SetTags(tags []string)

SetTags adds the tags to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) SetTimeout

func (o *AdminListAdminUserRecordsV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) SetUserID

func (o *AdminListAdminUserRecordsV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) WithContext

WithContext adds the context to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) WithLimit

WithLimit adds the limit to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) WithNamespace

WithNamespace adds the namespace to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) WithOffset

WithOffset adds the offset to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) WithQuery

WithQuery adds the query to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) WithTags

WithTags adds the tags to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) WithTimeout

WithTimeout adds the timeout to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) WithUserID

WithUserID adds the userID to the admin list admin user records v1 params

func (*AdminListAdminUserRecordsV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminListAdminUserRecordsV1Reader

type AdminListAdminUserRecordsV1Reader struct {
	// contains filtered or unexported fields
}

AdminListAdminUserRecordsV1Reader is a Reader for the AdminListAdminUserRecordsV1 structure.

func (*AdminListAdminUserRecordsV1Reader) ReadResponse

func (o *AdminListAdminUserRecordsV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminListAdminUserRecordsV1Unauthorized

type AdminListAdminUserRecordsV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminListAdminUserRecordsV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminListAdminUserRecordsV1Unauthorized

func NewAdminListAdminUserRecordsV1Unauthorized() *AdminListAdminUserRecordsV1Unauthorized

NewAdminListAdminUserRecordsV1Unauthorized creates a AdminListAdminUserRecordsV1Unauthorized with default headers values

func (*AdminListAdminUserRecordsV1Unauthorized) Error

func (*AdminListAdminUserRecordsV1Unauthorized) GetPayload

func (*AdminListAdminUserRecordsV1Unauthorized) ToJSONString

type AdminPostAdminGameRecordV1BadRequest

type AdminPostAdminGameRecordV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostAdminGameRecordV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18134</td><td>invalid request body</td></tr><tr><td>20002</td><td>validation error</td></tr><tr><td>18136</td><td>invalid request body: size of the request body must be less than [%d]MB</td></tr></table>

func NewAdminPostAdminGameRecordV1BadRequest

func NewAdminPostAdminGameRecordV1BadRequest() *AdminPostAdminGameRecordV1BadRequest

NewAdminPostAdminGameRecordV1BadRequest creates a AdminPostAdminGameRecordV1BadRequest with default headers values

func (*AdminPostAdminGameRecordV1BadRequest) Error

func (*AdminPostAdminGameRecordV1BadRequest) GetPayload

func (*AdminPostAdminGameRecordV1BadRequest) ToJSONString

func (o *AdminPostAdminGameRecordV1BadRequest) ToJSONString() string

type AdminPostAdminGameRecordV1Created

type AdminPostAdminGameRecordV1Created struct {
	Payload *cloudsaveclientmodels.ModelsAdminGameRecordResponse
}

AdminPostAdminGameRecordV1Created handles this case with default header values.

Record in namespace-level saved

func NewAdminPostAdminGameRecordV1Created

func NewAdminPostAdminGameRecordV1Created() *AdminPostAdminGameRecordV1Created

NewAdminPostAdminGameRecordV1Created creates a AdminPostAdminGameRecordV1Created with default headers values

func (*AdminPostAdminGameRecordV1Created) Error

func (*AdminPostAdminGameRecordV1Created) GetPayload

func (*AdminPostAdminGameRecordV1Created) ToJSONString

func (o *AdminPostAdminGameRecordV1Created) ToJSONString() string

type AdminPostAdminGameRecordV1Forbidden

type AdminPostAdminGameRecordV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostAdminGameRecordV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminPostAdminGameRecordV1Forbidden

func NewAdminPostAdminGameRecordV1Forbidden() *AdminPostAdminGameRecordV1Forbidden

NewAdminPostAdminGameRecordV1Forbidden creates a AdminPostAdminGameRecordV1Forbidden with default headers values

func (*AdminPostAdminGameRecordV1Forbidden) Error

func (*AdminPostAdminGameRecordV1Forbidden) GetPayload

func (*AdminPostAdminGameRecordV1Forbidden) ToJSONString

func (o *AdminPostAdminGameRecordV1Forbidden) ToJSONString() string

type AdminPostAdminGameRecordV1InternalServerError

type AdminPostAdminGameRecordV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostAdminGameRecordV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18135</td><td>unable to marshal request body</td></tr><tr><td>20000</td><td>internal server error</td></tr><tr><td>18013</td><td>unable to save record</td></tr><tr><td>18165</td><td>unable to decode record</td></tr></table>

func NewAdminPostAdminGameRecordV1InternalServerError

func NewAdminPostAdminGameRecordV1InternalServerError() *AdminPostAdminGameRecordV1InternalServerError

NewAdminPostAdminGameRecordV1InternalServerError creates a AdminPostAdminGameRecordV1InternalServerError with default headers values

func (*AdminPostAdminGameRecordV1InternalServerError) Error

func (*AdminPostAdminGameRecordV1InternalServerError) GetPayload

func (*AdminPostAdminGameRecordV1InternalServerError) ToJSONString

type AdminPostAdminGameRecordV1Params

type AdminPostAdminGameRecordV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body cloudsaveclientmodels.ModelsAdminGameRecordRequest
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminPostAdminGameRecordV1Params contains all the parameters to send to the API endpoint for the admin post admin game record v1 operation typically these are written to a http.Request

func NewAdminPostAdminGameRecordV1Params

func NewAdminPostAdminGameRecordV1Params() *AdminPostAdminGameRecordV1Params

NewAdminPostAdminGameRecordV1Params creates a new AdminPostAdminGameRecordV1Params object with the default values initialized.

func NewAdminPostAdminGameRecordV1ParamsWithContext

func NewAdminPostAdminGameRecordV1ParamsWithContext(ctx context.Context) *AdminPostAdminGameRecordV1Params

NewAdminPostAdminGameRecordV1ParamsWithContext creates a new AdminPostAdminGameRecordV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminPostAdminGameRecordV1ParamsWithHTTPClient

func NewAdminPostAdminGameRecordV1ParamsWithHTTPClient(client *http.Client) *AdminPostAdminGameRecordV1Params

NewAdminPostAdminGameRecordV1ParamsWithHTTPClient creates a new AdminPostAdminGameRecordV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminPostAdminGameRecordV1ParamsWithTimeout

func NewAdminPostAdminGameRecordV1ParamsWithTimeout(timeout time.Duration) *AdminPostAdminGameRecordV1Params

NewAdminPostAdminGameRecordV1ParamsWithTimeout creates a new AdminPostAdminGameRecordV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminPostAdminGameRecordV1Params) SetAuthInfoWriter

func (o *AdminPostAdminGameRecordV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin post admin game record v1 params

func (*AdminPostAdminGameRecordV1Params) SetBody

SetBody adds the body to the admin post admin game record v1 params

func (*AdminPostAdminGameRecordV1Params) SetContext

SetContext adds the context to the admin post admin game record v1 params

func (*AdminPostAdminGameRecordV1Params) SetFlightId

func (o *AdminPostAdminGameRecordV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminPostAdminGameRecordV1Params) SetHTTPClient

func (o *AdminPostAdminGameRecordV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin post admin game record v1 params

func (*AdminPostAdminGameRecordV1Params) SetHTTPClientTransport

func (o *AdminPostAdminGameRecordV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin post admin game record v1 params

func (*AdminPostAdminGameRecordV1Params) SetKey

SetKey adds the key to the admin post admin game record v1 params

func (*AdminPostAdminGameRecordV1Params) SetNamespace

func (o *AdminPostAdminGameRecordV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin post admin game record v1 params

func (*AdminPostAdminGameRecordV1Params) SetTimeout

func (o *AdminPostAdminGameRecordV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin post admin game record v1 params

func (*AdminPostAdminGameRecordV1Params) WithBody

WithBody adds the body to the admin post admin game record v1 params

func (*AdminPostAdminGameRecordV1Params) WithContext

WithContext adds the context to the admin post admin game record v1 params

func (*AdminPostAdminGameRecordV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin post admin game record v1 params

func (*AdminPostAdminGameRecordV1Params) WithKey

WithKey adds the key to the admin post admin game record v1 params

func (*AdminPostAdminGameRecordV1Params) WithNamespace

WithNamespace adds the namespace to the admin post admin game record v1 params

func (*AdminPostAdminGameRecordV1Params) WithTimeout

WithTimeout adds the timeout to the admin post admin game record v1 params

func (*AdminPostAdminGameRecordV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminPostAdminGameRecordV1Reader

type AdminPostAdminGameRecordV1Reader struct {
	// contains filtered or unexported fields
}

AdminPostAdminGameRecordV1Reader is a Reader for the AdminPostAdminGameRecordV1 structure.

func (*AdminPostAdminGameRecordV1Reader) ReadResponse

func (o *AdminPostAdminGameRecordV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminPostAdminGameRecordV1Unauthorized

type AdminPostAdminGameRecordV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostAdminGameRecordV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminPostAdminGameRecordV1Unauthorized

func NewAdminPostAdminGameRecordV1Unauthorized() *AdminPostAdminGameRecordV1Unauthorized

NewAdminPostAdminGameRecordV1Unauthorized creates a AdminPostAdminGameRecordV1Unauthorized with default headers values

func (*AdminPostAdminGameRecordV1Unauthorized) Error

func (*AdminPostAdminGameRecordV1Unauthorized) GetPayload

func (*AdminPostAdminGameRecordV1Unauthorized) ToJSONString

type AdminPostPlayerAdminRecordV1BadRequest

type AdminPostPlayerAdminRecordV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerAdminRecordV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18150</td><td>invalid request body</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewAdminPostPlayerAdminRecordV1BadRequest

func NewAdminPostPlayerAdminRecordV1BadRequest() *AdminPostPlayerAdminRecordV1BadRequest

NewAdminPostPlayerAdminRecordV1BadRequest creates a AdminPostPlayerAdminRecordV1BadRequest with default headers values

func (*AdminPostPlayerAdminRecordV1BadRequest) Error

func (*AdminPostPlayerAdminRecordV1BadRequest) GetPayload

func (*AdminPostPlayerAdminRecordV1BadRequest) ToJSONString

type AdminPostPlayerAdminRecordV1Created

type AdminPostPlayerAdminRecordV1Created struct {
	Payload *cloudsaveclientmodels.ModelsAdminPlayerRecordResponse
}

AdminPostPlayerAdminRecordV1Created handles this case with default header values.

Record in user-level saved

func NewAdminPostPlayerAdminRecordV1Created

func NewAdminPostPlayerAdminRecordV1Created() *AdminPostPlayerAdminRecordV1Created

NewAdminPostPlayerAdminRecordV1Created creates a AdminPostPlayerAdminRecordV1Created with default headers values

func (*AdminPostPlayerAdminRecordV1Created) Error

func (*AdminPostPlayerAdminRecordV1Created) GetPayload

func (*AdminPostPlayerAdminRecordV1Created) ToJSONString

func (o *AdminPostPlayerAdminRecordV1Created) ToJSONString() string

type AdminPostPlayerAdminRecordV1Forbidden

type AdminPostPlayerAdminRecordV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerAdminRecordV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminPostPlayerAdminRecordV1Forbidden

func NewAdminPostPlayerAdminRecordV1Forbidden() *AdminPostPlayerAdminRecordV1Forbidden

NewAdminPostPlayerAdminRecordV1Forbidden creates a AdminPostPlayerAdminRecordV1Forbidden with default headers values

func (*AdminPostPlayerAdminRecordV1Forbidden) Error

func (*AdminPostPlayerAdminRecordV1Forbidden) GetPayload

func (*AdminPostPlayerAdminRecordV1Forbidden) ToJSONString

type AdminPostPlayerAdminRecordV1InternalServerError

type AdminPostPlayerAdminRecordV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerAdminRecordV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr><tr><td>18033</td><td>unable to save record</td></tr><tr><td>18163</td><td>unable to decode record</td></tr></table>

func NewAdminPostPlayerAdminRecordV1InternalServerError

func NewAdminPostPlayerAdminRecordV1InternalServerError() *AdminPostPlayerAdminRecordV1InternalServerError

NewAdminPostPlayerAdminRecordV1InternalServerError creates a AdminPostPlayerAdminRecordV1InternalServerError with default headers values

func (*AdminPostPlayerAdminRecordV1InternalServerError) Error

func (*AdminPostPlayerAdminRecordV1InternalServerError) GetPayload

func (*AdminPostPlayerAdminRecordV1InternalServerError) ToJSONString

type AdminPostPlayerAdminRecordV1Params

type AdminPostPlayerAdminRecordV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body cloudsaveclientmodels.ModelsAdminPlayerRecordRequest
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  user ID who own the record, should follow UUID version 4 without hyphen format

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminPostPlayerAdminRecordV1Params contains all the parameters to send to the API endpoint for the admin post player admin record v1 operation typically these are written to a http.Request

func NewAdminPostPlayerAdminRecordV1Params

func NewAdminPostPlayerAdminRecordV1Params() *AdminPostPlayerAdminRecordV1Params

NewAdminPostPlayerAdminRecordV1Params creates a new AdminPostPlayerAdminRecordV1Params object with the default values initialized.

func NewAdminPostPlayerAdminRecordV1ParamsWithContext

func NewAdminPostPlayerAdminRecordV1ParamsWithContext(ctx context.Context) *AdminPostPlayerAdminRecordV1Params

NewAdminPostPlayerAdminRecordV1ParamsWithContext creates a new AdminPostPlayerAdminRecordV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminPostPlayerAdminRecordV1ParamsWithHTTPClient

func NewAdminPostPlayerAdminRecordV1ParamsWithHTTPClient(client *http.Client) *AdminPostPlayerAdminRecordV1Params

NewAdminPostPlayerAdminRecordV1ParamsWithHTTPClient creates a new AdminPostPlayerAdminRecordV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminPostPlayerAdminRecordV1ParamsWithTimeout

func NewAdminPostPlayerAdminRecordV1ParamsWithTimeout(timeout time.Duration) *AdminPostPlayerAdminRecordV1Params

NewAdminPostPlayerAdminRecordV1ParamsWithTimeout creates a new AdminPostPlayerAdminRecordV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminPostPlayerAdminRecordV1Params) SetAuthInfoWriter

func (o *AdminPostPlayerAdminRecordV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin post player admin record v1 params

func (*AdminPostPlayerAdminRecordV1Params) SetBody

SetBody adds the body to the admin post player admin record v1 params

func (*AdminPostPlayerAdminRecordV1Params) SetContext

SetContext adds the context to the admin post player admin record v1 params

func (*AdminPostPlayerAdminRecordV1Params) SetFlightId

func (o *AdminPostPlayerAdminRecordV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminPostPlayerAdminRecordV1Params) SetHTTPClient

func (o *AdminPostPlayerAdminRecordV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin post player admin record v1 params

func (*AdminPostPlayerAdminRecordV1Params) SetHTTPClientTransport

func (o *AdminPostPlayerAdminRecordV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin post player admin record v1 params

func (*AdminPostPlayerAdminRecordV1Params) SetKey

SetKey adds the key to the admin post player admin record v1 params

func (*AdminPostPlayerAdminRecordV1Params) SetNamespace

func (o *AdminPostPlayerAdminRecordV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin post player admin record v1 params

func (*AdminPostPlayerAdminRecordV1Params) SetTimeout

func (o *AdminPostPlayerAdminRecordV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin post player admin record v1 params

func (*AdminPostPlayerAdminRecordV1Params) SetUserID

func (o *AdminPostPlayerAdminRecordV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin post player admin record v1 params

func (*AdminPostPlayerAdminRecordV1Params) WithBody

WithBody adds the body to the admin post player admin record v1 params

func (*AdminPostPlayerAdminRecordV1Params) WithContext

WithContext adds the context to the admin post player admin record v1 params

func (*AdminPostPlayerAdminRecordV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin post player admin record v1 params

func (*AdminPostPlayerAdminRecordV1Params) WithKey

WithKey adds the key to the admin post player admin record v1 params

func (*AdminPostPlayerAdminRecordV1Params) WithNamespace

WithNamespace adds the namespace to the admin post player admin record v1 params

func (*AdminPostPlayerAdminRecordV1Params) WithTimeout

WithTimeout adds the timeout to the admin post player admin record v1 params

func (*AdminPostPlayerAdminRecordV1Params) WithUserID

WithUserID adds the userID to the admin post player admin record v1 params

func (*AdminPostPlayerAdminRecordV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminPostPlayerAdminRecordV1Reader

type AdminPostPlayerAdminRecordV1Reader struct {
	// contains filtered or unexported fields
}

AdminPostPlayerAdminRecordV1Reader is a Reader for the AdminPostPlayerAdminRecordV1 structure.

func (*AdminPostPlayerAdminRecordV1Reader) ReadResponse

func (o *AdminPostPlayerAdminRecordV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminPostPlayerAdminRecordV1Unauthorized

type AdminPostPlayerAdminRecordV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerAdminRecordV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminPostPlayerAdminRecordV1Unauthorized

func NewAdminPostPlayerAdminRecordV1Unauthorized() *AdminPostPlayerAdminRecordV1Unauthorized

NewAdminPostPlayerAdminRecordV1Unauthorized creates a AdminPostPlayerAdminRecordV1Unauthorized with default headers values

func (*AdminPostPlayerAdminRecordV1Unauthorized) Error

func (*AdminPostPlayerAdminRecordV1Unauthorized) GetPayload

func (*AdminPostPlayerAdminRecordV1Unauthorized) ToJSONString

type AdminPutAdminGameRecordV1BadRequest

type AdminPutAdminGameRecordV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutAdminGameRecordV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18144</td><td>invalid request body</td></tr><tr><td>20002</td><td>validation error</td></tr><tr><td>18146</td><td>invalid request body: size of the request body must be less than [%d]MB</td></tr></table>

func NewAdminPutAdminGameRecordV1BadRequest

func NewAdminPutAdminGameRecordV1BadRequest() *AdminPutAdminGameRecordV1BadRequest

NewAdminPutAdminGameRecordV1BadRequest creates a AdminPutAdminGameRecordV1BadRequest with default headers values

func (*AdminPutAdminGameRecordV1BadRequest) Error

func (*AdminPutAdminGameRecordV1BadRequest) GetPayload

func (*AdminPutAdminGameRecordV1BadRequest) ToJSONString

func (o *AdminPutAdminGameRecordV1BadRequest) ToJSONString() string

type AdminPutAdminGameRecordV1Forbidden

type AdminPutAdminGameRecordV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutAdminGameRecordV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminPutAdminGameRecordV1Forbidden

func NewAdminPutAdminGameRecordV1Forbidden() *AdminPutAdminGameRecordV1Forbidden

NewAdminPutAdminGameRecordV1Forbidden creates a AdminPutAdminGameRecordV1Forbidden with default headers values

func (*AdminPutAdminGameRecordV1Forbidden) Error

func (*AdminPutAdminGameRecordV1Forbidden) GetPayload

func (*AdminPutAdminGameRecordV1Forbidden) ToJSONString

func (o *AdminPutAdminGameRecordV1Forbidden) ToJSONString() string

type AdminPutAdminGameRecordV1InternalServerError

type AdminPutAdminGameRecordV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutAdminGameRecordV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18145</td><td>unable to marshal request body</td></tr><tr><td>20000</td><td>internal server error</td></tr><tr><td>18164</td><td>unable to decode record</td></tr><tr><td>18147</td><td>unable to update record</td></tr></table>

func NewAdminPutAdminGameRecordV1InternalServerError

func NewAdminPutAdminGameRecordV1InternalServerError() *AdminPutAdminGameRecordV1InternalServerError

NewAdminPutAdminGameRecordV1InternalServerError creates a AdminPutAdminGameRecordV1InternalServerError with default headers values

func (*AdminPutAdminGameRecordV1InternalServerError) Error

func (*AdminPutAdminGameRecordV1InternalServerError) GetPayload

func (*AdminPutAdminGameRecordV1InternalServerError) ToJSONString

type AdminPutAdminGameRecordV1OK

type AdminPutAdminGameRecordV1OK struct {
	Payload *cloudsaveclientmodels.ModelsAdminGameRecordResponse
}

AdminPutAdminGameRecordV1OK handles this case with default header values.

Record saved

func NewAdminPutAdminGameRecordV1OK

func NewAdminPutAdminGameRecordV1OK() *AdminPutAdminGameRecordV1OK

NewAdminPutAdminGameRecordV1OK creates a AdminPutAdminGameRecordV1OK with default headers values

func (*AdminPutAdminGameRecordV1OK) Error

func (*AdminPutAdminGameRecordV1OK) GetPayload

func (*AdminPutAdminGameRecordV1OK) ToJSONString

func (o *AdminPutAdminGameRecordV1OK) ToJSONString() string

type AdminPutAdminGameRecordV1Params

type AdminPutAdminGameRecordV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body cloudsaveclientmodels.ModelsAdminGameRecordRequest
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminPutAdminGameRecordV1Params contains all the parameters to send to the API endpoint for the admin put admin game record v1 operation typically these are written to a http.Request

func NewAdminPutAdminGameRecordV1Params

func NewAdminPutAdminGameRecordV1Params() *AdminPutAdminGameRecordV1Params

NewAdminPutAdminGameRecordV1Params creates a new AdminPutAdminGameRecordV1Params object with the default values initialized.

func NewAdminPutAdminGameRecordV1ParamsWithContext

func NewAdminPutAdminGameRecordV1ParamsWithContext(ctx context.Context) *AdminPutAdminGameRecordV1Params

NewAdminPutAdminGameRecordV1ParamsWithContext creates a new AdminPutAdminGameRecordV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminPutAdminGameRecordV1ParamsWithHTTPClient

func NewAdminPutAdminGameRecordV1ParamsWithHTTPClient(client *http.Client) *AdminPutAdminGameRecordV1Params

NewAdminPutAdminGameRecordV1ParamsWithHTTPClient creates a new AdminPutAdminGameRecordV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminPutAdminGameRecordV1ParamsWithTimeout

func NewAdminPutAdminGameRecordV1ParamsWithTimeout(timeout time.Duration) *AdminPutAdminGameRecordV1Params

NewAdminPutAdminGameRecordV1ParamsWithTimeout creates a new AdminPutAdminGameRecordV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminPutAdminGameRecordV1Params) SetAuthInfoWriter

func (o *AdminPutAdminGameRecordV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin put admin game record v1 params

func (*AdminPutAdminGameRecordV1Params) SetBody

SetBody adds the body to the admin put admin game record v1 params

func (*AdminPutAdminGameRecordV1Params) SetContext

func (o *AdminPutAdminGameRecordV1Params) SetContext(ctx context.Context)

SetContext adds the context to the admin put admin game record v1 params

func (*AdminPutAdminGameRecordV1Params) SetFlightId

func (o *AdminPutAdminGameRecordV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminPutAdminGameRecordV1Params) SetHTTPClient

func (o *AdminPutAdminGameRecordV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin put admin game record v1 params

func (*AdminPutAdminGameRecordV1Params) SetHTTPClientTransport

func (o *AdminPutAdminGameRecordV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin put admin game record v1 params

func (*AdminPutAdminGameRecordV1Params) SetKey

func (o *AdminPutAdminGameRecordV1Params) SetKey(key string)

SetKey adds the key to the admin put admin game record v1 params

func (*AdminPutAdminGameRecordV1Params) SetNamespace

func (o *AdminPutAdminGameRecordV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin put admin game record v1 params

func (*AdminPutAdminGameRecordV1Params) SetTimeout

func (o *AdminPutAdminGameRecordV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin put admin game record v1 params

func (*AdminPutAdminGameRecordV1Params) WithBody

WithBody adds the body to the admin put admin game record v1 params

func (*AdminPutAdminGameRecordV1Params) WithContext

WithContext adds the context to the admin put admin game record v1 params

func (*AdminPutAdminGameRecordV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin put admin game record v1 params

func (*AdminPutAdminGameRecordV1Params) WithKey

WithKey adds the key to the admin put admin game record v1 params

func (*AdminPutAdminGameRecordV1Params) WithNamespace

WithNamespace adds the namespace to the admin put admin game record v1 params

func (*AdminPutAdminGameRecordV1Params) WithTimeout

WithTimeout adds the timeout to the admin put admin game record v1 params

func (*AdminPutAdminGameRecordV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminPutAdminGameRecordV1Reader

type AdminPutAdminGameRecordV1Reader struct {
	// contains filtered or unexported fields
}

AdminPutAdminGameRecordV1Reader is a Reader for the AdminPutAdminGameRecordV1 structure.

func (*AdminPutAdminGameRecordV1Reader) ReadResponse

func (o *AdminPutAdminGameRecordV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminPutAdminGameRecordV1Unauthorized

type AdminPutAdminGameRecordV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutAdminGameRecordV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminPutAdminGameRecordV1Unauthorized

func NewAdminPutAdminGameRecordV1Unauthorized() *AdminPutAdminGameRecordV1Unauthorized

NewAdminPutAdminGameRecordV1Unauthorized creates a AdminPutAdminGameRecordV1Unauthorized with default headers values

func (*AdminPutAdminGameRecordV1Unauthorized) Error

func (*AdminPutAdminGameRecordV1Unauthorized) GetPayload

func (*AdminPutAdminGameRecordV1Unauthorized) ToJSONString

type AdminPutAdminPlayerRecordV1BadRequest

type AdminPutAdminPlayerRecordV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutAdminPlayerRecordV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18156</td><td>invalid request body</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewAdminPutAdminPlayerRecordV1BadRequest

func NewAdminPutAdminPlayerRecordV1BadRequest() *AdminPutAdminPlayerRecordV1BadRequest

NewAdminPutAdminPlayerRecordV1BadRequest creates a AdminPutAdminPlayerRecordV1BadRequest with default headers values

func (*AdminPutAdminPlayerRecordV1BadRequest) Error

func (*AdminPutAdminPlayerRecordV1BadRequest) GetPayload

func (*AdminPutAdminPlayerRecordV1BadRequest) ToJSONString

type AdminPutAdminPlayerRecordV1Forbidden

type AdminPutAdminPlayerRecordV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutAdminPlayerRecordV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminPutAdminPlayerRecordV1Forbidden

func NewAdminPutAdminPlayerRecordV1Forbidden() *AdminPutAdminPlayerRecordV1Forbidden

NewAdminPutAdminPlayerRecordV1Forbidden creates a AdminPutAdminPlayerRecordV1Forbidden with default headers values

func (*AdminPutAdminPlayerRecordV1Forbidden) Error

func (*AdminPutAdminPlayerRecordV1Forbidden) GetPayload

func (*AdminPutAdminPlayerRecordV1Forbidden) ToJSONString

func (o *AdminPutAdminPlayerRecordV1Forbidden) ToJSONString() string

type AdminPutAdminPlayerRecordV1InternalServerError

type AdminPutAdminPlayerRecordV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutAdminPlayerRecordV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr><tr><td>18061</td><td>unable to update record</td></tr><tr><td>18162</td><td>unable to decode record</td></tr></table>

func NewAdminPutAdminPlayerRecordV1InternalServerError

func NewAdminPutAdminPlayerRecordV1InternalServerError() *AdminPutAdminPlayerRecordV1InternalServerError

NewAdminPutAdminPlayerRecordV1InternalServerError creates a AdminPutAdminPlayerRecordV1InternalServerError with default headers values

func (*AdminPutAdminPlayerRecordV1InternalServerError) Error

func (*AdminPutAdminPlayerRecordV1InternalServerError) GetPayload

func (*AdminPutAdminPlayerRecordV1InternalServerError) ToJSONString

type AdminPutAdminPlayerRecordV1OK

type AdminPutAdminPlayerRecordV1OK struct {
	Payload *cloudsaveclientmodels.ModelsAdminPlayerRecordResponse
}

AdminPutAdminPlayerRecordV1OK handles this case with default header values.

Record in user-level saved

func NewAdminPutAdminPlayerRecordV1OK

func NewAdminPutAdminPlayerRecordV1OK() *AdminPutAdminPlayerRecordV1OK

NewAdminPutAdminPlayerRecordV1OK creates a AdminPutAdminPlayerRecordV1OK with default headers values

func (*AdminPutAdminPlayerRecordV1OK) Error

func (*AdminPutAdminPlayerRecordV1OK) GetPayload

func (*AdminPutAdminPlayerRecordV1OK) ToJSONString

func (o *AdminPutAdminPlayerRecordV1OK) ToJSONString() string

type AdminPutAdminPlayerRecordV1Params

type AdminPutAdminPlayerRecordV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body cloudsaveclientmodels.ModelsAdminPlayerRecordRequest
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  user ID who own the record, should follow UUID version 4 without hyphen format

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminPutAdminPlayerRecordV1Params contains all the parameters to send to the API endpoint for the admin put admin player record v1 operation typically these are written to a http.Request

func NewAdminPutAdminPlayerRecordV1Params

func NewAdminPutAdminPlayerRecordV1Params() *AdminPutAdminPlayerRecordV1Params

NewAdminPutAdminPlayerRecordV1Params creates a new AdminPutAdminPlayerRecordV1Params object with the default values initialized.

func NewAdminPutAdminPlayerRecordV1ParamsWithContext

func NewAdminPutAdminPlayerRecordV1ParamsWithContext(ctx context.Context) *AdminPutAdminPlayerRecordV1Params

NewAdminPutAdminPlayerRecordV1ParamsWithContext creates a new AdminPutAdminPlayerRecordV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminPutAdminPlayerRecordV1ParamsWithHTTPClient

func NewAdminPutAdminPlayerRecordV1ParamsWithHTTPClient(client *http.Client) *AdminPutAdminPlayerRecordV1Params

NewAdminPutAdminPlayerRecordV1ParamsWithHTTPClient creates a new AdminPutAdminPlayerRecordV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminPutAdminPlayerRecordV1ParamsWithTimeout

func NewAdminPutAdminPlayerRecordV1ParamsWithTimeout(timeout time.Duration) *AdminPutAdminPlayerRecordV1Params

NewAdminPutAdminPlayerRecordV1ParamsWithTimeout creates a new AdminPutAdminPlayerRecordV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminPutAdminPlayerRecordV1Params) SetAuthInfoWriter

func (o *AdminPutAdminPlayerRecordV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin put admin player record v1 params

func (*AdminPutAdminPlayerRecordV1Params) SetBody

SetBody adds the body to the admin put admin player record v1 params

func (*AdminPutAdminPlayerRecordV1Params) SetContext

SetContext adds the context to the admin put admin player record v1 params

func (*AdminPutAdminPlayerRecordV1Params) SetFlightId

func (o *AdminPutAdminPlayerRecordV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminPutAdminPlayerRecordV1Params) SetHTTPClient

func (o *AdminPutAdminPlayerRecordV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin put admin player record v1 params

func (*AdminPutAdminPlayerRecordV1Params) SetHTTPClientTransport

func (o *AdminPutAdminPlayerRecordV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin put admin player record v1 params

func (*AdminPutAdminPlayerRecordV1Params) SetKey

SetKey adds the key to the admin put admin player record v1 params

func (*AdminPutAdminPlayerRecordV1Params) SetNamespace

func (o *AdminPutAdminPlayerRecordV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin put admin player record v1 params

func (*AdminPutAdminPlayerRecordV1Params) SetTimeout

func (o *AdminPutAdminPlayerRecordV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin put admin player record v1 params

func (*AdminPutAdminPlayerRecordV1Params) SetUserID

func (o *AdminPutAdminPlayerRecordV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin put admin player record v1 params

func (*AdminPutAdminPlayerRecordV1Params) WithBody

WithBody adds the body to the admin put admin player record v1 params

func (*AdminPutAdminPlayerRecordV1Params) WithContext

WithContext adds the context to the admin put admin player record v1 params

func (*AdminPutAdminPlayerRecordV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin put admin player record v1 params

func (*AdminPutAdminPlayerRecordV1Params) WithKey

WithKey adds the key to the admin put admin player record v1 params

func (*AdminPutAdminPlayerRecordV1Params) WithNamespace

WithNamespace adds the namespace to the admin put admin player record v1 params

func (*AdminPutAdminPlayerRecordV1Params) WithTimeout

WithTimeout adds the timeout to the admin put admin player record v1 params

func (*AdminPutAdminPlayerRecordV1Params) WithUserID

WithUserID adds the userID to the admin put admin player record v1 params

func (*AdminPutAdminPlayerRecordV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminPutAdminPlayerRecordV1Reader

type AdminPutAdminPlayerRecordV1Reader struct {
	// contains filtered or unexported fields
}

AdminPutAdminPlayerRecordV1Reader is a Reader for the AdminPutAdminPlayerRecordV1 structure.

func (*AdminPutAdminPlayerRecordV1Reader) ReadResponse

func (o *AdminPutAdminPlayerRecordV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminPutAdminPlayerRecordV1Unauthorized

type AdminPutAdminPlayerRecordV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutAdminPlayerRecordV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminPutAdminPlayerRecordV1Unauthorized

func NewAdminPutAdminPlayerRecordV1Unauthorized() *AdminPutAdminPlayerRecordV1Unauthorized

NewAdminPutAdminPlayerRecordV1Unauthorized creates a AdminPutAdminPlayerRecordV1Unauthorized with default headers values

func (*AdminPutAdminPlayerRecordV1Unauthorized) Error

func (*AdminPutAdminPlayerRecordV1Unauthorized) GetPayload

func (*AdminPutAdminPlayerRecordV1Unauthorized) ToJSONString

type BulkGetAdminPlayerRecordByUserIdsV1BadRequest

type BulkGetAdminPlayerRecordByUserIdsV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

BulkGetAdminPlayerRecordByUserIdsV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18184</td><td>invalid request body</td></tr></table>

func NewBulkGetAdminPlayerRecordByUserIdsV1BadRequest

func NewBulkGetAdminPlayerRecordByUserIdsV1BadRequest() *BulkGetAdminPlayerRecordByUserIdsV1BadRequest

NewBulkGetAdminPlayerRecordByUserIdsV1BadRequest creates a BulkGetAdminPlayerRecordByUserIdsV1BadRequest with default headers values

func (*BulkGetAdminPlayerRecordByUserIdsV1BadRequest) Error

func (*BulkGetAdminPlayerRecordByUserIdsV1BadRequest) GetPayload

func (*BulkGetAdminPlayerRecordByUserIdsV1BadRequest) ToJSONString

type BulkGetAdminPlayerRecordByUserIdsV1Forbidden

type BulkGetAdminPlayerRecordByUserIdsV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

BulkGetAdminPlayerRecordByUserIdsV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewBulkGetAdminPlayerRecordByUserIdsV1Forbidden

func NewBulkGetAdminPlayerRecordByUserIdsV1Forbidden() *BulkGetAdminPlayerRecordByUserIdsV1Forbidden

NewBulkGetAdminPlayerRecordByUserIdsV1Forbidden creates a BulkGetAdminPlayerRecordByUserIdsV1Forbidden with default headers values

func (*BulkGetAdminPlayerRecordByUserIdsV1Forbidden) Error

func (*BulkGetAdminPlayerRecordByUserIdsV1Forbidden) GetPayload

func (*BulkGetAdminPlayerRecordByUserIdsV1Forbidden) ToJSONString

type BulkGetAdminPlayerRecordByUserIdsV1InternalServerError

type BulkGetAdminPlayerRecordByUserIdsV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

BulkGetAdminPlayerRecordByUserIdsV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18185</td><td>unable to get record</td></tr><tr><td>18187</td><td>unable to decode record</td></tr></table>

func NewBulkGetAdminPlayerRecordByUserIdsV1InternalServerError

func NewBulkGetAdminPlayerRecordByUserIdsV1InternalServerError() *BulkGetAdminPlayerRecordByUserIdsV1InternalServerError

NewBulkGetAdminPlayerRecordByUserIdsV1InternalServerError creates a BulkGetAdminPlayerRecordByUserIdsV1InternalServerError with default headers values

func (*BulkGetAdminPlayerRecordByUserIdsV1InternalServerError) Error

func (*BulkGetAdminPlayerRecordByUserIdsV1InternalServerError) GetPayload

func (*BulkGetAdminPlayerRecordByUserIdsV1InternalServerError) ToJSONString

type BulkGetAdminPlayerRecordByUserIdsV1NotFound

type BulkGetAdminPlayerRecordByUserIdsV1NotFound struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

BulkGetAdminPlayerRecordByUserIdsV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18186</td><td>record not found</td></tr></table>

func NewBulkGetAdminPlayerRecordByUserIdsV1NotFound

func NewBulkGetAdminPlayerRecordByUserIdsV1NotFound() *BulkGetAdminPlayerRecordByUserIdsV1NotFound

NewBulkGetAdminPlayerRecordByUserIdsV1NotFound creates a BulkGetAdminPlayerRecordByUserIdsV1NotFound with default headers values

func (*BulkGetAdminPlayerRecordByUserIdsV1NotFound) Error

func (*BulkGetAdminPlayerRecordByUserIdsV1NotFound) GetPayload

func (*BulkGetAdminPlayerRecordByUserIdsV1NotFound) ToJSONString

type BulkGetAdminPlayerRecordByUserIdsV1OK

type BulkGetAdminPlayerRecordByUserIdsV1OK struct {
	Payload *cloudsaveclientmodels.ModelsBulkGetAdminPlayerRecordResponse
}

BulkGetAdminPlayerRecordByUserIdsV1OK handles this case with default header values.

OK

func NewBulkGetAdminPlayerRecordByUserIdsV1OK

func NewBulkGetAdminPlayerRecordByUserIdsV1OK() *BulkGetAdminPlayerRecordByUserIdsV1OK

NewBulkGetAdminPlayerRecordByUserIdsV1OK creates a BulkGetAdminPlayerRecordByUserIdsV1OK with default headers values

func (*BulkGetAdminPlayerRecordByUserIdsV1OK) Error

func (*BulkGetAdminPlayerRecordByUserIdsV1OK) GetPayload

func (*BulkGetAdminPlayerRecordByUserIdsV1OK) ToJSONString

type BulkGetAdminPlayerRecordByUserIdsV1Params

type BulkGetAdminPlayerRecordByUserIdsV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *cloudsaveclientmodels.ModelsBulkUserIDsRequest
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

BulkGetAdminPlayerRecordByUserIdsV1Params contains all the parameters to send to the API endpoint for the bulk get admin player record by user ids v1 operation typically these are written to a http.Request

func NewBulkGetAdminPlayerRecordByUserIdsV1Params

func NewBulkGetAdminPlayerRecordByUserIdsV1Params() *BulkGetAdminPlayerRecordByUserIdsV1Params

NewBulkGetAdminPlayerRecordByUserIdsV1Params creates a new BulkGetAdminPlayerRecordByUserIdsV1Params object with the default values initialized.

func NewBulkGetAdminPlayerRecordByUserIdsV1ParamsWithContext

func NewBulkGetAdminPlayerRecordByUserIdsV1ParamsWithContext(ctx context.Context) *BulkGetAdminPlayerRecordByUserIdsV1Params

NewBulkGetAdminPlayerRecordByUserIdsV1ParamsWithContext creates a new BulkGetAdminPlayerRecordByUserIdsV1Params object with the default values initialized, and the ability to set a context for a request

func NewBulkGetAdminPlayerRecordByUserIdsV1ParamsWithHTTPClient

func NewBulkGetAdminPlayerRecordByUserIdsV1ParamsWithHTTPClient(client *http.Client) *BulkGetAdminPlayerRecordByUserIdsV1Params

NewBulkGetAdminPlayerRecordByUserIdsV1ParamsWithHTTPClient creates a new BulkGetAdminPlayerRecordByUserIdsV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkGetAdminPlayerRecordByUserIdsV1ParamsWithTimeout

func NewBulkGetAdminPlayerRecordByUserIdsV1ParamsWithTimeout(timeout time.Duration) *BulkGetAdminPlayerRecordByUserIdsV1Params

NewBulkGetAdminPlayerRecordByUserIdsV1ParamsWithTimeout creates a new BulkGetAdminPlayerRecordByUserIdsV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*BulkGetAdminPlayerRecordByUserIdsV1Params) SetAuthInfoWriter

func (o *BulkGetAdminPlayerRecordByUserIdsV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the bulk get admin player record by user ids v1 params

func (*BulkGetAdminPlayerRecordByUserIdsV1Params) SetBody

SetBody adds the body to the bulk get admin player record by user ids v1 params

func (*BulkGetAdminPlayerRecordByUserIdsV1Params) SetContext

SetContext adds the context to the bulk get admin player record by user ids v1 params

func (*BulkGetAdminPlayerRecordByUserIdsV1Params) SetFlightId

func (o *BulkGetAdminPlayerRecordByUserIdsV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*BulkGetAdminPlayerRecordByUserIdsV1Params) SetHTTPClient

func (o *BulkGetAdminPlayerRecordByUserIdsV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk get admin player record by user ids v1 params

func (*BulkGetAdminPlayerRecordByUserIdsV1Params) SetHTTPClientTransport

func (o *BulkGetAdminPlayerRecordByUserIdsV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the bulk get admin player record by user ids v1 params

func (*BulkGetAdminPlayerRecordByUserIdsV1Params) SetKey

SetKey adds the key to the bulk get admin player record by user ids v1 params

func (*BulkGetAdminPlayerRecordByUserIdsV1Params) SetNamespace

func (o *BulkGetAdminPlayerRecordByUserIdsV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk get admin player record by user ids v1 params

func (*BulkGetAdminPlayerRecordByUserIdsV1Params) SetTimeout

SetTimeout adds the timeout to the bulk get admin player record by user ids v1 params

func (*BulkGetAdminPlayerRecordByUserIdsV1Params) WithBody

WithBody adds the body to the bulk get admin player record by user ids v1 params

func (*BulkGetAdminPlayerRecordByUserIdsV1Params) WithContext

WithContext adds the context to the bulk get admin player record by user ids v1 params

func (*BulkGetAdminPlayerRecordByUserIdsV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk get admin player record by user ids v1 params

func (*BulkGetAdminPlayerRecordByUserIdsV1Params) WithKey

WithKey adds the key to the bulk get admin player record by user ids v1 params

func (*BulkGetAdminPlayerRecordByUserIdsV1Params) WithNamespace

WithNamespace adds the namespace to the bulk get admin player record by user ids v1 params

func (*BulkGetAdminPlayerRecordByUserIdsV1Params) WithTimeout

WithTimeout adds the timeout to the bulk get admin player record by user ids v1 params

func (*BulkGetAdminPlayerRecordByUserIdsV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkGetAdminPlayerRecordByUserIdsV1Reader

type BulkGetAdminPlayerRecordByUserIdsV1Reader struct {
	// contains filtered or unexported fields
}

BulkGetAdminPlayerRecordByUserIdsV1Reader is a Reader for the BulkGetAdminPlayerRecordByUserIdsV1 structure.

func (*BulkGetAdminPlayerRecordByUserIdsV1Reader) ReadResponse

func (o *BulkGetAdminPlayerRecordByUserIdsV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkGetAdminPlayerRecordByUserIdsV1Unauthorized

type BulkGetAdminPlayerRecordByUserIdsV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

BulkGetAdminPlayerRecordByUserIdsV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewBulkGetAdminPlayerRecordByUserIdsV1Unauthorized

func NewBulkGetAdminPlayerRecordByUserIdsV1Unauthorized() *BulkGetAdminPlayerRecordByUserIdsV1Unauthorized

NewBulkGetAdminPlayerRecordByUserIdsV1Unauthorized creates a BulkGetAdminPlayerRecordByUserIdsV1Unauthorized with default headers values

func (*BulkGetAdminPlayerRecordByUserIdsV1Unauthorized) Error

func (*BulkGetAdminPlayerRecordByUserIdsV1Unauthorized) GetPayload

func (*BulkGetAdminPlayerRecordByUserIdsV1Unauthorized) ToJSONString

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for admin record API

func (*Client) AdminBulkGetAdminGameRecordV1 deprecated

Deprecated: 2022-08-10 - Use AdminBulkGetAdminGameRecordV1Short instead.

AdminBulkGetAdminGameRecordV1 bulk get admin game records Bulk get admin game records. Maximum key per request 20.

func (*Client) AdminBulkGetAdminGameRecordV1Short

func (a *Client) AdminBulkGetAdminGameRecordV1Short(params *AdminBulkGetAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminBulkGetAdminGameRecordV1OK, error)

AdminBulkGetAdminGameRecordV1Short bulk get admin game records Bulk get admin game records. Maximum key per request 20.

func (*Client) AdminBulkGetAdminPlayerRecordV1 deprecated

Deprecated: 2022-08-10 - Use AdminBulkGetAdminPlayerRecordV1Short instead.

AdminBulkGetAdminPlayerRecordV1 bulk get admin player records Bulk get admin player records. Maximum key per request 20.

func (*Client) AdminBulkGetAdminPlayerRecordV1Short

func (a *Client) AdminBulkGetAdminPlayerRecordV1Short(params *AdminBulkGetAdminPlayerRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminBulkGetAdminPlayerRecordV1OK, error)

AdminBulkGetAdminPlayerRecordV1Short bulk get admin player records Bulk get admin player records. Maximum key per request 20.

func (*Client) AdminDeleteAdminGameRecordV1 deprecated

Deprecated: 2022-08-10 - Use AdminDeleteAdminGameRecordV1Short instead.

AdminDeleteAdminGameRecordV1 delete admin game record This endpoints delete game record in namespace-level

func (*Client) AdminDeleteAdminGameRecordV1Short

func (a *Client) AdminDeleteAdminGameRecordV1Short(params *AdminDeleteAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteAdminGameRecordV1NoContent, error)

AdminDeleteAdminGameRecordV1Short delete admin game record This endpoints delete game record in namespace-level

func (*Client) AdminDeleteAdminPlayerRecordV1 deprecated

Deprecated: 2022-08-10 - Use AdminDeleteAdminPlayerRecordV1Short instead.

AdminDeleteAdminPlayerRecordV1 delete admin player record Delete a record (arbitrary JSON data) in user-level with given key.

func (*Client) AdminDeleteAdminPlayerRecordV1Short

func (a *Client) AdminDeleteAdminPlayerRecordV1Short(params *AdminDeleteAdminPlayerRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteAdminPlayerRecordV1NoContent, error)

AdminDeleteAdminPlayerRecordV1Short delete admin player record Delete a record (arbitrary JSON data) in user-level with given key.

func (*Client) AdminGetAdminGameRecordV1 deprecated

Deprecated: 2022-08-10 - Use AdminGetAdminGameRecordV1Short instead.

AdminGetAdminGameRecordV1 get admin game record Get a record by its key in namespace-level.

func (*Client) AdminGetAdminGameRecordV1Short

func (a *Client) AdminGetAdminGameRecordV1Short(params *AdminGetAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetAdminGameRecordV1OK, error)

AdminGetAdminGameRecordV1Short get admin game record Get a record by its key in namespace-level.

func (*Client) AdminGetAdminPlayerRecordV1 deprecated

Deprecated: 2022-08-10 - Use AdminGetAdminPlayerRecordV1Short instead.

AdminGetAdminPlayerRecordV1 get admin player record Get a admin record in user-level (arbitrary JSON data) by its key.

func (*Client) AdminGetAdminPlayerRecordV1Short

func (a *Client) AdminGetAdminPlayerRecordV1Short(params *AdminGetAdminPlayerRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetAdminPlayerRecordV1OK, error)

AdminGetAdminPlayerRecordV1Short get admin player record Get a admin record in user-level (arbitrary JSON data) by its key.

func (*Client) AdminListAdminGameRecordV1 deprecated

Deprecated: 2022-08-10 - Use AdminListAdminGameRecordV1Short instead.

AdminListAdminGameRecordV1 list key of admin game record Retrieve list of records key by namespace

func (*Client) AdminListAdminGameRecordV1Short

func (a *Client) AdminListAdminGameRecordV1Short(params *AdminListAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListAdminGameRecordV1OK, error)

AdminListAdminGameRecordV1Short list key of admin game record Retrieve list of records key by namespace

func (*Client) AdminListAdminUserRecordsV1 deprecated

Deprecated: 2022-08-10 - Use AdminListAdminUserRecordsV1Short instead.

AdminListAdminUserRecordsV1 list key of admin player record Retrieve list of admin player records key and userID under given namespace.

func (*Client) AdminListAdminUserRecordsV1Short

func (a *Client) AdminListAdminUserRecordsV1Short(params *AdminListAdminUserRecordsV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListAdminUserRecordsV1OK, error)

AdminListAdminUserRecordsV1Short list key of admin player record Retrieve list of admin player records key and userID under given namespace.

func (*Client) AdminPostAdminGameRecordV1 deprecated

Deprecated: 2022-08-10 - Use AdminPostAdminGameRecordV1Short instead.

AdminPostAdminGameRecordV1 create or append admin game record ## Description

This endpoints will create new admin game record or append the existing admin game record.

**Append example:**

Example 1 - Existing JSON:

`{ "data1": "value" }`

- New JSON:

`{ "data2": "new value" }`

- Result:

`{ "data1": "value", "data2": "new value" }`

Example 2 - Existing JSON:

`{ "data1": { "data2": "value" }`

- New JSON:

`{ "data1": { "data3": "new value" }`

- Result:

`{ "data1": { "data2": "value", "data3": "new value" }`

## Restriction This is the restriction of Key Naming for the record: 1. Cannot use **"."** as the key name - `{ "data.2": "value" }` 2. Cannot use **"$"** as the prefix in key names - `{ "$data": "value" }` 3. Cannot use empty string in key names - `{ "": "value" }`

## Record Metadata

Metadata allows user to define the behaviour of the record. Metadata can be defined in request body with field name **__META**. When creating record, if **__META** field is not defined, the metadata value will use the default value. When updating record, if **__META** field is not defined, the existing metadata value will stay as is.

**Metadata List:** 1. tags (default: *empty array*, type: array of string) Indicate the tagging for the admin record.

**Request Body Example:** ``` { "__META": { "tags": ["tag1", "tag2"] } ... } ```

func (*Client) AdminPostAdminGameRecordV1Short

func (a *Client) AdminPostAdminGameRecordV1Short(params *AdminPostAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostAdminGameRecordV1Created, error)

AdminPostAdminGameRecordV1Short create or append admin game record ## Description

This endpoints will create new admin game record or append the existing admin game record.

**Append example:**

Example 1 - Existing JSON:

`{ "data1": "value" }`

- New JSON:

`{ "data2": "new value" }`

- Result:

`{ "data1": "value", "data2": "new value" }`

Example 2 - Existing JSON:

`{ "data1": { "data2": "value" }`

- New JSON:

`{ "data1": { "data3": "new value" }`

- Result:

`{ "data1": { "data2": "value", "data3": "new value" }`

## Restriction This is the restriction of Key Naming for the record: 1. Cannot use **"."** as the key name - `{ "data.2": "value" }` 2. Cannot use **"$"** as the prefix in key names - `{ "$data": "value" }` 3. Cannot use empty string in key names - `{ "": "value" }`

## Record Metadata

Metadata allows user to define the behaviour of the record. Metadata can be defined in request body with field name **__META**. When creating record, if **__META** field is not defined, the metadata value will use the default value. When updating record, if **__META** field is not defined, the existing metadata value will stay as is.

**Metadata List:** 1. tags (default: *empty array*, type: array of string) Indicate the tagging for the admin record.

**Request Body Example:** ``` { "__META": { "tags": ["tag1", "tag2"] } ... } ```

func (*Client) AdminPostPlayerAdminRecordV1 deprecated

Deprecated: 2022-08-10 - Use AdminPostPlayerAdminRecordV1Short instead.

AdminPostPlayerAdminRecordV1 create or append admin player record ## Description

This endpoints will create new admin player record or append the existing admin game record.

**Append example:**

Example 1 - Existing JSON:

`{ "data1": "value" }`

- New JSON:

`{ "data2": "new value" }`

- Result:

`{ "data1": "value", "data2": "new value" }`

Example 2 - Existing JSON:

`{ "data1": { "data2": "value" }`

- New JSON:

`{ "data1": { "data3": "new value" }`

- Result:

`{ "data1": { "data2": "value", "data3": "new value" }`

## Restriction This is the restriction of Key Naming for the record: 1. Cannot use **"."** as the key name - `{ "data.2": "value" }` 2. Cannot use **"$"** as the prefix in key names - `{ "$data": "value" }` 3. Cannot use empty string in key names - `{ "": "value" }`

## Record Metadata

Metadata allows user to define the behaviour of the record. Metadata can be defined in request body with field name **__META**. When creating record, if **__META** field is not defined, the metadata value will use the default value. When updating record, if **__META** field is not defined, the existing metadata value will stay as is.

**Metadata List:** 1. tags (default: *empty array*, type: array of string) Indicate the tagging for the admin record.

**Request Body Example:** ``` { "__META": { "tags": ["tag1", "tag2"] } ... } ```

func (*Client) AdminPostPlayerAdminRecordV1Short

func (a *Client) AdminPostPlayerAdminRecordV1Short(params *AdminPostPlayerAdminRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerAdminRecordV1Created, error)

AdminPostPlayerAdminRecordV1Short create or append admin player record ## Description

This endpoints will create new admin player record or append the existing admin game record.

**Append example:**

Example 1 - Existing JSON:

`{ "data1": "value" }`

- New JSON:

`{ "data2": "new value" }`

- Result:

`{ "data1": "value", "data2": "new value" }`

Example 2 - Existing JSON:

`{ "data1": { "data2": "value" }`

- New JSON:

`{ "data1": { "data3": "new value" }`

- Result:

`{ "data1": { "data2": "value", "data3": "new value" }`

## Restriction This is the restriction of Key Naming for the record: 1. Cannot use **"."** as the key name - `{ "data.2": "value" }` 2. Cannot use **"$"** as the prefix in key names - `{ "$data": "value" }` 3. Cannot use empty string in key names - `{ "": "value" }`

## Record Metadata

Metadata allows user to define the behaviour of the record. Metadata can be defined in request body with field name **__META**. When creating record, if **__META** field is not defined, the metadata value will use the default value. When updating record, if **__META** field is not defined, the existing metadata value will stay as is.

**Metadata List:** 1. tags (default: *empty array*, type: array of string) Indicate the tagging for the admin record.

**Request Body Example:** ``` { "__META": { "tags": ["tag1", "tag2"] } ... } ```

func (*Client) AdminPutAdminGameRecordV1 deprecated

Deprecated: 2022-08-10 - Use AdminPutAdminGameRecordV1Short instead.

AdminPutAdminGameRecordV1 create or replace admin game record ## Description

This endpoints will create new admin game record or replace the existing admin game record.

**Append example:**

Example - Existing JSON:

`{ "data1": "value" }`

- New JSON:

`{ "data2": "new value" }`

- Result:

`{ "data2": "new value" }`

## Restriction This is the restriction of Key Naming for the record: 1. Cannot use **"."** as the key name - `{ "data.2": "value" }` 2. Cannot use **"$"** as the prefix in key names - `{ "$data": "value" }` 3. Cannot use empty string in key names - `{ "": "value" }`

## Record Metadata

Metadata allows user to define the behaviour of the record. Metadata can be defined in request body with field name **__META**. When creating record, if **__META** field is not defined, the metadata value will use the default value. When updating record, if **__META** field is not defined, the existing metadata value will stay as is.

**Metadata List:** 1. tags (default: *empty array*, type: array of string) Indicate the tagging for the admin record.

**Request Body Example:** ``` { "__META": { "tags": ["tag1", "tag2"] } ... } ```

func (*Client) AdminPutAdminGameRecordV1Short

func (a *Client) AdminPutAdminGameRecordV1Short(params *AdminPutAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutAdminGameRecordV1OK, error)

AdminPutAdminGameRecordV1Short create or replace admin game record ## Description

This endpoints will create new admin game record or replace the existing admin game record.

**Append example:**

Example - Existing JSON:

`{ "data1": "value" }`

- New JSON:

`{ "data2": "new value" }`

- Result:

`{ "data2": "new value" }`

## Restriction This is the restriction of Key Naming for the record: 1. Cannot use **"."** as the key name - `{ "data.2": "value" }` 2. Cannot use **"$"** as the prefix in key names - `{ "$data": "value" }` 3. Cannot use empty string in key names - `{ "": "value" }`

## Record Metadata

Metadata allows user to define the behaviour of the record. Metadata can be defined in request body with field name **__META**. When creating record, if **__META** field is not defined, the metadata value will use the default value. When updating record, if **__META** field is not defined, the existing metadata value will stay as is.

**Metadata List:** 1. tags (default: *empty array*, type: array of string) Indicate the tagging for the admin record.

**Request Body Example:** ``` { "__META": { "tags": ["tag1", "tag2"] } ... } ```

func (*Client) AdminPutAdminPlayerRecordV1 deprecated

Deprecated: 2022-08-10 - Use AdminPutAdminPlayerRecordV1Short instead.

AdminPutAdminPlayerRecordV1 create or replace admin player record ## Description

This endpoints will create new admin player record or replace the existing admin player record.

**Replace behaviour:** The existing value will be replaced completely with the new value.

Example - Existing JSON:

`{ "data1": "value" }`

- New JSON:

`{ "data2": "new value" }`

- Result:

`{ "data2": "new value" }`

## Restriction This is the restriction of Key Naming for the record: 1. Cannot use **"."** as the key name - `{ "data.2": "value" }` 2. Cannot use **"$"** as the prefix in key names - `{ "$data": "value" }` 3. Cannot use empty string in key names - `{ "": "value" }`

## Record Metadata

Metadata allows user to define the behaviour of the record. Metadata can be defined in request body with field name **__META**. When creating record, if **__META** field is not defined, the metadata value will use the default value. When updating record, if **__META** field is not defined, the existing metadata value will stay as is.

**Metadata List:** 1. tags (default: *empty array*, type: array of string) Indicate the tagging for the admin record.

**Request Body Example:** ``` { "__META": { "tags": ["tag1", "tag2"] } ... } ```

func (*Client) AdminPutAdminPlayerRecordV1Short

func (a *Client) AdminPutAdminPlayerRecordV1Short(params *AdminPutAdminPlayerRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutAdminPlayerRecordV1OK, error)

AdminPutAdminPlayerRecordV1Short create or replace admin player record ## Description

This endpoints will create new admin player record or replace the existing admin player record.

**Replace behaviour:** The existing value will be replaced completely with the new value.

Example - Existing JSON:

`{ "data1": "value" }`

- New JSON:

`{ "data2": "new value" }`

- Result:

`{ "data2": "new value" }`

## Restriction This is the restriction of Key Naming for the record: 1. Cannot use **"."** as the key name - `{ "data.2": "value" }` 2. Cannot use **"$"** as the prefix in key names - `{ "$data": "value" }` 3. Cannot use empty string in key names - `{ "": "value" }`

## Record Metadata

Metadata allows user to define the behaviour of the record. Metadata can be defined in request body with field name **__META**. When creating record, if **__META** field is not defined, the metadata value will use the default value. When updating record, if **__META** field is not defined, the existing metadata value will stay as is.

**Metadata List:** 1. tags (default: *empty array*, type: array of string) Indicate the tagging for the admin record.

**Request Body Example:** ``` { "__META": { "tags": ["tag1", "tag2"] } ... } ```

func (*Client) BulkGetAdminPlayerRecordByUserIdsV1 deprecated

Deprecated: 2022-08-10 - Use BulkGetAdminPlayerRecordByUserIdsV1Short instead.

BulkGetAdminPlayerRecordByUserIdsV1 bulk get admin player record by multiple user id Bulk get admin player record by userIds, max allowed 20 at a time.

func (*Client) BulkGetAdminPlayerRecordByUserIdsV1Short

func (a *Client) BulkGetAdminPlayerRecordByUserIdsV1Short(params *BulkGetAdminPlayerRecordByUserIdsV1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkGetAdminPlayerRecordByUserIdsV1OK, error)

BulkGetAdminPlayerRecordByUserIdsV1Short bulk get admin player record by multiple user id Bulk get admin player record by userIds, max allowed 20 at a time.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	AdminListAdminGameRecordV1(params *AdminListAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListAdminGameRecordV1OK, *AdminListAdminGameRecordV1BadRequest, *AdminListAdminGameRecordV1Unauthorized, *AdminListAdminGameRecordV1Forbidden, *AdminListAdminGameRecordV1InternalServerError, error)
	AdminListAdminGameRecordV1Short(params *AdminListAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListAdminGameRecordV1OK, error)
	AdminBulkGetAdminGameRecordV1(params *AdminBulkGetAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminBulkGetAdminGameRecordV1OK, *AdminBulkGetAdminGameRecordV1BadRequest, *AdminBulkGetAdminGameRecordV1Unauthorized, *AdminBulkGetAdminGameRecordV1Forbidden, *AdminBulkGetAdminGameRecordV1NotFound, *AdminBulkGetAdminGameRecordV1InternalServerError, error)
	AdminBulkGetAdminGameRecordV1Short(params *AdminBulkGetAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminBulkGetAdminGameRecordV1OK, error)
	AdminGetAdminGameRecordV1(params *AdminGetAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetAdminGameRecordV1OK, *AdminGetAdminGameRecordV1Unauthorized, *AdminGetAdminGameRecordV1Forbidden, *AdminGetAdminGameRecordV1NotFound, *AdminGetAdminGameRecordV1InternalServerError, error)
	AdminGetAdminGameRecordV1Short(params *AdminGetAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetAdminGameRecordV1OK, error)
	AdminPutAdminGameRecordV1(params *AdminPutAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutAdminGameRecordV1OK, *AdminPutAdminGameRecordV1BadRequest, *AdminPutAdminGameRecordV1Unauthorized, *AdminPutAdminGameRecordV1Forbidden, *AdminPutAdminGameRecordV1InternalServerError, error)
	AdminPutAdminGameRecordV1Short(params *AdminPutAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutAdminGameRecordV1OK, error)
	AdminPostAdminGameRecordV1(params *AdminPostAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostAdminGameRecordV1Created, *AdminPostAdminGameRecordV1BadRequest, *AdminPostAdminGameRecordV1Unauthorized, *AdminPostAdminGameRecordV1Forbidden, *AdminPostAdminGameRecordV1InternalServerError, error)
	AdminPostAdminGameRecordV1Short(params *AdminPostAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostAdminGameRecordV1Created, error)
	AdminDeleteAdminGameRecordV1(params *AdminDeleteAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteAdminGameRecordV1NoContent, *AdminDeleteAdminGameRecordV1Unauthorized, *AdminDeleteAdminGameRecordV1Forbidden, *AdminDeleteAdminGameRecordV1NotFound, *AdminDeleteAdminGameRecordV1InternalServerError, error)
	AdminDeleteAdminGameRecordV1Short(params *AdminDeleteAdminGameRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteAdminGameRecordV1NoContent, error)
	BulkGetAdminPlayerRecordByUserIdsV1(params *BulkGetAdminPlayerRecordByUserIdsV1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkGetAdminPlayerRecordByUserIdsV1OK, *BulkGetAdminPlayerRecordByUserIdsV1BadRequest, *BulkGetAdminPlayerRecordByUserIdsV1Unauthorized, *BulkGetAdminPlayerRecordByUserIdsV1Forbidden, *BulkGetAdminPlayerRecordByUserIdsV1NotFound, *BulkGetAdminPlayerRecordByUserIdsV1InternalServerError, error)
	BulkGetAdminPlayerRecordByUserIdsV1Short(params *BulkGetAdminPlayerRecordByUserIdsV1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkGetAdminPlayerRecordByUserIdsV1OK, error)
	AdminListAdminUserRecordsV1(params *AdminListAdminUserRecordsV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListAdminUserRecordsV1OK, *AdminListAdminUserRecordsV1BadRequest, *AdminListAdminUserRecordsV1Unauthorized, *AdminListAdminUserRecordsV1Forbidden, *AdminListAdminUserRecordsV1InternalServerError, error)
	AdminListAdminUserRecordsV1Short(params *AdminListAdminUserRecordsV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListAdminUserRecordsV1OK, error)
	AdminBulkGetAdminPlayerRecordV1(params *AdminBulkGetAdminPlayerRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminBulkGetAdminPlayerRecordV1OK, *AdminBulkGetAdminPlayerRecordV1BadRequest, *AdminBulkGetAdminPlayerRecordV1Unauthorized, *AdminBulkGetAdminPlayerRecordV1Forbidden, *AdminBulkGetAdminPlayerRecordV1NotFound, *AdminBulkGetAdminPlayerRecordV1InternalServerError, error)
	AdminBulkGetAdminPlayerRecordV1Short(params *AdminBulkGetAdminPlayerRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminBulkGetAdminPlayerRecordV1OK, error)
	AdminGetAdminPlayerRecordV1(params *AdminGetAdminPlayerRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetAdminPlayerRecordV1OK, *AdminGetAdminPlayerRecordV1Unauthorized, *AdminGetAdminPlayerRecordV1Forbidden, *AdminGetAdminPlayerRecordV1NotFound, *AdminGetAdminPlayerRecordV1InternalServerError, error)
	AdminGetAdminPlayerRecordV1Short(params *AdminGetAdminPlayerRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetAdminPlayerRecordV1OK, error)
	AdminPutAdminPlayerRecordV1(params *AdminPutAdminPlayerRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutAdminPlayerRecordV1OK, *AdminPutAdminPlayerRecordV1BadRequest, *AdminPutAdminPlayerRecordV1Unauthorized, *AdminPutAdminPlayerRecordV1Forbidden, *AdminPutAdminPlayerRecordV1InternalServerError, error)
	AdminPutAdminPlayerRecordV1Short(params *AdminPutAdminPlayerRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutAdminPlayerRecordV1OK, error)
	AdminPostPlayerAdminRecordV1(params *AdminPostPlayerAdminRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerAdminRecordV1Created, *AdminPostPlayerAdminRecordV1BadRequest, *AdminPostPlayerAdminRecordV1Unauthorized, *AdminPostPlayerAdminRecordV1Forbidden, *AdminPostPlayerAdminRecordV1InternalServerError, error)
	AdminPostPlayerAdminRecordV1Short(params *AdminPostPlayerAdminRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerAdminRecordV1Created, error)
	AdminDeleteAdminPlayerRecordV1(params *AdminDeleteAdminPlayerRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteAdminPlayerRecordV1NoContent, *AdminDeleteAdminPlayerRecordV1Unauthorized, *AdminDeleteAdminPlayerRecordV1Forbidden, *AdminDeleteAdminPlayerRecordV1NotFound, *AdminDeleteAdminPlayerRecordV1InternalServerError, error)
	AdminDeleteAdminPlayerRecordV1Short(params *AdminDeleteAdminPlayerRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteAdminPlayerRecordV1NoContent, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new admin record API client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL