platform_account_closure_history

package
v0.70.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminGetUserPlatformAccountClosureHistoriesBadRequest

type AdminGetUserPlatformAccountClosureHistoriesBadRequest struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetUserPlatformAccountClosureHistoriesBadRequest handles this case with default header values.

Bad Request

func NewAdminGetUserPlatformAccountClosureHistoriesBadRequest

func NewAdminGetUserPlatformAccountClosureHistoriesBadRequest() *AdminGetUserPlatformAccountClosureHistoriesBadRequest

NewAdminGetUserPlatformAccountClosureHistoriesBadRequest creates a AdminGetUserPlatformAccountClosureHistoriesBadRequest with default headers values

func (*AdminGetUserPlatformAccountClosureHistoriesBadRequest) Error

func (*AdminGetUserPlatformAccountClosureHistoriesBadRequest) GetPayload

func (*AdminGetUserPlatformAccountClosureHistoriesBadRequest) ToJSONString

type AdminGetUserPlatformAccountClosureHistoriesForbidden

type AdminGetUserPlatformAccountClosureHistoriesForbidden struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetUserPlatformAccountClosureHistoriesForbidden handles this case with default header values.

Forbidden

func NewAdminGetUserPlatformAccountClosureHistoriesForbidden

func NewAdminGetUserPlatformAccountClosureHistoriesForbidden() *AdminGetUserPlatformAccountClosureHistoriesForbidden

NewAdminGetUserPlatformAccountClosureHistoriesForbidden creates a AdminGetUserPlatformAccountClosureHistoriesForbidden with default headers values

func (*AdminGetUserPlatformAccountClosureHistoriesForbidden) Error

func (*AdminGetUserPlatformAccountClosureHistoriesForbidden) GetPayload

func (*AdminGetUserPlatformAccountClosureHistoriesForbidden) ToJSONString

type AdminGetUserPlatformAccountClosureHistoriesInternalServerError

type AdminGetUserPlatformAccountClosureHistoriesInternalServerError struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetUserPlatformAccountClosureHistoriesInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetUserPlatformAccountClosureHistoriesInternalServerError

func NewAdminGetUserPlatformAccountClosureHistoriesInternalServerError() *AdminGetUserPlatformAccountClosureHistoriesInternalServerError

NewAdminGetUserPlatformAccountClosureHistoriesInternalServerError creates a AdminGetUserPlatformAccountClosureHistoriesInternalServerError with default headers values

func (*AdminGetUserPlatformAccountClosureHistoriesInternalServerError) Error

func (*AdminGetUserPlatformAccountClosureHistoriesInternalServerError) GetPayload

func (*AdminGetUserPlatformAccountClosureHistoriesInternalServerError) ToJSONString

type AdminGetUserPlatformAccountClosureHistoriesOK

type AdminGetUserPlatformAccountClosureHistoriesOK struct {
	Payload *gdprclientmodels.DTOUserPlatformAccountClosureHistoriesResponse
}

AdminGetUserPlatformAccountClosureHistoriesOK handles this case with default header values.

OK

func NewAdminGetUserPlatformAccountClosureHistoriesOK

func NewAdminGetUserPlatformAccountClosureHistoriesOK() *AdminGetUserPlatformAccountClosureHistoriesOK

NewAdminGetUserPlatformAccountClosureHistoriesOK creates a AdminGetUserPlatformAccountClosureHistoriesOK with default headers values

func (*AdminGetUserPlatformAccountClosureHistoriesOK) Error

func (*AdminGetUserPlatformAccountClosureHistoriesOK) GetPayload

func (*AdminGetUserPlatformAccountClosureHistoriesOK) ToJSONString

type AdminGetUserPlatformAccountClosureHistoriesParams

type AdminGetUserPlatformAccountClosureHistoriesParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Limit
	  limit

	*/
	Limit *int64
	/*Offset
	  offset

	*/
	Offset *int64
	/*Platform
	  3rd party platform

	*/
	Platform *string
	/*UserID
	  IAM ID of the user

	*/
	UserID *string

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

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

AdminGetUserPlatformAccountClosureHistoriesParams contains all the parameters to send to the API endpoint for the admin get user platform account closure histories operation typically these are written to a http.Request

func NewAdminGetUserPlatformAccountClosureHistoriesParams

func NewAdminGetUserPlatformAccountClosureHistoriesParams() *AdminGetUserPlatformAccountClosureHistoriesParams

NewAdminGetUserPlatformAccountClosureHistoriesParams creates a new AdminGetUserPlatformAccountClosureHistoriesParams object with the default values initialized.

func NewAdminGetUserPlatformAccountClosureHistoriesParamsWithContext

func NewAdminGetUserPlatformAccountClosureHistoriesParamsWithContext(ctx context.Context) *AdminGetUserPlatformAccountClosureHistoriesParams

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

func NewAdminGetUserPlatformAccountClosureHistoriesParamsWithHTTPClient

func NewAdminGetUserPlatformAccountClosureHistoriesParamsWithHTTPClient(client *http.Client) *AdminGetUserPlatformAccountClosureHistoriesParams

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

func NewAdminGetUserPlatformAccountClosureHistoriesParamsWithTimeout

func NewAdminGetUserPlatformAccountClosureHistoriesParamsWithTimeout(timeout time.Duration) *AdminGetUserPlatformAccountClosureHistoriesParams

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

func (*AdminGetUserPlatformAccountClosureHistoriesParams) SetAuthInfoWriter

SetAuthInfoWriter adds the authInfoWriter to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) SetContext

SetContext adds the context to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) SetFlightId

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

func (*AdminGetUserPlatformAccountClosureHistoriesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) SetLimit

SetLimit adds the limit to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) SetNamespace

func (o *AdminGetUserPlatformAccountClosureHistoriesParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) SetOffset

SetOffset adds the offset to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) SetPlatform

SetPlatform adds the platform to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) SetTimeout

SetTimeout adds the timeout to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) SetUserID

SetUserID adds the userId to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) WithContext

WithContext adds the context to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) WithLimit

WithLimit adds the limit to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) WithNamespace

WithNamespace adds the namespace to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) WithOffset

WithOffset adds the offset to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) WithPlatform

WithPlatform adds the platform to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) WithTimeout

WithTimeout adds the timeout to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) WithUserID

WithUserID adds the userID to the admin get user platform account closure histories params

func (*AdminGetUserPlatformAccountClosureHistoriesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetUserPlatformAccountClosureHistoriesReader

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

AdminGetUserPlatformAccountClosureHistoriesReader is a Reader for the AdminGetUserPlatformAccountClosureHistories structure.

func (*AdminGetUserPlatformAccountClosureHistoriesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetUserPlatformAccountClosureHistoriesUnauthorized

type AdminGetUserPlatformAccountClosureHistoriesUnauthorized struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetUserPlatformAccountClosureHistoriesUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetUserPlatformAccountClosureHistoriesUnauthorized

func NewAdminGetUserPlatformAccountClosureHistoriesUnauthorized() *AdminGetUserPlatformAccountClosureHistoriesUnauthorized

NewAdminGetUserPlatformAccountClosureHistoriesUnauthorized creates a AdminGetUserPlatformAccountClosureHistoriesUnauthorized with default headers values

func (*AdminGetUserPlatformAccountClosureHistoriesUnauthorized) Error

func (*AdminGetUserPlatformAccountClosureHistoriesUnauthorized) GetPayload

func (*AdminGetUserPlatformAccountClosureHistoriesUnauthorized) ToJSONString

type Client

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

Client for platform account closure history API

func (*Client) AdminGetUserPlatformAccountClosureHistories deprecated

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

AdminGetUserPlatformAccountClosureHistories get user's platform account closure histories Get user's platform account closure histories. ------ Supported platforms: * psn

Scope: account

func (*Client) AdminGetUserPlatformAccountClosureHistoriesShort

func (a *Client) AdminGetUserPlatformAccountClosureHistoriesShort(params *AdminGetUserPlatformAccountClosureHistoriesParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetUserPlatformAccountClosureHistoriesOK, error)

AdminGetUserPlatformAccountClosureHistoriesShort get user's platform account closure histories Get user's platform account closure histories. ------ Supported platforms: * psn

Scope: account

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new platform account closure history API client.

Jump to

Keyboard shortcuts

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