api_key_model

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 model API

func (*Client) DeleteAPIKeyModelID

func (a *Client) DeleteAPIKeyModelID(params *DeleteAPIKeyModelIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAPIKeyModelIDOK, error)

DeleteAPIKeyModelID deletes model by Api key

func (*Client) GetAPIKeyModelID

func (a *Client) GetAPIKeyModelID(params *GetAPIKeyModelIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelIDOK, error)

GetAPIKeyModelID gets model by Api key

func (*Client) GetAPIKeyModelIDAPIKey

func (a *Client) GetAPIKeyModelIDAPIKey(params *GetAPIKeyModelIDAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelIDAPIKeyOK, error)

GetAPIKeyModelIDAPIKey gets list model Api key by Api key

func (*Client) GetAPIKeyModelIDDownload

func (a *Client) GetAPIKeyModelIDDownload(params *GetAPIKeyModelIDDownloadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelIDDownloadOK, error)

GetAPIKeyModelIDDownload gets list model download by Api key

func (*Client) GetAPIKeyModelIDInfo

func (a *Client) GetAPIKeyModelIDInfo(params *GetAPIKeyModelIDInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelIDInfoOK, error)

GetAPIKeyModelIDInfo gets Api key model info

func (*Client) GetAPIKeyModelIDLike

func (a *Client) GetAPIKeyModelIDLike(params *GetAPIKeyModelIDLikeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelIDLikeOK, error)

GetAPIKeyModelIDLike gets list model like by Api key

func (*Client) GetAPIKeyModelIDServing

func (a *Client) GetAPIKeyModelIDServing(params *GetAPIKeyModelIDServingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelIDServingOK, error)

GetAPIKeyModelIDServing checks model is serving

func (*Client) GetAPIKeyModelIDTaskCost

func (a *Client) GetAPIKeyModelIDTaskCost(params *GetAPIKeyModelIDTaskCostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelIDTaskCostOK, error)

GetAPIKeyModelIDTaskCost gets cost to compute task by model api key

func (*Client) GetAPIKeyModelOrganizationOrg

func (a *Client) GetAPIKeyModelOrganizationOrg(params *GetAPIKeyModelOrganizationOrgParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelOrganizationOrgOK, error)

GetAPIKeyModelOrganizationOrg gets list model by org username by Api key

sort is one of name, created, modified

func (*Client) GetAPIKeyModelUsernameName

func (a *Client) GetAPIKeyModelUsernameName(params *GetAPIKeyModelUsernameNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelUsernameNameOK, error)

GetAPIKeyModelUsernameName gets model by name by Api key

func (*Client) GetAPIKeyModelVerifySupportPlatforms

func (a *Client) GetAPIKeyModelVerifySupportPlatforms(params *GetAPIKeyModelVerifySupportPlatformsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelVerifySupportPlatformsOK, error)

GetAPIKeyModelVerifySupportPlatforms gets list platforms support by Api key

func (*Client) PostAPIKeyModel

func (a *Client) PostAPIKeyModel(params *PostAPIKeyModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyModelOK, error)

PostAPIKeyModel creates model by Api key

func (*Client) PostAPIKeyModelIDAPIKey

func (a *Client) PostAPIKeyModelIDAPIKey(params *PostAPIKeyModelIDAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyModelIDAPIKeyOK, error)

PostAPIKeyModelIDAPIKey creates model Api key by Api key

func (*Client) PostAPIKeyModelIDStatistics

func (a *Client) PostAPIKeyModelIDStatistics(params *PostAPIKeyModelIDStatisticsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyModelIDStatisticsOK, error)

PostAPIKeyModelIDStatistics gets model statistics

func (*Client) PostAPIKeyModelList

func (a *Client) PostAPIKeyModelList(params *PostAPIKeyModelListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyModelListOK, error)

PostAPIKeyModelList gets model list by Api key

filter is one of author, community, official, permission, verified

func (*Client) PostAPIKeyModelListByAuthorUsername

func (a *Client) PostAPIKeyModelListByAuthorUsername(params *PostAPIKeyModelListByAuthorUsernameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyModelListByAuthorUsernameOK, error)

PostAPIKeyModelListByAuthorUsername gets model list by user by Api key

func (*Client) PostAPIKeyModelMatchingTags

func (a *Client) PostAPIKeyModelMatchingTags(params *PostAPIKeyModelMatchingTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyModelMatchingTagsOK, error)

PostAPIKeyModelMatchingTags matchings models tags by Api key

tag_type is one of tasks, licenses, libraries, languages, all

func (*Client) PutAPIKeyModelID

func (a *Client) PutAPIKeyModelID(params *PutAPIKeyModelIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutAPIKeyModelIDOK, error)

PutAPIKeyModelID updates model by Api key

func (*Client) PutAPIKeyModelIDMetadata

func (a *Client) PutAPIKeyModelIDMetadata(params *PutAPIKeyModelIDMetadataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutAPIKeyModelIDMetadataOK, error)

PutAPIKeyModelIDMetadata updates model metadata 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 {
	DeleteAPIKeyModelID(params *DeleteAPIKeyModelIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAPIKeyModelIDOK, error)

	GetAPIKeyModelID(params *GetAPIKeyModelIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelIDOK, error)

	GetAPIKeyModelIDAPIKey(params *GetAPIKeyModelIDAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelIDAPIKeyOK, error)

	GetAPIKeyModelIDDownload(params *GetAPIKeyModelIDDownloadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelIDDownloadOK, error)

	GetAPIKeyModelIDInfo(params *GetAPIKeyModelIDInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelIDInfoOK, error)

	GetAPIKeyModelIDLike(params *GetAPIKeyModelIDLikeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelIDLikeOK, error)

	GetAPIKeyModelIDServing(params *GetAPIKeyModelIDServingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelIDServingOK, error)

	GetAPIKeyModelIDTaskCost(params *GetAPIKeyModelIDTaskCostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelIDTaskCostOK, error)

	GetAPIKeyModelOrganizationOrg(params *GetAPIKeyModelOrganizationOrgParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelOrganizationOrgOK, error)

	GetAPIKeyModelUsernameName(params *GetAPIKeyModelUsernameNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelUsernameNameOK, error)

	GetAPIKeyModelVerifySupportPlatforms(params *GetAPIKeyModelVerifySupportPlatformsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyModelVerifySupportPlatformsOK, error)

	PostAPIKeyModel(params *PostAPIKeyModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyModelOK, error)

	PostAPIKeyModelIDAPIKey(params *PostAPIKeyModelIDAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyModelIDAPIKeyOK, error)

	PostAPIKeyModelIDStatistics(params *PostAPIKeyModelIDStatisticsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyModelIDStatisticsOK, error)

	PostAPIKeyModelList(params *PostAPIKeyModelListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyModelListOK, error)

	PostAPIKeyModelListByAuthorUsername(params *PostAPIKeyModelListByAuthorUsernameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyModelListByAuthorUsernameOK, error)

	PostAPIKeyModelMatchingTags(params *PostAPIKeyModelMatchingTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyModelMatchingTagsOK, error)

	PutAPIKeyModelID(params *PutAPIKeyModelIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutAPIKeyModelIDOK, error)

	PutAPIKeyModelIDMetadata(params *PutAPIKeyModelIDMetadataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutAPIKeyModelIDMetadataOK, 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 model API client.

func NewClientWithBasicAuth

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

New creates a new api key model 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 model 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 DeleteAPIKeyModelIDBadRequest

type DeleteAPIKeyModelIDBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewDeleteAPIKeyModelIDBadRequest

func NewDeleteAPIKeyModelIDBadRequest() *DeleteAPIKeyModelIDBadRequest

NewDeleteAPIKeyModelIDBadRequest creates a DeleteAPIKeyModelIDBadRequest with default headers values

func (*DeleteAPIKeyModelIDBadRequest) Code

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

func (*DeleteAPIKeyModelIDBadRequest) Error

func (*DeleteAPIKeyModelIDBadRequest) GetPayload

func (*DeleteAPIKeyModelIDBadRequest) IsClientError

func (o *DeleteAPIKeyModelIDBadRequest) IsClientError() bool

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

func (*DeleteAPIKeyModelIDBadRequest) IsCode

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

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

func (*DeleteAPIKeyModelIDBadRequest) IsRedirect

func (o *DeleteAPIKeyModelIDBadRequest) IsRedirect() bool

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

func (*DeleteAPIKeyModelIDBadRequest) IsServerError

func (o *DeleteAPIKeyModelIDBadRequest) IsServerError() bool

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

func (*DeleteAPIKeyModelIDBadRequest) IsSuccess

func (o *DeleteAPIKeyModelIDBadRequest) IsSuccess() bool

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

func (*DeleteAPIKeyModelIDBadRequest) String

type DeleteAPIKeyModelIDInternalServerError

type DeleteAPIKeyModelIDInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewDeleteAPIKeyModelIDInternalServerError

func NewDeleteAPIKeyModelIDInternalServerError() *DeleteAPIKeyModelIDInternalServerError

NewDeleteAPIKeyModelIDInternalServerError creates a DeleteAPIKeyModelIDInternalServerError with default headers values

func (*DeleteAPIKeyModelIDInternalServerError) Code

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

func (*DeleteAPIKeyModelIDInternalServerError) Error

func (*DeleteAPIKeyModelIDInternalServerError) GetPayload

func (*DeleteAPIKeyModelIDInternalServerError) IsClientError

func (o *DeleteAPIKeyModelIDInternalServerError) IsClientError() bool

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

func (*DeleteAPIKeyModelIDInternalServerError) IsCode

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

func (*DeleteAPIKeyModelIDInternalServerError) IsRedirect

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

func (*DeleteAPIKeyModelIDInternalServerError) IsServerError

func (o *DeleteAPIKeyModelIDInternalServerError) IsServerError() bool

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

func (*DeleteAPIKeyModelIDInternalServerError) IsSuccess

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

func (*DeleteAPIKeyModelIDInternalServerError) String

type DeleteAPIKeyModelIDOK

type DeleteAPIKeyModelIDOK struct {
	Payload *models.ResponseSuccessResponse
}

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

OK

func NewDeleteAPIKeyModelIDOK

func NewDeleteAPIKeyModelIDOK() *DeleteAPIKeyModelIDOK

NewDeleteAPIKeyModelIDOK creates a DeleteAPIKeyModelIDOK with default headers values

func (*DeleteAPIKeyModelIDOK) Code

func (o *DeleteAPIKeyModelIDOK) Code() int

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

func (*DeleteAPIKeyModelIDOK) Error

func (o *DeleteAPIKeyModelIDOK) Error() string

func (*DeleteAPIKeyModelIDOK) GetPayload

func (*DeleteAPIKeyModelIDOK) IsClientError

func (o *DeleteAPIKeyModelIDOK) IsClientError() bool

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

func (*DeleteAPIKeyModelIDOK) IsCode

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

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

func (*DeleteAPIKeyModelIDOK) IsRedirect

func (o *DeleteAPIKeyModelIDOK) IsRedirect() bool

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

func (*DeleteAPIKeyModelIDOK) IsServerError

func (o *DeleteAPIKeyModelIDOK) IsServerError() bool

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

func (*DeleteAPIKeyModelIDOK) IsSuccess

func (o *DeleteAPIKeyModelIDOK) IsSuccess() bool

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

func (*DeleteAPIKeyModelIDOK) String

func (o *DeleteAPIKeyModelIDOK) String() string

type DeleteAPIKeyModelIDParams

type DeleteAPIKeyModelIDParams struct {

	/* ID.

	   Model's id
	*/
	ID string

	/* Input.

	   Delete Model Request
	*/
	Input *models.RequestDeleteModelRequest

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

DeleteAPIKeyModelIDParams contains all the parameters to send to the API endpoint

for the delete API key model ID operation.

Typically these are written to a http.Request.

func NewDeleteAPIKeyModelIDParams

func NewDeleteAPIKeyModelIDParams() *DeleteAPIKeyModelIDParams

NewDeleteAPIKeyModelIDParams creates a new DeleteAPIKeyModelIDParams 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 NewDeleteAPIKeyModelIDParamsWithContext

func NewDeleteAPIKeyModelIDParamsWithContext(ctx context.Context) *DeleteAPIKeyModelIDParams

NewDeleteAPIKeyModelIDParamsWithContext creates a new DeleteAPIKeyModelIDParams object with the ability to set a context for a request.

func NewDeleteAPIKeyModelIDParamsWithHTTPClient

func NewDeleteAPIKeyModelIDParamsWithHTTPClient(client *http.Client) *DeleteAPIKeyModelIDParams

NewDeleteAPIKeyModelIDParamsWithHTTPClient creates a new DeleteAPIKeyModelIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAPIKeyModelIDParamsWithTimeout

func NewDeleteAPIKeyModelIDParamsWithTimeout(timeout time.Duration) *DeleteAPIKeyModelIDParams

NewDeleteAPIKeyModelIDParamsWithTimeout creates a new DeleteAPIKeyModelIDParams object with the ability to set a timeout on a request.

func (*DeleteAPIKeyModelIDParams) SetContext

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

SetContext adds the context to the delete API key model ID params

func (*DeleteAPIKeyModelIDParams) SetDefaults

func (o *DeleteAPIKeyModelIDParams) SetDefaults()

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

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

func (*DeleteAPIKeyModelIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete API key model ID params

func (*DeleteAPIKeyModelIDParams) SetID

func (o *DeleteAPIKeyModelIDParams) SetID(id string)

SetID adds the id to the delete API key model ID params

func (*DeleteAPIKeyModelIDParams) SetInput

SetInput adds the input to the delete API key model ID params

func (*DeleteAPIKeyModelIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete API key model ID params

func (*DeleteAPIKeyModelIDParams) WithContext

WithContext adds the context to the delete API key model ID params

func (*DeleteAPIKeyModelIDParams) WithDefaults

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

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

func (*DeleteAPIKeyModelIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete API key model ID params

func (*DeleteAPIKeyModelIDParams) WithID

WithID adds the id to the delete API key model ID params

func (*DeleteAPIKeyModelIDParams) WithInput

WithInput adds the input to the delete API key model ID params

func (*DeleteAPIKeyModelIDParams) WithTimeout

WithTimeout adds the timeout to the delete API key model ID params

func (*DeleteAPIKeyModelIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAPIKeyModelIDReader

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

DeleteAPIKeyModelIDReader is a Reader for the DeleteAPIKeyModelID structure.

func (*DeleteAPIKeyModelIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIKeyModelIDAPIKeyBadRequest

type GetAPIKeyModelIDAPIKeyBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyModelIDAPIKeyBadRequest

func NewGetAPIKeyModelIDAPIKeyBadRequest() *GetAPIKeyModelIDAPIKeyBadRequest

NewGetAPIKeyModelIDAPIKeyBadRequest creates a GetAPIKeyModelIDAPIKeyBadRequest with default headers values

func (*GetAPIKeyModelIDAPIKeyBadRequest) Code

Code gets the status code for the get Api key model Id Api key bad request response

func (*GetAPIKeyModelIDAPIKeyBadRequest) Error

func (*GetAPIKeyModelIDAPIKeyBadRequest) GetPayload

func (*GetAPIKeyModelIDAPIKeyBadRequest) IsClientError

func (o *GetAPIKeyModelIDAPIKeyBadRequest) IsClientError() bool

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

func (*GetAPIKeyModelIDAPIKeyBadRequest) IsCode

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

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

func (*GetAPIKeyModelIDAPIKeyBadRequest) IsRedirect

func (o *GetAPIKeyModelIDAPIKeyBadRequest) IsRedirect() bool

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

func (*GetAPIKeyModelIDAPIKeyBadRequest) IsServerError

func (o *GetAPIKeyModelIDAPIKeyBadRequest) IsServerError() bool

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

func (*GetAPIKeyModelIDAPIKeyBadRequest) IsSuccess

func (o *GetAPIKeyModelIDAPIKeyBadRequest) IsSuccess() bool

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

func (*GetAPIKeyModelIDAPIKeyBadRequest) String

type GetAPIKeyModelIDAPIKeyInternalServerError

type GetAPIKeyModelIDAPIKeyInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyModelIDAPIKeyInternalServerError

func NewGetAPIKeyModelIDAPIKeyInternalServerError() *GetAPIKeyModelIDAPIKeyInternalServerError

NewGetAPIKeyModelIDAPIKeyInternalServerError creates a GetAPIKeyModelIDAPIKeyInternalServerError with default headers values

func (*GetAPIKeyModelIDAPIKeyInternalServerError) Code

Code gets the status code for the get Api key model Id Api key internal server error response

func (*GetAPIKeyModelIDAPIKeyInternalServerError) Error

func (*GetAPIKeyModelIDAPIKeyInternalServerError) GetPayload

func (*GetAPIKeyModelIDAPIKeyInternalServerError) IsClientError

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

func (*GetAPIKeyModelIDAPIKeyInternalServerError) IsCode

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

func (*GetAPIKeyModelIDAPIKeyInternalServerError) IsRedirect

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

func (*GetAPIKeyModelIDAPIKeyInternalServerError) IsServerError

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

func (*GetAPIKeyModelIDAPIKeyInternalServerError) IsSuccess

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

func (*GetAPIKeyModelIDAPIKeyInternalServerError) String

type GetAPIKeyModelIDAPIKeyOK

type GetAPIKeyModelIDAPIKeyOK struct {
	Payload *models.ResponseListAPIKeyResponse
}

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

OK

func NewGetAPIKeyModelIDAPIKeyOK

func NewGetAPIKeyModelIDAPIKeyOK() *GetAPIKeyModelIDAPIKeyOK

NewGetAPIKeyModelIDAPIKeyOK creates a GetAPIKeyModelIDAPIKeyOK with default headers values

func (*GetAPIKeyModelIDAPIKeyOK) Code

func (o *GetAPIKeyModelIDAPIKeyOK) Code() int

Code gets the status code for the get Api key model Id Api key o k response

func (*GetAPIKeyModelIDAPIKeyOK) Error

func (o *GetAPIKeyModelIDAPIKeyOK) Error() string

func (*GetAPIKeyModelIDAPIKeyOK) GetPayload

func (*GetAPIKeyModelIDAPIKeyOK) IsClientError

func (o *GetAPIKeyModelIDAPIKeyOK) IsClientError() bool

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

func (*GetAPIKeyModelIDAPIKeyOK) IsCode

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

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

func (*GetAPIKeyModelIDAPIKeyOK) IsRedirect

func (o *GetAPIKeyModelIDAPIKeyOK) IsRedirect() bool

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

func (*GetAPIKeyModelIDAPIKeyOK) IsServerError

func (o *GetAPIKeyModelIDAPIKeyOK) IsServerError() bool

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

func (*GetAPIKeyModelIDAPIKeyOK) IsSuccess

func (o *GetAPIKeyModelIDAPIKeyOK) IsSuccess() bool

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

func (*GetAPIKeyModelIDAPIKeyOK) String

func (o *GetAPIKeyModelIDAPIKeyOK) String() string

type GetAPIKeyModelIDAPIKeyParams

type GetAPIKeyModelIDAPIKeyParams struct {

	/* ID.

	   Model's id
	*/
	ID string

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

	// Offset.
	Offset *int64

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

GetAPIKeyModelIDAPIKeyParams contains all the parameters to send to the API endpoint

for the get API key model ID API key operation.

Typically these are written to a http.Request.

func NewGetAPIKeyModelIDAPIKeyParams

func NewGetAPIKeyModelIDAPIKeyParams() *GetAPIKeyModelIDAPIKeyParams

NewGetAPIKeyModelIDAPIKeyParams creates a new GetAPIKeyModelIDAPIKeyParams 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 NewGetAPIKeyModelIDAPIKeyParamsWithContext

func NewGetAPIKeyModelIDAPIKeyParamsWithContext(ctx context.Context) *GetAPIKeyModelIDAPIKeyParams

NewGetAPIKeyModelIDAPIKeyParamsWithContext creates a new GetAPIKeyModelIDAPIKeyParams object with the ability to set a context for a request.

func NewGetAPIKeyModelIDAPIKeyParamsWithHTTPClient

func NewGetAPIKeyModelIDAPIKeyParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelIDAPIKeyParams

NewGetAPIKeyModelIDAPIKeyParamsWithHTTPClient creates a new GetAPIKeyModelIDAPIKeyParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyModelIDAPIKeyParamsWithTimeout

func NewGetAPIKeyModelIDAPIKeyParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelIDAPIKeyParams

NewGetAPIKeyModelIDAPIKeyParamsWithTimeout creates a new GetAPIKeyModelIDAPIKeyParams object with the ability to set a timeout on a request.

func (*GetAPIKeyModelIDAPIKeyParams) SetContext

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

SetContext adds the context to the get API key model ID API key params

func (*GetAPIKeyModelIDAPIKeyParams) SetDefaults

func (o *GetAPIKeyModelIDAPIKeyParams) SetDefaults()

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

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

func (*GetAPIKeyModelIDAPIKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key model ID API key params

func (*GetAPIKeyModelIDAPIKeyParams) SetID

func (o *GetAPIKeyModelIDAPIKeyParams) SetID(id string)

SetID adds the id to the get API key model ID API key params

func (*GetAPIKeyModelIDAPIKeyParams) SetLimit

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

SetLimit adds the limit to the get API key model ID API key params

func (*GetAPIKeyModelIDAPIKeyParams) SetOffset

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

SetOffset adds the offset to the get API key model ID API key params

func (*GetAPIKeyModelIDAPIKeyParams) SetTimeout

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

SetTimeout adds the timeout to the get API key model ID API key params

func (*GetAPIKeyModelIDAPIKeyParams) WithContext

WithContext adds the context to the get API key model ID API key params

func (*GetAPIKeyModelIDAPIKeyParams) WithDefaults

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

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

func (*GetAPIKeyModelIDAPIKeyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API key model ID API key params

func (*GetAPIKeyModelIDAPIKeyParams) WithID

WithID adds the id to the get API key model ID API key params

func (*GetAPIKeyModelIDAPIKeyParams) WithLimit

WithLimit adds the limit to the get API key model ID API key params

func (*GetAPIKeyModelIDAPIKeyParams) WithOffset

WithOffset adds the offset to the get API key model ID API key params

func (*GetAPIKeyModelIDAPIKeyParams) WithTimeout

WithTimeout adds the timeout to the get API key model ID API key params

func (*GetAPIKeyModelIDAPIKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyModelIDAPIKeyReader

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

GetAPIKeyModelIDAPIKeyReader is a Reader for the GetAPIKeyModelIDAPIKey structure.

func (*GetAPIKeyModelIDAPIKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIKeyModelIDBadRequest

type GetAPIKeyModelIDBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyModelIDBadRequest

func NewGetAPIKeyModelIDBadRequest() *GetAPIKeyModelIDBadRequest

NewGetAPIKeyModelIDBadRequest creates a GetAPIKeyModelIDBadRequest with default headers values

func (*GetAPIKeyModelIDBadRequest) Code

func (o *GetAPIKeyModelIDBadRequest) Code() int

Code gets the status code for the get Api key model Id bad request response

func (*GetAPIKeyModelIDBadRequest) Error

func (*GetAPIKeyModelIDBadRequest) GetPayload

func (*GetAPIKeyModelIDBadRequest) IsClientError

func (o *GetAPIKeyModelIDBadRequest) IsClientError() bool

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

func (*GetAPIKeyModelIDBadRequest) IsCode

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

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

func (*GetAPIKeyModelIDBadRequest) IsRedirect

func (o *GetAPIKeyModelIDBadRequest) IsRedirect() bool

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

func (*GetAPIKeyModelIDBadRequest) IsServerError

func (o *GetAPIKeyModelIDBadRequest) IsServerError() bool

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

func (*GetAPIKeyModelIDBadRequest) IsSuccess

func (o *GetAPIKeyModelIDBadRequest) IsSuccess() bool

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

func (*GetAPIKeyModelIDBadRequest) String

func (o *GetAPIKeyModelIDBadRequest) String() string

type GetAPIKeyModelIDDownloadBadRequest

type GetAPIKeyModelIDDownloadBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyModelIDDownloadBadRequest

func NewGetAPIKeyModelIDDownloadBadRequest() *GetAPIKeyModelIDDownloadBadRequest

NewGetAPIKeyModelIDDownloadBadRequest creates a GetAPIKeyModelIDDownloadBadRequest with default headers values

func (*GetAPIKeyModelIDDownloadBadRequest) Code

Code gets the status code for the get Api key model Id download bad request response

func (*GetAPIKeyModelIDDownloadBadRequest) Error

func (*GetAPIKeyModelIDDownloadBadRequest) GetPayload

func (*GetAPIKeyModelIDDownloadBadRequest) IsClientError

func (o *GetAPIKeyModelIDDownloadBadRequest) IsClientError() bool

IsClientError returns true when this get Api key model Id download bad request response has a 4xx status code

func (*GetAPIKeyModelIDDownloadBadRequest) IsCode

IsCode returns true when this get Api key model Id download bad request response a status code equal to that given

func (*GetAPIKeyModelIDDownloadBadRequest) IsRedirect

func (o *GetAPIKeyModelIDDownloadBadRequest) IsRedirect() bool

IsRedirect returns true when this get Api key model Id download bad request response has a 3xx status code

func (*GetAPIKeyModelIDDownloadBadRequest) IsServerError

func (o *GetAPIKeyModelIDDownloadBadRequest) IsServerError() bool

IsServerError returns true when this get Api key model Id download bad request response has a 5xx status code

func (*GetAPIKeyModelIDDownloadBadRequest) IsSuccess

IsSuccess returns true when this get Api key model Id download bad request response has a 2xx status code

func (*GetAPIKeyModelIDDownloadBadRequest) String

type GetAPIKeyModelIDDownloadInternalServerError

type GetAPIKeyModelIDDownloadInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyModelIDDownloadInternalServerError

func NewGetAPIKeyModelIDDownloadInternalServerError() *GetAPIKeyModelIDDownloadInternalServerError

NewGetAPIKeyModelIDDownloadInternalServerError creates a GetAPIKeyModelIDDownloadInternalServerError with default headers values

func (*GetAPIKeyModelIDDownloadInternalServerError) Code

Code gets the status code for the get Api key model Id download internal server error response

func (*GetAPIKeyModelIDDownloadInternalServerError) Error

func (*GetAPIKeyModelIDDownloadInternalServerError) GetPayload

func (*GetAPIKeyModelIDDownloadInternalServerError) IsClientError

IsClientError returns true when this get Api key model Id download internal server error response has a 4xx status code

func (*GetAPIKeyModelIDDownloadInternalServerError) IsCode

IsCode returns true when this get Api key model Id download internal server error response a status code equal to that given

func (*GetAPIKeyModelIDDownloadInternalServerError) IsRedirect

IsRedirect returns true when this get Api key model Id download internal server error response has a 3xx status code

func (*GetAPIKeyModelIDDownloadInternalServerError) IsServerError

IsServerError returns true when this get Api key model Id download internal server error response has a 5xx status code

func (*GetAPIKeyModelIDDownloadInternalServerError) IsSuccess

IsSuccess returns true when this get Api key model Id download internal server error response has a 2xx status code

func (*GetAPIKeyModelIDDownloadInternalServerError) String

type GetAPIKeyModelIDDownloadOK

type GetAPIKeyModelIDDownloadOK struct {
	Payload *models.ResponseDownloadModelListResponse
}

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

OK

func NewGetAPIKeyModelIDDownloadOK

func NewGetAPIKeyModelIDDownloadOK() *GetAPIKeyModelIDDownloadOK

NewGetAPIKeyModelIDDownloadOK creates a GetAPIKeyModelIDDownloadOK with default headers values

func (*GetAPIKeyModelIDDownloadOK) Code

func (o *GetAPIKeyModelIDDownloadOK) Code() int

Code gets the status code for the get Api key model Id download o k response

func (*GetAPIKeyModelIDDownloadOK) Error

func (*GetAPIKeyModelIDDownloadOK) GetPayload

func (*GetAPIKeyModelIDDownloadOK) IsClientError

func (o *GetAPIKeyModelIDDownloadOK) IsClientError() bool

IsClientError returns true when this get Api key model Id download o k response has a 4xx status code

func (*GetAPIKeyModelIDDownloadOK) IsCode

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

IsCode returns true when this get Api key model Id download o k response a status code equal to that given

func (*GetAPIKeyModelIDDownloadOK) IsRedirect

func (o *GetAPIKeyModelIDDownloadOK) IsRedirect() bool

IsRedirect returns true when this get Api key model Id download o k response has a 3xx status code

func (*GetAPIKeyModelIDDownloadOK) IsServerError

func (o *GetAPIKeyModelIDDownloadOK) IsServerError() bool

IsServerError returns true when this get Api key model Id download o k response has a 5xx status code

func (*GetAPIKeyModelIDDownloadOK) IsSuccess

func (o *GetAPIKeyModelIDDownloadOK) IsSuccess() bool

IsSuccess returns true when this get Api key model Id download o k response has a 2xx status code

func (*GetAPIKeyModelIDDownloadOK) String

func (o *GetAPIKeyModelIDDownloadOK) String() string

type GetAPIKeyModelIDDownloadParams

type GetAPIKeyModelIDDownloadParams struct {

	/* ID.

	   Model's id
	*/
	ID string

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

	// Offset.
	Offset *int64

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

GetAPIKeyModelIDDownloadParams contains all the parameters to send to the API endpoint

for the get API key model ID download operation.

Typically these are written to a http.Request.

func NewGetAPIKeyModelIDDownloadParams

func NewGetAPIKeyModelIDDownloadParams() *GetAPIKeyModelIDDownloadParams

NewGetAPIKeyModelIDDownloadParams creates a new GetAPIKeyModelIDDownloadParams 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 NewGetAPIKeyModelIDDownloadParamsWithContext

func NewGetAPIKeyModelIDDownloadParamsWithContext(ctx context.Context) *GetAPIKeyModelIDDownloadParams

NewGetAPIKeyModelIDDownloadParamsWithContext creates a new GetAPIKeyModelIDDownloadParams object with the ability to set a context for a request.

func NewGetAPIKeyModelIDDownloadParamsWithHTTPClient

func NewGetAPIKeyModelIDDownloadParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelIDDownloadParams

NewGetAPIKeyModelIDDownloadParamsWithHTTPClient creates a new GetAPIKeyModelIDDownloadParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyModelIDDownloadParamsWithTimeout

func NewGetAPIKeyModelIDDownloadParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelIDDownloadParams

NewGetAPIKeyModelIDDownloadParamsWithTimeout creates a new GetAPIKeyModelIDDownloadParams object with the ability to set a timeout on a request.

func (*GetAPIKeyModelIDDownloadParams) SetContext

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

SetContext adds the context to the get API key model ID download params

func (*GetAPIKeyModelIDDownloadParams) SetDefaults

func (o *GetAPIKeyModelIDDownloadParams) SetDefaults()

SetDefaults hydrates default values in the get API key model ID download params (not the query body).

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

func (*GetAPIKeyModelIDDownloadParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key model ID download params

func (*GetAPIKeyModelIDDownloadParams) SetID

SetID adds the id to the get API key model ID download params

func (*GetAPIKeyModelIDDownloadParams) SetLimit

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

SetLimit adds the limit to the get API key model ID download params

func (*GetAPIKeyModelIDDownloadParams) SetOffset

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

SetOffset adds the offset to the get API key model ID download params

func (*GetAPIKeyModelIDDownloadParams) SetTimeout

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

SetTimeout adds the timeout to the get API key model ID download params

func (*GetAPIKeyModelIDDownloadParams) WithContext

WithContext adds the context to the get API key model ID download params

func (*GetAPIKeyModelIDDownloadParams) WithDefaults

WithDefaults hydrates default values in the get API key model ID download params (not the query body).

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

func (*GetAPIKeyModelIDDownloadParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API key model ID download params

func (*GetAPIKeyModelIDDownloadParams) WithID

WithID adds the id to the get API key model ID download params

func (*GetAPIKeyModelIDDownloadParams) WithLimit

WithLimit adds the limit to the get API key model ID download params

func (*GetAPIKeyModelIDDownloadParams) WithOffset

WithOffset adds the offset to the get API key model ID download params

func (*GetAPIKeyModelIDDownloadParams) WithTimeout

WithTimeout adds the timeout to the get API key model ID download params

func (*GetAPIKeyModelIDDownloadParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyModelIDDownloadReader

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

GetAPIKeyModelIDDownloadReader is a Reader for the GetAPIKeyModelIDDownload structure.

func (*GetAPIKeyModelIDDownloadReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIKeyModelIDInfoBadRequest

type GetAPIKeyModelIDInfoBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyModelIDInfoBadRequest

func NewGetAPIKeyModelIDInfoBadRequest() *GetAPIKeyModelIDInfoBadRequest

NewGetAPIKeyModelIDInfoBadRequest creates a GetAPIKeyModelIDInfoBadRequest with default headers values

func (*GetAPIKeyModelIDInfoBadRequest) Code

Code gets the status code for the get Api key model Id info bad request response

func (*GetAPIKeyModelIDInfoBadRequest) Error

func (*GetAPIKeyModelIDInfoBadRequest) GetPayload

func (*GetAPIKeyModelIDInfoBadRequest) IsClientError

func (o *GetAPIKeyModelIDInfoBadRequest) IsClientError() bool

IsClientError returns true when this get Api key model Id info bad request response has a 4xx status code

func (*GetAPIKeyModelIDInfoBadRequest) IsCode

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

IsCode returns true when this get Api key model Id info bad request response a status code equal to that given

func (*GetAPIKeyModelIDInfoBadRequest) IsRedirect

func (o *GetAPIKeyModelIDInfoBadRequest) IsRedirect() bool

IsRedirect returns true when this get Api key model Id info bad request response has a 3xx status code

func (*GetAPIKeyModelIDInfoBadRequest) IsServerError

func (o *GetAPIKeyModelIDInfoBadRequest) IsServerError() bool

IsServerError returns true when this get Api key model Id info bad request response has a 5xx status code

func (*GetAPIKeyModelIDInfoBadRequest) IsSuccess

func (o *GetAPIKeyModelIDInfoBadRequest) IsSuccess() bool

IsSuccess returns true when this get Api key model Id info bad request response has a 2xx status code

func (*GetAPIKeyModelIDInfoBadRequest) String

type GetAPIKeyModelIDInfoInternalServerError

type GetAPIKeyModelIDInfoInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyModelIDInfoInternalServerError

func NewGetAPIKeyModelIDInfoInternalServerError() *GetAPIKeyModelIDInfoInternalServerError

NewGetAPIKeyModelIDInfoInternalServerError creates a GetAPIKeyModelIDInfoInternalServerError with default headers values

func (*GetAPIKeyModelIDInfoInternalServerError) Code

Code gets the status code for the get Api key model Id info internal server error response

func (*GetAPIKeyModelIDInfoInternalServerError) Error

func (*GetAPIKeyModelIDInfoInternalServerError) GetPayload

func (*GetAPIKeyModelIDInfoInternalServerError) IsClientError

func (o *GetAPIKeyModelIDInfoInternalServerError) IsClientError() bool

IsClientError returns true when this get Api key model Id info internal server error response has a 4xx status code

func (*GetAPIKeyModelIDInfoInternalServerError) IsCode

IsCode returns true when this get Api key model Id info internal server error response a status code equal to that given

func (*GetAPIKeyModelIDInfoInternalServerError) IsRedirect

IsRedirect returns true when this get Api key model Id info internal server error response has a 3xx status code

func (*GetAPIKeyModelIDInfoInternalServerError) IsServerError

func (o *GetAPIKeyModelIDInfoInternalServerError) IsServerError() bool

IsServerError returns true when this get Api key model Id info internal server error response has a 5xx status code

func (*GetAPIKeyModelIDInfoInternalServerError) IsSuccess

IsSuccess returns true when this get Api key model Id info internal server error response has a 2xx status code

func (*GetAPIKeyModelIDInfoInternalServerError) String

type GetAPIKeyModelIDInfoOK

type GetAPIKeyModelIDInfoOK struct {
	Payload *models.ResponseAPIKeyInfoResponse
}

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

OK

func NewGetAPIKeyModelIDInfoOK

func NewGetAPIKeyModelIDInfoOK() *GetAPIKeyModelIDInfoOK

NewGetAPIKeyModelIDInfoOK creates a GetAPIKeyModelIDInfoOK with default headers values

func (*GetAPIKeyModelIDInfoOK) Code

func (o *GetAPIKeyModelIDInfoOK) Code() int

Code gets the status code for the get Api key model Id info o k response

func (*GetAPIKeyModelIDInfoOK) Error

func (o *GetAPIKeyModelIDInfoOK) Error() string

func (*GetAPIKeyModelIDInfoOK) GetPayload

func (*GetAPIKeyModelIDInfoOK) IsClientError

func (o *GetAPIKeyModelIDInfoOK) IsClientError() bool

IsClientError returns true when this get Api key model Id info o k response has a 4xx status code

func (*GetAPIKeyModelIDInfoOK) IsCode

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

IsCode returns true when this get Api key model Id info o k response a status code equal to that given

func (*GetAPIKeyModelIDInfoOK) IsRedirect

func (o *GetAPIKeyModelIDInfoOK) IsRedirect() bool

IsRedirect returns true when this get Api key model Id info o k response has a 3xx status code

func (*GetAPIKeyModelIDInfoOK) IsServerError

func (o *GetAPIKeyModelIDInfoOK) IsServerError() bool

IsServerError returns true when this get Api key model Id info o k response has a 5xx status code

func (*GetAPIKeyModelIDInfoOK) IsSuccess

func (o *GetAPIKeyModelIDInfoOK) IsSuccess() bool

IsSuccess returns true when this get Api key model Id info o k response has a 2xx status code

func (*GetAPIKeyModelIDInfoOK) String

func (o *GetAPIKeyModelIDInfoOK) String() string

type GetAPIKeyModelIDInfoParams

type GetAPIKeyModelIDInfoParams struct {

	/* ID.

	   Model's id
	*/
	ID string

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

GetAPIKeyModelIDInfoParams contains all the parameters to send to the API endpoint

for the get API key model ID info operation.

Typically these are written to a http.Request.

func NewGetAPIKeyModelIDInfoParams

func NewGetAPIKeyModelIDInfoParams() *GetAPIKeyModelIDInfoParams

NewGetAPIKeyModelIDInfoParams creates a new GetAPIKeyModelIDInfoParams 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 NewGetAPIKeyModelIDInfoParamsWithContext

func NewGetAPIKeyModelIDInfoParamsWithContext(ctx context.Context) *GetAPIKeyModelIDInfoParams

NewGetAPIKeyModelIDInfoParamsWithContext creates a new GetAPIKeyModelIDInfoParams object with the ability to set a context for a request.

func NewGetAPIKeyModelIDInfoParamsWithHTTPClient

func NewGetAPIKeyModelIDInfoParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelIDInfoParams

NewGetAPIKeyModelIDInfoParamsWithHTTPClient creates a new GetAPIKeyModelIDInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyModelIDInfoParamsWithTimeout

func NewGetAPIKeyModelIDInfoParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelIDInfoParams

NewGetAPIKeyModelIDInfoParamsWithTimeout creates a new GetAPIKeyModelIDInfoParams object with the ability to set a timeout on a request.

func (*GetAPIKeyModelIDInfoParams) SetContext

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

SetContext adds the context to the get API key model ID info params

func (*GetAPIKeyModelIDInfoParams) SetDefaults

func (o *GetAPIKeyModelIDInfoParams) SetDefaults()

SetDefaults hydrates default values in the get API key model ID info params (not the query body).

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

func (*GetAPIKeyModelIDInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key model ID info params

func (*GetAPIKeyModelIDInfoParams) SetID

func (o *GetAPIKeyModelIDInfoParams) SetID(id string)

SetID adds the id to the get API key model ID info params

func (*GetAPIKeyModelIDInfoParams) SetTimeout

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

SetTimeout adds the timeout to the get API key model ID info params

func (*GetAPIKeyModelIDInfoParams) WithContext

WithContext adds the context to the get API key model ID info params

func (*GetAPIKeyModelIDInfoParams) WithDefaults

WithDefaults hydrates default values in the get API key model ID info params (not the query body).

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

func (*GetAPIKeyModelIDInfoParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API key model ID info params

func (*GetAPIKeyModelIDInfoParams) WithID

WithID adds the id to the get API key model ID info params

func (*GetAPIKeyModelIDInfoParams) WithTimeout

WithTimeout adds the timeout to the get API key model ID info params

func (*GetAPIKeyModelIDInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyModelIDInfoReader

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

GetAPIKeyModelIDInfoReader is a Reader for the GetAPIKeyModelIDInfo structure.

func (*GetAPIKeyModelIDInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIKeyModelIDInternalServerError

type GetAPIKeyModelIDInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyModelIDInternalServerError

func NewGetAPIKeyModelIDInternalServerError() *GetAPIKeyModelIDInternalServerError

NewGetAPIKeyModelIDInternalServerError creates a GetAPIKeyModelIDInternalServerError with default headers values

func (*GetAPIKeyModelIDInternalServerError) Code

Code gets the status code for the get Api key model Id internal server error response

func (*GetAPIKeyModelIDInternalServerError) Error

func (*GetAPIKeyModelIDInternalServerError) GetPayload

func (*GetAPIKeyModelIDInternalServerError) IsClientError

func (o *GetAPIKeyModelIDInternalServerError) IsClientError() bool

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

func (*GetAPIKeyModelIDInternalServerError) IsCode

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

func (*GetAPIKeyModelIDInternalServerError) IsRedirect

func (o *GetAPIKeyModelIDInternalServerError) IsRedirect() bool

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

func (*GetAPIKeyModelIDInternalServerError) IsServerError

func (o *GetAPIKeyModelIDInternalServerError) IsServerError() bool

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

func (*GetAPIKeyModelIDInternalServerError) IsSuccess

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

func (*GetAPIKeyModelIDInternalServerError) String

type GetAPIKeyModelIDLikeBadRequest

type GetAPIKeyModelIDLikeBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyModelIDLikeBadRequest

func NewGetAPIKeyModelIDLikeBadRequest() *GetAPIKeyModelIDLikeBadRequest

NewGetAPIKeyModelIDLikeBadRequest creates a GetAPIKeyModelIDLikeBadRequest with default headers values

func (*GetAPIKeyModelIDLikeBadRequest) Code

Code gets the status code for the get Api key model Id like bad request response

func (*GetAPIKeyModelIDLikeBadRequest) Error

func (*GetAPIKeyModelIDLikeBadRequest) GetPayload

func (*GetAPIKeyModelIDLikeBadRequest) IsClientError

func (o *GetAPIKeyModelIDLikeBadRequest) IsClientError() bool

IsClientError returns true when this get Api key model Id like bad request response has a 4xx status code

func (*GetAPIKeyModelIDLikeBadRequest) IsCode

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

IsCode returns true when this get Api key model Id like bad request response a status code equal to that given

func (*GetAPIKeyModelIDLikeBadRequest) IsRedirect

func (o *GetAPIKeyModelIDLikeBadRequest) IsRedirect() bool

IsRedirect returns true when this get Api key model Id like bad request response has a 3xx status code

func (*GetAPIKeyModelIDLikeBadRequest) IsServerError

func (o *GetAPIKeyModelIDLikeBadRequest) IsServerError() bool

IsServerError returns true when this get Api key model Id like bad request response has a 5xx status code

func (*GetAPIKeyModelIDLikeBadRequest) IsSuccess

func (o *GetAPIKeyModelIDLikeBadRequest) IsSuccess() bool

IsSuccess returns true when this get Api key model Id like bad request response has a 2xx status code

func (*GetAPIKeyModelIDLikeBadRequest) String

type GetAPIKeyModelIDLikeInternalServerError

type GetAPIKeyModelIDLikeInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyModelIDLikeInternalServerError

func NewGetAPIKeyModelIDLikeInternalServerError() *GetAPIKeyModelIDLikeInternalServerError

NewGetAPIKeyModelIDLikeInternalServerError creates a GetAPIKeyModelIDLikeInternalServerError with default headers values

func (*GetAPIKeyModelIDLikeInternalServerError) Code

Code gets the status code for the get Api key model Id like internal server error response

func (*GetAPIKeyModelIDLikeInternalServerError) Error

func (*GetAPIKeyModelIDLikeInternalServerError) GetPayload

func (*GetAPIKeyModelIDLikeInternalServerError) IsClientError

func (o *GetAPIKeyModelIDLikeInternalServerError) IsClientError() bool

IsClientError returns true when this get Api key model Id like internal server error response has a 4xx status code

func (*GetAPIKeyModelIDLikeInternalServerError) IsCode

IsCode returns true when this get Api key model Id like internal server error response a status code equal to that given

func (*GetAPIKeyModelIDLikeInternalServerError) IsRedirect

IsRedirect returns true when this get Api key model Id like internal server error response has a 3xx status code

func (*GetAPIKeyModelIDLikeInternalServerError) IsServerError

func (o *GetAPIKeyModelIDLikeInternalServerError) IsServerError() bool

IsServerError returns true when this get Api key model Id like internal server error response has a 5xx status code

func (*GetAPIKeyModelIDLikeInternalServerError) IsSuccess

IsSuccess returns true when this get Api key model Id like internal server error response has a 2xx status code

func (*GetAPIKeyModelIDLikeInternalServerError) String

type GetAPIKeyModelIDLikeOK

type GetAPIKeyModelIDLikeOK struct {
	Payload *models.ResponseLikeModelListResponse
}

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

OK

func NewGetAPIKeyModelIDLikeOK

func NewGetAPIKeyModelIDLikeOK() *GetAPIKeyModelIDLikeOK

NewGetAPIKeyModelIDLikeOK creates a GetAPIKeyModelIDLikeOK with default headers values

func (*GetAPIKeyModelIDLikeOK) Code

func (o *GetAPIKeyModelIDLikeOK) Code() int

Code gets the status code for the get Api key model Id like o k response

func (*GetAPIKeyModelIDLikeOK) Error

func (o *GetAPIKeyModelIDLikeOK) Error() string

func (*GetAPIKeyModelIDLikeOK) GetPayload

func (*GetAPIKeyModelIDLikeOK) IsClientError

func (o *GetAPIKeyModelIDLikeOK) IsClientError() bool

IsClientError returns true when this get Api key model Id like o k response has a 4xx status code

func (*GetAPIKeyModelIDLikeOK) IsCode

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

IsCode returns true when this get Api key model Id like o k response a status code equal to that given

func (*GetAPIKeyModelIDLikeOK) IsRedirect

func (o *GetAPIKeyModelIDLikeOK) IsRedirect() bool

IsRedirect returns true when this get Api key model Id like o k response has a 3xx status code

func (*GetAPIKeyModelIDLikeOK) IsServerError

func (o *GetAPIKeyModelIDLikeOK) IsServerError() bool

IsServerError returns true when this get Api key model Id like o k response has a 5xx status code

func (*GetAPIKeyModelIDLikeOK) IsSuccess

func (o *GetAPIKeyModelIDLikeOK) IsSuccess() bool

IsSuccess returns true when this get Api key model Id like o k response has a 2xx status code

func (*GetAPIKeyModelIDLikeOK) String

func (o *GetAPIKeyModelIDLikeOK) String() string

type GetAPIKeyModelIDLikeParams

type GetAPIKeyModelIDLikeParams struct {

	/* ID.

	   Model's id
	*/
	ID string

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

	// Offset.
	Offset *int64

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

GetAPIKeyModelIDLikeParams contains all the parameters to send to the API endpoint

for the get API key model ID like operation.

Typically these are written to a http.Request.

func NewGetAPIKeyModelIDLikeParams

func NewGetAPIKeyModelIDLikeParams() *GetAPIKeyModelIDLikeParams

NewGetAPIKeyModelIDLikeParams creates a new GetAPIKeyModelIDLikeParams 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 NewGetAPIKeyModelIDLikeParamsWithContext

func NewGetAPIKeyModelIDLikeParamsWithContext(ctx context.Context) *GetAPIKeyModelIDLikeParams

NewGetAPIKeyModelIDLikeParamsWithContext creates a new GetAPIKeyModelIDLikeParams object with the ability to set a context for a request.

func NewGetAPIKeyModelIDLikeParamsWithHTTPClient

func NewGetAPIKeyModelIDLikeParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelIDLikeParams

NewGetAPIKeyModelIDLikeParamsWithHTTPClient creates a new GetAPIKeyModelIDLikeParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyModelIDLikeParamsWithTimeout

func NewGetAPIKeyModelIDLikeParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelIDLikeParams

NewGetAPIKeyModelIDLikeParamsWithTimeout creates a new GetAPIKeyModelIDLikeParams object with the ability to set a timeout on a request.

func (*GetAPIKeyModelIDLikeParams) SetContext

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

SetContext adds the context to the get API key model ID like params

func (*GetAPIKeyModelIDLikeParams) SetDefaults

func (o *GetAPIKeyModelIDLikeParams) SetDefaults()

SetDefaults hydrates default values in the get API key model ID like params (not the query body).

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

func (*GetAPIKeyModelIDLikeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key model ID like params

func (*GetAPIKeyModelIDLikeParams) SetID

func (o *GetAPIKeyModelIDLikeParams) SetID(id string)

SetID adds the id to the get API key model ID like params

func (*GetAPIKeyModelIDLikeParams) SetLimit

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

SetLimit adds the limit to the get API key model ID like params

func (*GetAPIKeyModelIDLikeParams) SetOffset

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

SetOffset adds the offset to the get API key model ID like params

func (*GetAPIKeyModelIDLikeParams) SetTimeout

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

SetTimeout adds the timeout to the get API key model ID like params

func (*GetAPIKeyModelIDLikeParams) WithContext

WithContext adds the context to the get API key model ID like params

func (*GetAPIKeyModelIDLikeParams) WithDefaults

WithDefaults hydrates default values in the get API key model ID like params (not the query body).

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

func (*GetAPIKeyModelIDLikeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API key model ID like params

func (*GetAPIKeyModelIDLikeParams) WithID

WithID adds the id to the get API key model ID like params

func (*GetAPIKeyModelIDLikeParams) WithLimit

WithLimit adds the limit to the get API key model ID like params

func (*GetAPIKeyModelIDLikeParams) WithOffset

WithOffset adds the offset to the get API key model ID like params

func (*GetAPIKeyModelIDLikeParams) WithTimeout

WithTimeout adds the timeout to the get API key model ID like params

func (*GetAPIKeyModelIDLikeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyModelIDLikeReader

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

GetAPIKeyModelIDLikeReader is a Reader for the GetAPIKeyModelIDLike structure.

func (*GetAPIKeyModelIDLikeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIKeyModelIDOK

type GetAPIKeyModelIDOK struct {
	Payload *models.ResponseModelResponse
}

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

OK

func NewGetAPIKeyModelIDOK

func NewGetAPIKeyModelIDOK() *GetAPIKeyModelIDOK

NewGetAPIKeyModelIDOK creates a GetAPIKeyModelIDOK with default headers values

func (*GetAPIKeyModelIDOK) Code

func (o *GetAPIKeyModelIDOK) Code() int

Code gets the status code for the get Api key model Id o k response

func (*GetAPIKeyModelIDOK) Error

func (o *GetAPIKeyModelIDOK) Error() string

func (*GetAPIKeyModelIDOK) GetPayload

func (*GetAPIKeyModelIDOK) IsClientError

func (o *GetAPIKeyModelIDOK) IsClientError() bool

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

func (*GetAPIKeyModelIDOK) IsCode

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

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

func (*GetAPIKeyModelIDOK) IsRedirect

func (o *GetAPIKeyModelIDOK) IsRedirect() bool

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

func (*GetAPIKeyModelIDOK) IsServerError

func (o *GetAPIKeyModelIDOK) IsServerError() bool

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

func (*GetAPIKeyModelIDOK) IsSuccess

func (o *GetAPIKeyModelIDOK) IsSuccess() bool

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

func (*GetAPIKeyModelIDOK) String

func (o *GetAPIKeyModelIDOK) String() string

type GetAPIKeyModelIDParams

type GetAPIKeyModelIDParams struct {

	/* ID.

	   Model's id
	*/
	ID string

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

GetAPIKeyModelIDParams contains all the parameters to send to the API endpoint

for the get API key model ID operation.

Typically these are written to a http.Request.

func NewGetAPIKeyModelIDParams

func NewGetAPIKeyModelIDParams() *GetAPIKeyModelIDParams

NewGetAPIKeyModelIDParams creates a new GetAPIKeyModelIDParams 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 NewGetAPIKeyModelIDParamsWithContext

func NewGetAPIKeyModelIDParamsWithContext(ctx context.Context) *GetAPIKeyModelIDParams

NewGetAPIKeyModelIDParamsWithContext creates a new GetAPIKeyModelIDParams object with the ability to set a context for a request.

func NewGetAPIKeyModelIDParamsWithHTTPClient

func NewGetAPIKeyModelIDParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelIDParams

NewGetAPIKeyModelIDParamsWithHTTPClient creates a new GetAPIKeyModelIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyModelIDParamsWithTimeout

func NewGetAPIKeyModelIDParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelIDParams

NewGetAPIKeyModelIDParamsWithTimeout creates a new GetAPIKeyModelIDParams object with the ability to set a timeout on a request.

func (*GetAPIKeyModelIDParams) SetContext

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

SetContext adds the context to the get API key model ID params

func (*GetAPIKeyModelIDParams) SetDefaults

func (o *GetAPIKeyModelIDParams) SetDefaults()

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

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

func (*GetAPIKeyModelIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key model ID params

func (*GetAPIKeyModelIDParams) SetID

func (o *GetAPIKeyModelIDParams) SetID(id string)

SetID adds the id to the get API key model ID params

func (*GetAPIKeyModelIDParams) SetTimeout

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

SetTimeout adds the timeout to the get API key model ID params

func (*GetAPIKeyModelIDParams) WithContext

WithContext adds the context to the get API key model ID params

func (*GetAPIKeyModelIDParams) WithDefaults

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

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

func (*GetAPIKeyModelIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get API key model ID params

func (*GetAPIKeyModelIDParams) WithID

WithID adds the id to the get API key model ID params

func (*GetAPIKeyModelIDParams) WithTimeout

WithTimeout adds the timeout to the get API key model ID params

func (*GetAPIKeyModelIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyModelIDReader

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

GetAPIKeyModelIDReader is a Reader for the GetAPIKeyModelID structure.

func (*GetAPIKeyModelIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIKeyModelIDServingBadRequest

type GetAPIKeyModelIDServingBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyModelIDServingBadRequest

func NewGetAPIKeyModelIDServingBadRequest() *GetAPIKeyModelIDServingBadRequest

NewGetAPIKeyModelIDServingBadRequest creates a GetAPIKeyModelIDServingBadRequest with default headers values

func (*GetAPIKeyModelIDServingBadRequest) Code

Code gets the status code for the get Api key model Id serving bad request response

func (*GetAPIKeyModelIDServingBadRequest) Error

func (*GetAPIKeyModelIDServingBadRequest) GetPayload

func (*GetAPIKeyModelIDServingBadRequest) IsClientError

func (o *GetAPIKeyModelIDServingBadRequest) IsClientError() bool

IsClientError returns true when this get Api key model Id serving bad request response has a 4xx status code

func (*GetAPIKeyModelIDServingBadRequest) IsCode

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

IsCode returns true when this get Api key model Id serving bad request response a status code equal to that given

func (*GetAPIKeyModelIDServingBadRequest) IsRedirect

func (o *GetAPIKeyModelIDServingBadRequest) IsRedirect() bool

IsRedirect returns true when this get Api key model Id serving bad request response has a 3xx status code

func (*GetAPIKeyModelIDServingBadRequest) IsServerError

func (o *GetAPIKeyModelIDServingBadRequest) IsServerError() bool

IsServerError returns true when this get Api key model Id serving bad request response has a 5xx status code

func (*GetAPIKeyModelIDServingBadRequest) IsSuccess

func (o *GetAPIKeyModelIDServingBadRequest) IsSuccess() bool

IsSuccess returns true when this get Api key model Id serving bad request response has a 2xx status code

func (*GetAPIKeyModelIDServingBadRequest) String

type GetAPIKeyModelIDServingInternalServerError

type GetAPIKeyModelIDServingInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyModelIDServingInternalServerError

func NewGetAPIKeyModelIDServingInternalServerError() *GetAPIKeyModelIDServingInternalServerError

NewGetAPIKeyModelIDServingInternalServerError creates a GetAPIKeyModelIDServingInternalServerError with default headers values

func (*GetAPIKeyModelIDServingInternalServerError) Code

Code gets the status code for the get Api key model Id serving internal server error response

func (*GetAPIKeyModelIDServingInternalServerError) Error

func (*GetAPIKeyModelIDServingInternalServerError) GetPayload

func (*GetAPIKeyModelIDServingInternalServerError) IsClientError

IsClientError returns true when this get Api key model Id serving internal server error response has a 4xx status code

func (*GetAPIKeyModelIDServingInternalServerError) IsCode

IsCode returns true when this get Api key model Id serving internal server error response a status code equal to that given

func (*GetAPIKeyModelIDServingInternalServerError) IsRedirect

IsRedirect returns true when this get Api key model Id serving internal server error response has a 3xx status code

func (*GetAPIKeyModelIDServingInternalServerError) IsServerError

IsServerError returns true when this get Api key model Id serving internal server error response has a 5xx status code

func (*GetAPIKeyModelIDServingInternalServerError) IsSuccess

IsSuccess returns true when this get Api key model Id serving internal server error response has a 2xx status code

func (*GetAPIKeyModelIDServingInternalServerError) String

type GetAPIKeyModelIDServingOK

type GetAPIKeyModelIDServingOK struct {
	Payload *models.ResponseCheckModelIsServingResponse
}

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

OK

func NewGetAPIKeyModelIDServingOK

func NewGetAPIKeyModelIDServingOK() *GetAPIKeyModelIDServingOK

NewGetAPIKeyModelIDServingOK creates a GetAPIKeyModelIDServingOK with default headers values

func (*GetAPIKeyModelIDServingOK) Code

func (o *GetAPIKeyModelIDServingOK) Code() int

Code gets the status code for the get Api key model Id serving o k response

func (*GetAPIKeyModelIDServingOK) Error

func (o *GetAPIKeyModelIDServingOK) Error() string

func (*GetAPIKeyModelIDServingOK) GetPayload

func (*GetAPIKeyModelIDServingOK) IsClientError

func (o *GetAPIKeyModelIDServingOK) IsClientError() bool

IsClientError returns true when this get Api key model Id serving o k response has a 4xx status code

func (*GetAPIKeyModelIDServingOK) IsCode

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

IsCode returns true when this get Api key model Id serving o k response a status code equal to that given

func (*GetAPIKeyModelIDServingOK) IsRedirect

func (o *GetAPIKeyModelIDServingOK) IsRedirect() bool

IsRedirect returns true when this get Api key model Id serving o k response has a 3xx status code

func (*GetAPIKeyModelIDServingOK) IsServerError

func (o *GetAPIKeyModelIDServingOK) IsServerError() bool

IsServerError returns true when this get Api key model Id serving o k response has a 5xx status code

func (*GetAPIKeyModelIDServingOK) IsSuccess

func (o *GetAPIKeyModelIDServingOK) IsSuccess() bool

IsSuccess returns true when this get Api key model Id serving o k response has a 2xx status code

func (*GetAPIKeyModelIDServingOK) String

func (o *GetAPIKeyModelIDServingOK) String() string

type GetAPIKeyModelIDServingParams

type GetAPIKeyModelIDServingParams struct {

	/* ID.

	   Model's id
	*/
	ID string

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

GetAPIKeyModelIDServingParams contains all the parameters to send to the API endpoint

for the get API key model ID serving operation.

Typically these are written to a http.Request.

func NewGetAPIKeyModelIDServingParams

func NewGetAPIKeyModelIDServingParams() *GetAPIKeyModelIDServingParams

NewGetAPIKeyModelIDServingParams creates a new GetAPIKeyModelIDServingParams 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 NewGetAPIKeyModelIDServingParamsWithContext

func NewGetAPIKeyModelIDServingParamsWithContext(ctx context.Context) *GetAPIKeyModelIDServingParams

NewGetAPIKeyModelIDServingParamsWithContext creates a new GetAPIKeyModelIDServingParams object with the ability to set a context for a request.

func NewGetAPIKeyModelIDServingParamsWithHTTPClient

func NewGetAPIKeyModelIDServingParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelIDServingParams

NewGetAPIKeyModelIDServingParamsWithHTTPClient creates a new GetAPIKeyModelIDServingParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyModelIDServingParamsWithTimeout

func NewGetAPIKeyModelIDServingParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelIDServingParams

NewGetAPIKeyModelIDServingParamsWithTimeout creates a new GetAPIKeyModelIDServingParams object with the ability to set a timeout on a request.

func (*GetAPIKeyModelIDServingParams) SetContext

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

SetContext adds the context to the get API key model ID serving params

func (*GetAPIKeyModelIDServingParams) SetDefaults

func (o *GetAPIKeyModelIDServingParams) SetDefaults()

SetDefaults hydrates default values in the get API key model ID serving params (not the query body).

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

func (*GetAPIKeyModelIDServingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key model ID serving params

func (*GetAPIKeyModelIDServingParams) SetID

SetID adds the id to the get API key model ID serving params

func (*GetAPIKeyModelIDServingParams) SetTimeout

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

SetTimeout adds the timeout to the get API key model ID serving params

func (*GetAPIKeyModelIDServingParams) WithContext

WithContext adds the context to the get API key model ID serving params

func (*GetAPIKeyModelIDServingParams) WithDefaults

WithDefaults hydrates default values in the get API key model ID serving params (not the query body).

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

func (*GetAPIKeyModelIDServingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API key model ID serving params

func (*GetAPIKeyModelIDServingParams) WithID

WithID adds the id to the get API key model ID serving params

func (*GetAPIKeyModelIDServingParams) WithTimeout

WithTimeout adds the timeout to the get API key model ID serving params

func (*GetAPIKeyModelIDServingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyModelIDServingReader

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

GetAPIKeyModelIDServingReader is a Reader for the GetAPIKeyModelIDServing structure.

func (*GetAPIKeyModelIDServingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIKeyModelIDTaskCostBadRequest

type GetAPIKeyModelIDTaskCostBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyModelIDTaskCostBadRequest

func NewGetAPIKeyModelIDTaskCostBadRequest() *GetAPIKeyModelIDTaskCostBadRequest

NewGetAPIKeyModelIDTaskCostBadRequest creates a GetAPIKeyModelIDTaskCostBadRequest with default headers values

func (*GetAPIKeyModelIDTaskCostBadRequest) Code

Code gets the status code for the get Api key model Id task cost bad request response

func (*GetAPIKeyModelIDTaskCostBadRequest) Error

func (*GetAPIKeyModelIDTaskCostBadRequest) GetPayload

func (*GetAPIKeyModelIDTaskCostBadRequest) IsClientError

func (o *GetAPIKeyModelIDTaskCostBadRequest) IsClientError() bool

IsClientError returns true when this get Api key model Id task cost bad request response has a 4xx status code

func (*GetAPIKeyModelIDTaskCostBadRequest) IsCode

IsCode returns true when this get Api key model Id task cost bad request response a status code equal to that given

func (*GetAPIKeyModelIDTaskCostBadRequest) IsRedirect

func (o *GetAPIKeyModelIDTaskCostBadRequest) IsRedirect() bool

IsRedirect returns true when this get Api key model Id task cost bad request response has a 3xx status code

func (*GetAPIKeyModelIDTaskCostBadRequest) IsServerError

func (o *GetAPIKeyModelIDTaskCostBadRequest) IsServerError() bool

IsServerError returns true when this get Api key model Id task cost bad request response has a 5xx status code

func (*GetAPIKeyModelIDTaskCostBadRequest) IsSuccess

IsSuccess returns true when this get Api key model Id task cost bad request response has a 2xx status code

func (*GetAPIKeyModelIDTaskCostBadRequest) String

type GetAPIKeyModelIDTaskCostInternalServerError

type GetAPIKeyModelIDTaskCostInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyModelIDTaskCostInternalServerError

func NewGetAPIKeyModelIDTaskCostInternalServerError() *GetAPIKeyModelIDTaskCostInternalServerError

NewGetAPIKeyModelIDTaskCostInternalServerError creates a GetAPIKeyModelIDTaskCostInternalServerError with default headers values

func (*GetAPIKeyModelIDTaskCostInternalServerError) Code

Code gets the status code for the get Api key model Id task cost internal server error response

func (*GetAPIKeyModelIDTaskCostInternalServerError) Error

func (*GetAPIKeyModelIDTaskCostInternalServerError) GetPayload

func (*GetAPIKeyModelIDTaskCostInternalServerError) IsClientError

IsClientError returns true when this get Api key model Id task cost internal server error response has a 4xx status code

func (*GetAPIKeyModelIDTaskCostInternalServerError) IsCode

IsCode returns true when this get Api key model Id task cost internal server error response a status code equal to that given

func (*GetAPIKeyModelIDTaskCostInternalServerError) IsRedirect

IsRedirect returns true when this get Api key model Id task cost internal server error response has a 3xx status code

func (*GetAPIKeyModelIDTaskCostInternalServerError) IsServerError

IsServerError returns true when this get Api key model Id task cost internal server error response has a 5xx status code

func (*GetAPIKeyModelIDTaskCostInternalServerError) IsSuccess

IsSuccess returns true when this get Api key model Id task cost internal server error response has a 2xx status code

func (*GetAPIKeyModelIDTaskCostInternalServerError) String

type GetAPIKeyModelIDTaskCostOK

type GetAPIKeyModelIDTaskCostOK struct {
	Payload *models.ResponseEstimateCostResponse
}

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

OK

func NewGetAPIKeyModelIDTaskCostOK

func NewGetAPIKeyModelIDTaskCostOK() *GetAPIKeyModelIDTaskCostOK

NewGetAPIKeyModelIDTaskCostOK creates a GetAPIKeyModelIDTaskCostOK with default headers values

func (*GetAPIKeyModelIDTaskCostOK) Code

func (o *GetAPIKeyModelIDTaskCostOK) Code() int

Code gets the status code for the get Api key model Id task cost o k response

func (*GetAPIKeyModelIDTaskCostOK) Error

func (*GetAPIKeyModelIDTaskCostOK) GetPayload

func (*GetAPIKeyModelIDTaskCostOK) IsClientError

func (o *GetAPIKeyModelIDTaskCostOK) IsClientError() bool

IsClientError returns true when this get Api key model Id task cost o k response has a 4xx status code

func (*GetAPIKeyModelIDTaskCostOK) IsCode

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

IsCode returns true when this get Api key model Id task cost o k response a status code equal to that given

func (*GetAPIKeyModelIDTaskCostOK) IsRedirect

func (o *GetAPIKeyModelIDTaskCostOK) IsRedirect() bool

IsRedirect returns true when this get Api key model Id task cost o k response has a 3xx status code

func (*GetAPIKeyModelIDTaskCostOK) IsServerError

func (o *GetAPIKeyModelIDTaskCostOK) IsServerError() bool

IsServerError returns true when this get Api key model Id task cost o k response has a 5xx status code

func (*GetAPIKeyModelIDTaskCostOK) IsSuccess

func (o *GetAPIKeyModelIDTaskCostOK) IsSuccess() bool

IsSuccess returns true when this get Api key model Id task cost o k response has a 2xx status code

func (*GetAPIKeyModelIDTaskCostOK) String

func (o *GetAPIKeyModelIDTaskCostOK) String() string

type GetAPIKeyModelIDTaskCostParams

type GetAPIKeyModelIDTaskCostParams struct {

	/* ID.

	   Model's id
	*/
	ID string

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

GetAPIKeyModelIDTaskCostParams contains all the parameters to send to the API endpoint

for the get API key model ID task cost operation.

Typically these are written to a http.Request.

func NewGetAPIKeyModelIDTaskCostParams

func NewGetAPIKeyModelIDTaskCostParams() *GetAPIKeyModelIDTaskCostParams

NewGetAPIKeyModelIDTaskCostParams creates a new GetAPIKeyModelIDTaskCostParams 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 NewGetAPIKeyModelIDTaskCostParamsWithContext

func NewGetAPIKeyModelIDTaskCostParamsWithContext(ctx context.Context) *GetAPIKeyModelIDTaskCostParams

NewGetAPIKeyModelIDTaskCostParamsWithContext creates a new GetAPIKeyModelIDTaskCostParams object with the ability to set a context for a request.

func NewGetAPIKeyModelIDTaskCostParamsWithHTTPClient

func NewGetAPIKeyModelIDTaskCostParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelIDTaskCostParams

NewGetAPIKeyModelIDTaskCostParamsWithHTTPClient creates a new GetAPIKeyModelIDTaskCostParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyModelIDTaskCostParamsWithTimeout

func NewGetAPIKeyModelIDTaskCostParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelIDTaskCostParams

NewGetAPIKeyModelIDTaskCostParamsWithTimeout creates a new GetAPIKeyModelIDTaskCostParams object with the ability to set a timeout on a request.

func (*GetAPIKeyModelIDTaskCostParams) SetContext

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

SetContext adds the context to the get API key model ID task cost params

func (*GetAPIKeyModelIDTaskCostParams) SetDefaults

func (o *GetAPIKeyModelIDTaskCostParams) SetDefaults()

SetDefaults hydrates default values in the get API key model ID task cost params (not the query body).

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

func (*GetAPIKeyModelIDTaskCostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key model ID task cost params

func (*GetAPIKeyModelIDTaskCostParams) SetID

SetID adds the id to the get API key model ID task cost params

func (*GetAPIKeyModelIDTaskCostParams) SetTimeout

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

SetTimeout adds the timeout to the get API key model ID task cost params

func (*GetAPIKeyModelIDTaskCostParams) WithContext

WithContext adds the context to the get API key model ID task cost params

func (*GetAPIKeyModelIDTaskCostParams) WithDefaults

WithDefaults hydrates default values in the get API key model ID task cost params (not the query body).

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

func (*GetAPIKeyModelIDTaskCostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API key model ID task cost params

func (*GetAPIKeyModelIDTaskCostParams) WithID

WithID adds the id to the get API key model ID task cost params

func (*GetAPIKeyModelIDTaskCostParams) WithTimeout

WithTimeout adds the timeout to the get API key model ID task cost params

func (*GetAPIKeyModelIDTaskCostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyModelIDTaskCostReader

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

GetAPIKeyModelIDTaskCostReader is a Reader for the GetAPIKeyModelIDTaskCost structure.

func (*GetAPIKeyModelIDTaskCostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIKeyModelOrganizationOrgBadRequest

type GetAPIKeyModelOrganizationOrgBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyModelOrganizationOrgBadRequest

func NewGetAPIKeyModelOrganizationOrgBadRequest() *GetAPIKeyModelOrganizationOrgBadRequest

NewGetAPIKeyModelOrganizationOrgBadRequest creates a GetAPIKeyModelOrganizationOrgBadRequest with default headers values

func (*GetAPIKeyModelOrganizationOrgBadRequest) Code

Code gets the status code for the get Api key model organization org bad request response

func (*GetAPIKeyModelOrganizationOrgBadRequest) Error

func (*GetAPIKeyModelOrganizationOrgBadRequest) GetPayload

func (*GetAPIKeyModelOrganizationOrgBadRequest) IsClientError

func (o *GetAPIKeyModelOrganizationOrgBadRequest) IsClientError() bool

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

func (*GetAPIKeyModelOrganizationOrgBadRequest) IsCode

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

func (*GetAPIKeyModelOrganizationOrgBadRequest) IsRedirect

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

func (*GetAPIKeyModelOrganizationOrgBadRequest) IsServerError

func (o *GetAPIKeyModelOrganizationOrgBadRequest) IsServerError() bool

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

func (*GetAPIKeyModelOrganizationOrgBadRequest) IsSuccess

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

func (*GetAPIKeyModelOrganizationOrgBadRequest) String

type GetAPIKeyModelOrganizationOrgInternalServerError

type GetAPIKeyModelOrganizationOrgInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyModelOrganizationOrgInternalServerError

func NewGetAPIKeyModelOrganizationOrgInternalServerError() *GetAPIKeyModelOrganizationOrgInternalServerError

NewGetAPIKeyModelOrganizationOrgInternalServerError creates a GetAPIKeyModelOrganizationOrgInternalServerError with default headers values

func (*GetAPIKeyModelOrganizationOrgInternalServerError) Code

Code gets the status code for the get Api key model organization org internal server error response

func (*GetAPIKeyModelOrganizationOrgInternalServerError) Error

func (*GetAPIKeyModelOrganizationOrgInternalServerError) GetPayload

func (*GetAPIKeyModelOrganizationOrgInternalServerError) IsClientError

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

func (*GetAPIKeyModelOrganizationOrgInternalServerError) IsCode

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

func (*GetAPIKeyModelOrganizationOrgInternalServerError) IsRedirect

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

func (*GetAPIKeyModelOrganizationOrgInternalServerError) IsServerError

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

func (*GetAPIKeyModelOrganizationOrgInternalServerError) IsSuccess

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

func (*GetAPIKeyModelOrganizationOrgInternalServerError) String

type GetAPIKeyModelOrganizationOrgOK

type GetAPIKeyModelOrganizationOrgOK struct {
	Payload *models.ResponseModelListResponse
}

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

OK

func NewGetAPIKeyModelOrganizationOrgOK

func NewGetAPIKeyModelOrganizationOrgOK() *GetAPIKeyModelOrganizationOrgOK

NewGetAPIKeyModelOrganizationOrgOK creates a GetAPIKeyModelOrganizationOrgOK with default headers values

func (*GetAPIKeyModelOrganizationOrgOK) Code

Code gets the status code for the get Api key model organization org o k response

func (*GetAPIKeyModelOrganizationOrgOK) Error

func (*GetAPIKeyModelOrganizationOrgOK) GetPayload

func (*GetAPIKeyModelOrganizationOrgOK) IsClientError

func (o *GetAPIKeyModelOrganizationOrgOK) IsClientError() bool

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

func (*GetAPIKeyModelOrganizationOrgOK) IsCode

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

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

func (*GetAPIKeyModelOrganizationOrgOK) IsRedirect

func (o *GetAPIKeyModelOrganizationOrgOK) IsRedirect() bool

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

func (*GetAPIKeyModelOrganizationOrgOK) IsServerError

func (o *GetAPIKeyModelOrganizationOrgOK) IsServerError() bool

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

func (*GetAPIKeyModelOrganizationOrgOK) IsSuccess

func (o *GetAPIKeyModelOrganizationOrgOK) IsSuccess() bool

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

func (*GetAPIKeyModelOrganizationOrgOK) String

type GetAPIKeyModelOrganizationOrgParams

type GetAPIKeyModelOrganizationOrgParams struct {

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

	// Offset.
	Offset *int64

	/* Org.

	   Org's username
	*/
	Org string

	// Sort.
	Sort *string

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

GetAPIKeyModelOrganizationOrgParams contains all the parameters to send to the API endpoint

for the get API key model organization org operation.

Typically these are written to a http.Request.

func NewGetAPIKeyModelOrganizationOrgParams

func NewGetAPIKeyModelOrganizationOrgParams() *GetAPIKeyModelOrganizationOrgParams

NewGetAPIKeyModelOrganizationOrgParams creates a new GetAPIKeyModelOrganizationOrgParams 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 NewGetAPIKeyModelOrganizationOrgParamsWithContext

func NewGetAPIKeyModelOrganizationOrgParamsWithContext(ctx context.Context) *GetAPIKeyModelOrganizationOrgParams

NewGetAPIKeyModelOrganizationOrgParamsWithContext creates a new GetAPIKeyModelOrganizationOrgParams object with the ability to set a context for a request.

func NewGetAPIKeyModelOrganizationOrgParamsWithHTTPClient

func NewGetAPIKeyModelOrganizationOrgParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelOrganizationOrgParams

NewGetAPIKeyModelOrganizationOrgParamsWithHTTPClient creates a new GetAPIKeyModelOrganizationOrgParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyModelOrganizationOrgParamsWithTimeout

func NewGetAPIKeyModelOrganizationOrgParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelOrganizationOrgParams

NewGetAPIKeyModelOrganizationOrgParamsWithTimeout creates a new GetAPIKeyModelOrganizationOrgParams object with the ability to set a timeout on a request.

func (*GetAPIKeyModelOrganizationOrgParams) SetContext

SetContext adds the context to the get API key model organization org params

func (*GetAPIKeyModelOrganizationOrgParams) SetDefaults

func (o *GetAPIKeyModelOrganizationOrgParams) SetDefaults()

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

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

func (*GetAPIKeyModelOrganizationOrgParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key model organization org params

func (*GetAPIKeyModelOrganizationOrgParams) SetLimit

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

SetLimit adds the limit to the get API key model organization org params

func (*GetAPIKeyModelOrganizationOrgParams) SetOffset

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

SetOffset adds the offset to the get API key model organization org params

func (*GetAPIKeyModelOrganizationOrgParams) SetOrg

SetOrg adds the org to the get API key model organization org params

func (*GetAPIKeyModelOrganizationOrgParams) SetSort

func (o *GetAPIKeyModelOrganizationOrgParams) SetSort(sort *string)

SetSort adds the sort to the get API key model organization org params

func (*GetAPIKeyModelOrganizationOrgParams) SetTimeout

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

SetTimeout adds the timeout to the get API key model organization org params

func (*GetAPIKeyModelOrganizationOrgParams) WithContext

WithContext adds the context to the get API key model organization org params

func (*GetAPIKeyModelOrganizationOrgParams) WithDefaults

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

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

func (*GetAPIKeyModelOrganizationOrgParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API key model organization org params

func (*GetAPIKeyModelOrganizationOrgParams) WithLimit

WithLimit adds the limit to the get API key model organization org params

func (*GetAPIKeyModelOrganizationOrgParams) WithOffset

WithOffset adds the offset to the get API key model organization org params

func (*GetAPIKeyModelOrganizationOrgParams) WithOrg

WithOrg adds the org to the get API key model organization org params

func (*GetAPIKeyModelOrganizationOrgParams) WithSort

WithSort adds the sort to the get API key model organization org params

func (*GetAPIKeyModelOrganizationOrgParams) WithTimeout

WithTimeout adds the timeout to the get API key model organization org params

func (*GetAPIKeyModelOrganizationOrgParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyModelOrganizationOrgReader

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

GetAPIKeyModelOrganizationOrgReader is a Reader for the GetAPIKeyModelOrganizationOrg structure.

func (*GetAPIKeyModelOrganizationOrgReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIKeyModelUsernameNameBadRequest

type GetAPIKeyModelUsernameNameBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyModelUsernameNameBadRequest

func NewGetAPIKeyModelUsernameNameBadRequest() *GetAPIKeyModelUsernameNameBadRequest

NewGetAPIKeyModelUsernameNameBadRequest creates a GetAPIKeyModelUsernameNameBadRequest with default headers values

func (*GetAPIKeyModelUsernameNameBadRequest) Code

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

func (*GetAPIKeyModelUsernameNameBadRequest) Error

func (*GetAPIKeyModelUsernameNameBadRequest) GetPayload

func (*GetAPIKeyModelUsernameNameBadRequest) IsClientError

func (o *GetAPIKeyModelUsernameNameBadRequest) IsClientError() bool

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

func (*GetAPIKeyModelUsernameNameBadRequest) IsCode

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

func (*GetAPIKeyModelUsernameNameBadRequest) IsRedirect

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

func (*GetAPIKeyModelUsernameNameBadRequest) IsServerError

func (o *GetAPIKeyModelUsernameNameBadRequest) IsServerError() bool

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

func (*GetAPIKeyModelUsernameNameBadRequest) IsSuccess

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

func (*GetAPIKeyModelUsernameNameBadRequest) String

type GetAPIKeyModelUsernameNameInternalServerError

type GetAPIKeyModelUsernameNameInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyModelUsernameNameInternalServerError

func NewGetAPIKeyModelUsernameNameInternalServerError() *GetAPIKeyModelUsernameNameInternalServerError

NewGetAPIKeyModelUsernameNameInternalServerError creates a GetAPIKeyModelUsernameNameInternalServerError with default headers values

func (*GetAPIKeyModelUsernameNameInternalServerError) Code

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

func (*GetAPIKeyModelUsernameNameInternalServerError) Error

func (*GetAPIKeyModelUsernameNameInternalServerError) GetPayload

func (*GetAPIKeyModelUsernameNameInternalServerError) IsClientError

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

func (*GetAPIKeyModelUsernameNameInternalServerError) IsCode

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

func (*GetAPIKeyModelUsernameNameInternalServerError) IsRedirect

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

func (*GetAPIKeyModelUsernameNameInternalServerError) IsServerError

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

func (*GetAPIKeyModelUsernameNameInternalServerError) IsSuccess

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

func (*GetAPIKeyModelUsernameNameInternalServerError) String

type GetAPIKeyModelUsernameNameOK

type GetAPIKeyModelUsernameNameOK struct {
	Payload *models.ResponseModelResponse
}

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

OK

func NewGetAPIKeyModelUsernameNameOK

func NewGetAPIKeyModelUsernameNameOK() *GetAPIKeyModelUsernameNameOK

NewGetAPIKeyModelUsernameNameOK creates a GetAPIKeyModelUsernameNameOK with default headers values

func (*GetAPIKeyModelUsernameNameOK) Code

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

func (*GetAPIKeyModelUsernameNameOK) Error

func (*GetAPIKeyModelUsernameNameOK) GetPayload

func (*GetAPIKeyModelUsernameNameOK) IsClientError

func (o *GetAPIKeyModelUsernameNameOK) IsClientError() bool

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

func (*GetAPIKeyModelUsernameNameOK) IsCode

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

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

func (*GetAPIKeyModelUsernameNameOK) IsRedirect

func (o *GetAPIKeyModelUsernameNameOK) IsRedirect() bool

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

func (*GetAPIKeyModelUsernameNameOK) IsServerError

func (o *GetAPIKeyModelUsernameNameOK) IsServerError() bool

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

func (*GetAPIKeyModelUsernameNameOK) IsSuccess

func (o *GetAPIKeyModelUsernameNameOK) IsSuccess() bool

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

func (*GetAPIKeyModelUsernameNameOK) String

type GetAPIKeyModelUsernameNameParams

type GetAPIKeyModelUsernameNameParams struct {

	/* Name.

	   Model's name
	*/
	Name string

	/* Username.

	   Model's username
	*/
	Username string

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

GetAPIKeyModelUsernameNameParams contains all the parameters to send to the API endpoint

for the get API key model username name operation.

Typically these are written to a http.Request.

func NewGetAPIKeyModelUsernameNameParams

func NewGetAPIKeyModelUsernameNameParams() *GetAPIKeyModelUsernameNameParams

NewGetAPIKeyModelUsernameNameParams creates a new GetAPIKeyModelUsernameNameParams 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 NewGetAPIKeyModelUsernameNameParamsWithContext

func NewGetAPIKeyModelUsernameNameParamsWithContext(ctx context.Context) *GetAPIKeyModelUsernameNameParams

NewGetAPIKeyModelUsernameNameParamsWithContext creates a new GetAPIKeyModelUsernameNameParams object with the ability to set a context for a request.

func NewGetAPIKeyModelUsernameNameParamsWithHTTPClient

func NewGetAPIKeyModelUsernameNameParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelUsernameNameParams

NewGetAPIKeyModelUsernameNameParamsWithHTTPClient creates a new GetAPIKeyModelUsernameNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyModelUsernameNameParamsWithTimeout

func NewGetAPIKeyModelUsernameNameParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelUsernameNameParams

NewGetAPIKeyModelUsernameNameParamsWithTimeout creates a new GetAPIKeyModelUsernameNameParams object with the ability to set a timeout on a request.

func (*GetAPIKeyModelUsernameNameParams) SetContext

SetContext adds the context to the get API key model username name params

func (*GetAPIKeyModelUsernameNameParams) SetDefaults

func (o *GetAPIKeyModelUsernameNameParams) SetDefaults()

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

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

func (*GetAPIKeyModelUsernameNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key model username name params

func (*GetAPIKeyModelUsernameNameParams) SetName

func (o *GetAPIKeyModelUsernameNameParams) SetName(name string)

SetName adds the name to the get API key model username name params

func (*GetAPIKeyModelUsernameNameParams) SetTimeout

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

SetTimeout adds the timeout to the get API key model username name params

func (*GetAPIKeyModelUsernameNameParams) SetUsername

func (o *GetAPIKeyModelUsernameNameParams) SetUsername(username string)

SetUsername adds the username to the get API key model username name params

func (*GetAPIKeyModelUsernameNameParams) WithContext

WithContext adds the context to the get API key model username name params

func (*GetAPIKeyModelUsernameNameParams) WithDefaults

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

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

func (*GetAPIKeyModelUsernameNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API key model username name params

func (*GetAPIKeyModelUsernameNameParams) WithName

WithName adds the name to the get API key model username name params

func (*GetAPIKeyModelUsernameNameParams) WithTimeout

WithTimeout adds the timeout to the get API key model username name params

func (*GetAPIKeyModelUsernameNameParams) WithUsername

WithUsername adds the username to the get API key model username name params

func (*GetAPIKeyModelUsernameNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyModelUsernameNameReader

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

GetAPIKeyModelUsernameNameReader is a Reader for the GetAPIKeyModelUsernameName structure.

func (*GetAPIKeyModelUsernameNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIKeyModelVerifySupportPlatformsBadRequest

type GetAPIKeyModelVerifySupportPlatformsBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyModelVerifySupportPlatformsBadRequest

func NewGetAPIKeyModelVerifySupportPlatformsBadRequest() *GetAPIKeyModelVerifySupportPlatformsBadRequest

NewGetAPIKeyModelVerifySupportPlatformsBadRequest creates a GetAPIKeyModelVerifySupportPlatformsBadRequest with default headers values

func (*GetAPIKeyModelVerifySupportPlatformsBadRequest) Code

Code gets the status code for the get Api key model verify support platforms bad request response

func (*GetAPIKeyModelVerifySupportPlatformsBadRequest) Error

func (*GetAPIKeyModelVerifySupportPlatformsBadRequest) GetPayload

func (*GetAPIKeyModelVerifySupportPlatformsBadRequest) IsClientError

IsClientError returns true when this get Api key model verify support platforms bad request response has a 4xx status code

func (*GetAPIKeyModelVerifySupportPlatformsBadRequest) IsCode

IsCode returns true when this get Api key model verify support platforms bad request response a status code equal to that given

func (*GetAPIKeyModelVerifySupportPlatformsBadRequest) IsRedirect

IsRedirect returns true when this get Api key model verify support platforms bad request response has a 3xx status code

func (*GetAPIKeyModelVerifySupportPlatformsBadRequest) IsServerError

IsServerError returns true when this get Api key model verify support platforms bad request response has a 5xx status code

func (*GetAPIKeyModelVerifySupportPlatformsBadRequest) IsSuccess

IsSuccess returns true when this get Api key model verify support platforms bad request response has a 2xx status code

func (*GetAPIKeyModelVerifySupportPlatformsBadRequest) String

type GetAPIKeyModelVerifySupportPlatformsInternalServerError

type GetAPIKeyModelVerifySupportPlatformsInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyModelVerifySupportPlatformsInternalServerError

func NewGetAPIKeyModelVerifySupportPlatformsInternalServerError() *GetAPIKeyModelVerifySupportPlatformsInternalServerError

NewGetAPIKeyModelVerifySupportPlatformsInternalServerError creates a GetAPIKeyModelVerifySupportPlatformsInternalServerError with default headers values

func (*GetAPIKeyModelVerifySupportPlatformsInternalServerError) Code

Code gets the status code for the get Api key model verify support platforms internal server error response

func (*GetAPIKeyModelVerifySupportPlatformsInternalServerError) Error

func (*GetAPIKeyModelVerifySupportPlatformsInternalServerError) GetPayload

func (*GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsClientError

IsClientError returns true when this get Api key model verify support platforms internal server error response has a 4xx status code

func (*GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsCode

IsCode returns true when this get Api key model verify support platforms internal server error response a status code equal to that given

func (*GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsRedirect

IsRedirect returns true when this get Api key model verify support platforms internal server error response has a 3xx status code

func (*GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsServerError

IsServerError returns true when this get Api key model verify support platforms internal server error response has a 5xx status code

func (*GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsSuccess

IsSuccess returns true when this get Api key model verify support platforms internal server error response has a 2xx status code

func (*GetAPIKeyModelVerifySupportPlatformsInternalServerError) String

type GetAPIKeyModelVerifySupportPlatformsOK

type GetAPIKeyModelVerifySupportPlatformsOK struct {
	Payload *models.ResponseGetListPlatformSupportResponse
}

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

OK

func NewGetAPIKeyModelVerifySupportPlatformsOK

func NewGetAPIKeyModelVerifySupportPlatformsOK() *GetAPIKeyModelVerifySupportPlatformsOK

NewGetAPIKeyModelVerifySupportPlatformsOK creates a GetAPIKeyModelVerifySupportPlatformsOK with default headers values

func (*GetAPIKeyModelVerifySupportPlatformsOK) Code

Code gets the status code for the get Api key model verify support platforms o k response

func (*GetAPIKeyModelVerifySupportPlatformsOK) Error

func (*GetAPIKeyModelVerifySupportPlatformsOK) GetPayload

func (*GetAPIKeyModelVerifySupportPlatformsOK) IsClientError

func (o *GetAPIKeyModelVerifySupportPlatformsOK) IsClientError() bool

IsClientError returns true when this get Api key model verify support platforms o k response has a 4xx status code

func (*GetAPIKeyModelVerifySupportPlatformsOK) IsCode

IsCode returns true when this get Api key model verify support platforms o k response a status code equal to that given

func (*GetAPIKeyModelVerifySupportPlatformsOK) IsRedirect

IsRedirect returns true when this get Api key model verify support platforms o k response has a 3xx status code

func (*GetAPIKeyModelVerifySupportPlatformsOK) IsServerError

func (o *GetAPIKeyModelVerifySupportPlatformsOK) IsServerError() bool

IsServerError returns true when this get Api key model verify support platforms o k response has a 5xx status code

func (*GetAPIKeyModelVerifySupportPlatformsOK) IsSuccess

IsSuccess returns true when this get Api key model verify support platforms o k response has a 2xx status code

func (*GetAPIKeyModelVerifySupportPlatformsOK) String

type GetAPIKeyModelVerifySupportPlatformsParams

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

GetAPIKeyModelVerifySupportPlatformsParams contains all the parameters to send to the API endpoint

for the get API key model verify support platforms operation.

Typically these are written to a http.Request.

func NewGetAPIKeyModelVerifySupportPlatformsParams

func NewGetAPIKeyModelVerifySupportPlatformsParams() *GetAPIKeyModelVerifySupportPlatformsParams

NewGetAPIKeyModelVerifySupportPlatformsParams creates a new GetAPIKeyModelVerifySupportPlatformsParams 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 NewGetAPIKeyModelVerifySupportPlatformsParamsWithContext

func NewGetAPIKeyModelVerifySupportPlatformsParamsWithContext(ctx context.Context) *GetAPIKeyModelVerifySupportPlatformsParams

NewGetAPIKeyModelVerifySupportPlatformsParamsWithContext creates a new GetAPIKeyModelVerifySupportPlatformsParams object with the ability to set a context for a request.

func NewGetAPIKeyModelVerifySupportPlatformsParamsWithHTTPClient

func NewGetAPIKeyModelVerifySupportPlatformsParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelVerifySupportPlatformsParams

NewGetAPIKeyModelVerifySupportPlatformsParamsWithHTTPClient creates a new GetAPIKeyModelVerifySupportPlatformsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyModelVerifySupportPlatformsParamsWithTimeout

func NewGetAPIKeyModelVerifySupportPlatformsParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelVerifySupportPlatformsParams

NewGetAPIKeyModelVerifySupportPlatformsParamsWithTimeout creates a new GetAPIKeyModelVerifySupportPlatformsParams object with the ability to set a timeout on a request.

func (*GetAPIKeyModelVerifySupportPlatformsParams) SetContext

SetContext adds the context to the get API key model verify support platforms params

func (*GetAPIKeyModelVerifySupportPlatformsParams) SetDefaults

SetDefaults hydrates default values in the get API key model verify support platforms params (not the query body).

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

func (*GetAPIKeyModelVerifySupportPlatformsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key model verify support platforms params

func (*GetAPIKeyModelVerifySupportPlatformsParams) SetTimeout

SetTimeout adds the timeout to the get API key model verify support platforms params

func (*GetAPIKeyModelVerifySupportPlatformsParams) WithContext

WithContext adds the context to the get API key model verify support platforms params

func (*GetAPIKeyModelVerifySupportPlatformsParams) WithDefaults

WithDefaults hydrates default values in the get API key model verify support platforms params (not the query body).

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

func (*GetAPIKeyModelVerifySupportPlatformsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API key model verify support platforms params

func (*GetAPIKeyModelVerifySupportPlatformsParams) WithTimeout

WithTimeout adds the timeout to the get API key model verify support platforms params

func (*GetAPIKeyModelVerifySupportPlatformsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyModelVerifySupportPlatformsReader

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

GetAPIKeyModelVerifySupportPlatformsReader is a Reader for the GetAPIKeyModelVerifySupportPlatforms structure.

func (*GetAPIKeyModelVerifySupportPlatformsReader) ReadResponse

ReadResponse reads a server response into the received o.

type PostAPIKeyModelBadRequest

type PostAPIKeyModelBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostAPIKeyModelBadRequest

func NewPostAPIKeyModelBadRequest() *PostAPIKeyModelBadRequest

NewPostAPIKeyModelBadRequest creates a PostAPIKeyModelBadRequest with default headers values

func (*PostAPIKeyModelBadRequest) Code

func (o *PostAPIKeyModelBadRequest) Code() int

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

func (*PostAPIKeyModelBadRequest) Error

func (o *PostAPIKeyModelBadRequest) Error() string

func (*PostAPIKeyModelBadRequest) GetPayload

func (*PostAPIKeyModelBadRequest) IsClientError

func (o *PostAPIKeyModelBadRequest) IsClientError() bool

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

func (*PostAPIKeyModelBadRequest) IsCode

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

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

func (*PostAPIKeyModelBadRequest) IsRedirect

func (o *PostAPIKeyModelBadRequest) IsRedirect() bool

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

func (*PostAPIKeyModelBadRequest) IsServerError

func (o *PostAPIKeyModelBadRequest) IsServerError() bool

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

func (*PostAPIKeyModelBadRequest) IsSuccess

func (o *PostAPIKeyModelBadRequest) IsSuccess() bool

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

func (*PostAPIKeyModelBadRequest) String

func (o *PostAPIKeyModelBadRequest) String() string

type PostAPIKeyModelIDAPIKeyBadRequest

type PostAPIKeyModelIDAPIKeyBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostAPIKeyModelIDAPIKeyBadRequest

func NewPostAPIKeyModelIDAPIKeyBadRequest() *PostAPIKeyModelIDAPIKeyBadRequest

NewPostAPIKeyModelIDAPIKeyBadRequest creates a PostAPIKeyModelIDAPIKeyBadRequest with default headers values

func (*PostAPIKeyModelIDAPIKeyBadRequest) Code

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

func (*PostAPIKeyModelIDAPIKeyBadRequest) Error

func (*PostAPIKeyModelIDAPIKeyBadRequest) GetPayload

func (*PostAPIKeyModelIDAPIKeyBadRequest) IsClientError

func (o *PostAPIKeyModelIDAPIKeyBadRequest) IsClientError() bool

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

func (*PostAPIKeyModelIDAPIKeyBadRequest) IsCode

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

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

func (*PostAPIKeyModelIDAPIKeyBadRequest) IsRedirect

func (o *PostAPIKeyModelIDAPIKeyBadRequest) IsRedirect() bool

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

func (*PostAPIKeyModelIDAPIKeyBadRequest) IsServerError

func (o *PostAPIKeyModelIDAPIKeyBadRequest) IsServerError() bool

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

func (*PostAPIKeyModelIDAPIKeyBadRequest) IsSuccess

func (o *PostAPIKeyModelIDAPIKeyBadRequest) IsSuccess() bool

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

func (*PostAPIKeyModelIDAPIKeyBadRequest) String

type PostAPIKeyModelIDAPIKeyInternalServerError

type PostAPIKeyModelIDAPIKeyInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostAPIKeyModelIDAPIKeyInternalServerError

func NewPostAPIKeyModelIDAPIKeyInternalServerError() *PostAPIKeyModelIDAPIKeyInternalServerError

NewPostAPIKeyModelIDAPIKeyInternalServerError creates a PostAPIKeyModelIDAPIKeyInternalServerError with default headers values

func (*PostAPIKeyModelIDAPIKeyInternalServerError) Code

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

func (*PostAPIKeyModelIDAPIKeyInternalServerError) Error

func (*PostAPIKeyModelIDAPIKeyInternalServerError) GetPayload

func (*PostAPIKeyModelIDAPIKeyInternalServerError) IsClientError

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

func (*PostAPIKeyModelIDAPIKeyInternalServerError) IsCode

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

func (*PostAPIKeyModelIDAPIKeyInternalServerError) IsRedirect

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

func (*PostAPIKeyModelIDAPIKeyInternalServerError) IsServerError

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

func (*PostAPIKeyModelIDAPIKeyInternalServerError) IsSuccess

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

func (*PostAPIKeyModelIDAPIKeyInternalServerError) String

type PostAPIKeyModelIDAPIKeyOK

type PostAPIKeyModelIDAPIKeyOK struct {
	Payload *models.ResponseAPIKeyResponse
}

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

OK

func NewPostAPIKeyModelIDAPIKeyOK

func NewPostAPIKeyModelIDAPIKeyOK() *PostAPIKeyModelIDAPIKeyOK

NewPostAPIKeyModelIDAPIKeyOK creates a PostAPIKeyModelIDAPIKeyOK with default headers values

func (*PostAPIKeyModelIDAPIKeyOK) Code

func (o *PostAPIKeyModelIDAPIKeyOK) Code() int

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

func (*PostAPIKeyModelIDAPIKeyOK) Error

func (o *PostAPIKeyModelIDAPIKeyOK) Error() string

func (*PostAPIKeyModelIDAPIKeyOK) GetPayload

func (*PostAPIKeyModelIDAPIKeyOK) IsClientError

func (o *PostAPIKeyModelIDAPIKeyOK) IsClientError() bool

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

func (*PostAPIKeyModelIDAPIKeyOK) IsCode

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

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

func (*PostAPIKeyModelIDAPIKeyOK) IsRedirect

func (o *PostAPIKeyModelIDAPIKeyOK) IsRedirect() bool

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

func (*PostAPIKeyModelIDAPIKeyOK) IsServerError

func (o *PostAPIKeyModelIDAPIKeyOK) IsServerError() bool

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

func (*PostAPIKeyModelIDAPIKeyOK) IsSuccess

func (o *PostAPIKeyModelIDAPIKeyOK) IsSuccess() bool

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

func (*PostAPIKeyModelIDAPIKeyOK) String

func (o *PostAPIKeyModelIDAPIKeyOK) String() string

type PostAPIKeyModelIDAPIKeyParams

type PostAPIKeyModelIDAPIKeyParams struct {

	/* ID.

	   Model's id
	*/
	ID string

	/* Input.

	   Create Model ApiKey Request
	*/
	Input *models.RequestCreateAPIKeyRequest

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

PostAPIKeyModelIDAPIKeyParams contains all the parameters to send to the API endpoint

for the post API key model ID API key operation.

Typically these are written to a http.Request.

func NewPostAPIKeyModelIDAPIKeyParams

func NewPostAPIKeyModelIDAPIKeyParams() *PostAPIKeyModelIDAPIKeyParams

NewPostAPIKeyModelIDAPIKeyParams creates a new PostAPIKeyModelIDAPIKeyParams 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 NewPostAPIKeyModelIDAPIKeyParamsWithContext

func NewPostAPIKeyModelIDAPIKeyParamsWithContext(ctx context.Context) *PostAPIKeyModelIDAPIKeyParams

NewPostAPIKeyModelIDAPIKeyParamsWithContext creates a new PostAPIKeyModelIDAPIKeyParams object with the ability to set a context for a request.

func NewPostAPIKeyModelIDAPIKeyParamsWithHTTPClient

func NewPostAPIKeyModelIDAPIKeyParamsWithHTTPClient(client *http.Client) *PostAPIKeyModelIDAPIKeyParams

NewPostAPIKeyModelIDAPIKeyParamsWithHTTPClient creates a new PostAPIKeyModelIDAPIKeyParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyModelIDAPIKeyParamsWithTimeout

func NewPostAPIKeyModelIDAPIKeyParamsWithTimeout(timeout time.Duration) *PostAPIKeyModelIDAPIKeyParams

NewPostAPIKeyModelIDAPIKeyParamsWithTimeout creates a new PostAPIKeyModelIDAPIKeyParams object with the ability to set a timeout on a request.

func (*PostAPIKeyModelIDAPIKeyParams) SetContext

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

SetContext adds the context to the post API key model ID API key params

func (*PostAPIKeyModelIDAPIKeyParams) SetDefaults

func (o *PostAPIKeyModelIDAPIKeyParams) SetDefaults()

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

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

func (*PostAPIKeyModelIDAPIKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API key model ID API key params

func (*PostAPIKeyModelIDAPIKeyParams) SetID

SetID adds the id to the post API key model ID API key params

func (*PostAPIKeyModelIDAPIKeyParams) SetInput

SetInput adds the input to the post API key model ID API key params

func (*PostAPIKeyModelIDAPIKeyParams) SetTimeout

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

SetTimeout adds the timeout to the post API key model ID API key params

func (*PostAPIKeyModelIDAPIKeyParams) WithContext

WithContext adds the context to the post API key model ID API key params

func (*PostAPIKeyModelIDAPIKeyParams) WithDefaults

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

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

func (*PostAPIKeyModelIDAPIKeyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post API key model ID API key params

func (*PostAPIKeyModelIDAPIKeyParams) WithID

WithID adds the id to the post API key model ID API key params

func (*PostAPIKeyModelIDAPIKeyParams) WithInput

WithInput adds the input to the post API key model ID API key params

func (*PostAPIKeyModelIDAPIKeyParams) WithTimeout

WithTimeout adds the timeout to the post API key model ID API key params

func (*PostAPIKeyModelIDAPIKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIKeyModelIDAPIKeyReader

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

PostAPIKeyModelIDAPIKeyReader is a Reader for the PostAPIKeyModelIDAPIKey structure.

func (*PostAPIKeyModelIDAPIKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAPIKeyModelIDStatisticsBadRequest

type PostAPIKeyModelIDStatisticsBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostAPIKeyModelIDStatisticsBadRequest

func NewPostAPIKeyModelIDStatisticsBadRequest() *PostAPIKeyModelIDStatisticsBadRequest

NewPostAPIKeyModelIDStatisticsBadRequest creates a PostAPIKeyModelIDStatisticsBadRequest with default headers values

func (*PostAPIKeyModelIDStatisticsBadRequest) Code

Code gets the status code for the post Api key model Id statistics bad request response

func (*PostAPIKeyModelIDStatisticsBadRequest) Error

func (*PostAPIKeyModelIDStatisticsBadRequest) GetPayload

func (*PostAPIKeyModelIDStatisticsBadRequest) IsClientError

func (o *PostAPIKeyModelIDStatisticsBadRequest) IsClientError() bool

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

func (*PostAPIKeyModelIDStatisticsBadRequest) IsCode

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

func (*PostAPIKeyModelIDStatisticsBadRequest) IsRedirect

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

func (*PostAPIKeyModelIDStatisticsBadRequest) IsServerError

func (o *PostAPIKeyModelIDStatisticsBadRequest) IsServerError() bool

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

func (*PostAPIKeyModelIDStatisticsBadRequest) IsSuccess

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

func (*PostAPIKeyModelIDStatisticsBadRequest) String

type PostAPIKeyModelIDStatisticsInternalServerError

type PostAPIKeyModelIDStatisticsInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostAPIKeyModelIDStatisticsInternalServerError

func NewPostAPIKeyModelIDStatisticsInternalServerError() *PostAPIKeyModelIDStatisticsInternalServerError

NewPostAPIKeyModelIDStatisticsInternalServerError creates a PostAPIKeyModelIDStatisticsInternalServerError with default headers values

func (*PostAPIKeyModelIDStatisticsInternalServerError) Code

Code gets the status code for the post Api key model Id statistics internal server error response

func (*PostAPIKeyModelIDStatisticsInternalServerError) Error

func (*PostAPIKeyModelIDStatisticsInternalServerError) GetPayload

func (*PostAPIKeyModelIDStatisticsInternalServerError) IsClientError

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

func (*PostAPIKeyModelIDStatisticsInternalServerError) IsCode

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

func (*PostAPIKeyModelIDStatisticsInternalServerError) IsRedirect

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

func (*PostAPIKeyModelIDStatisticsInternalServerError) IsServerError

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

func (*PostAPIKeyModelIDStatisticsInternalServerError) IsSuccess

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

func (*PostAPIKeyModelIDStatisticsInternalServerError) String

type PostAPIKeyModelIDStatisticsOK

type PostAPIKeyModelIDStatisticsOK struct {
	Payload *models.ResponseGetTaskStatisticsResponse
}

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

OK

func NewPostAPIKeyModelIDStatisticsOK

func NewPostAPIKeyModelIDStatisticsOK() *PostAPIKeyModelIDStatisticsOK

NewPostAPIKeyModelIDStatisticsOK creates a PostAPIKeyModelIDStatisticsOK with default headers values

func (*PostAPIKeyModelIDStatisticsOK) Code

Code gets the status code for the post Api key model Id statistics o k response

func (*PostAPIKeyModelIDStatisticsOK) Error

func (*PostAPIKeyModelIDStatisticsOK) GetPayload

func (*PostAPIKeyModelIDStatisticsOK) IsClientError

func (o *PostAPIKeyModelIDStatisticsOK) IsClientError() bool

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

func (*PostAPIKeyModelIDStatisticsOK) IsCode

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

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

func (*PostAPIKeyModelIDStatisticsOK) IsRedirect

func (o *PostAPIKeyModelIDStatisticsOK) IsRedirect() bool

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

func (*PostAPIKeyModelIDStatisticsOK) IsServerError

func (o *PostAPIKeyModelIDStatisticsOK) IsServerError() bool

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

func (*PostAPIKeyModelIDStatisticsOK) IsSuccess

func (o *PostAPIKeyModelIDStatisticsOK) IsSuccess() bool

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

func (*PostAPIKeyModelIDStatisticsOK) String

type PostAPIKeyModelIDStatisticsParams

type PostAPIKeyModelIDStatisticsParams struct {

	/* ID.

	   Model's id
	*/
	ID string

	/* Input.

	   Get Api Key Statistics By Model Id Request
	*/
	Input *models.RequestGetAPIKeyStatisticsByModelIDRequest

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

PostAPIKeyModelIDStatisticsParams contains all the parameters to send to the API endpoint

for the post API key model ID statistics operation.

Typically these are written to a http.Request.

func NewPostAPIKeyModelIDStatisticsParams

func NewPostAPIKeyModelIDStatisticsParams() *PostAPIKeyModelIDStatisticsParams

NewPostAPIKeyModelIDStatisticsParams creates a new PostAPIKeyModelIDStatisticsParams 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 NewPostAPIKeyModelIDStatisticsParamsWithContext

func NewPostAPIKeyModelIDStatisticsParamsWithContext(ctx context.Context) *PostAPIKeyModelIDStatisticsParams

NewPostAPIKeyModelIDStatisticsParamsWithContext creates a new PostAPIKeyModelIDStatisticsParams object with the ability to set a context for a request.

func NewPostAPIKeyModelIDStatisticsParamsWithHTTPClient

func NewPostAPIKeyModelIDStatisticsParamsWithHTTPClient(client *http.Client) *PostAPIKeyModelIDStatisticsParams

NewPostAPIKeyModelIDStatisticsParamsWithHTTPClient creates a new PostAPIKeyModelIDStatisticsParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyModelIDStatisticsParamsWithTimeout

func NewPostAPIKeyModelIDStatisticsParamsWithTimeout(timeout time.Duration) *PostAPIKeyModelIDStatisticsParams

NewPostAPIKeyModelIDStatisticsParamsWithTimeout creates a new PostAPIKeyModelIDStatisticsParams object with the ability to set a timeout on a request.

func (*PostAPIKeyModelIDStatisticsParams) SetContext

SetContext adds the context to the post API key model ID statistics params

func (*PostAPIKeyModelIDStatisticsParams) SetDefaults

func (o *PostAPIKeyModelIDStatisticsParams) SetDefaults()

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

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

func (*PostAPIKeyModelIDStatisticsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API key model ID statistics params

func (*PostAPIKeyModelIDStatisticsParams) SetID

SetID adds the id to the post API key model ID statistics params

func (*PostAPIKeyModelIDStatisticsParams) SetInput

SetInput adds the input to the post API key model ID statistics params

func (*PostAPIKeyModelIDStatisticsParams) SetTimeout

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

SetTimeout adds the timeout to the post API key model ID statistics params

func (*PostAPIKeyModelIDStatisticsParams) WithContext

WithContext adds the context to the post API key model ID statistics params

func (*PostAPIKeyModelIDStatisticsParams) WithDefaults

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

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

func (*PostAPIKeyModelIDStatisticsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post API key model ID statistics params

func (*PostAPIKeyModelIDStatisticsParams) WithID

WithID adds the id to the post API key model ID statistics params

func (*PostAPIKeyModelIDStatisticsParams) WithInput

WithInput adds the input to the post API key model ID statistics params

func (*PostAPIKeyModelIDStatisticsParams) WithTimeout

WithTimeout adds the timeout to the post API key model ID statistics params

func (*PostAPIKeyModelIDStatisticsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIKeyModelIDStatisticsReader

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

PostAPIKeyModelIDStatisticsReader is a Reader for the PostAPIKeyModelIDStatistics structure.

func (*PostAPIKeyModelIDStatisticsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAPIKeyModelInternalServerError

type PostAPIKeyModelInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostAPIKeyModelInternalServerError

func NewPostAPIKeyModelInternalServerError() *PostAPIKeyModelInternalServerError

NewPostAPIKeyModelInternalServerError creates a PostAPIKeyModelInternalServerError with default headers values

func (*PostAPIKeyModelInternalServerError) Code

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

func (*PostAPIKeyModelInternalServerError) Error

func (*PostAPIKeyModelInternalServerError) GetPayload

func (*PostAPIKeyModelInternalServerError) IsClientError

func (o *PostAPIKeyModelInternalServerError) IsClientError() bool

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

func (*PostAPIKeyModelInternalServerError) IsCode

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

func (*PostAPIKeyModelInternalServerError) IsRedirect

func (o *PostAPIKeyModelInternalServerError) IsRedirect() bool

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

func (*PostAPIKeyModelInternalServerError) IsServerError

func (o *PostAPIKeyModelInternalServerError) IsServerError() bool

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

func (*PostAPIKeyModelInternalServerError) IsSuccess

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

func (*PostAPIKeyModelInternalServerError) String

type PostAPIKeyModelListBadRequest

type PostAPIKeyModelListBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostAPIKeyModelListBadRequest

func NewPostAPIKeyModelListBadRequest() *PostAPIKeyModelListBadRequest

NewPostAPIKeyModelListBadRequest creates a PostAPIKeyModelListBadRequest with default headers values

func (*PostAPIKeyModelListBadRequest) Code

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

func (*PostAPIKeyModelListBadRequest) Error

func (*PostAPIKeyModelListBadRequest) GetPayload

func (*PostAPIKeyModelListBadRequest) IsClientError

func (o *PostAPIKeyModelListBadRequest) IsClientError() bool

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

func (*PostAPIKeyModelListBadRequest) IsCode

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

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

func (*PostAPIKeyModelListBadRequest) IsRedirect

func (o *PostAPIKeyModelListBadRequest) IsRedirect() bool

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

func (*PostAPIKeyModelListBadRequest) IsServerError

func (o *PostAPIKeyModelListBadRequest) IsServerError() bool

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

func (*PostAPIKeyModelListBadRequest) IsSuccess

func (o *PostAPIKeyModelListBadRequest) IsSuccess() bool

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

func (*PostAPIKeyModelListBadRequest) String

type PostAPIKeyModelListByAuthorUsernameBadRequest

type PostAPIKeyModelListByAuthorUsernameBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostAPIKeyModelListByAuthorUsernameBadRequest

func NewPostAPIKeyModelListByAuthorUsernameBadRequest() *PostAPIKeyModelListByAuthorUsernameBadRequest

NewPostAPIKeyModelListByAuthorUsernameBadRequest creates a PostAPIKeyModelListByAuthorUsernameBadRequest with default headers values

func (*PostAPIKeyModelListByAuthorUsernameBadRequest) Code

Code gets the status code for the post Api key model list by author username bad request response

func (*PostAPIKeyModelListByAuthorUsernameBadRequest) Error

func (*PostAPIKeyModelListByAuthorUsernameBadRequest) GetPayload

func (*PostAPIKeyModelListByAuthorUsernameBadRequest) IsClientError

IsClientError returns true when this post Api key model list by author username bad request response has a 4xx status code

func (*PostAPIKeyModelListByAuthorUsernameBadRequest) IsCode

IsCode returns true when this post Api key model list by author username bad request response a status code equal to that given

func (*PostAPIKeyModelListByAuthorUsernameBadRequest) IsRedirect

IsRedirect returns true when this post Api key model list by author username bad request response has a 3xx status code

func (*PostAPIKeyModelListByAuthorUsernameBadRequest) IsServerError

IsServerError returns true when this post Api key model list by author username bad request response has a 5xx status code

func (*PostAPIKeyModelListByAuthorUsernameBadRequest) IsSuccess

IsSuccess returns true when this post Api key model list by author username bad request response has a 2xx status code

func (*PostAPIKeyModelListByAuthorUsernameBadRequest) String

type PostAPIKeyModelListByAuthorUsernameInternalServerError

type PostAPIKeyModelListByAuthorUsernameInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostAPIKeyModelListByAuthorUsernameInternalServerError

func NewPostAPIKeyModelListByAuthorUsernameInternalServerError() *PostAPIKeyModelListByAuthorUsernameInternalServerError

NewPostAPIKeyModelListByAuthorUsernameInternalServerError creates a PostAPIKeyModelListByAuthorUsernameInternalServerError with default headers values

func (*PostAPIKeyModelListByAuthorUsernameInternalServerError) Code

Code gets the status code for the post Api key model list by author username internal server error response

func (*PostAPIKeyModelListByAuthorUsernameInternalServerError) Error

func (*PostAPIKeyModelListByAuthorUsernameInternalServerError) GetPayload

func (*PostAPIKeyModelListByAuthorUsernameInternalServerError) IsClientError

IsClientError returns true when this post Api key model list by author username internal server error response has a 4xx status code

func (*PostAPIKeyModelListByAuthorUsernameInternalServerError) IsCode

IsCode returns true when this post Api key model list by author username internal server error response a status code equal to that given

func (*PostAPIKeyModelListByAuthorUsernameInternalServerError) IsRedirect

IsRedirect returns true when this post Api key model list by author username internal server error response has a 3xx status code

func (*PostAPIKeyModelListByAuthorUsernameInternalServerError) IsServerError

IsServerError returns true when this post Api key model list by author username internal server error response has a 5xx status code

func (*PostAPIKeyModelListByAuthorUsernameInternalServerError) IsSuccess

IsSuccess returns true when this post Api key model list by author username internal server error response has a 2xx status code

func (*PostAPIKeyModelListByAuthorUsernameInternalServerError) String

type PostAPIKeyModelListByAuthorUsernameOK

type PostAPIKeyModelListByAuthorUsernameOK struct {
	Payload *models.ResponseModelListResponse
}

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

OK

func NewPostAPIKeyModelListByAuthorUsernameOK

func NewPostAPIKeyModelListByAuthorUsernameOK() *PostAPIKeyModelListByAuthorUsernameOK

NewPostAPIKeyModelListByAuthorUsernameOK creates a PostAPIKeyModelListByAuthorUsernameOK with default headers values

func (*PostAPIKeyModelListByAuthorUsernameOK) Code

Code gets the status code for the post Api key model list by author username o k response

func (*PostAPIKeyModelListByAuthorUsernameOK) Error

func (*PostAPIKeyModelListByAuthorUsernameOK) GetPayload

func (*PostAPIKeyModelListByAuthorUsernameOK) IsClientError

func (o *PostAPIKeyModelListByAuthorUsernameOK) IsClientError() bool

IsClientError returns true when this post Api key model list by author username o k response has a 4xx status code

func (*PostAPIKeyModelListByAuthorUsernameOK) IsCode

IsCode returns true when this post Api key model list by author username o k response a status code equal to that given

func (*PostAPIKeyModelListByAuthorUsernameOK) IsRedirect

IsRedirect returns true when this post Api key model list by author username o k response has a 3xx status code

func (*PostAPIKeyModelListByAuthorUsernameOK) IsServerError

func (o *PostAPIKeyModelListByAuthorUsernameOK) IsServerError() bool

IsServerError returns true when this post Api key model list by author username o k response has a 5xx status code

func (*PostAPIKeyModelListByAuthorUsernameOK) IsSuccess

IsSuccess returns true when this post Api key model list by author username o k response has a 2xx status code

func (*PostAPIKeyModelListByAuthorUsernameOK) String

type PostAPIKeyModelListByAuthorUsernameParams

type PostAPIKeyModelListByAuthorUsernameParams struct {

	/* Input.

	   Get Model List By User Request
	*/
	Input *models.RequestGetModelListByAuthorRequest

	/* Username.

	   User's username
	*/
	Username string

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

PostAPIKeyModelListByAuthorUsernameParams contains all the parameters to send to the API endpoint

for the post API key model list by author username operation.

Typically these are written to a http.Request.

func NewPostAPIKeyModelListByAuthorUsernameParams

func NewPostAPIKeyModelListByAuthorUsernameParams() *PostAPIKeyModelListByAuthorUsernameParams

NewPostAPIKeyModelListByAuthorUsernameParams creates a new PostAPIKeyModelListByAuthorUsernameParams 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 NewPostAPIKeyModelListByAuthorUsernameParamsWithContext

func NewPostAPIKeyModelListByAuthorUsernameParamsWithContext(ctx context.Context) *PostAPIKeyModelListByAuthorUsernameParams

NewPostAPIKeyModelListByAuthorUsernameParamsWithContext creates a new PostAPIKeyModelListByAuthorUsernameParams object with the ability to set a context for a request.

func NewPostAPIKeyModelListByAuthorUsernameParamsWithHTTPClient

func NewPostAPIKeyModelListByAuthorUsernameParamsWithHTTPClient(client *http.Client) *PostAPIKeyModelListByAuthorUsernameParams

NewPostAPIKeyModelListByAuthorUsernameParamsWithHTTPClient creates a new PostAPIKeyModelListByAuthorUsernameParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyModelListByAuthorUsernameParamsWithTimeout

func NewPostAPIKeyModelListByAuthorUsernameParamsWithTimeout(timeout time.Duration) *PostAPIKeyModelListByAuthorUsernameParams

NewPostAPIKeyModelListByAuthorUsernameParamsWithTimeout creates a new PostAPIKeyModelListByAuthorUsernameParams object with the ability to set a timeout on a request.

func (*PostAPIKeyModelListByAuthorUsernameParams) SetContext

SetContext adds the context to the post API key model list by author username params

func (*PostAPIKeyModelListByAuthorUsernameParams) SetDefaults

SetDefaults hydrates default values in the post API key model list by author username params (not the query body).

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

func (*PostAPIKeyModelListByAuthorUsernameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API key model list by author username params

func (*PostAPIKeyModelListByAuthorUsernameParams) SetInput

SetInput adds the input to the post API key model list by author username params

func (*PostAPIKeyModelListByAuthorUsernameParams) SetTimeout

SetTimeout adds the timeout to the post API key model list by author username params

func (*PostAPIKeyModelListByAuthorUsernameParams) SetUsername

func (o *PostAPIKeyModelListByAuthorUsernameParams) SetUsername(username string)

SetUsername adds the username to the post API key model list by author username params

func (*PostAPIKeyModelListByAuthorUsernameParams) WithContext

WithContext adds the context to the post API key model list by author username params

func (*PostAPIKeyModelListByAuthorUsernameParams) WithDefaults

WithDefaults hydrates default values in the post API key model list by author username params (not the query body).

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

func (*PostAPIKeyModelListByAuthorUsernameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post API key model list by author username params

func (*PostAPIKeyModelListByAuthorUsernameParams) WithInput

WithInput adds the input to the post API key model list by author username params

func (*PostAPIKeyModelListByAuthorUsernameParams) WithTimeout

WithTimeout adds the timeout to the post API key model list by author username params

func (*PostAPIKeyModelListByAuthorUsernameParams) WithUsername

WithUsername adds the username to the post API key model list by author username params

func (*PostAPIKeyModelListByAuthorUsernameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIKeyModelListByAuthorUsernameReader

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

PostAPIKeyModelListByAuthorUsernameReader is a Reader for the PostAPIKeyModelListByAuthorUsername structure.

func (*PostAPIKeyModelListByAuthorUsernameReader) ReadResponse

ReadResponse reads a server response into the received o.

type PostAPIKeyModelListInternalServerError

type PostAPIKeyModelListInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostAPIKeyModelListInternalServerError

func NewPostAPIKeyModelListInternalServerError() *PostAPIKeyModelListInternalServerError

NewPostAPIKeyModelListInternalServerError creates a PostAPIKeyModelListInternalServerError with default headers values

func (*PostAPIKeyModelListInternalServerError) Code

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

func (*PostAPIKeyModelListInternalServerError) Error

func (*PostAPIKeyModelListInternalServerError) GetPayload

func (*PostAPIKeyModelListInternalServerError) IsClientError

func (o *PostAPIKeyModelListInternalServerError) IsClientError() bool

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

func (*PostAPIKeyModelListInternalServerError) IsCode

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

func (*PostAPIKeyModelListInternalServerError) IsRedirect

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

func (*PostAPIKeyModelListInternalServerError) IsServerError

func (o *PostAPIKeyModelListInternalServerError) IsServerError() bool

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

func (*PostAPIKeyModelListInternalServerError) IsSuccess

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

func (*PostAPIKeyModelListInternalServerError) String

type PostAPIKeyModelListOK

type PostAPIKeyModelListOK struct {
	Payload *models.ResponseModelListResponse
}

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

OK

func NewPostAPIKeyModelListOK

func NewPostAPIKeyModelListOK() *PostAPIKeyModelListOK

NewPostAPIKeyModelListOK creates a PostAPIKeyModelListOK with default headers values

func (*PostAPIKeyModelListOK) Code

func (o *PostAPIKeyModelListOK) Code() int

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

func (*PostAPIKeyModelListOK) Error

func (o *PostAPIKeyModelListOK) Error() string

func (*PostAPIKeyModelListOK) GetPayload

func (*PostAPIKeyModelListOK) IsClientError

func (o *PostAPIKeyModelListOK) IsClientError() bool

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

func (*PostAPIKeyModelListOK) IsCode

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

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

func (*PostAPIKeyModelListOK) IsRedirect

func (o *PostAPIKeyModelListOK) IsRedirect() bool

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

func (*PostAPIKeyModelListOK) IsServerError

func (o *PostAPIKeyModelListOK) IsServerError() bool

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

func (*PostAPIKeyModelListOK) IsSuccess

func (o *PostAPIKeyModelListOK) IsSuccess() bool

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

func (*PostAPIKeyModelListOK) String

func (o *PostAPIKeyModelListOK) String() string

type PostAPIKeyModelListParams

type PostAPIKeyModelListParams struct {

	/* Input.

	   Get Model List Request
	*/
	Input *models.RequestGetModelListRequest

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

PostAPIKeyModelListParams contains all the parameters to send to the API endpoint

for the post API key model list operation.

Typically these are written to a http.Request.

func NewPostAPIKeyModelListParams

func NewPostAPIKeyModelListParams() *PostAPIKeyModelListParams

NewPostAPIKeyModelListParams creates a new PostAPIKeyModelListParams 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 NewPostAPIKeyModelListParamsWithContext

func NewPostAPIKeyModelListParamsWithContext(ctx context.Context) *PostAPIKeyModelListParams

NewPostAPIKeyModelListParamsWithContext creates a new PostAPIKeyModelListParams object with the ability to set a context for a request.

func NewPostAPIKeyModelListParamsWithHTTPClient

func NewPostAPIKeyModelListParamsWithHTTPClient(client *http.Client) *PostAPIKeyModelListParams

NewPostAPIKeyModelListParamsWithHTTPClient creates a new PostAPIKeyModelListParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyModelListParamsWithTimeout

func NewPostAPIKeyModelListParamsWithTimeout(timeout time.Duration) *PostAPIKeyModelListParams

NewPostAPIKeyModelListParamsWithTimeout creates a new PostAPIKeyModelListParams object with the ability to set a timeout on a request.

func (*PostAPIKeyModelListParams) SetContext

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

SetContext adds the context to the post API key model list params

func (*PostAPIKeyModelListParams) SetDefaults

func (o *PostAPIKeyModelListParams) SetDefaults()

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

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

func (*PostAPIKeyModelListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API key model list params

func (*PostAPIKeyModelListParams) SetInput

SetInput adds the input to the post API key model list params

func (*PostAPIKeyModelListParams) SetTimeout

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

SetTimeout adds the timeout to the post API key model list params

func (*PostAPIKeyModelListParams) WithContext

WithContext adds the context to the post API key model list params

func (*PostAPIKeyModelListParams) WithDefaults

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

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

func (*PostAPIKeyModelListParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post API key model list params

func (*PostAPIKeyModelListParams) WithInput

WithInput adds the input to the post API key model list params

func (*PostAPIKeyModelListParams) WithTimeout

WithTimeout adds the timeout to the post API key model list params

func (*PostAPIKeyModelListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIKeyModelListReader

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

PostAPIKeyModelListReader is a Reader for the PostAPIKeyModelList structure.

func (*PostAPIKeyModelListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAPIKeyModelMatchingTagsBadRequest

type PostAPIKeyModelMatchingTagsBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostAPIKeyModelMatchingTagsBadRequest

func NewPostAPIKeyModelMatchingTagsBadRequest() *PostAPIKeyModelMatchingTagsBadRequest

NewPostAPIKeyModelMatchingTagsBadRequest creates a PostAPIKeyModelMatchingTagsBadRequest with default headers values

func (*PostAPIKeyModelMatchingTagsBadRequest) Code

Code gets the status code for the post Api key model matching tags bad request response

func (*PostAPIKeyModelMatchingTagsBadRequest) Error

func (*PostAPIKeyModelMatchingTagsBadRequest) GetPayload

func (*PostAPIKeyModelMatchingTagsBadRequest) IsClientError

func (o *PostAPIKeyModelMatchingTagsBadRequest) IsClientError() bool

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

func (*PostAPIKeyModelMatchingTagsBadRequest) IsCode

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

func (*PostAPIKeyModelMatchingTagsBadRequest) IsRedirect

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

func (*PostAPIKeyModelMatchingTagsBadRequest) IsServerError

func (o *PostAPIKeyModelMatchingTagsBadRequest) IsServerError() bool

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

func (*PostAPIKeyModelMatchingTagsBadRequest) IsSuccess

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

func (*PostAPIKeyModelMatchingTagsBadRequest) String

type PostAPIKeyModelMatchingTagsInternalServerError

type PostAPIKeyModelMatchingTagsInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostAPIKeyModelMatchingTagsInternalServerError

func NewPostAPIKeyModelMatchingTagsInternalServerError() *PostAPIKeyModelMatchingTagsInternalServerError

NewPostAPIKeyModelMatchingTagsInternalServerError creates a PostAPIKeyModelMatchingTagsInternalServerError with default headers values

func (*PostAPIKeyModelMatchingTagsInternalServerError) Code

Code gets the status code for the post Api key model matching tags internal server error response

func (*PostAPIKeyModelMatchingTagsInternalServerError) Error

func (*PostAPIKeyModelMatchingTagsInternalServerError) GetPayload

func (*PostAPIKeyModelMatchingTagsInternalServerError) IsClientError

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

func (*PostAPIKeyModelMatchingTagsInternalServerError) IsCode

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

func (*PostAPIKeyModelMatchingTagsInternalServerError) IsRedirect

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

func (*PostAPIKeyModelMatchingTagsInternalServerError) IsServerError

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

func (*PostAPIKeyModelMatchingTagsInternalServerError) IsSuccess

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

func (*PostAPIKeyModelMatchingTagsInternalServerError) String

type PostAPIKeyModelMatchingTagsOK

type PostAPIKeyModelMatchingTagsOK struct {
	Payload *models.ResponseListDataResponse
}

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

OK

func NewPostAPIKeyModelMatchingTagsOK

func NewPostAPIKeyModelMatchingTagsOK() *PostAPIKeyModelMatchingTagsOK

NewPostAPIKeyModelMatchingTagsOK creates a PostAPIKeyModelMatchingTagsOK with default headers values

func (*PostAPIKeyModelMatchingTagsOK) Code

Code gets the status code for the post Api key model matching tags o k response

func (*PostAPIKeyModelMatchingTagsOK) Error

func (*PostAPIKeyModelMatchingTagsOK) GetPayload

func (*PostAPIKeyModelMatchingTagsOK) IsClientError

func (o *PostAPIKeyModelMatchingTagsOK) IsClientError() bool

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

func (*PostAPIKeyModelMatchingTagsOK) IsCode

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

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

func (*PostAPIKeyModelMatchingTagsOK) IsRedirect

func (o *PostAPIKeyModelMatchingTagsOK) IsRedirect() bool

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

func (*PostAPIKeyModelMatchingTagsOK) IsServerError

func (o *PostAPIKeyModelMatchingTagsOK) IsServerError() bool

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

func (*PostAPIKeyModelMatchingTagsOK) IsSuccess

func (o *PostAPIKeyModelMatchingTagsOK) IsSuccess() bool

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

func (*PostAPIKeyModelMatchingTagsOK) String

type PostAPIKeyModelMatchingTagsParams

type PostAPIKeyModelMatchingTagsParams struct {

	/* Input.

	   Matching Models Tags Request
	*/
	Input *models.RequestMatchingModelsTagsRequest

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

PostAPIKeyModelMatchingTagsParams contains all the parameters to send to the API endpoint

for the post API key model matching tags operation.

Typically these are written to a http.Request.

func NewPostAPIKeyModelMatchingTagsParams

func NewPostAPIKeyModelMatchingTagsParams() *PostAPIKeyModelMatchingTagsParams

NewPostAPIKeyModelMatchingTagsParams creates a new PostAPIKeyModelMatchingTagsParams 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 NewPostAPIKeyModelMatchingTagsParamsWithContext

func NewPostAPIKeyModelMatchingTagsParamsWithContext(ctx context.Context) *PostAPIKeyModelMatchingTagsParams

NewPostAPIKeyModelMatchingTagsParamsWithContext creates a new PostAPIKeyModelMatchingTagsParams object with the ability to set a context for a request.

func NewPostAPIKeyModelMatchingTagsParamsWithHTTPClient

func NewPostAPIKeyModelMatchingTagsParamsWithHTTPClient(client *http.Client) *PostAPIKeyModelMatchingTagsParams

NewPostAPIKeyModelMatchingTagsParamsWithHTTPClient creates a new PostAPIKeyModelMatchingTagsParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyModelMatchingTagsParamsWithTimeout

func NewPostAPIKeyModelMatchingTagsParamsWithTimeout(timeout time.Duration) *PostAPIKeyModelMatchingTagsParams

NewPostAPIKeyModelMatchingTagsParamsWithTimeout creates a new PostAPIKeyModelMatchingTagsParams object with the ability to set a timeout on a request.

func (*PostAPIKeyModelMatchingTagsParams) SetContext

SetContext adds the context to the post API key model matching tags params

func (*PostAPIKeyModelMatchingTagsParams) SetDefaults

func (o *PostAPIKeyModelMatchingTagsParams) SetDefaults()

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

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

func (*PostAPIKeyModelMatchingTagsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API key model matching tags params

func (*PostAPIKeyModelMatchingTagsParams) SetInput

SetInput adds the input to the post API key model matching tags params

func (*PostAPIKeyModelMatchingTagsParams) SetTimeout

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

SetTimeout adds the timeout to the post API key model matching tags params

func (*PostAPIKeyModelMatchingTagsParams) WithContext

WithContext adds the context to the post API key model matching tags params

func (*PostAPIKeyModelMatchingTagsParams) WithDefaults

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

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

func (*PostAPIKeyModelMatchingTagsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post API key model matching tags params

func (*PostAPIKeyModelMatchingTagsParams) WithInput

WithInput adds the input to the post API key model matching tags params

func (*PostAPIKeyModelMatchingTagsParams) WithTimeout

WithTimeout adds the timeout to the post API key model matching tags params

func (*PostAPIKeyModelMatchingTagsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIKeyModelMatchingTagsReader

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

PostAPIKeyModelMatchingTagsReader is a Reader for the PostAPIKeyModelMatchingTags structure.

func (*PostAPIKeyModelMatchingTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAPIKeyModelOK

type PostAPIKeyModelOK struct {
	Payload *models.ResponseModelResponse
}

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

OK

func NewPostAPIKeyModelOK

func NewPostAPIKeyModelOK() *PostAPIKeyModelOK

NewPostAPIKeyModelOK creates a PostAPIKeyModelOK with default headers values

func (*PostAPIKeyModelOK) Code

func (o *PostAPIKeyModelOK) Code() int

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

func (*PostAPIKeyModelOK) Error

func (o *PostAPIKeyModelOK) Error() string

func (*PostAPIKeyModelOK) GetPayload

func (*PostAPIKeyModelOK) IsClientError

func (o *PostAPIKeyModelOK) IsClientError() bool

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

func (*PostAPIKeyModelOK) IsCode

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

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

func (*PostAPIKeyModelOK) IsRedirect

func (o *PostAPIKeyModelOK) IsRedirect() bool

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

func (*PostAPIKeyModelOK) IsServerError

func (o *PostAPIKeyModelOK) IsServerError() bool

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

func (*PostAPIKeyModelOK) IsSuccess

func (o *PostAPIKeyModelOK) IsSuccess() bool

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

func (*PostAPIKeyModelOK) String

func (o *PostAPIKeyModelOK) String() string

type PostAPIKeyModelParams

type PostAPIKeyModelParams struct {

	/* Input.

	   Create Model Request
	*/
	Input *models.RequestCreateModelRequest

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

PostAPIKeyModelParams contains all the parameters to send to the API endpoint

for the post API key model operation.

Typically these are written to a http.Request.

func NewPostAPIKeyModelParams

func NewPostAPIKeyModelParams() *PostAPIKeyModelParams

NewPostAPIKeyModelParams creates a new PostAPIKeyModelParams 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 NewPostAPIKeyModelParamsWithContext

func NewPostAPIKeyModelParamsWithContext(ctx context.Context) *PostAPIKeyModelParams

NewPostAPIKeyModelParamsWithContext creates a new PostAPIKeyModelParams object with the ability to set a context for a request.

func NewPostAPIKeyModelParamsWithHTTPClient

func NewPostAPIKeyModelParamsWithHTTPClient(client *http.Client) *PostAPIKeyModelParams

NewPostAPIKeyModelParamsWithHTTPClient creates a new PostAPIKeyModelParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyModelParamsWithTimeout

func NewPostAPIKeyModelParamsWithTimeout(timeout time.Duration) *PostAPIKeyModelParams

NewPostAPIKeyModelParamsWithTimeout creates a new PostAPIKeyModelParams object with the ability to set a timeout on a request.

func (*PostAPIKeyModelParams) SetContext

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

SetContext adds the context to the post API key model params

func (*PostAPIKeyModelParams) SetDefaults

func (o *PostAPIKeyModelParams) SetDefaults()

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

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

func (*PostAPIKeyModelParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API key model params

func (*PostAPIKeyModelParams) SetInput

SetInput adds the input to the post API key model params

func (*PostAPIKeyModelParams) SetTimeout

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

SetTimeout adds the timeout to the post API key model params

func (*PostAPIKeyModelParams) WithContext

WithContext adds the context to the post API key model params

func (*PostAPIKeyModelParams) WithDefaults

func (o *PostAPIKeyModelParams) WithDefaults() *PostAPIKeyModelParams

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

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

func (*PostAPIKeyModelParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post API key model params

func (*PostAPIKeyModelParams) WithInput

WithInput adds the input to the post API key model params

func (*PostAPIKeyModelParams) WithTimeout

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

WithTimeout adds the timeout to the post API key model params

func (*PostAPIKeyModelParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostAPIKeyModelReader

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

PostAPIKeyModelReader is a Reader for the PostAPIKeyModel structure.

func (*PostAPIKeyModelReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAPIKeyModelIDBadRequest

type PutAPIKeyModelIDBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPutAPIKeyModelIDBadRequest

func NewPutAPIKeyModelIDBadRequest() *PutAPIKeyModelIDBadRequest

NewPutAPIKeyModelIDBadRequest creates a PutAPIKeyModelIDBadRequest with default headers values

func (*PutAPIKeyModelIDBadRequest) Code

func (o *PutAPIKeyModelIDBadRequest) Code() int

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

func (*PutAPIKeyModelIDBadRequest) Error

func (*PutAPIKeyModelIDBadRequest) GetPayload

func (*PutAPIKeyModelIDBadRequest) IsClientError

func (o *PutAPIKeyModelIDBadRequest) IsClientError() bool

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

func (*PutAPIKeyModelIDBadRequest) IsCode

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

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

func (*PutAPIKeyModelIDBadRequest) IsRedirect

func (o *PutAPIKeyModelIDBadRequest) IsRedirect() bool

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

func (*PutAPIKeyModelIDBadRequest) IsServerError

func (o *PutAPIKeyModelIDBadRequest) IsServerError() bool

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

func (*PutAPIKeyModelIDBadRequest) IsSuccess

func (o *PutAPIKeyModelIDBadRequest) IsSuccess() bool

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

func (*PutAPIKeyModelIDBadRequest) String

func (o *PutAPIKeyModelIDBadRequest) String() string

type PutAPIKeyModelIDInternalServerError

type PutAPIKeyModelIDInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPutAPIKeyModelIDInternalServerError

func NewPutAPIKeyModelIDInternalServerError() *PutAPIKeyModelIDInternalServerError

NewPutAPIKeyModelIDInternalServerError creates a PutAPIKeyModelIDInternalServerError with default headers values

func (*PutAPIKeyModelIDInternalServerError) Code

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

func (*PutAPIKeyModelIDInternalServerError) Error

func (*PutAPIKeyModelIDInternalServerError) GetPayload

func (*PutAPIKeyModelIDInternalServerError) IsClientError

func (o *PutAPIKeyModelIDInternalServerError) IsClientError() bool

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

func (*PutAPIKeyModelIDInternalServerError) IsCode

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

func (*PutAPIKeyModelIDInternalServerError) IsRedirect

func (o *PutAPIKeyModelIDInternalServerError) IsRedirect() bool

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

func (*PutAPIKeyModelIDInternalServerError) IsServerError

func (o *PutAPIKeyModelIDInternalServerError) IsServerError() bool

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

func (*PutAPIKeyModelIDInternalServerError) IsSuccess

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

func (*PutAPIKeyModelIDInternalServerError) String

type PutAPIKeyModelIDMetadataBadRequest

type PutAPIKeyModelIDMetadataBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPutAPIKeyModelIDMetadataBadRequest

func NewPutAPIKeyModelIDMetadataBadRequest() *PutAPIKeyModelIDMetadataBadRequest

NewPutAPIKeyModelIDMetadataBadRequest creates a PutAPIKeyModelIDMetadataBadRequest with default headers values

func (*PutAPIKeyModelIDMetadataBadRequest) Code

Code gets the status code for the put Api key model Id metadata bad request response

func (*PutAPIKeyModelIDMetadataBadRequest) Error

func (*PutAPIKeyModelIDMetadataBadRequest) GetPayload

func (*PutAPIKeyModelIDMetadataBadRequest) IsClientError

func (o *PutAPIKeyModelIDMetadataBadRequest) IsClientError() bool

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

func (*PutAPIKeyModelIDMetadataBadRequest) IsCode

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

func (*PutAPIKeyModelIDMetadataBadRequest) IsRedirect

func (o *PutAPIKeyModelIDMetadataBadRequest) IsRedirect() bool

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

func (*PutAPIKeyModelIDMetadataBadRequest) IsServerError

func (o *PutAPIKeyModelIDMetadataBadRequest) IsServerError() bool

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

func (*PutAPIKeyModelIDMetadataBadRequest) IsSuccess

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

func (*PutAPIKeyModelIDMetadataBadRequest) String

type PutAPIKeyModelIDMetadataInternalServerError

type PutAPIKeyModelIDMetadataInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPutAPIKeyModelIDMetadataInternalServerError

func NewPutAPIKeyModelIDMetadataInternalServerError() *PutAPIKeyModelIDMetadataInternalServerError

NewPutAPIKeyModelIDMetadataInternalServerError creates a PutAPIKeyModelIDMetadataInternalServerError with default headers values

func (*PutAPIKeyModelIDMetadataInternalServerError) Code

Code gets the status code for the put Api key model Id metadata internal server error response

func (*PutAPIKeyModelIDMetadataInternalServerError) Error

func (*PutAPIKeyModelIDMetadataInternalServerError) GetPayload

func (*PutAPIKeyModelIDMetadataInternalServerError) IsClientError

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

func (*PutAPIKeyModelIDMetadataInternalServerError) IsCode

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

func (*PutAPIKeyModelIDMetadataInternalServerError) IsRedirect

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

func (*PutAPIKeyModelIDMetadataInternalServerError) IsServerError

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

func (*PutAPIKeyModelIDMetadataInternalServerError) IsSuccess

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

func (*PutAPIKeyModelIDMetadataInternalServerError) String

type PutAPIKeyModelIDMetadataOK

type PutAPIKeyModelIDMetadataOK struct {
	Payload *models.ResponseModelResponse
}

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

OK

func NewPutAPIKeyModelIDMetadataOK

func NewPutAPIKeyModelIDMetadataOK() *PutAPIKeyModelIDMetadataOK

NewPutAPIKeyModelIDMetadataOK creates a PutAPIKeyModelIDMetadataOK with default headers values

func (*PutAPIKeyModelIDMetadataOK) Code

func (o *PutAPIKeyModelIDMetadataOK) Code() int

Code gets the status code for the put Api key model Id metadata o k response

func (*PutAPIKeyModelIDMetadataOK) Error

func (*PutAPIKeyModelIDMetadataOK) GetPayload

func (*PutAPIKeyModelIDMetadataOK) IsClientError

func (o *PutAPIKeyModelIDMetadataOK) IsClientError() bool

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

func (*PutAPIKeyModelIDMetadataOK) IsCode

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

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

func (*PutAPIKeyModelIDMetadataOK) IsRedirect

func (o *PutAPIKeyModelIDMetadataOK) IsRedirect() bool

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

func (*PutAPIKeyModelIDMetadataOK) IsServerError

func (o *PutAPIKeyModelIDMetadataOK) IsServerError() bool

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

func (*PutAPIKeyModelIDMetadataOK) IsSuccess

func (o *PutAPIKeyModelIDMetadataOK) IsSuccess() bool

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

func (*PutAPIKeyModelIDMetadataOK) String

func (o *PutAPIKeyModelIDMetadataOK) String() string

type PutAPIKeyModelIDMetadataParams

type PutAPIKeyModelIDMetadataParams struct {

	/* ID.

	   Model's id
	*/
	ID string

	/* Input.

	   Update Model Metadata Request
	*/
	Input *models.RequestUpdateModelMetadataRequest

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

PutAPIKeyModelIDMetadataParams contains all the parameters to send to the API endpoint

for the put API key model ID metadata operation.

Typically these are written to a http.Request.

func NewPutAPIKeyModelIDMetadataParams

func NewPutAPIKeyModelIDMetadataParams() *PutAPIKeyModelIDMetadataParams

NewPutAPIKeyModelIDMetadataParams creates a new PutAPIKeyModelIDMetadataParams 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 NewPutAPIKeyModelIDMetadataParamsWithContext

func NewPutAPIKeyModelIDMetadataParamsWithContext(ctx context.Context) *PutAPIKeyModelIDMetadataParams

NewPutAPIKeyModelIDMetadataParamsWithContext creates a new PutAPIKeyModelIDMetadataParams object with the ability to set a context for a request.

func NewPutAPIKeyModelIDMetadataParamsWithHTTPClient

func NewPutAPIKeyModelIDMetadataParamsWithHTTPClient(client *http.Client) *PutAPIKeyModelIDMetadataParams

NewPutAPIKeyModelIDMetadataParamsWithHTTPClient creates a new PutAPIKeyModelIDMetadataParams object with the ability to set a custom HTTPClient for a request.

func NewPutAPIKeyModelIDMetadataParamsWithTimeout

func NewPutAPIKeyModelIDMetadataParamsWithTimeout(timeout time.Duration) *PutAPIKeyModelIDMetadataParams

NewPutAPIKeyModelIDMetadataParamsWithTimeout creates a new PutAPIKeyModelIDMetadataParams object with the ability to set a timeout on a request.

func (*PutAPIKeyModelIDMetadataParams) SetContext

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

SetContext adds the context to the put API key model ID metadata params

func (*PutAPIKeyModelIDMetadataParams) SetDefaults

func (o *PutAPIKeyModelIDMetadataParams) SetDefaults()

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

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

func (*PutAPIKeyModelIDMetadataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put API key model ID metadata params

func (*PutAPIKeyModelIDMetadataParams) SetID

SetID adds the id to the put API key model ID metadata params

func (*PutAPIKeyModelIDMetadataParams) SetInput

SetInput adds the input to the put API key model ID metadata params

func (*PutAPIKeyModelIDMetadataParams) SetTimeout

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

SetTimeout adds the timeout to the put API key model ID metadata params

func (*PutAPIKeyModelIDMetadataParams) WithContext

WithContext adds the context to the put API key model ID metadata params

func (*PutAPIKeyModelIDMetadataParams) WithDefaults

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

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

func (*PutAPIKeyModelIDMetadataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put API key model ID metadata params

func (*PutAPIKeyModelIDMetadataParams) WithID

WithID adds the id to the put API key model ID metadata params

func (*PutAPIKeyModelIDMetadataParams) WithInput

WithInput adds the input to the put API key model ID metadata params

func (*PutAPIKeyModelIDMetadataParams) WithTimeout

WithTimeout adds the timeout to the put API key model ID metadata params

func (*PutAPIKeyModelIDMetadataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAPIKeyModelIDMetadataReader

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

PutAPIKeyModelIDMetadataReader is a Reader for the PutAPIKeyModelIDMetadata structure.

func (*PutAPIKeyModelIDMetadataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAPIKeyModelIDOK

type PutAPIKeyModelIDOK struct {
	Payload *models.ResponseModelResponse
}

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

OK

func NewPutAPIKeyModelIDOK

func NewPutAPIKeyModelIDOK() *PutAPIKeyModelIDOK

NewPutAPIKeyModelIDOK creates a PutAPIKeyModelIDOK with default headers values

func (*PutAPIKeyModelIDOK) Code

func (o *PutAPIKeyModelIDOK) Code() int

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

func (*PutAPIKeyModelIDOK) Error

func (o *PutAPIKeyModelIDOK) Error() string

func (*PutAPIKeyModelIDOK) GetPayload

func (*PutAPIKeyModelIDOK) IsClientError

func (o *PutAPIKeyModelIDOK) IsClientError() bool

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

func (*PutAPIKeyModelIDOK) IsCode

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

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

func (*PutAPIKeyModelIDOK) IsRedirect

func (o *PutAPIKeyModelIDOK) IsRedirect() bool

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

func (*PutAPIKeyModelIDOK) IsServerError

func (o *PutAPIKeyModelIDOK) IsServerError() bool

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

func (*PutAPIKeyModelIDOK) IsSuccess

func (o *PutAPIKeyModelIDOK) IsSuccess() bool

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

func (*PutAPIKeyModelIDOK) String

func (o *PutAPIKeyModelIDOK) String() string

type PutAPIKeyModelIDParams

type PutAPIKeyModelIDParams struct {

	/* ID.

	   Model's id
	*/
	ID string

	/* Input.

	   Update Model Request
	*/
	Input *models.RequestUpdateModelRequest

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

PutAPIKeyModelIDParams contains all the parameters to send to the API endpoint

for the put API key model ID operation.

Typically these are written to a http.Request.

func NewPutAPIKeyModelIDParams

func NewPutAPIKeyModelIDParams() *PutAPIKeyModelIDParams

NewPutAPIKeyModelIDParams creates a new PutAPIKeyModelIDParams 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 NewPutAPIKeyModelIDParamsWithContext

func NewPutAPIKeyModelIDParamsWithContext(ctx context.Context) *PutAPIKeyModelIDParams

NewPutAPIKeyModelIDParamsWithContext creates a new PutAPIKeyModelIDParams object with the ability to set a context for a request.

func NewPutAPIKeyModelIDParamsWithHTTPClient

func NewPutAPIKeyModelIDParamsWithHTTPClient(client *http.Client) *PutAPIKeyModelIDParams

NewPutAPIKeyModelIDParamsWithHTTPClient creates a new PutAPIKeyModelIDParams object with the ability to set a custom HTTPClient for a request.

func NewPutAPIKeyModelIDParamsWithTimeout

func NewPutAPIKeyModelIDParamsWithTimeout(timeout time.Duration) *PutAPIKeyModelIDParams

NewPutAPIKeyModelIDParamsWithTimeout creates a new PutAPIKeyModelIDParams object with the ability to set a timeout on a request.

func (*PutAPIKeyModelIDParams) SetContext

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

SetContext adds the context to the put API key model ID params

func (*PutAPIKeyModelIDParams) SetDefaults

func (o *PutAPIKeyModelIDParams) SetDefaults()

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

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

func (*PutAPIKeyModelIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put API key model ID params

func (*PutAPIKeyModelIDParams) SetID

func (o *PutAPIKeyModelIDParams) SetID(id string)

SetID adds the id to the put API key model ID params

func (*PutAPIKeyModelIDParams) SetInput

SetInput adds the input to the put API key model ID params

func (*PutAPIKeyModelIDParams) SetTimeout

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

SetTimeout adds the timeout to the put API key model ID params

func (*PutAPIKeyModelIDParams) WithContext

WithContext adds the context to the put API key model ID params

func (*PutAPIKeyModelIDParams) WithDefaults

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

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

func (*PutAPIKeyModelIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put API key model ID params

func (*PutAPIKeyModelIDParams) WithID

WithID adds the id to the put API key model ID params

func (*PutAPIKeyModelIDParams) WithInput

WithInput adds the input to the put API key model ID params

func (*PutAPIKeyModelIDParams) WithTimeout

WithTimeout adds the timeout to the put API key model ID params

func (*PutAPIKeyModelIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAPIKeyModelIDReader

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

PutAPIKeyModelIDReader is a Reader for the PutAPIKeyModelID structure.

func (*PutAPIKeyModelIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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