platform_account_closure_client

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2025 License: MIT Imports: 15 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminDeletePlatformAccountClosureClientBadRequest

type AdminDeletePlatformAccountClosureClientBadRequest struct {
	Payload *gdprclientmodels.ResponseError
}

AdminDeletePlatformAccountClosureClientBadRequest handles this case with default header values.

Bad Request

func NewAdminDeletePlatformAccountClosureClientBadRequest

func NewAdminDeletePlatformAccountClosureClientBadRequest() *AdminDeletePlatformAccountClosureClientBadRequest

NewAdminDeletePlatformAccountClosureClientBadRequest creates a AdminDeletePlatformAccountClosureClientBadRequest with default headers values

func (*AdminDeletePlatformAccountClosureClientBadRequest) Error

func (*AdminDeletePlatformAccountClosureClientBadRequest) GetPayload

func (*AdminDeletePlatformAccountClosureClientBadRequest) ToJSONString

type AdminDeletePlatformAccountClosureClientForbidden

type AdminDeletePlatformAccountClosureClientForbidden struct {
	Payload *gdprclientmodels.ResponseError
}

AdminDeletePlatformAccountClosureClientForbidden handles this case with default header values.

Forbidden

func NewAdminDeletePlatformAccountClosureClientForbidden

func NewAdminDeletePlatformAccountClosureClientForbidden() *AdminDeletePlatformAccountClosureClientForbidden

NewAdminDeletePlatformAccountClosureClientForbidden creates a AdminDeletePlatformAccountClosureClientForbidden with default headers values

func (*AdminDeletePlatformAccountClosureClientForbidden) Error

func (*AdminDeletePlatformAccountClosureClientForbidden) GetPayload

func (*AdminDeletePlatformAccountClosureClientForbidden) ToJSONString

type AdminDeletePlatformAccountClosureClientInternalServerError

type AdminDeletePlatformAccountClosureClientInternalServerError struct {
	Payload *gdprclientmodels.ResponseError
}

AdminDeletePlatformAccountClosureClientInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeletePlatformAccountClosureClientInternalServerError

func NewAdminDeletePlatformAccountClosureClientInternalServerError() *AdminDeletePlatformAccountClosureClientInternalServerError

NewAdminDeletePlatformAccountClosureClientInternalServerError creates a AdminDeletePlatformAccountClosureClientInternalServerError with default headers values

func (*AdminDeletePlatformAccountClosureClientInternalServerError) Error

func (*AdminDeletePlatformAccountClosureClientInternalServerError) GetPayload

func (*AdminDeletePlatformAccountClosureClientInternalServerError) ToJSONString

type AdminDeletePlatformAccountClosureClientNoContent

type AdminDeletePlatformAccountClosureClientNoContent struct {
}

AdminDeletePlatformAccountClosureClientNoContent handles this case with default header values.

No Content

func NewAdminDeletePlatformAccountClosureClientNoContent

func NewAdminDeletePlatformAccountClosureClientNoContent() *AdminDeletePlatformAccountClosureClientNoContent

NewAdminDeletePlatformAccountClosureClientNoContent creates a AdminDeletePlatformAccountClosureClientNoContent with default headers values

func (*AdminDeletePlatformAccountClosureClientNoContent) Error

type AdminDeletePlatformAccountClosureClientNotFound

type AdminDeletePlatformAccountClosureClientNotFound struct {
	Payload *gdprclientmodels.ResponseError
}

AdminDeletePlatformAccountClosureClientNotFound handles this case with default header values.

Not Found

func NewAdminDeletePlatformAccountClosureClientNotFound

func NewAdminDeletePlatformAccountClosureClientNotFound() *AdminDeletePlatformAccountClosureClientNotFound

NewAdminDeletePlatformAccountClosureClientNotFound creates a AdminDeletePlatformAccountClosureClientNotFound with default headers values

func (*AdminDeletePlatformAccountClosureClientNotFound) Error

func (*AdminDeletePlatformAccountClosureClientNotFound) GetPayload

func (*AdminDeletePlatformAccountClosureClientNotFound) ToJSONString

type AdminDeletePlatformAccountClosureClientParams

type AdminDeletePlatformAccountClosureClientParams struct {

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

	*/
	Namespace string
	/*Platform
	  3rd party platform

	*/
	Platform 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
}

AdminDeletePlatformAccountClosureClientParams contains all the parameters to send to the API endpoint for the admin delete platform account closure client operation typically these are written to a http.Request

func NewAdminDeletePlatformAccountClosureClientParams

func NewAdminDeletePlatformAccountClosureClientParams() *AdminDeletePlatformAccountClosureClientParams

NewAdminDeletePlatformAccountClosureClientParams creates a new AdminDeletePlatformAccountClosureClientParams object with the default values initialized.

func NewAdminDeletePlatformAccountClosureClientParamsWithContext

func NewAdminDeletePlatformAccountClosureClientParamsWithContext(ctx context.Context) *AdminDeletePlatformAccountClosureClientParams

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

func NewAdminDeletePlatformAccountClosureClientParamsWithHTTPClient

func NewAdminDeletePlatformAccountClosureClientParamsWithHTTPClient(client *http.Client) *AdminDeletePlatformAccountClosureClientParams

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

func NewAdminDeletePlatformAccountClosureClientParamsWithTimeout

func NewAdminDeletePlatformAccountClosureClientParamsWithTimeout(timeout time.Duration) *AdminDeletePlatformAccountClosureClientParams

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

func (*AdminDeletePlatformAccountClosureClientParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) SetContext

SetContext adds the context to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) SetFlightId

func (o *AdminDeletePlatformAccountClosureClientParams) SetFlightId(flightId string)

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

func (*AdminDeletePlatformAccountClosureClientParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) SetNamespace

func (o *AdminDeletePlatformAccountClosureClientParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) SetPlatform

func (o *AdminDeletePlatformAccountClosureClientParams) SetPlatform(platform string)

SetPlatform adds the platform to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) SetTimeout

SetTimeout adds the timeout to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) WithContext

WithContext adds the context to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) WithNamespace

WithNamespace adds the namespace to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) WithPlatform

WithPlatform adds the platform to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) WithTimeout

WithTimeout adds the timeout to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeletePlatformAccountClosureClientReader

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

AdminDeletePlatformAccountClosureClientReader is a Reader for the AdminDeletePlatformAccountClosureClient structure.

func (*AdminDeletePlatformAccountClosureClientReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDeletePlatformAccountClosureClientResponse

type AdminDeletePlatformAccountClosureClientResponse struct {
	gdprclientmodels.ApiResponse

	Error400 *gdprclientmodels.ResponseError
	Error401 *gdprclientmodels.ResponseError
	Error403 *gdprclientmodels.ResponseError
	Error404 *gdprclientmodels.ResponseError
	Error500 *gdprclientmodels.ResponseError
}

func (*AdminDeletePlatformAccountClosureClientResponse) Unpack

type AdminDeletePlatformAccountClosureClientUnauthorized

type AdminDeletePlatformAccountClosureClientUnauthorized struct {
	Payload *gdprclientmodels.ResponseError
}

AdminDeletePlatformAccountClosureClientUnauthorized handles this case with default header values.

Unauthorized

func NewAdminDeletePlatformAccountClosureClientUnauthorized

func NewAdminDeletePlatformAccountClosureClientUnauthorized() *AdminDeletePlatformAccountClosureClientUnauthorized

NewAdminDeletePlatformAccountClosureClientUnauthorized creates a AdminDeletePlatformAccountClosureClientUnauthorized with default headers values

func (*AdminDeletePlatformAccountClosureClientUnauthorized) Error

func (*AdminDeletePlatformAccountClosureClientUnauthorized) GetPayload

func (*AdminDeletePlatformAccountClosureClientUnauthorized) ToJSONString

type AdminGetPlatformAccountClosureClientBadRequest

type AdminGetPlatformAccountClosureClientBadRequest struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetPlatformAccountClosureClientBadRequest handles this case with default header values.

Bad Request

func NewAdminGetPlatformAccountClosureClientBadRequest

func NewAdminGetPlatformAccountClosureClientBadRequest() *AdminGetPlatformAccountClosureClientBadRequest

NewAdminGetPlatformAccountClosureClientBadRequest creates a AdminGetPlatformAccountClosureClientBadRequest with default headers values

func (*AdminGetPlatformAccountClosureClientBadRequest) Error

func (*AdminGetPlatformAccountClosureClientBadRequest) GetPayload

func (*AdminGetPlatformAccountClosureClientBadRequest) ToJSONString

type AdminGetPlatformAccountClosureClientForbidden

type AdminGetPlatformAccountClosureClientForbidden struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetPlatformAccountClosureClientForbidden handles this case with default header values.

Forbidden

func NewAdminGetPlatformAccountClosureClientForbidden

func NewAdminGetPlatformAccountClosureClientForbidden() *AdminGetPlatformAccountClosureClientForbidden

NewAdminGetPlatformAccountClosureClientForbidden creates a AdminGetPlatformAccountClosureClientForbidden with default headers values

func (*AdminGetPlatformAccountClosureClientForbidden) Error

func (*AdminGetPlatformAccountClosureClientForbidden) GetPayload

func (*AdminGetPlatformAccountClosureClientForbidden) ToJSONString

type AdminGetPlatformAccountClosureClientInternalServerError

type AdminGetPlatformAccountClosureClientInternalServerError struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetPlatformAccountClosureClientInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetPlatformAccountClosureClientInternalServerError

func NewAdminGetPlatformAccountClosureClientInternalServerError() *AdminGetPlatformAccountClosureClientInternalServerError

NewAdminGetPlatformAccountClosureClientInternalServerError creates a AdminGetPlatformAccountClosureClientInternalServerError with default headers values

func (*AdminGetPlatformAccountClosureClientInternalServerError) Error

func (*AdminGetPlatformAccountClosureClientInternalServerError) GetPayload

func (*AdminGetPlatformAccountClosureClientInternalServerError) ToJSONString

type AdminGetPlatformAccountClosureClientNotFound

type AdminGetPlatformAccountClosureClientNotFound struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetPlatformAccountClosureClientNotFound handles this case with default header values.

Not Found

func NewAdminGetPlatformAccountClosureClientNotFound

func NewAdminGetPlatformAccountClosureClientNotFound() *AdminGetPlatformAccountClosureClientNotFound

NewAdminGetPlatformAccountClosureClientNotFound creates a AdminGetPlatformAccountClosureClientNotFound with default headers values

func (*AdminGetPlatformAccountClosureClientNotFound) Error

func (*AdminGetPlatformAccountClosureClientNotFound) GetPayload

func (*AdminGetPlatformAccountClosureClientNotFound) ToJSONString

type AdminGetPlatformAccountClosureClientOK

type AdminGetPlatformAccountClosureClientOK struct {
	Payload *gdprclientmodels.DTOPlatformAccountClosureClientResponse
}

AdminGetPlatformAccountClosureClientOK handles this case with default header values.

OK

func NewAdminGetPlatformAccountClosureClientOK

func NewAdminGetPlatformAccountClosureClientOK() *AdminGetPlatformAccountClosureClientOK

NewAdminGetPlatformAccountClosureClientOK creates a AdminGetPlatformAccountClosureClientOK with default headers values

func (*AdminGetPlatformAccountClosureClientOK) Error

func (*AdminGetPlatformAccountClosureClientOK) GetPayload

func (*AdminGetPlatformAccountClosureClientOK) ToJSONString

type AdminGetPlatformAccountClosureClientParams

type AdminGetPlatformAccountClosureClientParams struct {

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

	*/
	Namespace string
	/*Platform
	  3rd party platform

	*/
	Platform 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
}

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

func NewAdminGetPlatformAccountClosureClientParams

func NewAdminGetPlatformAccountClosureClientParams() *AdminGetPlatformAccountClosureClientParams

NewAdminGetPlatformAccountClosureClientParams creates a new AdminGetPlatformAccountClosureClientParams object with the default values initialized.

func NewAdminGetPlatformAccountClosureClientParamsWithContext

func NewAdminGetPlatformAccountClosureClientParamsWithContext(ctx context.Context) *AdminGetPlatformAccountClosureClientParams

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

func NewAdminGetPlatformAccountClosureClientParamsWithHTTPClient

func NewAdminGetPlatformAccountClosureClientParamsWithHTTPClient(client *http.Client) *AdminGetPlatformAccountClosureClientParams

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

func NewAdminGetPlatformAccountClosureClientParamsWithTimeout

func NewAdminGetPlatformAccountClosureClientParamsWithTimeout(timeout time.Duration) *AdminGetPlatformAccountClosureClientParams

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

func (*AdminGetPlatformAccountClosureClientParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) SetContext

SetContext adds the context to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) SetFlightId

func (o *AdminGetPlatformAccountClosureClientParams) SetFlightId(flightId string)

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

func (*AdminGetPlatformAccountClosureClientParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) SetHTTPClientTransport

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

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

func (*AdminGetPlatformAccountClosureClientParams) SetNamespace

func (o *AdminGetPlatformAccountClosureClientParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) SetPlatform

func (o *AdminGetPlatformAccountClosureClientParams) SetPlatform(platform string)

SetPlatform adds the platform to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) SetTimeout

SetTimeout adds the timeout to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) WithContext

WithContext adds the context to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) WithNamespace

WithNamespace adds the namespace to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) WithPlatform

WithPlatform adds the platform to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) WithTimeout

WithTimeout adds the timeout to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetPlatformAccountClosureClientReader

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

AdminGetPlatformAccountClosureClientReader is a Reader for the AdminGetPlatformAccountClosureClient structure.

func (*AdminGetPlatformAccountClosureClientReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetPlatformAccountClosureClientUnauthorized

type AdminGetPlatformAccountClosureClientUnauthorized struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetPlatformAccountClosureClientUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetPlatformAccountClosureClientUnauthorized

func NewAdminGetPlatformAccountClosureClientUnauthorized() *AdminGetPlatformAccountClosureClientUnauthorized

NewAdminGetPlatformAccountClosureClientUnauthorized creates a AdminGetPlatformAccountClosureClientUnauthorized with default headers values

func (*AdminGetPlatformAccountClosureClientUnauthorized) Error

func (*AdminGetPlatformAccountClosureClientUnauthorized) GetPayload

func (*AdminGetPlatformAccountClosureClientUnauthorized) ToJSONString

type AdminGetPlatformAccountClosureClientsBadRequest

type AdminGetPlatformAccountClosureClientsBadRequest struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetPlatformAccountClosureClientsBadRequest handles this case with default header values.

Bad Request

func NewAdminGetPlatformAccountClosureClientsBadRequest

func NewAdminGetPlatformAccountClosureClientsBadRequest() *AdminGetPlatformAccountClosureClientsBadRequest

NewAdminGetPlatformAccountClosureClientsBadRequest creates a AdminGetPlatformAccountClosureClientsBadRequest with default headers values

func (*AdminGetPlatformAccountClosureClientsBadRequest) Error

func (*AdminGetPlatformAccountClosureClientsBadRequest) GetPayload

func (*AdminGetPlatformAccountClosureClientsBadRequest) ToJSONString

type AdminGetPlatformAccountClosureClientsForbidden

type AdminGetPlatformAccountClosureClientsForbidden struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetPlatformAccountClosureClientsForbidden handles this case with default header values.

Forbidden

func NewAdminGetPlatformAccountClosureClientsForbidden

func NewAdminGetPlatformAccountClosureClientsForbidden() *AdminGetPlatformAccountClosureClientsForbidden

NewAdminGetPlatformAccountClosureClientsForbidden creates a AdminGetPlatformAccountClosureClientsForbidden with default headers values

func (*AdminGetPlatformAccountClosureClientsForbidden) Error

func (*AdminGetPlatformAccountClosureClientsForbidden) GetPayload

func (*AdminGetPlatformAccountClosureClientsForbidden) ToJSONString

type AdminGetPlatformAccountClosureClientsInternalServerError

type AdminGetPlatformAccountClosureClientsInternalServerError struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetPlatformAccountClosureClientsInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetPlatformAccountClosureClientsInternalServerError

func NewAdminGetPlatformAccountClosureClientsInternalServerError() *AdminGetPlatformAccountClosureClientsInternalServerError

NewAdminGetPlatformAccountClosureClientsInternalServerError creates a AdminGetPlatformAccountClosureClientsInternalServerError with default headers values

func (*AdminGetPlatformAccountClosureClientsInternalServerError) Error

func (*AdminGetPlatformAccountClosureClientsInternalServerError) GetPayload

func (*AdminGetPlatformAccountClosureClientsInternalServerError) ToJSONString

type AdminGetPlatformAccountClosureClientsNotFound

type AdminGetPlatformAccountClosureClientsNotFound struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetPlatformAccountClosureClientsNotFound handles this case with default header values.

Not Found

func NewAdminGetPlatformAccountClosureClientsNotFound

func NewAdminGetPlatformAccountClosureClientsNotFound() *AdminGetPlatformAccountClosureClientsNotFound

NewAdminGetPlatformAccountClosureClientsNotFound creates a AdminGetPlatformAccountClosureClientsNotFound with default headers values

func (*AdminGetPlatformAccountClosureClientsNotFound) Error

func (*AdminGetPlatformAccountClosureClientsNotFound) GetPayload

func (*AdminGetPlatformAccountClosureClientsNotFound) ToJSONString

type AdminGetPlatformAccountClosureClientsOK

type AdminGetPlatformAccountClosureClientsOK struct {
	Payload *gdprclientmodels.DTOPlatformAccountClosureClientsResponse
}

AdminGetPlatformAccountClosureClientsOK handles this case with default header values.

OK

func NewAdminGetPlatformAccountClosureClientsOK

func NewAdminGetPlatformAccountClosureClientsOK() *AdminGetPlatformAccountClosureClientsOK

NewAdminGetPlatformAccountClosureClientsOK creates a AdminGetPlatformAccountClosureClientsOK with default headers values

func (*AdminGetPlatformAccountClosureClientsOK) Error

func (*AdminGetPlatformAccountClosureClientsOK) GetPayload

func (*AdminGetPlatformAccountClosureClientsOK) ToJSONString

type AdminGetPlatformAccountClosureClientsParams

type AdminGetPlatformAccountClosureClientsParams struct {

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

	*/
	Namespace string

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

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

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

func NewAdminGetPlatformAccountClosureClientsParams

func NewAdminGetPlatformAccountClosureClientsParams() *AdminGetPlatformAccountClosureClientsParams

NewAdminGetPlatformAccountClosureClientsParams creates a new AdminGetPlatformAccountClosureClientsParams object with the default values initialized.

func NewAdminGetPlatformAccountClosureClientsParamsWithContext

func NewAdminGetPlatformAccountClosureClientsParamsWithContext(ctx context.Context) *AdminGetPlatformAccountClosureClientsParams

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

func NewAdminGetPlatformAccountClosureClientsParamsWithHTTPClient

func NewAdminGetPlatformAccountClosureClientsParamsWithHTTPClient(client *http.Client) *AdminGetPlatformAccountClosureClientsParams

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

func NewAdminGetPlatformAccountClosureClientsParamsWithTimeout

func NewAdminGetPlatformAccountClosureClientsParamsWithTimeout(timeout time.Duration) *AdminGetPlatformAccountClosureClientsParams

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

func (*AdminGetPlatformAccountClosureClientsParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin get platform account closure clients params

func (*AdminGetPlatformAccountClosureClientsParams) SetContext

SetContext adds the context to the admin get platform account closure clients params

func (*AdminGetPlatformAccountClosureClientsParams) SetFlightId

func (o *AdminGetPlatformAccountClosureClientsParams) SetFlightId(flightId string)

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

func (*AdminGetPlatformAccountClosureClientsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get platform account closure clients params

func (*AdminGetPlatformAccountClosureClientsParams) SetHTTPClientTransport

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

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

func (*AdminGetPlatformAccountClosureClientsParams) SetNamespace

func (o *AdminGetPlatformAccountClosureClientsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get platform account closure clients params

func (*AdminGetPlatformAccountClosureClientsParams) SetTimeout

SetTimeout adds the timeout to the admin get platform account closure clients params

func (*AdminGetPlatformAccountClosureClientsParams) WithContext

WithContext adds the context to the admin get platform account closure clients params

func (*AdminGetPlatformAccountClosureClientsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get platform account closure clients params

func (*AdminGetPlatformAccountClosureClientsParams) WithNamespace

WithNamespace adds the namespace to the admin get platform account closure clients params

func (*AdminGetPlatformAccountClosureClientsParams) WithTimeout

WithTimeout adds the timeout to the admin get platform account closure clients params

func (*AdminGetPlatformAccountClosureClientsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetPlatformAccountClosureClientsReader

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

AdminGetPlatformAccountClosureClientsReader is a Reader for the AdminGetPlatformAccountClosureClients structure.

func (*AdminGetPlatformAccountClosureClientsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetPlatformAccountClosureClientsUnauthorized

type AdminGetPlatformAccountClosureClientsUnauthorized struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetPlatformAccountClosureClientsUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetPlatformAccountClosureClientsUnauthorized

func NewAdminGetPlatformAccountClosureClientsUnauthorized() *AdminGetPlatformAccountClosureClientsUnauthorized

NewAdminGetPlatformAccountClosureClientsUnauthorized creates a AdminGetPlatformAccountClosureClientsUnauthorized with default headers values

func (*AdminGetPlatformAccountClosureClientsUnauthorized) Error

func (*AdminGetPlatformAccountClosureClientsUnauthorized) GetPayload

func (*AdminGetPlatformAccountClosureClientsUnauthorized) ToJSONString

type AdminMockPlatformAccountClosureDataBadRequest

type AdminMockPlatformAccountClosureDataBadRequest struct {
	Payload *gdprclientmodels.ResponseError
}

AdminMockPlatformAccountClosureDataBadRequest handles this case with default header values.

Bad Request

func NewAdminMockPlatformAccountClosureDataBadRequest

func NewAdminMockPlatformAccountClosureDataBadRequest() *AdminMockPlatformAccountClosureDataBadRequest

NewAdminMockPlatformAccountClosureDataBadRequest creates a AdminMockPlatformAccountClosureDataBadRequest with default headers values

func (*AdminMockPlatformAccountClosureDataBadRequest) Error

func (*AdminMockPlatformAccountClosureDataBadRequest) GetPayload

func (*AdminMockPlatformAccountClosureDataBadRequest) ToJSONString

type AdminMockPlatformAccountClosureDataForbidden

type AdminMockPlatformAccountClosureDataForbidden struct {
	Payload *gdprclientmodels.ResponseError
}

AdminMockPlatformAccountClosureDataForbidden handles this case with default header values.

Forbidden

func NewAdminMockPlatformAccountClosureDataForbidden

func NewAdminMockPlatformAccountClosureDataForbidden() *AdminMockPlatformAccountClosureDataForbidden

NewAdminMockPlatformAccountClosureDataForbidden creates a AdminMockPlatformAccountClosureDataForbidden with default headers values

func (*AdminMockPlatformAccountClosureDataForbidden) Error

func (*AdminMockPlatformAccountClosureDataForbidden) GetPayload

func (*AdminMockPlatformAccountClosureDataForbidden) ToJSONString

type AdminMockPlatformAccountClosureDataInternalServerError

type AdminMockPlatformAccountClosureDataInternalServerError struct {
	Payload *gdprclientmodels.ResponseError
}

AdminMockPlatformAccountClosureDataInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminMockPlatformAccountClosureDataInternalServerError

func NewAdminMockPlatformAccountClosureDataInternalServerError() *AdminMockPlatformAccountClosureDataInternalServerError

NewAdminMockPlatformAccountClosureDataInternalServerError creates a AdminMockPlatformAccountClosureDataInternalServerError with default headers values

func (*AdminMockPlatformAccountClosureDataInternalServerError) Error

func (*AdminMockPlatformAccountClosureDataInternalServerError) GetPayload

func (*AdminMockPlatformAccountClosureDataInternalServerError) ToJSONString

type AdminMockPlatformAccountClosureDataNoContent

type AdminMockPlatformAccountClosureDataNoContent struct {
}

AdminMockPlatformAccountClosureDataNoContent handles this case with default header values.

No Content

func NewAdminMockPlatformAccountClosureDataNoContent

func NewAdminMockPlatformAccountClosureDataNoContent() *AdminMockPlatformAccountClosureDataNoContent

NewAdminMockPlatformAccountClosureDataNoContent creates a AdminMockPlatformAccountClosureDataNoContent with default headers values

func (*AdminMockPlatformAccountClosureDataNoContent) Error

type AdminMockPlatformAccountClosureDataParams

type AdminMockPlatformAccountClosureDataParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *gdprclientmodels.DTOPlatformAccountClosureMockRequest
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Platform
	  3rd party platform

	*/
	Platform 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
}

AdminMockPlatformAccountClosureDataParams contains all the parameters to send to the API endpoint for the admin mock platform account closure data operation typically these are written to a http.Request

func NewAdminMockPlatformAccountClosureDataParams

func NewAdminMockPlatformAccountClosureDataParams() *AdminMockPlatformAccountClosureDataParams

NewAdminMockPlatformAccountClosureDataParams creates a new AdminMockPlatformAccountClosureDataParams object with the default values initialized.

func NewAdminMockPlatformAccountClosureDataParamsWithContext

func NewAdminMockPlatformAccountClosureDataParamsWithContext(ctx context.Context) *AdminMockPlatformAccountClosureDataParams

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

func NewAdminMockPlatformAccountClosureDataParamsWithHTTPClient

func NewAdminMockPlatformAccountClosureDataParamsWithHTTPClient(client *http.Client) *AdminMockPlatformAccountClosureDataParams

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

func NewAdminMockPlatformAccountClosureDataParamsWithTimeout

func NewAdminMockPlatformAccountClosureDataParamsWithTimeout(timeout time.Duration) *AdminMockPlatformAccountClosureDataParams

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

func (*AdminMockPlatformAccountClosureDataParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin mock platform account closure data params

func (*AdminMockPlatformAccountClosureDataParams) SetBody

SetBody adds the body to the admin mock platform account closure data params

func (*AdminMockPlatformAccountClosureDataParams) SetContext

SetContext adds the context to the admin mock platform account closure data params

func (*AdminMockPlatformAccountClosureDataParams) SetFlightId

func (o *AdminMockPlatformAccountClosureDataParams) SetFlightId(flightId string)

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

func (*AdminMockPlatformAccountClosureDataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin mock platform account closure data params

func (*AdminMockPlatformAccountClosureDataParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin mock platform account closure data params

func (*AdminMockPlatformAccountClosureDataParams) SetNamespace

func (o *AdminMockPlatformAccountClosureDataParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin mock platform account closure data params

func (*AdminMockPlatformAccountClosureDataParams) SetPlatform

func (o *AdminMockPlatformAccountClosureDataParams) SetPlatform(platform string)

SetPlatform adds the platform to the admin mock platform account closure data params

func (*AdminMockPlatformAccountClosureDataParams) SetTimeout

SetTimeout adds the timeout to the admin mock platform account closure data params

func (*AdminMockPlatformAccountClosureDataParams) WithBody

WithBody adds the body to the admin mock platform account closure data params

func (*AdminMockPlatformAccountClosureDataParams) WithContext

WithContext adds the context to the admin mock platform account closure data params

func (*AdminMockPlatformAccountClosureDataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin mock platform account closure data params

func (*AdminMockPlatformAccountClosureDataParams) WithNamespace

WithNamespace adds the namespace to the admin mock platform account closure data params

func (*AdminMockPlatformAccountClosureDataParams) WithPlatform

WithPlatform adds the platform to the admin mock platform account closure data params

func (*AdminMockPlatformAccountClosureDataParams) WithTimeout

WithTimeout adds the timeout to the admin mock platform account closure data params

func (*AdminMockPlatformAccountClosureDataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminMockPlatformAccountClosureDataReader

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

AdminMockPlatformAccountClosureDataReader is a Reader for the AdminMockPlatformAccountClosureData structure.

func (*AdminMockPlatformAccountClosureDataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminMockPlatformAccountClosureDataResponse

type AdminMockPlatformAccountClosureDataResponse struct {
	gdprclientmodels.ApiResponse

	Error400 *gdprclientmodels.ResponseError
	Error401 *gdprclientmodels.ResponseError
	Error403 *gdprclientmodels.ResponseError
	Error500 *gdprclientmodels.ResponseError
}

func (*AdminMockPlatformAccountClosureDataResponse) Unpack

type AdminMockPlatformAccountClosureDataUnauthorized

type AdminMockPlatformAccountClosureDataUnauthorized struct {
	Payload *gdprclientmodels.ResponseError
}

AdminMockPlatformAccountClosureDataUnauthorized handles this case with default header values.

Unauthorized

func NewAdminMockPlatformAccountClosureDataUnauthorized

func NewAdminMockPlatformAccountClosureDataUnauthorized() *AdminMockPlatformAccountClosureDataUnauthorized

NewAdminMockPlatformAccountClosureDataUnauthorized creates a AdminMockPlatformAccountClosureDataUnauthorized with default headers values

func (*AdminMockPlatformAccountClosureDataUnauthorized) Error

func (*AdminMockPlatformAccountClosureDataUnauthorized) GetPayload

func (*AdminMockPlatformAccountClosureDataUnauthorized) ToJSONString

type AdminUpdatePlatformAccountClosureClientBadRequest

type AdminUpdatePlatformAccountClosureClientBadRequest struct {
	Payload *gdprclientmodels.ResponseError
}

AdminUpdatePlatformAccountClosureClientBadRequest handles this case with default header values.

Bad Request

func NewAdminUpdatePlatformAccountClosureClientBadRequest

func NewAdminUpdatePlatformAccountClosureClientBadRequest() *AdminUpdatePlatformAccountClosureClientBadRequest

NewAdminUpdatePlatformAccountClosureClientBadRequest creates a AdminUpdatePlatformAccountClosureClientBadRequest with default headers values

func (*AdminUpdatePlatformAccountClosureClientBadRequest) Error

func (*AdminUpdatePlatformAccountClosureClientBadRequest) GetPayload

func (*AdminUpdatePlatformAccountClosureClientBadRequest) ToJSONString

type AdminUpdatePlatformAccountClosureClientForbidden

type AdminUpdatePlatformAccountClosureClientForbidden struct {
	Payload *gdprclientmodels.ResponseError
}

AdminUpdatePlatformAccountClosureClientForbidden handles this case with default header values.

Forbidden

func NewAdminUpdatePlatformAccountClosureClientForbidden

func NewAdminUpdatePlatformAccountClosureClientForbidden() *AdminUpdatePlatformAccountClosureClientForbidden

NewAdminUpdatePlatformAccountClosureClientForbidden creates a AdminUpdatePlatformAccountClosureClientForbidden with default headers values

func (*AdminUpdatePlatformAccountClosureClientForbidden) Error

func (*AdminUpdatePlatformAccountClosureClientForbidden) GetPayload

func (*AdminUpdatePlatformAccountClosureClientForbidden) ToJSONString

type AdminUpdatePlatformAccountClosureClientInternalServerError

type AdminUpdatePlatformAccountClosureClientInternalServerError struct {
	Payload *gdprclientmodels.ResponseError
}

AdminUpdatePlatformAccountClosureClientInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminUpdatePlatformAccountClosureClientInternalServerError

func NewAdminUpdatePlatformAccountClosureClientInternalServerError() *AdminUpdatePlatformAccountClosureClientInternalServerError

NewAdminUpdatePlatformAccountClosureClientInternalServerError creates a AdminUpdatePlatformAccountClosureClientInternalServerError with default headers values

func (*AdminUpdatePlatformAccountClosureClientInternalServerError) Error

func (*AdminUpdatePlatformAccountClosureClientInternalServerError) GetPayload

func (*AdminUpdatePlatformAccountClosureClientInternalServerError) ToJSONString

type AdminUpdatePlatformAccountClosureClientNoContent

type AdminUpdatePlatformAccountClosureClientNoContent struct {
}

AdminUpdatePlatformAccountClosureClientNoContent handles this case with default header values.

No Content

func NewAdminUpdatePlatformAccountClosureClientNoContent

func NewAdminUpdatePlatformAccountClosureClientNoContent() *AdminUpdatePlatformAccountClosureClientNoContent

NewAdminUpdatePlatformAccountClosureClientNoContent creates a AdminUpdatePlatformAccountClosureClientNoContent with default headers values

func (*AdminUpdatePlatformAccountClosureClientNoContent) Error

type AdminUpdatePlatformAccountClosureClientParams

type AdminUpdatePlatformAccountClosureClientParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *gdprclientmodels.DTOPlatformAccountClosureClientRequest
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Platform
	  3rd party platform

	*/
	Platform 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
}

AdminUpdatePlatformAccountClosureClientParams contains all the parameters to send to the API endpoint for the admin update platform account closure client operation typically these are written to a http.Request

func NewAdminUpdatePlatformAccountClosureClientParams

func NewAdminUpdatePlatformAccountClosureClientParams() *AdminUpdatePlatformAccountClosureClientParams

NewAdminUpdatePlatformAccountClosureClientParams creates a new AdminUpdatePlatformAccountClosureClientParams object with the default values initialized.

func NewAdminUpdatePlatformAccountClosureClientParamsWithContext

func NewAdminUpdatePlatformAccountClosureClientParamsWithContext(ctx context.Context) *AdminUpdatePlatformAccountClosureClientParams

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

func NewAdminUpdatePlatformAccountClosureClientParamsWithHTTPClient

func NewAdminUpdatePlatformAccountClosureClientParamsWithHTTPClient(client *http.Client) *AdminUpdatePlatformAccountClosureClientParams

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

func NewAdminUpdatePlatformAccountClosureClientParamsWithTimeout

func NewAdminUpdatePlatformAccountClosureClientParamsWithTimeout(timeout time.Duration) *AdminUpdatePlatformAccountClosureClientParams

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

func (*AdminUpdatePlatformAccountClosureClientParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) SetBody

SetBody adds the body to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) SetContext

SetContext adds the context to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) SetFlightId

func (o *AdminUpdatePlatformAccountClosureClientParams) SetFlightId(flightId string)

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

func (*AdminUpdatePlatformAccountClosureClientParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) SetNamespace

func (o *AdminUpdatePlatformAccountClosureClientParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) SetPlatform

func (o *AdminUpdatePlatformAccountClosureClientParams) SetPlatform(platform string)

SetPlatform adds the platform to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) SetTimeout

SetTimeout adds the timeout to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) WithBody

WithBody adds the body to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) WithContext

WithContext adds the context to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) WithNamespace

WithNamespace adds the namespace to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) WithPlatform

WithPlatform adds the platform to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) WithTimeout

WithTimeout adds the timeout to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUpdatePlatformAccountClosureClientReader

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

AdminUpdatePlatformAccountClosureClientReader is a Reader for the AdminUpdatePlatformAccountClosureClient structure.

func (*AdminUpdatePlatformAccountClosureClientReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminUpdatePlatformAccountClosureClientResponse

type AdminUpdatePlatformAccountClosureClientResponse struct {
	gdprclientmodels.ApiResponse

	Error400 *gdprclientmodels.ResponseError
	Error401 *gdprclientmodels.ResponseError
	Error403 *gdprclientmodels.ResponseError
	Error500 *gdprclientmodels.ResponseError
}

func (*AdminUpdatePlatformAccountClosureClientResponse) Unpack

type AdminUpdatePlatformAccountClosureClientUnauthorized

type AdminUpdatePlatformAccountClosureClientUnauthorized struct {
	Payload *gdprclientmodels.ResponseError
}

AdminUpdatePlatformAccountClosureClientUnauthorized handles this case with default header values.

Unauthorized

func NewAdminUpdatePlatformAccountClosureClientUnauthorized

func NewAdminUpdatePlatformAccountClosureClientUnauthorized() *AdminUpdatePlatformAccountClosureClientUnauthorized

NewAdminUpdatePlatformAccountClosureClientUnauthorized creates a AdminUpdatePlatformAccountClosureClientUnauthorized with default headers values

func (*AdminUpdatePlatformAccountClosureClientUnauthorized) Error

func (*AdminUpdatePlatformAccountClosureClientUnauthorized) GetPayload

func (*AdminUpdatePlatformAccountClosureClientUnauthorized) ToJSONString

type AdminValidateXboxBPCertFileBadRequest

type AdminValidateXboxBPCertFileBadRequest struct {
	Payload *gdprclientmodels.ResponseError
}

AdminValidateXboxBPCertFileBadRequest handles this case with default header values.

Bad Request

func NewAdminValidateXboxBPCertFileBadRequest

func NewAdminValidateXboxBPCertFileBadRequest() *AdminValidateXboxBPCertFileBadRequest

NewAdminValidateXboxBPCertFileBadRequest creates a AdminValidateXboxBPCertFileBadRequest with default headers values

func (*AdminValidateXboxBPCertFileBadRequest) Error

func (*AdminValidateXboxBPCertFileBadRequest) GetPayload

func (*AdminValidateXboxBPCertFileBadRequest) ToJSONString

type AdminValidateXboxBPCertFileForbidden

type AdminValidateXboxBPCertFileForbidden struct {
	Payload *gdprclientmodels.ResponseError
}

AdminValidateXboxBPCertFileForbidden handles this case with default header values.

Forbidden

func NewAdminValidateXboxBPCertFileForbidden

func NewAdminValidateXboxBPCertFileForbidden() *AdminValidateXboxBPCertFileForbidden

NewAdminValidateXboxBPCertFileForbidden creates a AdminValidateXboxBPCertFileForbidden with default headers values

func (*AdminValidateXboxBPCertFileForbidden) Error

func (*AdminValidateXboxBPCertFileForbidden) GetPayload

func (*AdminValidateXboxBPCertFileForbidden) ToJSONString

func (o *AdminValidateXboxBPCertFileForbidden) ToJSONString() string

type AdminValidateXboxBPCertFileInternalServerError

type AdminValidateXboxBPCertFileInternalServerError struct {
	Payload *gdprclientmodels.ResponseError
}

AdminValidateXboxBPCertFileInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminValidateXboxBPCertFileInternalServerError

func NewAdminValidateXboxBPCertFileInternalServerError() *AdminValidateXboxBPCertFileInternalServerError

NewAdminValidateXboxBPCertFileInternalServerError creates a AdminValidateXboxBPCertFileInternalServerError with default headers values

func (*AdminValidateXboxBPCertFileInternalServerError) Error

func (*AdminValidateXboxBPCertFileInternalServerError) GetPayload

func (*AdminValidateXboxBPCertFileInternalServerError) ToJSONString

type AdminValidateXboxBPCertFileNotFound

type AdminValidateXboxBPCertFileNotFound struct {
	Payload *gdprclientmodels.ResponseError
}

AdminValidateXboxBPCertFileNotFound handles this case with default header values.

Not Found

func NewAdminValidateXboxBPCertFileNotFound

func NewAdminValidateXboxBPCertFileNotFound() *AdminValidateXboxBPCertFileNotFound

NewAdminValidateXboxBPCertFileNotFound creates a AdminValidateXboxBPCertFileNotFound with default headers values

func (*AdminValidateXboxBPCertFileNotFound) Error

func (*AdminValidateXboxBPCertFileNotFound) GetPayload

func (*AdminValidateXboxBPCertFileNotFound) ToJSONString

func (o *AdminValidateXboxBPCertFileNotFound) ToJSONString() string

type AdminValidateXboxBPCertFileOK

type AdminValidateXboxBPCertFileOK struct {
	Payload *gdprclientmodels.DTOXboxBPCertValidationResponse
}

AdminValidateXboxBPCertFileOK handles this case with default header values.

OK

func NewAdminValidateXboxBPCertFileOK

func NewAdminValidateXboxBPCertFileOK() *AdminValidateXboxBPCertFileOK

NewAdminValidateXboxBPCertFileOK creates a AdminValidateXboxBPCertFileOK with default headers values

func (*AdminValidateXboxBPCertFileOK) Error

func (*AdminValidateXboxBPCertFileOK) GetPayload

func (*AdminValidateXboxBPCertFileOK) ToJSONString

func (o *AdminValidateXboxBPCertFileOK) ToJSONString() string

type AdminValidateXboxBPCertFileParams

type AdminValidateXboxBPCertFileParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *gdprclientmodels.DTOXboxBPCertValidationRequest
	/*Namespace
	  namespace

	*/
	Namespace string

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

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

AdminValidateXboxBPCertFileParams contains all the parameters to send to the API endpoint for the admin validate xbox bp cert file operation typically these are written to a http.Request

func NewAdminValidateXboxBPCertFileParams

func NewAdminValidateXboxBPCertFileParams() *AdminValidateXboxBPCertFileParams

NewAdminValidateXboxBPCertFileParams creates a new AdminValidateXboxBPCertFileParams object with the default values initialized.

func NewAdminValidateXboxBPCertFileParamsWithContext

func NewAdminValidateXboxBPCertFileParamsWithContext(ctx context.Context) *AdminValidateXboxBPCertFileParams

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

func NewAdminValidateXboxBPCertFileParamsWithHTTPClient

func NewAdminValidateXboxBPCertFileParamsWithHTTPClient(client *http.Client) *AdminValidateXboxBPCertFileParams

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

func NewAdminValidateXboxBPCertFileParamsWithTimeout

func NewAdminValidateXboxBPCertFileParamsWithTimeout(timeout time.Duration) *AdminValidateXboxBPCertFileParams

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

func (*AdminValidateXboxBPCertFileParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin validate xbox bp cert file params

func (*AdminValidateXboxBPCertFileParams) SetBody

SetBody adds the body to the admin validate xbox bp cert file params

func (*AdminValidateXboxBPCertFileParams) SetContext

SetContext adds the context to the admin validate xbox bp cert file params

func (*AdminValidateXboxBPCertFileParams) SetFlightId

func (o *AdminValidateXboxBPCertFileParams) SetFlightId(flightId string)

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

func (*AdminValidateXboxBPCertFileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin validate xbox bp cert file params

func (*AdminValidateXboxBPCertFileParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin validate xbox bp cert file params

func (*AdminValidateXboxBPCertFileParams) SetNamespace

func (o *AdminValidateXboxBPCertFileParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin validate xbox bp cert file params

func (*AdminValidateXboxBPCertFileParams) SetTimeout

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

SetTimeout adds the timeout to the admin validate xbox bp cert file params

func (*AdminValidateXboxBPCertFileParams) WithBody

WithBody adds the body to the admin validate xbox bp cert file params

func (*AdminValidateXboxBPCertFileParams) WithContext

WithContext adds the context to the admin validate xbox bp cert file params

func (*AdminValidateXboxBPCertFileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin validate xbox bp cert file params

func (*AdminValidateXboxBPCertFileParams) WithNamespace

WithNamespace adds the namespace to the admin validate xbox bp cert file params

func (*AdminValidateXboxBPCertFileParams) WithTimeout

WithTimeout adds the timeout to the admin validate xbox bp cert file params

func (*AdminValidateXboxBPCertFileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminValidateXboxBPCertFileReader

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

AdminValidateXboxBPCertFileReader is a Reader for the AdminValidateXboxBPCertFile structure.

func (*AdminValidateXboxBPCertFileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminValidateXboxBPCertFileUnauthorized

type AdminValidateXboxBPCertFileUnauthorized struct {
	Payload *gdprclientmodels.ResponseError
}

AdminValidateXboxBPCertFileUnauthorized handles this case with default header values.

Unauthorized

func NewAdminValidateXboxBPCertFileUnauthorized

func NewAdminValidateXboxBPCertFileUnauthorized() *AdminValidateXboxBPCertFileUnauthorized

NewAdminValidateXboxBPCertFileUnauthorized creates a AdminValidateXboxBPCertFileUnauthorized with default headers values

func (*AdminValidateXboxBPCertFileUnauthorized) Error

func (*AdminValidateXboxBPCertFileUnauthorized) GetPayload

func (*AdminValidateXboxBPCertFileUnauthorized) ToJSONString

type Client

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

Client for platform account closure client API

func (*Client) AdminDeletePlatformAccountClosureClientShort

AdminDeletePlatformAccountClosureClientShort delete platform account closure client Delete platform account closure client. The namespace should be **publisher or studio namespace** ------- Platform: - steamnetwork - xbox - psn

func (*Client) AdminGetPlatformAccountClosureClientShort

AdminGetPlatformAccountClosureClientShort get platform account closure config Get platform account closure config. The namespace should be **publisher or studio namespace** ---------- Platform: - steamnetwork - xbox - psn Scope: account

func (*Client) AdminGetPlatformAccountClosureClientsShort

AdminGetPlatformAccountClosureClientsShort get platform account closure configs Get platform account closure configs. ------ Platform: - steamnetwork - xbox - psn Scope: account

func (*Client) AdminMockPlatformAccountClosureDataShort

AdminMockPlatformAccountClosureDataShort mock platform account closure data Mock platform account closure data. ----- **This is only for testing** Platform: - steamnetwork - xbox - psn Scope: account

func (*Client) AdminUpdatePlatformAccountClosureClientShort

AdminUpdatePlatformAccountClosureClientShort update platform account closure client Update platform account closure client. The namespace should be the **publisher or studio namespace**. ------ Platform: - steamnetwork - xbox - psn Scope: account

func (*Client) AdminValidateXboxBPCertFileShort

func (a *Client) AdminValidateXboxBPCertFileShort(params *AdminValidateXboxBPCertFileParams, authInfo runtime.ClientAuthInfoWriter) (*AdminValidateXboxBPCertFileResponse, error)

AdminValidateXboxBPCertFileShort validate xbox bp cert file Check xbox BP cert file whether it's expired and return expiration date

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 client API client.

Jump to

Keyboard shortcuts

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