Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateLeaderboardConfigurationAdminV1(params *CreateLeaderboardConfigurationAdminV1Params, ...) (*CreateLeaderboardConfigurationAdminV1Created, ...)deprecated
- func (a *Client) CreateLeaderboardConfigurationAdminV1Short(params *CreateLeaderboardConfigurationAdminV1Params, ...) (*CreateLeaderboardConfigurationAdminV1Created, error)
- func (a *Client) CreateLeaderboardConfigurationPublicV1(params *CreateLeaderboardConfigurationPublicV1Params, ...) (*CreateLeaderboardConfigurationPublicV1Created, ...)deprecated
- func (a *Client) CreateLeaderboardConfigurationPublicV1Short(params *CreateLeaderboardConfigurationPublicV1Params, ...) (*CreateLeaderboardConfigurationPublicV1Created, error)
- func (a *Client) DeleteBulkLeaderboardConfigurationAdminV1(params *DeleteBulkLeaderboardConfigurationAdminV1Params, ...) (*DeleteBulkLeaderboardConfigurationAdminV1OK, ...)deprecated
- func (a *Client) DeleteBulkLeaderboardConfigurationAdminV1Short(params *DeleteBulkLeaderboardConfigurationAdminV1Params, ...) (*DeleteBulkLeaderboardConfigurationAdminV1OK, error)
- func (a *Client) DeleteLeaderboardConfigurationAdminV1(params *DeleteLeaderboardConfigurationAdminV1Params, ...) (*DeleteLeaderboardConfigurationAdminV1NoContent, ...)deprecated
- func (a *Client) DeleteLeaderboardConfigurationAdminV1Short(params *DeleteLeaderboardConfigurationAdminV1Params, ...) (*DeleteLeaderboardConfigurationAdminV1NoContent, error)
- func (a *Client) GetLeaderboardConfigurationAdminV1(params *GetLeaderboardConfigurationAdminV1Params, ...) (*GetLeaderboardConfigurationAdminV1OK, ...)deprecated
- func (a *Client) GetLeaderboardConfigurationAdminV1Short(params *GetLeaderboardConfigurationAdminV1Params, ...) (*GetLeaderboardConfigurationAdminV1OK, error)
- func (a *Client) GetLeaderboardConfigurationsAdminV1(params *GetLeaderboardConfigurationsAdminV1Params, ...) (*GetLeaderboardConfigurationsAdminV1OK, ...)deprecated
- func (a *Client) GetLeaderboardConfigurationsAdminV1Short(params *GetLeaderboardConfigurationsAdminV1Params, ...) (*GetLeaderboardConfigurationsAdminV1OK, error)
- func (a *Client) GetLeaderboardConfigurationsPublicV1(params *GetLeaderboardConfigurationsPublicV1Params, ...) (*GetLeaderboardConfigurationsPublicV1OK, ...)deprecated
- func (a *Client) GetLeaderboardConfigurationsPublicV1Short(params *GetLeaderboardConfigurationsPublicV1Params, ...) (*GetLeaderboardConfigurationsPublicV1OK, error)
- func (a *Client) GetLeaderboardConfigurationsPublicV2(params *GetLeaderboardConfigurationsPublicV2Params, ...) (*GetLeaderboardConfigurationsPublicV2OK, ...)deprecated
- func (a *Client) GetLeaderboardConfigurationsPublicV2Short(params *GetLeaderboardConfigurationsPublicV2Params, ...) (*GetLeaderboardConfigurationsPublicV2OK, error)
- func (a *Client) HardDeleteLeaderboardAdminV1(params *HardDeleteLeaderboardAdminV1Params, ...) (*HardDeleteLeaderboardAdminV1NoContent, ...)deprecated
- func (a *Client) HardDeleteLeaderboardAdminV1Short(params *HardDeleteLeaderboardAdminV1Params, ...) (*HardDeleteLeaderboardAdminV1NoContent, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateLeaderboardConfigurationAdminV1(params *UpdateLeaderboardConfigurationAdminV1Params, ...) (*UpdateLeaderboardConfigurationAdminV1OK, ...)deprecated
- func (a *Client) UpdateLeaderboardConfigurationAdminV1Short(params *UpdateLeaderboardConfigurationAdminV1Params, ...) (*UpdateLeaderboardConfigurationAdminV1OK, error)
- type ClientService
- type CreateLeaderboardConfigurationAdminV1BadRequest
- type CreateLeaderboardConfigurationAdminV1Conflict
- type CreateLeaderboardConfigurationAdminV1Created
- type CreateLeaderboardConfigurationAdminV1Forbidden
- type CreateLeaderboardConfigurationAdminV1InternalServerError
- type CreateLeaderboardConfigurationAdminV1Params
- func NewCreateLeaderboardConfigurationAdminV1Params() *CreateLeaderboardConfigurationAdminV1Params
- func NewCreateLeaderboardConfigurationAdminV1ParamsWithContext(ctx context.Context) *CreateLeaderboardConfigurationAdminV1Params
- func NewCreateLeaderboardConfigurationAdminV1ParamsWithHTTPClient(client *http.Client) *CreateLeaderboardConfigurationAdminV1Params
- func NewCreateLeaderboardConfigurationAdminV1ParamsWithTimeout(timeout time.Duration) *CreateLeaderboardConfigurationAdminV1Params
- func (o *CreateLeaderboardConfigurationAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CreateLeaderboardConfigurationAdminV1Params) SetBody(body *leaderboardclientmodels.ModelsLeaderboardConfigReq)
- func (o *CreateLeaderboardConfigurationAdminV1Params) SetContext(ctx context.Context)
- func (o *CreateLeaderboardConfigurationAdminV1Params) SetHTTPClient(client *http.Client)
- func (o *CreateLeaderboardConfigurationAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CreateLeaderboardConfigurationAdminV1Params) SetNamespace(namespace string)
- func (o *CreateLeaderboardConfigurationAdminV1Params) SetTimeout(timeout time.Duration)
- func (o *CreateLeaderboardConfigurationAdminV1Params) WithBody(body *leaderboardclientmodels.ModelsLeaderboardConfigReq) *CreateLeaderboardConfigurationAdminV1Params
- func (o *CreateLeaderboardConfigurationAdminV1Params) WithContext(ctx context.Context) *CreateLeaderboardConfigurationAdminV1Params
- func (o *CreateLeaderboardConfigurationAdminV1Params) WithHTTPClient(client *http.Client) *CreateLeaderboardConfigurationAdminV1Params
- func (o *CreateLeaderboardConfigurationAdminV1Params) WithNamespace(namespace string) *CreateLeaderboardConfigurationAdminV1Params
- func (o *CreateLeaderboardConfigurationAdminV1Params) WithTimeout(timeout time.Duration) *CreateLeaderboardConfigurationAdminV1Params
- func (o *CreateLeaderboardConfigurationAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateLeaderboardConfigurationAdminV1Reader
- type CreateLeaderboardConfigurationAdminV1Unauthorized
- type CreateLeaderboardConfigurationPublicV1BadRequest
- type CreateLeaderboardConfigurationPublicV1Conflict
- type CreateLeaderboardConfigurationPublicV1Created
- type CreateLeaderboardConfigurationPublicV1Forbidden
- type CreateLeaderboardConfigurationPublicV1InternalServerError
- func (o *CreateLeaderboardConfigurationPublicV1InternalServerError) Error() string
- func (o *CreateLeaderboardConfigurationPublicV1InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
- func (o *CreateLeaderboardConfigurationPublicV1InternalServerError) ToJSONString() string
- type CreateLeaderboardConfigurationPublicV1Params
- func NewCreateLeaderboardConfigurationPublicV1Params() *CreateLeaderboardConfigurationPublicV1Params
- func NewCreateLeaderboardConfigurationPublicV1ParamsWithContext(ctx context.Context) *CreateLeaderboardConfigurationPublicV1Params
- func NewCreateLeaderboardConfigurationPublicV1ParamsWithHTTPClient(client *http.Client) *CreateLeaderboardConfigurationPublicV1Params
- func NewCreateLeaderboardConfigurationPublicV1ParamsWithTimeout(timeout time.Duration) *CreateLeaderboardConfigurationPublicV1Params
- func (o *CreateLeaderboardConfigurationPublicV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CreateLeaderboardConfigurationPublicV1Params) SetBody(body *leaderboardclientmodels.ModelsLeaderboardConfigReq)
- func (o *CreateLeaderboardConfigurationPublicV1Params) SetContext(ctx context.Context)
- func (o *CreateLeaderboardConfigurationPublicV1Params) SetHTTPClient(client *http.Client)
- func (o *CreateLeaderboardConfigurationPublicV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CreateLeaderboardConfigurationPublicV1Params) SetNamespace(namespace string)
- func (o *CreateLeaderboardConfigurationPublicV1Params) SetTimeout(timeout time.Duration)
- func (o *CreateLeaderboardConfigurationPublicV1Params) WithBody(body *leaderboardclientmodels.ModelsLeaderboardConfigReq) *CreateLeaderboardConfigurationPublicV1Params
- func (o *CreateLeaderboardConfigurationPublicV1Params) WithContext(ctx context.Context) *CreateLeaderboardConfigurationPublicV1Params
- func (o *CreateLeaderboardConfigurationPublicV1Params) WithHTTPClient(client *http.Client) *CreateLeaderboardConfigurationPublicV1Params
- func (o *CreateLeaderboardConfigurationPublicV1Params) WithNamespace(namespace string) *CreateLeaderboardConfigurationPublicV1Params
- func (o *CreateLeaderboardConfigurationPublicV1Params) WithTimeout(timeout time.Duration) *CreateLeaderboardConfigurationPublicV1Params
- func (o *CreateLeaderboardConfigurationPublicV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateLeaderboardConfigurationPublicV1Reader
- type CreateLeaderboardConfigurationPublicV1Unauthorized
- type DeleteBulkLeaderboardConfigurationAdminV1BadRequest
- type DeleteBulkLeaderboardConfigurationAdminV1Forbidden
- type DeleteBulkLeaderboardConfigurationAdminV1InternalServerError
- func (o *DeleteBulkLeaderboardConfigurationAdminV1InternalServerError) Error() string
- func (o *DeleteBulkLeaderboardConfigurationAdminV1InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
- func (o *DeleteBulkLeaderboardConfigurationAdminV1InternalServerError) ToJSONString() string
- type DeleteBulkLeaderboardConfigurationAdminV1OK
- type DeleteBulkLeaderboardConfigurationAdminV1Params
- func NewDeleteBulkLeaderboardConfigurationAdminV1Params() *DeleteBulkLeaderboardConfigurationAdminV1Params
- func NewDeleteBulkLeaderboardConfigurationAdminV1ParamsWithContext(ctx context.Context) *DeleteBulkLeaderboardConfigurationAdminV1Params
- func NewDeleteBulkLeaderboardConfigurationAdminV1ParamsWithHTTPClient(client *http.Client) *DeleteBulkLeaderboardConfigurationAdminV1Params
- func NewDeleteBulkLeaderboardConfigurationAdminV1ParamsWithTimeout(timeout time.Duration) *DeleteBulkLeaderboardConfigurationAdminV1Params
- func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) SetBody(body *leaderboardclientmodels.ModelsDeleteBulkLeaderboardsReq)
- func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) SetContext(ctx context.Context)
- func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) SetNamespace(namespace string)
- func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) WithBody(body *leaderboardclientmodels.ModelsDeleteBulkLeaderboardsReq) *DeleteBulkLeaderboardConfigurationAdminV1Params
- func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) WithContext(ctx context.Context) *DeleteBulkLeaderboardConfigurationAdminV1Params
- func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) WithHTTPClient(client *http.Client) *DeleteBulkLeaderboardConfigurationAdminV1Params
- func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) WithNamespace(namespace string) *DeleteBulkLeaderboardConfigurationAdminV1Params
- func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) WithTimeout(timeout time.Duration) *DeleteBulkLeaderboardConfigurationAdminV1Params
- func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteBulkLeaderboardConfigurationAdminV1Reader
- type DeleteBulkLeaderboardConfigurationAdminV1Unauthorized
- type DeleteLeaderboardConfigurationAdminV1BadRequest
- type DeleteLeaderboardConfigurationAdminV1Forbidden
- type DeleteLeaderboardConfigurationAdminV1InternalServerError
- type DeleteLeaderboardConfigurationAdminV1NoContent
- type DeleteLeaderboardConfigurationAdminV1NotFound
- type DeleteLeaderboardConfigurationAdminV1Params
- func NewDeleteLeaderboardConfigurationAdminV1Params() *DeleteLeaderboardConfigurationAdminV1Params
- func NewDeleteLeaderboardConfigurationAdminV1ParamsWithContext(ctx context.Context) *DeleteLeaderboardConfigurationAdminV1Params
- func NewDeleteLeaderboardConfigurationAdminV1ParamsWithHTTPClient(client *http.Client) *DeleteLeaderboardConfigurationAdminV1Params
- func NewDeleteLeaderboardConfigurationAdminV1ParamsWithTimeout(timeout time.Duration) *DeleteLeaderboardConfigurationAdminV1Params
- func (o *DeleteLeaderboardConfigurationAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteLeaderboardConfigurationAdminV1Params) SetContext(ctx context.Context)
- func (o *DeleteLeaderboardConfigurationAdminV1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteLeaderboardConfigurationAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteLeaderboardConfigurationAdminV1Params) SetLeaderboardCode(leaderboardCode string)
- func (o *DeleteLeaderboardConfigurationAdminV1Params) SetNamespace(namespace string)
- func (o *DeleteLeaderboardConfigurationAdminV1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteLeaderboardConfigurationAdminV1Params) WithContext(ctx context.Context) *DeleteLeaderboardConfigurationAdminV1Params
- func (o *DeleteLeaderboardConfigurationAdminV1Params) WithHTTPClient(client *http.Client) *DeleteLeaderboardConfigurationAdminV1Params
- func (o *DeleteLeaderboardConfigurationAdminV1Params) WithLeaderboardCode(leaderboardCode string) *DeleteLeaderboardConfigurationAdminV1Params
- func (o *DeleteLeaderboardConfigurationAdminV1Params) WithNamespace(namespace string) *DeleteLeaderboardConfigurationAdminV1Params
- func (o *DeleteLeaderboardConfigurationAdminV1Params) WithTimeout(timeout time.Duration) *DeleteLeaderboardConfigurationAdminV1Params
- func (o *DeleteLeaderboardConfigurationAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteLeaderboardConfigurationAdminV1Reader
- type DeleteLeaderboardConfigurationAdminV1Unauthorized
- type GetLeaderboardConfigurationAdminV1BadRequest
- type GetLeaderboardConfigurationAdminV1Forbidden
- type GetLeaderboardConfigurationAdminV1InternalServerError
- type GetLeaderboardConfigurationAdminV1NotFound
- type GetLeaderboardConfigurationAdminV1OK
- type GetLeaderboardConfigurationAdminV1Params
- func NewGetLeaderboardConfigurationAdminV1Params() *GetLeaderboardConfigurationAdminV1Params
- func NewGetLeaderboardConfigurationAdminV1ParamsWithContext(ctx context.Context) *GetLeaderboardConfigurationAdminV1Params
- func NewGetLeaderboardConfigurationAdminV1ParamsWithHTTPClient(client *http.Client) *GetLeaderboardConfigurationAdminV1Params
- func NewGetLeaderboardConfigurationAdminV1ParamsWithTimeout(timeout time.Duration) *GetLeaderboardConfigurationAdminV1Params
- func (o *GetLeaderboardConfigurationAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetLeaderboardConfigurationAdminV1Params) SetContext(ctx context.Context)
- func (o *GetLeaderboardConfigurationAdminV1Params) SetHTTPClient(client *http.Client)
- func (o *GetLeaderboardConfigurationAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetLeaderboardConfigurationAdminV1Params) SetLeaderboardCode(leaderboardCode string)
- func (o *GetLeaderboardConfigurationAdminV1Params) SetNamespace(namespace string)
- func (o *GetLeaderboardConfigurationAdminV1Params) SetTimeout(timeout time.Duration)
- func (o *GetLeaderboardConfigurationAdminV1Params) WithContext(ctx context.Context) *GetLeaderboardConfigurationAdminV1Params
- func (o *GetLeaderboardConfigurationAdminV1Params) WithHTTPClient(client *http.Client) *GetLeaderboardConfigurationAdminV1Params
- func (o *GetLeaderboardConfigurationAdminV1Params) WithLeaderboardCode(leaderboardCode string) *GetLeaderboardConfigurationAdminV1Params
- func (o *GetLeaderboardConfigurationAdminV1Params) WithNamespace(namespace string) *GetLeaderboardConfigurationAdminV1Params
- func (o *GetLeaderboardConfigurationAdminV1Params) WithTimeout(timeout time.Duration) *GetLeaderboardConfigurationAdminV1Params
- func (o *GetLeaderboardConfigurationAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLeaderboardConfigurationAdminV1Reader
- type GetLeaderboardConfigurationAdminV1Unauthorized
- type GetLeaderboardConfigurationsAdminV1BadRequest
- type GetLeaderboardConfigurationsAdminV1Forbidden
- type GetLeaderboardConfigurationsAdminV1InternalServerError
- type GetLeaderboardConfigurationsAdminV1OK
- type GetLeaderboardConfigurationsAdminV1Params
- func NewGetLeaderboardConfigurationsAdminV1Params() *GetLeaderboardConfigurationsAdminV1Params
- func NewGetLeaderboardConfigurationsAdminV1ParamsWithContext(ctx context.Context) *GetLeaderboardConfigurationsAdminV1Params
- func NewGetLeaderboardConfigurationsAdminV1ParamsWithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsAdminV1Params
- func NewGetLeaderboardConfigurationsAdminV1ParamsWithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsAdminV1Params
- func (o *GetLeaderboardConfigurationsAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetLeaderboardConfigurationsAdminV1Params) SetContext(ctx context.Context)
- func (o *GetLeaderboardConfigurationsAdminV1Params) SetHTTPClient(client *http.Client)
- func (o *GetLeaderboardConfigurationsAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetLeaderboardConfigurationsAdminV1Params) SetIsArchived(isArchived *bool)
- func (o *GetLeaderboardConfigurationsAdminV1Params) SetIsDeleted(isDeleted *bool)
- func (o *GetLeaderboardConfigurationsAdminV1Params) SetLimit(limit *int64)
- func (o *GetLeaderboardConfigurationsAdminV1Params) SetNamespace(namespace string)
- func (o *GetLeaderboardConfigurationsAdminV1Params) SetOffset(offset *int64)
- func (o *GetLeaderboardConfigurationsAdminV1Params) SetTimeout(timeout time.Duration)
- func (o *GetLeaderboardConfigurationsAdminV1Params) WithContext(ctx context.Context) *GetLeaderboardConfigurationsAdminV1Params
- func (o *GetLeaderboardConfigurationsAdminV1Params) WithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsAdminV1Params
- func (o *GetLeaderboardConfigurationsAdminV1Params) WithIsArchived(isArchived *bool) *GetLeaderboardConfigurationsAdminV1Params
- func (o *GetLeaderboardConfigurationsAdminV1Params) WithIsDeleted(isDeleted *bool) *GetLeaderboardConfigurationsAdminV1Params
- func (o *GetLeaderboardConfigurationsAdminV1Params) WithLimit(limit *int64) *GetLeaderboardConfigurationsAdminV1Params
- func (o *GetLeaderboardConfigurationsAdminV1Params) WithNamespace(namespace string) *GetLeaderboardConfigurationsAdminV1Params
- func (o *GetLeaderboardConfigurationsAdminV1Params) WithOffset(offset *int64) *GetLeaderboardConfigurationsAdminV1Params
- func (o *GetLeaderboardConfigurationsAdminV1Params) WithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsAdminV1Params
- func (o *GetLeaderboardConfigurationsAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLeaderboardConfigurationsAdminV1Reader
- type GetLeaderboardConfigurationsAdminV1Unauthorized
- type GetLeaderboardConfigurationsPublicV1BadRequest
- type GetLeaderboardConfigurationsPublicV1Forbidden
- type GetLeaderboardConfigurationsPublicV1InternalServerError
- type GetLeaderboardConfigurationsPublicV1OK
- type GetLeaderboardConfigurationsPublicV1Params
- func NewGetLeaderboardConfigurationsPublicV1Params() *GetLeaderboardConfigurationsPublicV1Params
- func NewGetLeaderboardConfigurationsPublicV1ParamsWithContext(ctx context.Context) *GetLeaderboardConfigurationsPublicV1Params
- func NewGetLeaderboardConfigurationsPublicV1ParamsWithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsPublicV1Params
- func NewGetLeaderboardConfigurationsPublicV1ParamsWithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsPublicV1Params
- func (o *GetLeaderboardConfigurationsPublicV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetLeaderboardConfigurationsPublicV1Params) SetContext(ctx context.Context)
- func (o *GetLeaderboardConfigurationsPublicV1Params) SetHTTPClient(client *http.Client)
- func (o *GetLeaderboardConfigurationsPublicV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetLeaderboardConfigurationsPublicV1Params) SetIsArchived(isArchived *bool)
- func (o *GetLeaderboardConfigurationsPublicV1Params) SetIsDeleted(isDeleted *bool)
- func (o *GetLeaderboardConfigurationsPublicV1Params) SetLimit(limit *int64)
- func (o *GetLeaderboardConfigurationsPublicV1Params) SetNamespace(namespace string)
- func (o *GetLeaderboardConfigurationsPublicV1Params) SetOffset(offset *int64)
- func (o *GetLeaderboardConfigurationsPublicV1Params) SetTimeout(timeout time.Duration)
- func (o *GetLeaderboardConfigurationsPublicV1Params) WithContext(ctx context.Context) *GetLeaderboardConfigurationsPublicV1Params
- func (o *GetLeaderboardConfigurationsPublicV1Params) WithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsPublicV1Params
- func (o *GetLeaderboardConfigurationsPublicV1Params) WithIsArchived(isArchived *bool) *GetLeaderboardConfigurationsPublicV1Params
- func (o *GetLeaderboardConfigurationsPublicV1Params) WithIsDeleted(isDeleted *bool) *GetLeaderboardConfigurationsPublicV1Params
- func (o *GetLeaderboardConfigurationsPublicV1Params) WithLimit(limit *int64) *GetLeaderboardConfigurationsPublicV1Params
- func (o *GetLeaderboardConfigurationsPublicV1Params) WithNamespace(namespace string) *GetLeaderboardConfigurationsPublicV1Params
- func (o *GetLeaderboardConfigurationsPublicV1Params) WithOffset(offset *int64) *GetLeaderboardConfigurationsPublicV1Params
- func (o *GetLeaderboardConfigurationsPublicV1Params) WithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsPublicV1Params
- func (o *GetLeaderboardConfigurationsPublicV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLeaderboardConfigurationsPublicV1Reader
- type GetLeaderboardConfigurationsPublicV1Unauthorized
- type GetLeaderboardConfigurationsPublicV2BadRequest
- type GetLeaderboardConfigurationsPublicV2Forbidden
- type GetLeaderboardConfigurationsPublicV2InternalServerError
- type GetLeaderboardConfigurationsPublicV2OK
- type GetLeaderboardConfigurationsPublicV2Params
- func NewGetLeaderboardConfigurationsPublicV2Params() *GetLeaderboardConfigurationsPublicV2Params
- func NewGetLeaderboardConfigurationsPublicV2ParamsWithContext(ctx context.Context) *GetLeaderboardConfigurationsPublicV2Params
- func NewGetLeaderboardConfigurationsPublicV2ParamsWithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsPublicV2Params
- func NewGetLeaderboardConfigurationsPublicV2ParamsWithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsPublicV2Params
- func (o *GetLeaderboardConfigurationsPublicV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetLeaderboardConfigurationsPublicV2Params) SetContext(ctx context.Context)
- func (o *GetLeaderboardConfigurationsPublicV2Params) SetHTTPClient(client *http.Client)
- func (o *GetLeaderboardConfigurationsPublicV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetLeaderboardConfigurationsPublicV2Params) SetLimit(limit *int64)
- func (o *GetLeaderboardConfigurationsPublicV2Params) SetNamespace(namespace string)
- func (o *GetLeaderboardConfigurationsPublicV2Params) SetOffset(offset *int64)
- func (o *GetLeaderboardConfigurationsPublicV2Params) SetTimeout(timeout time.Duration)
- func (o *GetLeaderboardConfigurationsPublicV2Params) WithContext(ctx context.Context) *GetLeaderboardConfigurationsPublicV2Params
- func (o *GetLeaderboardConfigurationsPublicV2Params) WithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsPublicV2Params
- func (o *GetLeaderboardConfigurationsPublicV2Params) WithLimit(limit *int64) *GetLeaderboardConfigurationsPublicV2Params
- func (o *GetLeaderboardConfigurationsPublicV2Params) WithNamespace(namespace string) *GetLeaderboardConfigurationsPublicV2Params
- func (o *GetLeaderboardConfigurationsPublicV2Params) WithOffset(offset *int64) *GetLeaderboardConfigurationsPublicV2Params
- func (o *GetLeaderboardConfigurationsPublicV2Params) WithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsPublicV2Params
- func (o *GetLeaderboardConfigurationsPublicV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLeaderboardConfigurationsPublicV2Reader
- type GetLeaderboardConfigurationsPublicV2Unauthorized
- type HardDeleteLeaderboardAdminV1BadRequest
- type HardDeleteLeaderboardAdminV1Forbidden
- type HardDeleteLeaderboardAdminV1InternalServerError
- type HardDeleteLeaderboardAdminV1NoContent
- type HardDeleteLeaderboardAdminV1NotFound
- type HardDeleteLeaderboardAdminV1Params
- func NewHardDeleteLeaderboardAdminV1Params() *HardDeleteLeaderboardAdminV1Params
- func NewHardDeleteLeaderboardAdminV1ParamsWithContext(ctx context.Context) *HardDeleteLeaderboardAdminV1Params
- func NewHardDeleteLeaderboardAdminV1ParamsWithHTTPClient(client *http.Client) *HardDeleteLeaderboardAdminV1Params
- func NewHardDeleteLeaderboardAdminV1ParamsWithTimeout(timeout time.Duration) *HardDeleteLeaderboardAdminV1Params
- func (o *HardDeleteLeaderboardAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *HardDeleteLeaderboardAdminV1Params) SetContext(ctx context.Context)
- func (o *HardDeleteLeaderboardAdminV1Params) SetHTTPClient(client *http.Client)
- func (o *HardDeleteLeaderboardAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *HardDeleteLeaderboardAdminV1Params) SetLeaderboardCode(leaderboardCode string)
- func (o *HardDeleteLeaderboardAdminV1Params) SetNamespace(namespace string)
- func (o *HardDeleteLeaderboardAdminV1Params) SetTimeout(timeout time.Duration)
- func (o *HardDeleteLeaderboardAdminV1Params) WithContext(ctx context.Context) *HardDeleteLeaderboardAdminV1Params
- func (o *HardDeleteLeaderboardAdminV1Params) WithHTTPClient(client *http.Client) *HardDeleteLeaderboardAdminV1Params
- func (o *HardDeleteLeaderboardAdminV1Params) WithLeaderboardCode(leaderboardCode string) *HardDeleteLeaderboardAdminV1Params
- func (o *HardDeleteLeaderboardAdminV1Params) WithNamespace(namespace string) *HardDeleteLeaderboardAdminV1Params
- func (o *HardDeleteLeaderboardAdminV1Params) WithTimeout(timeout time.Duration) *HardDeleteLeaderboardAdminV1Params
- func (o *HardDeleteLeaderboardAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type HardDeleteLeaderboardAdminV1Reader
- type HardDeleteLeaderboardAdminV1Unauthorized
- type UpdateLeaderboardConfigurationAdminV1BadRequest
- type UpdateLeaderboardConfigurationAdminV1Forbidden
- type UpdateLeaderboardConfigurationAdminV1InternalServerError
- type UpdateLeaderboardConfigurationAdminV1NotFound
- type UpdateLeaderboardConfigurationAdminV1OK
- type UpdateLeaderboardConfigurationAdminV1Params
- func NewUpdateLeaderboardConfigurationAdminV1Params() *UpdateLeaderboardConfigurationAdminV1Params
- func NewUpdateLeaderboardConfigurationAdminV1ParamsWithContext(ctx context.Context) *UpdateLeaderboardConfigurationAdminV1Params
- func NewUpdateLeaderboardConfigurationAdminV1ParamsWithHTTPClient(client *http.Client) *UpdateLeaderboardConfigurationAdminV1Params
- func NewUpdateLeaderboardConfigurationAdminV1ParamsWithTimeout(timeout time.Duration) *UpdateLeaderboardConfigurationAdminV1Params
- func (o *UpdateLeaderboardConfigurationAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UpdateLeaderboardConfigurationAdminV1Params) SetBody(body *leaderboardclientmodels.ModelsUpdateLeaderboardConfigReq)
- func (o *UpdateLeaderboardConfigurationAdminV1Params) SetContext(ctx context.Context)
- func (o *UpdateLeaderboardConfigurationAdminV1Params) SetHTTPClient(client *http.Client)
- func (o *UpdateLeaderboardConfigurationAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UpdateLeaderboardConfigurationAdminV1Params) SetLeaderboardCode(leaderboardCode string)
- func (o *UpdateLeaderboardConfigurationAdminV1Params) SetNamespace(namespace string)
- func (o *UpdateLeaderboardConfigurationAdminV1Params) SetTimeout(timeout time.Duration)
- func (o *UpdateLeaderboardConfigurationAdminV1Params) WithBody(body *leaderboardclientmodels.ModelsUpdateLeaderboardConfigReq) *UpdateLeaderboardConfigurationAdminV1Params
- func (o *UpdateLeaderboardConfigurationAdminV1Params) WithContext(ctx context.Context) *UpdateLeaderboardConfigurationAdminV1Params
- func (o *UpdateLeaderboardConfigurationAdminV1Params) WithHTTPClient(client *http.Client) *UpdateLeaderboardConfigurationAdminV1Params
- func (o *UpdateLeaderboardConfigurationAdminV1Params) WithLeaderboardCode(leaderboardCode string) *UpdateLeaderboardConfigurationAdminV1Params
- func (o *UpdateLeaderboardConfigurationAdminV1Params) WithNamespace(namespace string) *UpdateLeaderboardConfigurationAdminV1Params
- func (o *UpdateLeaderboardConfigurationAdminV1Params) WithTimeout(timeout time.Duration) *UpdateLeaderboardConfigurationAdminV1Params
- func (o *UpdateLeaderboardConfigurationAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateLeaderboardConfigurationAdminV1Reader
- type UpdateLeaderboardConfigurationAdminV1Unauthorized
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 API
func (*Client) CreateLeaderboardConfigurationAdminV1
deprecated
func (a *Client) CreateLeaderboardConfigurationAdminV1(params *CreateLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateLeaderboardConfigurationAdminV1Created, *CreateLeaderboardConfigurationAdminV1BadRequest, *CreateLeaderboardConfigurationAdminV1Unauthorized, *CreateLeaderboardConfigurationAdminV1Forbidden, *CreateLeaderboardConfigurationAdminV1Conflict, *CreateLeaderboardConfigurationAdminV1InternalServerError, error)
Deprecated: 2022-08-10 - Use CreateLeaderboardConfigurationAdminV1Short instead.
CreateLeaderboardConfigurationAdminV1 create new leaderboard ¶
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [CREATE]'
Fields :
LeaderboardConfig code must be lowercase and maximum length is 48 characters. (required).
Maximum length for leaderboard name is 128 characters. (required).
Start time must be follow RFC3339 standard. e.g. 2020-10-02T15:00:00.05Z (required).
Season period must be greater than 31 days.
If seasonPeriod is filled, the LeaderboardConfig would have seasonal leaderboard.
Reset Date must be a number 1 - 31. Default is '1'.
Reset Day must be a number 0 - 6. 0 = Sunday, 1 = Monday, 2 = Tuesday, 3 = Wednesday, 4 = Thursday, 5 = Friday, 6 = Saturday (day of week). Default is '0'.
Reset time must be hours:minutes in 24 hours format e.g. 01:30, 10:30, 15:30, 23:15.Default is '00:00'.
Stat Code is related with statistic code in statistic service. (required).
func (*Client) CreateLeaderboardConfigurationAdminV1Short ¶ added in v0.8.0
func (a *Client) CreateLeaderboardConfigurationAdminV1Short(params *CreateLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateLeaderboardConfigurationAdminV1Created, error)
CreateLeaderboardConfigurationAdminV1Short create new leaderboard
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [CREATE]'
Fields :
LeaderboardConfig code must be lowercase and maximum length is 48 characters. (required).
Maximum length for leaderboard name is 128 characters. (required).
Start time must be follow RFC3339 standard. e.g. 2020-10-02T15:00:00.05Z (required).
Season period must be greater than 31 days.
If seasonPeriod is filled, the LeaderboardConfig would have seasonal leaderboard.
Reset Date must be a number 1 - 31. Default is '1'.
Reset Day must be a number 0 - 6. 0 = Sunday, 1 = Monday, 2 = Tuesday, 3 = Wednesday, 4 = Thursday, 5 = Friday, 6 = Saturday (day of week). Default is '0'.
Reset time must be hours:minutes in 24 hours format e.g. 01:30, 10:30, 15:30, 23:15.Default is '00:00'.
Stat Code is related with statistic code in statistic service. (required).
func (*Client) CreateLeaderboardConfigurationPublicV1
deprecated
func (a *Client) CreateLeaderboardConfigurationPublicV1(params *CreateLeaderboardConfigurationPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateLeaderboardConfigurationPublicV1Created, *CreateLeaderboardConfigurationPublicV1BadRequest, *CreateLeaderboardConfigurationPublicV1Unauthorized, *CreateLeaderboardConfigurationPublicV1Forbidden, *CreateLeaderboardConfigurationPublicV1Conflict, *CreateLeaderboardConfigurationPublicV1InternalServerError, error)
Deprecated: 2022-08-10 - Use CreateLeaderboardConfigurationPublicV1Short instead.
CreateLeaderboardConfigurationPublicV1 create new leaderboard Public endpoint to create a new leaderboard.
Required permission 'NAMESPACE:{namespace}:LEADERBOARD [CREATE]'
Fields : * LeaderboardConfig code must be lowercase and maximum length is 48 characters. (required). * Maximum length for leaderboard name is 128 characters. (required). * Start time must be follow RFC3339 standard. e.g. 2020-10-02T15:00:00.05Z (required). * Season period must be greater than 31 days. * If seasonPeriod is filled, the LeaderboardConfig would have seasonal leaderboard. * Reset Date must be a number 1 - 31. Default is '1'. * Reset Day must be a number 0 - 6. 0 = Sunday, 1 = Monday, 2 = Tuesday, 3 = Wednesday, 4 = Thursday, 5 = Friday, 6 = Saturday (day of week). Default is '0'. * Reset time must be hours:minutes in 24 hours format e.g. 01:30, 10:30, 15:30, 23:15.Default is '00:00'. * Stat Code is related with statistic code in statistic service. (required).
func (*Client) CreateLeaderboardConfigurationPublicV1Short ¶ added in v0.8.0
func (a *Client) CreateLeaderboardConfigurationPublicV1Short(params *CreateLeaderboardConfigurationPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateLeaderboardConfigurationPublicV1Created, error)
CreateLeaderboardConfigurationPublicV1Short create new leaderboard Public endpoint to create a new leaderboard.
Required permission 'NAMESPACE:{namespace}:LEADERBOARD [CREATE]'
Fields : * LeaderboardConfig code must be lowercase and maximum length is 48 characters. (required). * Maximum length for leaderboard name is 128 characters. (required). * Start time must be follow RFC3339 standard. e.g. 2020-10-02T15:00:00.05Z (required). * Season period must be greater than 31 days. * If seasonPeriod is filled, the LeaderboardConfig would have seasonal leaderboard. * Reset Date must be a number 1 - 31. Default is '1'. * Reset Day must be a number 0 - 6. 0 = Sunday, 1 = Monday, 2 = Tuesday, 3 = Wednesday, 4 = Thursday, 5 = Friday, 6 = Saturday (day of week). Default is '0'. * Reset time must be hours:minutes in 24 hours format e.g. 01:30, 10:30, 15:30, 23:15.Default is '00:00'. * Stat Code is related with statistic code in statistic service. (required).
func (*Client) DeleteBulkLeaderboardConfigurationAdminV1
deprecated
func (a *Client) DeleteBulkLeaderboardConfigurationAdminV1(params *DeleteBulkLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteBulkLeaderboardConfigurationAdminV1OK, *DeleteBulkLeaderboardConfigurationAdminV1BadRequest, *DeleteBulkLeaderboardConfigurationAdminV1Unauthorized, *DeleteBulkLeaderboardConfigurationAdminV1Forbidden, *DeleteBulkLeaderboardConfigurationAdminV1InternalServerError, error)
Deprecated: 2022-08-10 - Use DeleteBulkLeaderboardConfigurationAdminV1Short instead.
DeleteBulkLeaderboardConfigurationAdminV1 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) DeleteBulkLeaderboardConfigurationAdminV1Short ¶ added in v0.8.0
func (a *Client) DeleteBulkLeaderboardConfigurationAdminV1Short(params *DeleteBulkLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteBulkLeaderboardConfigurationAdminV1OK, error)
DeleteBulkLeaderboardConfigurationAdminV1Short 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) DeleteLeaderboardConfigurationAdminV1
deprecated
func (a *Client) DeleteLeaderboardConfigurationAdminV1(params *DeleteLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteLeaderboardConfigurationAdminV1NoContent, *DeleteLeaderboardConfigurationAdminV1BadRequest, *DeleteLeaderboardConfigurationAdminV1Unauthorized, *DeleteLeaderboardConfigurationAdminV1Forbidden, *DeleteLeaderboardConfigurationAdminV1NotFound, *DeleteLeaderboardConfigurationAdminV1InternalServerError, error)
Deprecated: 2022-08-10 - Use DeleteLeaderboardConfigurationAdminV1Short instead.
DeleteLeaderboardConfigurationAdminV1 delete leaderboard by leaderboardcode ¶
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [DELETE]'
This endpoint delete a leaderboard configuration
func (*Client) DeleteLeaderboardConfigurationAdminV1Short ¶ added in v0.8.0
func (a *Client) DeleteLeaderboardConfigurationAdminV1Short(params *DeleteLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteLeaderboardConfigurationAdminV1NoContent, error)
DeleteLeaderboardConfigurationAdminV1Short delete leaderboard by leaderboardcode
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [DELETE]'
This endpoint delete a leaderboard configuration
func (*Client) GetLeaderboardConfigurationAdminV1
deprecated
func (a *Client) GetLeaderboardConfigurationAdminV1(params *GetLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationAdminV1OK, *GetLeaderboardConfigurationAdminV1BadRequest, *GetLeaderboardConfigurationAdminV1Unauthorized, *GetLeaderboardConfigurationAdminV1Forbidden, *GetLeaderboardConfigurationAdminV1NotFound, *GetLeaderboardConfigurationAdminV1InternalServerError, error)
Deprecated: 2022-08-10 - Use GetLeaderboardConfigurationAdminV1Short instead.
GetLeaderboardConfigurationAdminV1 get leaderboard by leaderboardcode ¶
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [READ]'
This endpoint returns a leaderboard configuration
func (*Client) GetLeaderboardConfigurationAdminV1Short ¶ added in v0.8.0
func (a *Client) GetLeaderboardConfigurationAdminV1Short(params *GetLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationAdminV1OK, error)
GetLeaderboardConfigurationAdminV1Short get leaderboard by leaderboardcode
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [READ]'
This endpoint returns a leaderboard configuration
func (*Client) GetLeaderboardConfigurationsAdminV1
deprecated
func (a *Client) GetLeaderboardConfigurationsAdminV1(params *GetLeaderboardConfigurationsAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsAdminV1OK, *GetLeaderboardConfigurationsAdminV1BadRequest, *GetLeaderboardConfigurationsAdminV1Unauthorized, *GetLeaderboardConfigurationsAdminV1Forbidden, *GetLeaderboardConfigurationsAdminV1InternalServerError, error)
Deprecated: 2022-08-10 - Use GetLeaderboardConfigurationsAdminV1Short instead.
GetLeaderboardConfigurationsAdminV1 list all leaderboards by given namespace Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [READ]'
This endpoint return all leaderboard configurations
func (*Client) GetLeaderboardConfigurationsAdminV1Short ¶ added in v0.8.0
func (a *Client) GetLeaderboardConfigurationsAdminV1Short(params *GetLeaderboardConfigurationsAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsAdminV1OK, error)
GetLeaderboardConfigurationsAdminV1Short list all leaderboards by given namespace
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [READ]'
This endpoint return all leaderboard configurations
func (*Client) GetLeaderboardConfigurationsPublicV1
deprecated
func (a *Client) GetLeaderboardConfigurationsPublicV1(params *GetLeaderboardConfigurationsPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsPublicV1OK, *GetLeaderboardConfigurationsPublicV1BadRequest, *GetLeaderboardConfigurationsPublicV1Unauthorized, *GetLeaderboardConfigurationsPublicV1Forbidden, *GetLeaderboardConfigurationsPublicV1InternalServerError, error)
Deprecated: 2022-08-10 - Use GetLeaderboardConfigurationsPublicV1Short instead.
GetLeaderboardConfigurationsPublicV1 list all leaderboards by given namespace ¶
This endpoint return all leaderboard configurations
func (*Client) GetLeaderboardConfigurationsPublicV1Short ¶ added in v0.8.0
func (a *Client) GetLeaderboardConfigurationsPublicV1Short(params *GetLeaderboardConfigurationsPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsPublicV1OK, error)
GetLeaderboardConfigurationsPublicV1Short list all leaderboards by given namespace
This endpoint return all leaderboard configurations
func (*Client) GetLeaderboardConfigurationsPublicV2
deprecated
func (a *Client) GetLeaderboardConfigurationsPublicV2(params *GetLeaderboardConfigurationsPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsPublicV2OK, *GetLeaderboardConfigurationsPublicV2BadRequest, *GetLeaderboardConfigurationsPublicV2Unauthorized, *GetLeaderboardConfigurationsPublicV2Forbidden, *GetLeaderboardConfigurationsPublicV2InternalServerError, error)
Deprecated: 2022-08-10 - Use GetLeaderboardConfigurationsPublicV2Short instead.
GetLeaderboardConfigurationsPublicV2 list all leaderboards by given namespace This endpoint return all leaderboard configurations
func (*Client) GetLeaderboardConfigurationsPublicV2Short ¶ added in v0.8.0
func (a *Client) GetLeaderboardConfigurationsPublicV2Short(params *GetLeaderboardConfigurationsPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsPublicV2OK, error)
GetLeaderboardConfigurationsPublicV2Short list all leaderboards by given namespace This endpoint return all leaderboard configurations
func (*Client) HardDeleteLeaderboardAdminV1
deprecated
added in
v0.42.0
func (a *Client) HardDeleteLeaderboardAdminV1(params *HardDeleteLeaderboardAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*HardDeleteLeaderboardAdminV1NoContent, *HardDeleteLeaderboardAdminV1BadRequest, *HardDeleteLeaderboardAdminV1Unauthorized, *HardDeleteLeaderboardAdminV1Forbidden, *HardDeleteLeaderboardAdminV1NotFound, *HardDeleteLeaderboardAdminV1InternalServerError, error)
Deprecated: 2022-08-10 - Use HardDeleteLeaderboardAdminV1Short instead.
HardDeleteLeaderboardAdminV1 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) HardDeleteLeaderboardAdminV1Short ¶ added in v0.42.0
func (a *Client) HardDeleteLeaderboardAdminV1Short(params *HardDeleteLeaderboardAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*HardDeleteLeaderboardAdminV1NoContent, error)
HardDeleteLeaderboardAdminV1Short 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) UpdateLeaderboardConfigurationAdminV1
deprecated
func (a *Client) UpdateLeaderboardConfigurationAdminV1(params *UpdateLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateLeaderboardConfigurationAdminV1OK, *UpdateLeaderboardConfigurationAdminV1BadRequest, *UpdateLeaderboardConfigurationAdminV1Unauthorized, *UpdateLeaderboardConfigurationAdminV1Forbidden, *UpdateLeaderboardConfigurationAdminV1NotFound, *UpdateLeaderboardConfigurationAdminV1InternalServerError, error)
Deprecated: 2022-08-10 - Use UpdateLeaderboardConfigurationAdminV1Short instead.
UpdateLeaderboardConfigurationAdminV1 update leaderboard by leaderboardcode ¶
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [UPDATE]'
Fields :
Maximum length for leaderboard name is 128 characters.
Start time must be follow RFC3339 standard. e.g. 2020-10-02T15:00:00.05Z
Season period must be greater than 31 days.
If seasonPeriod is filled, the LeaderboardConfig would have seasonal leaderboard.
Reset Date must be a number 1 - 31. Default is '1'.
Reset Day must be a number 0 - 6. 0 = Sunday, 1 = Monday, 2 = Tuesday, 3 = Wednesday, 4 = Thursday, 5 = Friday, 6 = Saturday (day of week). Default is '0'.
Reset time must be hours:minutes in 24 hours format e.g. 01:30, 10:30, 15:30, 23:15.
func (*Client) UpdateLeaderboardConfigurationAdminV1Short ¶ added in v0.8.0
func (a *Client) UpdateLeaderboardConfigurationAdminV1Short(params *UpdateLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateLeaderboardConfigurationAdminV1OK, error)
UpdateLeaderboardConfigurationAdminV1Short update leaderboard by leaderboardcode
Required permission 'ADMIN:NAMESPACE:{namespace}:LEADERBOARD [UPDATE]'
Fields :
Maximum length for leaderboard name is 128 characters.
Start time must be follow RFC3339 standard. e.g. 2020-10-02T15:00:00.05Z
Season period must be greater than 31 days.
If seasonPeriod is filled, the LeaderboardConfig would have seasonal leaderboard.
Reset Date must be a number 1 - 31. Default is '1'.
Reset Day must be a number 0 - 6. 0 = Sunday, 1 = Monday, 2 = Tuesday, 3 = Wednesday, 4 = Thursday, 5 = Friday, 6 = Saturday (day of week). Default is '0'.
Reset time must be hours:minutes in 24 hours format e.g. 01:30, 10:30, 15:30, 23:15.
type ClientService ¶
type ClientService interface { GetLeaderboardConfigurationsAdminV1(params *GetLeaderboardConfigurationsAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsAdminV1OK, *GetLeaderboardConfigurationsAdminV1BadRequest, *GetLeaderboardConfigurationsAdminV1Unauthorized, *GetLeaderboardConfigurationsAdminV1Forbidden, *GetLeaderboardConfigurationsAdminV1InternalServerError, error) GetLeaderboardConfigurationsAdminV1Short(params *GetLeaderboardConfigurationsAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsAdminV1OK, error) CreateLeaderboardConfigurationAdminV1(params *CreateLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateLeaderboardConfigurationAdminV1Created, *CreateLeaderboardConfigurationAdminV1BadRequest, *CreateLeaderboardConfigurationAdminV1Unauthorized, *CreateLeaderboardConfigurationAdminV1Forbidden, *CreateLeaderboardConfigurationAdminV1Conflict, *CreateLeaderboardConfigurationAdminV1InternalServerError, error) CreateLeaderboardConfigurationAdminV1Short(params *CreateLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateLeaderboardConfigurationAdminV1Created, error) DeleteBulkLeaderboardConfigurationAdminV1(params *DeleteBulkLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteBulkLeaderboardConfigurationAdminV1OK, *DeleteBulkLeaderboardConfigurationAdminV1BadRequest, *DeleteBulkLeaderboardConfigurationAdminV1Unauthorized, *DeleteBulkLeaderboardConfigurationAdminV1Forbidden, *DeleteBulkLeaderboardConfigurationAdminV1InternalServerError, error) DeleteBulkLeaderboardConfigurationAdminV1Short(params *DeleteBulkLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteBulkLeaderboardConfigurationAdminV1OK, error) GetLeaderboardConfigurationAdminV1(params *GetLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationAdminV1OK, *GetLeaderboardConfigurationAdminV1BadRequest, *GetLeaderboardConfigurationAdminV1Unauthorized, *GetLeaderboardConfigurationAdminV1Forbidden, *GetLeaderboardConfigurationAdminV1NotFound, *GetLeaderboardConfigurationAdminV1InternalServerError, error) GetLeaderboardConfigurationAdminV1Short(params *GetLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationAdminV1OK, error) UpdateLeaderboardConfigurationAdminV1(params *UpdateLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateLeaderboardConfigurationAdminV1OK, *UpdateLeaderboardConfigurationAdminV1BadRequest, *UpdateLeaderboardConfigurationAdminV1Unauthorized, *UpdateLeaderboardConfigurationAdminV1Forbidden, *UpdateLeaderboardConfigurationAdminV1NotFound, *UpdateLeaderboardConfigurationAdminV1InternalServerError, error) UpdateLeaderboardConfigurationAdminV1Short(params *UpdateLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateLeaderboardConfigurationAdminV1OK, error) DeleteLeaderboardConfigurationAdminV1(params *DeleteLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteLeaderboardConfigurationAdminV1NoContent, *DeleteLeaderboardConfigurationAdminV1BadRequest, *DeleteLeaderboardConfigurationAdminV1Unauthorized, *DeleteLeaderboardConfigurationAdminV1Forbidden, *DeleteLeaderboardConfigurationAdminV1NotFound, *DeleteLeaderboardConfigurationAdminV1InternalServerError, error) DeleteLeaderboardConfigurationAdminV1Short(params *DeleteLeaderboardConfigurationAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteLeaderboardConfigurationAdminV1NoContent, error) HardDeleteLeaderboardAdminV1(params *HardDeleteLeaderboardAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*HardDeleteLeaderboardAdminV1NoContent, *HardDeleteLeaderboardAdminV1BadRequest, *HardDeleteLeaderboardAdminV1Unauthorized, *HardDeleteLeaderboardAdminV1Forbidden, *HardDeleteLeaderboardAdminV1NotFound, *HardDeleteLeaderboardAdminV1InternalServerError, error) HardDeleteLeaderboardAdminV1Short(params *HardDeleteLeaderboardAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*HardDeleteLeaderboardAdminV1NoContent, error) GetLeaderboardConfigurationsPublicV1(params *GetLeaderboardConfigurationsPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsPublicV1OK, *GetLeaderboardConfigurationsPublicV1BadRequest, *GetLeaderboardConfigurationsPublicV1Unauthorized, *GetLeaderboardConfigurationsPublicV1Forbidden, *GetLeaderboardConfigurationsPublicV1InternalServerError, error) GetLeaderboardConfigurationsPublicV1Short(params *GetLeaderboardConfigurationsPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsPublicV1OK, error) CreateLeaderboardConfigurationPublicV1(params *CreateLeaderboardConfigurationPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateLeaderboardConfigurationPublicV1Created, *CreateLeaderboardConfigurationPublicV1BadRequest, *CreateLeaderboardConfigurationPublicV1Unauthorized, *CreateLeaderboardConfigurationPublicV1Forbidden, *CreateLeaderboardConfigurationPublicV1Conflict, *CreateLeaderboardConfigurationPublicV1InternalServerError, error) CreateLeaderboardConfigurationPublicV1Short(params *CreateLeaderboardConfigurationPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateLeaderboardConfigurationPublicV1Created, error) GetLeaderboardConfigurationsPublicV2(params *GetLeaderboardConfigurationsPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsPublicV2OK, *GetLeaderboardConfigurationsPublicV2BadRequest, *GetLeaderboardConfigurationsPublicV2Unauthorized, *GetLeaderboardConfigurationsPublicV2Forbidden, *GetLeaderboardConfigurationsPublicV2InternalServerError, error) GetLeaderboardConfigurationsPublicV2Short(params *GetLeaderboardConfigurationsPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetLeaderboardConfigurationsPublicV2OK, 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 API client.
type CreateLeaderboardConfigurationAdminV1BadRequest ¶
type CreateLeaderboardConfigurationAdminV1BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
CreateLeaderboardConfigurationAdminV1BadRequest handles this case with default header values.
Bad Request
func NewCreateLeaderboardConfigurationAdminV1BadRequest ¶
func NewCreateLeaderboardConfigurationAdminV1BadRequest() *CreateLeaderboardConfigurationAdminV1BadRequest
NewCreateLeaderboardConfigurationAdminV1BadRequest creates a CreateLeaderboardConfigurationAdminV1BadRequest with default headers values
func (*CreateLeaderboardConfigurationAdminV1BadRequest) Error ¶
func (o *CreateLeaderboardConfigurationAdminV1BadRequest) Error() string
func (*CreateLeaderboardConfigurationAdminV1BadRequest) GetPayload ¶
func (o *CreateLeaderboardConfigurationAdminV1BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*CreateLeaderboardConfigurationAdminV1BadRequest) ToJSONString ¶ added in v0.25.0
func (o *CreateLeaderboardConfigurationAdminV1BadRequest) ToJSONString() string
type CreateLeaderboardConfigurationAdminV1Conflict ¶
type CreateLeaderboardConfigurationAdminV1Conflict struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
CreateLeaderboardConfigurationAdminV1Conflict handles this case with default header values.
Conflict
func NewCreateLeaderboardConfigurationAdminV1Conflict ¶
func NewCreateLeaderboardConfigurationAdminV1Conflict() *CreateLeaderboardConfigurationAdminV1Conflict
NewCreateLeaderboardConfigurationAdminV1Conflict creates a CreateLeaderboardConfigurationAdminV1Conflict with default headers values
func (*CreateLeaderboardConfigurationAdminV1Conflict) Error ¶
func (o *CreateLeaderboardConfigurationAdminV1Conflict) Error() string
func (*CreateLeaderboardConfigurationAdminV1Conflict) GetPayload ¶
func (o *CreateLeaderboardConfigurationAdminV1Conflict) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*CreateLeaderboardConfigurationAdminV1Conflict) ToJSONString ¶ added in v0.25.0
func (o *CreateLeaderboardConfigurationAdminV1Conflict) ToJSONString() string
type CreateLeaderboardConfigurationAdminV1Created ¶
type CreateLeaderboardConfigurationAdminV1Created struct {
Payload *leaderboardclientmodels.ModelsLeaderboardConfigReq
}
CreateLeaderboardConfigurationAdminV1Created handles this case with default header values.
Created
func NewCreateLeaderboardConfigurationAdminV1Created ¶
func NewCreateLeaderboardConfigurationAdminV1Created() *CreateLeaderboardConfigurationAdminV1Created
NewCreateLeaderboardConfigurationAdminV1Created creates a CreateLeaderboardConfigurationAdminV1Created with default headers values
func (*CreateLeaderboardConfigurationAdminV1Created) Error ¶
func (o *CreateLeaderboardConfigurationAdminV1Created) Error() string
func (*CreateLeaderboardConfigurationAdminV1Created) GetPayload ¶
func (o *CreateLeaderboardConfigurationAdminV1Created) GetPayload() *leaderboardclientmodels.ModelsLeaderboardConfigReq
func (*CreateLeaderboardConfigurationAdminV1Created) ToJSONString ¶ added in v0.25.0
func (o *CreateLeaderboardConfigurationAdminV1Created) ToJSONString() string
type CreateLeaderboardConfigurationAdminV1Forbidden ¶
type CreateLeaderboardConfigurationAdminV1Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
CreateLeaderboardConfigurationAdminV1Forbidden handles this case with default header values.
Forbidden
func NewCreateLeaderboardConfigurationAdminV1Forbidden ¶
func NewCreateLeaderboardConfigurationAdminV1Forbidden() *CreateLeaderboardConfigurationAdminV1Forbidden
NewCreateLeaderboardConfigurationAdminV1Forbidden creates a CreateLeaderboardConfigurationAdminV1Forbidden with default headers values
func (*CreateLeaderboardConfigurationAdminV1Forbidden) Error ¶
func (o *CreateLeaderboardConfigurationAdminV1Forbidden) Error() string
func (*CreateLeaderboardConfigurationAdminV1Forbidden) GetPayload ¶
func (o *CreateLeaderboardConfigurationAdminV1Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*CreateLeaderboardConfigurationAdminV1Forbidden) ToJSONString ¶ added in v0.25.0
func (o *CreateLeaderboardConfigurationAdminV1Forbidden) ToJSONString() string
type CreateLeaderboardConfigurationAdminV1InternalServerError ¶
type CreateLeaderboardConfigurationAdminV1InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
CreateLeaderboardConfigurationAdminV1InternalServerError handles this case with default header values.
Internal Server Error
func NewCreateLeaderboardConfigurationAdminV1InternalServerError ¶
func NewCreateLeaderboardConfigurationAdminV1InternalServerError() *CreateLeaderboardConfigurationAdminV1InternalServerError
NewCreateLeaderboardConfigurationAdminV1InternalServerError creates a CreateLeaderboardConfigurationAdminV1InternalServerError with default headers values
func (*CreateLeaderboardConfigurationAdminV1InternalServerError) Error ¶
func (o *CreateLeaderboardConfigurationAdminV1InternalServerError) Error() string
func (*CreateLeaderboardConfigurationAdminV1InternalServerError) GetPayload ¶
func (o *CreateLeaderboardConfigurationAdminV1InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*CreateLeaderboardConfigurationAdminV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *CreateLeaderboardConfigurationAdminV1InternalServerError) ToJSONString() string
type CreateLeaderboardConfigurationAdminV1Params ¶
type CreateLeaderboardConfigurationAdminV1Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *leaderboardclientmodels.ModelsLeaderboardConfigReq /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateLeaderboardConfigurationAdminV1Params contains all the parameters to send to the API endpoint for the create leaderboard configuration admin v1 operation typically these are written to a http.Request
func NewCreateLeaderboardConfigurationAdminV1Params ¶
func NewCreateLeaderboardConfigurationAdminV1Params() *CreateLeaderboardConfigurationAdminV1Params
NewCreateLeaderboardConfigurationAdminV1Params creates a new CreateLeaderboardConfigurationAdminV1Params object with the default values initialized.
func NewCreateLeaderboardConfigurationAdminV1ParamsWithContext ¶
func NewCreateLeaderboardConfigurationAdminV1ParamsWithContext(ctx context.Context) *CreateLeaderboardConfigurationAdminV1Params
NewCreateLeaderboardConfigurationAdminV1ParamsWithContext creates a new CreateLeaderboardConfigurationAdminV1Params object with the default values initialized, and the ability to set a context for a request
func NewCreateLeaderboardConfigurationAdminV1ParamsWithHTTPClient ¶
func NewCreateLeaderboardConfigurationAdminV1ParamsWithHTTPClient(client *http.Client) *CreateLeaderboardConfigurationAdminV1Params
NewCreateLeaderboardConfigurationAdminV1ParamsWithHTTPClient creates a new CreateLeaderboardConfigurationAdminV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateLeaderboardConfigurationAdminV1ParamsWithTimeout ¶
func NewCreateLeaderboardConfigurationAdminV1ParamsWithTimeout(timeout time.Duration) *CreateLeaderboardConfigurationAdminV1Params
NewCreateLeaderboardConfigurationAdminV1ParamsWithTimeout creates a new CreateLeaderboardConfigurationAdminV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*CreateLeaderboardConfigurationAdminV1Params) SetAuthInfoWriter ¶ added in v0.17.0
func (o *CreateLeaderboardConfigurationAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the create leaderboard configuration admin v1 params
func (*CreateLeaderboardConfigurationAdminV1Params) SetBody ¶
func (o *CreateLeaderboardConfigurationAdminV1Params) SetBody(body *leaderboardclientmodels.ModelsLeaderboardConfigReq)
SetBody adds the body to the create leaderboard configuration admin v1 params
func (*CreateLeaderboardConfigurationAdminV1Params) SetContext ¶
func (o *CreateLeaderboardConfigurationAdminV1Params) SetContext(ctx context.Context)
SetContext adds the context to the create leaderboard configuration admin v1 params
func (*CreateLeaderboardConfigurationAdminV1Params) SetHTTPClient ¶
func (o *CreateLeaderboardConfigurationAdminV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create leaderboard configuration admin v1 params
func (*CreateLeaderboardConfigurationAdminV1Params) SetHTTPClientTransport ¶ added in v0.19.0
func (o *CreateLeaderboardConfigurationAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the create leaderboard configuration admin v1 params
func (*CreateLeaderboardConfigurationAdminV1Params) SetNamespace ¶
func (o *CreateLeaderboardConfigurationAdminV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the create leaderboard configuration admin v1 params
func (*CreateLeaderboardConfigurationAdminV1Params) SetTimeout ¶
func (o *CreateLeaderboardConfigurationAdminV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create leaderboard configuration admin v1 params
func (*CreateLeaderboardConfigurationAdminV1Params) WithBody ¶
func (o *CreateLeaderboardConfigurationAdminV1Params) WithBody(body *leaderboardclientmodels.ModelsLeaderboardConfigReq) *CreateLeaderboardConfigurationAdminV1Params
WithBody adds the body to the create leaderboard configuration admin v1 params
func (*CreateLeaderboardConfigurationAdminV1Params) WithContext ¶
func (o *CreateLeaderboardConfigurationAdminV1Params) WithContext(ctx context.Context) *CreateLeaderboardConfigurationAdminV1Params
WithContext adds the context to the create leaderboard configuration admin v1 params
func (*CreateLeaderboardConfigurationAdminV1Params) WithHTTPClient ¶
func (o *CreateLeaderboardConfigurationAdminV1Params) WithHTTPClient(client *http.Client) *CreateLeaderboardConfigurationAdminV1Params
WithHTTPClient adds the HTTPClient to the create leaderboard configuration admin v1 params
func (*CreateLeaderboardConfigurationAdminV1Params) WithNamespace ¶
func (o *CreateLeaderboardConfigurationAdminV1Params) WithNamespace(namespace string) *CreateLeaderboardConfigurationAdminV1Params
WithNamespace adds the namespace to the create leaderboard configuration admin v1 params
func (*CreateLeaderboardConfigurationAdminV1Params) WithTimeout ¶
func (o *CreateLeaderboardConfigurationAdminV1Params) WithTimeout(timeout time.Duration) *CreateLeaderboardConfigurationAdminV1Params
WithTimeout adds the timeout to the create leaderboard configuration admin v1 params
func (*CreateLeaderboardConfigurationAdminV1Params) WriteToRequest ¶
func (o *CreateLeaderboardConfigurationAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateLeaderboardConfigurationAdminV1Reader ¶
type CreateLeaderboardConfigurationAdminV1Reader struct {
// contains filtered or unexported fields
}
CreateLeaderboardConfigurationAdminV1Reader is a Reader for the CreateLeaderboardConfigurationAdminV1 structure.
func (*CreateLeaderboardConfigurationAdminV1Reader) ReadResponse ¶
func (o *CreateLeaderboardConfigurationAdminV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateLeaderboardConfigurationAdminV1Unauthorized ¶
type CreateLeaderboardConfigurationAdminV1Unauthorized struct {
}CreateLeaderboardConfigurationAdminV1Unauthorized handles this case with default header values.
Unauthorized
func NewCreateLeaderboardConfigurationAdminV1Unauthorized ¶
func NewCreateLeaderboardConfigurationAdminV1Unauthorized() *CreateLeaderboardConfigurationAdminV1Unauthorized
NewCreateLeaderboardConfigurationAdminV1Unauthorized creates a CreateLeaderboardConfigurationAdminV1Unauthorized with default headers values
func (*CreateLeaderboardConfigurationAdminV1Unauthorized) Error ¶
func (o *CreateLeaderboardConfigurationAdminV1Unauthorized) Error() string
func (*CreateLeaderboardConfigurationAdminV1Unauthorized) GetPayload ¶
func (o *CreateLeaderboardConfigurationAdminV1Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*CreateLeaderboardConfigurationAdminV1Unauthorized) ToJSONString ¶ added in v0.25.0
func (o *CreateLeaderboardConfigurationAdminV1Unauthorized) ToJSONString() string
type CreateLeaderboardConfigurationPublicV1BadRequest ¶
type CreateLeaderboardConfigurationPublicV1BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
CreateLeaderboardConfigurationPublicV1BadRequest handles this case with default header values.
Bad Request
func NewCreateLeaderboardConfigurationPublicV1BadRequest ¶
func NewCreateLeaderboardConfigurationPublicV1BadRequest() *CreateLeaderboardConfigurationPublicV1BadRequest
NewCreateLeaderboardConfigurationPublicV1BadRequest creates a CreateLeaderboardConfigurationPublicV1BadRequest with default headers values
func (*CreateLeaderboardConfigurationPublicV1BadRequest) Error ¶
func (o *CreateLeaderboardConfigurationPublicV1BadRequest) Error() string
func (*CreateLeaderboardConfigurationPublicV1BadRequest) GetPayload ¶
func (o *CreateLeaderboardConfigurationPublicV1BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*CreateLeaderboardConfigurationPublicV1BadRequest) ToJSONString ¶ added in v0.25.0
func (o *CreateLeaderboardConfigurationPublicV1BadRequest) ToJSONString() string
type CreateLeaderboardConfigurationPublicV1Conflict ¶
type CreateLeaderboardConfigurationPublicV1Conflict struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
CreateLeaderboardConfigurationPublicV1Conflict handles this case with default header values.
Conflict
func NewCreateLeaderboardConfigurationPublicV1Conflict ¶
func NewCreateLeaderboardConfigurationPublicV1Conflict() *CreateLeaderboardConfigurationPublicV1Conflict
NewCreateLeaderboardConfigurationPublicV1Conflict creates a CreateLeaderboardConfigurationPublicV1Conflict with default headers values
func (*CreateLeaderboardConfigurationPublicV1Conflict) Error ¶
func (o *CreateLeaderboardConfigurationPublicV1Conflict) Error() string
func (*CreateLeaderboardConfigurationPublicV1Conflict) GetPayload ¶
func (o *CreateLeaderboardConfigurationPublicV1Conflict) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*CreateLeaderboardConfigurationPublicV1Conflict) ToJSONString ¶ added in v0.25.0
func (o *CreateLeaderboardConfigurationPublicV1Conflict) ToJSONString() string
type CreateLeaderboardConfigurationPublicV1Created ¶
type CreateLeaderboardConfigurationPublicV1Created struct {
Payload *leaderboardclientmodels.ModelsLeaderboardConfigReq
}
CreateLeaderboardConfigurationPublicV1Created handles this case with default header values.
Created
func NewCreateLeaderboardConfigurationPublicV1Created ¶
func NewCreateLeaderboardConfigurationPublicV1Created() *CreateLeaderboardConfigurationPublicV1Created
NewCreateLeaderboardConfigurationPublicV1Created creates a CreateLeaderboardConfigurationPublicV1Created with default headers values
func (*CreateLeaderboardConfigurationPublicV1Created) Error ¶
func (o *CreateLeaderboardConfigurationPublicV1Created) Error() string
func (*CreateLeaderboardConfigurationPublicV1Created) GetPayload ¶
func (o *CreateLeaderboardConfigurationPublicV1Created) GetPayload() *leaderboardclientmodels.ModelsLeaderboardConfigReq
func (*CreateLeaderboardConfigurationPublicV1Created) ToJSONString ¶ added in v0.25.0
func (o *CreateLeaderboardConfigurationPublicV1Created) ToJSONString() string
type CreateLeaderboardConfigurationPublicV1Forbidden ¶
type CreateLeaderboardConfigurationPublicV1Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
CreateLeaderboardConfigurationPublicV1Forbidden handles this case with default header values.
Forbidden
func NewCreateLeaderboardConfigurationPublicV1Forbidden ¶
func NewCreateLeaderboardConfigurationPublicV1Forbidden() *CreateLeaderboardConfigurationPublicV1Forbidden
NewCreateLeaderboardConfigurationPublicV1Forbidden creates a CreateLeaderboardConfigurationPublicV1Forbidden with default headers values
func (*CreateLeaderboardConfigurationPublicV1Forbidden) Error ¶
func (o *CreateLeaderboardConfigurationPublicV1Forbidden) Error() string
func (*CreateLeaderboardConfigurationPublicV1Forbidden) GetPayload ¶
func (o *CreateLeaderboardConfigurationPublicV1Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*CreateLeaderboardConfigurationPublicV1Forbidden) ToJSONString ¶ added in v0.25.0
func (o *CreateLeaderboardConfigurationPublicV1Forbidden) ToJSONString() string
type CreateLeaderboardConfigurationPublicV1InternalServerError ¶
type CreateLeaderboardConfigurationPublicV1InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
CreateLeaderboardConfigurationPublicV1InternalServerError handles this case with default header values.
Internal Server Error
func NewCreateLeaderboardConfigurationPublicV1InternalServerError ¶
func NewCreateLeaderboardConfigurationPublicV1InternalServerError() *CreateLeaderboardConfigurationPublicV1InternalServerError
NewCreateLeaderboardConfigurationPublicV1InternalServerError creates a CreateLeaderboardConfigurationPublicV1InternalServerError with default headers values
func (*CreateLeaderboardConfigurationPublicV1InternalServerError) Error ¶
func (o *CreateLeaderboardConfigurationPublicV1InternalServerError) Error() string
func (*CreateLeaderboardConfigurationPublicV1InternalServerError) GetPayload ¶
func (o *CreateLeaderboardConfigurationPublicV1InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*CreateLeaderboardConfigurationPublicV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *CreateLeaderboardConfigurationPublicV1InternalServerError) ToJSONString() string
type CreateLeaderboardConfigurationPublicV1Params ¶
type CreateLeaderboardConfigurationPublicV1Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *leaderboardclientmodels.ModelsLeaderboardConfigReq /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateLeaderboardConfigurationPublicV1Params contains all the parameters to send to the API endpoint for the create leaderboard configuration public v1 operation typically these are written to a http.Request
func NewCreateLeaderboardConfigurationPublicV1Params ¶
func NewCreateLeaderboardConfigurationPublicV1Params() *CreateLeaderboardConfigurationPublicV1Params
NewCreateLeaderboardConfigurationPublicV1Params creates a new CreateLeaderboardConfigurationPublicV1Params object with the default values initialized.
func NewCreateLeaderboardConfigurationPublicV1ParamsWithContext ¶
func NewCreateLeaderboardConfigurationPublicV1ParamsWithContext(ctx context.Context) *CreateLeaderboardConfigurationPublicV1Params
NewCreateLeaderboardConfigurationPublicV1ParamsWithContext creates a new CreateLeaderboardConfigurationPublicV1Params object with the default values initialized, and the ability to set a context for a request
func NewCreateLeaderboardConfigurationPublicV1ParamsWithHTTPClient ¶
func NewCreateLeaderboardConfigurationPublicV1ParamsWithHTTPClient(client *http.Client) *CreateLeaderboardConfigurationPublicV1Params
NewCreateLeaderboardConfigurationPublicV1ParamsWithHTTPClient creates a new CreateLeaderboardConfigurationPublicV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateLeaderboardConfigurationPublicV1ParamsWithTimeout ¶
func NewCreateLeaderboardConfigurationPublicV1ParamsWithTimeout(timeout time.Duration) *CreateLeaderboardConfigurationPublicV1Params
NewCreateLeaderboardConfigurationPublicV1ParamsWithTimeout creates a new CreateLeaderboardConfigurationPublicV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*CreateLeaderboardConfigurationPublicV1Params) SetAuthInfoWriter ¶ added in v0.17.0
func (o *CreateLeaderboardConfigurationPublicV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the create leaderboard configuration public v1 params
func (*CreateLeaderboardConfigurationPublicV1Params) SetBody ¶
func (o *CreateLeaderboardConfigurationPublicV1Params) SetBody(body *leaderboardclientmodels.ModelsLeaderboardConfigReq)
SetBody adds the body to the create leaderboard configuration public v1 params
func (*CreateLeaderboardConfigurationPublicV1Params) SetContext ¶
func (o *CreateLeaderboardConfigurationPublicV1Params) SetContext(ctx context.Context)
SetContext adds the context to the create leaderboard configuration public v1 params
func (*CreateLeaderboardConfigurationPublicV1Params) SetHTTPClient ¶
func (o *CreateLeaderboardConfigurationPublicV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create leaderboard configuration public v1 params
func (*CreateLeaderboardConfigurationPublicV1Params) SetHTTPClientTransport ¶ added in v0.19.0
func (o *CreateLeaderboardConfigurationPublicV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the create leaderboard configuration public v1 params
func (*CreateLeaderboardConfigurationPublicV1Params) SetNamespace ¶
func (o *CreateLeaderboardConfigurationPublicV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the create leaderboard configuration public v1 params
func (*CreateLeaderboardConfigurationPublicV1Params) SetTimeout ¶
func (o *CreateLeaderboardConfigurationPublicV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create leaderboard configuration public v1 params
func (*CreateLeaderboardConfigurationPublicV1Params) WithBody ¶
func (o *CreateLeaderboardConfigurationPublicV1Params) WithBody(body *leaderboardclientmodels.ModelsLeaderboardConfigReq) *CreateLeaderboardConfigurationPublicV1Params
WithBody adds the body to the create leaderboard configuration public v1 params
func (*CreateLeaderboardConfigurationPublicV1Params) WithContext ¶
func (o *CreateLeaderboardConfigurationPublicV1Params) WithContext(ctx context.Context) *CreateLeaderboardConfigurationPublicV1Params
WithContext adds the context to the create leaderboard configuration public v1 params
func (*CreateLeaderboardConfigurationPublicV1Params) WithHTTPClient ¶
func (o *CreateLeaderboardConfigurationPublicV1Params) WithHTTPClient(client *http.Client) *CreateLeaderboardConfigurationPublicV1Params
WithHTTPClient adds the HTTPClient to the create leaderboard configuration public v1 params
func (*CreateLeaderboardConfigurationPublicV1Params) WithNamespace ¶
func (o *CreateLeaderboardConfigurationPublicV1Params) WithNamespace(namespace string) *CreateLeaderboardConfigurationPublicV1Params
WithNamespace adds the namespace to the create leaderboard configuration public v1 params
func (*CreateLeaderboardConfigurationPublicV1Params) WithTimeout ¶
func (o *CreateLeaderboardConfigurationPublicV1Params) WithTimeout(timeout time.Duration) *CreateLeaderboardConfigurationPublicV1Params
WithTimeout adds the timeout to the create leaderboard configuration public v1 params
func (*CreateLeaderboardConfigurationPublicV1Params) WriteToRequest ¶
func (o *CreateLeaderboardConfigurationPublicV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateLeaderboardConfigurationPublicV1Reader ¶
type CreateLeaderboardConfigurationPublicV1Reader struct {
// contains filtered or unexported fields
}
CreateLeaderboardConfigurationPublicV1Reader is a Reader for the CreateLeaderboardConfigurationPublicV1 structure.
func (*CreateLeaderboardConfigurationPublicV1Reader) ReadResponse ¶
func (o *CreateLeaderboardConfigurationPublicV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateLeaderboardConfigurationPublicV1Unauthorized ¶
type CreateLeaderboardConfigurationPublicV1Unauthorized struct {
}CreateLeaderboardConfigurationPublicV1Unauthorized handles this case with default header values.
Unauthorized
func NewCreateLeaderboardConfigurationPublicV1Unauthorized ¶
func NewCreateLeaderboardConfigurationPublicV1Unauthorized() *CreateLeaderboardConfigurationPublicV1Unauthorized
NewCreateLeaderboardConfigurationPublicV1Unauthorized creates a CreateLeaderboardConfigurationPublicV1Unauthorized with default headers values
func (*CreateLeaderboardConfigurationPublicV1Unauthorized) Error ¶
func (o *CreateLeaderboardConfigurationPublicV1Unauthorized) Error() string
func (*CreateLeaderboardConfigurationPublicV1Unauthorized) GetPayload ¶
func (o *CreateLeaderboardConfigurationPublicV1Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*CreateLeaderboardConfigurationPublicV1Unauthorized) ToJSONString ¶ added in v0.25.0
func (o *CreateLeaderboardConfigurationPublicV1Unauthorized) ToJSONString() string
type DeleteBulkLeaderboardConfigurationAdminV1BadRequest ¶
type DeleteBulkLeaderboardConfigurationAdminV1BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
DeleteBulkLeaderboardConfigurationAdminV1BadRequest handles this case with default header values.
Bad Request
func NewDeleteBulkLeaderboardConfigurationAdminV1BadRequest ¶
func NewDeleteBulkLeaderboardConfigurationAdminV1BadRequest() *DeleteBulkLeaderboardConfigurationAdminV1BadRequest
NewDeleteBulkLeaderboardConfigurationAdminV1BadRequest creates a DeleteBulkLeaderboardConfigurationAdminV1BadRequest with default headers values
func (*DeleteBulkLeaderboardConfigurationAdminV1BadRequest) Error ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1BadRequest) Error() string
func (*DeleteBulkLeaderboardConfigurationAdminV1BadRequest) GetPayload ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteBulkLeaderboardConfigurationAdminV1BadRequest) ToJSONString ¶ added in v0.25.0
func (o *DeleteBulkLeaderboardConfigurationAdminV1BadRequest) ToJSONString() string
type DeleteBulkLeaderboardConfigurationAdminV1Forbidden ¶
type DeleteBulkLeaderboardConfigurationAdminV1Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
DeleteBulkLeaderboardConfigurationAdminV1Forbidden handles this case with default header values.
Forbidden
func NewDeleteBulkLeaderboardConfigurationAdminV1Forbidden ¶
func NewDeleteBulkLeaderboardConfigurationAdminV1Forbidden() *DeleteBulkLeaderboardConfigurationAdminV1Forbidden
NewDeleteBulkLeaderboardConfigurationAdminV1Forbidden creates a DeleteBulkLeaderboardConfigurationAdminV1Forbidden with default headers values
func (*DeleteBulkLeaderboardConfigurationAdminV1Forbidden) Error ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1Forbidden) Error() string
func (*DeleteBulkLeaderboardConfigurationAdminV1Forbidden) GetPayload ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteBulkLeaderboardConfigurationAdminV1Forbidden) ToJSONString ¶ added in v0.25.0
func (o *DeleteBulkLeaderboardConfigurationAdminV1Forbidden) ToJSONString() string
type DeleteBulkLeaderboardConfigurationAdminV1InternalServerError ¶
type DeleteBulkLeaderboardConfigurationAdminV1InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
DeleteBulkLeaderboardConfigurationAdminV1InternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteBulkLeaderboardConfigurationAdminV1InternalServerError ¶
func NewDeleteBulkLeaderboardConfigurationAdminV1InternalServerError() *DeleteBulkLeaderboardConfigurationAdminV1InternalServerError
NewDeleteBulkLeaderboardConfigurationAdminV1InternalServerError creates a DeleteBulkLeaderboardConfigurationAdminV1InternalServerError with default headers values
func (*DeleteBulkLeaderboardConfigurationAdminV1InternalServerError) Error ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1InternalServerError) Error() string
func (*DeleteBulkLeaderboardConfigurationAdminV1InternalServerError) GetPayload ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteBulkLeaderboardConfigurationAdminV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *DeleteBulkLeaderboardConfigurationAdminV1InternalServerError) ToJSONString() string
type DeleteBulkLeaderboardConfigurationAdminV1OK ¶
type DeleteBulkLeaderboardConfigurationAdminV1OK struct {
Payload *leaderboardclientmodels.ModelsDeleteBulkLeaderboardsResp
}
DeleteBulkLeaderboardConfigurationAdminV1OK handles this case with default header values.
OK
func NewDeleteBulkLeaderboardConfigurationAdminV1OK ¶
func NewDeleteBulkLeaderboardConfigurationAdminV1OK() *DeleteBulkLeaderboardConfigurationAdminV1OK
NewDeleteBulkLeaderboardConfigurationAdminV1OK creates a DeleteBulkLeaderboardConfigurationAdminV1OK with default headers values
func (*DeleteBulkLeaderboardConfigurationAdminV1OK) Error ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1OK) Error() string
func (*DeleteBulkLeaderboardConfigurationAdminV1OK) GetPayload ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1OK) GetPayload() *leaderboardclientmodels.ModelsDeleteBulkLeaderboardsResp
func (*DeleteBulkLeaderboardConfigurationAdminV1OK) ToJSONString ¶ added in v0.25.0
func (o *DeleteBulkLeaderboardConfigurationAdminV1OK) ToJSONString() string
type DeleteBulkLeaderboardConfigurationAdminV1Params ¶
type DeleteBulkLeaderboardConfigurationAdminV1Params 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 }
DeleteBulkLeaderboardConfigurationAdminV1Params contains all the parameters to send to the API endpoint for the delete bulk leaderboard configuration admin v1 operation typically these are written to a http.Request
func NewDeleteBulkLeaderboardConfigurationAdminV1Params ¶
func NewDeleteBulkLeaderboardConfigurationAdminV1Params() *DeleteBulkLeaderboardConfigurationAdminV1Params
NewDeleteBulkLeaderboardConfigurationAdminV1Params creates a new DeleteBulkLeaderboardConfigurationAdminV1Params object with the default values initialized.
func NewDeleteBulkLeaderboardConfigurationAdminV1ParamsWithContext ¶
func NewDeleteBulkLeaderboardConfigurationAdminV1ParamsWithContext(ctx context.Context) *DeleteBulkLeaderboardConfigurationAdminV1Params
NewDeleteBulkLeaderboardConfigurationAdminV1ParamsWithContext creates a new DeleteBulkLeaderboardConfigurationAdminV1Params object with the default values initialized, and the ability to set a context for a request
func NewDeleteBulkLeaderboardConfigurationAdminV1ParamsWithHTTPClient ¶
func NewDeleteBulkLeaderboardConfigurationAdminV1ParamsWithHTTPClient(client *http.Client) *DeleteBulkLeaderboardConfigurationAdminV1Params
NewDeleteBulkLeaderboardConfigurationAdminV1ParamsWithHTTPClient creates a new DeleteBulkLeaderboardConfigurationAdminV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteBulkLeaderboardConfigurationAdminV1ParamsWithTimeout ¶
func NewDeleteBulkLeaderboardConfigurationAdminV1ParamsWithTimeout(timeout time.Duration) *DeleteBulkLeaderboardConfigurationAdminV1Params
NewDeleteBulkLeaderboardConfigurationAdminV1ParamsWithTimeout creates a new DeleteBulkLeaderboardConfigurationAdminV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteBulkLeaderboardConfigurationAdminV1Params) SetAuthInfoWriter ¶ added in v0.17.0
func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete bulk leaderboard configuration admin v1 params
func (*DeleteBulkLeaderboardConfigurationAdminV1Params) SetBody ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) SetBody(body *leaderboardclientmodels.ModelsDeleteBulkLeaderboardsReq)
SetBody adds the body to the delete bulk leaderboard configuration admin v1 params
func (*DeleteBulkLeaderboardConfigurationAdminV1Params) SetContext ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) SetContext(ctx context.Context)
SetContext adds the context to the delete bulk leaderboard configuration admin v1 params
func (*DeleteBulkLeaderboardConfigurationAdminV1Params) SetHTTPClient ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete bulk leaderboard configuration admin v1 params
func (*DeleteBulkLeaderboardConfigurationAdminV1Params) SetHTTPClientTransport ¶ added in v0.19.0
func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete bulk leaderboard configuration admin v1 params
func (*DeleteBulkLeaderboardConfigurationAdminV1Params) SetNamespace ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete bulk leaderboard configuration admin v1 params
func (*DeleteBulkLeaderboardConfigurationAdminV1Params) SetTimeout ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete bulk leaderboard configuration admin v1 params
func (*DeleteBulkLeaderboardConfigurationAdminV1Params) WithBody ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) WithBody(body *leaderboardclientmodels.ModelsDeleteBulkLeaderboardsReq) *DeleteBulkLeaderboardConfigurationAdminV1Params
WithBody adds the body to the delete bulk leaderboard configuration admin v1 params
func (*DeleteBulkLeaderboardConfigurationAdminV1Params) WithContext ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) WithContext(ctx context.Context) *DeleteBulkLeaderboardConfigurationAdminV1Params
WithContext adds the context to the delete bulk leaderboard configuration admin v1 params
func (*DeleteBulkLeaderboardConfigurationAdminV1Params) WithHTTPClient ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) WithHTTPClient(client *http.Client) *DeleteBulkLeaderboardConfigurationAdminV1Params
WithHTTPClient adds the HTTPClient to the delete bulk leaderboard configuration admin v1 params
func (*DeleteBulkLeaderboardConfigurationAdminV1Params) WithNamespace ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) WithNamespace(namespace string) *DeleteBulkLeaderboardConfigurationAdminV1Params
WithNamespace adds the namespace to the delete bulk leaderboard configuration admin v1 params
func (*DeleteBulkLeaderboardConfigurationAdminV1Params) WithTimeout ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) WithTimeout(timeout time.Duration) *DeleteBulkLeaderboardConfigurationAdminV1Params
WithTimeout adds the timeout to the delete bulk leaderboard configuration admin v1 params
func (*DeleteBulkLeaderboardConfigurationAdminV1Params) WriteToRequest ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteBulkLeaderboardConfigurationAdminV1Reader ¶
type DeleteBulkLeaderboardConfigurationAdminV1Reader struct {
// contains filtered or unexported fields
}
DeleteBulkLeaderboardConfigurationAdminV1Reader is a Reader for the DeleteBulkLeaderboardConfigurationAdminV1 structure.
func (*DeleteBulkLeaderboardConfigurationAdminV1Reader) ReadResponse ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteBulkLeaderboardConfigurationAdminV1Unauthorized ¶
type DeleteBulkLeaderboardConfigurationAdminV1Unauthorized struct {
}DeleteBulkLeaderboardConfigurationAdminV1Unauthorized handles this case with default header values.
Unauthorized
func NewDeleteBulkLeaderboardConfigurationAdminV1Unauthorized ¶
func NewDeleteBulkLeaderboardConfigurationAdminV1Unauthorized() *DeleteBulkLeaderboardConfigurationAdminV1Unauthorized
NewDeleteBulkLeaderboardConfigurationAdminV1Unauthorized creates a DeleteBulkLeaderboardConfigurationAdminV1Unauthorized with default headers values
func (*DeleteBulkLeaderboardConfigurationAdminV1Unauthorized) Error ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1Unauthorized) Error() string
func (*DeleteBulkLeaderboardConfigurationAdminV1Unauthorized) GetPayload ¶
func (o *DeleteBulkLeaderboardConfigurationAdminV1Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteBulkLeaderboardConfigurationAdminV1Unauthorized) ToJSONString ¶ added in v0.25.0
func (o *DeleteBulkLeaderboardConfigurationAdminV1Unauthorized) ToJSONString() string
type DeleteLeaderboardConfigurationAdminV1BadRequest ¶
type DeleteLeaderboardConfigurationAdminV1BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
DeleteLeaderboardConfigurationAdminV1BadRequest handles this case with default header values.
Bad Request
func NewDeleteLeaderboardConfigurationAdminV1BadRequest ¶
func NewDeleteLeaderboardConfigurationAdminV1BadRequest() *DeleteLeaderboardConfigurationAdminV1BadRequest
NewDeleteLeaderboardConfigurationAdminV1BadRequest creates a DeleteLeaderboardConfigurationAdminV1BadRequest with default headers values
func (*DeleteLeaderboardConfigurationAdminV1BadRequest) Error ¶
func (o *DeleteLeaderboardConfigurationAdminV1BadRequest) Error() string
func (*DeleteLeaderboardConfigurationAdminV1BadRequest) GetPayload ¶
func (o *DeleteLeaderboardConfigurationAdminV1BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteLeaderboardConfigurationAdminV1BadRequest) ToJSONString ¶ added in v0.25.0
func (o *DeleteLeaderboardConfigurationAdminV1BadRequest) ToJSONString() string
type DeleteLeaderboardConfigurationAdminV1Forbidden ¶
type DeleteLeaderboardConfigurationAdminV1Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
DeleteLeaderboardConfigurationAdminV1Forbidden handles this case with default header values.
Forbidden
func NewDeleteLeaderboardConfigurationAdminV1Forbidden ¶
func NewDeleteLeaderboardConfigurationAdminV1Forbidden() *DeleteLeaderboardConfigurationAdminV1Forbidden
NewDeleteLeaderboardConfigurationAdminV1Forbidden creates a DeleteLeaderboardConfigurationAdminV1Forbidden with default headers values
func (*DeleteLeaderboardConfigurationAdminV1Forbidden) Error ¶
func (o *DeleteLeaderboardConfigurationAdminV1Forbidden) Error() string
func (*DeleteLeaderboardConfigurationAdminV1Forbidden) GetPayload ¶
func (o *DeleteLeaderboardConfigurationAdminV1Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteLeaderboardConfigurationAdminV1Forbidden) ToJSONString ¶ added in v0.25.0
func (o *DeleteLeaderboardConfigurationAdminV1Forbidden) ToJSONString() string
type DeleteLeaderboardConfigurationAdminV1InternalServerError ¶
type DeleteLeaderboardConfigurationAdminV1InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
DeleteLeaderboardConfigurationAdminV1InternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteLeaderboardConfigurationAdminV1InternalServerError ¶
func NewDeleteLeaderboardConfigurationAdminV1InternalServerError() *DeleteLeaderboardConfigurationAdminV1InternalServerError
NewDeleteLeaderboardConfigurationAdminV1InternalServerError creates a DeleteLeaderboardConfigurationAdminV1InternalServerError with default headers values
func (*DeleteLeaderboardConfigurationAdminV1InternalServerError) Error ¶
func (o *DeleteLeaderboardConfigurationAdminV1InternalServerError) Error() string
func (*DeleteLeaderboardConfigurationAdminV1InternalServerError) GetPayload ¶
func (o *DeleteLeaderboardConfigurationAdminV1InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteLeaderboardConfigurationAdminV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *DeleteLeaderboardConfigurationAdminV1InternalServerError) ToJSONString() string
type DeleteLeaderboardConfigurationAdminV1NoContent ¶
type DeleteLeaderboardConfigurationAdminV1NoContent struct { }
DeleteLeaderboardConfigurationAdminV1NoContent handles this case with default header values.
No Content
func NewDeleteLeaderboardConfigurationAdminV1NoContent ¶
func NewDeleteLeaderboardConfigurationAdminV1NoContent() *DeleteLeaderboardConfigurationAdminV1NoContent
NewDeleteLeaderboardConfigurationAdminV1NoContent creates a DeleteLeaderboardConfigurationAdminV1NoContent with default headers values
func (*DeleteLeaderboardConfigurationAdminV1NoContent) Error ¶
func (o *DeleteLeaderboardConfigurationAdminV1NoContent) Error() string
type DeleteLeaderboardConfigurationAdminV1NotFound ¶
type DeleteLeaderboardConfigurationAdminV1NotFound struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
DeleteLeaderboardConfigurationAdminV1NotFound handles this case with default header values.
Not Found
func NewDeleteLeaderboardConfigurationAdminV1NotFound ¶
func NewDeleteLeaderboardConfigurationAdminV1NotFound() *DeleteLeaderboardConfigurationAdminV1NotFound
NewDeleteLeaderboardConfigurationAdminV1NotFound creates a DeleteLeaderboardConfigurationAdminV1NotFound with default headers values
func (*DeleteLeaderboardConfigurationAdminV1NotFound) Error ¶
func (o *DeleteLeaderboardConfigurationAdminV1NotFound) Error() string
func (*DeleteLeaderboardConfigurationAdminV1NotFound) GetPayload ¶
func (o *DeleteLeaderboardConfigurationAdminV1NotFound) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteLeaderboardConfigurationAdminV1NotFound) ToJSONString ¶ added in v0.25.0
func (o *DeleteLeaderboardConfigurationAdminV1NotFound) ToJSONString() string
type DeleteLeaderboardConfigurationAdminV1Params ¶
type DeleteLeaderboardConfigurationAdminV1Params 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 }
DeleteLeaderboardConfigurationAdminV1Params contains all the parameters to send to the API endpoint for the delete leaderboard configuration admin v1 operation typically these are written to a http.Request
func NewDeleteLeaderboardConfigurationAdminV1Params ¶
func NewDeleteLeaderboardConfigurationAdminV1Params() *DeleteLeaderboardConfigurationAdminV1Params
NewDeleteLeaderboardConfigurationAdminV1Params creates a new DeleteLeaderboardConfigurationAdminV1Params object with the default values initialized.
func NewDeleteLeaderboardConfigurationAdminV1ParamsWithContext ¶
func NewDeleteLeaderboardConfigurationAdminV1ParamsWithContext(ctx context.Context) *DeleteLeaderboardConfigurationAdminV1Params
NewDeleteLeaderboardConfigurationAdminV1ParamsWithContext creates a new DeleteLeaderboardConfigurationAdminV1Params object with the default values initialized, and the ability to set a context for a request
func NewDeleteLeaderboardConfigurationAdminV1ParamsWithHTTPClient ¶
func NewDeleteLeaderboardConfigurationAdminV1ParamsWithHTTPClient(client *http.Client) *DeleteLeaderboardConfigurationAdminV1Params
NewDeleteLeaderboardConfigurationAdminV1ParamsWithHTTPClient creates a new DeleteLeaderboardConfigurationAdminV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteLeaderboardConfigurationAdminV1ParamsWithTimeout ¶
func NewDeleteLeaderboardConfigurationAdminV1ParamsWithTimeout(timeout time.Duration) *DeleteLeaderboardConfigurationAdminV1Params
NewDeleteLeaderboardConfigurationAdminV1ParamsWithTimeout creates a new DeleteLeaderboardConfigurationAdminV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteLeaderboardConfigurationAdminV1Params) SetAuthInfoWriter ¶ added in v0.17.0
func (o *DeleteLeaderboardConfigurationAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete leaderboard configuration admin v1 params
func (*DeleteLeaderboardConfigurationAdminV1Params) SetContext ¶
func (o *DeleteLeaderboardConfigurationAdminV1Params) SetContext(ctx context.Context)
SetContext adds the context to the delete leaderboard configuration admin v1 params
func (*DeleteLeaderboardConfigurationAdminV1Params) SetHTTPClient ¶
func (o *DeleteLeaderboardConfigurationAdminV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete leaderboard configuration admin v1 params
func (*DeleteLeaderboardConfigurationAdminV1Params) SetHTTPClientTransport ¶ added in v0.19.0
func (o *DeleteLeaderboardConfigurationAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete leaderboard configuration admin v1 params
func (*DeleteLeaderboardConfigurationAdminV1Params) SetLeaderboardCode ¶
func (o *DeleteLeaderboardConfigurationAdminV1Params) SetLeaderboardCode(leaderboardCode string)
SetLeaderboardCode adds the leaderboardCode to the delete leaderboard configuration admin v1 params
func (*DeleteLeaderboardConfigurationAdminV1Params) SetNamespace ¶
func (o *DeleteLeaderboardConfigurationAdminV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete leaderboard configuration admin v1 params
func (*DeleteLeaderboardConfigurationAdminV1Params) SetTimeout ¶
func (o *DeleteLeaderboardConfigurationAdminV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete leaderboard configuration admin v1 params
func (*DeleteLeaderboardConfigurationAdminV1Params) WithContext ¶
func (o *DeleteLeaderboardConfigurationAdminV1Params) WithContext(ctx context.Context) *DeleteLeaderboardConfigurationAdminV1Params
WithContext adds the context to the delete leaderboard configuration admin v1 params
func (*DeleteLeaderboardConfigurationAdminV1Params) WithHTTPClient ¶
func (o *DeleteLeaderboardConfigurationAdminV1Params) WithHTTPClient(client *http.Client) *DeleteLeaderboardConfigurationAdminV1Params
WithHTTPClient adds the HTTPClient to the delete leaderboard configuration admin v1 params
func (*DeleteLeaderboardConfigurationAdminV1Params) WithLeaderboardCode ¶
func (o *DeleteLeaderboardConfigurationAdminV1Params) WithLeaderboardCode(leaderboardCode string) *DeleteLeaderboardConfigurationAdminV1Params
WithLeaderboardCode adds the leaderboardCode to the delete leaderboard configuration admin v1 params
func (*DeleteLeaderboardConfigurationAdminV1Params) WithNamespace ¶
func (o *DeleteLeaderboardConfigurationAdminV1Params) WithNamespace(namespace string) *DeleteLeaderboardConfigurationAdminV1Params
WithNamespace adds the namespace to the delete leaderboard configuration admin v1 params
func (*DeleteLeaderboardConfigurationAdminV1Params) WithTimeout ¶
func (o *DeleteLeaderboardConfigurationAdminV1Params) WithTimeout(timeout time.Duration) *DeleteLeaderboardConfigurationAdminV1Params
WithTimeout adds the timeout to the delete leaderboard configuration admin v1 params
func (*DeleteLeaderboardConfigurationAdminV1Params) WriteToRequest ¶
func (o *DeleteLeaderboardConfigurationAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteLeaderboardConfigurationAdminV1Reader ¶
type DeleteLeaderboardConfigurationAdminV1Reader struct {
// contains filtered or unexported fields
}
DeleteLeaderboardConfigurationAdminV1Reader is a Reader for the DeleteLeaderboardConfigurationAdminV1 structure.
func (*DeleteLeaderboardConfigurationAdminV1Reader) ReadResponse ¶
func (o *DeleteLeaderboardConfigurationAdminV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteLeaderboardConfigurationAdminV1Unauthorized ¶
type DeleteLeaderboardConfigurationAdminV1Unauthorized struct {
}DeleteLeaderboardConfigurationAdminV1Unauthorized handles this case with default header values.
Unauthorized
func NewDeleteLeaderboardConfigurationAdminV1Unauthorized ¶
func NewDeleteLeaderboardConfigurationAdminV1Unauthorized() *DeleteLeaderboardConfigurationAdminV1Unauthorized
NewDeleteLeaderboardConfigurationAdminV1Unauthorized creates a DeleteLeaderboardConfigurationAdminV1Unauthorized with default headers values
func (*DeleteLeaderboardConfigurationAdminV1Unauthorized) Error ¶
func (o *DeleteLeaderboardConfigurationAdminV1Unauthorized) Error() string
func (*DeleteLeaderboardConfigurationAdminV1Unauthorized) GetPayload ¶
func (o *DeleteLeaderboardConfigurationAdminV1Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*DeleteLeaderboardConfigurationAdminV1Unauthorized) ToJSONString ¶ added in v0.25.0
func (o *DeleteLeaderboardConfigurationAdminV1Unauthorized) ToJSONString() string
type GetLeaderboardConfigurationAdminV1BadRequest ¶
type GetLeaderboardConfigurationAdminV1BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationAdminV1BadRequest handles this case with default header values.
Bad Request
func NewGetLeaderboardConfigurationAdminV1BadRequest ¶
func NewGetLeaderboardConfigurationAdminV1BadRequest() *GetLeaderboardConfigurationAdminV1BadRequest
NewGetLeaderboardConfigurationAdminV1BadRequest creates a GetLeaderboardConfigurationAdminV1BadRequest with default headers values
func (*GetLeaderboardConfigurationAdminV1BadRequest) Error ¶
func (o *GetLeaderboardConfigurationAdminV1BadRequest) Error() string
func (*GetLeaderboardConfigurationAdminV1BadRequest) GetPayload ¶
func (o *GetLeaderboardConfigurationAdminV1BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationAdminV1BadRequest) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationAdminV1BadRequest) ToJSONString() string
type GetLeaderboardConfigurationAdminV1Forbidden ¶
type GetLeaderboardConfigurationAdminV1Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationAdminV1Forbidden handles this case with default header values.
Forbidden
func NewGetLeaderboardConfigurationAdminV1Forbidden ¶
func NewGetLeaderboardConfigurationAdminV1Forbidden() *GetLeaderboardConfigurationAdminV1Forbidden
NewGetLeaderboardConfigurationAdminV1Forbidden creates a GetLeaderboardConfigurationAdminV1Forbidden with default headers values
func (*GetLeaderboardConfigurationAdminV1Forbidden) Error ¶
func (o *GetLeaderboardConfigurationAdminV1Forbidden) Error() string
func (*GetLeaderboardConfigurationAdminV1Forbidden) GetPayload ¶
func (o *GetLeaderboardConfigurationAdminV1Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationAdminV1Forbidden) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationAdminV1Forbidden) ToJSONString() string
type GetLeaderboardConfigurationAdminV1InternalServerError ¶
type GetLeaderboardConfigurationAdminV1InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationAdminV1InternalServerError handles this case with default header values.
Internal Server Error
func NewGetLeaderboardConfigurationAdminV1InternalServerError ¶
func NewGetLeaderboardConfigurationAdminV1InternalServerError() *GetLeaderboardConfigurationAdminV1InternalServerError
NewGetLeaderboardConfigurationAdminV1InternalServerError creates a GetLeaderboardConfigurationAdminV1InternalServerError with default headers values
func (*GetLeaderboardConfigurationAdminV1InternalServerError) Error ¶
func (o *GetLeaderboardConfigurationAdminV1InternalServerError) Error() string
func (*GetLeaderboardConfigurationAdminV1InternalServerError) GetPayload ¶
func (o *GetLeaderboardConfigurationAdminV1InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationAdminV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationAdminV1InternalServerError) ToJSONString() string
type GetLeaderboardConfigurationAdminV1NotFound ¶
type GetLeaderboardConfigurationAdminV1NotFound struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationAdminV1NotFound handles this case with default header values.
Not Found
func NewGetLeaderboardConfigurationAdminV1NotFound ¶
func NewGetLeaderboardConfigurationAdminV1NotFound() *GetLeaderboardConfigurationAdminV1NotFound
NewGetLeaderboardConfigurationAdminV1NotFound creates a GetLeaderboardConfigurationAdminV1NotFound with default headers values
func (*GetLeaderboardConfigurationAdminV1NotFound) Error ¶
func (o *GetLeaderboardConfigurationAdminV1NotFound) Error() string
func (*GetLeaderboardConfigurationAdminV1NotFound) GetPayload ¶
func (o *GetLeaderboardConfigurationAdminV1NotFound) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationAdminV1NotFound) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationAdminV1NotFound) ToJSONString() string
type GetLeaderboardConfigurationAdminV1OK ¶
type GetLeaderboardConfigurationAdminV1OK struct {
Payload *leaderboardclientmodels.ModelsGetLeaderboardConfigResp
}
GetLeaderboardConfigurationAdminV1OK handles this case with default header values.
OK
func NewGetLeaderboardConfigurationAdminV1OK ¶
func NewGetLeaderboardConfigurationAdminV1OK() *GetLeaderboardConfigurationAdminV1OK
NewGetLeaderboardConfigurationAdminV1OK creates a GetLeaderboardConfigurationAdminV1OK with default headers values
func (*GetLeaderboardConfigurationAdminV1OK) Error ¶
func (o *GetLeaderboardConfigurationAdminV1OK) Error() string
func (*GetLeaderboardConfigurationAdminV1OK) GetPayload ¶
func (o *GetLeaderboardConfigurationAdminV1OK) GetPayload() *leaderboardclientmodels.ModelsGetLeaderboardConfigResp
func (*GetLeaderboardConfigurationAdminV1OK) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationAdminV1OK) ToJSONString() string
type GetLeaderboardConfigurationAdminV1Params ¶
type GetLeaderboardConfigurationAdminV1Params 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 }
GetLeaderboardConfigurationAdminV1Params contains all the parameters to send to the API endpoint for the get leaderboard configuration admin v1 operation typically these are written to a http.Request
func NewGetLeaderboardConfigurationAdminV1Params ¶
func NewGetLeaderboardConfigurationAdminV1Params() *GetLeaderboardConfigurationAdminV1Params
NewGetLeaderboardConfigurationAdminV1Params creates a new GetLeaderboardConfigurationAdminV1Params object with the default values initialized.
func NewGetLeaderboardConfigurationAdminV1ParamsWithContext ¶
func NewGetLeaderboardConfigurationAdminV1ParamsWithContext(ctx context.Context) *GetLeaderboardConfigurationAdminV1Params
NewGetLeaderboardConfigurationAdminV1ParamsWithContext creates a new GetLeaderboardConfigurationAdminV1Params object with the default values initialized, and the ability to set a context for a request
func NewGetLeaderboardConfigurationAdminV1ParamsWithHTTPClient ¶
func NewGetLeaderboardConfigurationAdminV1ParamsWithHTTPClient(client *http.Client) *GetLeaderboardConfigurationAdminV1Params
NewGetLeaderboardConfigurationAdminV1ParamsWithHTTPClient creates a new GetLeaderboardConfigurationAdminV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetLeaderboardConfigurationAdminV1ParamsWithTimeout ¶
func NewGetLeaderboardConfigurationAdminV1ParamsWithTimeout(timeout time.Duration) *GetLeaderboardConfigurationAdminV1Params
NewGetLeaderboardConfigurationAdminV1ParamsWithTimeout creates a new GetLeaderboardConfigurationAdminV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetLeaderboardConfigurationAdminV1Params) SetAuthInfoWriter ¶ added in v0.17.0
func (o *GetLeaderboardConfigurationAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get leaderboard configuration admin v1 params
func (*GetLeaderboardConfigurationAdminV1Params) SetContext ¶
func (o *GetLeaderboardConfigurationAdminV1Params) SetContext(ctx context.Context)
SetContext adds the context to the get leaderboard configuration admin v1 params
func (*GetLeaderboardConfigurationAdminV1Params) SetHTTPClient ¶
func (o *GetLeaderboardConfigurationAdminV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get leaderboard configuration admin v1 params
func (*GetLeaderboardConfigurationAdminV1Params) SetHTTPClientTransport ¶ added in v0.19.0
func (o *GetLeaderboardConfigurationAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get leaderboard configuration admin v1 params
func (*GetLeaderboardConfigurationAdminV1Params) SetLeaderboardCode ¶
func (o *GetLeaderboardConfigurationAdminV1Params) SetLeaderboardCode(leaderboardCode string)
SetLeaderboardCode adds the leaderboardCode to the get leaderboard configuration admin v1 params
func (*GetLeaderboardConfigurationAdminV1Params) SetNamespace ¶
func (o *GetLeaderboardConfigurationAdminV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the get leaderboard configuration admin v1 params
func (*GetLeaderboardConfigurationAdminV1Params) SetTimeout ¶
func (o *GetLeaderboardConfigurationAdminV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get leaderboard configuration admin v1 params
func (*GetLeaderboardConfigurationAdminV1Params) WithContext ¶
func (o *GetLeaderboardConfigurationAdminV1Params) WithContext(ctx context.Context) *GetLeaderboardConfigurationAdminV1Params
WithContext adds the context to the get leaderboard configuration admin v1 params
func (*GetLeaderboardConfigurationAdminV1Params) WithHTTPClient ¶
func (o *GetLeaderboardConfigurationAdminV1Params) WithHTTPClient(client *http.Client) *GetLeaderboardConfigurationAdminV1Params
WithHTTPClient adds the HTTPClient to the get leaderboard configuration admin v1 params
func (*GetLeaderboardConfigurationAdminV1Params) WithLeaderboardCode ¶
func (o *GetLeaderboardConfigurationAdminV1Params) WithLeaderboardCode(leaderboardCode string) *GetLeaderboardConfigurationAdminV1Params
WithLeaderboardCode adds the leaderboardCode to the get leaderboard configuration admin v1 params
func (*GetLeaderboardConfigurationAdminV1Params) WithNamespace ¶
func (o *GetLeaderboardConfigurationAdminV1Params) WithNamespace(namespace string) *GetLeaderboardConfigurationAdminV1Params
WithNamespace adds the namespace to the get leaderboard configuration admin v1 params
func (*GetLeaderboardConfigurationAdminV1Params) WithTimeout ¶
func (o *GetLeaderboardConfigurationAdminV1Params) WithTimeout(timeout time.Duration) *GetLeaderboardConfigurationAdminV1Params
WithTimeout adds the timeout to the get leaderboard configuration admin v1 params
func (*GetLeaderboardConfigurationAdminV1Params) WriteToRequest ¶
func (o *GetLeaderboardConfigurationAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLeaderboardConfigurationAdminV1Reader ¶
type GetLeaderboardConfigurationAdminV1Reader struct {
// contains filtered or unexported fields
}
GetLeaderboardConfigurationAdminV1Reader is a Reader for the GetLeaderboardConfigurationAdminV1 structure.
func (*GetLeaderboardConfigurationAdminV1Reader) ReadResponse ¶
func (o *GetLeaderboardConfigurationAdminV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLeaderboardConfigurationAdminV1Unauthorized ¶
type GetLeaderboardConfigurationAdminV1Unauthorized struct {
}GetLeaderboardConfigurationAdminV1Unauthorized handles this case with default header values.
Unauthorized
func NewGetLeaderboardConfigurationAdminV1Unauthorized ¶
func NewGetLeaderboardConfigurationAdminV1Unauthorized() *GetLeaderboardConfigurationAdminV1Unauthorized
NewGetLeaderboardConfigurationAdminV1Unauthorized creates a GetLeaderboardConfigurationAdminV1Unauthorized with default headers values
func (*GetLeaderboardConfigurationAdminV1Unauthorized) Error ¶
func (o *GetLeaderboardConfigurationAdminV1Unauthorized) Error() string
func (*GetLeaderboardConfigurationAdminV1Unauthorized) GetPayload ¶
func (o *GetLeaderboardConfigurationAdminV1Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationAdminV1Unauthorized) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationAdminV1Unauthorized) ToJSONString() string
type GetLeaderboardConfigurationsAdminV1BadRequest ¶
type GetLeaderboardConfigurationsAdminV1BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationsAdminV1BadRequest handles this case with default header values.
Bad Request
func NewGetLeaderboardConfigurationsAdminV1BadRequest ¶
func NewGetLeaderboardConfigurationsAdminV1BadRequest() *GetLeaderboardConfigurationsAdminV1BadRequest
NewGetLeaderboardConfigurationsAdminV1BadRequest creates a GetLeaderboardConfigurationsAdminV1BadRequest with default headers values
func (*GetLeaderboardConfigurationsAdminV1BadRequest) Error ¶
func (o *GetLeaderboardConfigurationsAdminV1BadRequest) Error() string
func (*GetLeaderboardConfigurationsAdminV1BadRequest) GetPayload ¶
func (o *GetLeaderboardConfigurationsAdminV1BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsAdminV1BadRequest) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationsAdminV1BadRequest) ToJSONString() string
type GetLeaderboardConfigurationsAdminV1Forbidden ¶
type GetLeaderboardConfigurationsAdminV1Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationsAdminV1Forbidden handles this case with default header values.
Forbidden
func NewGetLeaderboardConfigurationsAdminV1Forbidden ¶
func NewGetLeaderboardConfigurationsAdminV1Forbidden() *GetLeaderboardConfigurationsAdminV1Forbidden
NewGetLeaderboardConfigurationsAdminV1Forbidden creates a GetLeaderboardConfigurationsAdminV1Forbidden with default headers values
func (*GetLeaderboardConfigurationsAdminV1Forbidden) Error ¶
func (o *GetLeaderboardConfigurationsAdminV1Forbidden) Error() string
func (*GetLeaderboardConfigurationsAdminV1Forbidden) GetPayload ¶
func (o *GetLeaderboardConfigurationsAdminV1Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsAdminV1Forbidden) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationsAdminV1Forbidden) ToJSONString() string
type GetLeaderboardConfigurationsAdminV1InternalServerError ¶
type GetLeaderboardConfigurationsAdminV1InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationsAdminV1InternalServerError handles this case with default header values.
Internal Server Error
func NewGetLeaderboardConfigurationsAdminV1InternalServerError ¶
func NewGetLeaderboardConfigurationsAdminV1InternalServerError() *GetLeaderboardConfigurationsAdminV1InternalServerError
NewGetLeaderboardConfigurationsAdminV1InternalServerError creates a GetLeaderboardConfigurationsAdminV1InternalServerError with default headers values
func (*GetLeaderboardConfigurationsAdminV1InternalServerError) Error ¶
func (o *GetLeaderboardConfigurationsAdminV1InternalServerError) Error() string
func (*GetLeaderboardConfigurationsAdminV1InternalServerError) GetPayload ¶
func (o *GetLeaderboardConfigurationsAdminV1InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsAdminV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationsAdminV1InternalServerError) ToJSONString() string
type GetLeaderboardConfigurationsAdminV1OK ¶
type GetLeaderboardConfigurationsAdminV1OK struct {
Payload *leaderboardclientmodels.ModelsGetAllLeaderboardConfigsResp
}
GetLeaderboardConfigurationsAdminV1OK handles this case with default header values.
OK
func NewGetLeaderboardConfigurationsAdminV1OK ¶
func NewGetLeaderboardConfigurationsAdminV1OK() *GetLeaderboardConfigurationsAdminV1OK
NewGetLeaderboardConfigurationsAdminV1OK creates a GetLeaderboardConfigurationsAdminV1OK with default headers values
func (*GetLeaderboardConfigurationsAdminV1OK) Error ¶
func (o *GetLeaderboardConfigurationsAdminV1OK) Error() string
func (*GetLeaderboardConfigurationsAdminV1OK) GetPayload ¶
func (o *GetLeaderboardConfigurationsAdminV1OK) GetPayload() *leaderboardclientmodels.ModelsGetAllLeaderboardConfigsResp
func (*GetLeaderboardConfigurationsAdminV1OK) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationsAdminV1OK) ToJSONString() string
type GetLeaderboardConfigurationsAdminV1Params ¶
type GetLeaderboardConfigurationsAdminV1Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*IsArchived filter for archived leaderboard */ IsArchived *bool /*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 }
GetLeaderboardConfigurationsAdminV1Params contains all the parameters to send to the API endpoint for the get leaderboard configurations admin v1 operation typically these are written to a http.Request
func NewGetLeaderboardConfigurationsAdminV1Params ¶
func NewGetLeaderboardConfigurationsAdminV1Params() *GetLeaderboardConfigurationsAdminV1Params
NewGetLeaderboardConfigurationsAdminV1Params creates a new GetLeaderboardConfigurationsAdminV1Params object with the default values initialized.
func NewGetLeaderboardConfigurationsAdminV1ParamsWithContext ¶
func NewGetLeaderboardConfigurationsAdminV1ParamsWithContext(ctx context.Context) *GetLeaderboardConfigurationsAdminV1Params
NewGetLeaderboardConfigurationsAdminV1ParamsWithContext creates a new GetLeaderboardConfigurationsAdminV1Params object with the default values initialized, and the ability to set a context for a request
func NewGetLeaderboardConfigurationsAdminV1ParamsWithHTTPClient ¶
func NewGetLeaderboardConfigurationsAdminV1ParamsWithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsAdminV1Params
NewGetLeaderboardConfigurationsAdminV1ParamsWithHTTPClient creates a new GetLeaderboardConfigurationsAdminV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetLeaderboardConfigurationsAdminV1ParamsWithTimeout ¶
func NewGetLeaderboardConfigurationsAdminV1ParamsWithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsAdminV1Params
NewGetLeaderboardConfigurationsAdminV1ParamsWithTimeout creates a new GetLeaderboardConfigurationsAdminV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetLeaderboardConfigurationsAdminV1Params) SetAuthInfoWriter ¶ added in v0.17.0
func (o *GetLeaderboardConfigurationsAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) SetContext ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) SetContext(ctx context.Context)
SetContext adds the context to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) SetHTTPClient ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) SetHTTPClientTransport ¶ added in v0.19.0
func (o *GetLeaderboardConfigurationsAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) SetIsArchived ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) SetIsArchived(isArchived *bool)
SetIsArchived adds the isArchived to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) SetIsDeleted ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) SetIsDeleted(isDeleted *bool)
SetIsDeleted adds the isDeleted to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) SetLimit ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) SetLimit(limit *int64)
SetLimit adds the limit to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) SetNamespace ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) SetOffset ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) SetOffset(offset *int64)
SetOffset adds the offset to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) SetTimeout ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) WithContext ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) WithContext(ctx context.Context) *GetLeaderboardConfigurationsAdminV1Params
WithContext adds the context to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) WithHTTPClient ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) WithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsAdminV1Params
WithHTTPClient adds the HTTPClient to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) WithIsArchived ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) WithIsArchived(isArchived *bool) *GetLeaderboardConfigurationsAdminV1Params
WithIsArchived adds the isArchived to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) WithIsDeleted ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) WithIsDeleted(isDeleted *bool) *GetLeaderboardConfigurationsAdminV1Params
WithIsDeleted adds the isDeleted to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) WithLimit ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) WithLimit(limit *int64) *GetLeaderboardConfigurationsAdminV1Params
WithLimit adds the limit to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) WithNamespace ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) WithNamespace(namespace string) *GetLeaderboardConfigurationsAdminV1Params
WithNamespace adds the namespace to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) WithOffset ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) WithOffset(offset *int64) *GetLeaderboardConfigurationsAdminV1Params
WithOffset adds the offset to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) WithTimeout ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) WithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsAdminV1Params
WithTimeout adds the timeout to the get leaderboard configurations admin v1 params
func (*GetLeaderboardConfigurationsAdminV1Params) WriteToRequest ¶
func (o *GetLeaderboardConfigurationsAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLeaderboardConfigurationsAdminV1Reader ¶
type GetLeaderboardConfigurationsAdminV1Reader struct {
// contains filtered or unexported fields
}
GetLeaderboardConfigurationsAdminV1Reader is a Reader for the GetLeaderboardConfigurationsAdminV1 structure.
func (*GetLeaderboardConfigurationsAdminV1Reader) ReadResponse ¶
func (o *GetLeaderboardConfigurationsAdminV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLeaderboardConfigurationsAdminV1Unauthorized ¶
type GetLeaderboardConfigurationsAdminV1Unauthorized struct {
}GetLeaderboardConfigurationsAdminV1Unauthorized handles this case with default header values.
Unauthorized
func NewGetLeaderboardConfigurationsAdminV1Unauthorized ¶
func NewGetLeaderboardConfigurationsAdminV1Unauthorized() *GetLeaderboardConfigurationsAdminV1Unauthorized
NewGetLeaderboardConfigurationsAdminV1Unauthorized creates a GetLeaderboardConfigurationsAdminV1Unauthorized with default headers values
func (*GetLeaderboardConfigurationsAdminV1Unauthorized) Error ¶
func (o *GetLeaderboardConfigurationsAdminV1Unauthorized) Error() string
func (*GetLeaderboardConfigurationsAdminV1Unauthorized) GetPayload ¶
func (o *GetLeaderboardConfigurationsAdminV1Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsAdminV1Unauthorized) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationsAdminV1Unauthorized) ToJSONString() string
type GetLeaderboardConfigurationsPublicV1BadRequest ¶
type GetLeaderboardConfigurationsPublicV1BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationsPublicV1BadRequest handles this case with default header values.
Bad Request
func NewGetLeaderboardConfigurationsPublicV1BadRequest ¶
func NewGetLeaderboardConfigurationsPublicV1BadRequest() *GetLeaderboardConfigurationsPublicV1BadRequest
NewGetLeaderboardConfigurationsPublicV1BadRequest creates a GetLeaderboardConfigurationsPublicV1BadRequest with default headers values
func (*GetLeaderboardConfigurationsPublicV1BadRequest) Error ¶
func (o *GetLeaderboardConfigurationsPublicV1BadRequest) Error() string
func (*GetLeaderboardConfigurationsPublicV1BadRequest) GetPayload ¶
func (o *GetLeaderboardConfigurationsPublicV1BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsPublicV1BadRequest) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationsPublicV1BadRequest) ToJSONString() string
type GetLeaderboardConfigurationsPublicV1Forbidden ¶
type GetLeaderboardConfigurationsPublicV1Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationsPublicV1Forbidden handles this case with default header values.
Forbidden
func NewGetLeaderboardConfigurationsPublicV1Forbidden ¶
func NewGetLeaderboardConfigurationsPublicV1Forbidden() *GetLeaderboardConfigurationsPublicV1Forbidden
NewGetLeaderboardConfigurationsPublicV1Forbidden creates a GetLeaderboardConfigurationsPublicV1Forbidden with default headers values
func (*GetLeaderboardConfigurationsPublicV1Forbidden) Error ¶
func (o *GetLeaderboardConfigurationsPublicV1Forbidden) Error() string
func (*GetLeaderboardConfigurationsPublicV1Forbidden) GetPayload ¶
func (o *GetLeaderboardConfigurationsPublicV1Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsPublicV1Forbidden) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationsPublicV1Forbidden) ToJSONString() string
type GetLeaderboardConfigurationsPublicV1InternalServerError ¶
type GetLeaderboardConfigurationsPublicV1InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationsPublicV1InternalServerError handles this case with default header values.
Internal Server Error
func NewGetLeaderboardConfigurationsPublicV1InternalServerError ¶
func NewGetLeaderboardConfigurationsPublicV1InternalServerError() *GetLeaderboardConfigurationsPublicV1InternalServerError
NewGetLeaderboardConfigurationsPublicV1InternalServerError creates a GetLeaderboardConfigurationsPublicV1InternalServerError with default headers values
func (*GetLeaderboardConfigurationsPublicV1InternalServerError) Error ¶
func (o *GetLeaderboardConfigurationsPublicV1InternalServerError) Error() string
func (*GetLeaderboardConfigurationsPublicV1InternalServerError) GetPayload ¶
func (o *GetLeaderboardConfigurationsPublicV1InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsPublicV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationsPublicV1InternalServerError) ToJSONString() string
type GetLeaderboardConfigurationsPublicV1OK ¶
type GetLeaderboardConfigurationsPublicV1OK struct {
Payload *leaderboardclientmodels.ModelsGetAllLeaderboardConfigsPublicResp
}
GetLeaderboardConfigurationsPublicV1OK handles this case with default header values.
OK
func NewGetLeaderboardConfigurationsPublicV1OK ¶
func NewGetLeaderboardConfigurationsPublicV1OK() *GetLeaderboardConfigurationsPublicV1OK
NewGetLeaderboardConfigurationsPublicV1OK creates a GetLeaderboardConfigurationsPublicV1OK with default headers values
func (*GetLeaderboardConfigurationsPublicV1OK) Error ¶
func (o *GetLeaderboardConfigurationsPublicV1OK) Error() string
func (*GetLeaderboardConfigurationsPublicV1OK) GetPayload ¶
func (o *GetLeaderboardConfigurationsPublicV1OK) GetPayload() *leaderboardclientmodels.ModelsGetAllLeaderboardConfigsPublicResp
func (*GetLeaderboardConfigurationsPublicV1OK) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationsPublicV1OK) ToJSONString() string
type GetLeaderboardConfigurationsPublicV1Params ¶
type GetLeaderboardConfigurationsPublicV1Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*IsArchived filter for archived leaderboard */ IsArchived *bool /*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 }
GetLeaderboardConfigurationsPublicV1Params contains all the parameters to send to the API endpoint for the get leaderboard configurations public v1 operation typically these are written to a http.Request
func NewGetLeaderboardConfigurationsPublicV1Params ¶
func NewGetLeaderboardConfigurationsPublicV1Params() *GetLeaderboardConfigurationsPublicV1Params
NewGetLeaderboardConfigurationsPublicV1Params creates a new GetLeaderboardConfigurationsPublicV1Params object with the default values initialized.
func NewGetLeaderboardConfigurationsPublicV1ParamsWithContext ¶
func NewGetLeaderboardConfigurationsPublicV1ParamsWithContext(ctx context.Context) *GetLeaderboardConfigurationsPublicV1Params
NewGetLeaderboardConfigurationsPublicV1ParamsWithContext creates a new GetLeaderboardConfigurationsPublicV1Params object with the default values initialized, and the ability to set a context for a request
func NewGetLeaderboardConfigurationsPublicV1ParamsWithHTTPClient ¶
func NewGetLeaderboardConfigurationsPublicV1ParamsWithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsPublicV1Params
NewGetLeaderboardConfigurationsPublicV1ParamsWithHTTPClient creates a new GetLeaderboardConfigurationsPublicV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetLeaderboardConfigurationsPublicV1ParamsWithTimeout ¶
func NewGetLeaderboardConfigurationsPublicV1ParamsWithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsPublicV1Params
NewGetLeaderboardConfigurationsPublicV1ParamsWithTimeout creates a new GetLeaderboardConfigurationsPublicV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetLeaderboardConfigurationsPublicV1Params) SetAuthInfoWriter ¶ added in v0.17.0
func (o *GetLeaderboardConfigurationsPublicV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) SetContext ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) SetContext(ctx context.Context)
SetContext adds the context to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) SetHTTPClient ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) SetHTTPClientTransport ¶ added in v0.19.0
func (o *GetLeaderboardConfigurationsPublicV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) SetIsArchived ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) SetIsArchived(isArchived *bool)
SetIsArchived adds the isArchived to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) SetIsDeleted ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) SetIsDeleted(isDeleted *bool)
SetIsDeleted adds the isDeleted to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) SetLimit ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) SetLimit(limit *int64)
SetLimit adds the limit to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) SetNamespace ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) SetOffset ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) SetOffset(offset *int64)
SetOffset adds the offset to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) SetTimeout ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) WithContext ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) WithContext(ctx context.Context) *GetLeaderboardConfigurationsPublicV1Params
WithContext adds the context to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) WithHTTPClient ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) WithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsPublicV1Params
WithHTTPClient adds the HTTPClient to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) WithIsArchived ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) WithIsArchived(isArchived *bool) *GetLeaderboardConfigurationsPublicV1Params
WithIsArchived adds the isArchived to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) WithIsDeleted ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) WithIsDeleted(isDeleted *bool) *GetLeaderboardConfigurationsPublicV1Params
WithIsDeleted adds the isDeleted to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) WithLimit ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) WithLimit(limit *int64) *GetLeaderboardConfigurationsPublicV1Params
WithLimit adds the limit to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) WithNamespace ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) WithNamespace(namespace string) *GetLeaderboardConfigurationsPublicV1Params
WithNamespace adds the namespace to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) WithOffset ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) WithOffset(offset *int64) *GetLeaderboardConfigurationsPublicV1Params
WithOffset adds the offset to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) WithTimeout ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) WithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsPublicV1Params
WithTimeout adds the timeout to the get leaderboard configurations public v1 params
func (*GetLeaderboardConfigurationsPublicV1Params) WriteToRequest ¶
func (o *GetLeaderboardConfigurationsPublicV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLeaderboardConfigurationsPublicV1Reader ¶
type GetLeaderboardConfigurationsPublicV1Reader struct {
// contains filtered or unexported fields
}
GetLeaderboardConfigurationsPublicV1Reader is a Reader for the GetLeaderboardConfigurationsPublicV1 structure.
func (*GetLeaderboardConfigurationsPublicV1Reader) ReadResponse ¶
func (o *GetLeaderboardConfigurationsPublicV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLeaderboardConfigurationsPublicV1Unauthorized ¶
type GetLeaderboardConfigurationsPublicV1Unauthorized struct {
}GetLeaderboardConfigurationsPublicV1Unauthorized handles this case with default header values.
Unauthorized
func NewGetLeaderboardConfigurationsPublicV1Unauthorized ¶
func NewGetLeaderboardConfigurationsPublicV1Unauthorized() *GetLeaderboardConfigurationsPublicV1Unauthorized
NewGetLeaderboardConfigurationsPublicV1Unauthorized creates a GetLeaderboardConfigurationsPublicV1Unauthorized with default headers values
func (*GetLeaderboardConfigurationsPublicV1Unauthorized) Error ¶
func (o *GetLeaderboardConfigurationsPublicV1Unauthorized) Error() string
func (*GetLeaderboardConfigurationsPublicV1Unauthorized) GetPayload ¶
func (o *GetLeaderboardConfigurationsPublicV1Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsPublicV1Unauthorized) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationsPublicV1Unauthorized) ToJSONString() string
type GetLeaderboardConfigurationsPublicV2BadRequest ¶
type GetLeaderboardConfigurationsPublicV2BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationsPublicV2BadRequest handles this case with default header values.
Bad Request
func NewGetLeaderboardConfigurationsPublicV2BadRequest ¶
func NewGetLeaderboardConfigurationsPublicV2BadRequest() *GetLeaderboardConfigurationsPublicV2BadRequest
NewGetLeaderboardConfigurationsPublicV2BadRequest creates a GetLeaderboardConfigurationsPublicV2BadRequest with default headers values
func (*GetLeaderboardConfigurationsPublicV2BadRequest) Error ¶
func (o *GetLeaderboardConfigurationsPublicV2BadRequest) Error() string
func (*GetLeaderboardConfigurationsPublicV2BadRequest) GetPayload ¶
func (o *GetLeaderboardConfigurationsPublicV2BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsPublicV2BadRequest) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationsPublicV2BadRequest) ToJSONString() string
type GetLeaderboardConfigurationsPublicV2Forbidden ¶
type GetLeaderboardConfigurationsPublicV2Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationsPublicV2Forbidden handles this case with default header values.
Forbidden
func NewGetLeaderboardConfigurationsPublicV2Forbidden ¶
func NewGetLeaderboardConfigurationsPublicV2Forbidden() *GetLeaderboardConfigurationsPublicV2Forbidden
NewGetLeaderboardConfigurationsPublicV2Forbidden creates a GetLeaderboardConfigurationsPublicV2Forbidden with default headers values
func (*GetLeaderboardConfigurationsPublicV2Forbidden) Error ¶
func (o *GetLeaderboardConfigurationsPublicV2Forbidden) Error() string
func (*GetLeaderboardConfigurationsPublicV2Forbidden) GetPayload ¶
func (o *GetLeaderboardConfigurationsPublicV2Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsPublicV2Forbidden) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationsPublicV2Forbidden) ToJSONString() string
type GetLeaderboardConfigurationsPublicV2InternalServerError ¶
type GetLeaderboardConfigurationsPublicV2InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
GetLeaderboardConfigurationsPublicV2InternalServerError handles this case with default header values.
Internal Server Error
func NewGetLeaderboardConfigurationsPublicV2InternalServerError ¶
func NewGetLeaderboardConfigurationsPublicV2InternalServerError() *GetLeaderboardConfigurationsPublicV2InternalServerError
NewGetLeaderboardConfigurationsPublicV2InternalServerError creates a GetLeaderboardConfigurationsPublicV2InternalServerError with default headers values
func (*GetLeaderboardConfigurationsPublicV2InternalServerError) Error ¶
func (o *GetLeaderboardConfigurationsPublicV2InternalServerError) Error() string
func (*GetLeaderboardConfigurationsPublicV2InternalServerError) GetPayload ¶
func (o *GetLeaderboardConfigurationsPublicV2InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsPublicV2InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationsPublicV2InternalServerError) ToJSONString() string
type GetLeaderboardConfigurationsPublicV2OK ¶
type GetLeaderboardConfigurationsPublicV2OK struct {
Payload *leaderboardclientmodels.V2GetAllLeaderboardConfigsPublicResp
}
GetLeaderboardConfigurationsPublicV2OK handles this case with default header values.
OK
func NewGetLeaderboardConfigurationsPublicV2OK ¶
func NewGetLeaderboardConfigurationsPublicV2OK() *GetLeaderboardConfigurationsPublicV2OK
NewGetLeaderboardConfigurationsPublicV2OK creates a GetLeaderboardConfigurationsPublicV2OK with default headers values
func (*GetLeaderboardConfigurationsPublicV2OK) Error ¶
func (o *GetLeaderboardConfigurationsPublicV2OK) Error() string
func (*GetLeaderboardConfigurationsPublicV2OK) GetPayload ¶
func (o *GetLeaderboardConfigurationsPublicV2OK) GetPayload() *leaderboardclientmodels.V2GetAllLeaderboardConfigsPublicResp
func (*GetLeaderboardConfigurationsPublicV2OK) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationsPublicV2OK) ToJSONString() string
type GetLeaderboardConfigurationsPublicV2Params ¶
type GetLeaderboardConfigurationsPublicV2Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*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 }
GetLeaderboardConfigurationsPublicV2Params contains all the parameters to send to the API endpoint for the get leaderboard configurations public v2 operation typically these are written to a http.Request
func NewGetLeaderboardConfigurationsPublicV2Params ¶
func NewGetLeaderboardConfigurationsPublicV2Params() *GetLeaderboardConfigurationsPublicV2Params
NewGetLeaderboardConfigurationsPublicV2Params creates a new GetLeaderboardConfigurationsPublicV2Params object with the default values initialized.
func NewGetLeaderboardConfigurationsPublicV2ParamsWithContext ¶
func NewGetLeaderboardConfigurationsPublicV2ParamsWithContext(ctx context.Context) *GetLeaderboardConfigurationsPublicV2Params
NewGetLeaderboardConfigurationsPublicV2ParamsWithContext creates a new GetLeaderboardConfigurationsPublicV2Params object with the default values initialized, and the ability to set a context for a request
func NewGetLeaderboardConfigurationsPublicV2ParamsWithHTTPClient ¶
func NewGetLeaderboardConfigurationsPublicV2ParamsWithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsPublicV2Params
NewGetLeaderboardConfigurationsPublicV2ParamsWithHTTPClient creates a new GetLeaderboardConfigurationsPublicV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetLeaderboardConfigurationsPublicV2ParamsWithTimeout ¶
func NewGetLeaderboardConfigurationsPublicV2ParamsWithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsPublicV2Params
NewGetLeaderboardConfigurationsPublicV2ParamsWithTimeout creates a new GetLeaderboardConfigurationsPublicV2Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetLeaderboardConfigurationsPublicV2Params) SetAuthInfoWriter ¶ added in v0.17.0
func (o *GetLeaderboardConfigurationsPublicV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get leaderboard configurations public v2 params
func (*GetLeaderboardConfigurationsPublicV2Params) SetContext ¶
func (o *GetLeaderboardConfigurationsPublicV2Params) SetContext(ctx context.Context)
SetContext adds the context to the get leaderboard configurations public v2 params
func (*GetLeaderboardConfigurationsPublicV2Params) SetHTTPClient ¶
func (o *GetLeaderboardConfigurationsPublicV2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get leaderboard configurations public v2 params
func (*GetLeaderboardConfigurationsPublicV2Params) SetHTTPClientTransport ¶ added in v0.19.0
func (o *GetLeaderboardConfigurationsPublicV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get leaderboard configurations public v2 params
func (*GetLeaderboardConfigurationsPublicV2Params) SetLimit ¶
func (o *GetLeaderboardConfigurationsPublicV2Params) SetLimit(limit *int64)
SetLimit adds the limit to the get leaderboard configurations public v2 params
func (*GetLeaderboardConfigurationsPublicV2Params) SetNamespace ¶
func (o *GetLeaderboardConfigurationsPublicV2Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the get leaderboard configurations public v2 params
func (*GetLeaderboardConfigurationsPublicV2Params) SetOffset ¶
func (o *GetLeaderboardConfigurationsPublicV2Params) SetOffset(offset *int64)
SetOffset adds the offset to the get leaderboard configurations public v2 params
func (*GetLeaderboardConfigurationsPublicV2Params) SetTimeout ¶
func (o *GetLeaderboardConfigurationsPublicV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get leaderboard configurations public v2 params
func (*GetLeaderboardConfigurationsPublicV2Params) WithContext ¶
func (o *GetLeaderboardConfigurationsPublicV2Params) WithContext(ctx context.Context) *GetLeaderboardConfigurationsPublicV2Params
WithContext adds the context to the get leaderboard configurations public v2 params
func (*GetLeaderboardConfigurationsPublicV2Params) WithHTTPClient ¶
func (o *GetLeaderboardConfigurationsPublicV2Params) WithHTTPClient(client *http.Client) *GetLeaderboardConfigurationsPublicV2Params
WithHTTPClient adds the HTTPClient to the get leaderboard configurations public v2 params
func (*GetLeaderboardConfigurationsPublicV2Params) WithLimit ¶
func (o *GetLeaderboardConfigurationsPublicV2Params) WithLimit(limit *int64) *GetLeaderboardConfigurationsPublicV2Params
WithLimit adds the limit to the get leaderboard configurations public v2 params
func (*GetLeaderboardConfigurationsPublicV2Params) WithNamespace ¶
func (o *GetLeaderboardConfigurationsPublicV2Params) WithNamespace(namespace string) *GetLeaderboardConfigurationsPublicV2Params
WithNamespace adds the namespace to the get leaderboard configurations public v2 params
func (*GetLeaderboardConfigurationsPublicV2Params) WithOffset ¶
func (o *GetLeaderboardConfigurationsPublicV2Params) WithOffset(offset *int64) *GetLeaderboardConfigurationsPublicV2Params
WithOffset adds the offset to the get leaderboard configurations public v2 params
func (*GetLeaderboardConfigurationsPublicV2Params) WithTimeout ¶
func (o *GetLeaderboardConfigurationsPublicV2Params) WithTimeout(timeout time.Duration) *GetLeaderboardConfigurationsPublicV2Params
WithTimeout adds the timeout to the get leaderboard configurations public v2 params
func (*GetLeaderboardConfigurationsPublicV2Params) WriteToRequest ¶
func (o *GetLeaderboardConfigurationsPublicV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLeaderboardConfigurationsPublicV2Reader ¶
type GetLeaderboardConfigurationsPublicV2Reader struct {
// contains filtered or unexported fields
}
GetLeaderboardConfigurationsPublicV2Reader is a Reader for the GetLeaderboardConfigurationsPublicV2 structure.
func (*GetLeaderboardConfigurationsPublicV2Reader) ReadResponse ¶
func (o *GetLeaderboardConfigurationsPublicV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLeaderboardConfigurationsPublicV2Unauthorized ¶
type GetLeaderboardConfigurationsPublicV2Unauthorized struct {
}GetLeaderboardConfigurationsPublicV2Unauthorized handles this case with default header values.
Unauthorized
func NewGetLeaderboardConfigurationsPublicV2Unauthorized ¶
func NewGetLeaderboardConfigurationsPublicV2Unauthorized() *GetLeaderboardConfigurationsPublicV2Unauthorized
NewGetLeaderboardConfigurationsPublicV2Unauthorized creates a GetLeaderboardConfigurationsPublicV2Unauthorized with default headers values
func (*GetLeaderboardConfigurationsPublicV2Unauthorized) Error ¶
func (o *GetLeaderboardConfigurationsPublicV2Unauthorized) Error() string
func (*GetLeaderboardConfigurationsPublicV2Unauthorized) GetPayload ¶
func (o *GetLeaderboardConfigurationsPublicV2Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*GetLeaderboardConfigurationsPublicV2Unauthorized) ToJSONString ¶ added in v0.25.0
func (o *GetLeaderboardConfigurationsPublicV2Unauthorized) ToJSONString() string
type HardDeleteLeaderboardAdminV1BadRequest ¶ added in v0.42.0
type HardDeleteLeaderboardAdminV1BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
HardDeleteLeaderboardAdminV1BadRequest handles this case with default header values.
Bad Request
func NewHardDeleteLeaderboardAdminV1BadRequest ¶ added in v0.42.0
func NewHardDeleteLeaderboardAdminV1BadRequest() *HardDeleteLeaderboardAdminV1BadRequest
NewHardDeleteLeaderboardAdminV1BadRequest creates a HardDeleteLeaderboardAdminV1BadRequest with default headers values
func (*HardDeleteLeaderboardAdminV1BadRequest) Error ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1BadRequest) Error() string
func (*HardDeleteLeaderboardAdminV1BadRequest) GetPayload ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*HardDeleteLeaderboardAdminV1BadRequest) ToJSONString ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1BadRequest) ToJSONString() string
type HardDeleteLeaderboardAdminV1Forbidden ¶ added in v0.42.0
type HardDeleteLeaderboardAdminV1Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
HardDeleteLeaderboardAdminV1Forbidden handles this case with default header values.
Forbidden
func NewHardDeleteLeaderboardAdminV1Forbidden ¶ added in v0.42.0
func NewHardDeleteLeaderboardAdminV1Forbidden() *HardDeleteLeaderboardAdminV1Forbidden
NewHardDeleteLeaderboardAdminV1Forbidden creates a HardDeleteLeaderboardAdminV1Forbidden with default headers values
func (*HardDeleteLeaderboardAdminV1Forbidden) Error ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Forbidden) Error() string
func (*HardDeleteLeaderboardAdminV1Forbidden) GetPayload ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*HardDeleteLeaderboardAdminV1Forbidden) ToJSONString ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Forbidden) ToJSONString() string
type HardDeleteLeaderboardAdminV1InternalServerError ¶ added in v0.42.0
type HardDeleteLeaderboardAdminV1InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
HardDeleteLeaderboardAdminV1InternalServerError handles this case with default header values.
Internal Server Error
func NewHardDeleteLeaderboardAdminV1InternalServerError ¶ added in v0.42.0
func NewHardDeleteLeaderboardAdminV1InternalServerError() *HardDeleteLeaderboardAdminV1InternalServerError
NewHardDeleteLeaderboardAdminV1InternalServerError creates a HardDeleteLeaderboardAdminV1InternalServerError with default headers values
func (*HardDeleteLeaderboardAdminV1InternalServerError) Error ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1InternalServerError) Error() string
func (*HardDeleteLeaderboardAdminV1InternalServerError) GetPayload ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*HardDeleteLeaderboardAdminV1InternalServerError) ToJSONString ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1InternalServerError) ToJSONString() string
type HardDeleteLeaderboardAdminV1NoContent ¶ added in v0.42.0
type HardDeleteLeaderboardAdminV1NoContent struct { }
HardDeleteLeaderboardAdminV1NoContent handles this case with default header values.
No Content
func NewHardDeleteLeaderboardAdminV1NoContent ¶ added in v0.42.0
func NewHardDeleteLeaderboardAdminV1NoContent() *HardDeleteLeaderboardAdminV1NoContent
NewHardDeleteLeaderboardAdminV1NoContent creates a HardDeleteLeaderboardAdminV1NoContent with default headers values
func (*HardDeleteLeaderboardAdminV1NoContent) Error ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1NoContent) Error() string
type HardDeleteLeaderboardAdminV1NotFound ¶ added in v0.42.0
type HardDeleteLeaderboardAdminV1NotFound struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
HardDeleteLeaderboardAdminV1NotFound handles this case with default header values.
Not Found
func NewHardDeleteLeaderboardAdminV1NotFound ¶ added in v0.42.0
func NewHardDeleteLeaderboardAdminV1NotFound() *HardDeleteLeaderboardAdminV1NotFound
NewHardDeleteLeaderboardAdminV1NotFound creates a HardDeleteLeaderboardAdminV1NotFound with default headers values
func (*HardDeleteLeaderboardAdminV1NotFound) Error ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1NotFound) Error() string
func (*HardDeleteLeaderboardAdminV1NotFound) GetPayload ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1NotFound) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*HardDeleteLeaderboardAdminV1NotFound) ToJSONString ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1NotFound) ToJSONString() string
type HardDeleteLeaderboardAdminV1Params ¶ added in v0.42.0
type HardDeleteLeaderboardAdminV1Params 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 }
HardDeleteLeaderboardAdminV1Params contains all the parameters to send to the API endpoint for the hard delete leaderboard admin v1 operation typically these are written to a http.Request
func NewHardDeleteLeaderboardAdminV1Params ¶ added in v0.42.0
func NewHardDeleteLeaderboardAdminV1Params() *HardDeleteLeaderboardAdminV1Params
NewHardDeleteLeaderboardAdminV1Params creates a new HardDeleteLeaderboardAdminV1Params object with the default values initialized.
func NewHardDeleteLeaderboardAdminV1ParamsWithContext ¶ added in v0.42.0
func NewHardDeleteLeaderboardAdminV1ParamsWithContext(ctx context.Context) *HardDeleteLeaderboardAdminV1Params
NewHardDeleteLeaderboardAdminV1ParamsWithContext creates a new HardDeleteLeaderboardAdminV1Params object with the default values initialized, and the ability to set a context for a request
func NewHardDeleteLeaderboardAdminV1ParamsWithHTTPClient ¶ added in v0.42.0
func NewHardDeleteLeaderboardAdminV1ParamsWithHTTPClient(client *http.Client) *HardDeleteLeaderboardAdminV1Params
NewHardDeleteLeaderboardAdminV1ParamsWithHTTPClient creates a new HardDeleteLeaderboardAdminV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewHardDeleteLeaderboardAdminV1ParamsWithTimeout ¶ added in v0.42.0
func NewHardDeleteLeaderboardAdminV1ParamsWithTimeout(timeout time.Duration) *HardDeleteLeaderboardAdminV1Params
NewHardDeleteLeaderboardAdminV1ParamsWithTimeout creates a new HardDeleteLeaderboardAdminV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*HardDeleteLeaderboardAdminV1Params) SetAuthInfoWriter ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the hard delete leaderboard admin v1 params
func (*HardDeleteLeaderboardAdminV1Params) SetContext ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Params) SetContext(ctx context.Context)
SetContext adds the context to the hard delete leaderboard admin v1 params
func (*HardDeleteLeaderboardAdminV1Params) SetHTTPClient ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the hard delete leaderboard admin v1 params
func (*HardDeleteLeaderboardAdminV1Params) SetHTTPClientTransport ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the hard delete leaderboard admin v1 params
func (*HardDeleteLeaderboardAdminV1Params) SetLeaderboardCode ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Params) SetLeaderboardCode(leaderboardCode string)
SetLeaderboardCode adds the leaderboardCode to the hard delete leaderboard admin v1 params
func (*HardDeleteLeaderboardAdminV1Params) SetNamespace ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the hard delete leaderboard admin v1 params
func (*HardDeleteLeaderboardAdminV1Params) SetTimeout ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the hard delete leaderboard admin v1 params
func (*HardDeleteLeaderboardAdminV1Params) WithContext ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Params) WithContext(ctx context.Context) *HardDeleteLeaderboardAdminV1Params
WithContext adds the context to the hard delete leaderboard admin v1 params
func (*HardDeleteLeaderboardAdminV1Params) WithHTTPClient ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Params) WithHTTPClient(client *http.Client) *HardDeleteLeaderboardAdminV1Params
WithHTTPClient adds the HTTPClient to the hard delete leaderboard admin v1 params
func (*HardDeleteLeaderboardAdminV1Params) WithLeaderboardCode ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Params) WithLeaderboardCode(leaderboardCode string) *HardDeleteLeaderboardAdminV1Params
WithLeaderboardCode adds the leaderboardCode to the hard delete leaderboard admin v1 params
func (*HardDeleteLeaderboardAdminV1Params) WithNamespace ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Params) WithNamespace(namespace string) *HardDeleteLeaderboardAdminV1Params
WithNamespace adds the namespace to the hard delete leaderboard admin v1 params
func (*HardDeleteLeaderboardAdminV1Params) WithTimeout ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Params) WithTimeout(timeout time.Duration) *HardDeleteLeaderboardAdminV1Params
WithTimeout adds the timeout to the hard delete leaderboard admin v1 params
func (*HardDeleteLeaderboardAdminV1Params) WriteToRequest ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type HardDeleteLeaderboardAdminV1Reader ¶ added in v0.42.0
type HardDeleteLeaderboardAdminV1Reader struct {
// contains filtered or unexported fields
}
HardDeleteLeaderboardAdminV1Reader is a Reader for the HardDeleteLeaderboardAdminV1 structure.
func (*HardDeleteLeaderboardAdminV1Reader) ReadResponse ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type HardDeleteLeaderboardAdminV1Unauthorized ¶ added in v0.42.0
type HardDeleteLeaderboardAdminV1Unauthorized struct {
}HardDeleteLeaderboardAdminV1Unauthorized handles this case with default header values.
Unauthorized
func NewHardDeleteLeaderboardAdminV1Unauthorized ¶ added in v0.42.0
func NewHardDeleteLeaderboardAdminV1Unauthorized() *HardDeleteLeaderboardAdminV1Unauthorized
NewHardDeleteLeaderboardAdminV1Unauthorized creates a HardDeleteLeaderboardAdminV1Unauthorized with default headers values
func (*HardDeleteLeaderboardAdminV1Unauthorized) Error ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Unauthorized) Error() string
func (*HardDeleteLeaderboardAdminV1Unauthorized) GetPayload ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*HardDeleteLeaderboardAdminV1Unauthorized) ToJSONString ¶ added in v0.42.0
func (o *HardDeleteLeaderboardAdminV1Unauthorized) ToJSONString() string
type UpdateLeaderboardConfigurationAdminV1BadRequest ¶
type UpdateLeaderboardConfigurationAdminV1BadRequest struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
UpdateLeaderboardConfigurationAdminV1BadRequest handles this case with default header values.
Bad Request
func NewUpdateLeaderboardConfigurationAdminV1BadRequest ¶
func NewUpdateLeaderboardConfigurationAdminV1BadRequest() *UpdateLeaderboardConfigurationAdminV1BadRequest
NewUpdateLeaderboardConfigurationAdminV1BadRequest creates a UpdateLeaderboardConfigurationAdminV1BadRequest with default headers values
func (*UpdateLeaderboardConfigurationAdminV1BadRequest) Error ¶
func (o *UpdateLeaderboardConfigurationAdminV1BadRequest) Error() string
func (*UpdateLeaderboardConfigurationAdminV1BadRequest) GetPayload ¶
func (o *UpdateLeaderboardConfigurationAdminV1BadRequest) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*UpdateLeaderboardConfigurationAdminV1BadRequest) ToJSONString ¶ added in v0.25.0
func (o *UpdateLeaderboardConfigurationAdminV1BadRequest) ToJSONString() string
type UpdateLeaderboardConfigurationAdminV1Forbidden ¶
type UpdateLeaderboardConfigurationAdminV1Forbidden struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
UpdateLeaderboardConfigurationAdminV1Forbidden handles this case with default header values.
Forbidden
func NewUpdateLeaderboardConfigurationAdminV1Forbidden ¶
func NewUpdateLeaderboardConfigurationAdminV1Forbidden() *UpdateLeaderboardConfigurationAdminV1Forbidden
NewUpdateLeaderboardConfigurationAdminV1Forbidden creates a UpdateLeaderboardConfigurationAdminV1Forbidden with default headers values
func (*UpdateLeaderboardConfigurationAdminV1Forbidden) Error ¶
func (o *UpdateLeaderboardConfigurationAdminV1Forbidden) Error() string
func (*UpdateLeaderboardConfigurationAdminV1Forbidden) GetPayload ¶
func (o *UpdateLeaderboardConfigurationAdminV1Forbidden) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*UpdateLeaderboardConfigurationAdminV1Forbidden) ToJSONString ¶ added in v0.25.0
func (o *UpdateLeaderboardConfigurationAdminV1Forbidden) ToJSONString() string
type UpdateLeaderboardConfigurationAdminV1InternalServerError ¶
type UpdateLeaderboardConfigurationAdminV1InternalServerError struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
UpdateLeaderboardConfigurationAdminV1InternalServerError handles this case with default header values.
Internal Server Error
func NewUpdateLeaderboardConfigurationAdminV1InternalServerError ¶
func NewUpdateLeaderboardConfigurationAdminV1InternalServerError() *UpdateLeaderboardConfigurationAdminV1InternalServerError
NewUpdateLeaderboardConfigurationAdminV1InternalServerError creates a UpdateLeaderboardConfigurationAdminV1InternalServerError with default headers values
func (*UpdateLeaderboardConfigurationAdminV1InternalServerError) Error ¶
func (o *UpdateLeaderboardConfigurationAdminV1InternalServerError) Error() string
func (*UpdateLeaderboardConfigurationAdminV1InternalServerError) GetPayload ¶
func (o *UpdateLeaderboardConfigurationAdminV1InternalServerError) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*UpdateLeaderboardConfigurationAdminV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *UpdateLeaderboardConfigurationAdminV1InternalServerError) ToJSONString() string
type UpdateLeaderboardConfigurationAdminV1NotFound ¶
type UpdateLeaderboardConfigurationAdminV1NotFound struct {
Payload *leaderboardclientmodels.ResponseErrorResponse
}
UpdateLeaderboardConfigurationAdminV1NotFound handles this case with default header values.
Not Found
func NewUpdateLeaderboardConfigurationAdminV1NotFound ¶
func NewUpdateLeaderboardConfigurationAdminV1NotFound() *UpdateLeaderboardConfigurationAdminV1NotFound
NewUpdateLeaderboardConfigurationAdminV1NotFound creates a UpdateLeaderboardConfigurationAdminV1NotFound with default headers values
func (*UpdateLeaderboardConfigurationAdminV1NotFound) Error ¶
func (o *UpdateLeaderboardConfigurationAdminV1NotFound) Error() string
func (*UpdateLeaderboardConfigurationAdminV1NotFound) GetPayload ¶
func (o *UpdateLeaderboardConfigurationAdminV1NotFound) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*UpdateLeaderboardConfigurationAdminV1NotFound) ToJSONString ¶ added in v0.25.0
func (o *UpdateLeaderboardConfigurationAdminV1NotFound) ToJSONString() string
type UpdateLeaderboardConfigurationAdminV1OK ¶
type UpdateLeaderboardConfigurationAdminV1OK struct {
Payload *leaderboardclientmodels.ModelsGetLeaderboardConfigResp
}
UpdateLeaderboardConfigurationAdminV1OK handles this case with default header values.
OK
func NewUpdateLeaderboardConfigurationAdminV1OK ¶
func NewUpdateLeaderboardConfigurationAdminV1OK() *UpdateLeaderboardConfigurationAdminV1OK
NewUpdateLeaderboardConfigurationAdminV1OK creates a UpdateLeaderboardConfigurationAdminV1OK with default headers values
func (*UpdateLeaderboardConfigurationAdminV1OK) Error ¶
func (o *UpdateLeaderboardConfigurationAdminV1OK) Error() string
func (*UpdateLeaderboardConfigurationAdminV1OK) GetPayload ¶
func (o *UpdateLeaderboardConfigurationAdminV1OK) GetPayload() *leaderboardclientmodels.ModelsGetLeaderboardConfigResp
func (*UpdateLeaderboardConfigurationAdminV1OK) ToJSONString ¶ added in v0.25.0
func (o *UpdateLeaderboardConfigurationAdminV1OK) ToJSONString() string
type UpdateLeaderboardConfigurationAdminV1Params ¶
type UpdateLeaderboardConfigurationAdminV1Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *leaderboardclientmodels.ModelsUpdateLeaderboardConfigReq /*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 }
UpdateLeaderboardConfigurationAdminV1Params contains all the parameters to send to the API endpoint for the update leaderboard configuration admin v1 operation typically these are written to a http.Request
func NewUpdateLeaderboardConfigurationAdminV1Params ¶
func NewUpdateLeaderboardConfigurationAdminV1Params() *UpdateLeaderboardConfigurationAdminV1Params
NewUpdateLeaderboardConfigurationAdminV1Params creates a new UpdateLeaderboardConfigurationAdminV1Params object with the default values initialized.
func NewUpdateLeaderboardConfigurationAdminV1ParamsWithContext ¶
func NewUpdateLeaderboardConfigurationAdminV1ParamsWithContext(ctx context.Context) *UpdateLeaderboardConfigurationAdminV1Params
NewUpdateLeaderboardConfigurationAdminV1ParamsWithContext creates a new UpdateLeaderboardConfigurationAdminV1Params object with the default values initialized, and the ability to set a context for a request
func NewUpdateLeaderboardConfigurationAdminV1ParamsWithHTTPClient ¶
func NewUpdateLeaderboardConfigurationAdminV1ParamsWithHTTPClient(client *http.Client) *UpdateLeaderboardConfigurationAdminV1Params
NewUpdateLeaderboardConfigurationAdminV1ParamsWithHTTPClient creates a new UpdateLeaderboardConfigurationAdminV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateLeaderboardConfigurationAdminV1ParamsWithTimeout ¶
func NewUpdateLeaderboardConfigurationAdminV1ParamsWithTimeout(timeout time.Duration) *UpdateLeaderboardConfigurationAdminV1Params
NewUpdateLeaderboardConfigurationAdminV1ParamsWithTimeout creates a new UpdateLeaderboardConfigurationAdminV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateLeaderboardConfigurationAdminV1Params) SetAuthInfoWriter ¶ added in v0.17.0
func (o *UpdateLeaderboardConfigurationAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the update leaderboard configuration admin v1 params
func (*UpdateLeaderboardConfigurationAdminV1Params) SetBody ¶
func (o *UpdateLeaderboardConfigurationAdminV1Params) SetBody(body *leaderboardclientmodels.ModelsUpdateLeaderboardConfigReq)
SetBody adds the body to the update leaderboard configuration admin v1 params
func (*UpdateLeaderboardConfigurationAdminV1Params) SetContext ¶
func (o *UpdateLeaderboardConfigurationAdminV1Params) SetContext(ctx context.Context)
SetContext adds the context to the update leaderboard configuration admin v1 params
func (*UpdateLeaderboardConfigurationAdminV1Params) SetHTTPClient ¶
func (o *UpdateLeaderboardConfigurationAdminV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update leaderboard configuration admin v1 params
func (*UpdateLeaderboardConfigurationAdminV1Params) SetHTTPClientTransport ¶ added in v0.19.0
func (o *UpdateLeaderboardConfigurationAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the update leaderboard configuration admin v1 params
func (*UpdateLeaderboardConfigurationAdminV1Params) SetLeaderboardCode ¶
func (o *UpdateLeaderboardConfigurationAdminV1Params) SetLeaderboardCode(leaderboardCode string)
SetLeaderboardCode adds the leaderboardCode to the update leaderboard configuration admin v1 params
func (*UpdateLeaderboardConfigurationAdminV1Params) SetNamespace ¶
func (o *UpdateLeaderboardConfigurationAdminV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the update leaderboard configuration admin v1 params
func (*UpdateLeaderboardConfigurationAdminV1Params) SetTimeout ¶
func (o *UpdateLeaderboardConfigurationAdminV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update leaderboard configuration admin v1 params
func (*UpdateLeaderboardConfigurationAdminV1Params) WithBody ¶
func (o *UpdateLeaderboardConfigurationAdminV1Params) WithBody(body *leaderboardclientmodels.ModelsUpdateLeaderboardConfigReq) *UpdateLeaderboardConfigurationAdminV1Params
WithBody adds the body to the update leaderboard configuration admin v1 params
func (*UpdateLeaderboardConfigurationAdminV1Params) WithContext ¶
func (o *UpdateLeaderboardConfigurationAdminV1Params) WithContext(ctx context.Context) *UpdateLeaderboardConfigurationAdminV1Params
WithContext adds the context to the update leaderboard configuration admin v1 params
func (*UpdateLeaderboardConfigurationAdminV1Params) WithHTTPClient ¶
func (o *UpdateLeaderboardConfigurationAdminV1Params) WithHTTPClient(client *http.Client) *UpdateLeaderboardConfigurationAdminV1Params
WithHTTPClient adds the HTTPClient to the update leaderboard configuration admin v1 params
func (*UpdateLeaderboardConfigurationAdminV1Params) WithLeaderboardCode ¶
func (o *UpdateLeaderboardConfigurationAdminV1Params) WithLeaderboardCode(leaderboardCode string) *UpdateLeaderboardConfigurationAdminV1Params
WithLeaderboardCode adds the leaderboardCode to the update leaderboard configuration admin v1 params
func (*UpdateLeaderboardConfigurationAdminV1Params) WithNamespace ¶
func (o *UpdateLeaderboardConfigurationAdminV1Params) WithNamespace(namespace string) *UpdateLeaderboardConfigurationAdminV1Params
WithNamespace adds the namespace to the update leaderboard configuration admin v1 params
func (*UpdateLeaderboardConfigurationAdminV1Params) WithTimeout ¶
func (o *UpdateLeaderboardConfigurationAdminV1Params) WithTimeout(timeout time.Duration) *UpdateLeaderboardConfigurationAdminV1Params
WithTimeout adds the timeout to the update leaderboard configuration admin v1 params
func (*UpdateLeaderboardConfigurationAdminV1Params) WriteToRequest ¶
func (o *UpdateLeaderboardConfigurationAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateLeaderboardConfigurationAdminV1Reader ¶
type UpdateLeaderboardConfigurationAdminV1Reader struct {
// contains filtered or unexported fields
}
UpdateLeaderboardConfigurationAdminV1Reader is a Reader for the UpdateLeaderboardConfigurationAdminV1 structure.
func (*UpdateLeaderboardConfigurationAdminV1Reader) ReadResponse ¶
func (o *UpdateLeaderboardConfigurationAdminV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateLeaderboardConfigurationAdminV1Unauthorized ¶
type UpdateLeaderboardConfigurationAdminV1Unauthorized struct {
}UpdateLeaderboardConfigurationAdminV1Unauthorized handles this case with default header values.
Unauthorized
func NewUpdateLeaderboardConfigurationAdminV1Unauthorized ¶
func NewUpdateLeaderboardConfigurationAdminV1Unauthorized() *UpdateLeaderboardConfigurationAdminV1Unauthorized
NewUpdateLeaderboardConfigurationAdminV1Unauthorized creates a UpdateLeaderboardConfigurationAdminV1Unauthorized with default headers values
func (*UpdateLeaderboardConfigurationAdminV1Unauthorized) Error ¶
func (o *UpdateLeaderboardConfigurationAdminV1Unauthorized) Error() string
func (*UpdateLeaderboardConfigurationAdminV1Unauthorized) GetPayload ¶
func (o *UpdateLeaderboardConfigurationAdminV1Unauthorized) GetPayload() *leaderboardclientmodels.ResponseErrorResponse
func (*UpdateLeaderboardConfigurationAdminV1Unauthorized) ToJSONString ¶ added in v0.25.0
func (o *UpdateLeaderboardConfigurationAdminV1Unauthorized) ToJSONString() string
Source Files ¶
- create_leaderboard_configuration_admin_v1_parameters.go
- create_leaderboard_configuration_admin_v1_responses.go
- create_leaderboard_configuration_public_v1_parameters.go
- create_leaderboard_configuration_public_v1_responses.go
- delete_bulk_leaderboard_configuration_admin_v1_parameters.go
- delete_bulk_leaderboard_configuration_admin_v1_responses.go
- delete_leaderboard_configuration_admin_v1_parameters.go
- delete_leaderboard_configuration_admin_v1_responses.go
- get_leaderboard_configuration_admin_v1_parameters.go
- get_leaderboard_configuration_admin_v1_responses.go
- get_leaderboard_configurations_admin_v1_parameters.go
- get_leaderboard_configurations_admin_v1_responses.go
- get_leaderboard_configurations_public_v1_parameters.go
- get_leaderboard_configurations_public_v1_responses.go
- get_leaderboard_configurations_public_v2_parameters.go
- get_leaderboard_configurations_public_v2_responses.go
- hard_delete_leaderboard_admin_v1_parameters.go
- hard_delete_leaderboard_admin_v1_responses.go
- leaderboard_configuration_client.go
- update_leaderboard_configuration_admin_v1_parameters.go
- update_leaderboard_configuration_admin_v1_responses.go