Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateLeaderboardConfigurationAdminV3(params *CreateLeaderboardConfigurationAdminV3Params, ...) (*CreateLeaderboardConfigurationAdminV3Created, ...)deprecated
- func (a *Client) CreateLeaderboardConfigurationAdminV3Short(params *CreateLeaderboardConfigurationAdminV3Params, ...) (*CreateLeaderboardConfigurationAdminV3Created, error)
- func (a *Client) DeleteBulkLeaderboardConfigurationAdminV3(params *DeleteBulkLeaderboardConfigurationAdminV3Params, ...) (*DeleteBulkLeaderboardConfigurationAdminV3OK, ...)deprecated
- func (a *Client) DeleteBulkLeaderboardConfigurationAdminV3Short(params *DeleteBulkLeaderboardConfigurationAdminV3Params, ...) (*DeleteBulkLeaderboardConfigurationAdminV3OK, error)
- func (a *Client) DeleteLeaderboardConfigurationAdminV3(params *DeleteLeaderboardConfigurationAdminV3Params, ...) (*DeleteLeaderboardConfigurationAdminV3NoContent, ...)deprecated
- func (a *Client) DeleteLeaderboardConfigurationAdminV3Short(params *DeleteLeaderboardConfigurationAdminV3Params, ...) (*DeleteLeaderboardConfigurationAdminV3NoContent, error)
- func (a *Client) GetLeaderboardConfigurationAdminV3(params *GetLeaderboardConfigurationAdminV3Params, ...) (*GetLeaderboardConfigurationAdminV3OK, ...)deprecated
- func (a *Client) GetLeaderboardConfigurationAdminV3Short(params *GetLeaderboardConfigurationAdminV3Params, ...) (*GetLeaderboardConfigurationAdminV3OK, error)
- func (a *Client) GetLeaderboardConfigurationPublicV3(params *GetLeaderboardConfigurationPublicV3Params, ...) (*GetLeaderboardConfigurationPublicV3OK, ...)deprecated
- func (a *Client) GetLeaderboardConfigurationPublicV3Short(params *GetLeaderboardConfigurationPublicV3Params, ...) (*GetLeaderboardConfigurationPublicV3OK, error)
- func (a *Client) GetLeaderboardConfigurationsAdminV3(params *GetLeaderboardConfigurationsAdminV3Params, ...) (*GetLeaderboardConfigurationsAdminV3OK, ...)deprecated
- func (a *Client) GetLeaderboardConfigurationsAdminV3Short(params *GetLeaderboardConfigurationsAdminV3Params, ...) (*GetLeaderboardConfigurationsAdminV3OK, error)
- func (a *Client) GetLeaderboardConfigurationsPublicV3(params *GetLeaderboardConfigurationsPublicV3Params, ...) (*GetLeaderboardConfigurationsPublicV3OK, ...)deprecated
- func (a *Client) GetLeaderboardConfigurationsPublicV3Short(params *GetLeaderboardConfigurationsPublicV3Params, ...) (*GetLeaderboardConfigurationsPublicV3OK, error)
- func (a *Client) HardDeleteLeaderboardAdminV3(params *HardDeleteLeaderboardAdminV3Params, ...) (*HardDeleteLeaderboardAdminV3NoContent, ...)deprecated
- func (a *Client) HardDeleteLeaderboardAdminV3Short(params *HardDeleteLeaderboardAdminV3Params, ...) (*HardDeleteLeaderboardAdminV3NoContent, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateLeaderboardConfigurationAdminV3(params *UpdateLeaderboardConfigurationAdminV3Params, ...) (*UpdateLeaderboardConfigurationAdminV3OK, ...)deprecated
- func (a *Client) UpdateLeaderboardConfigurationAdminV3Short(params *UpdateLeaderboardConfigurationAdminV3Params, ...) (*UpdateLeaderboardConfigurationAdminV3OK, error)
- type ClientService
- type CreateLeaderboardConfigurationAdminV3BadRequest
- type CreateLeaderboardConfigurationAdminV3Conflict
- type CreateLeaderboardConfigurationAdminV3Created
- type CreateLeaderboardConfigurationAdminV3Forbidden
- type CreateLeaderboardConfigurationAdminV3InternalServerError
- type CreateLeaderboardConfigurationAdminV3Params
- func NewCreateLeaderboardConfigurationAdminV3Params() *CreateLeaderboardConfigurationAdminV3Params
- func NewCreateLeaderboardConfigurationAdminV3ParamsWithContext(ctx context.Context) *CreateLeaderboardConfigurationAdminV3Params
- func NewCreateLeaderboardConfigurationAdminV3ParamsWithHTTPClient(client *http.Client) *CreateLeaderboardConfigurationAdminV3Params
- func NewCreateLeaderboardConfigurationAdminV3ParamsWithTimeout(timeout time.Duration) *CreateLeaderboardConfigurationAdminV3Params
- func (o *CreateLeaderboardConfigurationAdminV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CreateLeaderboardConfigurationAdminV3Params) SetBody(body *leaderboardclientmodels.ModelsLeaderboardConfigReqV3)
- func (o *CreateLeaderboardConfigurationAdminV3Params) SetContext(ctx context.Context)
- func (o *CreateLeaderboardConfigurationAdminV3Params) SetHTTPClient(client *http.Client)
- func (o *CreateLeaderboardConfigurationAdminV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CreateLeaderboardConfigurationAdminV3Params) SetNamespace(namespace string)
- func (o *CreateLeaderboardConfigurationAdminV3Params) SetTimeout(timeout time.Duration)
- func (o *CreateLeaderboardConfigurationAdminV3Params) WithBody(body *leaderboardclientmodels.ModelsLeaderboardConfigReqV3) *CreateLeaderboardConfigurationAdminV3Params
- func (o *CreateLeaderboardConfigurationAdminV3Params) WithContext(ctx context.Context) *CreateLeaderboardConfigurationAdminV3Params
- func (o *CreateLeaderboardConfigurationAdminV3Params) WithHTTPClient(client *http.Client) *CreateLeaderboardConfigurationAdminV3Params
- func (o *CreateLeaderboardConfigurationAdminV3Params) WithNamespace(namespace string) *CreateLeaderboardConfigurationAdminV3Params
- func (o *CreateLeaderboardConfigurationAdminV3Params) WithTimeout(timeout time.Duration) *CreateLeaderboardConfigurationAdminV3Params
- func (o *CreateLeaderboardConfigurationAdminV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateLeaderboardConfigurationAdminV3Reader
- type CreateLeaderboardConfigurationAdminV3Unauthorized
- type DeleteBulkLeaderboardConfigurationAdminV3BadRequest
- type DeleteBulkLeaderboardConfigurationAdminV3Forbidden
- type DeleteBulkLeaderboardConfigurationAdminV3InternalServerError
- func (o *DeleteBulkLeaderboardConfigurationAdminV3InternalServerError) Error() string
- func (o *DeleteBulkLeaderboardConfigurationAdminV3InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
- func (o *DeleteBulkLeaderboardConfigurationAdminV3InternalServerError) ToJSONString() string
- type DeleteBulkLeaderboardConfigurationAdminV3OK
- type DeleteBulkLeaderboardConfigurationAdminV3Params
- func NewDeleteBulkLeaderboardConfigurationAdminV3Params() *DeleteBulkLeaderboardConfigurationAdminV3Params
- func NewDeleteBulkLeaderboardConfigurationAdminV3ParamsWithContext(ctx context.Context) *DeleteBulkLeaderboardConfigurationAdminV3Params
- func NewDeleteBulkLeaderboardConfigurationAdminV3ParamsWithHTTPClient(client *http.Client) *DeleteBulkLeaderboardConfigurationAdminV3Params
- func NewDeleteBulkLeaderboardConfigurationAdminV3ParamsWithTimeout(timeout time.Duration) *DeleteBulkLeaderboardConfigurationAdminV3Params
- func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) SetBody(body *leaderboardclientmodels.ModelsDeleteBulkLeaderboardsReq)
- func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) SetContext(ctx context.Context)
- func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) SetHTTPClient(client *http.Client)
- func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) SetNamespace(namespace string)
- func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) SetTimeout(timeout time.Duration)
- func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) WithBody(body *leaderboardclientmodels.ModelsDeleteBulkLeaderboardsReq) *DeleteBulkLeaderboardConfigurationAdminV3Params
- func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) WithContext(ctx context.Context) *DeleteBulkLeaderboardConfigurationAdminV3Params
- func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) WithHTTPClient(client *http.Client) *DeleteBulkLeaderboardConfigurationAdminV3Params
- func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) WithNamespace(namespace string) *DeleteBulkLeaderboardConfigurationAdminV3Params
- func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) WithTimeout(timeout time.Duration) *DeleteBulkLeaderboardConfigurationAdminV3Params
- func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteBulkLeaderboardConfigurationAdminV3Reader
- type DeleteBulkLeaderboardConfigurationAdminV3Unauthorized
- type DeleteLeaderboardConfigurationAdminV3BadRequest
- type DeleteLeaderboardConfigurationAdminV3Forbidden
- type DeleteLeaderboardConfigurationAdminV3InternalServerError
- type DeleteLeaderboardConfigurationAdminV3NoContent
- type DeleteLeaderboardConfigurationAdminV3NotFound
- type DeleteLeaderboardConfigurationAdminV3Params
- func NewDeleteLeaderboardConfigurationAdminV3Params() *DeleteLeaderboardConfigurationAdminV3Params
- func NewDeleteLeaderboardConfigurationAdminV3ParamsWithContext(ctx context.Context) *DeleteLeaderboardConfigurationAdminV3Params
- func NewDeleteLeaderboardConfigurationAdminV3ParamsWithHTTPClient(client *http.Client) *DeleteLeaderboardConfigurationAdminV3Params
- func NewDeleteLeaderboardConfigurationAdminV3ParamsWithTimeout(timeout time.Duration) *DeleteLeaderboardConfigurationAdminV3Params
- func (o *DeleteLeaderboardConfigurationAdminV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteLeaderboardConfigurationAdminV3Params) SetContext(ctx context.Context)
- func (o *DeleteLeaderboardConfigurationAdminV3Params) SetHTTPClient(client *http.Client)
- func (o *DeleteLeaderboardConfigurationAdminV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteLeaderboardConfigurationAdminV3Params) SetLeaderboardCode(leaderboardCode string)
- func (o *DeleteLeaderboardConfigurationAdminV3Params) SetNamespace(namespace string)
- func (o *DeleteLeaderboardConfigurationAdminV3Params) SetTimeout(timeout time.Duration)
- func (o *DeleteLeaderboardConfigurationAdminV3Params) WithContext(ctx context.Context) *DeleteLeaderboardConfigurationAdminV3Params
- func (o *DeleteLeaderboardConfigurationAdminV3Params) WithHTTPClient(client *http.Client) *DeleteLeaderboardConfigurationAdminV3Params
- func (o *DeleteLeaderboardConfigurationAdminV3Params) WithLeaderboardCode(leaderboardCode string) *DeleteLeaderboardConfigurationAdminV3Params
- func (o *DeleteLeaderboardConfigurationAdminV3Params) WithNamespace(namespace string) *DeleteLeaderboardConfigurationAdminV3Params
- func (o *DeleteLeaderboardConfigurationAdminV3Params) WithTimeout(timeout time.Duration) *DeleteLeaderboardConfigurationAdminV3Params
- func (o *DeleteLeaderboardConfigurationAdminV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteLeaderboardConfigurationAdminV3Reader
- type DeleteLeaderboardConfigurationAdminV3Unauthorized
- type GetLeaderboardConfigurationAdminV3BadRequest
- type GetLeaderboardConfigurationAdminV3Forbidden
- type GetLeaderboardConfigurationAdminV3InternalServerError
- type GetLeaderboardConfigurationAdminV3NotFound
- type GetLeaderboardConfigurationAdminV3OK
- type GetLeaderboardConfigurationAdminV3Params
- func NewGetLeaderboardConfigurationAdminV3Params() *GetLeaderboardConfigurationAdminV3Params
- func NewGetLeaderboardConfigurationAdminV3ParamsWithContext(ctx context.Context) *GetLeaderboardConfigurationAdminV3Params
- func NewGetLeaderboardConfigurationAdminV3ParamsWithHTTPClient(client *http.Client) *GetLeaderboardConfigurationAdminV3Params
- func NewGetLeaderboardConfigurationAdminV3ParamsWithTimeout(timeout time.Duration) *GetLeaderboardConfigurationAdminV3Params
- func (o *GetLeaderboardConfigurationAdminV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetLeaderboardConfigurationAdminV3Params) SetContext(ctx context.Context)
- func (o *GetLeaderboardConfigurationAdminV3Params) SetHTTPClient(client *http.Client)
- func (o *GetLeaderboardConfigurationAdminV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetLeaderboardConfigurationAdminV3Params) SetLeaderboardCode(leaderboardCode string)
- func (o *GetLeaderboardConfigurationAdminV3Params) SetNamespace(namespace string)
- func (o *GetLeaderboardConfigurationAdminV3Params) SetTimeout(timeout time.Duration)
- func (o *GetLeaderboardConfigurationAdminV3Params) WithContext(ctx context.Context) *GetLeaderboardConfigurationAdminV3Params
- func (o *GetLeaderboardConfigurationAdminV3Params) WithHTTPClient(client *http.Client) *GetLeaderboardConfigurationAdminV3Params
- func (o *GetLeaderboardConfigurationAdminV3Params) WithLeaderboardCode(leaderboardCode string) *GetLeaderboardConfigurationAdminV3Params
- func (o *GetLeaderboardConfigurationAdminV3Params) WithNamespace(namespace string) *GetLeaderboardConfigurationAdminV3Params
- func (o *GetLeaderboardConfigurationAdminV3Params) WithTimeout(timeout time.Duration) *GetLeaderboardConfigurationAdminV3Params
- func (o *GetLeaderboardConfigurationAdminV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLeaderboardConfigurationAdminV3Reader
- type GetLeaderboardConfigurationAdminV3Unauthorized
- type GetLeaderboardConfigurationPublicV3BadRequest
- type GetLeaderboardConfigurationPublicV3Forbidden
- type GetLeaderboardConfigurationPublicV3InternalServerError
- type GetLeaderboardConfigurationPublicV3NotFound
- type GetLeaderboardConfigurationPublicV3OK
- type GetLeaderboardConfigurationPublicV3Params
- func NewGetLeaderboardConfigurationPublicV3Params() *GetLeaderboardConfigurationPublicV3Params
- func NewGetLeaderboardConfigurationPublicV3ParamsWithContext(ctx context.Context) *GetLeaderboardConfigurationPublicV3Params
- func NewGetLeaderboardConfigurationPublicV3ParamsWithHTTPClient(client *http.Client) *GetLeaderboardConfigurationPublicV3Params
- func NewGetLeaderboardConfigurationPublicV3ParamsWithTimeout(timeout time.Duration) *GetLeaderboardConfigurationPublicV3Params
- func (o *GetLeaderboardConfigurationPublicV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetLeaderboardConfigurationPublicV3Params) SetContext(ctx context.Context)
- func (o *GetLeaderboardConfigurationPublicV3Params) SetHTTPClient(client *http.Client)
- func (o *GetLeaderboardConfigurationPublicV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetLeaderboardConfigurationPublicV3Params) SetLeaderboardCode(leaderboardCode string)
- func (o *GetLeaderboardConfigurationPublicV3Params) SetNamespace(namespace string)
- func (o *GetLeaderboardConfigurationPublicV3Params) SetTimeout(timeout time.Duration)
- func (o *GetLeaderboardConfigurationPublicV3Params) WithContext(ctx context.Context) *GetLeaderboardConfigurationPublicV3Params
- func (o *GetLeaderboardConfigurationPublicV3Params) WithHTTPClient(client *http.Client) *GetLeaderboardConfigurationPublicV3Params
- func (o *GetLeaderboardConfigurationPublicV3Params) WithLeaderboardCode(leaderboardCode string) *GetLeaderboardConfigurationPublicV3Params
- func (o *GetLeaderboardConfigurationPublicV3Params) WithNamespace(namespace string) *GetLeaderboardConfigurationPublicV3Params
- func (o *GetLeaderboardConfigurationPublicV3Params) WithTimeout(timeout time.Duration) *GetLeaderboardConfigurationPublicV3Params
- func (o *GetLeaderboardConfigurationPublicV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLeaderboardConfigurationPublicV3Reader
- type GetLeaderboardConfigurationPublicV3Unauthorized
- type GetLeaderboardConfigurationsAdminV3BadRequest
- type GetLeaderboardConfigurationsAdminV3Forbidden
- type GetLeaderboardConfigurationsAdminV3InternalServerError
- type GetLeaderboardConfigurationsAdminV3OK
- type GetLeaderboardConfigurationsAdminV3Params
- func NewGetLeaderboardConfigurationsAdminV3Params() *GetLeaderboardConfigurationsAdminV3Params
- func NewGetLeaderboardConfigurationsAdminV3ParamsWithContext(ctx context.Context) *GetLeaderboardConfigurationsAdminV3Params
- func NewGetLeaderboardConfigurationsAdminV3ParamsWithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsAdminV3Params
- func NewGetLeaderboardConfigurationsAdminV3ParamsWithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsAdminV3Params
- func (o *GetLeaderboardConfigurationsAdminV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetLeaderboardConfigurationsAdminV3Params) SetContext(ctx context.Context)
- func (o *GetLeaderboardConfigurationsAdminV3Params) SetHTTPClient(client *http.Client)
- func (o *GetLeaderboardConfigurationsAdminV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetLeaderboardConfigurationsAdminV3Params) SetIsDeleted(isDeleted *bool)
- func (o *GetLeaderboardConfigurationsAdminV3Params) SetLimit(limit *int64)
- func (o *GetLeaderboardConfigurationsAdminV3Params) SetNamespace(namespace string)
- func (o *GetLeaderboardConfigurationsAdminV3Params) SetOffset(offset *int64)
- func (o *GetLeaderboardConfigurationsAdminV3Params) SetTimeout(timeout time.Duration)
- func (o *GetLeaderboardConfigurationsAdminV3Params) WithContext(ctx context.Context) *GetLeaderboardConfigurationsAdminV3Params
- func (o *GetLeaderboardConfigurationsAdminV3Params) WithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsAdminV3Params
- func (o *GetLeaderboardConfigurationsAdminV3Params) WithIsDeleted(isDeleted *bool) *GetLeaderboardConfigurationsAdminV3Params
- func (o *GetLeaderboardConfigurationsAdminV3Params) WithLimit(limit *int64) *GetLeaderboardConfigurationsAdminV3Params
- func (o *GetLeaderboardConfigurationsAdminV3Params) WithNamespace(namespace string) *GetLeaderboardConfigurationsAdminV3Params
- func (o *GetLeaderboardConfigurationsAdminV3Params) WithOffset(offset *int64) *GetLeaderboardConfigurationsAdminV3Params
- func (o *GetLeaderboardConfigurationsAdminV3Params) WithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsAdminV3Params
- func (o *GetLeaderboardConfigurationsAdminV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLeaderboardConfigurationsAdminV3Reader
- type GetLeaderboardConfigurationsAdminV3Unauthorized
- type GetLeaderboardConfigurationsPublicV3BadRequest
- type GetLeaderboardConfigurationsPublicV3Forbidden
- type GetLeaderboardConfigurationsPublicV3InternalServerError
- type GetLeaderboardConfigurationsPublicV3OK
- type GetLeaderboardConfigurationsPublicV3Params
- func NewGetLeaderboardConfigurationsPublicV3Params() *GetLeaderboardConfigurationsPublicV3Params
- func NewGetLeaderboardConfigurationsPublicV3ParamsWithContext(ctx context.Context) *GetLeaderboardConfigurationsPublicV3Params
- func NewGetLeaderboardConfigurationsPublicV3ParamsWithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsPublicV3Params
- func NewGetLeaderboardConfigurationsPublicV3ParamsWithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsPublicV3Params
- func (o *GetLeaderboardConfigurationsPublicV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetLeaderboardConfigurationsPublicV3Params) SetContext(ctx context.Context)
- func (o *GetLeaderboardConfigurationsPublicV3Params) SetHTTPClient(client *http.Client)
- func (o *GetLeaderboardConfigurationsPublicV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetLeaderboardConfigurationsPublicV3Params) SetIsDeleted(isDeleted *bool)
- func (o *GetLeaderboardConfigurationsPublicV3Params) SetLimit(limit *int64)
- func (o *GetLeaderboardConfigurationsPublicV3Params) SetNamespace(namespace string)
- func (o *GetLeaderboardConfigurationsPublicV3Params) SetOffset(offset *int64)
- func (o *GetLeaderboardConfigurationsPublicV3Params) SetTimeout(timeout time.Duration)
- func (o *GetLeaderboardConfigurationsPublicV3Params) WithContext(ctx context.Context) *GetLeaderboardConfigurationsPublicV3Params
- func (o *GetLeaderboardConfigurationsPublicV3Params) WithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsPublicV3Params
- func (o *GetLeaderboardConfigurationsPublicV3Params) WithIsDeleted(isDeleted *bool) *GetLeaderboardConfigurationsPublicV3Params
- func (o *GetLeaderboardConfigurationsPublicV3Params) WithLimit(limit *int64) *GetLeaderboardConfigurationsPublicV3Params
- func (o *GetLeaderboardConfigurationsPublicV3Params) WithNamespace(namespace string) *GetLeaderboardConfigurationsPublicV3Params
- func (o *GetLeaderboardConfigurationsPublicV3Params) WithOffset(offset *int64) *GetLeaderboardConfigurationsPublicV3Params
- func (o *GetLeaderboardConfigurationsPublicV3Params) WithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsPublicV3Params
- func (o *GetLeaderboardConfigurationsPublicV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLeaderboardConfigurationsPublicV3Reader
- type GetLeaderboardConfigurationsPublicV3Unauthorized
- type HardDeleteLeaderboardAdminV3BadRequest
- type HardDeleteLeaderboardAdminV3Forbidden
- type HardDeleteLeaderboardAdminV3InternalServerError
- type HardDeleteLeaderboardAdminV3NoContent
- type HardDeleteLeaderboardAdminV3NotFound
- type HardDeleteLeaderboardAdminV3Params
- func NewHardDeleteLeaderboardAdminV3Params() *HardDeleteLeaderboardAdminV3Params
- func NewHardDeleteLeaderboardAdminV3ParamsWithContext(ctx context.Context) *HardDeleteLeaderboardAdminV3Params
- func NewHardDeleteLeaderboardAdminV3ParamsWithHTTPClient(client *http.Client) *HardDeleteLeaderboardAdminV3Params
- func NewHardDeleteLeaderboardAdminV3ParamsWithTimeout(timeout time.Duration) *HardDeleteLeaderboardAdminV3Params
- func (o *HardDeleteLeaderboardAdminV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *HardDeleteLeaderboardAdminV3Params) SetContext(ctx context.Context)
- func (o *HardDeleteLeaderboardAdminV3Params) SetHTTPClient(client *http.Client)
- func (o *HardDeleteLeaderboardAdminV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *HardDeleteLeaderboardAdminV3Params) SetLeaderboardCode(leaderboardCode string)
- func (o *HardDeleteLeaderboardAdminV3Params) SetNamespace(namespace string)
- func (o *HardDeleteLeaderboardAdminV3Params) SetTimeout(timeout time.Duration)
- func (o *HardDeleteLeaderboardAdminV3Params) WithContext(ctx context.Context) *HardDeleteLeaderboardAdminV3Params
- func (o *HardDeleteLeaderboardAdminV3Params) WithHTTPClient(client *http.Client) *HardDeleteLeaderboardAdminV3Params
- func (o *HardDeleteLeaderboardAdminV3Params) WithLeaderboardCode(leaderboardCode string) *HardDeleteLeaderboardAdminV3Params
- func (o *HardDeleteLeaderboardAdminV3Params) WithNamespace(namespace string) *HardDeleteLeaderboardAdminV3Params
- func (o *HardDeleteLeaderboardAdminV3Params) WithTimeout(timeout time.Duration) *HardDeleteLeaderboardAdminV3Params
- func (o *HardDeleteLeaderboardAdminV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type HardDeleteLeaderboardAdminV3Reader
- type HardDeleteLeaderboardAdminV3Unauthorized
- type UpdateLeaderboardConfigurationAdminV3BadRequest
- type UpdateLeaderboardConfigurationAdminV3Forbidden
- type UpdateLeaderboardConfigurationAdminV3InternalServerError
- type UpdateLeaderboardConfigurationAdminV3NotFound
- type UpdateLeaderboardConfigurationAdminV3OK
- type UpdateLeaderboardConfigurationAdminV3Params
- func NewUpdateLeaderboardConfigurationAdminV3Params() *UpdateLeaderboardConfigurationAdminV3Params
- func NewUpdateLeaderboardConfigurationAdminV3ParamsWithContext(ctx context.Context) *UpdateLeaderboardConfigurationAdminV3Params
- func NewUpdateLeaderboardConfigurationAdminV3ParamsWithHTTPClient(client *http.Client) *UpdateLeaderboardConfigurationAdminV3Params
- func NewUpdateLeaderboardConfigurationAdminV3ParamsWithTimeout(timeout time.Duration) *UpdateLeaderboardConfigurationAdminV3Params
- func (o *UpdateLeaderboardConfigurationAdminV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UpdateLeaderboardConfigurationAdminV3Params) SetBody(body *leaderboardclientmodels.ModelsUpdateLeaderboardConfigReqV3)
- func (o *UpdateLeaderboardConfigurationAdminV3Params) SetContext(ctx context.Context)
- func (o *UpdateLeaderboardConfigurationAdminV3Params) SetHTTPClient(client *http.Client)
- func (o *UpdateLeaderboardConfigurationAdminV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UpdateLeaderboardConfigurationAdminV3Params) SetLeaderboardCode(leaderboardCode string)
- func (o *UpdateLeaderboardConfigurationAdminV3Params) SetNamespace(namespace string)
- func (o *UpdateLeaderboardConfigurationAdminV3Params) SetTimeout(timeout time.Duration)
- func (o *UpdateLeaderboardConfigurationAdminV3Params) WithBody(body *leaderboardclientmodels.ModelsUpdateLeaderboardConfigReqV3) *UpdateLeaderboardConfigurationAdminV3Params
- func (o *UpdateLeaderboardConfigurationAdminV3Params) WithContext(ctx context.Context) *UpdateLeaderboardConfigurationAdminV3Params
- func (o *UpdateLeaderboardConfigurationAdminV3Params) WithHTTPClient(client *http.Client) *UpdateLeaderboardConfigurationAdminV3Params
- func (o *UpdateLeaderboardConfigurationAdminV3Params) WithLeaderboardCode(leaderboardCode string) *UpdateLeaderboardConfigurationAdminV3Params
- func (o *UpdateLeaderboardConfigurationAdminV3Params) WithNamespace(namespace string) *UpdateLeaderboardConfigurationAdminV3Params
- func (o *UpdateLeaderboardConfigurationAdminV3Params) WithTimeout(timeout time.Duration) *UpdateLeaderboardConfigurationAdminV3Params
- func (o *UpdateLeaderboardConfigurationAdminV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateLeaderboardConfigurationAdminV3Reader
- type UpdateLeaderboardConfigurationAdminV3Unauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for leaderboard configuration v3 API
func (*Client) CreateLeaderboardConfigurationAdminV3
deprecated
func (a *Client) CreateLeaderboardConfigurationAdminV3(params *CreateLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*CreateLeaderboardConfigurationAdminV3Created, *CreateLeaderboardConfigurationAdminV3BadRequest, *CreateLeaderboardConfigurationAdminV3Unauthorized, *CreateLeaderboardConfigurationAdminV3Forbidden, *CreateLeaderboardConfigurationAdminV3Conflict, *CreateLeaderboardConfigurationAdminV3InternalServerError, error)
Deprecated: 2022-08-10 - Use CreateLeaderboardConfigurationAdminV3Short instead.
CreateLeaderboardConfigurationAdminV3 create new leaderboard ¶
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [CREATE]'
Fields : * leaderboardCode: unique leaderboard config code must be lowercase and maximum length is 48 characters. (required). * name: leaderboard name, maximum length for leaderboard name is 128 characters. (required). * description: leaderboard description, maximum length for leaderboard description is 2048 characters. (optional). * iconURL: leaderboard icon image url. (optional). * allTime: if true, all time leaderboard will be created. (required). * descending: leaderboard order. If true, the points will be sorted in descending order. (required). * statCode: Stat Code is related with statistic code in statistic service. (required). * cycleIds: Statistic cycle ids that will be tracked in the leaderboard. (required).
func (*Client) CreateLeaderboardConfigurationAdminV3Short ¶
func (a *Client) CreateLeaderboardConfigurationAdminV3Short(params *CreateLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*CreateLeaderboardConfigurationAdminV3Created, error)
CreateLeaderboardConfigurationAdminV3Short create new leaderboard
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [CREATE]'
Fields : * leaderboardCode: unique leaderboard config code must be lowercase and maximum length is 48 characters. (required). * name: leaderboard name, maximum length for leaderboard name is 128 characters. (required). * description: leaderboard description, maximum length for leaderboard description is 2048 characters. (optional). * iconURL: leaderboard icon image url. (optional). * allTime: if true, all time leaderboard will be created. (required). * descending: leaderboard order. If true, the points will be sorted in descending order. (required). * statCode: Stat Code is related with statistic code in statistic service. (required). * cycleIds: Statistic cycle ids that will be tracked in the leaderboard. (required).
func (*Client) DeleteBulkLeaderboardConfigurationAdminV3
deprecated
func (a *Client) DeleteBulkLeaderboardConfigurationAdminV3(params *DeleteBulkLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteBulkLeaderboardConfigurationAdminV3OK, *DeleteBulkLeaderboardConfigurationAdminV3BadRequest, *DeleteBulkLeaderboardConfigurationAdminV3Unauthorized, *DeleteBulkLeaderboardConfigurationAdminV3Forbidden, *DeleteBulkLeaderboardConfigurationAdminV3InternalServerError, error)
Deprecated: 2022-08-10 - Use DeleteBulkLeaderboardConfigurationAdminV3Short instead.
DeleteBulkLeaderboardConfigurationAdminV3 delete bulk leaderboards. response body will contains failed leaderboard with the reason why it's failed to delete
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [DELETE]'
This endpoint delete multiple leaderboards configuration in one request
func (*Client) DeleteBulkLeaderboardConfigurationAdminV3Short ¶
func (a *Client) DeleteBulkLeaderboardConfigurationAdminV3Short(params *DeleteBulkLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteBulkLeaderboardConfigurationAdminV3OK, error)
DeleteBulkLeaderboardConfigurationAdminV3Short delete bulk leaderboards. response body will contains failed leaderboard with the reason why it's failed to delete
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [DELETE]'
This endpoint delete multiple leaderboards configuration in one request
func (*Client) DeleteLeaderboardConfigurationAdminV3
deprecated
func (a *Client) DeleteLeaderboardConfigurationAdminV3(params *DeleteLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteLeaderboardConfigurationAdminV3NoContent, *DeleteLeaderboardConfigurationAdminV3BadRequest, *DeleteLeaderboardConfigurationAdminV3Unauthorized, *DeleteLeaderboardConfigurationAdminV3Forbidden, *DeleteLeaderboardConfigurationAdminV3NotFound, *DeleteLeaderboardConfigurationAdminV3InternalServerError, error)
Deprecated: 2022-08-10 - Use DeleteLeaderboardConfigurationAdminV3Short instead.
DeleteLeaderboardConfigurationAdminV3 delete leaderboard by leaderboardcode ¶
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [DELETE]'
This endpoint delete a leaderboard configuration
func (*Client) DeleteLeaderboardConfigurationAdminV3Short ¶
func (a *Client) DeleteLeaderboardConfigurationAdminV3Short(params *DeleteLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteLeaderboardConfigurationAdminV3NoContent, error)
DeleteLeaderboardConfigurationAdminV3Short delete leaderboard by leaderboardcode
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [DELETE]'
This endpoint delete a leaderboard configuration
func (*Client) GetLeaderboardConfigurationAdminV3
deprecated
func (a *Client) GetLeaderboardConfigurationAdminV3(params *GetLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationAdminV3OK, *GetLeaderboardConfigurationAdminV3BadRequest, *GetLeaderboardConfigurationAdminV3Unauthorized, *GetLeaderboardConfigurationAdminV3Forbidden, *GetLeaderboardConfigurationAdminV3NotFound, *GetLeaderboardConfigurationAdminV3InternalServerError, error)
Deprecated: 2022-08-10 - Use GetLeaderboardConfigurationAdminV3Short instead.
GetLeaderboardConfigurationAdminV3 get leaderboard by leaderboardcode ¶
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [READ]'
This endpoint returns a leaderboard configuration
func (*Client) GetLeaderboardConfigurationAdminV3Short ¶
func (a *Client) GetLeaderboardConfigurationAdminV3Short(params *GetLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationAdminV3OK, error)
GetLeaderboardConfigurationAdminV3Short get leaderboard by leaderboardcode
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [READ]'
This endpoint returns a leaderboard configuration
func (*Client) GetLeaderboardConfigurationPublicV3
deprecated
func (a *Client) GetLeaderboardConfigurationPublicV3(params *GetLeaderboardConfigurationPublicV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationPublicV3OK, *GetLeaderboardConfigurationPublicV3BadRequest, *GetLeaderboardConfigurationPublicV3Unauthorized, *GetLeaderboardConfigurationPublicV3Forbidden, *GetLeaderboardConfigurationPublicV3NotFound, *GetLeaderboardConfigurationPublicV3InternalServerError, error)
Deprecated: 2022-08-10 - Use GetLeaderboardConfigurationPublicV3Short instead.
GetLeaderboardConfigurationPublicV3 get leaderboard by leaderboardcode ¶
This endpoint returns a leaderboard configuration
func (*Client) GetLeaderboardConfigurationPublicV3Short ¶
func (a *Client) GetLeaderboardConfigurationPublicV3Short(params *GetLeaderboardConfigurationPublicV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationPublicV3OK, error)
GetLeaderboardConfigurationPublicV3Short get leaderboard by leaderboardcode
This endpoint returns a leaderboard configuration
func (*Client) GetLeaderboardConfigurationsAdminV3
deprecated
func (a *Client) GetLeaderboardConfigurationsAdminV3(params *GetLeaderboardConfigurationsAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsAdminV3OK, *GetLeaderboardConfigurationsAdminV3BadRequest, *GetLeaderboardConfigurationsAdminV3Unauthorized, *GetLeaderboardConfigurationsAdminV3Forbidden, *GetLeaderboardConfigurationsAdminV3InternalServerError, error)
Deprecated: 2022-08-10 - Use GetLeaderboardConfigurationsAdminV3Short instead.
GetLeaderboardConfigurationsAdminV3 list all leaderboards by given namespace ¶
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [READ]'
This endpoint return all leaderboard configurations
func (*Client) GetLeaderboardConfigurationsAdminV3Short ¶
func (a *Client) GetLeaderboardConfigurationsAdminV3Short(params *GetLeaderboardConfigurationsAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsAdminV3OK, error)
GetLeaderboardConfigurationsAdminV3Short list all leaderboards by given namespace
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [READ]'
This endpoint return all leaderboard configurations
func (*Client) GetLeaderboardConfigurationsPublicV3
deprecated
func (a *Client) GetLeaderboardConfigurationsPublicV3(params *GetLeaderboardConfigurationsPublicV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsPublicV3OK, *GetLeaderboardConfigurationsPublicV3BadRequest, *GetLeaderboardConfigurationsPublicV3Unauthorized, *GetLeaderboardConfigurationsPublicV3Forbidden, *GetLeaderboardConfigurationsPublicV3InternalServerError, error)
Deprecated: 2022-08-10 - Use GetLeaderboardConfigurationsPublicV3Short instead.
GetLeaderboardConfigurationsPublicV3 list all leaderboards by given namespace ¶
This endpoint return all leaderboard configurations
func (*Client) GetLeaderboardConfigurationsPublicV3Short ¶
func (a *Client) GetLeaderboardConfigurationsPublicV3Short(params *GetLeaderboardConfigurationsPublicV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsPublicV3OK, error)
GetLeaderboardConfigurationsPublicV3Short list all leaderboards by given namespace
This endpoint return all leaderboard configurations
func (*Client) HardDeleteLeaderboardAdminV3
deprecated
func (a *Client) HardDeleteLeaderboardAdminV3(params *HardDeleteLeaderboardAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*HardDeleteLeaderboardAdminV3NoContent, *HardDeleteLeaderboardAdminV3BadRequest, *HardDeleteLeaderboardAdminV3Unauthorized, *HardDeleteLeaderboardAdminV3Forbidden, *HardDeleteLeaderboardAdminV3NotFound, *HardDeleteLeaderboardAdminV3InternalServerError, error)
Deprecated: 2022-08-10 - Use HardDeleteLeaderboardAdminV3Short instead.
HardDeleteLeaderboardAdminV3 hard delete leaderboard config and data by leaderboard code ¶
[Test Facility Only]
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [DELETE]'
This endpoint will delete leaderboard configuration and its data ¶
Note: this endpoint only works on development environment, you might want to use archive endpoint instead hard delete.
func (*Client) HardDeleteLeaderboardAdminV3Short ¶
func (a *Client) HardDeleteLeaderboardAdminV3Short(params *HardDeleteLeaderboardAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*HardDeleteLeaderboardAdminV3NoContent, error)
HardDeleteLeaderboardAdminV3Short hard delete leaderboard config and data by leaderboard code
[Test Facility Only]
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [DELETE]'
This endpoint will delete leaderboard configuration and its data ¶
Note: this endpoint only works on development environment, you might want to use archive endpoint instead hard delete.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateLeaderboardConfigurationAdminV3
deprecated
func (a *Client) UpdateLeaderboardConfigurationAdminV3(params *UpdateLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateLeaderboardConfigurationAdminV3OK, *UpdateLeaderboardConfigurationAdminV3BadRequest, *UpdateLeaderboardConfigurationAdminV3Unauthorized, *UpdateLeaderboardConfigurationAdminV3Forbidden, *UpdateLeaderboardConfigurationAdminV3NotFound, *UpdateLeaderboardConfigurationAdminV3InternalServerError, error)
Deprecated: 2022-08-10 - Use UpdateLeaderboardConfigurationAdminV3Short instead.
UpdateLeaderboardConfigurationAdminV3 update leaderboard by leaderboardcode ¶
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [UPDATE]'
Fields : * leaderboardCode: unique leaderboard config code must be lowercase and maximum length is 48 characters. (required). * name: leaderboard name, maximum length for leaderboard name is 128 characters. (required). * description: leaderboard description, maximum length for leaderboard description is 2048 characters. (optional). * iconURL: leaderboard icon image url. (optional). * allTime: if true, all time leaderboard will be created. (required). * descending: leaderboard order. If true, the points will be sorted in descending order. (required). * statCode: Stat Code is related with statistic code in statistic service. (required). * cycleIds: Statistic cycle ids that will be tracked in the leaderboard. (required).
func (*Client) UpdateLeaderboardConfigurationAdminV3Short ¶
func (a *Client) UpdateLeaderboardConfigurationAdminV3Short(params *UpdateLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateLeaderboardConfigurationAdminV3OK, error)
UpdateLeaderboardConfigurationAdminV3Short update leaderboard by leaderboardcode
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [UPDATE]'
Fields : * leaderboardCode: unique leaderboard config code must be lowercase and maximum length is 48 characters. (required). * name: leaderboard name, maximum length for leaderboard name is 128 characters. (required). * description: leaderboard description, maximum length for leaderboard description is 2048 characters. (optional). * iconURL: leaderboard icon image url. (optional). * allTime: if true, all time leaderboard will be created. (required). * descending: leaderboard order. If true, the points will be sorted in descending order. (required). * statCode: Stat Code is related with statistic code in statistic service. (required). * cycleIds: Statistic cycle ids that will be tracked in the leaderboard. (required).
type ClientService ¶
type ClientService interface { GetLeaderboardConfigurationsAdminV3(params *GetLeaderboardConfigurationsAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsAdminV3OK, *GetLeaderboardConfigurationsAdminV3BadRequest, *GetLeaderboardConfigurationsAdminV3Unauthorized, *GetLeaderboardConfigurationsAdminV3Forbidden, *GetLeaderboardConfigurationsAdminV3InternalServerError, error) GetLeaderboardConfigurationsAdminV3Short(params *GetLeaderboardConfigurationsAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsAdminV3OK, error) CreateLeaderboardConfigurationAdminV3(params *CreateLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*CreateLeaderboardConfigurationAdminV3Created, *CreateLeaderboardConfigurationAdminV3BadRequest, *CreateLeaderboardConfigurationAdminV3Unauthorized, *CreateLeaderboardConfigurationAdminV3Forbidden, *CreateLeaderboardConfigurationAdminV3Conflict, *CreateLeaderboardConfigurationAdminV3InternalServerError, error) CreateLeaderboardConfigurationAdminV3Short(params *CreateLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*CreateLeaderboardConfigurationAdminV3Created, error) DeleteBulkLeaderboardConfigurationAdminV3(params *DeleteBulkLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteBulkLeaderboardConfigurationAdminV3OK, *DeleteBulkLeaderboardConfigurationAdminV3BadRequest, *DeleteBulkLeaderboardConfigurationAdminV3Unauthorized, *DeleteBulkLeaderboardConfigurationAdminV3Forbidden, *DeleteBulkLeaderboardConfigurationAdminV3InternalServerError, error) DeleteBulkLeaderboardConfigurationAdminV3Short(params *DeleteBulkLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteBulkLeaderboardConfigurationAdminV3OK, error) GetLeaderboardConfigurationAdminV3(params *GetLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationAdminV3OK, *GetLeaderboardConfigurationAdminV3BadRequest, *GetLeaderboardConfigurationAdminV3Unauthorized, *GetLeaderboardConfigurationAdminV3Forbidden, *GetLeaderboardConfigurationAdminV3NotFound, *GetLeaderboardConfigurationAdminV3InternalServerError, error) GetLeaderboardConfigurationAdminV3Short(params *GetLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationAdminV3OK, error) UpdateLeaderboardConfigurationAdminV3(params *UpdateLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateLeaderboardConfigurationAdminV3OK, *UpdateLeaderboardConfigurationAdminV3BadRequest, *UpdateLeaderboardConfigurationAdminV3Unauthorized, *UpdateLeaderboardConfigurationAdminV3Forbidden, *UpdateLeaderboardConfigurationAdminV3NotFound, *UpdateLeaderboardConfigurationAdminV3InternalServerError, error) UpdateLeaderboardConfigurationAdminV3Short(params *UpdateLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateLeaderboardConfigurationAdminV3OK, error) DeleteLeaderboardConfigurationAdminV3(params *DeleteLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteLeaderboardConfigurationAdminV3NoContent, *DeleteLeaderboardConfigurationAdminV3BadRequest, *DeleteLeaderboardConfigurationAdminV3Unauthorized, *DeleteLeaderboardConfigurationAdminV3Forbidden, *DeleteLeaderboardConfigurationAdminV3NotFound, *DeleteLeaderboardConfigurationAdminV3InternalServerError, error) DeleteLeaderboardConfigurationAdminV3Short(params *DeleteLeaderboardConfigurationAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteLeaderboardConfigurationAdminV3NoContent, error) HardDeleteLeaderboardAdminV3(params *HardDeleteLeaderboardAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*HardDeleteLeaderboardAdminV3NoContent, *HardDeleteLeaderboardAdminV3BadRequest, *HardDeleteLeaderboardAdminV3Unauthorized, *HardDeleteLeaderboardAdminV3Forbidden, *HardDeleteLeaderboardAdminV3NotFound, *HardDeleteLeaderboardAdminV3InternalServerError, error) HardDeleteLeaderboardAdminV3Short(params *HardDeleteLeaderboardAdminV3Params, authInfo runtime.ClientAuthInfoWriter) (*HardDeleteLeaderboardAdminV3NoContent, error) GetLeaderboardConfigurationsPublicV3(params *GetLeaderboardConfigurationsPublicV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsPublicV3OK, *GetLeaderboardConfigurationsPublicV3BadRequest, *GetLeaderboardConfigurationsPublicV3Unauthorized, *GetLeaderboardConfigurationsPublicV3Forbidden, *GetLeaderboardConfigurationsPublicV3InternalServerError, error) GetLeaderboardConfigurationsPublicV3Short(params *GetLeaderboardConfigurationsPublicV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsPublicV3OK, error) GetLeaderboardConfigurationPublicV3(params *GetLeaderboardConfigurationPublicV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationPublicV3OK, *GetLeaderboardConfigurationPublicV3BadRequest, *GetLeaderboardConfigurationPublicV3Unauthorized, *GetLeaderboardConfigurationPublicV3Forbidden, *GetLeaderboardConfigurationPublicV3NotFound, *GetLeaderboardConfigurationPublicV3InternalServerError, error) GetLeaderboardConfigurationPublicV3Short(params *GetLeaderboardConfigurationPublicV3Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationPublicV3OK, 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 leaderboard configuration v3 API client.
type CreateLeaderboardConfigurationAdminV3BadRequest ¶
type CreateLeaderboardConfigurationAdminV3BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
CreateLeaderboardConfigurationAdminV3BadRequest handles this case with default header values.
Bad Request
func NewCreateLeaderboardConfigurationAdminV3BadRequest ¶
func NewCreateLeaderboardConfigurationAdminV3BadRequest() *CreateLeaderboardConfigurationAdminV3BadRequest
NewCreateLeaderboardConfigurationAdminV3BadRequest creates a CreateLeaderboardConfigurationAdminV3BadRequest with default headers values
func (*CreateLeaderboardConfigurationAdminV3BadRequest) Error ¶
func (o *CreateLeaderboardConfigurationAdminV3BadRequest) Error() string
func (*CreateLeaderboardConfigurationAdminV3BadRequest) GetPayload ¶
func (o *CreateLeaderboardConfigurationAdminV3BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*CreateLeaderboardConfigurationAdminV3BadRequest) ToJSONString ¶
func (o *CreateLeaderboardConfigurationAdminV3BadRequest) ToJSONString() string
type CreateLeaderboardConfigurationAdminV3Conflict ¶
type CreateLeaderboardConfigurationAdminV3Conflict struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
CreateLeaderboardConfigurationAdminV3Conflict handles this case with default header values.
Conflict
func NewCreateLeaderboardConfigurationAdminV3Conflict ¶
func NewCreateLeaderboardConfigurationAdminV3Conflict() *CreateLeaderboardConfigurationAdminV3Conflict
NewCreateLeaderboardConfigurationAdminV3Conflict creates a CreateLeaderboardConfigurationAdminV3Conflict with default headers values
func (*CreateLeaderboardConfigurationAdminV3Conflict) Error ¶
func (o *CreateLeaderboardConfigurationAdminV3Conflict) Error() string
func (*CreateLeaderboardConfigurationAdminV3Conflict) GetPayload ¶
func (o *CreateLeaderboardConfigurationAdminV3Conflict) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*CreateLeaderboardConfigurationAdminV3Conflict) ToJSONString ¶
func (o *CreateLeaderboardConfigurationAdminV3Conflict) ToJSONString() string
type CreateLeaderboardConfigurationAdminV3Created ¶
type CreateLeaderboardConfigurationAdminV3Created struct {
Payload *leaderboardclientmodels.ModelsGetLeaderboardConfigRespV3
}
CreateLeaderboardConfigurationAdminV3Created handles this case with default header values.
Created
func NewCreateLeaderboardConfigurationAdminV3Created ¶
func NewCreateLeaderboardConfigurationAdminV3Created() *CreateLeaderboardConfigurationAdminV3Created
NewCreateLeaderboardConfigurationAdminV3Created creates a CreateLeaderboardConfigurationAdminV3Created with default headers values
func (*CreateLeaderboardConfigurationAdminV3Created) Error ¶
func (o *CreateLeaderboardConfigurationAdminV3Created) Error() string
func (*CreateLeaderboardConfigurationAdminV3Created) GetPayload ¶
func (o *CreateLeaderboardConfigurationAdminV3Created) GetPayload() *leaderboardclientmodels.ModelsGetLeaderboardConfigRespV3
func (*CreateLeaderboardConfigurationAdminV3Created) ToJSONString ¶
func (o *CreateLeaderboardConfigurationAdminV3Created) ToJSONString() string
type CreateLeaderboardConfigurationAdminV3Forbidden ¶
type CreateLeaderboardConfigurationAdminV3Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
CreateLeaderboardConfigurationAdminV3Forbidden handles this case with default header values.
Forbidden
func NewCreateLeaderboardConfigurationAdminV3Forbidden ¶
func NewCreateLeaderboardConfigurationAdminV3Forbidden() *CreateLeaderboardConfigurationAdminV3Forbidden
NewCreateLeaderboardConfigurationAdminV3Forbidden creates a CreateLeaderboardConfigurationAdminV3Forbidden with default headers values
func (*CreateLeaderboardConfigurationAdminV3Forbidden) Error ¶
func (o *CreateLeaderboardConfigurationAdminV3Forbidden) Error() string
func (*CreateLeaderboardConfigurationAdminV3Forbidden) GetPayload ¶
func (o *CreateLeaderboardConfigurationAdminV3Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*CreateLeaderboardConfigurationAdminV3Forbidden) ToJSONString ¶
func (o *CreateLeaderboardConfigurationAdminV3Forbidden) ToJSONString() string
type CreateLeaderboardConfigurationAdminV3InternalServerError ¶
type CreateLeaderboardConfigurationAdminV3InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
CreateLeaderboardConfigurationAdminV3InternalServerError handles this case with default header values.
Internal Server Error
func NewCreateLeaderboardConfigurationAdminV3InternalServerError ¶
func NewCreateLeaderboardConfigurationAdminV3InternalServerError() *CreateLeaderboardConfigurationAdminV3InternalServerError
NewCreateLeaderboardConfigurationAdminV3InternalServerError creates a CreateLeaderboardConfigurationAdminV3InternalServerError with default headers values
func (*CreateLeaderboardConfigurationAdminV3InternalServerError) Error ¶
func (o *CreateLeaderboardConfigurationAdminV3InternalServerError) Error() string
func (*CreateLeaderboardConfigurationAdminV3InternalServerError) GetPayload ¶
func (o *CreateLeaderboardConfigurationAdminV3InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*CreateLeaderboardConfigurationAdminV3InternalServerError) ToJSONString ¶
func (o *CreateLeaderboardConfigurationAdminV3InternalServerError) ToJSONString() string
type CreateLeaderboardConfigurationAdminV3Params ¶
type CreateLeaderboardConfigurationAdminV3Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *leaderboardclientmodels.ModelsLeaderboardConfigReqV3 /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateLeaderboardConfigurationAdminV3Params contains all the parameters to send to the API endpoint for the create leaderboard configuration admin v3 operation typically these are written to a http.Request
func NewCreateLeaderboardConfigurationAdminV3Params ¶
func NewCreateLeaderboardConfigurationAdminV3Params() *CreateLeaderboardConfigurationAdminV3Params
NewCreateLeaderboardConfigurationAdminV3Params creates a new CreateLeaderboardConfigurationAdminV3Params object with the default values initialized.
func NewCreateLeaderboardConfigurationAdminV3ParamsWithContext ¶
func NewCreateLeaderboardConfigurationAdminV3ParamsWithContext(ctx context.Context) *CreateLeaderboardConfigurationAdminV3Params
NewCreateLeaderboardConfigurationAdminV3ParamsWithContext creates a new CreateLeaderboardConfigurationAdminV3Params object with the default values initialized, and the ability to set a context for a request
func NewCreateLeaderboardConfigurationAdminV3ParamsWithHTTPClient ¶
func NewCreateLeaderboardConfigurationAdminV3ParamsWithHTTPClient(client *http.Client) *CreateLeaderboardConfigurationAdminV3Params
NewCreateLeaderboardConfigurationAdminV3ParamsWithHTTPClient creates a new CreateLeaderboardConfigurationAdminV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateLeaderboardConfigurationAdminV3ParamsWithTimeout ¶
func NewCreateLeaderboardConfigurationAdminV3ParamsWithTimeout(timeout time.Duration) *CreateLeaderboardConfigurationAdminV3Params
NewCreateLeaderboardConfigurationAdminV3ParamsWithTimeout creates a new CreateLeaderboardConfigurationAdminV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*CreateLeaderboardConfigurationAdminV3Params) SetAuthInfoWriter ¶
func (o *CreateLeaderboardConfigurationAdminV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the create leaderboard configuration admin v3 params
func (*CreateLeaderboardConfigurationAdminV3Params) SetBody ¶
func (o *CreateLeaderboardConfigurationAdminV3Params) SetBody(body *leaderboardclientmodels.ModelsLeaderboardConfigReqV3)
SetBody adds the body to the create leaderboard configuration admin v3 params
func (*CreateLeaderboardConfigurationAdminV3Params) SetContext ¶
func (o *CreateLeaderboardConfigurationAdminV3Params) SetContext(ctx context.Context)
SetContext adds the context to the create leaderboard configuration admin v3 params
func (*CreateLeaderboardConfigurationAdminV3Params) SetHTTPClient ¶
func (o *CreateLeaderboardConfigurationAdminV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create leaderboard configuration admin v3 params
func (*CreateLeaderboardConfigurationAdminV3Params) SetHTTPClientTransport ¶
func (o *CreateLeaderboardConfigurationAdminV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the create leaderboard configuration admin v3 params
func (*CreateLeaderboardConfigurationAdminV3Params) SetNamespace ¶
func (o *CreateLeaderboardConfigurationAdminV3Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the create leaderboard configuration admin v3 params
func (*CreateLeaderboardConfigurationAdminV3Params) SetTimeout ¶
func (o *CreateLeaderboardConfigurationAdminV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create leaderboard configuration admin v3 params
func (*CreateLeaderboardConfigurationAdminV3Params) WithBody ¶
func (o *CreateLeaderboardConfigurationAdminV3Params) WithBody(body *leaderboardclientmodels.ModelsLeaderboardConfigReqV3) *CreateLeaderboardConfigurationAdminV3Params
WithBody adds the body to the create leaderboard configuration admin v3 params
func (*CreateLeaderboardConfigurationAdminV3Params) WithContext ¶
func (o *CreateLeaderboardConfigurationAdminV3Params) WithContext(ctx context.Context) *CreateLeaderboardConfigurationAdminV3Params
WithContext adds the context to the create leaderboard configuration admin v3 params
func (*CreateLeaderboardConfigurationAdminV3Params) WithHTTPClient ¶
func (o *CreateLeaderboardConfigurationAdminV3Params) WithHTTPClient(client *http.Client) *CreateLeaderboardConfigurationAdminV3Params
WithHTTPClient adds the HTTPClient to the create leaderboard configuration admin v3 params
func (*CreateLeaderboardConfigurationAdminV3Params) WithNamespace ¶
func (o *CreateLeaderboardConfigurationAdminV3Params) WithNamespace(namespace string) *CreateLeaderboardConfigurationAdminV3Params
WithNamespace adds the namespace to the create leaderboard configuration admin v3 params
func (*CreateLeaderboardConfigurationAdminV3Params) WithTimeout ¶
func (o *CreateLeaderboardConfigurationAdminV3Params) WithTimeout(timeout time.Duration) *CreateLeaderboardConfigurationAdminV3Params
WithTimeout adds the timeout to the create leaderboard configuration admin v3 params
func (*CreateLeaderboardConfigurationAdminV3Params) WriteToRequest ¶
func (o *CreateLeaderboardConfigurationAdminV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateLeaderboardConfigurationAdminV3Reader ¶
type CreateLeaderboardConfigurationAdminV3Reader struct {
// contains filtered or unexported fields
}
CreateLeaderboardConfigurationAdminV3Reader is a Reader for the CreateLeaderboardConfigurationAdminV3 structure.
func (*CreateLeaderboardConfigurationAdminV3Reader) ReadResponse ¶
func (o *CreateLeaderboardConfigurationAdminV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateLeaderboardConfigurationAdminV3Unauthorized ¶
type CreateLeaderboardConfigurationAdminV3Unauthorized struct {
}CreateLeaderboardConfigurationAdminV3Unauthorized handles this case with default header values.
Unauthorized
func NewCreateLeaderboardConfigurationAdminV3Unauthorized ¶
func NewCreateLeaderboardConfigurationAdminV3Unauthorized() *CreateLeaderboardConfigurationAdminV3Unauthorized
NewCreateLeaderboardConfigurationAdminV3Unauthorized creates a CreateLeaderboardConfigurationAdminV3Unauthorized with default headers values
func (*CreateLeaderboardConfigurationAdminV3Unauthorized) Error ¶
func (o *CreateLeaderboardConfigurationAdminV3Unauthorized) Error() string
func (*CreateLeaderboardConfigurationAdminV3Unauthorized) GetPayload ¶
func (o *CreateLeaderboardConfigurationAdminV3Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*CreateLeaderboardConfigurationAdminV3Unauthorized) ToJSONString ¶
func (o *CreateLeaderboardConfigurationAdminV3Unauthorized) ToJSONString() string
type DeleteBulkLeaderboardConfigurationAdminV3BadRequest ¶
type DeleteBulkLeaderboardConfigurationAdminV3BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
DeleteBulkLeaderboardConfigurationAdminV3BadRequest handles this case with default header values.
Bad Request
func NewDeleteBulkLeaderboardConfigurationAdminV3BadRequest ¶
func NewDeleteBulkLeaderboardConfigurationAdminV3BadRequest() *DeleteBulkLeaderboardConfigurationAdminV3BadRequest
NewDeleteBulkLeaderboardConfigurationAdminV3BadRequest creates a DeleteBulkLeaderboardConfigurationAdminV3BadRequest with default headers values
func (*DeleteBulkLeaderboardConfigurationAdminV3BadRequest) Error ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3BadRequest) Error() string
func (*DeleteBulkLeaderboardConfigurationAdminV3BadRequest) GetPayload ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteBulkLeaderboardConfigurationAdminV3BadRequest) ToJSONString ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3BadRequest) ToJSONString() string
type DeleteBulkLeaderboardConfigurationAdminV3Forbidden ¶
type DeleteBulkLeaderboardConfigurationAdminV3Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
DeleteBulkLeaderboardConfigurationAdminV3Forbidden handles this case with default header values.
Forbidden
func NewDeleteBulkLeaderboardConfigurationAdminV3Forbidden ¶
func NewDeleteBulkLeaderboardConfigurationAdminV3Forbidden() *DeleteBulkLeaderboardConfigurationAdminV3Forbidden
NewDeleteBulkLeaderboardConfigurationAdminV3Forbidden creates a DeleteBulkLeaderboardConfigurationAdminV3Forbidden with default headers values
func (*DeleteBulkLeaderboardConfigurationAdminV3Forbidden) Error ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Forbidden) Error() string
func (*DeleteBulkLeaderboardConfigurationAdminV3Forbidden) GetPayload ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteBulkLeaderboardConfigurationAdminV3Forbidden) ToJSONString ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Forbidden) ToJSONString() string
type DeleteBulkLeaderboardConfigurationAdminV3InternalServerError ¶
type DeleteBulkLeaderboardConfigurationAdminV3InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
DeleteBulkLeaderboardConfigurationAdminV3InternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteBulkLeaderboardConfigurationAdminV3InternalServerError ¶
func NewDeleteBulkLeaderboardConfigurationAdminV3InternalServerError() *DeleteBulkLeaderboardConfigurationAdminV3InternalServerError
NewDeleteBulkLeaderboardConfigurationAdminV3InternalServerError creates a DeleteBulkLeaderboardConfigurationAdminV3InternalServerError with default headers values
func (*DeleteBulkLeaderboardConfigurationAdminV3InternalServerError) Error ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3InternalServerError) Error() string
func (*DeleteBulkLeaderboardConfigurationAdminV3InternalServerError) GetPayload ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteBulkLeaderboardConfigurationAdminV3InternalServerError) ToJSONString ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3InternalServerError) ToJSONString() string
type DeleteBulkLeaderboardConfigurationAdminV3OK ¶
type DeleteBulkLeaderboardConfigurationAdminV3OK struct {
Payload *leaderboardclientmodels.ModelsDeleteBulkLeaderboardsResp
}
DeleteBulkLeaderboardConfigurationAdminV3OK handles this case with default header values.
OK
func NewDeleteBulkLeaderboardConfigurationAdminV3OK ¶
func NewDeleteBulkLeaderboardConfigurationAdminV3OK() *DeleteBulkLeaderboardConfigurationAdminV3OK
NewDeleteBulkLeaderboardConfigurationAdminV3OK creates a DeleteBulkLeaderboardConfigurationAdminV3OK with default headers values
func (*DeleteBulkLeaderboardConfigurationAdminV3OK) Error ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3OK) Error() string
func (*DeleteBulkLeaderboardConfigurationAdminV3OK) GetPayload ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3OK) GetPayload() *leaderboardclientmodels.ModelsDeleteBulkLeaderboardsResp
func (*DeleteBulkLeaderboardConfigurationAdminV3OK) ToJSONString ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3OK) ToJSONString() string
type DeleteBulkLeaderboardConfigurationAdminV3Params ¶
type DeleteBulkLeaderboardConfigurationAdminV3Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *leaderboardclientmodels.ModelsDeleteBulkLeaderboardsReq /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteBulkLeaderboardConfigurationAdminV3Params contains all the parameters to send to the API endpoint for the delete bulk leaderboard configuration admin v3 operation typically these are written to a http.Request
func NewDeleteBulkLeaderboardConfigurationAdminV3Params ¶
func NewDeleteBulkLeaderboardConfigurationAdminV3Params() *DeleteBulkLeaderboardConfigurationAdminV3Params
NewDeleteBulkLeaderboardConfigurationAdminV3Params creates a new DeleteBulkLeaderboardConfigurationAdminV3Params object with the default values initialized.
func NewDeleteBulkLeaderboardConfigurationAdminV3ParamsWithContext ¶
func NewDeleteBulkLeaderboardConfigurationAdminV3ParamsWithContext(ctx context.Context) *DeleteBulkLeaderboardConfigurationAdminV3Params
NewDeleteBulkLeaderboardConfigurationAdminV3ParamsWithContext creates a new DeleteBulkLeaderboardConfigurationAdminV3Params object with the default values initialized, and the ability to set a context for a request
func NewDeleteBulkLeaderboardConfigurationAdminV3ParamsWithHTTPClient ¶
func NewDeleteBulkLeaderboardConfigurationAdminV3ParamsWithHTTPClient(client *http.Client) *DeleteBulkLeaderboardConfigurationAdminV3Params
NewDeleteBulkLeaderboardConfigurationAdminV3ParamsWithHTTPClient creates a new DeleteBulkLeaderboardConfigurationAdminV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteBulkLeaderboardConfigurationAdminV3ParamsWithTimeout ¶
func NewDeleteBulkLeaderboardConfigurationAdminV3ParamsWithTimeout(timeout time.Duration) *DeleteBulkLeaderboardConfigurationAdminV3Params
NewDeleteBulkLeaderboardConfigurationAdminV3ParamsWithTimeout creates a new DeleteBulkLeaderboardConfigurationAdminV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteBulkLeaderboardConfigurationAdminV3Params) SetAuthInfoWriter ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete bulk leaderboard configuration admin v3 params
func (*DeleteBulkLeaderboardConfigurationAdminV3Params) SetBody ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) SetBody(body *leaderboardclientmodels.ModelsDeleteBulkLeaderboardsReq)
SetBody adds the body to the delete bulk leaderboard configuration admin v3 params
func (*DeleteBulkLeaderboardConfigurationAdminV3Params) SetContext ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) SetContext(ctx context.Context)
SetContext adds the context to the delete bulk leaderboard configuration admin v3 params
func (*DeleteBulkLeaderboardConfigurationAdminV3Params) SetHTTPClient ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete bulk leaderboard configuration admin v3 params
func (*DeleteBulkLeaderboardConfigurationAdminV3Params) SetHTTPClientTransport ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete bulk leaderboard configuration admin v3 params
func (*DeleteBulkLeaderboardConfigurationAdminV3Params) SetNamespace ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete bulk leaderboard configuration admin v3 params
func (*DeleteBulkLeaderboardConfigurationAdminV3Params) SetTimeout ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete bulk leaderboard configuration admin v3 params
func (*DeleteBulkLeaderboardConfigurationAdminV3Params) WithBody ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) WithBody(body *leaderboardclientmodels.ModelsDeleteBulkLeaderboardsReq) *DeleteBulkLeaderboardConfigurationAdminV3Params
WithBody adds the body to the delete bulk leaderboard configuration admin v3 params
func (*DeleteBulkLeaderboardConfigurationAdminV3Params) WithContext ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) WithContext(ctx context.Context) *DeleteBulkLeaderboardConfigurationAdminV3Params
WithContext adds the context to the delete bulk leaderboard configuration admin v3 params
func (*DeleteBulkLeaderboardConfigurationAdminV3Params) WithHTTPClient ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) WithHTTPClient(client *http.Client) *DeleteBulkLeaderboardConfigurationAdminV3Params
WithHTTPClient adds the HTTPClient to the delete bulk leaderboard configuration admin v3 params
func (*DeleteBulkLeaderboardConfigurationAdminV3Params) WithNamespace ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) WithNamespace(namespace string) *DeleteBulkLeaderboardConfigurationAdminV3Params
WithNamespace adds the namespace to the delete bulk leaderboard configuration admin v3 params
func (*DeleteBulkLeaderboardConfigurationAdminV3Params) WithTimeout ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) WithTimeout(timeout time.Duration) *DeleteBulkLeaderboardConfigurationAdminV3Params
WithTimeout adds the timeout to the delete bulk leaderboard configuration admin v3 params
func (*DeleteBulkLeaderboardConfigurationAdminV3Params) WriteToRequest ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteBulkLeaderboardConfigurationAdminV3Reader ¶
type DeleteBulkLeaderboardConfigurationAdminV3Reader struct {
// contains filtered or unexported fields
}
DeleteBulkLeaderboardConfigurationAdminV3Reader is a Reader for the DeleteBulkLeaderboardConfigurationAdminV3 structure.
func (*DeleteBulkLeaderboardConfigurationAdminV3Reader) ReadResponse ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteBulkLeaderboardConfigurationAdminV3Unauthorized ¶
type DeleteBulkLeaderboardConfigurationAdminV3Unauthorized struct {
}DeleteBulkLeaderboardConfigurationAdminV3Unauthorized handles this case with default header values.
Unauthorized
func NewDeleteBulkLeaderboardConfigurationAdminV3Unauthorized ¶
func NewDeleteBulkLeaderboardConfigurationAdminV3Unauthorized() *DeleteBulkLeaderboardConfigurationAdminV3Unauthorized
NewDeleteBulkLeaderboardConfigurationAdminV3Unauthorized creates a DeleteBulkLeaderboardConfigurationAdminV3Unauthorized with default headers values
func (*DeleteBulkLeaderboardConfigurationAdminV3Unauthorized) Error ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Unauthorized) Error() string
func (*DeleteBulkLeaderboardConfigurationAdminV3Unauthorized) GetPayload ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteBulkLeaderboardConfigurationAdminV3Unauthorized) ToJSONString ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV3Unauthorized) ToJSONString() string
type DeleteLeaderboardConfigurationAdminV3BadRequest ¶
type DeleteLeaderboardConfigurationAdminV3BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
DeleteLeaderboardConfigurationAdminV3BadRequest handles this case with default header values.
Bad Request
func NewDeleteLeaderboardConfigurationAdminV3BadRequest ¶
func NewDeleteLeaderboardConfigurationAdminV3BadRequest() *DeleteLeaderboardConfigurationAdminV3BadRequest
NewDeleteLeaderboardConfigurationAdminV3BadRequest creates a DeleteLeaderboardConfigurationAdminV3BadRequest with default headers values
func (*DeleteLeaderboardConfigurationAdminV3BadRequest) Error ¶
func (o *DeleteLeaderboardConfigurationAdminV3BadRequest) Error() string
func (*DeleteLeaderboardConfigurationAdminV3BadRequest) GetPayload ¶
func (o *DeleteLeaderboardConfigurationAdminV3BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteLeaderboardConfigurationAdminV3BadRequest) ToJSONString ¶
func (o *DeleteLeaderboardConfigurationAdminV3BadRequest) ToJSONString() string
type DeleteLeaderboardConfigurationAdminV3Forbidden ¶
type DeleteLeaderboardConfigurationAdminV3Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
DeleteLeaderboardConfigurationAdminV3Forbidden handles this case with default header values.
Forbidden
func NewDeleteLeaderboardConfigurationAdminV3Forbidden ¶
func NewDeleteLeaderboardConfigurationAdminV3Forbidden() *DeleteLeaderboardConfigurationAdminV3Forbidden
NewDeleteLeaderboardConfigurationAdminV3Forbidden creates a DeleteLeaderboardConfigurationAdminV3Forbidden with default headers values
func (*DeleteLeaderboardConfigurationAdminV3Forbidden) Error ¶
func (o *DeleteLeaderboardConfigurationAdminV3Forbidden) Error() string
func (*DeleteLeaderboardConfigurationAdminV3Forbidden) GetPayload ¶
func (o *DeleteLeaderboardConfigurationAdminV3Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteLeaderboardConfigurationAdminV3Forbidden) ToJSONString ¶
func (o *DeleteLeaderboardConfigurationAdminV3Forbidden) ToJSONString() string
type DeleteLeaderboardConfigurationAdminV3InternalServerError ¶
type DeleteLeaderboardConfigurationAdminV3InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
DeleteLeaderboardConfigurationAdminV3InternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteLeaderboardConfigurationAdminV3InternalServerError ¶
func NewDeleteLeaderboardConfigurationAdminV3InternalServerError() *DeleteLeaderboardConfigurationAdminV3InternalServerError
NewDeleteLeaderboardConfigurationAdminV3InternalServerError creates a DeleteLeaderboardConfigurationAdminV3InternalServerError with default headers values
func (*DeleteLeaderboardConfigurationAdminV3InternalServerError) Error ¶
func (o *DeleteLeaderboardConfigurationAdminV3InternalServerError) Error() string
func (*DeleteLeaderboardConfigurationAdminV3InternalServerError) GetPayload ¶
func (o *DeleteLeaderboardConfigurationAdminV3InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteLeaderboardConfigurationAdminV3InternalServerError) ToJSONString ¶
func (o *DeleteLeaderboardConfigurationAdminV3InternalServerError) ToJSONString() string
type DeleteLeaderboardConfigurationAdminV3NoContent ¶
type DeleteLeaderboardConfigurationAdminV3NoContent struct { }
DeleteLeaderboardConfigurationAdminV3NoContent handles this case with default header values.
No Content
func NewDeleteLeaderboardConfigurationAdminV3NoContent ¶
func NewDeleteLeaderboardConfigurationAdminV3NoContent() *DeleteLeaderboardConfigurationAdminV3NoContent
NewDeleteLeaderboardConfigurationAdminV3NoContent creates a DeleteLeaderboardConfigurationAdminV3NoContent with default headers values
func (*DeleteLeaderboardConfigurationAdminV3NoContent) Error ¶
func (o *DeleteLeaderboardConfigurationAdminV3NoContent) Error() string
type DeleteLeaderboardConfigurationAdminV3NotFound ¶
type DeleteLeaderboardConfigurationAdminV3NotFound struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
DeleteLeaderboardConfigurationAdminV3NotFound handles this case with default header values.
Not Found
func NewDeleteLeaderboardConfigurationAdminV3NotFound ¶
func NewDeleteLeaderboardConfigurationAdminV3NotFound() *DeleteLeaderboardConfigurationAdminV3NotFound
NewDeleteLeaderboardConfigurationAdminV3NotFound creates a DeleteLeaderboardConfigurationAdminV3NotFound with default headers values
func (*DeleteLeaderboardConfigurationAdminV3NotFound) Error ¶
func (o *DeleteLeaderboardConfigurationAdminV3NotFound) Error() string
func (*DeleteLeaderboardConfigurationAdminV3NotFound) GetPayload ¶
func (o *DeleteLeaderboardConfigurationAdminV3NotFound) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteLeaderboardConfigurationAdminV3NotFound) ToJSONString ¶
func (o *DeleteLeaderboardConfigurationAdminV3NotFound) ToJSONString() string
type DeleteLeaderboardConfigurationAdminV3Params ¶
type DeleteLeaderboardConfigurationAdminV3Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*LeaderboardCode human readable unique code to indentify leaderboard. Must be lowercase and maximum length is 48 */ LeaderboardCode string /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteLeaderboardConfigurationAdminV3Params contains all the parameters to send to the API endpoint for the delete leaderboard configuration admin v3 operation typically these are written to a http.Request
func NewDeleteLeaderboardConfigurationAdminV3Params ¶
func NewDeleteLeaderboardConfigurationAdminV3Params() *DeleteLeaderboardConfigurationAdminV3Params
NewDeleteLeaderboardConfigurationAdminV3Params creates a new DeleteLeaderboardConfigurationAdminV3Params object with the default values initialized.
func NewDeleteLeaderboardConfigurationAdminV3ParamsWithContext ¶
func NewDeleteLeaderboardConfigurationAdminV3ParamsWithContext(ctx context.Context) *DeleteLeaderboardConfigurationAdminV3Params
NewDeleteLeaderboardConfigurationAdminV3ParamsWithContext creates a new DeleteLeaderboardConfigurationAdminV3Params object with the default values initialized, and the ability to set a context for a request
func NewDeleteLeaderboardConfigurationAdminV3ParamsWithHTTPClient ¶
func NewDeleteLeaderboardConfigurationAdminV3ParamsWithHTTPClient(client *http.Client) *DeleteLeaderboardConfigurationAdminV3Params
NewDeleteLeaderboardConfigurationAdminV3ParamsWithHTTPClient creates a new DeleteLeaderboardConfigurationAdminV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteLeaderboardConfigurationAdminV3ParamsWithTimeout ¶
func NewDeleteLeaderboardConfigurationAdminV3ParamsWithTimeout(timeout time.Duration) *DeleteLeaderboardConfigurationAdminV3Params
NewDeleteLeaderboardConfigurationAdminV3ParamsWithTimeout creates a new DeleteLeaderboardConfigurationAdminV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteLeaderboardConfigurationAdminV3Params) SetAuthInfoWriter ¶
func (o *DeleteLeaderboardConfigurationAdminV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete leaderboard configuration admin v3 params
func (*DeleteLeaderboardConfigurationAdminV3Params) SetContext ¶
func (o *DeleteLeaderboardConfigurationAdminV3Params) SetContext(ctx context.Context)
SetContext adds the context to the delete leaderboard configuration admin v3 params
func (*DeleteLeaderboardConfigurationAdminV3Params) SetHTTPClient ¶
func (o *DeleteLeaderboardConfigurationAdminV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete leaderboard configuration admin v3 params
func (*DeleteLeaderboardConfigurationAdminV3Params) SetHTTPClientTransport ¶
func (o *DeleteLeaderboardConfigurationAdminV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete leaderboard configuration admin v3 params
func (*DeleteLeaderboardConfigurationAdminV3Params) SetLeaderboardCode ¶
func (o *DeleteLeaderboardConfigurationAdminV3Params) SetLeaderboardCode(leaderboardCode string)
SetLeaderboardCode adds the leaderboardCode to the delete leaderboard configuration admin v3 params
func (*DeleteLeaderboardConfigurationAdminV3Params) SetNamespace ¶
func (o *DeleteLeaderboardConfigurationAdminV3Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete leaderboard configuration admin v3 params
func (*DeleteLeaderboardConfigurationAdminV3Params) SetTimeout ¶
func (o *DeleteLeaderboardConfigurationAdminV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete leaderboard configuration admin v3 params
func (*DeleteLeaderboardConfigurationAdminV3Params) WithContext ¶
func (o *DeleteLeaderboardConfigurationAdminV3Params) WithContext(ctx context.Context) *DeleteLeaderboardConfigurationAdminV3Params
WithContext adds the context to the delete leaderboard configuration admin v3 params
func (*DeleteLeaderboardConfigurationAdminV3Params) WithHTTPClient ¶
func (o *DeleteLeaderboardConfigurationAdminV3Params) WithHTTPClient(client *http.Client) *DeleteLeaderboardConfigurationAdminV3Params
WithHTTPClient adds the HTTPClient to the delete leaderboard configuration admin v3 params
func (*DeleteLeaderboardConfigurationAdminV3Params) WithLeaderboardCode ¶
func (o *DeleteLeaderboardConfigurationAdminV3Params) WithLeaderboardCode(leaderboardCode string) *DeleteLeaderboardConfigurationAdminV3Params
WithLeaderboardCode adds the leaderboardCode to the delete leaderboard configuration admin v3 params
func (*DeleteLeaderboardConfigurationAdminV3Params) WithNamespace ¶
func (o *DeleteLeaderboardConfigurationAdminV3Params) WithNamespace(namespace string) *DeleteLeaderboardConfigurationAdminV3Params
WithNamespace adds the namespace to the delete leaderboard configuration admin v3 params
func (*DeleteLeaderboardConfigurationAdminV3Params) WithTimeout ¶
func (o *DeleteLeaderboardConfigurationAdminV3Params) WithTimeout(timeout time.Duration) *DeleteLeaderboardConfigurationAdminV3Params
WithTimeout adds the timeout to the delete leaderboard configuration admin v3 params
func (*DeleteLeaderboardConfigurationAdminV3Params) WriteToRequest ¶
func (o *DeleteLeaderboardConfigurationAdminV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteLeaderboardConfigurationAdminV3Reader ¶
type DeleteLeaderboardConfigurationAdminV3Reader struct {
// contains filtered or unexported fields
}
DeleteLeaderboardConfigurationAdminV3Reader is a Reader for the DeleteLeaderboardConfigurationAdminV3 structure.
func (*DeleteLeaderboardConfigurationAdminV3Reader) ReadResponse ¶
func (o *DeleteLeaderboardConfigurationAdminV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteLeaderboardConfigurationAdminV3Unauthorized ¶
type DeleteLeaderboardConfigurationAdminV3Unauthorized struct {
}DeleteLeaderboardConfigurationAdminV3Unauthorized handles this case with default header values.
Unauthorized
func NewDeleteLeaderboardConfigurationAdminV3Unauthorized ¶
func NewDeleteLeaderboardConfigurationAdminV3Unauthorized() *DeleteLeaderboardConfigurationAdminV3Unauthorized
NewDeleteLeaderboardConfigurationAdminV3Unauthorized creates a DeleteLeaderboardConfigurationAdminV3Unauthorized with default headers values
func (*DeleteLeaderboardConfigurationAdminV3Unauthorized) Error ¶
func (o *DeleteLeaderboardConfigurationAdminV3Unauthorized) Error() string
func (*DeleteLeaderboardConfigurationAdminV3Unauthorized) GetPayload ¶
func (o *DeleteLeaderboardConfigurationAdminV3Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteLeaderboardConfigurationAdminV3Unauthorized) ToJSONString ¶
func (o *DeleteLeaderboardConfigurationAdminV3Unauthorized) ToJSONString() string
type GetLeaderboardConfigurationAdminV3BadRequest ¶
type GetLeaderboardConfigurationAdminV3BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationAdminV3BadRequest handles this case with default header values.
Bad Request
func NewGetLeaderboardConfigurationAdminV3BadRequest ¶
func NewGetLeaderboardConfigurationAdminV3BadRequest() *GetLeaderboardConfigurationAdminV3BadRequest
NewGetLeaderboardConfigurationAdminV3BadRequest creates a GetLeaderboardConfigurationAdminV3BadRequest with default headers values
func (*GetLeaderboardConfigurationAdminV3BadRequest) Error ¶
func (o *GetLeaderboardConfigurationAdminV3BadRequest) Error() string
func (*GetLeaderboardConfigurationAdminV3BadRequest) GetPayload ¶
func (o *GetLeaderboardConfigurationAdminV3BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationAdminV3BadRequest) ToJSONString ¶
func (o *GetLeaderboardConfigurationAdminV3BadRequest) ToJSONString() string
type GetLeaderboardConfigurationAdminV3Forbidden ¶
type GetLeaderboardConfigurationAdminV3Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationAdminV3Forbidden handles this case with default header values.
Forbidden
func NewGetLeaderboardConfigurationAdminV3Forbidden ¶
func NewGetLeaderboardConfigurationAdminV3Forbidden() *GetLeaderboardConfigurationAdminV3Forbidden
NewGetLeaderboardConfigurationAdminV3Forbidden creates a GetLeaderboardConfigurationAdminV3Forbidden with default headers values
func (*GetLeaderboardConfigurationAdminV3Forbidden) Error ¶
func (o *GetLeaderboardConfigurationAdminV3Forbidden) Error() string
func (*GetLeaderboardConfigurationAdminV3Forbidden) GetPayload ¶
func (o *GetLeaderboardConfigurationAdminV3Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationAdminV3Forbidden) ToJSONString ¶
func (o *GetLeaderboardConfigurationAdminV3Forbidden) ToJSONString() string
type GetLeaderboardConfigurationAdminV3InternalServerError ¶
type GetLeaderboardConfigurationAdminV3InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationAdminV3InternalServerError handles this case with default header values.
Internal Server Error
func NewGetLeaderboardConfigurationAdminV3InternalServerError ¶
func NewGetLeaderboardConfigurationAdminV3InternalServerError() *GetLeaderboardConfigurationAdminV3InternalServerError
NewGetLeaderboardConfigurationAdminV3InternalServerError creates a GetLeaderboardConfigurationAdminV3InternalServerError with default headers values
func (*GetLeaderboardConfigurationAdminV3InternalServerError) Error ¶
func (o *GetLeaderboardConfigurationAdminV3InternalServerError) Error() string
func (*GetLeaderboardConfigurationAdminV3InternalServerError) GetPayload ¶
func (o *GetLeaderboardConfigurationAdminV3InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationAdminV3InternalServerError) ToJSONString ¶
func (o *GetLeaderboardConfigurationAdminV3InternalServerError) ToJSONString() string
type GetLeaderboardConfigurationAdminV3NotFound ¶
type GetLeaderboardConfigurationAdminV3NotFound struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationAdminV3NotFound handles this case with default header values.
Not Found
func NewGetLeaderboardConfigurationAdminV3NotFound ¶
func NewGetLeaderboardConfigurationAdminV3NotFound() *GetLeaderboardConfigurationAdminV3NotFound
NewGetLeaderboardConfigurationAdminV3NotFound creates a GetLeaderboardConfigurationAdminV3NotFound with default headers values
func (*GetLeaderboardConfigurationAdminV3NotFound) Error ¶
func (o *GetLeaderboardConfigurationAdminV3NotFound) Error() string
func (*GetLeaderboardConfigurationAdminV3NotFound) GetPayload ¶
func (o *GetLeaderboardConfigurationAdminV3NotFound) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationAdminV3NotFound) ToJSONString ¶
func (o *GetLeaderboardConfigurationAdminV3NotFound) ToJSONString() string
type GetLeaderboardConfigurationAdminV3OK ¶
type GetLeaderboardConfigurationAdminV3OK struct {
Payload *leaderboardclientmodels.ModelsGetLeaderboardConfigRespV3
}
GetLeaderboardConfigurationAdminV3OK handles this case with default header values.
OK
func NewGetLeaderboardConfigurationAdminV3OK ¶
func NewGetLeaderboardConfigurationAdminV3OK() *GetLeaderboardConfigurationAdminV3OK
NewGetLeaderboardConfigurationAdminV3OK creates a GetLeaderboardConfigurationAdminV3OK with default headers values
func (*GetLeaderboardConfigurationAdminV3OK) Error ¶
func (o *GetLeaderboardConfigurationAdminV3OK) Error() string
func (*GetLeaderboardConfigurationAdminV3OK) GetPayload ¶
func (o *GetLeaderboardConfigurationAdminV3OK) GetPayload() *leaderboardclientmodels.ModelsGetLeaderboardConfigRespV3
func (*GetLeaderboardConfigurationAdminV3OK) ToJSONString ¶
func (o *GetLeaderboardConfigurationAdminV3OK) ToJSONString() string
type GetLeaderboardConfigurationAdminV3Params ¶
type GetLeaderboardConfigurationAdminV3Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*LeaderboardCode human readable unique code to indentify leaderboard. Must be lowercase and maximum length is 48 */ LeaderboardCode string /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLeaderboardConfigurationAdminV3Params contains all the parameters to send to the API endpoint for the get leaderboard configuration admin v3 operation typically these are written to a http.Request
func NewGetLeaderboardConfigurationAdminV3Params ¶
func NewGetLeaderboardConfigurationAdminV3Params() *GetLeaderboardConfigurationAdminV3Params
NewGetLeaderboardConfigurationAdminV3Params creates a new GetLeaderboardConfigurationAdminV3Params object with the default values initialized.
func NewGetLeaderboardConfigurationAdminV3ParamsWithContext ¶
func NewGetLeaderboardConfigurationAdminV3ParamsWithContext(ctx context.Context) *GetLeaderboardConfigurationAdminV3Params
NewGetLeaderboardConfigurationAdminV3ParamsWithContext creates a new GetLeaderboardConfigurationAdminV3Params object with the default values initialized, and the ability to set a context for a request
func NewGetLeaderboardConfigurationAdminV3ParamsWithHTTPClient ¶
func NewGetLeaderboardConfigurationAdminV3ParamsWithHTTPClient(client *http.Client) *GetLeaderboardConfigurationAdminV3Params
NewGetLeaderboardConfigurationAdminV3ParamsWithHTTPClient creates a new GetLeaderboardConfigurationAdminV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetLeaderboardConfigurationAdminV3ParamsWithTimeout ¶
func NewGetLeaderboardConfigurationAdminV3ParamsWithTimeout(timeout time.Duration) *GetLeaderboardConfigurationAdminV3Params
NewGetLeaderboardConfigurationAdminV3ParamsWithTimeout creates a new GetLeaderboardConfigurationAdminV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetLeaderboardConfigurationAdminV3Params) SetAuthInfoWriter ¶
func (o *GetLeaderboardConfigurationAdminV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get leaderboard configuration admin v3 params
func (*GetLeaderboardConfigurationAdminV3Params) SetContext ¶
func (o *GetLeaderboardConfigurationAdminV3Params) SetContext(ctx context.Context)
SetContext adds the context to the get leaderboard configuration admin v3 params
func (*GetLeaderboardConfigurationAdminV3Params) SetHTTPClient ¶
func (o *GetLeaderboardConfigurationAdminV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get leaderboard configuration admin v3 params
func (*GetLeaderboardConfigurationAdminV3Params) SetHTTPClientTransport ¶
func (o *GetLeaderboardConfigurationAdminV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get leaderboard configuration admin v3 params
func (*GetLeaderboardConfigurationAdminV3Params) SetLeaderboardCode ¶
func (o *GetLeaderboardConfigurationAdminV3Params) SetLeaderboardCode(leaderboardCode string)
SetLeaderboardCode adds the leaderboardCode to the get leaderboard configuration admin v3 params
func (*GetLeaderboardConfigurationAdminV3Params) SetNamespace ¶
func (o *GetLeaderboardConfigurationAdminV3Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the get leaderboard configuration admin v3 params
func (*GetLeaderboardConfigurationAdminV3Params) SetTimeout ¶
func (o *GetLeaderboardConfigurationAdminV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get leaderboard configuration admin v3 params
func (*GetLeaderboardConfigurationAdminV3Params) WithContext ¶
func (o *GetLeaderboardConfigurationAdminV3Params) WithContext(ctx context.Context) *GetLeaderboardConfigurationAdminV3Params
WithContext adds the context to the get leaderboard configuration admin v3 params
func (*GetLeaderboardConfigurationAdminV3Params) WithHTTPClient ¶
func (o *GetLeaderboardConfigurationAdminV3Params) WithHTTPClient(client *http.Client) *GetLeaderboardConfigurationAdminV3Params
WithHTTPClient adds the HTTPClient to the get leaderboard configuration admin v3 params
func (*GetLeaderboardConfigurationAdminV3Params) WithLeaderboardCode ¶
func (o *GetLeaderboardConfigurationAdminV3Params) WithLeaderboardCode(leaderboardCode string) *GetLeaderboardConfigurationAdminV3Params
WithLeaderboardCode adds the leaderboardCode to the get leaderboard configuration admin v3 params
func (*GetLeaderboardConfigurationAdminV3Params) WithNamespace ¶
func (o *GetLeaderboardConfigurationAdminV3Params) WithNamespace(namespace string) *GetLeaderboardConfigurationAdminV3Params
WithNamespace adds the namespace to the get leaderboard configuration admin v3 params
func (*GetLeaderboardConfigurationAdminV3Params) WithTimeout ¶
func (o *GetLeaderboardConfigurationAdminV3Params) WithTimeout(timeout time.Duration) *GetLeaderboardConfigurationAdminV3Params
WithTimeout adds the timeout to the get leaderboard configuration admin v3 params
func (*GetLeaderboardConfigurationAdminV3Params) WriteToRequest ¶
func (o *GetLeaderboardConfigurationAdminV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLeaderboardConfigurationAdminV3Reader ¶
type GetLeaderboardConfigurationAdminV3Reader struct {
// contains filtered or unexported fields
}
GetLeaderboardConfigurationAdminV3Reader is a Reader for the GetLeaderboardConfigurationAdminV3 structure.
func (*GetLeaderboardConfigurationAdminV3Reader) ReadResponse ¶
func (o *GetLeaderboardConfigurationAdminV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLeaderboardConfigurationAdminV3Unauthorized ¶
type GetLeaderboardConfigurationAdminV3Unauthorized struct {
}GetLeaderboardConfigurationAdminV3Unauthorized handles this case with default header values.
Unauthorized
func NewGetLeaderboardConfigurationAdminV3Unauthorized ¶
func NewGetLeaderboardConfigurationAdminV3Unauthorized() *GetLeaderboardConfigurationAdminV3Unauthorized
NewGetLeaderboardConfigurationAdminV3Unauthorized creates a GetLeaderboardConfigurationAdminV3Unauthorized with default headers values
func (*GetLeaderboardConfigurationAdminV3Unauthorized) Error ¶
func (o *GetLeaderboardConfigurationAdminV3Unauthorized) Error() string
func (*GetLeaderboardConfigurationAdminV3Unauthorized) GetPayload ¶
func (o *GetLeaderboardConfigurationAdminV3Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationAdminV3Unauthorized) ToJSONString ¶
func (o *GetLeaderboardConfigurationAdminV3Unauthorized) ToJSONString() string
type GetLeaderboardConfigurationPublicV3BadRequest ¶
type GetLeaderboardConfigurationPublicV3BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationPublicV3BadRequest handles this case with default header values.
Bad Request
func NewGetLeaderboardConfigurationPublicV3BadRequest ¶
func NewGetLeaderboardConfigurationPublicV3BadRequest() *GetLeaderboardConfigurationPublicV3BadRequest
NewGetLeaderboardConfigurationPublicV3BadRequest creates a GetLeaderboardConfigurationPublicV3BadRequest with default headers values
func (*GetLeaderboardConfigurationPublicV3BadRequest) Error ¶
func (o *GetLeaderboardConfigurationPublicV3BadRequest) Error() string
func (*GetLeaderboardConfigurationPublicV3BadRequest) GetPayload ¶
func (o *GetLeaderboardConfigurationPublicV3BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationPublicV3BadRequest) ToJSONString ¶
func (o *GetLeaderboardConfigurationPublicV3BadRequest) ToJSONString() string
type GetLeaderboardConfigurationPublicV3Forbidden ¶
type GetLeaderboardConfigurationPublicV3Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationPublicV3Forbidden handles this case with default header values.
Forbidden
func NewGetLeaderboardConfigurationPublicV3Forbidden ¶
func NewGetLeaderboardConfigurationPublicV3Forbidden() *GetLeaderboardConfigurationPublicV3Forbidden
NewGetLeaderboardConfigurationPublicV3Forbidden creates a GetLeaderboardConfigurationPublicV3Forbidden with default headers values
func (*GetLeaderboardConfigurationPublicV3Forbidden) Error ¶
func (o *GetLeaderboardConfigurationPublicV3Forbidden) Error() string
func (*GetLeaderboardConfigurationPublicV3Forbidden) GetPayload ¶
func (o *GetLeaderboardConfigurationPublicV3Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationPublicV3Forbidden) ToJSONString ¶
func (o *GetLeaderboardConfigurationPublicV3Forbidden) ToJSONString() string
type GetLeaderboardConfigurationPublicV3InternalServerError ¶
type GetLeaderboardConfigurationPublicV3InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationPublicV3InternalServerError handles this case with default header values.
Internal Server Error
func NewGetLeaderboardConfigurationPublicV3InternalServerError ¶
func NewGetLeaderboardConfigurationPublicV3InternalServerError() *GetLeaderboardConfigurationPublicV3InternalServerError
NewGetLeaderboardConfigurationPublicV3InternalServerError creates a GetLeaderboardConfigurationPublicV3InternalServerError with default headers values
func (*GetLeaderboardConfigurationPublicV3InternalServerError) Error ¶
func (o *GetLeaderboardConfigurationPublicV3InternalServerError) Error() string
func (*GetLeaderboardConfigurationPublicV3InternalServerError) GetPayload ¶
func (o *GetLeaderboardConfigurationPublicV3InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationPublicV3InternalServerError) ToJSONString ¶
func (o *GetLeaderboardConfigurationPublicV3InternalServerError) ToJSONString() string
type GetLeaderboardConfigurationPublicV3NotFound ¶
type GetLeaderboardConfigurationPublicV3NotFound struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationPublicV3NotFound handles this case with default header values.
Not Found
func NewGetLeaderboardConfigurationPublicV3NotFound ¶
func NewGetLeaderboardConfigurationPublicV3NotFound() *GetLeaderboardConfigurationPublicV3NotFound
NewGetLeaderboardConfigurationPublicV3NotFound creates a GetLeaderboardConfigurationPublicV3NotFound with default headers values
func (*GetLeaderboardConfigurationPublicV3NotFound) Error ¶
func (o *GetLeaderboardConfigurationPublicV3NotFound) Error() string
func (*GetLeaderboardConfigurationPublicV3NotFound) GetPayload ¶
func (o *GetLeaderboardConfigurationPublicV3NotFound) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationPublicV3NotFound) ToJSONString ¶
func (o *GetLeaderboardConfigurationPublicV3NotFound) ToJSONString() string
type GetLeaderboardConfigurationPublicV3OK ¶
type GetLeaderboardConfigurationPublicV3OK struct {
Payload *leaderboardclientmodels.ModelsGetLeaderboardConfigPublicRespV3
}
GetLeaderboardConfigurationPublicV3OK handles this case with default header values.
OK
func NewGetLeaderboardConfigurationPublicV3OK ¶
func NewGetLeaderboardConfigurationPublicV3OK() *GetLeaderboardConfigurationPublicV3OK
NewGetLeaderboardConfigurationPublicV3OK creates a GetLeaderboardConfigurationPublicV3OK with default headers values
func (*GetLeaderboardConfigurationPublicV3OK) Error ¶
func (o *GetLeaderboardConfigurationPublicV3OK) Error() string
func (*GetLeaderboardConfigurationPublicV3OK) GetPayload ¶
func (o *GetLeaderboardConfigurationPublicV3OK) GetPayload() *leaderboardclientmodels.ModelsGetLeaderboardConfigPublicRespV3
func (*GetLeaderboardConfigurationPublicV3OK) ToJSONString ¶
func (o *GetLeaderboardConfigurationPublicV3OK) ToJSONString() string
type GetLeaderboardConfigurationPublicV3Params ¶
type GetLeaderboardConfigurationPublicV3Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*LeaderboardCode human readable unique code to indentify leaderboard. Must be lowercase and maximum length is 48 */ LeaderboardCode string /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLeaderboardConfigurationPublicV3Params contains all the parameters to send to the API endpoint for the get leaderboard configuration public v3 operation typically these are written to a http.Request
func NewGetLeaderboardConfigurationPublicV3Params ¶
func NewGetLeaderboardConfigurationPublicV3Params() *GetLeaderboardConfigurationPublicV3Params
NewGetLeaderboardConfigurationPublicV3Params creates a new GetLeaderboardConfigurationPublicV3Params object with the default values initialized.
func NewGetLeaderboardConfigurationPublicV3ParamsWithContext ¶
func NewGetLeaderboardConfigurationPublicV3ParamsWithContext(ctx context.Context) *GetLeaderboardConfigurationPublicV3Params
NewGetLeaderboardConfigurationPublicV3ParamsWithContext creates a new GetLeaderboardConfigurationPublicV3Params object with the default values initialized, and the ability to set a context for a request
func NewGetLeaderboardConfigurationPublicV3ParamsWithHTTPClient ¶
func NewGetLeaderboardConfigurationPublicV3ParamsWithHTTPClient(client *http.Client) *GetLeaderboardConfigurationPublicV3Params
NewGetLeaderboardConfigurationPublicV3ParamsWithHTTPClient creates a new GetLeaderboardConfigurationPublicV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetLeaderboardConfigurationPublicV3ParamsWithTimeout ¶
func NewGetLeaderboardConfigurationPublicV3ParamsWithTimeout(timeout time.Duration) *GetLeaderboardConfigurationPublicV3Params
NewGetLeaderboardConfigurationPublicV3ParamsWithTimeout creates a new GetLeaderboardConfigurationPublicV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetLeaderboardConfigurationPublicV3Params) SetAuthInfoWriter ¶
func (o *GetLeaderboardConfigurationPublicV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get leaderboard configuration public v3 params
func (*GetLeaderboardConfigurationPublicV3Params) SetContext ¶
func (o *GetLeaderboardConfigurationPublicV3Params) SetContext(ctx context.Context)
SetContext adds the context to the get leaderboard configuration public v3 params
func (*GetLeaderboardConfigurationPublicV3Params) SetHTTPClient ¶
func (o *GetLeaderboardConfigurationPublicV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get leaderboard configuration public v3 params
func (*GetLeaderboardConfigurationPublicV3Params) SetHTTPClientTransport ¶
func (o *GetLeaderboardConfigurationPublicV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get leaderboard configuration public v3 params
func (*GetLeaderboardConfigurationPublicV3Params) SetLeaderboardCode ¶
func (o *GetLeaderboardConfigurationPublicV3Params) SetLeaderboardCode(leaderboardCode string)
SetLeaderboardCode adds the leaderboardCode to the get leaderboard configuration public v3 params
func (*GetLeaderboardConfigurationPublicV3Params) SetNamespace ¶
func (o *GetLeaderboardConfigurationPublicV3Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the get leaderboard configuration public v3 params
func (*GetLeaderboardConfigurationPublicV3Params) SetTimeout ¶
func (o *GetLeaderboardConfigurationPublicV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get leaderboard configuration public v3 params
func (*GetLeaderboardConfigurationPublicV3Params) WithContext ¶
func (o *GetLeaderboardConfigurationPublicV3Params) WithContext(ctx context.Context) *GetLeaderboardConfigurationPublicV3Params
WithContext adds the context to the get leaderboard configuration public v3 params
func (*GetLeaderboardConfigurationPublicV3Params) WithHTTPClient ¶
func (o *GetLeaderboardConfigurationPublicV3Params) WithHTTPClient(client *http.Client) *GetLeaderboardConfigurationPublicV3Params
WithHTTPClient adds the HTTPClient to the get leaderboard configuration public v3 params
func (*GetLeaderboardConfigurationPublicV3Params) WithLeaderboardCode ¶
func (o *GetLeaderboardConfigurationPublicV3Params) WithLeaderboardCode(leaderboardCode string) *GetLeaderboardConfigurationPublicV3Params
WithLeaderboardCode adds the leaderboardCode to the get leaderboard configuration public v3 params
func (*GetLeaderboardConfigurationPublicV3Params) WithNamespace ¶
func (o *GetLeaderboardConfigurationPublicV3Params) WithNamespace(namespace string) *GetLeaderboardConfigurationPublicV3Params
WithNamespace adds the namespace to the get leaderboard configuration public v3 params
func (*GetLeaderboardConfigurationPublicV3Params) WithTimeout ¶
func (o *GetLeaderboardConfigurationPublicV3Params) WithTimeout(timeout time.Duration) *GetLeaderboardConfigurationPublicV3Params
WithTimeout adds the timeout to the get leaderboard configuration public v3 params
func (*GetLeaderboardConfigurationPublicV3Params) WriteToRequest ¶
func (o *GetLeaderboardConfigurationPublicV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLeaderboardConfigurationPublicV3Reader ¶
type GetLeaderboardConfigurationPublicV3Reader struct {
// contains filtered or unexported fields
}
GetLeaderboardConfigurationPublicV3Reader is a Reader for the GetLeaderboardConfigurationPublicV3 structure.
func (*GetLeaderboardConfigurationPublicV3Reader) ReadResponse ¶
func (o *GetLeaderboardConfigurationPublicV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLeaderboardConfigurationPublicV3Unauthorized ¶
type GetLeaderboardConfigurationPublicV3Unauthorized struct {
}GetLeaderboardConfigurationPublicV3Unauthorized handles this case with default header values.
Unauthorized
func NewGetLeaderboardConfigurationPublicV3Unauthorized ¶
func NewGetLeaderboardConfigurationPublicV3Unauthorized() *GetLeaderboardConfigurationPublicV3Unauthorized
NewGetLeaderboardConfigurationPublicV3Unauthorized creates a GetLeaderboardConfigurationPublicV3Unauthorized with default headers values
func (*GetLeaderboardConfigurationPublicV3Unauthorized) Error ¶
func (o *GetLeaderboardConfigurationPublicV3Unauthorized) Error() string
func (*GetLeaderboardConfigurationPublicV3Unauthorized) GetPayload ¶
func (o *GetLeaderboardConfigurationPublicV3Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationPublicV3Unauthorized) ToJSONString ¶
func (o *GetLeaderboardConfigurationPublicV3Unauthorized) ToJSONString() string
type GetLeaderboardConfigurationsAdminV3BadRequest ¶
type GetLeaderboardConfigurationsAdminV3BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationsAdminV3BadRequest handles this case with default header values.
Bad Request
func NewGetLeaderboardConfigurationsAdminV3BadRequest ¶
func NewGetLeaderboardConfigurationsAdminV3BadRequest() *GetLeaderboardConfigurationsAdminV3BadRequest
NewGetLeaderboardConfigurationsAdminV3BadRequest creates a GetLeaderboardConfigurationsAdminV3BadRequest with default headers values
func (*GetLeaderboardConfigurationsAdminV3BadRequest) Error ¶
func (o *GetLeaderboardConfigurationsAdminV3BadRequest) Error() string
func (*GetLeaderboardConfigurationsAdminV3BadRequest) GetPayload ¶
func (o *GetLeaderboardConfigurationsAdminV3BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsAdminV3BadRequest) ToJSONString ¶
func (o *GetLeaderboardConfigurationsAdminV3BadRequest) ToJSONString() string
type GetLeaderboardConfigurationsAdminV3Forbidden ¶
type GetLeaderboardConfigurationsAdminV3Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationsAdminV3Forbidden handles this case with default header values.
Forbidden
func NewGetLeaderboardConfigurationsAdminV3Forbidden ¶
func NewGetLeaderboardConfigurationsAdminV3Forbidden() *GetLeaderboardConfigurationsAdminV3Forbidden
NewGetLeaderboardConfigurationsAdminV3Forbidden creates a GetLeaderboardConfigurationsAdminV3Forbidden with default headers values
func (*GetLeaderboardConfigurationsAdminV3Forbidden) Error ¶
func (o *GetLeaderboardConfigurationsAdminV3Forbidden) Error() string
func (*GetLeaderboardConfigurationsAdminV3Forbidden) GetPayload ¶
func (o *GetLeaderboardConfigurationsAdminV3Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsAdminV3Forbidden) ToJSONString ¶
func (o *GetLeaderboardConfigurationsAdminV3Forbidden) ToJSONString() string
type GetLeaderboardConfigurationsAdminV3InternalServerError ¶
type GetLeaderboardConfigurationsAdminV3InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationsAdminV3InternalServerError handles this case with default header values.
Internal Server Error
func NewGetLeaderboardConfigurationsAdminV3InternalServerError ¶
func NewGetLeaderboardConfigurationsAdminV3InternalServerError() *GetLeaderboardConfigurationsAdminV3InternalServerError
NewGetLeaderboardConfigurationsAdminV3InternalServerError creates a GetLeaderboardConfigurationsAdminV3InternalServerError with default headers values
func (*GetLeaderboardConfigurationsAdminV3InternalServerError) Error ¶
func (o *GetLeaderboardConfigurationsAdminV3InternalServerError) Error() string
func (*GetLeaderboardConfigurationsAdminV3InternalServerError) GetPayload ¶
func (o *GetLeaderboardConfigurationsAdminV3InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsAdminV3InternalServerError) ToJSONString ¶
func (o *GetLeaderboardConfigurationsAdminV3InternalServerError) ToJSONString() string
type GetLeaderboardConfigurationsAdminV3OK ¶
type GetLeaderboardConfigurationsAdminV3OK struct {
Payload *leaderboardclientmodels.ModelsGetAllLeaderboardConfigsRespV3
}
GetLeaderboardConfigurationsAdminV3OK handles this case with default header values.
OK
func NewGetLeaderboardConfigurationsAdminV3OK ¶
func NewGetLeaderboardConfigurationsAdminV3OK() *GetLeaderboardConfigurationsAdminV3OK
NewGetLeaderboardConfigurationsAdminV3OK creates a GetLeaderboardConfigurationsAdminV3OK with default headers values
func (*GetLeaderboardConfigurationsAdminV3OK) Error ¶
func (o *GetLeaderboardConfigurationsAdminV3OK) Error() string
func (*GetLeaderboardConfigurationsAdminV3OK) GetPayload ¶
func (o *GetLeaderboardConfigurationsAdminV3OK) GetPayload() *leaderboardclientmodels.ModelsGetAllLeaderboardConfigsRespV3
func (*GetLeaderboardConfigurationsAdminV3OK) ToJSONString ¶
func (o *GetLeaderboardConfigurationsAdminV3OK) ToJSONString() string
type GetLeaderboardConfigurationsAdminV3Params ¶
type GetLeaderboardConfigurationsAdminV3Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*IsDeleted filter for deleted leaderboard config */ IsDeleted *bool /*Limit size of displayed data */ Limit *int64 /*Offset The start position that points to query data */ Offset *int64 AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLeaderboardConfigurationsAdminV3Params contains all the parameters to send to the API endpoint for the get leaderboard configurations admin v3 operation typically these are written to a http.Request
func NewGetLeaderboardConfigurationsAdminV3Params ¶
func NewGetLeaderboardConfigurationsAdminV3Params() *GetLeaderboardConfigurationsAdminV3Params
NewGetLeaderboardConfigurationsAdminV3Params creates a new GetLeaderboardConfigurationsAdminV3Params object with the default values initialized.
func NewGetLeaderboardConfigurationsAdminV3ParamsWithContext ¶
func NewGetLeaderboardConfigurationsAdminV3ParamsWithContext(ctx context.Context) *GetLeaderboardConfigurationsAdminV3Params
NewGetLeaderboardConfigurationsAdminV3ParamsWithContext creates a new GetLeaderboardConfigurationsAdminV3Params object with the default values initialized, and the ability to set a context for a request
func NewGetLeaderboardConfigurationsAdminV3ParamsWithHTTPClient ¶
func NewGetLeaderboardConfigurationsAdminV3ParamsWithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsAdminV3Params
NewGetLeaderboardConfigurationsAdminV3ParamsWithHTTPClient creates a new GetLeaderboardConfigurationsAdminV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetLeaderboardConfigurationsAdminV3ParamsWithTimeout ¶
func NewGetLeaderboardConfigurationsAdminV3ParamsWithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsAdminV3Params
NewGetLeaderboardConfigurationsAdminV3ParamsWithTimeout creates a new GetLeaderboardConfigurationsAdminV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetLeaderboardConfigurationsAdminV3Params) SetAuthInfoWriter ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get leaderboard configurations admin v3 params
func (*GetLeaderboardConfigurationsAdminV3Params) SetContext ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) SetContext(ctx context.Context)
SetContext adds the context to the get leaderboard configurations admin v3 params
func (*GetLeaderboardConfigurationsAdminV3Params) SetHTTPClient ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get leaderboard configurations admin v3 params
func (*GetLeaderboardConfigurationsAdminV3Params) SetHTTPClientTransport ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get leaderboard configurations admin v3 params
func (*GetLeaderboardConfigurationsAdminV3Params) SetIsDeleted ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) SetIsDeleted(isDeleted *bool)
SetIsDeleted adds the isDeleted to the get leaderboard configurations admin v3 params
func (*GetLeaderboardConfigurationsAdminV3Params) SetLimit ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) SetLimit(limit *int64)
SetLimit adds the limit to the get leaderboard configurations admin v3 params
func (*GetLeaderboardConfigurationsAdminV3Params) SetNamespace ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the get leaderboard configurations admin v3 params
func (*GetLeaderboardConfigurationsAdminV3Params) SetOffset ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) SetOffset(offset *int64)
SetOffset adds the offset to the get leaderboard configurations admin v3 params
func (*GetLeaderboardConfigurationsAdminV3Params) SetTimeout ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get leaderboard configurations admin v3 params
func (*GetLeaderboardConfigurationsAdminV3Params) WithContext ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) WithContext(ctx context.Context) *GetLeaderboardConfigurationsAdminV3Params
WithContext adds the context to the get leaderboard configurations admin v3 params
func (*GetLeaderboardConfigurationsAdminV3Params) WithHTTPClient ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) WithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsAdminV3Params
WithHTTPClient adds the HTTPClient to the get leaderboard configurations admin v3 params
func (*GetLeaderboardConfigurationsAdminV3Params) WithIsDeleted ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) WithIsDeleted(isDeleted *bool) *GetLeaderboardConfigurationsAdminV3Params
WithIsDeleted adds the isDeleted to the get leaderboard configurations admin v3 params
func (*GetLeaderboardConfigurationsAdminV3Params) WithLimit ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) WithLimit(limit *int64) *GetLeaderboardConfigurationsAdminV3Params
WithLimit adds the limit to the get leaderboard configurations admin v3 params
func (*GetLeaderboardConfigurationsAdminV3Params) WithNamespace ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) WithNamespace(namespace string) *GetLeaderboardConfigurationsAdminV3Params
WithNamespace adds the namespace to the get leaderboard configurations admin v3 params
func (*GetLeaderboardConfigurationsAdminV3Params) WithOffset ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) WithOffset(offset *int64) *GetLeaderboardConfigurationsAdminV3Params
WithOffset adds the offset to the get leaderboard configurations admin v3 params
func (*GetLeaderboardConfigurationsAdminV3Params) WithTimeout ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) WithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsAdminV3Params
WithTimeout adds the timeout to the get leaderboard configurations admin v3 params
func (*GetLeaderboardConfigurationsAdminV3Params) WriteToRequest ¶
func (o *GetLeaderboardConfigurationsAdminV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLeaderboardConfigurationsAdminV3Reader ¶
type GetLeaderboardConfigurationsAdminV3Reader struct {
// contains filtered or unexported fields
}
GetLeaderboardConfigurationsAdminV3Reader is a Reader for the GetLeaderboardConfigurationsAdminV3 structure.
func (*GetLeaderboardConfigurationsAdminV3Reader) ReadResponse ¶
func (o *GetLeaderboardConfigurationsAdminV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLeaderboardConfigurationsAdminV3Unauthorized ¶
type GetLeaderboardConfigurationsAdminV3Unauthorized struct {
}GetLeaderboardConfigurationsAdminV3Unauthorized handles this case with default header values.
Unauthorized
func NewGetLeaderboardConfigurationsAdminV3Unauthorized ¶
func NewGetLeaderboardConfigurationsAdminV3Unauthorized() *GetLeaderboardConfigurationsAdminV3Unauthorized
NewGetLeaderboardConfigurationsAdminV3Unauthorized creates a GetLeaderboardConfigurationsAdminV3Unauthorized with default headers values
func (*GetLeaderboardConfigurationsAdminV3Unauthorized) Error ¶
func (o *GetLeaderboardConfigurationsAdminV3Unauthorized) Error() string
func (*GetLeaderboardConfigurationsAdminV3Unauthorized) GetPayload ¶
func (o *GetLeaderboardConfigurationsAdminV3Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsAdminV3Unauthorized) ToJSONString ¶
func (o *GetLeaderboardConfigurationsAdminV3Unauthorized) ToJSONString() string
type GetLeaderboardConfigurationsPublicV3BadRequest ¶
type GetLeaderboardConfigurationsPublicV3BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationsPublicV3BadRequest handles this case with default header values.
Bad Request
func NewGetLeaderboardConfigurationsPublicV3BadRequest ¶
func NewGetLeaderboardConfigurationsPublicV3BadRequest() *GetLeaderboardConfigurationsPublicV3BadRequest
NewGetLeaderboardConfigurationsPublicV3BadRequest creates a GetLeaderboardConfigurationsPublicV3BadRequest with default headers values
func (*GetLeaderboardConfigurationsPublicV3BadRequest) Error ¶
func (o *GetLeaderboardConfigurationsPublicV3BadRequest) Error() string
func (*GetLeaderboardConfigurationsPublicV3BadRequest) GetPayload ¶
func (o *GetLeaderboardConfigurationsPublicV3BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsPublicV3BadRequest) ToJSONString ¶
func (o *GetLeaderboardConfigurationsPublicV3BadRequest) ToJSONString() string
type GetLeaderboardConfigurationsPublicV3Forbidden ¶
type GetLeaderboardConfigurationsPublicV3Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationsPublicV3Forbidden handles this case with default header values.
Forbidden
func NewGetLeaderboardConfigurationsPublicV3Forbidden ¶
func NewGetLeaderboardConfigurationsPublicV3Forbidden() *GetLeaderboardConfigurationsPublicV3Forbidden
NewGetLeaderboardConfigurationsPublicV3Forbidden creates a GetLeaderboardConfigurationsPublicV3Forbidden with default headers values
func (*GetLeaderboardConfigurationsPublicV3Forbidden) Error ¶
func (o *GetLeaderboardConfigurationsPublicV3Forbidden) Error() string
func (*GetLeaderboardConfigurationsPublicV3Forbidden) GetPayload ¶
func (o *GetLeaderboardConfigurationsPublicV3Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsPublicV3Forbidden) ToJSONString ¶
func (o *GetLeaderboardConfigurationsPublicV3Forbidden) ToJSONString() string
type GetLeaderboardConfigurationsPublicV3InternalServerError ¶
type GetLeaderboardConfigurationsPublicV3InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationsPublicV3InternalServerError handles this case with default header values.
Internal Server Error
func NewGetLeaderboardConfigurationsPublicV3InternalServerError ¶
func NewGetLeaderboardConfigurationsPublicV3InternalServerError() *GetLeaderboardConfigurationsPublicV3InternalServerError
NewGetLeaderboardConfigurationsPublicV3InternalServerError creates a GetLeaderboardConfigurationsPublicV3InternalServerError with default headers values
func (*GetLeaderboardConfigurationsPublicV3InternalServerError) Error ¶
func (o *GetLeaderboardConfigurationsPublicV3InternalServerError) Error() string
func (*GetLeaderboardConfigurationsPublicV3InternalServerError) GetPayload ¶
func (o *GetLeaderboardConfigurationsPublicV3InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsPublicV3InternalServerError) ToJSONString ¶
func (o *GetLeaderboardConfigurationsPublicV3InternalServerError) ToJSONString() string
type GetLeaderboardConfigurationsPublicV3OK ¶
type GetLeaderboardConfigurationsPublicV3OK struct {
Payload *leaderboardclientmodels.ModelsGetAllLeaderboardConfigsPublicRespV3
}
GetLeaderboardConfigurationsPublicV3OK handles this case with default header values.
OK
func NewGetLeaderboardConfigurationsPublicV3OK ¶
func NewGetLeaderboardConfigurationsPublicV3OK() *GetLeaderboardConfigurationsPublicV3OK
NewGetLeaderboardConfigurationsPublicV3OK creates a GetLeaderboardConfigurationsPublicV3OK with default headers values
func (*GetLeaderboardConfigurationsPublicV3OK) Error ¶
func (o *GetLeaderboardConfigurationsPublicV3OK) Error() string
func (*GetLeaderboardConfigurationsPublicV3OK) GetPayload ¶
func (o *GetLeaderboardConfigurationsPublicV3OK) GetPayload() *leaderboardclientmodels.ModelsGetAllLeaderboardConfigsPublicRespV3
func (*GetLeaderboardConfigurationsPublicV3OK) ToJSONString ¶
func (o *GetLeaderboardConfigurationsPublicV3OK) ToJSONString() string
type GetLeaderboardConfigurationsPublicV3Params ¶
type GetLeaderboardConfigurationsPublicV3Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*IsDeleted filter for deleted leaderboard config */ IsDeleted *bool /*Limit size of displayed data */ Limit *int64 /*Offset The start position that points to query data */ Offset *int64 AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLeaderboardConfigurationsPublicV3Params contains all the parameters to send to the API endpoint for the get leaderboard configurations public v3 operation typically these are written to a http.Request
func NewGetLeaderboardConfigurationsPublicV3Params ¶
func NewGetLeaderboardConfigurationsPublicV3Params() *GetLeaderboardConfigurationsPublicV3Params
NewGetLeaderboardConfigurationsPublicV3Params creates a new GetLeaderboardConfigurationsPublicV3Params object with the default values initialized.
func NewGetLeaderboardConfigurationsPublicV3ParamsWithContext ¶
func NewGetLeaderboardConfigurationsPublicV3ParamsWithContext(ctx context.Context) *GetLeaderboardConfigurationsPublicV3Params
NewGetLeaderboardConfigurationsPublicV3ParamsWithContext creates a new GetLeaderboardConfigurationsPublicV3Params object with the default values initialized, and the ability to set a context for a request
func NewGetLeaderboardConfigurationsPublicV3ParamsWithHTTPClient ¶
func NewGetLeaderboardConfigurationsPublicV3ParamsWithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsPublicV3Params
NewGetLeaderboardConfigurationsPublicV3ParamsWithHTTPClient creates a new GetLeaderboardConfigurationsPublicV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetLeaderboardConfigurationsPublicV3ParamsWithTimeout ¶
func NewGetLeaderboardConfigurationsPublicV3ParamsWithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsPublicV3Params
NewGetLeaderboardConfigurationsPublicV3ParamsWithTimeout creates a new GetLeaderboardConfigurationsPublicV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetLeaderboardConfigurationsPublicV3Params) SetAuthInfoWriter ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get leaderboard configurations public v3 params
func (*GetLeaderboardConfigurationsPublicV3Params) SetContext ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) SetContext(ctx context.Context)
SetContext adds the context to the get leaderboard configurations public v3 params
func (*GetLeaderboardConfigurationsPublicV3Params) SetHTTPClient ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get leaderboard configurations public v3 params
func (*GetLeaderboardConfigurationsPublicV3Params) SetHTTPClientTransport ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get leaderboard configurations public v3 params
func (*GetLeaderboardConfigurationsPublicV3Params) SetIsDeleted ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) SetIsDeleted(isDeleted *bool)
SetIsDeleted adds the isDeleted to the get leaderboard configurations public v3 params
func (*GetLeaderboardConfigurationsPublicV3Params) SetLimit ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) SetLimit(limit *int64)
SetLimit adds the limit to the get leaderboard configurations public v3 params
func (*GetLeaderboardConfigurationsPublicV3Params) SetNamespace ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the get leaderboard configurations public v3 params
func (*GetLeaderboardConfigurationsPublicV3Params) SetOffset ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) SetOffset(offset *int64)
SetOffset adds the offset to the get leaderboard configurations public v3 params
func (*GetLeaderboardConfigurationsPublicV3Params) SetTimeout ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get leaderboard configurations public v3 params
func (*GetLeaderboardConfigurationsPublicV3Params) WithContext ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) WithContext(ctx context.Context) *GetLeaderboardConfigurationsPublicV3Params
WithContext adds the context to the get leaderboard configurations public v3 params
func (*GetLeaderboardConfigurationsPublicV3Params) WithHTTPClient ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) WithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsPublicV3Params
WithHTTPClient adds the HTTPClient to the get leaderboard configurations public v3 params
func (*GetLeaderboardConfigurationsPublicV3Params) WithIsDeleted ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) WithIsDeleted(isDeleted *bool) *GetLeaderboardConfigurationsPublicV3Params
WithIsDeleted adds the isDeleted to the get leaderboard configurations public v3 params
func (*GetLeaderboardConfigurationsPublicV3Params) WithLimit ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) WithLimit(limit *int64) *GetLeaderboardConfigurationsPublicV3Params
WithLimit adds the limit to the get leaderboard configurations public v3 params
func (*GetLeaderboardConfigurationsPublicV3Params) WithNamespace ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) WithNamespace(namespace string) *GetLeaderboardConfigurationsPublicV3Params
WithNamespace adds the namespace to the get leaderboard configurations public v3 params
func (*GetLeaderboardConfigurationsPublicV3Params) WithOffset ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) WithOffset(offset *int64) *GetLeaderboardConfigurationsPublicV3Params
WithOffset adds the offset to the get leaderboard configurations public v3 params
func (*GetLeaderboardConfigurationsPublicV3Params) WithTimeout ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) WithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsPublicV3Params
WithTimeout adds the timeout to the get leaderboard configurations public v3 params
func (*GetLeaderboardConfigurationsPublicV3Params) WriteToRequest ¶
func (o *GetLeaderboardConfigurationsPublicV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLeaderboardConfigurationsPublicV3Reader ¶
type GetLeaderboardConfigurationsPublicV3Reader struct {
// contains filtered or unexported fields
}
GetLeaderboardConfigurationsPublicV3Reader is a Reader for the GetLeaderboardConfigurationsPublicV3 structure.
func (*GetLeaderboardConfigurationsPublicV3Reader) ReadResponse ¶
func (o *GetLeaderboardConfigurationsPublicV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLeaderboardConfigurationsPublicV3Unauthorized ¶
type GetLeaderboardConfigurationsPublicV3Unauthorized struct {
}GetLeaderboardConfigurationsPublicV3Unauthorized handles this case with default header values.
Unauthorized
func NewGetLeaderboardConfigurationsPublicV3Unauthorized ¶
func NewGetLeaderboardConfigurationsPublicV3Unauthorized() *GetLeaderboardConfigurationsPublicV3Unauthorized
NewGetLeaderboardConfigurationsPublicV3Unauthorized creates a GetLeaderboardConfigurationsPublicV3Unauthorized with default headers values
func (*GetLeaderboardConfigurationsPublicV3Unauthorized) Error ¶
func (o *GetLeaderboardConfigurationsPublicV3Unauthorized) Error() string
func (*GetLeaderboardConfigurationsPublicV3Unauthorized) GetPayload ¶
func (o *GetLeaderboardConfigurationsPublicV3Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsPublicV3Unauthorized) ToJSONString ¶
func (o *GetLeaderboardConfigurationsPublicV3Unauthorized) ToJSONString() string
type HardDeleteLeaderboardAdminV3BadRequest ¶
type HardDeleteLeaderboardAdminV3BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
HardDeleteLeaderboardAdminV3BadRequest handles this case with default header values.
Bad Request
func NewHardDeleteLeaderboardAdminV3BadRequest ¶
func NewHardDeleteLeaderboardAdminV3BadRequest() *HardDeleteLeaderboardAdminV3BadRequest
NewHardDeleteLeaderboardAdminV3BadRequest creates a HardDeleteLeaderboardAdminV3BadRequest with default headers values
func (*HardDeleteLeaderboardAdminV3BadRequest) Error ¶
func (o *HardDeleteLeaderboardAdminV3BadRequest) Error() string
func (*HardDeleteLeaderboardAdminV3BadRequest) GetPayload ¶
func (o *HardDeleteLeaderboardAdminV3BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*HardDeleteLeaderboardAdminV3BadRequest) ToJSONString ¶
func (o *HardDeleteLeaderboardAdminV3BadRequest) ToJSONString() string
type HardDeleteLeaderboardAdminV3Forbidden ¶
type HardDeleteLeaderboardAdminV3Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
HardDeleteLeaderboardAdminV3Forbidden handles this case with default header values.
Forbidden
func NewHardDeleteLeaderboardAdminV3Forbidden ¶
func NewHardDeleteLeaderboardAdminV3Forbidden() *HardDeleteLeaderboardAdminV3Forbidden
NewHardDeleteLeaderboardAdminV3Forbidden creates a HardDeleteLeaderboardAdminV3Forbidden with default headers values
func (*HardDeleteLeaderboardAdminV3Forbidden) Error ¶
func (o *HardDeleteLeaderboardAdminV3Forbidden) Error() string
func (*HardDeleteLeaderboardAdminV3Forbidden) GetPayload ¶
func (o *HardDeleteLeaderboardAdminV3Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*HardDeleteLeaderboardAdminV3Forbidden) ToJSONString ¶
func (o *HardDeleteLeaderboardAdminV3Forbidden) ToJSONString() string
type HardDeleteLeaderboardAdminV3InternalServerError ¶
type HardDeleteLeaderboardAdminV3InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
HardDeleteLeaderboardAdminV3InternalServerError handles this case with default header values.
Internal Server Error
func NewHardDeleteLeaderboardAdminV3InternalServerError ¶
func NewHardDeleteLeaderboardAdminV3InternalServerError() *HardDeleteLeaderboardAdminV3InternalServerError
NewHardDeleteLeaderboardAdminV3InternalServerError creates a HardDeleteLeaderboardAdminV3InternalServerError with default headers values
func (*HardDeleteLeaderboardAdminV3InternalServerError) Error ¶
func (o *HardDeleteLeaderboardAdminV3InternalServerError) Error() string
func (*HardDeleteLeaderboardAdminV3InternalServerError) GetPayload ¶
func (o *HardDeleteLeaderboardAdminV3InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*HardDeleteLeaderboardAdminV3InternalServerError) ToJSONString ¶
func (o *HardDeleteLeaderboardAdminV3InternalServerError) ToJSONString() string
type HardDeleteLeaderboardAdminV3NoContent ¶
type HardDeleteLeaderboardAdminV3NoContent struct { }
HardDeleteLeaderboardAdminV3NoContent handles this case with default header values.
No Content
func NewHardDeleteLeaderboardAdminV3NoContent ¶
func NewHardDeleteLeaderboardAdminV3NoContent() *HardDeleteLeaderboardAdminV3NoContent
NewHardDeleteLeaderboardAdminV3NoContent creates a HardDeleteLeaderboardAdminV3NoContent with default headers values
func (*HardDeleteLeaderboardAdminV3NoContent) Error ¶
func (o *HardDeleteLeaderboardAdminV3NoContent) Error() string
type HardDeleteLeaderboardAdminV3NotFound ¶
type HardDeleteLeaderboardAdminV3NotFound struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
HardDeleteLeaderboardAdminV3NotFound handles this case with default header values.
Not Found
func NewHardDeleteLeaderboardAdminV3NotFound ¶
func NewHardDeleteLeaderboardAdminV3NotFound() *HardDeleteLeaderboardAdminV3NotFound
NewHardDeleteLeaderboardAdminV3NotFound creates a HardDeleteLeaderboardAdminV3NotFound with default headers values
func (*HardDeleteLeaderboardAdminV3NotFound) Error ¶
func (o *HardDeleteLeaderboardAdminV3NotFound) Error() string
func (*HardDeleteLeaderboardAdminV3NotFound) GetPayload ¶
func (o *HardDeleteLeaderboardAdminV3NotFound) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*HardDeleteLeaderboardAdminV3NotFound) ToJSONString ¶
func (o *HardDeleteLeaderboardAdminV3NotFound) ToJSONString() string
type HardDeleteLeaderboardAdminV3Params ¶
type HardDeleteLeaderboardAdminV3Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*LeaderboardCode human readable unique code to indentify leaderboard. Must be lowercase and maximum length is 48 */ LeaderboardCode string /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
HardDeleteLeaderboardAdminV3Params contains all the parameters to send to the API endpoint for the hard delete leaderboard admin v3 operation typically these are written to a http.Request
func NewHardDeleteLeaderboardAdminV3Params ¶
func NewHardDeleteLeaderboardAdminV3Params() *HardDeleteLeaderboardAdminV3Params
NewHardDeleteLeaderboardAdminV3Params creates a new HardDeleteLeaderboardAdminV3Params object with the default values initialized.
func NewHardDeleteLeaderboardAdminV3ParamsWithContext ¶
func NewHardDeleteLeaderboardAdminV3ParamsWithContext(ctx context.Context) *HardDeleteLeaderboardAdminV3Params
NewHardDeleteLeaderboardAdminV3ParamsWithContext creates a new HardDeleteLeaderboardAdminV3Params object with the default values initialized, and the ability to set a context for a request
func NewHardDeleteLeaderboardAdminV3ParamsWithHTTPClient ¶
func NewHardDeleteLeaderboardAdminV3ParamsWithHTTPClient(client *http.Client) *HardDeleteLeaderboardAdminV3Params
NewHardDeleteLeaderboardAdminV3ParamsWithHTTPClient creates a new HardDeleteLeaderboardAdminV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewHardDeleteLeaderboardAdminV3ParamsWithTimeout ¶
func NewHardDeleteLeaderboardAdminV3ParamsWithTimeout(timeout time.Duration) *HardDeleteLeaderboardAdminV3Params
NewHardDeleteLeaderboardAdminV3ParamsWithTimeout creates a new HardDeleteLeaderboardAdminV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*HardDeleteLeaderboardAdminV3Params) SetAuthInfoWriter ¶
func (o *HardDeleteLeaderboardAdminV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the hard delete leaderboard admin v3 params
func (*HardDeleteLeaderboardAdminV3Params) SetContext ¶
func (o *HardDeleteLeaderboardAdminV3Params) SetContext(ctx context.Context)
SetContext adds the context to the hard delete leaderboard admin v3 params
func (*HardDeleteLeaderboardAdminV3Params) SetHTTPClient ¶
func (o *HardDeleteLeaderboardAdminV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the hard delete leaderboard admin v3 params
func (*HardDeleteLeaderboardAdminV3Params) SetHTTPClientTransport ¶
func (o *HardDeleteLeaderboardAdminV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the hard delete leaderboard admin v3 params
func (*HardDeleteLeaderboardAdminV3Params) SetLeaderboardCode ¶
func (o *HardDeleteLeaderboardAdminV3Params) SetLeaderboardCode(leaderboardCode string)
SetLeaderboardCode adds the leaderboardCode to the hard delete leaderboard admin v3 params
func (*HardDeleteLeaderboardAdminV3Params) SetNamespace ¶
func (o *HardDeleteLeaderboardAdminV3Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the hard delete leaderboard admin v3 params
func (*HardDeleteLeaderboardAdminV3Params) SetTimeout ¶
func (o *HardDeleteLeaderboardAdminV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the hard delete leaderboard admin v3 params
func (*HardDeleteLeaderboardAdminV3Params) WithContext ¶
func (o *HardDeleteLeaderboardAdminV3Params) WithContext(ctx context.Context) *HardDeleteLeaderboardAdminV3Params
WithContext adds the context to the hard delete leaderboard admin v3 params
func (*HardDeleteLeaderboardAdminV3Params) WithHTTPClient ¶
func (o *HardDeleteLeaderboardAdminV3Params) WithHTTPClient(client *http.Client) *HardDeleteLeaderboardAdminV3Params
WithHTTPClient adds the HTTPClient to the hard delete leaderboard admin v3 params
func (*HardDeleteLeaderboardAdminV3Params) WithLeaderboardCode ¶
func (o *HardDeleteLeaderboardAdminV3Params) WithLeaderboardCode(leaderboardCode string) *HardDeleteLeaderboardAdminV3Params
WithLeaderboardCode adds the leaderboardCode to the hard delete leaderboard admin v3 params
func (*HardDeleteLeaderboardAdminV3Params) WithNamespace ¶
func (o *HardDeleteLeaderboardAdminV3Params) WithNamespace(namespace string) *HardDeleteLeaderboardAdminV3Params
WithNamespace adds the namespace to the hard delete leaderboard admin v3 params
func (*HardDeleteLeaderboardAdminV3Params) WithTimeout ¶
func (o *HardDeleteLeaderboardAdminV3Params) WithTimeout(timeout time.Duration) *HardDeleteLeaderboardAdminV3Params
WithTimeout adds the timeout to the hard delete leaderboard admin v3 params
func (*HardDeleteLeaderboardAdminV3Params) WriteToRequest ¶
func (o *HardDeleteLeaderboardAdminV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type HardDeleteLeaderboardAdminV3Reader ¶
type HardDeleteLeaderboardAdminV3Reader struct {
// contains filtered or unexported fields
}
HardDeleteLeaderboardAdminV3Reader is a Reader for the HardDeleteLeaderboardAdminV3 structure.
func (*HardDeleteLeaderboardAdminV3Reader) ReadResponse ¶
func (o *HardDeleteLeaderboardAdminV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type HardDeleteLeaderboardAdminV3Unauthorized ¶
type HardDeleteLeaderboardAdminV3Unauthorized struct {
}HardDeleteLeaderboardAdminV3Unauthorized handles this case with default header values.
Unauthorized
func NewHardDeleteLeaderboardAdminV3Unauthorized ¶
func NewHardDeleteLeaderboardAdminV3Unauthorized() *HardDeleteLeaderboardAdminV3Unauthorized
NewHardDeleteLeaderboardAdminV3Unauthorized creates a HardDeleteLeaderboardAdminV3Unauthorized with default headers values
func (*HardDeleteLeaderboardAdminV3Unauthorized) Error ¶
func (o *HardDeleteLeaderboardAdminV3Unauthorized) Error() string
func (*HardDeleteLeaderboardAdminV3Unauthorized) GetPayload ¶
func (o *HardDeleteLeaderboardAdminV3Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*HardDeleteLeaderboardAdminV3Unauthorized) ToJSONString ¶
func (o *HardDeleteLeaderboardAdminV3Unauthorized) ToJSONString() string
type UpdateLeaderboardConfigurationAdminV3BadRequest ¶
type UpdateLeaderboardConfigurationAdminV3BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
UpdateLeaderboardConfigurationAdminV3BadRequest handles this case with default header values.
Bad Request
func NewUpdateLeaderboardConfigurationAdminV3BadRequest ¶
func NewUpdateLeaderboardConfigurationAdminV3BadRequest() *UpdateLeaderboardConfigurationAdminV3BadRequest
NewUpdateLeaderboardConfigurationAdminV3BadRequest creates a UpdateLeaderboardConfigurationAdminV3BadRequest with default headers values
func (*UpdateLeaderboardConfigurationAdminV3BadRequest) Error ¶
func (o *UpdateLeaderboardConfigurationAdminV3BadRequest) Error() string
func (*UpdateLeaderboardConfigurationAdminV3BadRequest) GetPayload ¶
func (o *UpdateLeaderboardConfigurationAdminV3BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*UpdateLeaderboardConfigurationAdminV3BadRequest) ToJSONString ¶
func (o *UpdateLeaderboardConfigurationAdminV3BadRequest) ToJSONString() string
type UpdateLeaderboardConfigurationAdminV3Forbidden ¶
type UpdateLeaderboardConfigurationAdminV3Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
UpdateLeaderboardConfigurationAdminV3Forbidden handles this case with default header values.
Forbidden
func NewUpdateLeaderboardConfigurationAdminV3Forbidden ¶
func NewUpdateLeaderboardConfigurationAdminV3Forbidden() *UpdateLeaderboardConfigurationAdminV3Forbidden
NewUpdateLeaderboardConfigurationAdminV3Forbidden creates a UpdateLeaderboardConfigurationAdminV3Forbidden with default headers values
func (*UpdateLeaderboardConfigurationAdminV3Forbidden) Error ¶
func (o *UpdateLeaderboardConfigurationAdminV3Forbidden) Error() string
func (*UpdateLeaderboardConfigurationAdminV3Forbidden) GetPayload ¶
func (o *UpdateLeaderboardConfigurationAdminV3Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*UpdateLeaderboardConfigurationAdminV3Forbidden) ToJSONString ¶
func (o *UpdateLeaderboardConfigurationAdminV3Forbidden) ToJSONString() string
type UpdateLeaderboardConfigurationAdminV3InternalServerError ¶
type UpdateLeaderboardConfigurationAdminV3InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
UpdateLeaderboardConfigurationAdminV3InternalServerError handles this case with default header values.
Internal Server Error
func NewUpdateLeaderboardConfigurationAdminV3InternalServerError ¶
func NewUpdateLeaderboardConfigurationAdminV3InternalServerError() *UpdateLeaderboardConfigurationAdminV3InternalServerError
NewUpdateLeaderboardConfigurationAdminV3InternalServerError creates a UpdateLeaderboardConfigurationAdminV3InternalServerError with default headers values
func (*UpdateLeaderboardConfigurationAdminV3InternalServerError) Error ¶
func (o *UpdateLeaderboardConfigurationAdminV3InternalServerError) Error() string
func (*UpdateLeaderboardConfigurationAdminV3InternalServerError) GetPayload ¶
func (o *UpdateLeaderboardConfigurationAdminV3InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*UpdateLeaderboardConfigurationAdminV3InternalServerError) ToJSONString ¶
func (o *UpdateLeaderboardConfigurationAdminV3InternalServerError) ToJSONString() string
type UpdateLeaderboardConfigurationAdminV3NotFound ¶
type UpdateLeaderboardConfigurationAdminV3NotFound struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
UpdateLeaderboardConfigurationAdminV3NotFound handles this case with default header values.
Not Found
func NewUpdateLeaderboardConfigurationAdminV3NotFound ¶
func NewUpdateLeaderboardConfigurationAdminV3NotFound() *UpdateLeaderboardConfigurationAdminV3NotFound
NewUpdateLeaderboardConfigurationAdminV3NotFound creates a UpdateLeaderboardConfigurationAdminV3NotFound with default headers values
func (*UpdateLeaderboardConfigurationAdminV3NotFound) Error ¶
func (o *UpdateLeaderboardConfigurationAdminV3NotFound) Error() string
func (*UpdateLeaderboardConfigurationAdminV3NotFound) GetPayload ¶
func (o *UpdateLeaderboardConfigurationAdminV3NotFound) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*UpdateLeaderboardConfigurationAdminV3NotFound) ToJSONString ¶
func (o *UpdateLeaderboardConfigurationAdminV3NotFound) ToJSONString() string
type UpdateLeaderboardConfigurationAdminV3OK ¶
type UpdateLeaderboardConfigurationAdminV3OK struct {
Payload *leaderboardclientmodels.ModelsGetLeaderboardConfigRespV3
}
UpdateLeaderboardConfigurationAdminV3OK handles this case with default header values.
OK
func NewUpdateLeaderboardConfigurationAdminV3OK ¶
func NewUpdateLeaderboardConfigurationAdminV3OK() *UpdateLeaderboardConfigurationAdminV3OK
NewUpdateLeaderboardConfigurationAdminV3OK creates a UpdateLeaderboardConfigurationAdminV3OK with default headers values
func (*UpdateLeaderboardConfigurationAdminV3OK) Error ¶
func (o *UpdateLeaderboardConfigurationAdminV3OK) Error() string
func (*UpdateLeaderboardConfigurationAdminV3OK) GetPayload ¶
func (o *UpdateLeaderboardConfigurationAdminV3OK) GetPayload() *leaderboardclientmodels.ModelsGetLeaderboardConfigRespV3
func (*UpdateLeaderboardConfigurationAdminV3OK) ToJSONString ¶
func (o *UpdateLeaderboardConfigurationAdminV3OK) ToJSONString() string
type UpdateLeaderboardConfigurationAdminV3Params ¶
type UpdateLeaderboardConfigurationAdminV3Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *leaderboardclientmodels.ModelsUpdateLeaderboardConfigReqV3 /*LeaderboardCode human readable unique code to indentify leaderboard. Must be lowercase and maximum length is 48 */ LeaderboardCode string /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateLeaderboardConfigurationAdminV3Params contains all the parameters to send to the API endpoint for the update leaderboard configuration admin v3 operation typically these are written to a http.Request
func NewUpdateLeaderboardConfigurationAdminV3Params ¶
func NewUpdateLeaderboardConfigurationAdminV3Params() *UpdateLeaderboardConfigurationAdminV3Params
NewUpdateLeaderboardConfigurationAdminV3Params creates a new UpdateLeaderboardConfigurationAdminV3Params object with the default values initialized.
func NewUpdateLeaderboardConfigurationAdminV3ParamsWithContext ¶
func NewUpdateLeaderboardConfigurationAdminV3ParamsWithContext(ctx context.Context) *UpdateLeaderboardConfigurationAdminV3Params
NewUpdateLeaderboardConfigurationAdminV3ParamsWithContext creates a new UpdateLeaderboardConfigurationAdminV3Params object with the default values initialized, and the ability to set a context for a request
func NewUpdateLeaderboardConfigurationAdminV3ParamsWithHTTPClient ¶
func NewUpdateLeaderboardConfigurationAdminV3ParamsWithHTTPClient(client *http.Client) *UpdateLeaderboardConfigurationAdminV3Params
NewUpdateLeaderboardConfigurationAdminV3ParamsWithHTTPClient creates a new UpdateLeaderboardConfigurationAdminV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateLeaderboardConfigurationAdminV3ParamsWithTimeout ¶
func NewUpdateLeaderboardConfigurationAdminV3ParamsWithTimeout(timeout time.Duration) *UpdateLeaderboardConfigurationAdminV3Params
NewUpdateLeaderboardConfigurationAdminV3ParamsWithTimeout creates a new UpdateLeaderboardConfigurationAdminV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateLeaderboardConfigurationAdminV3Params) SetAuthInfoWriter ¶
func (o *UpdateLeaderboardConfigurationAdminV3Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the update leaderboard configuration admin v3 params
func (*UpdateLeaderboardConfigurationAdminV3Params) SetBody ¶
func (o *UpdateLeaderboardConfigurationAdminV3Params) SetBody(body *leaderboardclientmodels.ModelsUpdateLeaderboardConfigReqV3)
SetBody adds the body to the update leaderboard configuration admin v3 params
func (*UpdateLeaderboardConfigurationAdminV3Params) SetContext ¶
func (o *UpdateLeaderboardConfigurationAdminV3Params) SetContext(ctx context.Context)
SetContext adds the context to the update leaderboard configuration admin v3 params
func (*UpdateLeaderboardConfigurationAdminV3Params) SetHTTPClient ¶
func (o *UpdateLeaderboardConfigurationAdminV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update leaderboard configuration admin v3 params
func (*UpdateLeaderboardConfigurationAdminV3Params) SetHTTPClientTransport ¶
func (o *UpdateLeaderboardConfigurationAdminV3Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the update leaderboard configuration admin v3 params
func (*UpdateLeaderboardConfigurationAdminV3Params) SetLeaderboardCode ¶
func (o *UpdateLeaderboardConfigurationAdminV3Params) SetLeaderboardCode(leaderboardCode string)
SetLeaderboardCode adds the leaderboardCode to the update leaderboard configuration admin v3 params
func (*UpdateLeaderboardConfigurationAdminV3Params) SetNamespace ¶
func (o *UpdateLeaderboardConfigurationAdminV3Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the update leaderboard configuration admin v3 params
func (*UpdateLeaderboardConfigurationAdminV3Params) SetTimeout ¶
func (o *UpdateLeaderboardConfigurationAdminV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update leaderboard configuration admin v3 params
func (*UpdateLeaderboardConfigurationAdminV3Params) WithBody ¶
func (o *UpdateLeaderboardConfigurationAdminV3Params) WithBody(body *leaderboardclientmodels.ModelsUpdateLeaderboardConfigReqV3) *UpdateLeaderboardConfigurationAdminV3Params
WithBody adds the body to the update leaderboard configuration admin v3 params
func (*UpdateLeaderboardConfigurationAdminV3Params) WithContext ¶
func (o *UpdateLeaderboardConfigurationAdminV3Params) WithContext(ctx context.Context) *UpdateLeaderboardConfigurationAdminV3Params
WithContext adds the context to the update leaderboard configuration admin v3 params
func (*UpdateLeaderboardConfigurationAdminV3Params) WithHTTPClient ¶
func (o *UpdateLeaderboardConfigurationAdminV3Params) WithHTTPClient(client *http.Client) *UpdateLeaderboardConfigurationAdminV3Params
WithHTTPClient adds the HTTPClient to the update leaderboard configuration admin v3 params
func (*UpdateLeaderboardConfigurationAdminV3Params) WithLeaderboardCode ¶
func (o *UpdateLeaderboardConfigurationAdminV3Params) WithLeaderboardCode(leaderboardCode string) *UpdateLeaderboardConfigurationAdminV3Params
WithLeaderboardCode adds the leaderboardCode to the update leaderboard configuration admin v3 params
func (*UpdateLeaderboardConfigurationAdminV3Params) WithNamespace ¶
func (o *UpdateLeaderboardConfigurationAdminV3Params) WithNamespace(namespace string) *UpdateLeaderboardConfigurationAdminV3Params
WithNamespace adds the namespace to the update leaderboard configuration admin v3 params
func (*UpdateLeaderboardConfigurationAdminV3Params) WithTimeout ¶
func (o *UpdateLeaderboardConfigurationAdminV3Params) WithTimeout(timeout time.Duration) *UpdateLeaderboardConfigurationAdminV3Params
WithTimeout adds the timeout to the update leaderboard configuration admin v3 params
func (*UpdateLeaderboardConfigurationAdminV3Params) WriteToRequest ¶
func (o *UpdateLeaderboardConfigurationAdminV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateLeaderboardConfigurationAdminV3Reader ¶
type UpdateLeaderboardConfigurationAdminV3Reader struct {
// contains filtered or unexported fields
}
UpdateLeaderboardConfigurationAdminV3Reader is a Reader for the UpdateLeaderboardConfigurationAdminV3 structure.
func (*UpdateLeaderboardConfigurationAdminV3Reader) ReadResponse ¶
func (o *UpdateLeaderboardConfigurationAdminV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateLeaderboardConfigurationAdminV3Unauthorized ¶
type UpdateLeaderboardConfigurationAdminV3Unauthorized struct {
}UpdateLeaderboardConfigurationAdminV3Unauthorized handles this case with default header values.
Unauthorized
func NewUpdateLeaderboardConfigurationAdminV3Unauthorized ¶
func NewUpdateLeaderboardConfigurationAdminV3Unauthorized() *UpdateLeaderboardConfigurationAdminV3Unauthorized
NewUpdateLeaderboardConfigurationAdminV3Unauthorized creates a UpdateLeaderboardConfigurationAdminV3Unauthorized with default headers values
func (*UpdateLeaderboardConfigurationAdminV3Unauthorized) Error ¶
func (o *UpdateLeaderboardConfigurationAdminV3Unauthorized) Error() string
func (*UpdateLeaderboardConfigurationAdminV3Unauthorized) GetPayload ¶
func (o *UpdateLeaderboardConfigurationAdminV3Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*UpdateLeaderboardConfigurationAdminV3Unauthorized) ToJSONString ¶
func (o *UpdateLeaderboardConfigurationAdminV3Unauthorized) ToJSONString() string
Source Files ¶
- create_leaderboard_configuration_admin_v3_parameters.go
- create_leaderboard_configuration_admin_v3_responses.go
- delete_bulk_leaderboard_configuration_admin_v3_parameters.go
- delete_bulk_leaderboard_configuration_admin_v3_responses.go
- delete_leaderboard_configuration_admin_v3_parameters.go
- delete_leaderboard_configuration_admin_v3_responses.go
- get_leaderboard_configuration_admin_v3_parameters.go
- get_leaderboard_configuration_admin_v3_responses.go
- get_leaderboard_configuration_public_v3_parameters.go
- get_leaderboard_configuration_public_v3_responses.go
- get_leaderboard_configurations_admin_v3_parameters.go
- get_leaderboard_configurations_admin_v3_responses.go
- get_leaderboard_configurations_public_v3_parameters.go
- get_leaderboard_configurations_public_v3_responses.go
- hard_delete_leaderboard_admin_v3_parameters.go
- hard_delete_leaderboard_admin_v3_responses.go
- leaderboard_configuration_v3_client.go
- update_leaderboard_configuration_admin_v3_parameters.go
- update_leaderboard_configuration_admin_v3_responses.go