api_key_user

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 28, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithContentTypeApplicationJSON

func WithContentTypeApplicationJSON(r *runtime.ClientOperation)

WithContentTypeApplicationJSON sets the Content-Type header to "application/json".

func WithContentTypeApplicationxWwwFormUrlencoded

func WithContentTypeApplicationxWwwFormUrlencoded(r *runtime.ClientOperation)

WithContentTypeApplicationxWwwFormUrlencoded sets the Content-Type header to "application/x-www-form-urlencoded".

Types

type Client

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

Client for api key user API

func (*Client) DeleteAPIKeyUser

func (a *Client) DeleteAPIKeyUser(params *DeleteAPIKeyUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAPIKeyUserOK, error)

DeleteAPIKeyUser deletes user s account by Api key

func (*Client) GetAPIKeyUserChallengeWalletAddress

func (a *Client) GetAPIKeyUserChallengeWalletAddress(params *GetAPIKeyUserChallengeWalletAddressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserChallengeWalletAddressOK, error)

GetAPIKeyUserChallengeWalletAddress gets link wallet address challenge by Api key

func (*Client) GetAPIKeyUserMe

func (a *Client) GetAPIKeyUserMe(params *GetAPIKeyUserMeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserMeOK, error)

GetAPIKeyUserMe gets user s info by Api key

func (*Client) GetAPIKeyUserOffers

func (a *Client) GetAPIKeyUserOffers(params *GetAPIKeyUserOffersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserOffersOK, error)

GetAPIKeyUserOffers gets user s offers by Api key

func (*Client) GetAPIKeyUserOrgUsernames

func (a *Client) GetAPIKeyUserOrgUsernames(params *GetAPIKeyUserOrgUsernamesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserOrgUsernamesOK, error)

GetAPIKeyUserOrgUsernames gets user s organization usernames by Api key

func (*Client) GetAPIKeyUserPermissionSearch

func (a *Client) GetAPIKeyUserPermissionSearch(params *GetAPIKeyUserPermissionSearchParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserPermissionSearchOK, error)

GetAPIKeyUserPermissionSearch searches users by Api key

func (*Client) GetAPIKeyUserUsername

func (a *Client) GetAPIKeyUserUsername(params *GetAPIKeyUserUsernameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserUsernameOK, error)

GetAPIKeyUserUsername gets user s info by Api key

func (*Client) PatchAPIKeyUserChangePassword

func (a *Client) PatchAPIKeyUserChangePassword(params *PatchAPIKeyUserChangePasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchAPIKeyUserChangePasswordOK, error)

PatchAPIKeyUserChangePassword changes user s password by Api key

func (*Client) PatchAPIKeyUserLinkEmailEmail

func (a *Client) PatchAPIKeyUserLinkEmailEmail(params *PatchAPIKeyUserLinkEmailEmailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchAPIKeyUserLinkEmailEmailOK, error)

PatchAPIKeyUserLinkEmailEmail gets link email code by Api key

func (*Client) PatchAPIKeyUserProfile

func (a *Client) PatchAPIKeyUserProfile(params *PatchAPIKeyUserProfileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchAPIKeyUserProfileOK, error)

PatchAPIKeyUserProfile updates user s profile by Api key

func (*Client) PostAPIKeyUserAPIKey

func (a *Client) PostAPIKeyUserAPIKey(params *PostAPIKeyUserAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyUserAPIKeyOK, error)

PostAPIKeyUserAPIKey creates Api key by Api key

func (*Client) PostAPIKeyUserLinkEmail

func (a *Client) PostAPIKeyUserLinkEmail(params *PostAPIKeyUserLinkEmailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyUserLinkEmailOK, error)

PostAPIKeyUserLinkEmail verifies link email code by Api key

func (*Client) PostAPIKeyUserLinkWallet

func (a *Client) PostAPIKeyUserLinkWallet(params *PostAPIKeyUserLinkWalletParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyUserLinkWalletOK, error)

PostAPIKeyUserLinkWallet verifies link wallet address signature by Api key

func (*Client) PutAPIKeyUserFollowID

func (a *Client) PutAPIKeyUserFollowID(params *PutAPIKeyUserFollowIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutAPIKeyUserFollowIDOK, error)

PutAPIKeyUserFollowID follows unfollow user by Api key

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption may be used to customize the behavior of Client methods.

func WithContentType

func WithContentType(mime string) ClientOption

WithContentType allows the client to force the Content-Type header to negotiate a specific Consumer from the server.

You may use this option to set arbitrary extensions to your MIME media type.

type ClientService

type ClientService interface {
	DeleteAPIKeyUser(params *DeleteAPIKeyUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAPIKeyUserOK, error)

	GetAPIKeyUserChallengeWalletAddress(params *GetAPIKeyUserChallengeWalletAddressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserChallengeWalletAddressOK, error)

	GetAPIKeyUserMe(params *GetAPIKeyUserMeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserMeOK, error)

	GetAPIKeyUserOffers(params *GetAPIKeyUserOffersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserOffersOK, error)

	GetAPIKeyUserOrgUsernames(params *GetAPIKeyUserOrgUsernamesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserOrgUsernamesOK, error)

	GetAPIKeyUserPermissionSearch(params *GetAPIKeyUserPermissionSearchParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserPermissionSearchOK, error)

	GetAPIKeyUserUsername(params *GetAPIKeyUserUsernameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserUsernameOK, error)

	PatchAPIKeyUserChangePassword(params *PatchAPIKeyUserChangePasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchAPIKeyUserChangePasswordOK, error)

	PatchAPIKeyUserLinkEmailEmail(params *PatchAPIKeyUserLinkEmailEmailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchAPIKeyUserLinkEmailEmailOK, error)

	PatchAPIKeyUserProfile(params *PatchAPIKeyUserProfileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchAPIKeyUserProfileOK, error)

	PostAPIKeyUserAPIKey(params *PostAPIKeyUserAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyUserAPIKeyOK, error)

	PostAPIKeyUserLinkEmail(params *PostAPIKeyUserLinkEmailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyUserLinkEmailOK, error)

	PostAPIKeyUserLinkWallet(params *PostAPIKeyUserLinkWalletParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyUserLinkWalletOK, error)

	PutAPIKeyUserFollowID(params *PutAPIKeyUserFollowIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutAPIKeyUserFollowIDOK, 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 api key user API client.

func NewClientWithBasicAuth

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new api key user API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new api key user API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type DeleteAPIKeyUserBadRequest

type DeleteAPIKeyUserBadRequest struct {
	Payload *models.ResponseFailResponse
}

DeleteAPIKeyUserBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteAPIKeyUserBadRequest

func NewDeleteAPIKeyUserBadRequest() *DeleteAPIKeyUserBadRequest

NewDeleteAPIKeyUserBadRequest creates a DeleteAPIKeyUserBadRequest with default headers values

func (*DeleteAPIKeyUserBadRequest) Code

func (o *DeleteAPIKeyUserBadRequest) Code() int

Code gets the status code for the delete Api key user bad request response

func (*DeleteAPIKeyUserBadRequest) Error

func (*DeleteAPIKeyUserBadRequest) GetPayload

func (*DeleteAPIKeyUserBadRequest) IsClientError

func (o *DeleteAPIKeyUserBadRequest) IsClientError() bool

IsClientError returns true when this delete Api key user bad request response has a 4xx status code

func (*DeleteAPIKeyUserBadRequest) IsCode

func (o *DeleteAPIKeyUserBadRequest) IsCode(code int) bool

IsCode returns true when this delete Api key user bad request response a status code equal to that given

func (*DeleteAPIKeyUserBadRequest) IsRedirect

func (o *DeleteAPIKeyUserBadRequest) IsRedirect() bool

IsRedirect returns true when this delete Api key user bad request response has a 3xx status code

func (*DeleteAPIKeyUserBadRequest) IsServerError

func (o *DeleteAPIKeyUserBadRequest) IsServerError() bool

IsServerError returns true when this delete Api key user bad request response has a 5xx status code

func (*DeleteAPIKeyUserBadRequest) IsSuccess

func (o *DeleteAPIKeyUserBadRequest) IsSuccess() bool

IsSuccess returns true when this delete Api key user bad request response has a 2xx status code

func (*DeleteAPIKeyUserBadRequest) String

func (o *DeleteAPIKeyUserBadRequest) String() string

type DeleteAPIKeyUserInternalServerError

type DeleteAPIKeyUserInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

DeleteAPIKeyUserInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewDeleteAPIKeyUserInternalServerError

func NewDeleteAPIKeyUserInternalServerError() *DeleteAPIKeyUserInternalServerError

NewDeleteAPIKeyUserInternalServerError creates a DeleteAPIKeyUserInternalServerError with default headers values

func (*DeleteAPIKeyUserInternalServerError) Code

Code gets the status code for the delete Api key user internal server error response

func (*DeleteAPIKeyUserInternalServerError) Error

func (*DeleteAPIKeyUserInternalServerError) GetPayload

func (*DeleteAPIKeyUserInternalServerError) IsClientError

func (o *DeleteAPIKeyUserInternalServerError) IsClientError() bool

IsClientError returns true when this delete Api key user internal server error response has a 4xx status code

func (*DeleteAPIKeyUserInternalServerError) IsCode

IsCode returns true when this delete Api key user internal server error response a status code equal to that given

func (*DeleteAPIKeyUserInternalServerError) IsRedirect

func (o *DeleteAPIKeyUserInternalServerError) IsRedirect() bool

IsRedirect returns true when this delete Api key user internal server error response has a 3xx status code

func (*DeleteAPIKeyUserInternalServerError) IsServerError

func (o *DeleteAPIKeyUserInternalServerError) IsServerError() bool

IsServerError returns true when this delete Api key user internal server error response has a 5xx status code

func (*DeleteAPIKeyUserInternalServerError) IsSuccess

IsSuccess returns true when this delete Api key user internal server error response has a 2xx status code

func (*DeleteAPIKeyUserInternalServerError) String

type DeleteAPIKeyUserOK

type DeleteAPIKeyUserOK struct {
	Payload *models.ResponseSuccessResponse
}

DeleteAPIKeyUserOK describes a response with status code 200, with default header values.

OK

func NewDeleteAPIKeyUserOK

func NewDeleteAPIKeyUserOK() *DeleteAPIKeyUserOK

NewDeleteAPIKeyUserOK creates a DeleteAPIKeyUserOK with default headers values

func (*DeleteAPIKeyUserOK) Code

func (o *DeleteAPIKeyUserOK) Code() int

Code gets the status code for the delete Api key user o k response

func (*DeleteAPIKeyUserOK) Error

func (o *DeleteAPIKeyUserOK) Error() string

func (*DeleteAPIKeyUserOK) GetPayload

func (*DeleteAPIKeyUserOK) IsClientError

func (o *DeleteAPIKeyUserOK) IsClientError() bool

IsClientError returns true when this delete Api key user o k response has a 4xx status code

func (*DeleteAPIKeyUserOK) IsCode

func (o *DeleteAPIKeyUserOK) IsCode(code int) bool

IsCode returns true when this delete Api key user o k response a status code equal to that given

func (*DeleteAPIKeyUserOK) IsRedirect

func (o *DeleteAPIKeyUserOK) IsRedirect() bool

IsRedirect returns true when this delete Api key user o k response has a 3xx status code

func (*DeleteAPIKeyUserOK) IsServerError

func (o *DeleteAPIKeyUserOK) IsServerError() bool

IsServerError returns true when this delete Api key user o k response has a 5xx status code

func (*DeleteAPIKeyUserOK) IsSuccess

func (o *DeleteAPIKeyUserOK) IsSuccess() bool

IsSuccess returns true when this delete Api key user o k response has a 2xx status code

func (*DeleteAPIKeyUserOK) String

func (o *DeleteAPIKeyUserOK) String() string

type DeleteAPIKeyUserParams

type DeleteAPIKeyUserParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteAPIKeyUserParams contains all the parameters to send to the API endpoint

for the delete API key user operation.

Typically these are written to a http.Request.

func NewDeleteAPIKeyUserParams

func NewDeleteAPIKeyUserParams() *DeleteAPIKeyUserParams

NewDeleteAPIKeyUserParams creates a new DeleteAPIKeyUserParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteAPIKeyUserParamsWithContext

func NewDeleteAPIKeyUserParamsWithContext(ctx context.Context) *DeleteAPIKeyUserParams

NewDeleteAPIKeyUserParamsWithContext creates a new DeleteAPIKeyUserParams object with the ability to set a context for a request.

func NewDeleteAPIKeyUserParamsWithHTTPClient

func NewDeleteAPIKeyUserParamsWithHTTPClient(client *http.Client) *DeleteAPIKeyUserParams

NewDeleteAPIKeyUserParamsWithHTTPClient creates a new DeleteAPIKeyUserParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAPIKeyUserParamsWithTimeout

func NewDeleteAPIKeyUserParamsWithTimeout(timeout time.Duration) *DeleteAPIKeyUserParams

NewDeleteAPIKeyUserParamsWithTimeout creates a new DeleteAPIKeyUserParams object with the ability to set a timeout on a request.

func (*DeleteAPIKeyUserParams) SetContext

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

SetContext adds the context to the delete API key user params

func (*DeleteAPIKeyUserParams) SetDefaults

func (o *DeleteAPIKeyUserParams) SetDefaults()

SetDefaults hydrates default values in the delete API key user params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteAPIKeyUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete API key user params

func (*DeleteAPIKeyUserParams) SetTimeout

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

SetTimeout adds the timeout to the delete API key user params

func (*DeleteAPIKeyUserParams) WithContext

WithContext adds the context to the delete API key user params

func (*DeleteAPIKeyUserParams) WithDefaults

WithDefaults hydrates default values in the delete API key user params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteAPIKeyUserParams) WithHTTPClient

func (o *DeleteAPIKeyUserParams) WithHTTPClient(client *http.Client) *DeleteAPIKeyUserParams

WithHTTPClient adds the HTTPClient to the delete API key user params

func (*DeleteAPIKeyUserParams) WithTimeout

WithTimeout adds the timeout to the delete API key user params

func (*DeleteAPIKeyUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAPIKeyUserReader

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

DeleteAPIKeyUserReader is a Reader for the DeleteAPIKeyUser structure.

func (*DeleteAPIKeyUserReader) ReadResponse

func (o *DeleteAPIKeyUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetAPIKeyUserChallengeWalletAddressBadRequest

type GetAPIKeyUserChallengeWalletAddressBadRequest struct {
	Payload *models.ResponseFailResponse
}

GetAPIKeyUserChallengeWalletAddressBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAPIKeyUserChallengeWalletAddressBadRequest

func NewGetAPIKeyUserChallengeWalletAddressBadRequest() *GetAPIKeyUserChallengeWalletAddressBadRequest

NewGetAPIKeyUserChallengeWalletAddressBadRequest creates a GetAPIKeyUserChallengeWalletAddressBadRequest with default headers values

func (*GetAPIKeyUserChallengeWalletAddressBadRequest) Code

Code gets the status code for the get Api key user challenge wallet address bad request response

func (*GetAPIKeyUserChallengeWalletAddressBadRequest) Error

func (*GetAPIKeyUserChallengeWalletAddressBadRequest) GetPayload

func (*GetAPIKeyUserChallengeWalletAddressBadRequest) IsClientError

IsClientError returns true when this get Api key user challenge wallet address bad request response has a 4xx status code

func (*GetAPIKeyUserChallengeWalletAddressBadRequest) IsCode

IsCode returns true when this get Api key user challenge wallet address bad request response a status code equal to that given

func (*GetAPIKeyUserChallengeWalletAddressBadRequest) IsRedirect

IsRedirect returns true when this get Api key user challenge wallet address bad request response has a 3xx status code

func (*GetAPIKeyUserChallengeWalletAddressBadRequest) IsServerError

IsServerError returns true when this get Api key user challenge wallet address bad request response has a 5xx status code

func (*GetAPIKeyUserChallengeWalletAddressBadRequest) IsSuccess

IsSuccess returns true when this get Api key user challenge wallet address bad request response has a 2xx status code

func (*GetAPIKeyUserChallengeWalletAddressBadRequest) String

type GetAPIKeyUserChallengeWalletAddressInternalServerError

type GetAPIKeyUserChallengeWalletAddressInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

GetAPIKeyUserChallengeWalletAddressInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAPIKeyUserChallengeWalletAddressInternalServerError

func NewGetAPIKeyUserChallengeWalletAddressInternalServerError() *GetAPIKeyUserChallengeWalletAddressInternalServerError

NewGetAPIKeyUserChallengeWalletAddressInternalServerError creates a GetAPIKeyUserChallengeWalletAddressInternalServerError with default headers values

func (*GetAPIKeyUserChallengeWalletAddressInternalServerError) Code

Code gets the status code for the get Api key user challenge wallet address internal server error response

func (*GetAPIKeyUserChallengeWalletAddressInternalServerError) Error

func (*GetAPIKeyUserChallengeWalletAddressInternalServerError) GetPayload

func (*GetAPIKeyUserChallengeWalletAddressInternalServerError) IsClientError

IsClientError returns true when this get Api key user challenge wallet address internal server error response has a 4xx status code

func (*GetAPIKeyUserChallengeWalletAddressInternalServerError) IsCode

IsCode returns true when this get Api key user challenge wallet address internal server error response a status code equal to that given

func (*GetAPIKeyUserChallengeWalletAddressInternalServerError) IsRedirect

IsRedirect returns true when this get Api key user challenge wallet address internal server error response has a 3xx status code

func (*GetAPIKeyUserChallengeWalletAddressInternalServerError) IsServerError

IsServerError returns true when this get Api key user challenge wallet address internal server error response has a 5xx status code

func (*GetAPIKeyUserChallengeWalletAddressInternalServerError) IsSuccess

IsSuccess returns true when this get Api key user challenge wallet address internal server error response has a 2xx status code

func (*GetAPIKeyUserChallengeWalletAddressInternalServerError) String

type GetAPIKeyUserChallengeWalletAddressOK

type GetAPIKeyUserChallengeWalletAddressOK struct {
	Payload *models.ResponseGetLinkWalletAddressChallengeResponse
}

GetAPIKeyUserChallengeWalletAddressOK describes a response with status code 200, with default header values.

OK

func NewGetAPIKeyUserChallengeWalletAddressOK

func NewGetAPIKeyUserChallengeWalletAddressOK() *GetAPIKeyUserChallengeWalletAddressOK

NewGetAPIKeyUserChallengeWalletAddressOK creates a GetAPIKeyUserChallengeWalletAddressOK with default headers values

func (*GetAPIKeyUserChallengeWalletAddressOK) Code

Code gets the status code for the get Api key user challenge wallet address o k response

func (*GetAPIKeyUserChallengeWalletAddressOK) Error

func (*GetAPIKeyUserChallengeWalletAddressOK) GetPayload

func (*GetAPIKeyUserChallengeWalletAddressOK) IsClientError

func (o *GetAPIKeyUserChallengeWalletAddressOK) IsClientError() bool

IsClientError returns true when this get Api key user challenge wallet address o k response has a 4xx status code

func (*GetAPIKeyUserChallengeWalletAddressOK) IsCode

IsCode returns true when this get Api key user challenge wallet address o k response a status code equal to that given

func (*GetAPIKeyUserChallengeWalletAddressOK) IsRedirect

IsRedirect returns true when this get Api key user challenge wallet address o k response has a 3xx status code

func (*GetAPIKeyUserChallengeWalletAddressOK) IsServerError

func (o *GetAPIKeyUserChallengeWalletAddressOK) IsServerError() bool

IsServerError returns true when this get Api key user challenge wallet address o k response has a 5xx status code

func (*GetAPIKeyUserChallengeWalletAddressOK) IsSuccess

IsSuccess returns true when this get Api key user challenge wallet address o k response has a 2xx status code

func (*GetAPIKeyUserChallengeWalletAddressOK) String

type GetAPIKeyUserChallengeWalletAddressParams

type GetAPIKeyUserChallengeWalletAddressParams struct {

	/* WalletAddress.

	   wallet address
	*/
	WalletAddress string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAPIKeyUserChallengeWalletAddressParams contains all the parameters to send to the API endpoint

for the get API key user challenge wallet address operation.

Typically these are written to a http.Request.

func NewGetAPIKeyUserChallengeWalletAddressParams

func NewGetAPIKeyUserChallengeWalletAddressParams() *GetAPIKeyUserChallengeWalletAddressParams

NewGetAPIKeyUserChallengeWalletAddressParams creates a new GetAPIKeyUserChallengeWalletAddressParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAPIKeyUserChallengeWalletAddressParamsWithContext

func NewGetAPIKeyUserChallengeWalletAddressParamsWithContext(ctx context.Context) *GetAPIKeyUserChallengeWalletAddressParams

NewGetAPIKeyUserChallengeWalletAddressParamsWithContext creates a new GetAPIKeyUserChallengeWalletAddressParams object with the ability to set a context for a request.

func NewGetAPIKeyUserChallengeWalletAddressParamsWithHTTPClient

func NewGetAPIKeyUserChallengeWalletAddressParamsWithHTTPClient(client *http.Client) *GetAPIKeyUserChallengeWalletAddressParams

NewGetAPIKeyUserChallengeWalletAddressParamsWithHTTPClient creates a new GetAPIKeyUserChallengeWalletAddressParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyUserChallengeWalletAddressParamsWithTimeout

func NewGetAPIKeyUserChallengeWalletAddressParamsWithTimeout(timeout time.Duration) *GetAPIKeyUserChallengeWalletAddressParams

NewGetAPIKeyUserChallengeWalletAddressParamsWithTimeout creates a new GetAPIKeyUserChallengeWalletAddressParams object with the ability to set a timeout on a request.

func (*GetAPIKeyUserChallengeWalletAddressParams) SetContext

SetContext adds the context to the get API key user challenge wallet address params

func (*GetAPIKeyUserChallengeWalletAddressParams) SetDefaults

SetDefaults hydrates default values in the get API key user challenge wallet address params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIKeyUserChallengeWalletAddressParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key user challenge wallet address params

func (*GetAPIKeyUserChallengeWalletAddressParams) SetTimeout

SetTimeout adds the timeout to the get API key user challenge wallet address params

func (*GetAPIKeyUserChallengeWalletAddressParams) SetWalletAddress

func (o *GetAPIKeyUserChallengeWalletAddressParams) SetWalletAddress(walletAddress string)

SetWalletAddress adds the walletAddress to the get API key user challenge wallet address params

func (*GetAPIKeyUserChallengeWalletAddressParams) WithContext

WithContext adds the context to the get API key user challenge wallet address params

func (*GetAPIKeyUserChallengeWalletAddressParams) WithDefaults

WithDefaults hydrates default values in the get API key user challenge wallet address params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIKeyUserChallengeWalletAddressParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API key user challenge wallet address params

func (*GetAPIKeyUserChallengeWalletAddressParams) WithTimeout

WithTimeout adds the timeout to the get API key user challenge wallet address params

func (*GetAPIKeyUserChallengeWalletAddressParams) WithWalletAddress

WithWalletAddress adds the walletAddress to the get API key user challenge wallet address params

func (*GetAPIKeyUserChallengeWalletAddressParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyUserChallengeWalletAddressReader

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

GetAPIKeyUserChallengeWalletAddressReader is a Reader for the GetAPIKeyUserChallengeWalletAddress structure.

func (*GetAPIKeyUserChallengeWalletAddressReader) ReadResponse

ReadResponse reads a server response into the received o.

type GetAPIKeyUserMeBadRequest

type GetAPIKeyUserMeBadRequest struct {
	Payload *models.ResponseFailResponse
}

GetAPIKeyUserMeBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAPIKeyUserMeBadRequest

func NewGetAPIKeyUserMeBadRequest() *GetAPIKeyUserMeBadRequest

NewGetAPIKeyUserMeBadRequest creates a GetAPIKeyUserMeBadRequest with default headers values

func (*GetAPIKeyUserMeBadRequest) Code

func (o *GetAPIKeyUserMeBadRequest) Code() int

Code gets the status code for the get Api key user me bad request response

func (*GetAPIKeyUserMeBadRequest) Error

func (o *GetAPIKeyUserMeBadRequest) Error() string

func (*GetAPIKeyUserMeBadRequest) GetPayload

func (*GetAPIKeyUserMeBadRequest) IsClientError

func (o *GetAPIKeyUserMeBadRequest) IsClientError() bool

IsClientError returns true when this get Api key user me bad request response has a 4xx status code

func (*GetAPIKeyUserMeBadRequest) IsCode

func (o *GetAPIKeyUserMeBadRequest) IsCode(code int) bool

IsCode returns true when this get Api key user me bad request response a status code equal to that given

func (*GetAPIKeyUserMeBadRequest) IsRedirect

func (o *GetAPIKeyUserMeBadRequest) IsRedirect() bool

IsRedirect returns true when this get Api key user me bad request response has a 3xx status code

func (*GetAPIKeyUserMeBadRequest) IsServerError

func (o *GetAPIKeyUserMeBadRequest) IsServerError() bool

IsServerError returns true when this get Api key user me bad request response has a 5xx status code

func (*GetAPIKeyUserMeBadRequest) IsSuccess

func (o *GetAPIKeyUserMeBadRequest) IsSuccess() bool

IsSuccess returns true when this get Api key user me bad request response has a 2xx status code

func (*GetAPIKeyUserMeBadRequest) String

func (o *GetAPIKeyUserMeBadRequest) String() string

type GetAPIKeyUserMeInternalServerError

type GetAPIKeyUserMeInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

GetAPIKeyUserMeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAPIKeyUserMeInternalServerError

func NewGetAPIKeyUserMeInternalServerError() *GetAPIKeyUserMeInternalServerError

NewGetAPIKeyUserMeInternalServerError creates a GetAPIKeyUserMeInternalServerError with default headers values

func (*GetAPIKeyUserMeInternalServerError) Code

Code gets the status code for the get Api key user me internal server error response

func (*GetAPIKeyUserMeInternalServerError) Error

func (*GetAPIKeyUserMeInternalServerError) GetPayload

func (*GetAPIKeyUserMeInternalServerError) IsClientError

func (o *GetAPIKeyUserMeInternalServerError) IsClientError() bool

IsClientError returns true when this get Api key user me internal server error response has a 4xx status code

func (*GetAPIKeyUserMeInternalServerError) IsCode

IsCode returns true when this get Api key user me internal server error response a status code equal to that given

func (*GetAPIKeyUserMeInternalServerError) IsRedirect

func (o *GetAPIKeyUserMeInternalServerError) IsRedirect() bool

IsRedirect returns true when this get Api key user me internal server error response has a 3xx status code

func (*GetAPIKeyUserMeInternalServerError) IsServerError

func (o *GetAPIKeyUserMeInternalServerError) IsServerError() bool

IsServerError returns true when this get Api key user me internal server error response has a 5xx status code

func (*GetAPIKeyUserMeInternalServerError) IsSuccess

IsSuccess returns true when this get Api key user me internal server error response has a 2xx status code

func (*GetAPIKeyUserMeInternalServerError) String

type GetAPIKeyUserMeOK

type GetAPIKeyUserMeOK struct {
	Payload *models.ResponseGetMeResponse
}

GetAPIKeyUserMeOK describes a response with status code 200, with default header values.

OK

func NewGetAPIKeyUserMeOK

func NewGetAPIKeyUserMeOK() *GetAPIKeyUserMeOK

NewGetAPIKeyUserMeOK creates a GetAPIKeyUserMeOK with default headers values

func (*GetAPIKeyUserMeOK) Code

func (o *GetAPIKeyUserMeOK) Code() int

Code gets the status code for the get Api key user me o k response

func (*GetAPIKeyUserMeOK) Error

func (o *GetAPIKeyUserMeOK) Error() string

func (*GetAPIKeyUserMeOK) GetPayload

func (*GetAPIKeyUserMeOK) IsClientError

func (o *GetAPIKeyUserMeOK) IsClientError() bool

IsClientError returns true when this get Api key user me o k response has a 4xx status code

func (*GetAPIKeyUserMeOK) IsCode

func (o *GetAPIKeyUserMeOK) IsCode(code int) bool

IsCode returns true when this get Api key user me o k response a status code equal to that given

func (*GetAPIKeyUserMeOK) IsRedirect

func (o *GetAPIKeyUserMeOK) IsRedirect() bool

IsRedirect returns true when this get Api key user me o k response has a 3xx status code

func (*GetAPIKeyUserMeOK) IsServerError

func (o *GetAPIKeyUserMeOK) IsServerError() bool

IsServerError returns true when this get Api key user me o k response has a 5xx status code

func (*GetAPIKeyUserMeOK) IsSuccess

func (o *GetAPIKeyUserMeOK) IsSuccess() bool

IsSuccess returns true when this get Api key user me o k response has a 2xx status code

func (*GetAPIKeyUserMeOK) String

func (o *GetAPIKeyUserMeOK) String() string

type GetAPIKeyUserMeParams

type GetAPIKeyUserMeParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAPIKeyUserMeParams contains all the parameters to send to the API endpoint

for the get API key user me operation.

Typically these are written to a http.Request.

func NewGetAPIKeyUserMeParams

func NewGetAPIKeyUserMeParams() *GetAPIKeyUserMeParams

NewGetAPIKeyUserMeParams creates a new GetAPIKeyUserMeParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAPIKeyUserMeParamsWithContext

func NewGetAPIKeyUserMeParamsWithContext(ctx context.Context) *GetAPIKeyUserMeParams

NewGetAPIKeyUserMeParamsWithContext creates a new GetAPIKeyUserMeParams object with the ability to set a context for a request.

func NewGetAPIKeyUserMeParamsWithHTTPClient

func NewGetAPIKeyUserMeParamsWithHTTPClient(client *http.Client) *GetAPIKeyUserMeParams

NewGetAPIKeyUserMeParamsWithHTTPClient creates a new GetAPIKeyUserMeParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyUserMeParamsWithTimeout

func NewGetAPIKeyUserMeParamsWithTimeout(timeout time.Duration) *GetAPIKeyUserMeParams

NewGetAPIKeyUserMeParamsWithTimeout creates a new GetAPIKeyUserMeParams object with the ability to set a timeout on a request.

func (*GetAPIKeyUserMeParams) SetContext

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

SetContext adds the context to the get API key user me params

func (*GetAPIKeyUserMeParams) SetDefaults

func (o *GetAPIKeyUserMeParams) SetDefaults()

SetDefaults hydrates default values in the get API key user me params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIKeyUserMeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key user me params

func (*GetAPIKeyUserMeParams) SetTimeout

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

SetTimeout adds the timeout to the get API key user me params

func (*GetAPIKeyUserMeParams) WithContext

WithContext adds the context to the get API key user me params

func (*GetAPIKeyUserMeParams) WithDefaults

func (o *GetAPIKeyUserMeParams) WithDefaults() *GetAPIKeyUserMeParams

WithDefaults hydrates default values in the get API key user me params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIKeyUserMeParams) WithHTTPClient

func (o *GetAPIKeyUserMeParams) WithHTTPClient(client *http.Client) *GetAPIKeyUserMeParams

WithHTTPClient adds the HTTPClient to the get API key user me params

func (*GetAPIKeyUserMeParams) WithTimeout

func (o *GetAPIKeyUserMeParams) WithTimeout(timeout time.Duration) *GetAPIKeyUserMeParams

WithTimeout adds the timeout to the get API key user me params

func (*GetAPIKeyUserMeParams) WriteToRequest

func (o *GetAPIKeyUserMeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAPIKeyUserMeReader

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

GetAPIKeyUserMeReader is a Reader for the GetAPIKeyUserMe structure.

func (*GetAPIKeyUserMeReader) ReadResponse

func (o *GetAPIKeyUserMeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetAPIKeyUserOffersBadRequest

type GetAPIKeyUserOffersBadRequest struct {
	Payload *models.ResponseFailResponse
}

GetAPIKeyUserOffersBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAPIKeyUserOffersBadRequest

func NewGetAPIKeyUserOffersBadRequest() *GetAPIKeyUserOffersBadRequest

NewGetAPIKeyUserOffersBadRequest creates a GetAPIKeyUserOffersBadRequest with default headers values

func (*GetAPIKeyUserOffersBadRequest) Code

Code gets the status code for the get Api key user offers bad request response

func (*GetAPIKeyUserOffersBadRequest) Error

func (*GetAPIKeyUserOffersBadRequest) GetPayload

func (*GetAPIKeyUserOffersBadRequest) IsClientError

func (o *GetAPIKeyUserOffersBadRequest) IsClientError() bool

IsClientError returns true when this get Api key user offers bad request response has a 4xx status code

func (*GetAPIKeyUserOffersBadRequest) IsCode

func (o *GetAPIKeyUserOffersBadRequest) IsCode(code int) bool

IsCode returns true when this get Api key user offers bad request response a status code equal to that given

func (*GetAPIKeyUserOffersBadRequest) IsRedirect

func (o *GetAPIKeyUserOffersBadRequest) IsRedirect() bool

IsRedirect returns true when this get Api key user offers bad request response has a 3xx status code

func (*GetAPIKeyUserOffersBadRequest) IsServerError

func (o *GetAPIKeyUserOffersBadRequest) IsServerError() bool

IsServerError returns true when this get Api key user offers bad request response has a 5xx status code

func (*GetAPIKeyUserOffersBadRequest) IsSuccess

func (o *GetAPIKeyUserOffersBadRequest) IsSuccess() bool

IsSuccess returns true when this get Api key user offers bad request response has a 2xx status code

func (*GetAPIKeyUserOffersBadRequest) String

type GetAPIKeyUserOffersInternalServerError

type GetAPIKeyUserOffersInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

GetAPIKeyUserOffersInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAPIKeyUserOffersInternalServerError

func NewGetAPIKeyUserOffersInternalServerError() *GetAPIKeyUserOffersInternalServerError

NewGetAPIKeyUserOffersInternalServerError creates a GetAPIKeyUserOffersInternalServerError with default headers values

func (*GetAPIKeyUserOffersInternalServerError) Code

Code gets the status code for the get Api key user offers internal server error response

func (*GetAPIKeyUserOffersInternalServerError) Error

func (*GetAPIKeyUserOffersInternalServerError) GetPayload

func (*GetAPIKeyUserOffersInternalServerError) IsClientError

func (o *GetAPIKeyUserOffersInternalServerError) IsClientError() bool

IsClientError returns true when this get Api key user offers internal server error response has a 4xx status code

func (*GetAPIKeyUserOffersInternalServerError) IsCode

IsCode returns true when this get Api key user offers internal server error response a status code equal to that given

func (*GetAPIKeyUserOffersInternalServerError) IsRedirect

IsRedirect returns true when this get Api key user offers internal server error response has a 3xx status code

func (*GetAPIKeyUserOffersInternalServerError) IsServerError

func (o *GetAPIKeyUserOffersInternalServerError) IsServerError() bool

IsServerError returns true when this get Api key user offers internal server error response has a 5xx status code

func (*GetAPIKeyUserOffersInternalServerError) IsSuccess

IsSuccess returns true when this get Api key user offers internal server error response has a 2xx status code

func (*GetAPIKeyUserOffersInternalServerError) String

type GetAPIKeyUserOffersOK

type GetAPIKeyUserOffersOK struct {
	Payload *models.ResponseSuccessResponse
}

GetAPIKeyUserOffersOK describes a response with status code 200, with default header values.

OK

func NewGetAPIKeyUserOffersOK

func NewGetAPIKeyUserOffersOK() *GetAPIKeyUserOffersOK

NewGetAPIKeyUserOffersOK creates a GetAPIKeyUserOffersOK with default headers values

func (*GetAPIKeyUserOffersOK) Code

func (o *GetAPIKeyUserOffersOK) Code() int

Code gets the status code for the get Api key user offers o k response

func (*GetAPIKeyUserOffersOK) Error

func (o *GetAPIKeyUserOffersOK) Error() string

func (*GetAPIKeyUserOffersOK) GetPayload

func (*GetAPIKeyUserOffersOK) IsClientError

func (o *GetAPIKeyUserOffersOK) IsClientError() bool

IsClientError returns true when this get Api key user offers o k response has a 4xx status code

func (*GetAPIKeyUserOffersOK) IsCode

func (o *GetAPIKeyUserOffersOK) IsCode(code int) bool

IsCode returns true when this get Api key user offers o k response a status code equal to that given

func (*GetAPIKeyUserOffersOK) IsRedirect

func (o *GetAPIKeyUserOffersOK) IsRedirect() bool

IsRedirect returns true when this get Api key user offers o k response has a 3xx status code

func (*GetAPIKeyUserOffersOK) IsServerError

func (o *GetAPIKeyUserOffersOK) IsServerError() bool

IsServerError returns true when this get Api key user offers o k response has a 5xx status code

func (*GetAPIKeyUserOffersOK) IsSuccess

func (o *GetAPIKeyUserOffersOK) IsSuccess() bool

IsSuccess returns true when this get Api key user offers o k response has a 2xx status code

func (*GetAPIKeyUserOffersOK) String

func (o *GetAPIKeyUserOffersOK) String() string

type GetAPIKeyUserOffersParams

type GetAPIKeyUserOffersParams struct {

	// Keyword.
	Keyword *string

	// OfferType.
	OfferType string

	/* Page.

	   Page is the page number (default: 1) (optional)

	   Default: 1
	*/
	Page *int64

	/* PageSize.

	   PageSize is the page size (default: 10) (optional)

	   Default: 10
	*/
	PageSize *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAPIKeyUserOffersParams contains all the parameters to send to the API endpoint

for the get API key user offers operation.

Typically these are written to a http.Request.

func NewGetAPIKeyUserOffersParams

func NewGetAPIKeyUserOffersParams() *GetAPIKeyUserOffersParams

NewGetAPIKeyUserOffersParams creates a new GetAPIKeyUserOffersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAPIKeyUserOffersParamsWithContext

func NewGetAPIKeyUserOffersParamsWithContext(ctx context.Context) *GetAPIKeyUserOffersParams

NewGetAPIKeyUserOffersParamsWithContext creates a new GetAPIKeyUserOffersParams object with the ability to set a context for a request.

func NewGetAPIKeyUserOffersParamsWithHTTPClient

func NewGetAPIKeyUserOffersParamsWithHTTPClient(client *http.Client) *GetAPIKeyUserOffersParams

NewGetAPIKeyUserOffersParamsWithHTTPClient creates a new GetAPIKeyUserOffersParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyUserOffersParamsWithTimeout

func NewGetAPIKeyUserOffersParamsWithTimeout(timeout time.Duration) *GetAPIKeyUserOffersParams

NewGetAPIKeyUserOffersParamsWithTimeout creates a new GetAPIKeyUserOffersParams object with the ability to set a timeout on a request.

func (*GetAPIKeyUserOffersParams) SetContext

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

SetContext adds the context to the get API key user offers params

func (*GetAPIKeyUserOffersParams) SetDefaults

func (o *GetAPIKeyUserOffersParams) SetDefaults()

SetDefaults hydrates default values in the get API key user offers params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIKeyUserOffersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key user offers params

func (*GetAPIKeyUserOffersParams) SetKeyword

func (o *GetAPIKeyUserOffersParams) SetKeyword(keyword *string)

SetKeyword adds the keyword to the get API key user offers params

func (*GetAPIKeyUserOffersParams) SetOfferType

func (o *GetAPIKeyUserOffersParams) SetOfferType(offerType string)

SetOfferType adds the offerType to the get API key user offers params

func (*GetAPIKeyUserOffersParams) SetPage

func (o *GetAPIKeyUserOffersParams) SetPage(page *int64)

SetPage adds the page to the get API key user offers params

func (*GetAPIKeyUserOffersParams) SetPageSize

func (o *GetAPIKeyUserOffersParams) SetPageSize(pageSize *int64)

SetPageSize adds the pageSize to the get API key user offers params

func (*GetAPIKeyUserOffersParams) SetTimeout

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

SetTimeout adds the timeout to the get API key user offers params

func (*GetAPIKeyUserOffersParams) WithContext

WithContext adds the context to the get API key user offers params

func (*GetAPIKeyUserOffersParams) WithDefaults

WithDefaults hydrates default values in the get API key user offers params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIKeyUserOffersParams) WithHTTPClient

func (o *GetAPIKeyUserOffersParams) WithHTTPClient(client *http.Client) *GetAPIKeyUserOffersParams

WithHTTPClient adds the HTTPClient to the get API key user offers params

func (*GetAPIKeyUserOffersParams) WithKeyword

WithKeyword adds the keyword to the get API key user offers params

func (*GetAPIKeyUserOffersParams) WithOfferType

func (o *GetAPIKeyUserOffersParams) WithOfferType(offerType string) *GetAPIKeyUserOffersParams

WithOfferType adds the offerType to the get API key user offers params

func (*GetAPIKeyUserOffersParams) WithPage

WithPage adds the page to the get API key user offers params

func (*GetAPIKeyUserOffersParams) WithPageSize

func (o *GetAPIKeyUserOffersParams) WithPageSize(pageSize *int64) *GetAPIKeyUserOffersParams

WithPageSize adds the pageSize to the get API key user offers params

func (*GetAPIKeyUserOffersParams) WithTimeout

WithTimeout adds the timeout to the get API key user offers params

func (*GetAPIKeyUserOffersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyUserOffersReader

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

GetAPIKeyUserOffersReader is a Reader for the GetAPIKeyUserOffers structure.

func (*GetAPIKeyUserOffersReader) ReadResponse

func (o *GetAPIKeyUserOffersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetAPIKeyUserOrgUsernamesBadRequest

type GetAPIKeyUserOrgUsernamesBadRequest struct {
	Payload *models.ResponseFailResponse
}

GetAPIKeyUserOrgUsernamesBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAPIKeyUserOrgUsernamesBadRequest

func NewGetAPIKeyUserOrgUsernamesBadRequest() *GetAPIKeyUserOrgUsernamesBadRequest

NewGetAPIKeyUserOrgUsernamesBadRequest creates a GetAPIKeyUserOrgUsernamesBadRequest with default headers values

func (*GetAPIKeyUserOrgUsernamesBadRequest) Code

Code gets the status code for the get Api key user org usernames bad request response

func (*GetAPIKeyUserOrgUsernamesBadRequest) Error

func (*GetAPIKeyUserOrgUsernamesBadRequest) GetPayload

func (*GetAPIKeyUserOrgUsernamesBadRequest) IsClientError

func (o *GetAPIKeyUserOrgUsernamesBadRequest) IsClientError() bool

IsClientError returns true when this get Api key user org usernames bad request response has a 4xx status code

func (*GetAPIKeyUserOrgUsernamesBadRequest) IsCode

IsCode returns true when this get Api key user org usernames bad request response a status code equal to that given

func (*GetAPIKeyUserOrgUsernamesBadRequest) IsRedirect

func (o *GetAPIKeyUserOrgUsernamesBadRequest) IsRedirect() bool

IsRedirect returns true when this get Api key user org usernames bad request response has a 3xx status code

func (*GetAPIKeyUserOrgUsernamesBadRequest) IsServerError

func (o *GetAPIKeyUserOrgUsernamesBadRequest) IsServerError() bool

IsServerError returns true when this get Api key user org usernames bad request response has a 5xx status code

func (*GetAPIKeyUserOrgUsernamesBadRequest) IsSuccess

IsSuccess returns true when this get Api key user org usernames bad request response has a 2xx status code

func (*GetAPIKeyUserOrgUsernamesBadRequest) String

type GetAPIKeyUserOrgUsernamesInternalServerError

type GetAPIKeyUserOrgUsernamesInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

GetAPIKeyUserOrgUsernamesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAPIKeyUserOrgUsernamesInternalServerError

func NewGetAPIKeyUserOrgUsernamesInternalServerError() *GetAPIKeyUserOrgUsernamesInternalServerError

NewGetAPIKeyUserOrgUsernamesInternalServerError creates a GetAPIKeyUserOrgUsernamesInternalServerError with default headers values

func (*GetAPIKeyUserOrgUsernamesInternalServerError) Code

Code gets the status code for the get Api key user org usernames internal server error response

func (*GetAPIKeyUserOrgUsernamesInternalServerError) Error

func (*GetAPIKeyUserOrgUsernamesInternalServerError) GetPayload

func (*GetAPIKeyUserOrgUsernamesInternalServerError) IsClientError

IsClientError returns true when this get Api key user org usernames internal server error response has a 4xx status code

func (*GetAPIKeyUserOrgUsernamesInternalServerError) IsCode

IsCode returns true when this get Api key user org usernames internal server error response a status code equal to that given

func (*GetAPIKeyUserOrgUsernamesInternalServerError) IsRedirect

IsRedirect returns true when this get Api key user org usernames internal server error response has a 3xx status code

func (*GetAPIKeyUserOrgUsernamesInternalServerError) IsServerError

IsServerError returns true when this get Api key user org usernames internal server error response has a 5xx status code

func (*GetAPIKeyUserOrgUsernamesInternalServerError) IsSuccess

IsSuccess returns true when this get Api key user org usernames internal server error response has a 2xx status code

func (*GetAPIKeyUserOrgUsernamesInternalServerError) String

type GetAPIKeyUserOrgUsernamesOK

type GetAPIKeyUserOrgUsernamesOK struct {
	Payload *models.ResponseGetUserOrganizationUsernamesResponse
}

GetAPIKeyUserOrgUsernamesOK describes a response with status code 200, with default header values.

OK

func NewGetAPIKeyUserOrgUsernamesOK

func NewGetAPIKeyUserOrgUsernamesOK() *GetAPIKeyUserOrgUsernamesOK

NewGetAPIKeyUserOrgUsernamesOK creates a GetAPIKeyUserOrgUsernamesOK with default headers values

func (*GetAPIKeyUserOrgUsernamesOK) Code

func (o *GetAPIKeyUserOrgUsernamesOK) Code() int

Code gets the status code for the get Api key user org usernames o k response

func (*GetAPIKeyUserOrgUsernamesOK) Error

func (*GetAPIKeyUserOrgUsernamesOK) GetPayload

func (*GetAPIKeyUserOrgUsernamesOK) IsClientError

func (o *GetAPIKeyUserOrgUsernamesOK) IsClientError() bool

IsClientError returns true when this get Api key user org usernames o k response has a 4xx status code

func (*GetAPIKeyUserOrgUsernamesOK) IsCode

func (o *GetAPIKeyUserOrgUsernamesOK) IsCode(code int) bool

IsCode returns true when this get Api key user org usernames o k response a status code equal to that given

func (*GetAPIKeyUserOrgUsernamesOK) IsRedirect

func (o *GetAPIKeyUserOrgUsernamesOK) IsRedirect() bool

IsRedirect returns true when this get Api key user org usernames o k response has a 3xx status code

func (*GetAPIKeyUserOrgUsernamesOK) IsServerError

func (o *GetAPIKeyUserOrgUsernamesOK) IsServerError() bool

IsServerError returns true when this get Api key user org usernames o k response has a 5xx status code

func (*GetAPIKeyUserOrgUsernamesOK) IsSuccess

func (o *GetAPIKeyUserOrgUsernamesOK) IsSuccess() bool

IsSuccess returns true when this get Api key user org usernames o k response has a 2xx status code

func (*GetAPIKeyUserOrgUsernamesOK) String

func (o *GetAPIKeyUserOrgUsernamesOK) String() string

type GetAPIKeyUserOrgUsernamesParams

type GetAPIKeyUserOrgUsernamesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAPIKeyUserOrgUsernamesParams contains all the parameters to send to the API endpoint

for the get API key user org usernames operation.

Typically these are written to a http.Request.

func NewGetAPIKeyUserOrgUsernamesParams

func NewGetAPIKeyUserOrgUsernamesParams() *GetAPIKeyUserOrgUsernamesParams

NewGetAPIKeyUserOrgUsernamesParams creates a new GetAPIKeyUserOrgUsernamesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAPIKeyUserOrgUsernamesParamsWithContext

func NewGetAPIKeyUserOrgUsernamesParamsWithContext(ctx context.Context) *GetAPIKeyUserOrgUsernamesParams

NewGetAPIKeyUserOrgUsernamesParamsWithContext creates a new GetAPIKeyUserOrgUsernamesParams object with the ability to set a context for a request.

func NewGetAPIKeyUserOrgUsernamesParamsWithHTTPClient

func NewGetAPIKeyUserOrgUsernamesParamsWithHTTPClient(client *http.Client) *GetAPIKeyUserOrgUsernamesParams

NewGetAPIKeyUserOrgUsernamesParamsWithHTTPClient creates a new GetAPIKeyUserOrgUsernamesParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyUserOrgUsernamesParamsWithTimeout

func NewGetAPIKeyUserOrgUsernamesParamsWithTimeout(timeout time.Duration) *GetAPIKeyUserOrgUsernamesParams

NewGetAPIKeyUserOrgUsernamesParamsWithTimeout creates a new GetAPIKeyUserOrgUsernamesParams object with the ability to set a timeout on a request.

func (*GetAPIKeyUserOrgUsernamesParams) SetContext

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

SetContext adds the context to the get API key user org usernames params

func (*GetAPIKeyUserOrgUsernamesParams) SetDefaults

func (o *GetAPIKeyUserOrgUsernamesParams) SetDefaults()

SetDefaults hydrates default values in the get API key user org usernames params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIKeyUserOrgUsernamesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key user org usernames params

func (*GetAPIKeyUserOrgUsernamesParams) SetTimeout

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

SetTimeout adds the timeout to the get API key user org usernames params

func (*GetAPIKeyUserOrgUsernamesParams) WithContext

WithContext adds the context to the get API key user org usernames params

func (*GetAPIKeyUserOrgUsernamesParams) WithDefaults

WithDefaults hydrates default values in the get API key user org usernames params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIKeyUserOrgUsernamesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API key user org usernames params

func (*GetAPIKeyUserOrgUsernamesParams) WithTimeout

WithTimeout adds the timeout to the get API key user org usernames params

func (*GetAPIKeyUserOrgUsernamesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyUserOrgUsernamesReader

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

GetAPIKeyUserOrgUsernamesReader is a Reader for the GetAPIKeyUserOrgUsernames structure.

func (*GetAPIKeyUserOrgUsernamesReader) ReadResponse

func (o *GetAPIKeyUserOrgUsernamesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetAPIKeyUserPermissionSearchBadRequest

type GetAPIKeyUserPermissionSearchBadRequest struct {
	Payload *models.ResponseFailResponse
}

GetAPIKeyUserPermissionSearchBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAPIKeyUserPermissionSearchBadRequest

func NewGetAPIKeyUserPermissionSearchBadRequest() *GetAPIKeyUserPermissionSearchBadRequest

NewGetAPIKeyUserPermissionSearchBadRequest creates a GetAPIKeyUserPermissionSearchBadRequest with default headers values

func (*GetAPIKeyUserPermissionSearchBadRequest) Code

Code gets the status code for the get Api key user permission search bad request response

func (*GetAPIKeyUserPermissionSearchBadRequest) Error

func (*GetAPIKeyUserPermissionSearchBadRequest) GetPayload

func (*GetAPIKeyUserPermissionSearchBadRequest) IsClientError

func (o *GetAPIKeyUserPermissionSearchBadRequest) IsClientError() bool

IsClientError returns true when this get Api key user permission search bad request response has a 4xx status code

func (*GetAPIKeyUserPermissionSearchBadRequest) IsCode

IsCode returns true when this get Api key user permission search bad request response a status code equal to that given

func (*GetAPIKeyUserPermissionSearchBadRequest) IsRedirect

IsRedirect returns true when this get Api key user permission search bad request response has a 3xx status code

func (*GetAPIKeyUserPermissionSearchBadRequest) IsServerError

func (o *GetAPIKeyUserPermissionSearchBadRequest) IsServerError() bool

IsServerError returns true when this get Api key user permission search bad request response has a 5xx status code

func (*GetAPIKeyUserPermissionSearchBadRequest) IsSuccess

IsSuccess returns true when this get Api key user permission search bad request response has a 2xx status code

func (*GetAPIKeyUserPermissionSearchBadRequest) String

type GetAPIKeyUserPermissionSearchInternalServerError

type GetAPIKeyUserPermissionSearchInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

GetAPIKeyUserPermissionSearchInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAPIKeyUserPermissionSearchInternalServerError

func NewGetAPIKeyUserPermissionSearchInternalServerError() *GetAPIKeyUserPermissionSearchInternalServerError

NewGetAPIKeyUserPermissionSearchInternalServerError creates a GetAPIKeyUserPermissionSearchInternalServerError with default headers values

func (*GetAPIKeyUserPermissionSearchInternalServerError) Code

Code gets the status code for the get Api key user permission search internal server error response

func (*GetAPIKeyUserPermissionSearchInternalServerError) Error

func (*GetAPIKeyUserPermissionSearchInternalServerError) GetPayload

func (*GetAPIKeyUserPermissionSearchInternalServerError) IsClientError

IsClientError returns true when this get Api key user permission search internal server error response has a 4xx status code

func (*GetAPIKeyUserPermissionSearchInternalServerError) IsCode

IsCode returns true when this get Api key user permission search internal server error response a status code equal to that given

func (*GetAPIKeyUserPermissionSearchInternalServerError) IsRedirect

IsRedirect returns true when this get Api key user permission search internal server error response has a 3xx status code

func (*GetAPIKeyUserPermissionSearchInternalServerError) IsServerError

IsServerError returns true when this get Api key user permission search internal server error response has a 5xx status code

func (*GetAPIKeyUserPermissionSearchInternalServerError) IsSuccess

IsSuccess returns true when this get Api key user permission search internal server error response has a 2xx status code

func (*GetAPIKeyUserPermissionSearchInternalServerError) String

type GetAPIKeyUserPermissionSearchOK

type GetAPIKeyUserPermissionSearchOK struct {
	Payload *models.ResponseUserListResponse
}

GetAPIKeyUserPermissionSearchOK describes a response with status code 200, with default header values.

OK

func NewGetAPIKeyUserPermissionSearchOK

func NewGetAPIKeyUserPermissionSearchOK() *GetAPIKeyUserPermissionSearchOK

NewGetAPIKeyUserPermissionSearchOK creates a GetAPIKeyUserPermissionSearchOK with default headers values

func (*GetAPIKeyUserPermissionSearchOK) Code

Code gets the status code for the get Api key user permission search o k response

func (*GetAPIKeyUserPermissionSearchOK) Error

func (*GetAPIKeyUserPermissionSearchOK) GetPayload

func (*GetAPIKeyUserPermissionSearchOK) IsClientError

func (o *GetAPIKeyUserPermissionSearchOK) IsClientError() bool

IsClientError returns true when this get Api key user permission search o k response has a 4xx status code

func (*GetAPIKeyUserPermissionSearchOK) IsCode

func (o *GetAPIKeyUserPermissionSearchOK) IsCode(code int) bool

IsCode returns true when this get Api key user permission search o k response a status code equal to that given

func (*GetAPIKeyUserPermissionSearchOK) IsRedirect

func (o *GetAPIKeyUserPermissionSearchOK) IsRedirect() bool

IsRedirect returns true when this get Api key user permission search o k response has a 3xx status code

func (*GetAPIKeyUserPermissionSearchOK) IsServerError

func (o *GetAPIKeyUserPermissionSearchOK) IsServerError() bool

IsServerError returns true when this get Api key user permission search o k response has a 5xx status code

func (*GetAPIKeyUserPermissionSearchOK) IsSuccess

func (o *GetAPIKeyUserPermissionSearchOK) IsSuccess() bool

IsSuccess returns true when this get Api key user permission search o k response has a 2xx status code

func (*GetAPIKeyUserPermissionSearchOK) String

type GetAPIKeyUserPermissionSearchParams

type GetAPIKeyUserPermissionSearchParams struct {

	// Limit.
	//
	// Default: 10
	Limit *int64

	// Offset.
	Offset *int64

	// Search.
	Search string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAPIKeyUserPermissionSearchParams contains all the parameters to send to the API endpoint

for the get API key user permission search operation.

Typically these are written to a http.Request.

func NewGetAPIKeyUserPermissionSearchParams

func NewGetAPIKeyUserPermissionSearchParams() *GetAPIKeyUserPermissionSearchParams

NewGetAPIKeyUserPermissionSearchParams creates a new GetAPIKeyUserPermissionSearchParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAPIKeyUserPermissionSearchParamsWithContext

func NewGetAPIKeyUserPermissionSearchParamsWithContext(ctx context.Context) *GetAPIKeyUserPermissionSearchParams

NewGetAPIKeyUserPermissionSearchParamsWithContext creates a new GetAPIKeyUserPermissionSearchParams object with the ability to set a context for a request.

func NewGetAPIKeyUserPermissionSearchParamsWithHTTPClient

func NewGetAPIKeyUserPermissionSearchParamsWithHTTPClient(client *http.Client) *GetAPIKeyUserPermissionSearchParams

NewGetAPIKeyUserPermissionSearchParamsWithHTTPClient creates a new GetAPIKeyUserPermissionSearchParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyUserPermissionSearchParamsWithTimeout

func NewGetAPIKeyUserPermissionSearchParamsWithTimeout(timeout time.Duration) *GetAPIKeyUserPermissionSearchParams

NewGetAPIKeyUserPermissionSearchParamsWithTimeout creates a new GetAPIKeyUserPermissionSearchParams object with the ability to set a timeout on a request.

func (*GetAPIKeyUserPermissionSearchParams) SetContext

SetContext adds the context to the get API key user permission search params

func (*GetAPIKeyUserPermissionSearchParams) SetDefaults

func (o *GetAPIKeyUserPermissionSearchParams) SetDefaults()

SetDefaults hydrates default values in the get API key user permission search params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIKeyUserPermissionSearchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key user permission search params

func (*GetAPIKeyUserPermissionSearchParams) SetLimit

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

SetLimit adds the limit to the get API key user permission search params

func (*GetAPIKeyUserPermissionSearchParams) SetOffset

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

SetOffset adds the offset to the get API key user permission search params

func (*GetAPIKeyUserPermissionSearchParams) SetSearch

func (o *GetAPIKeyUserPermissionSearchParams) SetSearch(search string)

SetSearch adds the search to the get API key user permission search params

func (*GetAPIKeyUserPermissionSearchParams) SetTimeout

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

SetTimeout adds the timeout to the get API key user permission search params

func (*GetAPIKeyUserPermissionSearchParams) WithContext

WithContext adds the context to the get API key user permission search params

func (*GetAPIKeyUserPermissionSearchParams) WithDefaults

WithDefaults hydrates default values in the get API key user permission search params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIKeyUserPermissionSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API key user permission search params

func (*GetAPIKeyUserPermissionSearchParams) WithLimit

WithLimit adds the limit to the get API key user permission search params

func (*GetAPIKeyUserPermissionSearchParams) WithOffset

WithOffset adds the offset to the get API key user permission search params

func (*GetAPIKeyUserPermissionSearchParams) WithSearch

WithSearch adds the search to the get API key user permission search params

func (*GetAPIKeyUserPermissionSearchParams) WithTimeout

WithTimeout adds the timeout to the get API key user permission search params

func (*GetAPIKeyUserPermissionSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyUserPermissionSearchReader

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

GetAPIKeyUserPermissionSearchReader is a Reader for the GetAPIKeyUserPermissionSearch structure.

func (*GetAPIKeyUserPermissionSearchReader) ReadResponse

func (o *GetAPIKeyUserPermissionSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetAPIKeyUserUsernameBadRequest

type GetAPIKeyUserUsernameBadRequest struct {
	Payload *models.ResponseFailResponse
}

GetAPIKeyUserUsernameBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAPIKeyUserUsernameBadRequest

func NewGetAPIKeyUserUsernameBadRequest() *GetAPIKeyUserUsernameBadRequest

NewGetAPIKeyUserUsernameBadRequest creates a GetAPIKeyUserUsernameBadRequest with default headers values

func (*GetAPIKeyUserUsernameBadRequest) Code

Code gets the status code for the get Api key user username bad request response

func (*GetAPIKeyUserUsernameBadRequest) Error

func (*GetAPIKeyUserUsernameBadRequest) GetPayload

func (*GetAPIKeyUserUsernameBadRequest) IsClientError

func (o *GetAPIKeyUserUsernameBadRequest) IsClientError() bool

IsClientError returns true when this get Api key user username bad request response has a 4xx status code

func (*GetAPIKeyUserUsernameBadRequest) IsCode

func (o *GetAPIKeyUserUsernameBadRequest) IsCode(code int) bool

IsCode returns true when this get Api key user username bad request response a status code equal to that given

func (*GetAPIKeyUserUsernameBadRequest) IsRedirect

func (o *GetAPIKeyUserUsernameBadRequest) IsRedirect() bool

IsRedirect returns true when this get Api key user username bad request response has a 3xx status code

func (*GetAPIKeyUserUsernameBadRequest) IsServerError

func (o *GetAPIKeyUserUsernameBadRequest) IsServerError() bool

IsServerError returns true when this get Api key user username bad request response has a 5xx status code

func (*GetAPIKeyUserUsernameBadRequest) IsSuccess

func (o *GetAPIKeyUserUsernameBadRequest) IsSuccess() bool

IsSuccess returns true when this get Api key user username bad request response has a 2xx status code

func (*GetAPIKeyUserUsernameBadRequest) String

type GetAPIKeyUserUsernameInternalServerError

type GetAPIKeyUserUsernameInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

GetAPIKeyUserUsernameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAPIKeyUserUsernameInternalServerError

func NewGetAPIKeyUserUsernameInternalServerError() *GetAPIKeyUserUsernameInternalServerError

NewGetAPIKeyUserUsernameInternalServerError creates a GetAPIKeyUserUsernameInternalServerError with default headers values

func (*GetAPIKeyUserUsernameInternalServerError) Code

Code gets the status code for the get Api key user username internal server error response

func (*GetAPIKeyUserUsernameInternalServerError) Error

func (*GetAPIKeyUserUsernameInternalServerError) GetPayload

func (*GetAPIKeyUserUsernameInternalServerError) IsClientError

IsClientError returns true when this get Api key user username internal server error response has a 4xx status code

func (*GetAPIKeyUserUsernameInternalServerError) IsCode

IsCode returns true when this get Api key user username internal server error response a status code equal to that given

func (*GetAPIKeyUserUsernameInternalServerError) IsRedirect

IsRedirect returns true when this get Api key user username internal server error response has a 3xx status code

func (*GetAPIKeyUserUsernameInternalServerError) IsServerError

IsServerError returns true when this get Api key user username internal server error response has a 5xx status code

func (*GetAPIKeyUserUsernameInternalServerError) IsSuccess

IsSuccess returns true when this get Api key user username internal server error response has a 2xx status code

func (*GetAPIKeyUserUsernameInternalServerError) String

type GetAPIKeyUserUsernameOK

type GetAPIKeyUserUsernameOK struct {
	Payload *models.ResponseGetUserByUsernameAndGuestIDResponse
}

GetAPIKeyUserUsernameOK describes a response with status code 200, with default header values.

OK

func NewGetAPIKeyUserUsernameOK

func NewGetAPIKeyUserUsernameOK() *GetAPIKeyUserUsernameOK

NewGetAPIKeyUserUsernameOK creates a GetAPIKeyUserUsernameOK with default headers values

func (*GetAPIKeyUserUsernameOK) Code

func (o *GetAPIKeyUserUsernameOK) Code() int

Code gets the status code for the get Api key user username o k response

func (*GetAPIKeyUserUsernameOK) Error

func (o *GetAPIKeyUserUsernameOK) Error() string

func (*GetAPIKeyUserUsernameOK) GetPayload

func (*GetAPIKeyUserUsernameOK) IsClientError

func (o *GetAPIKeyUserUsernameOK) IsClientError() bool

IsClientError returns true when this get Api key user username o k response has a 4xx status code

func (*GetAPIKeyUserUsernameOK) IsCode

func (o *GetAPIKeyUserUsernameOK) IsCode(code int) bool

IsCode returns true when this get Api key user username o k response a status code equal to that given

func (*GetAPIKeyUserUsernameOK) IsRedirect

func (o *GetAPIKeyUserUsernameOK) IsRedirect() bool

IsRedirect returns true when this get Api key user username o k response has a 3xx status code

func (*GetAPIKeyUserUsernameOK) IsServerError

func (o *GetAPIKeyUserUsernameOK) IsServerError() bool

IsServerError returns true when this get Api key user username o k response has a 5xx status code

func (*GetAPIKeyUserUsernameOK) IsSuccess

func (o *GetAPIKeyUserUsernameOK) IsSuccess() bool

IsSuccess returns true when this get Api key user username o k response has a 2xx status code

func (*GetAPIKeyUserUsernameOK) String

func (o *GetAPIKeyUserUsernameOK) String() string

type GetAPIKeyUserUsernameParams

type GetAPIKeyUserUsernameParams struct {

	/* Username.

	   username
	*/
	Username string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAPIKeyUserUsernameParams contains all the parameters to send to the API endpoint

for the get API key user username operation.

Typically these are written to a http.Request.

func NewGetAPIKeyUserUsernameParams

func NewGetAPIKeyUserUsernameParams() *GetAPIKeyUserUsernameParams

NewGetAPIKeyUserUsernameParams creates a new GetAPIKeyUserUsernameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAPIKeyUserUsernameParamsWithContext

func NewGetAPIKeyUserUsernameParamsWithContext(ctx context.Context) *GetAPIKeyUserUsernameParams

NewGetAPIKeyUserUsernameParamsWithContext creates a new GetAPIKeyUserUsernameParams object with the ability to set a context for a request.

func NewGetAPIKeyUserUsernameParamsWithHTTPClient

func NewGetAPIKeyUserUsernameParamsWithHTTPClient(client *http.Client) *GetAPIKeyUserUsernameParams

NewGetAPIKeyUserUsernameParamsWithHTTPClient creates a new GetAPIKeyUserUsernameParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyUserUsernameParamsWithTimeout

func NewGetAPIKeyUserUsernameParamsWithTimeout(timeout time.Duration) *GetAPIKeyUserUsernameParams

NewGetAPIKeyUserUsernameParamsWithTimeout creates a new GetAPIKeyUserUsernameParams object with the ability to set a timeout on a request.

func (*GetAPIKeyUserUsernameParams) SetContext

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

SetContext adds the context to the get API key user username params

func (*GetAPIKeyUserUsernameParams) SetDefaults

func (o *GetAPIKeyUserUsernameParams) SetDefaults()

SetDefaults hydrates default values in the get API key user username params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIKeyUserUsernameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key user username params

func (*GetAPIKeyUserUsernameParams) SetTimeout

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

SetTimeout adds the timeout to the get API key user username params

func (*GetAPIKeyUserUsernameParams) SetUsername

func (o *GetAPIKeyUserUsernameParams) SetUsername(username string)

SetUsername adds the username to the get API key user username params

func (*GetAPIKeyUserUsernameParams) WithContext

WithContext adds the context to the get API key user username params

func (*GetAPIKeyUserUsernameParams) WithDefaults

WithDefaults hydrates default values in the get API key user username params (not the query body).

All values with no default are reset to their zero value.

func (*GetAPIKeyUserUsernameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API key user username params

func (*GetAPIKeyUserUsernameParams) WithTimeout

WithTimeout adds the timeout to the get API key user username params

func (*GetAPIKeyUserUsernameParams) WithUsername

WithUsername adds the username to the get API key user username params

func (*GetAPIKeyUserUsernameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyUserUsernameReader

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

GetAPIKeyUserUsernameReader is a Reader for the GetAPIKeyUserUsername structure.

func (*GetAPIKeyUserUsernameReader) ReadResponse

func (o *GetAPIKeyUserUsernameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PatchAPIKeyUserChangePasswordBadRequest

type PatchAPIKeyUserChangePasswordBadRequest struct {
	Payload *models.ResponseFailResponse
}

PatchAPIKeyUserChangePasswordBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPatchAPIKeyUserChangePasswordBadRequest

func NewPatchAPIKeyUserChangePasswordBadRequest() *PatchAPIKeyUserChangePasswordBadRequest

NewPatchAPIKeyUserChangePasswordBadRequest creates a PatchAPIKeyUserChangePasswordBadRequest with default headers values

func (*PatchAPIKeyUserChangePasswordBadRequest) Code

Code gets the status code for the patch Api key user change password bad request response

func (*PatchAPIKeyUserChangePasswordBadRequest) Error

func (*PatchAPIKeyUserChangePasswordBadRequest) GetPayload

func (*PatchAPIKeyUserChangePasswordBadRequest) IsClientError

func (o *PatchAPIKeyUserChangePasswordBadRequest) IsClientError() bool

IsClientError returns true when this patch Api key user change password bad request response has a 4xx status code

func (*PatchAPIKeyUserChangePasswordBadRequest) IsCode

IsCode returns true when this patch Api key user change password bad request response a status code equal to that given

func (*PatchAPIKeyUserChangePasswordBadRequest) IsRedirect

IsRedirect returns true when this patch Api key user change password bad request response has a 3xx status code

func (*PatchAPIKeyUserChangePasswordBadRequest) IsServerError

func (o *PatchAPIKeyUserChangePasswordBadRequest) IsServerError() bool

IsServerError returns true when this patch Api key user change password bad request response has a 5xx status code

func (*PatchAPIKeyUserChangePasswordBadRequest) IsSuccess

IsSuccess returns true when this patch Api key user change password bad request response has a 2xx status code

func (*PatchAPIKeyUserChangePasswordBadRequest) String

type PatchAPIKeyUserChangePasswordInternalServerError

type PatchAPIKeyUserChangePasswordInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

PatchAPIKeyUserChangePasswordInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPatchAPIKeyUserChangePasswordInternalServerError

func NewPatchAPIKeyUserChangePasswordInternalServerError() *PatchAPIKeyUserChangePasswordInternalServerError

NewPatchAPIKeyUserChangePasswordInternalServerError creates a PatchAPIKeyUserChangePasswordInternalServerError with default headers values

func (*PatchAPIKeyUserChangePasswordInternalServerError) Code

Code gets the status code for the patch Api key user change password internal server error response

func (*PatchAPIKeyUserChangePasswordInternalServerError) Error

func (*PatchAPIKeyUserChangePasswordInternalServerError) GetPayload

func (*PatchAPIKeyUserChangePasswordInternalServerError) IsClientError

IsClientError returns true when this patch Api key user change password internal server error response has a 4xx status code

func (*PatchAPIKeyUserChangePasswordInternalServerError) IsCode

IsCode returns true when this patch Api key user change password internal server error response a status code equal to that given

func (*PatchAPIKeyUserChangePasswordInternalServerError) IsRedirect

IsRedirect returns true when this patch Api key user change password internal server error response has a 3xx status code

func (*PatchAPIKeyUserChangePasswordInternalServerError) IsServerError

IsServerError returns true when this patch Api key user change password internal server error response has a 5xx status code

func (*PatchAPIKeyUserChangePasswordInternalServerError) IsSuccess

IsSuccess returns true when this patch Api key user change password internal server error response has a 2xx status code

func (*PatchAPIKeyUserChangePasswordInternalServerError) String

type PatchAPIKeyUserChangePasswordOK

type PatchAPIKeyUserChangePasswordOK struct {
	Payload *models.ResponseSuccessResponse
}

PatchAPIKeyUserChangePasswordOK describes a response with status code 200, with default header values.

OK

func NewPatchAPIKeyUserChangePasswordOK

func NewPatchAPIKeyUserChangePasswordOK() *PatchAPIKeyUserChangePasswordOK

NewPatchAPIKeyUserChangePasswordOK creates a PatchAPIKeyUserChangePasswordOK with default headers values

func (*PatchAPIKeyUserChangePasswordOK) Code

Code gets the status code for the patch Api key user change password o k response

func (*PatchAPIKeyUserChangePasswordOK) Error

func (*PatchAPIKeyUserChangePasswordOK) GetPayload

func (*PatchAPIKeyUserChangePasswordOK) IsClientError

func (o *PatchAPIKeyUserChangePasswordOK) IsClientError() bool

IsClientError returns true when this patch Api key user change password o k response has a 4xx status code

func (*PatchAPIKeyUserChangePasswordOK) IsCode

func (o *PatchAPIKeyUserChangePasswordOK) IsCode(code int) bool

IsCode returns true when this patch Api key user change password o k response a status code equal to that given

func (*PatchAPIKeyUserChangePasswordOK) IsRedirect

func (o *PatchAPIKeyUserChangePasswordOK) IsRedirect() bool

IsRedirect returns true when this patch Api key user change password o k response has a 3xx status code

func (*PatchAPIKeyUserChangePasswordOK) IsServerError

func (o *PatchAPIKeyUserChangePasswordOK) IsServerError() bool

IsServerError returns true when this patch Api key user change password o k response has a 5xx status code

func (*PatchAPIKeyUserChangePasswordOK) IsSuccess

func (o *PatchAPIKeyUserChangePasswordOK) IsSuccess() bool

IsSuccess returns true when this patch Api key user change password o k response has a 2xx status code

func (*PatchAPIKeyUserChangePasswordOK) String

type PatchAPIKeyUserChangePasswordParams

type PatchAPIKeyUserChangePasswordParams struct {

	/* Data.

	   user's password
	*/
	Data *models.RequestChangeUserPasswordRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchAPIKeyUserChangePasswordParams contains all the parameters to send to the API endpoint

for the patch API key user change password operation.

Typically these are written to a http.Request.

func NewPatchAPIKeyUserChangePasswordParams

func NewPatchAPIKeyUserChangePasswordParams() *PatchAPIKeyUserChangePasswordParams

NewPatchAPIKeyUserChangePasswordParams creates a new PatchAPIKeyUserChangePasswordParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchAPIKeyUserChangePasswordParamsWithContext

func NewPatchAPIKeyUserChangePasswordParamsWithContext(ctx context.Context) *PatchAPIKeyUserChangePasswordParams

NewPatchAPIKeyUserChangePasswordParamsWithContext creates a new PatchAPIKeyUserChangePasswordParams object with the ability to set a context for a request.

func NewPatchAPIKeyUserChangePasswordParamsWithHTTPClient

func NewPatchAPIKeyUserChangePasswordParamsWithHTTPClient(client *http.Client) *PatchAPIKeyUserChangePasswordParams

NewPatchAPIKeyUserChangePasswordParamsWithHTTPClient creates a new PatchAPIKeyUserChangePasswordParams object with the ability to set a custom HTTPClient for a request.

func NewPatchAPIKeyUserChangePasswordParamsWithTimeout

func NewPatchAPIKeyUserChangePasswordParamsWithTimeout(timeout time.Duration) *PatchAPIKeyUserChangePasswordParams

NewPatchAPIKeyUserChangePasswordParamsWithTimeout creates a new PatchAPIKeyUserChangePasswordParams object with the ability to set a timeout on a request.

func (*PatchAPIKeyUserChangePasswordParams) SetContext

SetContext adds the context to the patch API key user change password params

func (*PatchAPIKeyUserChangePasswordParams) SetData

SetData adds the data to the patch API key user change password params

func (*PatchAPIKeyUserChangePasswordParams) SetDefaults

func (o *PatchAPIKeyUserChangePasswordParams) SetDefaults()

SetDefaults hydrates default values in the patch API key user change password params (not the query body).

All values with no default are reset to their zero value.

func (*PatchAPIKeyUserChangePasswordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch API key user change password params

func (*PatchAPIKeyUserChangePasswordParams) SetTimeout

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

SetTimeout adds the timeout to the patch API key user change password params

func (*PatchAPIKeyUserChangePasswordParams) WithContext

WithContext adds the context to the patch API key user change password params

func (*PatchAPIKeyUserChangePasswordParams) WithData

WithData adds the data to the patch API key user change password params

func (*PatchAPIKeyUserChangePasswordParams) WithDefaults

WithDefaults hydrates default values in the patch API key user change password params (not the query body).

All values with no default are reset to their zero value.

func (*PatchAPIKeyUserChangePasswordParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch API key user change password params

func (*PatchAPIKeyUserChangePasswordParams) WithTimeout

WithTimeout adds the timeout to the patch API key user change password params

func (*PatchAPIKeyUserChangePasswordParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchAPIKeyUserChangePasswordReader

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

PatchAPIKeyUserChangePasswordReader is a Reader for the PatchAPIKeyUserChangePassword structure.

func (*PatchAPIKeyUserChangePasswordReader) ReadResponse

func (o *PatchAPIKeyUserChangePasswordReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PatchAPIKeyUserLinkEmailEmailBadRequest

type PatchAPIKeyUserLinkEmailEmailBadRequest struct {
	Payload *models.ResponseFailResponse
}

PatchAPIKeyUserLinkEmailEmailBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPatchAPIKeyUserLinkEmailEmailBadRequest

func NewPatchAPIKeyUserLinkEmailEmailBadRequest() *PatchAPIKeyUserLinkEmailEmailBadRequest

NewPatchAPIKeyUserLinkEmailEmailBadRequest creates a PatchAPIKeyUserLinkEmailEmailBadRequest with default headers values

func (*PatchAPIKeyUserLinkEmailEmailBadRequest) Code

Code gets the status code for the patch Api key user link email email bad request response

func (*PatchAPIKeyUserLinkEmailEmailBadRequest) Error

func (*PatchAPIKeyUserLinkEmailEmailBadRequest) GetPayload

func (*PatchAPIKeyUserLinkEmailEmailBadRequest) IsClientError

func (o *PatchAPIKeyUserLinkEmailEmailBadRequest) IsClientError() bool

IsClientError returns true when this patch Api key user link email email bad request response has a 4xx status code

func (*PatchAPIKeyUserLinkEmailEmailBadRequest) IsCode

IsCode returns true when this patch Api key user link email email bad request response a status code equal to that given

func (*PatchAPIKeyUserLinkEmailEmailBadRequest) IsRedirect

IsRedirect returns true when this patch Api key user link email email bad request response has a 3xx status code

func (*PatchAPIKeyUserLinkEmailEmailBadRequest) IsServerError

func (o *PatchAPIKeyUserLinkEmailEmailBadRequest) IsServerError() bool

IsServerError returns true when this patch Api key user link email email bad request response has a 5xx status code

func (*PatchAPIKeyUserLinkEmailEmailBadRequest) IsSuccess

IsSuccess returns true when this patch Api key user link email email bad request response has a 2xx status code

func (*PatchAPIKeyUserLinkEmailEmailBadRequest) String

type PatchAPIKeyUserLinkEmailEmailInternalServerError

type PatchAPIKeyUserLinkEmailEmailInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

PatchAPIKeyUserLinkEmailEmailInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPatchAPIKeyUserLinkEmailEmailInternalServerError

func NewPatchAPIKeyUserLinkEmailEmailInternalServerError() *PatchAPIKeyUserLinkEmailEmailInternalServerError

NewPatchAPIKeyUserLinkEmailEmailInternalServerError creates a PatchAPIKeyUserLinkEmailEmailInternalServerError with default headers values

func (*PatchAPIKeyUserLinkEmailEmailInternalServerError) Code

Code gets the status code for the patch Api key user link email email internal server error response

func (*PatchAPIKeyUserLinkEmailEmailInternalServerError) Error

func (*PatchAPIKeyUserLinkEmailEmailInternalServerError) GetPayload

func (*PatchAPIKeyUserLinkEmailEmailInternalServerError) IsClientError

IsClientError returns true when this patch Api key user link email email internal server error response has a 4xx status code

func (*PatchAPIKeyUserLinkEmailEmailInternalServerError) IsCode

IsCode returns true when this patch Api key user link email email internal server error response a status code equal to that given

func (*PatchAPIKeyUserLinkEmailEmailInternalServerError) IsRedirect

IsRedirect returns true when this patch Api key user link email email internal server error response has a 3xx status code

func (*PatchAPIKeyUserLinkEmailEmailInternalServerError) IsServerError

IsServerError returns true when this patch Api key user link email email internal server error response has a 5xx status code

func (*PatchAPIKeyUserLinkEmailEmailInternalServerError) IsSuccess

IsSuccess returns true when this patch Api key user link email email internal server error response has a 2xx status code

func (*PatchAPIKeyUserLinkEmailEmailInternalServerError) String

type PatchAPIKeyUserLinkEmailEmailOK

type PatchAPIKeyUserLinkEmailEmailOK struct {
	Payload *models.ResponseSuccessResponse
}

PatchAPIKeyUserLinkEmailEmailOK describes a response with status code 200, with default header values.

OK

func NewPatchAPIKeyUserLinkEmailEmailOK

func NewPatchAPIKeyUserLinkEmailEmailOK() *PatchAPIKeyUserLinkEmailEmailOK

NewPatchAPIKeyUserLinkEmailEmailOK creates a PatchAPIKeyUserLinkEmailEmailOK with default headers values

func (*PatchAPIKeyUserLinkEmailEmailOK) Code

Code gets the status code for the patch Api key user link email email o k response

func (*PatchAPIKeyUserLinkEmailEmailOK) Error

func (*PatchAPIKeyUserLinkEmailEmailOK) GetPayload

func (*PatchAPIKeyUserLinkEmailEmailOK) IsClientError

func (o *PatchAPIKeyUserLinkEmailEmailOK) IsClientError() bool

IsClientError returns true when this patch Api key user link email email o k response has a 4xx status code

func (*PatchAPIKeyUserLinkEmailEmailOK) IsCode

func (o *PatchAPIKeyUserLinkEmailEmailOK) IsCode(code int) bool

IsCode returns true when this patch Api key user link email email o k response a status code equal to that given

func (*PatchAPIKeyUserLinkEmailEmailOK) IsRedirect

func (o *PatchAPIKeyUserLinkEmailEmailOK) IsRedirect() bool

IsRedirect returns true when this patch Api key user link email email o k response has a 3xx status code

func (*PatchAPIKeyUserLinkEmailEmailOK) IsServerError

func (o *PatchAPIKeyUserLinkEmailEmailOK) IsServerError() bool

IsServerError returns true when this patch Api key user link email email o k response has a 5xx status code

func (*PatchAPIKeyUserLinkEmailEmailOK) IsSuccess

func (o *PatchAPIKeyUserLinkEmailEmailOK) IsSuccess() bool

IsSuccess returns true when this patch Api key user link email email o k response has a 2xx status code

func (*PatchAPIKeyUserLinkEmailEmailOK) String

type PatchAPIKeyUserLinkEmailEmailParams

type PatchAPIKeyUserLinkEmailEmailParams struct {

	/* Data.

	   user's data
	*/
	Data *models.RequestGetLinkEmailCodeRequest

	/* Email.

	   user's email
	*/
	Email string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchAPIKeyUserLinkEmailEmailParams contains all the parameters to send to the API endpoint

for the patch API key user link email email operation.

Typically these are written to a http.Request.

func NewPatchAPIKeyUserLinkEmailEmailParams

func NewPatchAPIKeyUserLinkEmailEmailParams() *PatchAPIKeyUserLinkEmailEmailParams

NewPatchAPIKeyUserLinkEmailEmailParams creates a new PatchAPIKeyUserLinkEmailEmailParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchAPIKeyUserLinkEmailEmailParamsWithContext

func NewPatchAPIKeyUserLinkEmailEmailParamsWithContext(ctx context.Context) *PatchAPIKeyUserLinkEmailEmailParams

NewPatchAPIKeyUserLinkEmailEmailParamsWithContext creates a new PatchAPIKeyUserLinkEmailEmailParams object with the ability to set a context for a request.

func NewPatchAPIKeyUserLinkEmailEmailParamsWithHTTPClient

func NewPatchAPIKeyUserLinkEmailEmailParamsWithHTTPClient(client *http.Client) *PatchAPIKeyUserLinkEmailEmailParams

NewPatchAPIKeyUserLinkEmailEmailParamsWithHTTPClient creates a new PatchAPIKeyUserLinkEmailEmailParams object with the ability to set a custom HTTPClient for a request.

func NewPatchAPIKeyUserLinkEmailEmailParamsWithTimeout

func NewPatchAPIKeyUserLinkEmailEmailParamsWithTimeout(timeout time.Duration) *PatchAPIKeyUserLinkEmailEmailParams

NewPatchAPIKeyUserLinkEmailEmailParamsWithTimeout creates a new PatchAPIKeyUserLinkEmailEmailParams object with the ability to set a timeout on a request.

func (*PatchAPIKeyUserLinkEmailEmailParams) SetContext

SetContext adds the context to the patch API key user link email email params

func (*PatchAPIKeyUserLinkEmailEmailParams) SetData

SetData adds the data to the patch API key user link email email params

func (*PatchAPIKeyUserLinkEmailEmailParams) SetDefaults

func (o *PatchAPIKeyUserLinkEmailEmailParams) SetDefaults()

SetDefaults hydrates default values in the patch API key user link email email params (not the query body).

All values with no default are reset to their zero value.

func (*PatchAPIKeyUserLinkEmailEmailParams) SetEmail

func (o *PatchAPIKeyUserLinkEmailEmailParams) SetEmail(email string)

SetEmail adds the email to the patch API key user link email email params

func (*PatchAPIKeyUserLinkEmailEmailParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch API key user link email email params

func (*PatchAPIKeyUserLinkEmailEmailParams) SetTimeout

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

SetTimeout adds the timeout to the patch API key user link email email params

func (*PatchAPIKeyUserLinkEmailEmailParams) WithContext

WithContext adds the context to the patch API key user link email email params

func (*PatchAPIKeyUserLinkEmailEmailParams) WithData

WithData adds the data to the patch API key user link email email params

func (*PatchAPIKeyUserLinkEmailEmailParams) WithDefaults

WithDefaults hydrates default values in the patch API key user link email email params (not the query body).

All values with no default are reset to their zero value.

func (*PatchAPIKeyUserLinkEmailEmailParams) WithEmail

WithEmail adds the email to the patch API key user link email email params

func (*PatchAPIKeyUserLinkEmailEmailParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch API key user link email email params

func (*PatchAPIKeyUserLinkEmailEmailParams) WithTimeout

WithTimeout adds the timeout to the patch API key user link email email params

func (*PatchAPIKeyUserLinkEmailEmailParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchAPIKeyUserLinkEmailEmailReader

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

PatchAPIKeyUserLinkEmailEmailReader is a Reader for the PatchAPIKeyUserLinkEmailEmail structure.

func (*PatchAPIKeyUserLinkEmailEmailReader) ReadResponse

func (o *PatchAPIKeyUserLinkEmailEmailReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PatchAPIKeyUserProfileBadRequest

type PatchAPIKeyUserProfileBadRequest struct {
	Payload *models.ResponseFailResponse
}

PatchAPIKeyUserProfileBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPatchAPIKeyUserProfileBadRequest

func NewPatchAPIKeyUserProfileBadRequest() *PatchAPIKeyUserProfileBadRequest

NewPatchAPIKeyUserProfileBadRequest creates a PatchAPIKeyUserProfileBadRequest with default headers values

func (*PatchAPIKeyUserProfileBadRequest) Code

Code gets the status code for the patch Api key user profile bad request response

func (*PatchAPIKeyUserProfileBadRequest) Error

func (*PatchAPIKeyUserProfileBadRequest) GetPayload

func (*PatchAPIKeyUserProfileBadRequest) IsClientError

func (o *PatchAPIKeyUserProfileBadRequest) IsClientError() bool

IsClientError returns true when this patch Api key user profile bad request response has a 4xx status code

func (*PatchAPIKeyUserProfileBadRequest) IsCode

func (o *PatchAPIKeyUserProfileBadRequest) IsCode(code int) bool

IsCode returns true when this patch Api key user profile bad request response a status code equal to that given

func (*PatchAPIKeyUserProfileBadRequest) IsRedirect

func (o *PatchAPIKeyUserProfileBadRequest) IsRedirect() bool

IsRedirect returns true when this patch Api key user profile bad request response has a 3xx status code

func (*PatchAPIKeyUserProfileBadRequest) IsServerError

func (o *PatchAPIKeyUserProfileBadRequest) IsServerError() bool

IsServerError returns true when this patch Api key user profile bad request response has a 5xx status code

func (*PatchAPIKeyUserProfileBadRequest) IsSuccess

func (o *PatchAPIKeyUserProfileBadRequest) IsSuccess() bool

IsSuccess returns true when this patch Api key user profile bad request response has a 2xx status code

func (*PatchAPIKeyUserProfileBadRequest) String

type PatchAPIKeyUserProfileInternalServerError

type PatchAPIKeyUserProfileInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

PatchAPIKeyUserProfileInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPatchAPIKeyUserProfileInternalServerError

func NewPatchAPIKeyUserProfileInternalServerError() *PatchAPIKeyUserProfileInternalServerError

NewPatchAPIKeyUserProfileInternalServerError creates a PatchAPIKeyUserProfileInternalServerError with default headers values

func (*PatchAPIKeyUserProfileInternalServerError) Code

Code gets the status code for the patch Api key user profile internal server error response

func (*PatchAPIKeyUserProfileInternalServerError) Error

func (*PatchAPIKeyUserProfileInternalServerError) GetPayload

func (*PatchAPIKeyUserProfileInternalServerError) IsClientError

IsClientError returns true when this patch Api key user profile internal server error response has a 4xx status code

func (*PatchAPIKeyUserProfileInternalServerError) IsCode

IsCode returns true when this patch Api key user profile internal server error response a status code equal to that given

func (*PatchAPIKeyUserProfileInternalServerError) IsRedirect

IsRedirect returns true when this patch Api key user profile internal server error response has a 3xx status code

func (*PatchAPIKeyUserProfileInternalServerError) IsServerError

IsServerError returns true when this patch Api key user profile internal server error response has a 5xx status code

func (*PatchAPIKeyUserProfileInternalServerError) IsSuccess

IsSuccess returns true when this patch Api key user profile internal server error response has a 2xx status code

func (*PatchAPIKeyUserProfileInternalServerError) String

type PatchAPIKeyUserProfileOK

type PatchAPIKeyUserProfileOK struct {
	Payload *models.ResponseSuccessResponse
}

PatchAPIKeyUserProfileOK describes a response with status code 200, with default header values.

OK

func NewPatchAPIKeyUserProfileOK

func NewPatchAPIKeyUserProfileOK() *PatchAPIKeyUserProfileOK

NewPatchAPIKeyUserProfileOK creates a PatchAPIKeyUserProfileOK with default headers values

func (*PatchAPIKeyUserProfileOK) Code

func (o *PatchAPIKeyUserProfileOK) Code() int

Code gets the status code for the patch Api key user profile o k response

func (*PatchAPIKeyUserProfileOK) Error

func (o *PatchAPIKeyUserProfileOK) Error() string

func (*PatchAPIKeyUserProfileOK) GetPayload

func (*PatchAPIKeyUserProfileOK) IsClientError

func (o *PatchAPIKeyUserProfileOK) IsClientError() bool

IsClientError returns true when this patch Api key user profile o k response has a 4xx status code

func (*PatchAPIKeyUserProfileOK) IsCode

func (o *PatchAPIKeyUserProfileOK) IsCode(code int) bool

IsCode returns true when this patch Api key user profile o k response a status code equal to that given

func (*PatchAPIKeyUserProfileOK) IsRedirect

func (o *PatchAPIKeyUserProfileOK) IsRedirect() bool

IsRedirect returns true when this patch Api key user profile o k response has a 3xx status code

func (*PatchAPIKeyUserProfileOK) IsServerError

func (o *PatchAPIKeyUserProfileOK) IsServerError() bool

IsServerError returns true when this patch Api key user profile o k response has a 5xx status code

func (*PatchAPIKeyUserProfileOK) IsSuccess

func (o *PatchAPIKeyUserProfileOK) IsSuccess() bool

IsSuccess returns true when this patch Api key user profile o k response has a 2xx status code

func (*PatchAPIKeyUserProfileOK) String

func (o *PatchAPIKeyUserProfileOK) String() string

type PatchAPIKeyUserProfileParams

type PatchAPIKeyUserProfileParams struct {

	/* Input.

	   user's profile data
	*/
	Input *models.RequestUpdateUserProfileRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchAPIKeyUserProfileParams contains all the parameters to send to the API endpoint

for the patch API key user profile operation.

Typically these are written to a http.Request.

func NewPatchAPIKeyUserProfileParams

func NewPatchAPIKeyUserProfileParams() *PatchAPIKeyUserProfileParams

NewPatchAPIKeyUserProfileParams creates a new PatchAPIKeyUserProfileParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchAPIKeyUserProfileParamsWithContext

func NewPatchAPIKeyUserProfileParamsWithContext(ctx context.Context) *PatchAPIKeyUserProfileParams

NewPatchAPIKeyUserProfileParamsWithContext creates a new PatchAPIKeyUserProfileParams object with the ability to set a context for a request.

func NewPatchAPIKeyUserProfileParamsWithHTTPClient

func NewPatchAPIKeyUserProfileParamsWithHTTPClient(client *http.Client) *PatchAPIKeyUserProfileParams

NewPatchAPIKeyUserProfileParamsWithHTTPClient creates a new PatchAPIKeyUserProfileParams object with the ability to set a custom HTTPClient for a request.

func NewPatchAPIKeyUserProfileParamsWithTimeout

func NewPatchAPIKeyUserProfileParamsWithTimeout(timeout time.Duration) *PatchAPIKeyUserProfileParams

NewPatchAPIKeyUserProfileParamsWithTimeout creates a new PatchAPIKeyUserProfileParams object with the ability to set a timeout on a request.

func (*PatchAPIKeyUserProfileParams) SetContext

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

SetContext adds the context to the patch API key user profile params

func (*PatchAPIKeyUserProfileParams) SetDefaults

func (o *PatchAPIKeyUserProfileParams) SetDefaults()

SetDefaults hydrates default values in the patch API key user profile params (not the query body).

All values with no default are reset to their zero value.

func (*PatchAPIKeyUserProfileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch API key user profile params

func (*PatchAPIKeyUserProfileParams) SetInput

SetInput adds the input to the patch API key user profile params

func (*PatchAPIKeyUserProfileParams) SetTimeout

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

SetTimeout adds the timeout to the patch API key user profile params

func (*PatchAPIKeyUserProfileParams) WithContext

WithContext adds the context to the patch API key user profile params

func (*PatchAPIKeyUserProfileParams) WithDefaults

WithDefaults hydrates default values in the patch API key user profile params (not the query body).

All values with no default are reset to their zero value.

func (*PatchAPIKeyUserProfileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch API key user profile params

func (*PatchAPIKeyUserProfileParams) WithInput

WithInput adds the input to the patch API key user profile params

func (*PatchAPIKeyUserProfileParams) WithTimeout

WithTimeout adds the timeout to the patch API key user profile params

func (*PatchAPIKeyUserProfileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchAPIKeyUserProfileReader

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

PatchAPIKeyUserProfileReader is a Reader for the PatchAPIKeyUserProfile structure.

func (*PatchAPIKeyUserProfileReader) ReadResponse

func (o *PatchAPIKeyUserProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PostAPIKeyUserAPIKeyBadRequest

type PostAPIKeyUserAPIKeyBadRequest struct {
	Payload *models.ResponseFailResponse
}

PostAPIKeyUserAPIKeyBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostAPIKeyUserAPIKeyBadRequest

func NewPostAPIKeyUserAPIKeyBadRequest() *PostAPIKeyUserAPIKeyBadRequest

NewPostAPIKeyUserAPIKeyBadRequest creates a PostAPIKeyUserAPIKeyBadRequest with default headers values

func (*PostAPIKeyUserAPIKeyBadRequest) Code

Code gets the status code for the post Api key user Api key bad request response

func (*PostAPIKeyUserAPIKeyBadRequest) Error

func (*PostAPIKeyUserAPIKeyBadRequest) GetPayload

func (*PostAPIKeyUserAPIKeyBadRequest) IsClientError

func (o *PostAPIKeyUserAPIKeyBadRequest) IsClientError() bool

IsClientError returns true when this post Api key user Api key bad request response has a 4xx status code

func (*PostAPIKeyUserAPIKeyBadRequest) IsCode

func (o *PostAPIKeyUserAPIKeyBadRequest) IsCode(code int) bool

IsCode returns true when this post Api key user Api key bad request response a status code equal to that given

func (*PostAPIKeyUserAPIKeyBadRequest) IsRedirect

func (o *PostAPIKeyUserAPIKeyBadRequest) IsRedirect() bool

IsRedirect returns true when this post Api key user Api key bad request response has a 3xx status code

func (*PostAPIKeyUserAPIKeyBadRequest) IsServerError

func (o *PostAPIKeyUserAPIKeyBadRequest) IsServerError() bool

IsServerError returns true when this post Api key user Api key bad request response has a 5xx status code

func (*PostAPIKeyUserAPIKeyBadRequest) IsSuccess

func (o *PostAPIKeyUserAPIKeyBadRequest) IsSuccess() bool

IsSuccess returns true when this post Api key user Api key bad request response has a 2xx status code

func (*PostAPIKeyUserAPIKeyBadRequest) String

type PostAPIKeyUserAPIKeyInternalServerError

type PostAPIKeyUserAPIKeyInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

PostAPIKeyUserAPIKeyInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostAPIKeyUserAPIKeyInternalServerError

func NewPostAPIKeyUserAPIKeyInternalServerError() *PostAPIKeyUserAPIKeyInternalServerError

NewPostAPIKeyUserAPIKeyInternalServerError creates a PostAPIKeyUserAPIKeyInternalServerError with default headers values

func (*PostAPIKeyUserAPIKeyInternalServerError) Code

Code gets the status code for the post Api key user Api key internal server error response

func (*PostAPIKeyUserAPIKeyInternalServerError) Error

func (*PostAPIKeyUserAPIKeyInternalServerError) GetPayload

func (*PostAPIKeyUserAPIKeyInternalServerError) IsClientError

func (o *PostAPIKeyUserAPIKeyInternalServerError) IsClientError() bool

IsClientError returns true when this post Api key user Api key internal server error response has a 4xx status code

func (*PostAPIKeyUserAPIKeyInternalServerError) IsCode

IsCode returns true when this post Api key user Api key internal server error response a status code equal to that given

func (*PostAPIKeyUserAPIKeyInternalServerError) IsRedirect

IsRedirect returns true when this post Api key user Api key internal server error response has a 3xx status code

func (*PostAPIKeyUserAPIKeyInternalServerError) IsServerError

func (o *PostAPIKeyUserAPIKeyInternalServerError) IsServerError() bool

IsServerError returns true when this post Api key user Api key internal server error response has a 5xx status code

func (*PostAPIKeyUserAPIKeyInternalServerError) IsSuccess

IsSuccess returns true when this post Api key user Api key internal server error response has a 2xx status code

func (*PostAPIKeyUserAPIKeyInternalServerError) String

type PostAPIKeyUserAPIKeyOK

type PostAPIKeyUserAPIKeyOK struct {
	Payload *models.ResponseAPIKeyResponse
}

PostAPIKeyUserAPIKeyOK describes a response with status code 200, with default header values.

OK

func NewPostAPIKeyUserAPIKeyOK

func NewPostAPIKeyUserAPIKeyOK() *PostAPIKeyUserAPIKeyOK

NewPostAPIKeyUserAPIKeyOK creates a PostAPIKeyUserAPIKeyOK with default headers values

func (*PostAPIKeyUserAPIKeyOK) Code

func (o *PostAPIKeyUserAPIKeyOK) Code() int

Code gets the status code for the post Api key user Api key o k response

func (*PostAPIKeyUserAPIKeyOK) Error

func (o *PostAPIKeyUserAPIKeyOK) Error() string

func (*PostAPIKeyUserAPIKeyOK) GetPayload

func (*PostAPIKeyUserAPIKeyOK) IsClientError

func (o *PostAPIKeyUserAPIKeyOK) IsClientError() bool

IsClientError returns true when this post Api key user Api key o k response has a 4xx status code

func (*PostAPIKeyUserAPIKeyOK) IsCode

func (o *PostAPIKeyUserAPIKeyOK) IsCode(code int) bool

IsCode returns true when this post Api key user Api key o k response a status code equal to that given

func (*PostAPIKeyUserAPIKeyOK) IsRedirect

func (o *PostAPIKeyUserAPIKeyOK) IsRedirect() bool

IsRedirect returns true when this post Api key user Api key o k response has a 3xx status code

func (*PostAPIKeyUserAPIKeyOK) IsServerError

func (o *PostAPIKeyUserAPIKeyOK) IsServerError() bool

IsServerError returns true when this post Api key user Api key o k response has a 5xx status code

func (*PostAPIKeyUserAPIKeyOK) IsSuccess

func (o *PostAPIKeyUserAPIKeyOK) IsSuccess() bool

IsSuccess returns true when this post Api key user Api key o k response has a 2xx status code

func (*PostAPIKeyUserAPIKeyOK) String

func (o *PostAPIKeyUserAPIKeyOK) String() string

type PostAPIKeyUserAPIKeyParams

type PostAPIKeyUserAPIKeyParams struct {

	/* Input.

	   Create ApiKey Request
	*/
	Input *models.RequestCreateAPIKeyRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostAPIKeyUserAPIKeyParams contains all the parameters to send to the API endpoint

for the post API key user API key operation.

Typically these are written to a http.Request.

func NewPostAPIKeyUserAPIKeyParams

func NewPostAPIKeyUserAPIKeyParams() *PostAPIKeyUserAPIKeyParams

NewPostAPIKeyUserAPIKeyParams creates a new PostAPIKeyUserAPIKeyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostAPIKeyUserAPIKeyParamsWithContext

func NewPostAPIKeyUserAPIKeyParamsWithContext(ctx context.Context) *PostAPIKeyUserAPIKeyParams

NewPostAPIKeyUserAPIKeyParamsWithContext creates a new PostAPIKeyUserAPIKeyParams object with the ability to set a context for a request.

func NewPostAPIKeyUserAPIKeyParamsWithHTTPClient

func NewPostAPIKeyUserAPIKeyParamsWithHTTPClient(client *http.Client) *PostAPIKeyUserAPIKeyParams

NewPostAPIKeyUserAPIKeyParamsWithHTTPClient creates a new PostAPIKeyUserAPIKeyParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyUserAPIKeyParamsWithTimeout

func NewPostAPIKeyUserAPIKeyParamsWithTimeout(timeout time.Duration) *PostAPIKeyUserAPIKeyParams

NewPostAPIKeyUserAPIKeyParamsWithTimeout creates a new PostAPIKeyUserAPIKeyParams object with the ability to set a timeout on a request.

func (*PostAPIKeyUserAPIKeyParams) SetContext

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

SetContext adds the context to the post API key user API key params

func (*PostAPIKeyUserAPIKeyParams) SetDefaults

func (o *PostAPIKeyUserAPIKeyParams) SetDefaults()

SetDefaults hydrates default values in the post API key user API key params (not the query body).

All values with no default are reset to their zero value.

func (*PostAPIKeyUserAPIKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API key user API key params

func (*PostAPIKeyUserAPIKeyParams) SetInput

SetInput adds the input to the post API key user API key params

func (*PostAPIKeyUserAPIKeyParams) SetTimeout

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

SetTimeout adds the timeout to the post API key user API key params

func (*PostAPIKeyUserAPIKeyParams) WithContext

WithContext adds the context to the post API key user API key params

func (*PostAPIKeyUserAPIKeyParams) WithDefaults

WithDefaults hydrates default values in the post API key user API key params (not the query body).

All values with no default are reset to their zero value.

func (*PostAPIKeyUserAPIKeyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post API key user API key params

func (*PostAPIKeyUserAPIKeyParams) WithInput

WithInput adds the input to the post API key user API key params

func (*PostAPIKeyUserAPIKeyParams) WithTimeout

WithTimeout adds the timeout to the post API key user API key params

func (*PostAPIKeyUserAPIKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIKeyUserAPIKeyReader

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

PostAPIKeyUserAPIKeyReader is a Reader for the PostAPIKeyUserAPIKey structure.

func (*PostAPIKeyUserAPIKeyReader) ReadResponse

func (o *PostAPIKeyUserAPIKeyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PostAPIKeyUserLinkEmailBadRequest

type PostAPIKeyUserLinkEmailBadRequest struct {
	Payload *models.ResponseFailResponse
}

PostAPIKeyUserLinkEmailBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostAPIKeyUserLinkEmailBadRequest

func NewPostAPIKeyUserLinkEmailBadRequest() *PostAPIKeyUserLinkEmailBadRequest

NewPostAPIKeyUserLinkEmailBadRequest creates a PostAPIKeyUserLinkEmailBadRequest with default headers values

func (*PostAPIKeyUserLinkEmailBadRequest) Code

Code gets the status code for the post Api key user link email bad request response

func (*PostAPIKeyUserLinkEmailBadRequest) Error

func (*PostAPIKeyUserLinkEmailBadRequest) GetPayload

func (*PostAPIKeyUserLinkEmailBadRequest) IsClientError

func (o *PostAPIKeyUserLinkEmailBadRequest) IsClientError() bool

IsClientError returns true when this post Api key user link email bad request response has a 4xx status code

func (*PostAPIKeyUserLinkEmailBadRequest) IsCode

func (o *PostAPIKeyUserLinkEmailBadRequest) IsCode(code int) bool

IsCode returns true when this post Api key user link email bad request response a status code equal to that given

func (*PostAPIKeyUserLinkEmailBadRequest) IsRedirect

func (o *PostAPIKeyUserLinkEmailBadRequest) IsRedirect() bool

IsRedirect returns true when this post Api key user link email bad request response has a 3xx status code

func (*PostAPIKeyUserLinkEmailBadRequest) IsServerError

func (o *PostAPIKeyUserLinkEmailBadRequest) IsServerError() bool

IsServerError returns true when this post Api key user link email bad request response has a 5xx status code

func (*PostAPIKeyUserLinkEmailBadRequest) IsSuccess

func (o *PostAPIKeyUserLinkEmailBadRequest) IsSuccess() bool

IsSuccess returns true when this post Api key user link email bad request response has a 2xx status code

func (*PostAPIKeyUserLinkEmailBadRequest) String

type PostAPIKeyUserLinkEmailInternalServerError

type PostAPIKeyUserLinkEmailInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

PostAPIKeyUserLinkEmailInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostAPIKeyUserLinkEmailInternalServerError

func NewPostAPIKeyUserLinkEmailInternalServerError() *PostAPIKeyUserLinkEmailInternalServerError

NewPostAPIKeyUserLinkEmailInternalServerError creates a PostAPIKeyUserLinkEmailInternalServerError with default headers values

func (*PostAPIKeyUserLinkEmailInternalServerError) Code

Code gets the status code for the post Api key user link email internal server error response

func (*PostAPIKeyUserLinkEmailInternalServerError) Error

func (*PostAPIKeyUserLinkEmailInternalServerError) GetPayload

func (*PostAPIKeyUserLinkEmailInternalServerError) IsClientError

IsClientError returns true when this post Api key user link email internal server error response has a 4xx status code

func (*PostAPIKeyUserLinkEmailInternalServerError) IsCode

IsCode returns true when this post Api key user link email internal server error response a status code equal to that given

func (*PostAPIKeyUserLinkEmailInternalServerError) IsRedirect

IsRedirect returns true when this post Api key user link email internal server error response has a 3xx status code

func (*PostAPIKeyUserLinkEmailInternalServerError) IsServerError

IsServerError returns true when this post Api key user link email internal server error response has a 5xx status code

func (*PostAPIKeyUserLinkEmailInternalServerError) IsSuccess

IsSuccess returns true when this post Api key user link email internal server error response has a 2xx status code

func (*PostAPIKeyUserLinkEmailInternalServerError) String

type PostAPIKeyUserLinkEmailOK

type PostAPIKeyUserLinkEmailOK struct {
	Payload *models.ResponseSuccessResponse
}

PostAPIKeyUserLinkEmailOK describes a response with status code 200, with default header values.

OK

func NewPostAPIKeyUserLinkEmailOK

func NewPostAPIKeyUserLinkEmailOK() *PostAPIKeyUserLinkEmailOK

NewPostAPIKeyUserLinkEmailOK creates a PostAPIKeyUserLinkEmailOK with default headers values

func (*PostAPIKeyUserLinkEmailOK) Code

func (o *PostAPIKeyUserLinkEmailOK) Code() int

Code gets the status code for the post Api key user link email o k response

func (*PostAPIKeyUserLinkEmailOK) Error

func (o *PostAPIKeyUserLinkEmailOK) Error() string

func (*PostAPIKeyUserLinkEmailOK) GetPayload

func (*PostAPIKeyUserLinkEmailOK) IsClientError

func (o *PostAPIKeyUserLinkEmailOK) IsClientError() bool

IsClientError returns true when this post Api key user link email o k response has a 4xx status code

func (*PostAPIKeyUserLinkEmailOK) IsCode

func (o *PostAPIKeyUserLinkEmailOK) IsCode(code int) bool

IsCode returns true when this post Api key user link email o k response a status code equal to that given

func (*PostAPIKeyUserLinkEmailOK) IsRedirect

func (o *PostAPIKeyUserLinkEmailOK) IsRedirect() bool

IsRedirect returns true when this post Api key user link email o k response has a 3xx status code

func (*PostAPIKeyUserLinkEmailOK) IsServerError

func (o *PostAPIKeyUserLinkEmailOK) IsServerError() bool

IsServerError returns true when this post Api key user link email o k response has a 5xx status code

func (*PostAPIKeyUserLinkEmailOK) IsSuccess

func (o *PostAPIKeyUserLinkEmailOK) IsSuccess() bool

IsSuccess returns true when this post Api key user link email o k response has a 2xx status code

func (*PostAPIKeyUserLinkEmailOK) String

func (o *PostAPIKeyUserLinkEmailOK) String() string

type PostAPIKeyUserLinkEmailParams

type PostAPIKeyUserLinkEmailParams struct {

	/* Data.

	   data
	*/
	Data *models.RequestVerifyLinkEmailCodeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostAPIKeyUserLinkEmailParams contains all the parameters to send to the API endpoint

for the post API key user link email operation.

Typically these are written to a http.Request.

func NewPostAPIKeyUserLinkEmailParams

func NewPostAPIKeyUserLinkEmailParams() *PostAPIKeyUserLinkEmailParams

NewPostAPIKeyUserLinkEmailParams creates a new PostAPIKeyUserLinkEmailParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostAPIKeyUserLinkEmailParamsWithContext

func NewPostAPIKeyUserLinkEmailParamsWithContext(ctx context.Context) *PostAPIKeyUserLinkEmailParams

NewPostAPIKeyUserLinkEmailParamsWithContext creates a new PostAPIKeyUserLinkEmailParams object with the ability to set a context for a request.

func NewPostAPIKeyUserLinkEmailParamsWithHTTPClient

func NewPostAPIKeyUserLinkEmailParamsWithHTTPClient(client *http.Client) *PostAPIKeyUserLinkEmailParams

NewPostAPIKeyUserLinkEmailParamsWithHTTPClient creates a new PostAPIKeyUserLinkEmailParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyUserLinkEmailParamsWithTimeout

func NewPostAPIKeyUserLinkEmailParamsWithTimeout(timeout time.Duration) *PostAPIKeyUserLinkEmailParams

NewPostAPIKeyUserLinkEmailParamsWithTimeout creates a new PostAPIKeyUserLinkEmailParams object with the ability to set a timeout on a request.

func (*PostAPIKeyUserLinkEmailParams) SetContext

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

SetContext adds the context to the post API key user link email params

func (*PostAPIKeyUserLinkEmailParams) SetData

SetData adds the data to the post API key user link email params

func (*PostAPIKeyUserLinkEmailParams) SetDefaults

func (o *PostAPIKeyUserLinkEmailParams) SetDefaults()

SetDefaults hydrates default values in the post API key user link email params (not the query body).

All values with no default are reset to their zero value.

func (*PostAPIKeyUserLinkEmailParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API key user link email params

func (*PostAPIKeyUserLinkEmailParams) SetTimeout

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

SetTimeout adds the timeout to the post API key user link email params

func (*PostAPIKeyUserLinkEmailParams) WithContext

WithContext adds the context to the post API key user link email params

func (*PostAPIKeyUserLinkEmailParams) WithData

WithData adds the data to the post API key user link email params

func (*PostAPIKeyUserLinkEmailParams) WithDefaults

WithDefaults hydrates default values in the post API key user link email params (not the query body).

All values with no default are reset to their zero value.

func (*PostAPIKeyUserLinkEmailParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post API key user link email params

func (*PostAPIKeyUserLinkEmailParams) WithTimeout

WithTimeout adds the timeout to the post API key user link email params

func (*PostAPIKeyUserLinkEmailParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIKeyUserLinkEmailReader

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

PostAPIKeyUserLinkEmailReader is a Reader for the PostAPIKeyUserLinkEmail structure.

func (*PostAPIKeyUserLinkEmailReader) ReadResponse

func (o *PostAPIKeyUserLinkEmailReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PostAPIKeyUserLinkWalletBadRequest

type PostAPIKeyUserLinkWalletBadRequest struct {
	Payload *models.ResponseFailResponse
}

PostAPIKeyUserLinkWalletBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostAPIKeyUserLinkWalletBadRequest

func NewPostAPIKeyUserLinkWalletBadRequest() *PostAPIKeyUserLinkWalletBadRequest

NewPostAPIKeyUserLinkWalletBadRequest creates a PostAPIKeyUserLinkWalletBadRequest with default headers values

func (*PostAPIKeyUserLinkWalletBadRequest) Code

Code gets the status code for the post Api key user link wallet bad request response

func (*PostAPIKeyUserLinkWalletBadRequest) Error

func (*PostAPIKeyUserLinkWalletBadRequest) GetPayload

func (*PostAPIKeyUserLinkWalletBadRequest) IsClientError

func (o *PostAPIKeyUserLinkWalletBadRequest) IsClientError() bool

IsClientError returns true when this post Api key user link wallet bad request response has a 4xx status code

func (*PostAPIKeyUserLinkWalletBadRequest) IsCode

IsCode returns true when this post Api key user link wallet bad request response a status code equal to that given

func (*PostAPIKeyUserLinkWalletBadRequest) IsRedirect

func (o *PostAPIKeyUserLinkWalletBadRequest) IsRedirect() bool

IsRedirect returns true when this post Api key user link wallet bad request response has a 3xx status code

func (*PostAPIKeyUserLinkWalletBadRequest) IsServerError

func (o *PostAPIKeyUserLinkWalletBadRequest) IsServerError() bool

IsServerError returns true when this post Api key user link wallet bad request response has a 5xx status code

func (*PostAPIKeyUserLinkWalletBadRequest) IsSuccess

IsSuccess returns true when this post Api key user link wallet bad request response has a 2xx status code

func (*PostAPIKeyUserLinkWalletBadRequest) String

type PostAPIKeyUserLinkWalletInternalServerError

type PostAPIKeyUserLinkWalletInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

PostAPIKeyUserLinkWalletInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostAPIKeyUserLinkWalletInternalServerError

func NewPostAPIKeyUserLinkWalletInternalServerError() *PostAPIKeyUserLinkWalletInternalServerError

NewPostAPIKeyUserLinkWalletInternalServerError creates a PostAPIKeyUserLinkWalletInternalServerError with default headers values

func (*PostAPIKeyUserLinkWalletInternalServerError) Code

Code gets the status code for the post Api key user link wallet internal server error response

func (*PostAPIKeyUserLinkWalletInternalServerError) Error

func (*PostAPIKeyUserLinkWalletInternalServerError) GetPayload

func (*PostAPIKeyUserLinkWalletInternalServerError) IsClientError

IsClientError returns true when this post Api key user link wallet internal server error response has a 4xx status code

func (*PostAPIKeyUserLinkWalletInternalServerError) IsCode

IsCode returns true when this post Api key user link wallet internal server error response a status code equal to that given

func (*PostAPIKeyUserLinkWalletInternalServerError) IsRedirect

IsRedirect returns true when this post Api key user link wallet internal server error response has a 3xx status code

func (*PostAPIKeyUserLinkWalletInternalServerError) IsServerError

IsServerError returns true when this post Api key user link wallet internal server error response has a 5xx status code

func (*PostAPIKeyUserLinkWalletInternalServerError) IsSuccess

IsSuccess returns true when this post Api key user link wallet internal server error response has a 2xx status code

func (*PostAPIKeyUserLinkWalletInternalServerError) String

type PostAPIKeyUserLinkWalletOK

type PostAPIKeyUserLinkWalletOK struct {
	Payload *models.ResponseSuccessResponse
}

PostAPIKeyUserLinkWalletOK describes a response with status code 200, with default header values.

OK

func NewPostAPIKeyUserLinkWalletOK

func NewPostAPIKeyUserLinkWalletOK() *PostAPIKeyUserLinkWalletOK

NewPostAPIKeyUserLinkWalletOK creates a PostAPIKeyUserLinkWalletOK with default headers values

func (*PostAPIKeyUserLinkWalletOK) Code

func (o *PostAPIKeyUserLinkWalletOK) Code() int

Code gets the status code for the post Api key user link wallet o k response

func (*PostAPIKeyUserLinkWalletOK) Error

func (*PostAPIKeyUserLinkWalletOK) GetPayload

func (*PostAPIKeyUserLinkWalletOK) IsClientError

func (o *PostAPIKeyUserLinkWalletOK) IsClientError() bool

IsClientError returns true when this post Api key user link wallet o k response has a 4xx status code

func (*PostAPIKeyUserLinkWalletOK) IsCode

func (o *PostAPIKeyUserLinkWalletOK) IsCode(code int) bool

IsCode returns true when this post Api key user link wallet o k response a status code equal to that given

func (*PostAPIKeyUserLinkWalletOK) IsRedirect

func (o *PostAPIKeyUserLinkWalletOK) IsRedirect() bool

IsRedirect returns true when this post Api key user link wallet o k response has a 3xx status code

func (*PostAPIKeyUserLinkWalletOK) IsServerError

func (o *PostAPIKeyUserLinkWalletOK) IsServerError() bool

IsServerError returns true when this post Api key user link wallet o k response has a 5xx status code

func (*PostAPIKeyUserLinkWalletOK) IsSuccess

func (o *PostAPIKeyUserLinkWalletOK) IsSuccess() bool

IsSuccess returns true when this post Api key user link wallet o k response has a 2xx status code

func (*PostAPIKeyUserLinkWalletOK) String

func (o *PostAPIKeyUserLinkWalletOK) String() string

type PostAPIKeyUserLinkWalletParams

type PostAPIKeyUserLinkWalletParams struct {

	/* Data.

	   data
	*/
	Data *models.RequestVerifyLinkWalletAddressSignatureRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostAPIKeyUserLinkWalletParams contains all the parameters to send to the API endpoint

for the post API key user link wallet operation.

Typically these are written to a http.Request.

func NewPostAPIKeyUserLinkWalletParams

func NewPostAPIKeyUserLinkWalletParams() *PostAPIKeyUserLinkWalletParams

NewPostAPIKeyUserLinkWalletParams creates a new PostAPIKeyUserLinkWalletParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostAPIKeyUserLinkWalletParamsWithContext

func NewPostAPIKeyUserLinkWalletParamsWithContext(ctx context.Context) *PostAPIKeyUserLinkWalletParams

NewPostAPIKeyUserLinkWalletParamsWithContext creates a new PostAPIKeyUserLinkWalletParams object with the ability to set a context for a request.

func NewPostAPIKeyUserLinkWalletParamsWithHTTPClient

func NewPostAPIKeyUserLinkWalletParamsWithHTTPClient(client *http.Client) *PostAPIKeyUserLinkWalletParams

NewPostAPIKeyUserLinkWalletParamsWithHTTPClient creates a new PostAPIKeyUserLinkWalletParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyUserLinkWalletParamsWithTimeout

func NewPostAPIKeyUserLinkWalletParamsWithTimeout(timeout time.Duration) *PostAPIKeyUserLinkWalletParams

NewPostAPIKeyUserLinkWalletParamsWithTimeout creates a new PostAPIKeyUserLinkWalletParams object with the ability to set a timeout on a request.

func (*PostAPIKeyUserLinkWalletParams) SetContext

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

SetContext adds the context to the post API key user link wallet params

func (*PostAPIKeyUserLinkWalletParams) SetData

SetData adds the data to the post API key user link wallet params

func (*PostAPIKeyUserLinkWalletParams) SetDefaults

func (o *PostAPIKeyUserLinkWalletParams) SetDefaults()

SetDefaults hydrates default values in the post API key user link wallet params (not the query body).

All values with no default are reset to their zero value.

func (*PostAPIKeyUserLinkWalletParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API key user link wallet params

func (*PostAPIKeyUserLinkWalletParams) SetTimeout

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

SetTimeout adds the timeout to the post API key user link wallet params

func (*PostAPIKeyUserLinkWalletParams) WithContext

WithContext adds the context to the post API key user link wallet params

func (*PostAPIKeyUserLinkWalletParams) WithData

WithData adds the data to the post API key user link wallet params

func (*PostAPIKeyUserLinkWalletParams) WithDefaults

WithDefaults hydrates default values in the post API key user link wallet params (not the query body).

All values with no default are reset to their zero value.

func (*PostAPIKeyUserLinkWalletParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post API key user link wallet params

func (*PostAPIKeyUserLinkWalletParams) WithTimeout

WithTimeout adds the timeout to the post API key user link wallet params

func (*PostAPIKeyUserLinkWalletParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIKeyUserLinkWalletReader

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

PostAPIKeyUserLinkWalletReader is a Reader for the PostAPIKeyUserLinkWallet structure.

func (*PostAPIKeyUserLinkWalletReader) ReadResponse

func (o *PostAPIKeyUserLinkWalletReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PutAPIKeyUserFollowIDBadRequest

type PutAPIKeyUserFollowIDBadRequest struct {
	Payload *models.ResponseFailResponse
}

PutAPIKeyUserFollowIDBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPutAPIKeyUserFollowIDBadRequest

func NewPutAPIKeyUserFollowIDBadRequest() *PutAPIKeyUserFollowIDBadRequest

NewPutAPIKeyUserFollowIDBadRequest creates a PutAPIKeyUserFollowIDBadRequest with default headers values

func (*PutAPIKeyUserFollowIDBadRequest) Code

Code gets the status code for the put Api key user follow Id bad request response

func (*PutAPIKeyUserFollowIDBadRequest) Error

func (*PutAPIKeyUserFollowIDBadRequest) GetPayload

func (*PutAPIKeyUserFollowIDBadRequest) IsClientError

func (o *PutAPIKeyUserFollowIDBadRequest) IsClientError() bool

IsClientError returns true when this put Api key user follow Id bad request response has a 4xx status code

func (*PutAPIKeyUserFollowIDBadRequest) IsCode

func (o *PutAPIKeyUserFollowIDBadRequest) IsCode(code int) bool

IsCode returns true when this put Api key user follow Id bad request response a status code equal to that given

func (*PutAPIKeyUserFollowIDBadRequest) IsRedirect

func (o *PutAPIKeyUserFollowIDBadRequest) IsRedirect() bool

IsRedirect returns true when this put Api key user follow Id bad request response has a 3xx status code

func (*PutAPIKeyUserFollowIDBadRequest) IsServerError

func (o *PutAPIKeyUserFollowIDBadRequest) IsServerError() bool

IsServerError returns true when this put Api key user follow Id bad request response has a 5xx status code

func (*PutAPIKeyUserFollowIDBadRequest) IsSuccess

func (o *PutAPIKeyUserFollowIDBadRequest) IsSuccess() bool

IsSuccess returns true when this put Api key user follow Id bad request response has a 2xx status code

func (*PutAPIKeyUserFollowIDBadRequest) String

type PutAPIKeyUserFollowIDInternalServerError

type PutAPIKeyUserFollowIDInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

PutAPIKeyUserFollowIDInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPutAPIKeyUserFollowIDInternalServerError

func NewPutAPIKeyUserFollowIDInternalServerError() *PutAPIKeyUserFollowIDInternalServerError

NewPutAPIKeyUserFollowIDInternalServerError creates a PutAPIKeyUserFollowIDInternalServerError with default headers values

func (*PutAPIKeyUserFollowIDInternalServerError) Code

Code gets the status code for the put Api key user follow Id internal server error response

func (*PutAPIKeyUserFollowIDInternalServerError) Error

func (*PutAPIKeyUserFollowIDInternalServerError) GetPayload

func (*PutAPIKeyUserFollowIDInternalServerError) IsClientError

IsClientError returns true when this put Api key user follow Id internal server error response has a 4xx status code

func (*PutAPIKeyUserFollowIDInternalServerError) IsCode

IsCode returns true when this put Api key user follow Id internal server error response a status code equal to that given

func (*PutAPIKeyUserFollowIDInternalServerError) IsRedirect

IsRedirect returns true when this put Api key user follow Id internal server error response has a 3xx status code

func (*PutAPIKeyUserFollowIDInternalServerError) IsServerError

IsServerError returns true when this put Api key user follow Id internal server error response has a 5xx status code

func (*PutAPIKeyUserFollowIDInternalServerError) IsSuccess

IsSuccess returns true when this put Api key user follow Id internal server error response has a 2xx status code

func (*PutAPIKeyUserFollowIDInternalServerError) String

type PutAPIKeyUserFollowIDOK

type PutAPIKeyUserFollowIDOK struct {
	Payload *models.ResponseSuccessResponse
}

PutAPIKeyUserFollowIDOK describes a response with status code 200, with default header values.

OK

func NewPutAPIKeyUserFollowIDOK

func NewPutAPIKeyUserFollowIDOK() *PutAPIKeyUserFollowIDOK

NewPutAPIKeyUserFollowIDOK creates a PutAPIKeyUserFollowIDOK with default headers values

func (*PutAPIKeyUserFollowIDOK) Code

func (o *PutAPIKeyUserFollowIDOK) Code() int

Code gets the status code for the put Api key user follow Id o k response

func (*PutAPIKeyUserFollowIDOK) Error

func (o *PutAPIKeyUserFollowIDOK) Error() string

func (*PutAPIKeyUserFollowIDOK) GetPayload

func (*PutAPIKeyUserFollowIDOK) IsClientError

func (o *PutAPIKeyUserFollowIDOK) IsClientError() bool

IsClientError returns true when this put Api key user follow Id o k response has a 4xx status code

func (*PutAPIKeyUserFollowIDOK) IsCode

func (o *PutAPIKeyUserFollowIDOK) IsCode(code int) bool

IsCode returns true when this put Api key user follow Id o k response a status code equal to that given

func (*PutAPIKeyUserFollowIDOK) IsRedirect

func (o *PutAPIKeyUserFollowIDOK) IsRedirect() bool

IsRedirect returns true when this put Api key user follow Id o k response has a 3xx status code

func (*PutAPIKeyUserFollowIDOK) IsServerError

func (o *PutAPIKeyUserFollowIDOK) IsServerError() bool

IsServerError returns true when this put Api key user follow Id o k response has a 5xx status code

func (*PutAPIKeyUserFollowIDOK) IsSuccess

func (o *PutAPIKeyUserFollowIDOK) IsSuccess() bool

IsSuccess returns true when this put Api key user follow Id o k response has a 2xx status code

func (*PutAPIKeyUserFollowIDOK) String

func (o *PutAPIKeyUserFollowIDOK) String() string

type PutAPIKeyUserFollowIDParams

type PutAPIKeyUserFollowIDParams struct {

	/* ID.

	   user's id
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutAPIKeyUserFollowIDParams contains all the parameters to send to the API endpoint

for the put API key user follow ID operation.

Typically these are written to a http.Request.

func NewPutAPIKeyUserFollowIDParams

func NewPutAPIKeyUserFollowIDParams() *PutAPIKeyUserFollowIDParams

NewPutAPIKeyUserFollowIDParams creates a new PutAPIKeyUserFollowIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutAPIKeyUserFollowIDParamsWithContext

func NewPutAPIKeyUserFollowIDParamsWithContext(ctx context.Context) *PutAPIKeyUserFollowIDParams

NewPutAPIKeyUserFollowIDParamsWithContext creates a new PutAPIKeyUserFollowIDParams object with the ability to set a context for a request.

func NewPutAPIKeyUserFollowIDParamsWithHTTPClient

func NewPutAPIKeyUserFollowIDParamsWithHTTPClient(client *http.Client) *PutAPIKeyUserFollowIDParams

NewPutAPIKeyUserFollowIDParamsWithHTTPClient creates a new PutAPIKeyUserFollowIDParams object with the ability to set a custom HTTPClient for a request.

func NewPutAPIKeyUserFollowIDParamsWithTimeout

func NewPutAPIKeyUserFollowIDParamsWithTimeout(timeout time.Duration) *PutAPIKeyUserFollowIDParams

NewPutAPIKeyUserFollowIDParamsWithTimeout creates a new PutAPIKeyUserFollowIDParams object with the ability to set a timeout on a request.

func (*PutAPIKeyUserFollowIDParams) SetContext

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

SetContext adds the context to the put API key user follow ID params

func (*PutAPIKeyUserFollowIDParams) SetDefaults

func (o *PutAPIKeyUserFollowIDParams) SetDefaults()

SetDefaults hydrates default values in the put API key user follow ID params (not the query body).

All values with no default are reset to their zero value.

func (*PutAPIKeyUserFollowIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put API key user follow ID params

func (*PutAPIKeyUserFollowIDParams) SetID

func (o *PutAPIKeyUserFollowIDParams) SetID(id string)

SetID adds the id to the put API key user follow ID params

func (*PutAPIKeyUserFollowIDParams) SetTimeout

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

SetTimeout adds the timeout to the put API key user follow ID params

func (*PutAPIKeyUserFollowIDParams) WithContext

WithContext adds the context to the put API key user follow ID params

func (*PutAPIKeyUserFollowIDParams) WithDefaults

WithDefaults hydrates default values in the put API key user follow ID params (not the query body).

All values with no default are reset to their zero value.

func (*PutAPIKeyUserFollowIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put API key user follow ID params

func (*PutAPIKeyUserFollowIDParams) WithID

WithID adds the id to the put API key user follow ID params

func (*PutAPIKeyUserFollowIDParams) WithTimeout

WithTimeout adds the timeout to the put API key user follow ID params

func (*PutAPIKeyUserFollowIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAPIKeyUserFollowIDReader

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

PutAPIKeyUserFollowIDReader is a Reader for the PutAPIKeyUserFollowID structure.

func (*PutAPIKeyUserFollowIDReader) ReadResponse

func (o *PutAPIKeyUserFollowIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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