Documentation
¶
Index ¶
- func WithContentTypeApplicationJSON(r *runtime.ClientOperation)
- func WithContentTypeApplicationxWwwFormUrlencoded(r *runtime.ClientOperation)
- type Client
- func (a *Client) DeleteAPIKeyModelID(params *DeleteAPIKeyModelIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAPIKeyModelIDOK, error)
- func (a *Client) GetAPIKeyModelID(params *GetAPIKeyModelIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAPIKeyModelIDOK, error)
- func (a *Client) GetAPIKeyModelIDAPIKey(params *GetAPIKeyModelIDAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAPIKeyModelIDAPIKeyOK, error)
- func (a *Client) GetAPIKeyModelIDDownload(params *GetAPIKeyModelIDDownloadParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAPIKeyModelIDDownloadOK, error)
- func (a *Client) GetAPIKeyModelIDInfo(params *GetAPIKeyModelIDInfoParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAPIKeyModelIDInfoOK, error)
- func (a *Client) GetAPIKeyModelIDLike(params *GetAPIKeyModelIDLikeParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAPIKeyModelIDLikeOK, error)
- func (a *Client) GetAPIKeyModelIDServing(params *GetAPIKeyModelIDServingParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAPIKeyModelIDServingOK, error)
- func (a *Client) GetAPIKeyModelIDTaskCost(params *GetAPIKeyModelIDTaskCostParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAPIKeyModelIDTaskCostOK, error)
- func (a *Client) GetAPIKeyModelOrganizationOrg(params *GetAPIKeyModelOrganizationOrgParams, ...) (*GetAPIKeyModelOrganizationOrgOK, error)
- func (a *Client) GetAPIKeyModelUsernameName(params *GetAPIKeyModelUsernameNameParams, ...) (*GetAPIKeyModelUsernameNameOK, error)
- func (a *Client) GetAPIKeyModelVerifySupportPlatforms(params *GetAPIKeyModelVerifySupportPlatformsParams, ...) (*GetAPIKeyModelVerifySupportPlatformsOK, error)
- func (a *Client) PostAPIKeyModel(params *PostAPIKeyModelParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PostAPIKeyModelOK, error)
- func (a *Client) PostAPIKeyModelIDAPIKey(params *PostAPIKeyModelIDAPIKeyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PostAPIKeyModelIDAPIKeyOK, error)
- func (a *Client) PostAPIKeyModelIDStatistics(params *PostAPIKeyModelIDStatisticsParams, ...) (*PostAPIKeyModelIDStatisticsOK, error)
- func (a *Client) PostAPIKeyModelList(params *PostAPIKeyModelListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PostAPIKeyModelListOK, error)
- func (a *Client) PostAPIKeyModelListByAuthorUsername(params *PostAPIKeyModelListByAuthorUsernameParams, ...) (*PostAPIKeyModelListByAuthorUsernameOK, error)
- func (a *Client) PostAPIKeyModelMatchingTags(params *PostAPIKeyModelMatchingTagsParams, ...) (*PostAPIKeyModelMatchingTagsOK, error)
- func (a *Client) PutAPIKeyModelID(params *PutAPIKeyModelIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PutAPIKeyModelIDOK, error)
- func (a *Client) PutAPIKeyModelIDMetadata(params *PutAPIKeyModelIDMetadataParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PutAPIKeyModelIDMetadataOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type DeleteAPIKeyModelIDBadRequest
- func (o *DeleteAPIKeyModelIDBadRequest) Code() int
- func (o *DeleteAPIKeyModelIDBadRequest) Error() string
- func (o *DeleteAPIKeyModelIDBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *DeleteAPIKeyModelIDBadRequest) IsClientError() bool
- func (o *DeleteAPIKeyModelIDBadRequest) IsCode(code int) bool
- func (o *DeleteAPIKeyModelIDBadRequest) IsRedirect() bool
- func (o *DeleteAPIKeyModelIDBadRequest) IsServerError() bool
- func (o *DeleteAPIKeyModelIDBadRequest) IsSuccess() bool
- func (o *DeleteAPIKeyModelIDBadRequest) String() string
- type DeleteAPIKeyModelIDInternalServerError
- func (o *DeleteAPIKeyModelIDInternalServerError) Code() int
- func (o *DeleteAPIKeyModelIDInternalServerError) Error() string
- func (o *DeleteAPIKeyModelIDInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *DeleteAPIKeyModelIDInternalServerError) IsClientError() bool
- func (o *DeleteAPIKeyModelIDInternalServerError) IsCode(code int) bool
- func (o *DeleteAPIKeyModelIDInternalServerError) IsRedirect() bool
- func (o *DeleteAPIKeyModelIDInternalServerError) IsServerError() bool
- func (o *DeleteAPIKeyModelIDInternalServerError) IsSuccess() bool
- func (o *DeleteAPIKeyModelIDInternalServerError) String() string
- type DeleteAPIKeyModelIDOK
- func (o *DeleteAPIKeyModelIDOK) Code() int
- func (o *DeleteAPIKeyModelIDOK) Error() string
- func (o *DeleteAPIKeyModelIDOK) GetPayload() *models.ResponseSuccessResponse
- func (o *DeleteAPIKeyModelIDOK) IsClientError() bool
- func (o *DeleteAPIKeyModelIDOK) IsCode(code int) bool
- func (o *DeleteAPIKeyModelIDOK) IsRedirect() bool
- func (o *DeleteAPIKeyModelIDOK) IsServerError() bool
- func (o *DeleteAPIKeyModelIDOK) IsSuccess() bool
- func (o *DeleteAPIKeyModelIDOK) String() string
- type DeleteAPIKeyModelIDParams
- func NewDeleteAPIKeyModelIDParams() *DeleteAPIKeyModelIDParams
- func NewDeleteAPIKeyModelIDParamsWithContext(ctx context.Context) *DeleteAPIKeyModelIDParams
- func NewDeleteAPIKeyModelIDParamsWithHTTPClient(client *http.Client) *DeleteAPIKeyModelIDParams
- func NewDeleteAPIKeyModelIDParamsWithTimeout(timeout time.Duration) *DeleteAPIKeyModelIDParams
- func (o *DeleteAPIKeyModelIDParams) SetContext(ctx context.Context)
- func (o *DeleteAPIKeyModelIDParams) SetDefaults()
- func (o *DeleteAPIKeyModelIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAPIKeyModelIDParams) SetID(id string)
- func (o *DeleteAPIKeyModelIDParams) SetInput(input *models.RequestDeleteModelRequest)
- func (o *DeleteAPIKeyModelIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAPIKeyModelIDParams) WithContext(ctx context.Context) *DeleteAPIKeyModelIDParams
- func (o *DeleteAPIKeyModelIDParams) WithDefaults() *DeleteAPIKeyModelIDParams
- func (o *DeleteAPIKeyModelIDParams) WithHTTPClient(client *http.Client) *DeleteAPIKeyModelIDParams
- func (o *DeleteAPIKeyModelIDParams) WithID(id string) *DeleteAPIKeyModelIDParams
- func (o *DeleteAPIKeyModelIDParams) WithInput(input *models.RequestDeleteModelRequest) *DeleteAPIKeyModelIDParams
- func (o *DeleteAPIKeyModelIDParams) WithTimeout(timeout time.Duration) *DeleteAPIKeyModelIDParams
- func (o *DeleteAPIKeyModelIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAPIKeyModelIDReader
- type GetAPIKeyModelIDAPIKeyBadRequest
- func (o *GetAPIKeyModelIDAPIKeyBadRequest) Code() int
- func (o *GetAPIKeyModelIDAPIKeyBadRequest) Error() string
- func (o *GetAPIKeyModelIDAPIKeyBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *GetAPIKeyModelIDAPIKeyBadRequest) IsClientError() bool
- func (o *GetAPIKeyModelIDAPIKeyBadRequest) IsCode(code int) bool
- func (o *GetAPIKeyModelIDAPIKeyBadRequest) IsRedirect() bool
- func (o *GetAPIKeyModelIDAPIKeyBadRequest) IsServerError() bool
- func (o *GetAPIKeyModelIDAPIKeyBadRequest) IsSuccess() bool
- func (o *GetAPIKeyModelIDAPIKeyBadRequest) String() string
- type GetAPIKeyModelIDAPIKeyInternalServerError
- func (o *GetAPIKeyModelIDAPIKeyInternalServerError) Code() int
- func (o *GetAPIKeyModelIDAPIKeyInternalServerError) Error() string
- func (o *GetAPIKeyModelIDAPIKeyInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *GetAPIKeyModelIDAPIKeyInternalServerError) IsClientError() bool
- func (o *GetAPIKeyModelIDAPIKeyInternalServerError) IsCode(code int) bool
- func (o *GetAPIKeyModelIDAPIKeyInternalServerError) IsRedirect() bool
- func (o *GetAPIKeyModelIDAPIKeyInternalServerError) IsServerError() bool
- func (o *GetAPIKeyModelIDAPIKeyInternalServerError) IsSuccess() bool
- func (o *GetAPIKeyModelIDAPIKeyInternalServerError) String() string
- type GetAPIKeyModelIDAPIKeyOK
- func (o *GetAPIKeyModelIDAPIKeyOK) Code() int
- func (o *GetAPIKeyModelIDAPIKeyOK) Error() string
- func (o *GetAPIKeyModelIDAPIKeyOK) GetPayload() *models.ResponseListAPIKeyResponse
- func (o *GetAPIKeyModelIDAPIKeyOK) IsClientError() bool
- func (o *GetAPIKeyModelIDAPIKeyOK) IsCode(code int) bool
- func (o *GetAPIKeyModelIDAPIKeyOK) IsRedirect() bool
- func (o *GetAPIKeyModelIDAPIKeyOK) IsServerError() bool
- func (o *GetAPIKeyModelIDAPIKeyOK) IsSuccess() bool
- func (o *GetAPIKeyModelIDAPIKeyOK) String() string
- type GetAPIKeyModelIDAPIKeyParams
- func NewGetAPIKeyModelIDAPIKeyParams() *GetAPIKeyModelIDAPIKeyParams
- func NewGetAPIKeyModelIDAPIKeyParamsWithContext(ctx context.Context) *GetAPIKeyModelIDAPIKeyParams
- func NewGetAPIKeyModelIDAPIKeyParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelIDAPIKeyParams
- func NewGetAPIKeyModelIDAPIKeyParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelIDAPIKeyParams
- func (o *GetAPIKeyModelIDAPIKeyParams) SetContext(ctx context.Context)
- func (o *GetAPIKeyModelIDAPIKeyParams) SetDefaults()
- func (o *GetAPIKeyModelIDAPIKeyParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIKeyModelIDAPIKeyParams) SetID(id string)
- func (o *GetAPIKeyModelIDAPIKeyParams) SetLimit(limit *int64)
- func (o *GetAPIKeyModelIDAPIKeyParams) SetOffset(offset *int64)
- func (o *GetAPIKeyModelIDAPIKeyParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIKeyModelIDAPIKeyParams) WithContext(ctx context.Context) *GetAPIKeyModelIDAPIKeyParams
- func (o *GetAPIKeyModelIDAPIKeyParams) WithDefaults() *GetAPIKeyModelIDAPIKeyParams
- func (o *GetAPIKeyModelIDAPIKeyParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelIDAPIKeyParams
- func (o *GetAPIKeyModelIDAPIKeyParams) WithID(id string) *GetAPIKeyModelIDAPIKeyParams
- func (o *GetAPIKeyModelIDAPIKeyParams) WithLimit(limit *int64) *GetAPIKeyModelIDAPIKeyParams
- func (o *GetAPIKeyModelIDAPIKeyParams) WithOffset(offset *int64) *GetAPIKeyModelIDAPIKeyParams
- func (o *GetAPIKeyModelIDAPIKeyParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelIDAPIKeyParams
- func (o *GetAPIKeyModelIDAPIKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIKeyModelIDAPIKeyReader
- type GetAPIKeyModelIDBadRequest
- func (o *GetAPIKeyModelIDBadRequest) Code() int
- func (o *GetAPIKeyModelIDBadRequest) Error() string
- func (o *GetAPIKeyModelIDBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *GetAPIKeyModelIDBadRequest) IsClientError() bool
- func (o *GetAPIKeyModelIDBadRequest) IsCode(code int) bool
- func (o *GetAPIKeyModelIDBadRequest) IsRedirect() bool
- func (o *GetAPIKeyModelIDBadRequest) IsServerError() bool
- func (o *GetAPIKeyModelIDBadRequest) IsSuccess() bool
- func (o *GetAPIKeyModelIDBadRequest) String() string
- type GetAPIKeyModelIDDownloadBadRequest
- func (o *GetAPIKeyModelIDDownloadBadRequest) Code() int
- func (o *GetAPIKeyModelIDDownloadBadRequest) Error() string
- func (o *GetAPIKeyModelIDDownloadBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *GetAPIKeyModelIDDownloadBadRequest) IsClientError() bool
- func (o *GetAPIKeyModelIDDownloadBadRequest) IsCode(code int) bool
- func (o *GetAPIKeyModelIDDownloadBadRequest) IsRedirect() bool
- func (o *GetAPIKeyModelIDDownloadBadRequest) IsServerError() bool
- func (o *GetAPIKeyModelIDDownloadBadRequest) IsSuccess() bool
- func (o *GetAPIKeyModelIDDownloadBadRequest) String() string
- type GetAPIKeyModelIDDownloadInternalServerError
- func (o *GetAPIKeyModelIDDownloadInternalServerError) Code() int
- func (o *GetAPIKeyModelIDDownloadInternalServerError) Error() string
- func (o *GetAPIKeyModelIDDownloadInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *GetAPIKeyModelIDDownloadInternalServerError) IsClientError() bool
- func (o *GetAPIKeyModelIDDownloadInternalServerError) IsCode(code int) bool
- func (o *GetAPIKeyModelIDDownloadInternalServerError) IsRedirect() bool
- func (o *GetAPIKeyModelIDDownloadInternalServerError) IsServerError() bool
- func (o *GetAPIKeyModelIDDownloadInternalServerError) IsSuccess() bool
- func (o *GetAPIKeyModelIDDownloadInternalServerError) String() string
- type GetAPIKeyModelIDDownloadOK
- func (o *GetAPIKeyModelIDDownloadOK) Code() int
- func (o *GetAPIKeyModelIDDownloadOK) Error() string
- func (o *GetAPIKeyModelIDDownloadOK) GetPayload() *models.ResponseDownloadModelListResponse
- func (o *GetAPIKeyModelIDDownloadOK) IsClientError() bool
- func (o *GetAPIKeyModelIDDownloadOK) IsCode(code int) bool
- func (o *GetAPIKeyModelIDDownloadOK) IsRedirect() bool
- func (o *GetAPIKeyModelIDDownloadOK) IsServerError() bool
- func (o *GetAPIKeyModelIDDownloadOK) IsSuccess() bool
- func (o *GetAPIKeyModelIDDownloadOK) String() string
- type GetAPIKeyModelIDDownloadParams
- func NewGetAPIKeyModelIDDownloadParams() *GetAPIKeyModelIDDownloadParams
- func NewGetAPIKeyModelIDDownloadParamsWithContext(ctx context.Context) *GetAPIKeyModelIDDownloadParams
- func NewGetAPIKeyModelIDDownloadParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelIDDownloadParams
- func NewGetAPIKeyModelIDDownloadParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelIDDownloadParams
- func (o *GetAPIKeyModelIDDownloadParams) SetContext(ctx context.Context)
- func (o *GetAPIKeyModelIDDownloadParams) SetDefaults()
- func (o *GetAPIKeyModelIDDownloadParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIKeyModelIDDownloadParams) SetID(id string)
- func (o *GetAPIKeyModelIDDownloadParams) SetLimit(limit *int64)
- func (o *GetAPIKeyModelIDDownloadParams) SetOffset(offset *int64)
- func (o *GetAPIKeyModelIDDownloadParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIKeyModelIDDownloadParams) WithContext(ctx context.Context) *GetAPIKeyModelIDDownloadParams
- func (o *GetAPIKeyModelIDDownloadParams) WithDefaults() *GetAPIKeyModelIDDownloadParams
- func (o *GetAPIKeyModelIDDownloadParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelIDDownloadParams
- func (o *GetAPIKeyModelIDDownloadParams) WithID(id string) *GetAPIKeyModelIDDownloadParams
- func (o *GetAPIKeyModelIDDownloadParams) WithLimit(limit *int64) *GetAPIKeyModelIDDownloadParams
- func (o *GetAPIKeyModelIDDownloadParams) WithOffset(offset *int64) *GetAPIKeyModelIDDownloadParams
- func (o *GetAPIKeyModelIDDownloadParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelIDDownloadParams
- func (o *GetAPIKeyModelIDDownloadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIKeyModelIDDownloadReader
- type GetAPIKeyModelIDInfoBadRequest
- func (o *GetAPIKeyModelIDInfoBadRequest) Code() int
- func (o *GetAPIKeyModelIDInfoBadRequest) Error() string
- func (o *GetAPIKeyModelIDInfoBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *GetAPIKeyModelIDInfoBadRequest) IsClientError() bool
- func (o *GetAPIKeyModelIDInfoBadRequest) IsCode(code int) bool
- func (o *GetAPIKeyModelIDInfoBadRequest) IsRedirect() bool
- func (o *GetAPIKeyModelIDInfoBadRequest) IsServerError() bool
- func (o *GetAPIKeyModelIDInfoBadRequest) IsSuccess() bool
- func (o *GetAPIKeyModelIDInfoBadRequest) String() string
- type GetAPIKeyModelIDInfoInternalServerError
- func (o *GetAPIKeyModelIDInfoInternalServerError) Code() int
- func (o *GetAPIKeyModelIDInfoInternalServerError) Error() string
- func (o *GetAPIKeyModelIDInfoInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *GetAPIKeyModelIDInfoInternalServerError) IsClientError() bool
- func (o *GetAPIKeyModelIDInfoInternalServerError) IsCode(code int) bool
- func (o *GetAPIKeyModelIDInfoInternalServerError) IsRedirect() bool
- func (o *GetAPIKeyModelIDInfoInternalServerError) IsServerError() bool
- func (o *GetAPIKeyModelIDInfoInternalServerError) IsSuccess() bool
- func (o *GetAPIKeyModelIDInfoInternalServerError) String() string
- type GetAPIKeyModelIDInfoOK
- func (o *GetAPIKeyModelIDInfoOK) Code() int
- func (o *GetAPIKeyModelIDInfoOK) Error() string
- func (o *GetAPIKeyModelIDInfoOK) GetPayload() *models.ResponseAPIKeyInfoResponse
- func (o *GetAPIKeyModelIDInfoOK) IsClientError() bool
- func (o *GetAPIKeyModelIDInfoOK) IsCode(code int) bool
- func (o *GetAPIKeyModelIDInfoOK) IsRedirect() bool
- func (o *GetAPIKeyModelIDInfoOK) IsServerError() bool
- func (o *GetAPIKeyModelIDInfoOK) IsSuccess() bool
- func (o *GetAPIKeyModelIDInfoOK) String() string
- type GetAPIKeyModelIDInfoParams
- func NewGetAPIKeyModelIDInfoParams() *GetAPIKeyModelIDInfoParams
- func NewGetAPIKeyModelIDInfoParamsWithContext(ctx context.Context) *GetAPIKeyModelIDInfoParams
- func NewGetAPIKeyModelIDInfoParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelIDInfoParams
- func NewGetAPIKeyModelIDInfoParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelIDInfoParams
- func (o *GetAPIKeyModelIDInfoParams) SetContext(ctx context.Context)
- func (o *GetAPIKeyModelIDInfoParams) SetDefaults()
- func (o *GetAPIKeyModelIDInfoParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIKeyModelIDInfoParams) SetID(id string)
- func (o *GetAPIKeyModelIDInfoParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIKeyModelIDInfoParams) WithContext(ctx context.Context) *GetAPIKeyModelIDInfoParams
- func (o *GetAPIKeyModelIDInfoParams) WithDefaults() *GetAPIKeyModelIDInfoParams
- func (o *GetAPIKeyModelIDInfoParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelIDInfoParams
- func (o *GetAPIKeyModelIDInfoParams) WithID(id string) *GetAPIKeyModelIDInfoParams
- func (o *GetAPIKeyModelIDInfoParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelIDInfoParams
- func (o *GetAPIKeyModelIDInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIKeyModelIDInfoReader
- type GetAPIKeyModelIDInternalServerError
- func (o *GetAPIKeyModelIDInternalServerError) Code() int
- func (o *GetAPIKeyModelIDInternalServerError) Error() string
- func (o *GetAPIKeyModelIDInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *GetAPIKeyModelIDInternalServerError) IsClientError() bool
- func (o *GetAPIKeyModelIDInternalServerError) IsCode(code int) bool
- func (o *GetAPIKeyModelIDInternalServerError) IsRedirect() bool
- func (o *GetAPIKeyModelIDInternalServerError) IsServerError() bool
- func (o *GetAPIKeyModelIDInternalServerError) IsSuccess() bool
- func (o *GetAPIKeyModelIDInternalServerError) String() string
- type GetAPIKeyModelIDLikeBadRequest
- func (o *GetAPIKeyModelIDLikeBadRequest) Code() int
- func (o *GetAPIKeyModelIDLikeBadRequest) Error() string
- func (o *GetAPIKeyModelIDLikeBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *GetAPIKeyModelIDLikeBadRequest) IsClientError() bool
- func (o *GetAPIKeyModelIDLikeBadRequest) IsCode(code int) bool
- func (o *GetAPIKeyModelIDLikeBadRequest) IsRedirect() bool
- func (o *GetAPIKeyModelIDLikeBadRequest) IsServerError() bool
- func (o *GetAPIKeyModelIDLikeBadRequest) IsSuccess() bool
- func (o *GetAPIKeyModelIDLikeBadRequest) String() string
- type GetAPIKeyModelIDLikeInternalServerError
- func (o *GetAPIKeyModelIDLikeInternalServerError) Code() int
- func (o *GetAPIKeyModelIDLikeInternalServerError) Error() string
- func (o *GetAPIKeyModelIDLikeInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *GetAPIKeyModelIDLikeInternalServerError) IsClientError() bool
- func (o *GetAPIKeyModelIDLikeInternalServerError) IsCode(code int) bool
- func (o *GetAPIKeyModelIDLikeInternalServerError) IsRedirect() bool
- func (o *GetAPIKeyModelIDLikeInternalServerError) IsServerError() bool
- func (o *GetAPIKeyModelIDLikeInternalServerError) IsSuccess() bool
- func (o *GetAPIKeyModelIDLikeInternalServerError) String() string
- type GetAPIKeyModelIDLikeOK
- func (o *GetAPIKeyModelIDLikeOK) Code() int
- func (o *GetAPIKeyModelIDLikeOK) Error() string
- func (o *GetAPIKeyModelIDLikeOK) GetPayload() *models.ResponseLikeModelListResponse
- func (o *GetAPIKeyModelIDLikeOK) IsClientError() bool
- func (o *GetAPIKeyModelIDLikeOK) IsCode(code int) bool
- func (o *GetAPIKeyModelIDLikeOK) IsRedirect() bool
- func (o *GetAPIKeyModelIDLikeOK) IsServerError() bool
- func (o *GetAPIKeyModelIDLikeOK) IsSuccess() bool
- func (o *GetAPIKeyModelIDLikeOK) String() string
- type GetAPIKeyModelIDLikeParams
- func NewGetAPIKeyModelIDLikeParams() *GetAPIKeyModelIDLikeParams
- func NewGetAPIKeyModelIDLikeParamsWithContext(ctx context.Context) *GetAPIKeyModelIDLikeParams
- func NewGetAPIKeyModelIDLikeParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelIDLikeParams
- func NewGetAPIKeyModelIDLikeParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelIDLikeParams
- func (o *GetAPIKeyModelIDLikeParams) SetContext(ctx context.Context)
- func (o *GetAPIKeyModelIDLikeParams) SetDefaults()
- func (o *GetAPIKeyModelIDLikeParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIKeyModelIDLikeParams) SetID(id string)
- func (o *GetAPIKeyModelIDLikeParams) SetLimit(limit *int64)
- func (o *GetAPIKeyModelIDLikeParams) SetOffset(offset *int64)
- func (o *GetAPIKeyModelIDLikeParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIKeyModelIDLikeParams) WithContext(ctx context.Context) *GetAPIKeyModelIDLikeParams
- func (o *GetAPIKeyModelIDLikeParams) WithDefaults() *GetAPIKeyModelIDLikeParams
- func (o *GetAPIKeyModelIDLikeParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelIDLikeParams
- func (o *GetAPIKeyModelIDLikeParams) WithID(id string) *GetAPIKeyModelIDLikeParams
- func (o *GetAPIKeyModelIDLikeParams) WithLimit(limit *int64) *GetAPIKeyModelIDLikeParams
- func (o *GetAPIKeyModelIDLikeParams) WithOffset(offset *int64) *GetAPIKeyModelIDLikeParams
- func (o *GetAPIKeyModelIDLikeParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelIDLikeParams
- func (o *GetAPIKeyModelIDLikeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIKeyModelIDLikeReader
- type GetAPIKeyModelIDOK
- func (o *GetAPIKeyModelIDOK) Code() int
- func (o *GetAPIKeyModelIDOK) Error() string
- func (o *GetAPIKeyModelIDOK) GetPayload() *models.ResponseModelResponse
- func (o *GetAPIKeyModelIDOK) IsClientError() bool
- func (o *GetAPIKeyModelIDOK) IsCode(code int) bool
- func (o *GetAPIKeyModelIDOK) IsRedirect() bool
- func (o *GetAPIKeyModelIDOK) IsServerError() bool
- func (o *GetAPIKeyModelIDOK) IsSuccess() bool
- func (o *GetAPIKeyModelIDOK) String() string
- type GetAPIKeyModelIDParams
- func NewGetAPIKeyModelIDParams() *GetAPIKeyModelIDParams
- func NewGetAPIKeyModelIDParamsWithContext(ctx context.Context) *GetAPIKeyModelIDParams
- func NewGetAPIKeyModelIDParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelIDParams
- func NewGetAPIKeyModelIDParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelIDParams
- func (o *GetAPIKeyModelIDParams) SetContext(ctx context.Context)
- func (o *GetAPIKeyModelIDParams) SetDefaults()
- func (o *GetAPIKeyModelIDParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIKeyModelIDParams) SetID(id string)
- func (o *GetAPIKeyModelIDParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIKeyModelIDParams) WithContext(ctx context.Context) *GetAPIKeyModelIDParams
- func (o *GetAPIKeyModelIDParams) WithDefaults() *GetAPIKeyModelIDParams
- func (o *GetAPIKeyModelIDParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelIDParams
- func (o *GetAPIKeyModelIDParams) WithID(id string) *GetAPIKeyModelIDParams
- func (o *GetAPIKeyModelIDParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelIDParams
- func (o *GetAPIKeyModelIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIKeyModelIDReader
- type GetAPIKeyModelIDServingBadRequest
- func (o *GetAPIKeyModelIDServingBadRequest) Code() int
- func (o *GetAPIKeyModelIDServingBadRequest) Error() string
- func (o *GetAPIKeyModelIDServingBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *GetAPIKeyModelIDServingBadRequest) IsClientError() bool
- func (o *GetAPIKeyModelIDServingBadRequest) IsCode(code int) bool
- func (o *GetAPIKeyModelIDServingBadRequest) IsRedirect() bool
- func (o *GetAPIKeyModelIDServingBadRequest) IsServerError() bool
- func (o *GetAPIKeyModelIDServingBadRequest) IsSuccess() bool
- func (o *GetAPIKeyModelIDServingBadRequest) String() string
- type GetAPIKeyModelIDServingInternalServerError
- func (o *GetAPIKeyModelIDServingInternalServerError) Code() int
- func (o *GetAPIKeyModelIDServingInternalServerError) Error() string
- func (o *GetAPIKeyModelIDServingInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *GetAPIKeyModelIDServingInternalServerError) IsClientError() bool
- func (o *GetAPIKeyModelIDServingInternalServerError) IsCode(code int) bool
- func (o *GetAPIKeyModelIDServingInternalServerError) IsRedirect() bool
- func (o *GetAPIKeyModelIDServingInternalServerError) IsServerError() bool
- func (o *GetAPIKeyModelIDServingInternalServerError) IsSuccess() bool
- func (o *GetAPIKeyModelIDServingInternalServerError) String() string
- type GetAPIKeyModelIDServingOK
- func (o *GetAPIKeyModelIDServingOK) Code() int
- func (o *GetAPIKeyModelIDServingOK) Error() string
- func (o *GetAPIKeyModelIDServingOK) GetPayload() *models.ResponseCheckModelIsServingResponse
- func (o *GetAPIKeyModelIDServingOK) IsClientError() bool
- func (o *GetAPIKeyModelIDServingOK) IsCode(code int) bool
- func (o *GetAPIKeyModelIDServingOK) IsRedirect() bool
- func (o *GetAPIKeyModelIDServingOK) IsServerError() bool
- func (o *GetAPIKeyModelIDServingOK) IsSuccess() bool
- func (o *GetAPIKeyModelIDServingOK) String() string
- type GetAPIKeyModelIDServingParams
- func NewGetAPIKeyModelIDServingParams() *GetAPIKeyModelIDServingParams
- func NewGetAPIKeyModelIDServingParamsWithContext(ctx context.Context) *GetAPIKeyModelIDServingParams
- func NewGetAPIKeyModelIDServingParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelIDServingParams
- func NewGetAPIKeyModelIDServingParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelIDServingParams
- func (o *GetAPIKeyModelIDServingParams) SetContext(ctx context.Context)
- func (o *GetAPIKeyModelIDServingParams) SetDefaults()
- func (o *GetAPIKeyModelIDServingParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIKeyModelIDServingParams) SetID(id string)
- func (o *GetAPIKeyModelIDServingParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIKeyModelIDServingParams) WithContext(ctx context.Context) *GetAPIKeyModelIDServingParams
- func (o *GetAPIKeyModelIDServingParams) WithDefaults() *GetAPIKeyModelIDServingParams
- func (o *GetAPIKeyModelIDServingParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelIDServingParams
- func (o *GetAPIKeyModelIDServingParams) WithID(id string) *GetAPIKeyModelIDServingParams
- func (o *GetAPIKeyModelIDServingParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelIDServingParams
- func (o *GetAPIKeyModelIDServingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIKeyModelIDServingReader
- type GetAPIKeyModelIDTaskCostBadRequest
- func (o *GetAPIKeyModelIDTaskCostBadRequest) Code() int
- func (o *GetAPIKeyModelIDTaskCostBadRequest) Error() string
- func (o *GetAPIKeyModelIDTaskCostBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *GetAPIKeyModelIDTaskCostBadRequest) IsClientError() bool
- func (o *GetAPIKeyModelIDTaskCostBadRequest) IsCode(code int) bool
- func (o *GetAPIKeyModelIDTaskCostBadRequest) IsRedirect() bool
- func (o *GetAPIKeyModelIDTaskCostBadRequest) IsServerError() bool
- func (o *GetAPIKeyModelIDTaskCostBadRequest) IsSuccess() bool
- func (o *GetAPIKeyModelIDTaskCostBadRequest) String() string
- type GetAPIKeyModelIDTaskCostInternalServerError
- func (o *GetAPIKeyModelIDTaskCostInternalServerError) Code() int
- func (o *GetAPIKeyModelIDTaskCostInternalServerError) Error() string
- func (o *GetAPIKeyModelIDTaskCostInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *GetAPIKeyModelIDTaskCostInternalServerError) IsClientError() bool
- func (o *GetAPIKeyModelIDTaskCostInternalServerError) IsCode(code int) bool
- func (o *GetAPIKeyModelIDTaskCostInternalServerError) IsRedirect() bool
- func (o *GetAPIKeyModelIDTaskCostInternalServerError) IsServerError() bool
- func (o *GetAPIKeyModelIDTaskCostInternalServerError) IsSuccess() bool
- func (o *GetAPIKeyModelIDTaskCostInternalServerError) String() string
- type GetAPIKeyModelIDTaskCostOK
- func (o *GetAPIKeyModelIDTaskCostOK) Code() int
- func (o *GetAPIKeyModelIDTaskCostOK) Error() string
- func (o *GetAPIKeyModelIDTaskCostOK) GetPayload() *models.ResponseEstimateCostResponse
- func (o *GetAPIKeyModelIDTaskCostOK) IsClientError() bool
- func (o *GetAPIKeyModelIDTaskCostOK) IsCode(code int) bool
- func (o *GetAPIKeyModelIDTaskCostOK) IsRedirect() bool
- func (o *GetAPIKeyModelIDTaskCostOK) IsServerError() bool
- func (o *GetAPIKeyModelIDTaskCostOK) IsSuccess() bool
- func (o *GetAPIKeyModelIDTaskCostOK) String() string
- type GetAPIKeyModelIDTaskCostParams
- func NewGetAPIKeyModelIDTaskCostParams() *GetAPIKeyModelIDTaskCostParams
- func NewGetAPIKeyModelIDTaskCostParamsWithContext(ctx context.Context) *GetAPIKeyModelIDTaskCostParams
- func NewGetAPIKeyModelIDTaskCostParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelIDTaskCostParams
- func NewGetAPIKeyModelIDTaskCostParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelIDTaskCostParams
- func (o *GetAPIKeyModelIDTaskCostParams) SetContext(ctx context.Context)
- func (o *GetAPIKeyModelIDTaskCostParams) SetDefaults()
- func (o *GetAPIKeyModelIDTaskCostParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIKeyModelIDTaskCostParams) SetID(id string)
- func (o *GetAPIKeyModelIDTaskCostParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIKeyModelIDTaskCostParams) WithContext(ctx context.Context) *GetAPIKeyModelIDTaskCostParams
- func (o *GetAPIKeyModelIDTaskCostParams) WithDefaults() *GetAPIKeyModelIDTaskCostParams
- func (o *GetAPIKeyModelIDTaskCostParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelIDTaskCostParams
- func (o *GetAPIKeyModelIDTaskCostParams) WithID(id string) *GetAPIKeyModelIDTaskCostParams
- func (o *GetAPIKeyModelIDTaskCostParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelIDTaskCostParams
- func (o *GetAPIKeyModelIDTaskCostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIKeyModelIDTaskCostReader
- type GetAPIKeyModelOrganizationOrgBadRequest
- func (o *GetAPIKeyModelOrganizationOrgBadRequest) Code() int
- func (o *GetAPIKeyModelOrganizationOrgBadRequest) Error() string
- func (o *GetAPIKeyModelOrganizationOrgBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *GetAPIKeyModelOrganizationOrgBadRequest) IsClientError() bool
- func (o *GetAPIKeyModelOrganizationOrgBadRequest) IsCode(code int) bool
- func (o *GetAPIKeyModelOrganizationOrgBadRequest) IsRedirect() bool
- func (o *GetAPIKeyModelOrganizationOrgBadRequest) IsServerError() bool
- func (o *GetAPIKeyModelOrganizationOrgBadRequest) IsSuccess() bool
- func (o *GetAPIKeyModelOrganizationOrgBadRequest) String() string
- type GetAPIKeyModelOrganizationOrgInternalServerError
- func (o *GetAPIKeyModelOrganizationOrgInternalServerError) Code() int
- func (o *GetAPIKeyModelOrganizationOrgInternalServerError) Error() string
- func (o *GetAPIKeyModelOrganizationOrgInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *GetAPIKeyModelOrganizationOrgInternalServerError) IsClientError() bool
- func (o *GetAPIKeyModelOrganizationOrgInternalServerError) IsCode(code int) bool
- func (o *GetAPIKeyModelOrganizationOrgInternalServerError) IsRedirect() bool
- func (o *GetAPIKeyModelOrganizationOrgInternalServerError) IsServerError() bool
- func (o *GetAPIKeyModelOrganizationOrgInternalServerError) IsSuccess() bool
- func (o *GetAPIKeyModelOrganizationOrgInternalServerError) String() string
- type GetAPIKeyModelOrganizationOrgOK
- func (o *GetAPIKeyModelOrganizationOrgOK) Code() int
- func (o *GetAPIKeyModelOrganizationOrgOK) Error() string
- func (o *GetAPIKeyModelOrganizationOrgOK) GetPayload() *models.ResponseModelListResponse
- func (o *GetAPIKeyModelOrganizationOrgOK) IsClientError() bool
- func (o *GetAPIKeyModelOrganizationOrgOK) IsCode(code int) bool
- func (o *GetAPIKeyModelOrganizationOrgOK) IsRedirect() bool
- func (o *GetAPIKeyModelOrganizationOrgOK) IsServerError() bool
- func (o *GetAPIKeyModelOrganizationOrgOK) IsSuccess() bool
- func (o *GetAPIKeyModelOrganizationOrgOK) String() string
- type GetAPIKeyModelOrganizationOrgParams
- func NewGetAPIKeyModelOrganizationOrgParams() *GetAPIKeyModelOrganizationOrgParams
- func NewGetAPIKeyModelOrganizationOrgParamsWithContext(ctx context.Context) *GetAPIKeyModelOrganizationOrgParams
- func NewGetAPIKeyModelOrganizationOrgParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelOrganizationOrgParams
- func NewGetAPIKeyModelOrganizationOrgParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelOrganizationOrgParams
- func (o *GetAPIKeyModelOrganizationOrgParams) SetContext(ctx context.Context)
- func (o *GetAPIKeyModelOrganizationOrgParams) SetDefaults()
- func (o *GetAPIKeyModelOrganizationOrgParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIKeyModelOrganizationOrgParams) SetLimit(limit *int64)
- func (o *GetAPIKeyModelOrganizationOrgParams) SetOffset(offset *int64)
- func (o *GetAPIKeyModelOrganizationOrgParams) SetOrg(org string)
- func (o *GetAPIKeyModelOrganizationOrgParams) SetSort(sort *string)
- func (o *GetAPIKeyModelOrganizationOrgParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIKeyModelOrganizationOrgParams) WithContext(ctx context.Context) *GetAPIKeyModelOrganizationOrgParams
- func (o *GetAPIKeyModelOrganizationOrgParams) WithDefaults() *GetAPIKeyModelOrganizationOrgParams
- func (o *GetAPIKeyModelOrganizationOrgParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelOrganizationOrgParams
- func (o *GetAPIKeyModelOrganizationOrgParams) WithLimit(limit *int64) *GetAPIKeyModelOrganizationOrgParams
- func (o *GetAPIKeyModelOrganizationOrgParams) WithOffset(offset *int64) *GetAPIKeyModelOrganizationOrgParams
- func (o *GetAPIKeyModelOrganizationOrgParams) WithOrg(org string) *GetAPIKeyModelOrganizationOrgParams
- func (o *GetAPIKeyModelOrganizationOrgParams) WithSort(sort *string) *GetAPIKeyModelOrganizationOrgParams
- func (o *GetAPIKeyModelOrganizationOrgParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelOrganizationOrgParams
- func (o *GetAPIKeyModelOrganizationOrgParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIKeyModelOrganizationOrgReader
- type GetAPIKeyModelUsernameNameBadRequest
- func (o *GetAPIKeyModelUsernameNameBadRequest) Code() int
- func (o *GetAPIKeyModelUsernameNameBadRequest) Error() string
- func (o *GetAPIKeyModelUsernameNameBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *GetAPIKeyModelUsernameNameBadRequest) IsClientError() bool
- func (o *GetAPIKeyModelUsernameNameBadRequest) IsCode(code int) bool
- func (o *GetAPIKeyModelUsernameNameBadRequest) IsRedirect() bool
- func (o *GetAPIKeyModelUsernameNameBadRequest) IsServerError() bool
- func (o *GetAPIKeyModelUsernameNameBadRequest) IsSuccess() bool
- func (o *GetAPIKeyModelUsernameNameBadRequest) String() string
- type GetAPIKeyModelUsernameNameInternalServerError
- func (o *GetAPIKeyModelUsernameNameInternalServerError) Code() int
- func (o *GetAPIKeyModelUsernameNameInternalServerError) Error() string
- func (o *GetAPIKeyModelUsernameNameInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *GetAPIKeyModelUsernameNameInternalServerError) IsClientError() bool
- func (o *GetAPIKeyModelUsernameNameInternalServerError) IsCode(code int) bool
- func (o *GetAPIKeyModelUsernameNameInternalServerError) IsRedirect() bool
- func (o *GetAPIKeyModelUsernameNameInternalServerError) IsServerError() bool
- func (o *GetAPIKeyModelUsernameNameInternalServerError) IsSuccess() bool
- func (o *GetAPIKeyModelUsernameNameInternalServerError) String() string
- type GetAPIKeyModelUsernameNameOK
- func (o *GetAPIKeyModelUsernameNameOK) Code() int
- func (o *GetAPIKeyModelUsernameNameOK) Error() string
- func (o *GetAPIKeyModelUsernameNameOK) GetPayload() *models.ResponseModelResponse
- func (o *GetAPIKeyModelUsernameNameOK) IsClientError() bool
- func (o *GetAPIKeyModelUsernameNameOK) IsCode(code int) bool
- func (o *GetAPIKeyModelUsernameNameOK) IsRedirect() bool
- func (o *GetAPIKeyModelUsernameNameOK) IsServerError() bool
- func (o *GetAPIKeyModelUsernameNameOK) IsSuccess() bool
- func (o *GetAPIKeyModelUsernameNameOK) String() string
- type GetAPIKeyModelUsernameNameParams
- func NewGetAPIKeyModelUsernameNameParams() *GetAPIKeyModelUsernameNameParams
- func NewGetAPIKeyModelUsernameNameParamsWithContext(ctx context.Context) *GetAPIKeyModelUsernameNameParams
- func NewGetAPIKeyModelUsernameNameParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelUsernameNameParams
- func NewGetAPIKeyModelUsernameNameParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelUsernameNameParams
- func (o *GetAPIKeyModelUsernameNameParams) SetContext(ctx context.Context)
- func (o *GetAPIKeyModelUsernameNameParams) SetDefaults()
- func (o *GetAPIKeyModelUsernameNameParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIKeyModelUsernameNameParams) SetName(name string)
- func (o *GetAPIKeyModelUsernameNameParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIKeyModelUsernameNameParams) SetUsername(username string)
- func (o *GetAPIKeyModelUsernameNameParams) WithContext(ctx context.Context) *GetAPIKeyModelUsernameNameParams
- func (o *GetAPIKeyModelUsernameNameParams) WithDefaults() *GetAPIKeyModelUsernameNameParams
- func (o *GetAPIKeyModelUsernameNameParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelUsernameNameParams
- func (o *GetAPIKeyModelUsernameNameParams) WithName(name string) *GetAPIKeyModelUsernameNameParams
- func (o *GetAPIKeyModelUsernameNameParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelUsernameNameParams
- func (o *GetAPIKeyModelUsernameNameParams) WithUsername(username string) *GetAPIKeyModelUsernameNameParams
- func (o *GetAPIKeyModelUsernameNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIKeyModelUsernameNameReader
- type GetAPIKeyModelVerifySupportPlatformsBadRequest
- func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) Code() int
- func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) Error() string
- func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) IsClientError() bool
- func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) IsCode(code int) bool
- func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) IsRedirect() bool
- func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) IsServerError() bool
- func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) IsSuccess() bool
- func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) String() string
- type GetAPIKeyModelVerifySupportPlatformsInternalServerError
- func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) Code() int
- func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) Error() string
- func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsClientError() bool
- func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsCode(code int) bool
- func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsRedirect() bool
- func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsServerError() bool
- func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsSuccess() bool
- func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) String() string
- type GetAPIKeyModelVerifySupportPlatformsOK
- func (o *GetAPIKeyModelVerifySupportPlatformsOK) Code() int
- func (o *GetAPIKeyModelVerifySupportPlatformsOK) Error() string
- func (o *GetAPIKeyModelVerifySupportPlatformsOK) GetPayload() *models.ResponseGetListPlatformSupportResponse
- func (o *GetAPIKeyModelVerifySupportPlatformsOK) IsClientError() bool
- func (o *GetAPIKeyModelVerifySupportPlatformsOK) IsCode(code int) bool
- func (o *GetAPIKeyModelVerifySupportPlatformsOK) IsRedirect() bool
- func (o *GetAPIKeyModelVerifySupportPlatformsOK) IsServerError() bool
- func (o *GetAPIKeyModelVerifySupportPlatformsOK) IsSuccess() bool
- func (o *GetAPIKeyModelVerifySupportPlatformsOK) String() string
- type GetAPIKeyModelVerifySupportPlatformsParams
- func NewGetAPIKeyModelVerifySupportPlatformsParams() *GetAPIKeyModelVerifySupportPlatformsParams
- func NewGetAPIKeyModelVerifySupportPlatformsParamsWithContext(ctx context.Context) *GetAPIKeyModelVerifySupportPlatformsParams
- func NewGetAPIKeyModelVerifySupportPlatformsParamsWithHTTPClient(client *http.Client) *GetAPIKeyModelVerifySupportPlatformsParams
- func NewGetAPIKeyModelVerifySupportPlatformsParamsWithTimeout(timeout time.Duration) *GetAPIKeyModelVerifySupportPlatformsParams
- func (o *GetAPIKeyModelVerifySupportPlatformsParams) SetContext(ctx context.Context)
- func (o *GetAPIKeyModelVerifySupportPlatformsParams) SetDefaults()
- func (o *GetAPIKeyModelVerifySupportPlatformsParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIKeyModelVerifySupportPlatformsParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIKeyModelVerifySupportPlatformsParams) WithContext(ctx context.Context) *GetAPIKeyModelVerifySupportPlatformsParams
- func (o *GetAPIKeyModelVerifySupportPlatformsParams) WithDefaults() *GetAPIKeyModelVerifySupportPlatformsParams
- func (o *GetAPIKeyModelVerifySupportPlatformsParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelVerifySupportPlatformsParams
- func (o *GetAPIKeyModelVerifySupportPlatformsParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelVerifySupportPlatformsParams
- func (o *GetAPIKeyModelVerifySupportPlatformsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIKeyModelVerifySupportPlatformsReader
- type PostAPIKeyModelBadRequest
- func (o *PostAPIKeyModelBadRequest) Code() int
- func (o *PostAPIKeyModelBadRequest) Error() string
- func (o *PostAPIKeyModelBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *PostAPIKeyModelBadRequest) IsClientError() bool
- func (o *PostAPIKeyModelBadRequest) IsCode(code int) bool
- func (o *PostAPIKeyModelBadRequest) IsRedirect() bool
- func (o *PostAPIKeyModelBadRequest) IsServerError() bool
- func (o *PostAPIKeyModelBadRequest) IsSuccess() bool
- func (o *PostAPIKeyModelBadRequest) String() string
- type PostAPIKeyModelIDAPIKeyBadRequest
- func (o *PostAPIKeyModelIDAPIKeyBadRequest) Code() int
- func (o *PostAPIKeyModelIDAPIKeyBadRequest) Error() string
- func (o *PostAPIKeyModelIDAPIKeyBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *PostAPIKeyModelIDAPIKeyBadRequest) IsClientError() bool
- func (o *PostAPIKeyModelIDAPIKeyBadRequest) IsCode(code int) bool
- func (o *PostAPIKeyModelIDAPIKeyBadRequest) IsRedirect() bool
- func (o *PostAPIKeyModelIDAPIKeyBadRequest) IsServerError() bool
- func (o *PostAPIKeyModelIDAPIKeyBadRequest) IsSuccess() bool
- func (o *PostAPIKeyModelIDAPIKeyBadRequest) String() string
- type PostAPIKeyModelIDAPIKeyInternalServerError
- func (o *PostAPIKeyModelIDAPIKeyInternalServerError) Code() int
- func (o *PostAPIKeyModelIDAPIKeyInternalServerError) Error() string
- func (o *PostAPIKeyModelIDAPIKeyInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *PostAPIKeyModelIDAPIKeyInternalServerError) IsClientError() bool
- func (o *PostAPIKeyModelIDAPIKeyInternalServerError) IsCode(code int) bool
- func (o *PostAPIKeyModelIDAPIKeyInternalServerError) IsRedirect() bool
- func (o *PostAPIKeyModelIDAPIKeyInternalServerError) IsServerError() bool
- func (o *PostAPIKeyModelIDAPIKeyInternalServerError) IsSuccess() bool
- func (o *PostAPIKeyModelIDAPIKeyInternalServerError) String() string
- type PostAPIKeyModelIDAPIKeyOK
- func (o *PostAPIKeyModelIDAPIKeyOK) Code() int
- func (o *PostAPIKeyModelIDAPIKeyOK) Error() string
- func (o *PostAPIKeyModelIDAPIKeyOK) GetPayload() *models.ResponseAPIKeyResponse
- func (o *PostAPIKeyModelIDAPIKeyOK) IsClientError() bool
- func (o *PostAPIKeyModelIDAPIKeyOK) IsCode(code int) bool
- func (o *PostAPIKeyModelIDAPIKeyOK) IsRedirect() bool
- func (o *PostAPIKeyModelIDAPIKeyOK) IsServerError() bool
- func (o *PostAPIKeyModelIDAPIKeyOK) IsSuccess() bool
- func (o *PostAPIKeyModelIDAPIKeyOK) String() string
- type PostAPIKeyModelIDAPIKeyParams
- func NewPostAPIKeyModelIDAPIKeyParams() *PostAPIKeyModelIDAPIKeyParams
- func NewPostAPIKeyModelIDAPIKeyParamsWithContext(ctx context.Context) *PostAPIKeyModelIDAPIKeyParams
- func NewPostAPIKeyModelIDAPIKeyParamsWithHTTPClient(client *http.Client) *PostAPIKeyModelIDAPIKeyParams
- func NewPostAPIKeyModelIDAPIKeyParamsWithTimeout(timeout time.Duration) *PostAPIKeyModelIDAPIKeyParams
- func (o *PostAPIKeyModelIDAPIKeyParams) SetContext(ctx context.Context)
- func (o *PostAPIKeyModelIDAPIKeyParams) SetDefaults()
- func (o *PostAPIKeyModelIDAPIKeyParams) SetHTTPClient(client *http.Client)
- func (o *PostAPIKeyModelIDAPIKeyParams) SetID(id string)
- func (o *PostAPIKeyModelIDAPIKeyParams) SetInput(input *models.RequestCreateAPIKeyRequest)
- func (o *PostAPIKeyModelIDAPIKeyParams) SetTimeout(timeout time.Duration)
- func (o *PostAPIKeyModelIDAPIKeyParams) WithContext(ctx context.Context) *PostAPIKeyModelIDAPIKeyParams
- func (o *PostAPIKeyModelIDAPIKeyParams) WithDefaults() *PostAPIKeyModelIDAPIKeyParams
- func (o *PostAPIKeyModelIDAPIKeyParams) WithHTTPClient(client *http.Client) *PostAPIKeyModelIDAPIKeyParams
- func (o *PostAPIKeyModelIDAPIKeyParams) WithID(id string) *PostAPIKeyModelIDAPIKeyParams
- func (o *PostAPIKeyModelIDAPIKeyParams) WithInput(input *models.RequestCreateAPIKeyRequest) *PostAPIKeyModelIDAPIKeyParams
- func (o *PostAPIKeyModelIDAPIKeyParams) WithTimeout(timeout time.Duration) *PostAPIKeyModelIDAPIKeyParams
- func (o *PostAPIKeyModelIDAPIKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostAPIKeyModelIDAPIKeyReader
- type PostAPIKeyModelIDStatisticsBadRequest
- func (o *PostAPIKeyModelIDStatisticsBadRequest) Code() int
- func (o *PostAPIKeyModelIDStatisticsBadRequest) Error() string
- func (o *PostAPIKeyModelIDStatisticsBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *PostAPIKeyModelIDStatisticsBadRequest) IsClientError() bool
- func (o *PostAPIKeyModelIDStatisticsBadRequest) IsCode(code int) bool
- func (o *PostAPIKeyModelIDStatisticsBadRequest) IsRedirect() bool
- func (o *PostAPIKeyModelIDStatisticsBadRequest) IsServerError() bool
- func (o *PostAPIKeyModelIDStatisticsBadRequest) IsSuccess() bool
- func (o *PostAPIKeyModelIDStatisticsBadRequest) String() string
- type PostAPIKeyModelIDStatisticsInternalServerError
- func (o *PostAPIKeyModelIDStatisticsInternalServerError) Code() int
- func (o *PostAPIKeyModelIDStatisticsInternalServerError) Error() string
- func (o *PostAPIKeyModelIDStatisticsInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *PostAPIKeyModelIDStatisticsInternalServerError) IsClientError() bool
- func (o *PostAPIKeyModelIDStatisticsInternalServerError) IsCode(code int) bool
- func (o *PostAPIKeyModelIDStatisticsInternalServerError) IsRedirect() bool
- func (o *PostAPIKeyModelIDStatisticsInternalServerError) IsServerError() bool
- func (o *PostAPIKeyModelIDStatisticsInternalServerError) IsSuccess() bool
- func (o *PostAPIKeyModelIDStatisticsInternalServerError) String() string
- type PostAPIKeyModelIDStatisticsOK
- func (o *PostAPIKeyModelIDStatisticsOK) Code() int
- func (o *PostAPIKeyModelIDStatisticsOK) Error() string
- func (o *PostAPIKeyModelIDStatisticsOK) GetPayload() *models.ResponseGetTaskStatisticsResponse
- func (o *PostAPIKeyModelIDStatisticsOK) IsClientError() bool
- func (o *PostAPIKeyModelIDStatisticsOK) IsCode(code int) bool
- func (o *PostAPIKeyModelIDStatisticsOK) IsRedirect() bool
- func (o *PostAPIKeyModelIDStatisticsOK) IsServerError() bool
- func (o *PostAPIKeyModelIDStatisticsOK) IsSuccess() bool
- func (o *PostAPIKeyModelIDStatisticsOK) String() string
- type PostAPIKeyModelIDStatisticsParams
- func NewPostAPIKeyModelIDStatisticsParams() *PostAPIKeyModelIDStatisticsParams
- func NewPostAPIKeyModelIDStatisticsParamsWithContext(ctx context.Context) *PostAPIKeyModelIDStatisticsParams
- func NewPostAPIKeyModelIDStatisticsParamsWithHTTPClient(client *http.Client) *PostAPIKeyModelIDStatisticsParams
- func NewPostAPIKeyModelIDStatisticsParamsWithTimeout(timeout time.Duration) *PostAPIKeyModelIDStatisticsParams
- func (o *PostAPIKeyModelIDStatisticsParams) SetContext(ctx context.Context)
- func (o *PostAPIKeyModelIDStatisticsParams) SetDefaults()
- func (o *PostAPIKeyModelIDStatisticsParams) SetHTTPClient(client *http.Client)
- func (o *PostAPIKeyModelIDStatisticsParams) SetID(id string)
- func (o *PostAPIKeyModelIDStatisticsParams) SetInput(input *models.RequestGetAPIKeyStatisticsByModelIDRequest)
- func (o *PostAPIKeyModelIDStatisticsParams) SetTimeout(timeout time.Duration)
- func (o *PostAPIKeyModelIDStatisticsParams) WithContext(ctx context.Context) *PostAPIKeyModelIDStatisticsParams
- func (o *PostAPIKeyModelIDStatisticsParams) WithDefaults() *PostAPIKeyModelIDStatisticsParams
- func (o *PostAPIKeyModelIDStatisticsParams) WithHTTPClient(client *http.Client) *PostAPIKeyModelIDStatisticsParams
- func (o *PostAPIKeyModelIDStatisticsParams) WithID(id string) *PostAPIKeyModelIDStatisticsParams
- func (o *PostAPIKeyModelIDStatisticsParams) WithInput(input *models.RequestGetAPIKeyStatisticsByModelIDRequest) *PostAPIKeyModelIDStatisticsParams
- func (o *PostAPIKeyModelIDStatisticsParams) WithTimeout(timeout time.Duration) *PostAPIKeyModelIDStatisticsParams
- func (o *PostAPIKeyModelIDStatisticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostAPIKeyModelIDStatisticsReader
- type PostAPIKeyModelInternalServerError
- func (o *PostAPIKeyModelInternalServerError) Code() int
- func (o *PostAPIKeyModelInternalServerError) Error() string
- func (o *PostAPIKeyModelInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *PostAPIKeyModelInternalServerError) IsClientError() bool
- func (o *PostAPIKeyModelInternalServerError) IsCode(code int) bool
- func (o *PostAPIKeyModelInternalServerError) IsRedirect() bool
- func (o *PostAPIKeyModelInternalServerError) IsServerError() bool
- func (o *PostAPIKeyModelInternalServerError) IsSuccess() bool
- func (o *PostAPIKeyModelInternalServerError) String() string
- type PostAPIKeyModelListBadRequest
- func (o *PostAPIKeyModelListBadRequest) Code() int
- func (o *PostAPIKeyModelListBadRequest) Error() string
- func (o *PostAPIKeyModelListBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *PostAPIKeyModelListBadRequest) IsClientError() bool
- func (o *PostAPIKeyModelListBadRequest) IsCode(code int) bool
- func (o *PostAPIKeyModelListBadRequest) IsRedirect() bool
- func (o *PostAPIKeyModelListBadRequest) IsServerError() bool
- func (o *PostAPIKeyModelListBadRequest) IsSuccess() bool
- func (o *PostAPIKeyModelListBadRequest) String() string
- type PostAPIKeyModelListByAuthorUsernameBadRequest
- func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) Code() int
- func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) Error() string
- func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) IsClientError() bool
- func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) IsCode(code int) bool
- func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) IsRedirect() bool
- func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) IsServerError() bool
- func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) IsSuccess() bool
- func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) String() string
- type PostAPIKeyModelListByAuthorUsernameInternalServerError
- func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) Code() int
- func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) Error() string
- func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) IsClientError() bool
- func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) IsCode(code int) bool
- func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) IsRedirect() bool
- func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) IsServerError() bool
- func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) IsSuccess() bool
- func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) String() string
- type PostAPIKeyModelListByAuthorUsernameOK
- func (o *PostAPIKeyModelListByAuthorUsernameOK) Code() int
- func (o *PostAPIKeyModelListByAuthorUsernameOK) Error() string
- func (o *PostAPIKeyModelListByAuthorUsernameOK) GetPayload() *models.ResponseModelListResponse
- func (o *PostAPIKeyModelListByAuthorUsernameOK) IsClientError() bool
- func (o *PostAPIKeyModelListByAuthorUsernameOK) IsCode(code int) bool
- func (o *PostAPIKeyModelListByAuthorUsernameOK) IsRedirect() bool
- func (o *PostAPIKeyModelListByAuthorUsernameOK) IsServerError() bool
- func (o *PostAPIKeyModelListByAuthorUsernameOK) IsSuccess() bool
- func (o *PostAPIKeyModelListByAuthorUsernameOK) String() string
- type PostAPIKeyModelListByAuthorUsernameParams
- func NewPostAPIKeyModelListByAuthorUsernameParams() *PostAPIKeyModelListByAuthorUsernameParams
- func NewPostAPIKeyModelListByAuthorUsernameParamsWithContext(ctx context.Context) *PostAPIKeyModelListByAuthorUsernameParams
- func NewPostAPIKeyModelListByAuthorUsernameParamsWithHTTPClient(client *http.Client) *PostAPIKeyModelListByAuthorUsernameParams
- func NewPostAPIKeyModelListByAuthorUsernameParamsWithTimeout(timeout time.Duration) *PostAPIKeyModelListByAuthorUsernameParams
- func (o *PostAPIKeyModelListByAuthorUsernameParams) SetContext(ctx context.Context)
- func (o *PostAPIKeyModelListByAuthorUsernameParams) SetDefaults()
- func (o *PostAPIKeyModelListByAuthorUsernameParams) SetHTTPClient(client *http.Client)
- func (o *PostAPIKeyModelListByAuthorUsernameParams) SetInput(input *models.RequestGetModelListByAuthorRequest)
- func (o *PostAPIKeyModelListByAuthorUsernameParams) SetTimeout(timeout time.Duration)
- func (o *PostAPIKeyModelListByAuthorUsernameParams) SetUsername(username string)
- func (o *PostAPIKeyModelListByAuthorUsernameParams) WithContext(ctx context.Context) *PostAPIKeyModelListByAuthorUsernameParams
- func (o *PostAPIKeyModelListByAuthorUsernameParams) WithDefaults() *PostAPIKeyModelListByAuthorUsernameParams
- func (o *PostAPIKeyModelListByAuthorUsernameParams) WithHTTPClient(client *http.Client) *PostAPIKeyModelListByAuthorUsernameParams
- func (o *PostAPIKeyModelListByAuthorUsernameParams) WithInput(input *models.RequestGetModelListByAuthorRequest) *PostAPIKeyModelListByAuthorUsernameParams
- func (o *PostAPIKeyModelListByAuthorUsernameParams) WithTimeout(timeout time.Duration) *PostAPIKeyModelListByAuthorUsernameParams
- func (o *PostAPIKeyModelListByAuthorUsernameParams) WithUsername(username string) *PostAPIKeyModelListByAuthorUsernameParams
- func (o *PostAPIKeyModelListByAuthorUsernameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostAPIKeyModelListByAuthorUsernameReader
- type PostAPIKeyModelListInternalServerError
- func (o *PostAPIKeyModelListInternalServerError) Code() int
- func (o *PostAPIKeyModelListInternalServerError) Error() string
- func (o *PostAPIKeyModelListInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *PostAPIKeyModelListInternalServerError) IsClientError() bool
- func (o *PostAPIKeyModelListInternalServerError) IsCode(code int) bool
- func (o *PostAPIKeyModelListInternalServerError) IsRedirect() bool
- func (o *PostAPIKeyModelListInternalServerError) IsServerError() bool
- func (o *PostAPIKeyModelListInternalServerError) IsSuccess() bool
- func (o *PostAPIKeyModelListInternalServerError) String() string
- type PostAPIKeyModelListOK
- func (o *PostAPIKeyModelListOK) Code() int
- func (o *PostAPIKeyModelListOK) Error() string
- func (o *PostAPIKeyModelListOK) GetPayload() *models.ResponseModelListResponse
- func (o *PostAPIKeyModelListOK) IsClientError() bool
- func (o *PostAPIKeyModelListOK) IsCode(code int) bool
- func (o *PostAPIKeyModelListOK) IsRedirect() bool
- func (o *PostAPIKeyModelListOK) IsServerError() bool
- func (o *PostAPIKeyModelListOK) IsSuccess() bool
- func (o *PostAPIKeyModelListOK) String() string
- type PostAPIKeyModelListParams
- func NewPostAPIKeyModelListParams() *PostAPIKeyModelListParams
- func NewPostAPIKeyModelListParamsWithContext(ctx context.Context) *PostAPIKeyModelListParams
- func NewPostAPIKeyModelListParamsWithHTTPClient(client *http.Client) *PostAPIKeyModelListParams
- func NewPostAPIKeyModelListParamsWithTimeout(timeout time.Duration) *PostAPIKeyModelListParams
- func (o *PostAPIKeyModelListParams) SetContext(ctx context.Context)
- func (o *PostAPIKeyModelListParams) SetDefaults()
- func (o *PostAPIKeyModelListParams) SetHTTPClient(client *http.Client)
- func (o *PostAPIKeyModelListParams) SetInput(input *models.RequestGetModelListRequest)
- func (o *PostAPIKeyModelListParams) SetTimeout(timeout time.Duration)
- func (o *PostAPIKeyModelListParams) WithContext(ctx context.Context) *PostAPIKeyModelListParams
- func (o *PostAPIKeyModelListParams) WithDefaults() *PostAPIKeyModelListParams
- func (o *PostAPIKeyModelListParams) WithHTTPClient(client *http.Client) *PostAPIKeyModelListParams
- func (o *PostAPIKeyModelListParams) WithInput(input *models.RequestGetModelListRequest) *PostAPIKeyModelListParams
- func (o *PostAPIKeyModelListParams) WithTimeout(timeout time.Duration) *PostAPIKeyModelListParams
- func (o *PostAPIKeyModelListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostAPIKeyModelListReader
- type PostAPIKeyModelMatchingTagsBadRequest
- func (o *PostAPIKeyModelMatchingTagsBadRequest) Code() int
- func (o *PostAPIKeyModelMatchingTagsBadRequest) Error() string
- func (o *PostAPIKeyModelMatchingTagsBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *PostAPIKeyModelMatchingTagsBadRequest) IsClientError() bool
- func (o *PostAPIKeyModelMatchingTagsBadRequest) IsCode(code int) bool
- func (o *PostAPIKeyModelMatchingTagsBadRequest) IsRedirect() bool
- func (o *PostAPIKeyModelMatchingTagsBadRequest) IsServerError() bool
- func (o *PostAPIKeyModelMatchingTagsBadRequest) IsSuccess() bool
- func (o *PostAPIKeyModelMatchingTagsBadRequest) String() string
- type PostAPIKeyModelMatchingTagsInternalServerError
- func (o *PostAPIKeyModelMatchingTagsInternalServerError) Code() int
- func (o *PostAPIKeyModelMatchingTagsInternalServerError) Error() string
- func (o *PostAPIKeyModelMatchingTagsInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *PostAPIKeyModelMatchingTagsInternalServerError) IsClientError() bool
- func (o *PostAPIKeyModelMatchingTagsInternalServerError) IsCode(code int) bool
- func (o *PostAPIKeyModelMatchingTagsInternalServerError) IsRedirect() bool
- func (o *PostAPIKeyModelMatchingTagsInternalServerError) IsServerError() bool
- func (o *PostAPIKeyModelMatchingTagsInternalServerError) IsSuccess() bool
- func (o *PostAPIKeyModelMatchingTagsInternalServerError) String() string
- type PostAPIKeyModelMatchingTagsOK
- func (o *PostAPIKeyModelMatchingTagsOK) Code() int
- func (o *PostAPIKeyModelMatchingTagsOK) Error() string
- func (o *PostAPIKeyModelMatchingTagsOK) GetPayload() *models.ResponseListDataResponse
- func (o *PostAPIKeyModelMatchingTagsOK) IsClientError() bool
- func (o *PostAPIKeyModelMatchingTagsOK) IsCode(code int) bool
- func (o *PostAPIKeyModelMatchingTagsOK) IsRedirect() bool
- func (o *PostAPIKeyModelMatchingTagsOK) IsServerError() bool
- func (o *PostAPIKeyModelMatchingTagsOK) IsSuccess() bool
- func (o *PostAPIKeyModelMatchingTagsOK) String() string
- type PostAPIKeyModelMatchingTagsParams
- func NewPostAPIKeyModelMatchingTagsParams() *PostAPIKeyModelMatchingTagsParams
- func NewPostAPIKeyModelMatchingTagsParamsWithContext(ctx context.Context) *PostAPIKeyModelMatchingTagsParams
- func NewPostAPIKeyModelMatchingTagsParamsWithHTTPClient(client *http.Client) *PostAPIKeyModelMatchingTagsParams
- func NewPostAPIKeyModelMatchingTagsParamsWithTimeout(timeout time.Duration) *PostAPIKeyModelMatchingTagsParams
- func (o *PostAPIKeyModelMatchingTagsParams) SetContext(ctx context.Context)
- func (o *PostAPIKeyModelMatchingTagsParams) SetDefaults()
- func (o *PostAPIKeyModelMatchingTagsParams) SetHTTPClient(client *http.Client)
- func (o *PostAPIKeyModelMatchingTagsParams) SetInput(input *models.RequestMatchingModelsTagsRequest)
- func (o *PostAPIKeyModelMatchingTagsParams) SetTimeout(timeout time.Duration)
- func (o *PostAPIKeyModelMatchingTagsParams) WithContext(ctx context.Context) *PostAPIKeyModelMatchingTagsParams
- func (o *PostAPIKeyModelMatchingTagsParams) WithDefaults() *PostAPIKeyModelMatchingTagsParams
- func (o *PostAPIKeyModelMatchingTagsParams) WithHTTPClient(client *http.Client) *PostAPIKeyModelMatchingTagsParams
- func (o *PostAPIKeyModelMatchingTagsParams) WithInput(input *models.RequestMatchingModelsTagsRequest) *PostAPIKeyModelMatchingTagsParams
- func (o *PostAPIKeyModelMatchingTagsParams) WithTimeout(timeout time.Duration) *PostAPIKeyModelMatchingTagsParams
- func (o *PostAPIKeyModelMatchingTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostAPIKeyModelMatchingTagsReader
- type PostAPIKeyModelOK
- func (o *PostAPIKeyModelOK) Code() int
- func (o *PostAPIKeyModelOK) Error() string
- func (o *PostAPIKeyModelOK) GetPayload() *models.ResponseModelResponse
- func (o *PostAPIKeyModelOK) IsClientError() bool
- func (o *PostAPIKeyModelOK) IsCode(code int) bool
- func (o *PostAPIKeyModelOK) IsRedirect() bool
- func (o *PostAPIKeyModelOK) IsServerError() bool
- func (o *PostAPIKeyModelOK) IsSuccess() bool
- func (o *PostAPIKeyModelOK) String() string
- type PostAPIKeyModelParams
- func NewPostAPIKeyModelParams() *PostAPIKeyModelParams
- func NewPostAPIKeyModelParamsWithContext(ctx context.Context) *PostAPIKeyModelParams
- func NewPostAPIKeyModelParamsWithHTTPClient(client *http.Client) *PostAPIKeyModelParams
- func NewPostAPIKeyModelParamsWithTimeout(timeout time.Duration) *PostAPIKeyModelParams
- func (o *PostAPIKeyModelParams) SetContext(ctx context.Context)
- func (o *PostAPIKeyModelParams) SetDefaults()
- func (o *PostAPIKeyModelParams) SetHTTPClient(client *http.Client)
- func (o *PostAPIKeyModelParams) SetInput(input *models.RequestCreateModelRequest)
- func (o *PostAPIKeyModelParams) SetTimeout(timeout time.Duration)
- func (o *PostAPIKeyModelParams) WithContext(ctx context.Context) *PostAPIKeyModelParams
- func (o *PostAPIKeyModelParams) WithDefaults() *PostAPIKeyModelParams
- func (o *PostAPIKeyModelParams) WithHTTPClient(client *http.Client) *PostAPIKeyModelParams
- func (o *PostAPIKeyModelParams) WithInput(input *models.RequestCreateModelRequest) *PostAPIKeyModelParams
- func (o *PostAPIKeyModelParams) WithTimeout(timeout time.Duration) *PostAPIKeyModelParams
- func (o *PostAPIKeyModelParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostAPIKeyModelReader
- type PutAPIKeyModelIDBadRequest
- func (o *PutAPIKeyModelIDBadRequest) Code() int
- func (o *PutAPIKeyModelIDBadRequest) Error() string
- func (o *PutAPIKeyModelIDBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *PutAPIKeyModelIDBadRequest) IsClientError() bool
- func (o *PutAPIKeyModelIDBadRequest) IsCode(code int) bool
- func (o *PutAPIKeyModelIDBadRequest) IsRedirect() bool
- func (o *PutAPIKeyModelIDBadRequest) IsServerError() bool
- func (o *PutAPIKeyModelIDBadRequest) IsSuccess() bool
- func (o *PutAPIKeyModelIDBadRequest) String() string
- type PutAPIKeyModelIDInternalServerError
- func (o *PutAPIKeyModelIDInternalServerError) Code() int
- func (o *PutAPIKeyModelIDInternalServerError) Error() string
- func (o *PutAPIKeyModelIDInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *PutAPIKeyModelIDInternalServerError) IsClientError() bool
- func (o *PutAPIKeyModelIDInternalServerError) IsCode(code int) bool
- func (o *PutAPIKeyModelIDInternalServerError) IsRedirect() bool
- func (o *PutAPIKeyModelIDInternalServerError) IsServerError() bool
- func (o *PutAPIKeyModelIDInternalServerError) IsSuccess() bool
- func (o *PutAPIKeyModelIDInternalServerError) String() string
- type PutAPIKeyModelIDMetadataBadRequest
- func (o *PutAPIKeyModelIDMetadataBadRequest) Code() int
- func (o *PutAPIKeyModelIDMetadataBadRequest) Error() string
- func (o *PutAPIKeyModelIDMetadataBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *PutAPIKeyModelIDMetadataBadRequest) IsClientError() bool
- func (o *PutAPIKeyModelIDMetadataBadRequest) IsCode(code int) bool
- func (o *PutAPIKeyModelIDMetadataBadRequest) IsRedirect() bool
- func (o *PutAPIKeyModelIDMetadataBadRequest) IsServerError() bool
- func (o *PutAPIKeyModelIDMetadataBadRequest) IsSuccess() bool
- func (o *PutAPIKeyModelIDMetadataBadRequest) String() string
- type PutAPIKeyModelIDMetadataInternalServerError
- func (o *PutAPIKeyModelIDMetadataInternalServerError) Code() int
- func (o *PutAPIKeyModelIDMetadataInternalServerError) Error() string
- func (o *PutAPIKeyModelIDMetadataInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *PutAPIKeyModelIDMetadataInternalServerError) IsClientError() bool
- func (o *PutAPIKeyModelIDMetadataInternalServerError) IsCode(code int) bool
- func (o *PutAPIKeyModelIDMetadataInternalServerError) IsRedirect() bool
- func (o *PutAPIKeyModelIDMetadataInternalServerError) IsServerError() bool
- func (o *PutAPIKeyModelIDMetadataInternalServerError) IsSuccess() bool
- func (o *PutAPIKeyModelIDMetadataInternalServerError) String() string
- type PutAPIKeyModelIDMetadataOK
- func (o *PutAPIKeyModelIDMetadataOK) Code() int
- func (o *PutAPIKeyModelIDMetadataOK) Error() string
- func (o *PutAPIKeyModelIDMetadataOK) GetPayload() *models.ResponseModelResponse
- func (o *PutAPIKeyModelIDMetadataOK) IsClientError() bool
- func (o *PutAPIKeyModelIDMetadataOK) IsCode(code int) bool
- func (o *PutAPIKeyModelIDMetadataOK) IsRedirect() bool
- func (o *PutAPIKeyModelIDMetadataOK) IsServerError() bool
- func (o *PutAPIKeyModelIDMetadataOK) IsSuccess() bool
- func (o *PutAPIKeyModelIDMetadataOK) String() string
- type PutAPIKeyModelIDMetadataParams
- func NewPutAPIKeyModelIDMetadataParams() *PutAPIKeyModelIDMetadataParams
- func NewPutAPIKeyModelIDMetadataParamsWithContext(ctx context.Context) *PutAPIKeyModelIDMetadataParams
- func NewPutAPIKeyModelIDMetadataParamsWithHTTPClient(client *http.Client) *PutAPIKeyModelIDMetadataParams
- func NewPutAPIKeyModelIDMetadataParamsWithTimeout(timeout time.Duration) *PutAPIKeyModelIDMetadataParams
- func (o *PutAPIKeyModelIDMetadataParams) SetContext(ctx context.Context)
- func (o *PutAPIKeyModelIDMetadataParams) SetDefaults()
- func (o *PutAPIKeyModelIDMetadataParams) SetHTTPClient(client *http.Client)
- func (o *PutAPIKeyModelIDMetadataParams) SetID(id string)
- func (o *PutAPIKeyModelIDMetadataParams) SetInput(input *models.RequestUpdateModelMetadataRequest)
- func (o *PutAPIKeyModelIDMetadataParams) SetTimeout(timeout time.Duration)
- func (o *PutAPIKeyModelIDMetadataParams) WithContext(ctx context.Context) *PutAPIKeyModelIDMetadataParams
- func (o *PutAPIKeyModelIDMetadataParams) WithDefaults() *PutAPIKeyModelIDMetadataParams
- func (o *PutAPIKeyModelIDMetadataParams) WithHTTPClient(client *http.Client) *PutAPIKeyModelIDMetadataParams
- func (o *PutAPIKeyModelIDMetadataParams) WithID(id string) *PutAPIKeyModelIDMetadataParams
- func (o *PutAPIKeyModelIDMetadataParams) WithInput(input *models.RequestUpdateModelMetadataRequest) *PutAPIKeyModelIDMetadataParams
- func (o *PutAPIKeyModelIDMetadataParams) WithTimeout(timeout time.Duration) *PutAPIKeyModelIDMetadataParams
- func (o *PutAPIKeyModelIDMetadataParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutAPIKeyModelIDMetadataReader
- type PutAPIKeyModelIDOK
- func (o *PutAPIKeyModelIDOK) Code() int
- func (o *PutAPIKeyModelIDOK) Error() string
- func (o *PutAPIKeyModelIDOK) GetPayload() *models.ResponseModelResponse
- func (o *PutAPIKeyModelIDOK) IsClientError() bool
- func (o *PutAPIKeyModelIDOK) IsCode(code int) bool
- func (o *PutAPIKeyModelIDOK) IsRedirect() bool
- func (o *PutAPIKeyModelIDOK) IsServerError() bool
- func (o *PutAPIKeyModelIDOK) IsSuccess() bool
- func (o *PutAPIKeyModelIDOK) String() string
- type PutAPIKeyModelIDParams
- func NewPutAPIKeyModelIDParams() *PutAPIKeyModelIDParams
- func NewPutAPIKeyModelIDParamsWithContext(ctx context.Context) *PutAPIKeyModelIDParams
- func NewPutAPIKeyModelIDParamsWithHTTPClient(client *http.Client) *PutAPIKeyModelIDParams
- func NewPutAPIKeyModelIDParamsWithTimeout(timeout time.Duration) *PutAPIKeyModelIDParams
- func (o *PutAPIKeyModelIDParams) SetContext(ctx context.Context)
- func (o *PutAPIKeyModelIDParams) SetDefaults()
- func (o *PutAPIKeyModelIDParams) SetHTTPClient(client *http.Client)
- func (o *PutAPIKeyModelIDParams) SetID(id string)
- func (o *PutAPIKeyModelIDParams) SetInput(input *models.RequestUpdateModelRequest)
- func (o *PutAPIKeyModelIDParams) SetTimeout(timeout time.Duration)
- func (o *PutAPIKeyModelIDParams) WithContext(ctx context.Context) *PutAPIKeyModelIDParams
- func (o *PutAPIKeyModelIDParams) WithDefaults() *PutAPIKeyModelIDParams
- func (o *PutAPIKeyModelIDParams) WithHTTPClient(client *http.Client) *PutAPIKeyModelIDParams
- func (o *PutAPIKeyModelIDParams) WithID(id string) *PutAPIKeyModelIDParams
- func (o *PutAPIKeyModelIDParams) WithInput(input *models.RequestUpdateModelRequest) *PutAPIKeyModelIDParams
- func (o *PutAPIKeyModelIDParams) WithTimeout(timeout time.Duration) *PutAPIKeyModelIDParams
- func (o *PutAPIKeyModelIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutAPIKeyModelIDReader
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 ¶
func (o *DeleteAPIKeyModelIDBadRequest) Code() int
Code gets the status code for the delete Api key model Id bad request response
func (*DeleteAPIKeyModelIDBadRequest) Error ¶
func (o *DeleteAPIKeyModelIDBadRequest) Error() string
func (*DeleteAPIKeyModelIDBadRequest) GetPayload ¶
func (o *DeleteAPIKeyModelIDBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *DeleteAPIKeyModelIDBadRequest) String() 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 ¶
func (o *DeleteAPIKeyModelIDInternalServerError) Code() int
Code gets the status code for the delete Api key model Id internal server error response
func (*DeleteAPIKeyModelIDInternalServerError) Error ¶
func (o *DeleteAPIKeyModelIDInternalServerError) Error() string
func (*DeleteAPIKeyModelIDInternalServerError) GetPayload ¶
func (o *DeleteAPIKeyModelIDInternalServerError) GetPayload() *models.ResponseErrorResponse
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 ¶
func (o *DeleteAPIKeyModelIDInternalServerError) IsCode(code int) bool
IsCode returns true when this delete Api key model Id internal server error response a status code equal to that given
func (*DeleteAPIKeyModelIDInternalServerError) IsRedirect ¶
func (o *DeleteAPIKeyModelIDInternalServerError) IsRedirect() bool
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 ¶
func (o *DeleteAPIKeyModelIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete Api key model Id internal server error response has a 2xx status code
func (*DeleteAPIKeyModelIDInternalServerError) String ¶
func (o *DeleteAPIKeyModelIDInternalServerError) String() 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 (o *DeleteAPIKeyModelIDOK) GetPayload() *models.ResponseSuccessResponse
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 ¶
func (o *DeleteAPIKeyModelIDParams) SetInput(input *models.RequestDeleteModelRequest)
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 ¶
func (o *DeleteAPIKeyModelIDParams) WithContext(ctx context.Context) *DeleteAPIKeyModelIDParams
WithContext adds the context to the delete API key model ID params
func (*DeleteAPIKeyModelIDParams) WithDefaults ¶
func (o *DeleteAPIKeyModelIDParams) WithDefaults() *DeleteAPIKeyModelIDParams
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 ¶
func (o *DeleteAPIKeyModelIDParams) WithID(id string) *DeleteAPIKeyModelIDParams
WithID adds the id to the delete API key model ID params
func (*DeleteAPIKeyModelIDParams) WithInput ¶
func (o *DeleteAPIKeyModelIDParams) WithInput(input *models.RequestDeleteModelRequest) *DeleteAPIKeyModelIDParams
WithInput adds the input to the delete API key model ID params
func (*DeleteAPIKeyModelIDParams) WithTimeout ¶
func (o *DeleteAPIKeyModelIDParams) WithTimeout(timeout time.Duration) *DeleteAPIKeyModelIDParams
WithTimeout adds the timeout to the delete API key model ID params
func (*DeleteAPIKeyModelIDParams) WriteToRequest ¶
func (o *DeleteAPIKeyModelIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetAPIKeyModelIDAPIKeyBadRequest) Code() int
Code gets the status code for the get Api key model Id Api key bad request response
func (*GetAPIKeyModelIDAPIKeyBadRequest) Error ¶
func (o *GetAPIKeyModelIDAPIKeyBadRequest) Error() string
func (*GetAPIKeyModelIDAPIKeyBadRequest) GetPayload ¶
func (o *GetAPIKeyModelIDAPIKeyBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *GetAPIKeyModelIDAPIKeyBadRequest) String() 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 ¶
func (o *GetAPIKeyModelIDAPIKeyInternalServerError) Code() int
Code gets the status code for the get Api key model Id Api key internal server error response
func (*GetAPIKeyModelIDAPIKeyInternalServerError) Error ¶
func (o *GetAPIKeyModelIDAPIKeyInternalServerError) Error() string
func (*GetAPIKeyModelIDAPIKeyInternalServerError) GetPayload ¶
func (o *GetAPIKeyModelIDAPIKeyInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*GetAPIKeyModelIDAPIKeyInternalServerError) IsClientError ¶
func (o *GetAPIKeyModelIDAPIKeyInternalServerError) IsClientError() bool
IsClientError returns true when this get Api key model Id Api key internal server error response has a 4xx status code
func (*GetAPIKeyModelIDAPIKeyInternalServerError) IsCode ¶
func (o *GetAPIKeyModelIDAPIKeyInternalServerError) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyModelIDAPIKeyInternalServerError) IsRedirect() bool
IsRedirect returns true when this get Api key model Id Api key internal server error response has a 3xx status code
func (*GetAPIKeyModelIDAPIKeyInternalServerError) IsServerError ¶
func (o *GetAPIKeyModelIDAPIKeyInternalServerError) IsServerError() bool
IsServerError returns true when this get Api key model Id Api key internal server error response has a 5xx status code
func (*GetAPIKeyModelIDAPIKeyInternalServerError) IsSuccess ¶
func (o *GetAPIKeyModelIDAPIKeyInternalServerError) IsSuccess() bool
IsSuccess returns true when this get Api key model Id Api key internal server error response has a 2xx status code
func (*GetAPIKeyModelIDAPIKeyInternalServerError) String ¶
func (o *GetAPIKeyModelIDAPIKeyInternalServerError) String() 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 (o *GetAPIKeyModelIDAPIKeyOK) GetPayload() *models.ResponseListAPIKeyResponse
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 ¶
func (o *GetAPIKeyModelIDAPIKeyParams) WithContext(ctx context.Context) *GetAPIKeyModelIDAPIKeyParams
WithContext adds the context to the get API key model ID API key params
func (*GetAPIKeyModelIDAPIKeyParams) WithDefaults ¶
func (o *GetAPIKeyModelIDAPIKeyParams) WithDefaults() *GetAPIKeyModelIDAPIKeyParams
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 ¶
func (o *GetAPIKeyModelIDAPIKeyParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelIDAPIKeyParams
WithHTTPClient adds the HTTPClient to the get API key model ID API key params
func (*GetAPIKeyModelIDAPIKeyParams) WithID ¶
func (o *GetAPIKeyModelIDAPIKeyParams) WithID(id string) *GetAPIKeyModelIDAPIKeyParams
WithID adds the id to the get API key model ID API key params
func (*GetAPIKeyModelIDAPIKeyParams) WithLimit ¶
func (o *GetAPIKeyModelIDAPIKeyParams) WithLimit(limit *int64) *GetAPIKeyModelIDAPIKeyParams
WithLimit adds the limit to the get API key model ID API key params
func (*GetAPIKeyModelIDAPIKeyParams) WithOffset ¶
func (o *GetAPIKeyModelIDAPIKeyParams) WithOffset(offset *int64) *GetAPIKeyModelIDAPIKeyParams
WithOffset adds the offset to the get API key model ID API key params
func (*GetAPIKeyModelIDAPIKeyParams) WithTimeout ¶
func (o *GetAPIKeyModelIDAPIKeyParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelIDAPIKeyParams
WithTimeout adds the timeout to the get API key model ID API key params
func (*GetAPIKeyModelIDAPIKeyParams) WriteToRequest ¶
func (o *GetAPIKeyModelIDAPIKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetAPIKeyModelIDBadRequest) Error() string
func (*GetAPIKeyModelIDBadRequest) GetPayload ¶
func (o *GetAPIKeyModelIDBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *GetAPIKeyModelIDDownloadBadRequest) Code() int
Code gets the status code for the get Api key model Id download bad request response
func (*GetAPIKeyModelIDDownloadBadRequest) Error ¶
func (o *GetAPIKeyModelIDDownloadBadRequest) Error() string
func (*GetAPIKeyModelIDDownloadBadRequest) GetPayload ¶
func (o *GetAPIKeyModelIDDownloadBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *GetAPIKeyModelIDDownloadBadRequest) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyModelIDDownloadBadRequest) IsSuccess() bool
IsSuccess returns true when this get Api key model Id download bad request response has a 2xx status code
func (*GetAPIKeyModelIDDownloadBadRequest) String ¶
func (o *GetAPIKeyModelIDDownloadBadRequest) String() 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 ¶
func (o *GetAPIKeyModelIDDownloadInternalServerError) Code() int
Code gets the status code for the get Api key model Id download internal server error response
func (*GetAPIKeyModelIDDownloadInternalServerError) Error ¶
func (o *GetAPIKeyModelIDDownloadInternalServerError) Error() string
func (*GetAPIKeyModelIDDownloadInternalServerError) GetPayload ¶
func (o *GetAPIKeyModelIDDownloadInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*GetAPIKeyModelIDDownloadInternalServerError) IsClientError ¶
func (o *GetAPIKeyModelIDDownloadInternalServerError) IsClientError() bool
IsClientError returns true when this get Api key model Id download internal server error response has a 4xx status code
func (*GetAPIKeyModelIDDownloadInternalServerError) IsCode ¶
func (o *GetAPIKeyModelIDDownloadInternalServerError) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyModelIDDownloadInternalServerError) IsRedirect() bool
IsRedirect returns true when this get Api key model Id download internal server error response has a 3xx status code
func (*GetAPIKeyModelIDDownloadInternalServerError) IsServerError ¶
func (o *GetAPIKeyModelIDDownloadInternalServerError) IsServerError() bool
IsServerError returns true when this get Api key model Id download internal server error response has a 5xx status code
func (*GetAPIKeyModelIDDownloadInternalServerError) IsSuccess ¶
func (o *GetAPIKeyModelIDDownloadInternalServerError) IsSuccess() bool
IsSuccess returns true when this get Api key model Id download internal server error response has a 2xx status code
func (*GetAPIKeyModelIDDownloadInternalServerError) String ¶
func (o *GetAPIKeyModelIDDownloadInternalServerError) String() 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 (o *GetAPIKeyModelIDDownloadOK) Error() string
func (*GetAPIKeyModelIDDownloadOK) GetPayload ¶
func (o *GetAPIKeyModelIDDownloadOK) GetPayload() *models.ResponseDownloadModelListResponse
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 ¶
func (o *GetAPIKeyModelIDDownloadParams) SetID(id string)
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 ¶
func (o *GetAPIKeyModelIDDownloadParams) WithContext(ctx context.Context) *GetAPIKeyModelIDDownloadParams
WithContext adds the context to the get API key model ID download params
func (*GetAPIKeyModelIDDownloadParams) WithDefaults ¶
func (o *GetAPIKeyModelIDDownloadParams) WithDefaults() *GetAPIKeyModelIDDownloadParams
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 ¶
func (o *GetAPIKeyModelIDDownloadParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelIDDownloadParams
WithHTTPClient adds the HTTPClient to the get API key model ID download params
func (*GetAPIKeyModelIDDownloadParams) WithID ¶
func (o *GetAPIKeyModelIDDownloadParams) WithID(id string) *GetAPIKeyModelIDDownloadParams
WithID adds the id to the get API key model ID download params
func (*GetAPIKeyModelIDDownloadParams) WithLimit ¶
func (o *GetAPIKeyModelIDDownloadParams) WithLimit(limit *int64) *GetAPIKeyModelIDDownloadParams
WithLimit adds the limit to the get API key model ID download params
func (*GetAPIKeyModelIDDownloadParams) WithOffset ¶
func (o *GetAPIKeyModelIDDownloadParams) WithOffset(offset *int64) *GetAPIKeyModelIDDownloadParams
WithOffset adds the offset to the get API key model ID download params
func (*GetAPIKeyModelIDDownloadParams) WithTimeout ¶
func (o *GetAPIKeyModelIDDownloadParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelIDDownloadParams
WithTimeout adds the timeout to the get API key model ID download params
func (*GetAPIKeyModelIDDownloadParams) WriteToRequest ¶
func (o *GetAPIKeyModelIDDownloadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetAPIKeyModelIDInfoBadRequest) Code() int
Code gets the status code for the get Api key model Id info bad request response
func (*GetAPIKeyModelIDInfoBadRequest) Error ¶
func (o *GetAPIKeyModelIDInfoBadRequest) Error() string
func (*GetAPIKeyModelIDInfoBadRequest) GetPayload ¶
func (o *GetAPIKeyModelIDInfoBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *GetAPIKeyModelIDInfoBadRequest) String() 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 ¶
func (o *GetAPIKeyModelIDInfoInternalServerError) Code() int
Code gets the status code for the get Api key model Id info internal server error response
func (*GetAPIKeyModelIDInfoInternalServerError) Error ¶
func (o *GetAPIKeyModelIDInfoInternalServerError) Error() string
func (*GetAPIKeyModelIDInfoInternalServerError) GetPayload ¶
func (o *GetAPIKeyModelIDInfoInternalServerError) GetPayload() *models.ResponseErrorResponse
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 ¶
func (o *GetAPIKeyModelIDInfoInternalServerError) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyModelIDInfoInternalServerError) IsRedirect() bool
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 ¶
func (o *GetAPIKeyModelIDInfoInternalServerError) IsSuccess() bool
IsSuccess returns true when this get Api key model Id info internal server error response has a 2xx status code
func (*GetAPIKeyModelIDInfoInternalServerError) String ¶
func (o *GetAPIKeyModelIDInfoInternalServerError) String() 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 (o *GetAPIKeyModelIDInfoOK) GetPayload() *models.ResponseAPIKeyInfoResponse
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 ¶
func (o *GetAPIKeyModelIDInfoParams) WithContext(ctx context.Context) *GetAPIKeyModelIDInfoParams
WithContext adds the context to the get API key model ID info params
func (*GetAPIKeyModelIDInfoParams) WithDefaults ¶
func (o *GetAPIKeyModelIDInfoParams) WithDefaults() *GetAPIKeyModelIDInfoParams
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 ¶
func (o *GetAPIKeyModelIDInfoParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelIDInfoParams
WithHTTPClient adds the HTTPClient to the get API key model ID info params
func (*GetAPIKeyModelIDInfoParams) WithID ¶
func (o *GetAPIKeyModelIDInfoParams) WithID(id string) *GetAPIKeyModelIDInfoParams
WithID adds the id to the get API key model ID info params
func (*GetAPIKeyModelIDInfoParams) WithTimeout ¶
func (o *GetAPIKeyModelIDInfoParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelIDInfoParams
WithTimeout adds the timeout to the get API key model ID info params
func (*GetAPIKeyModelIDInfoParams) WriteToRequest ¶
func (o *GetAPIKeyModelIDInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetAPIKeyModelIDInternalServerError) Code() int
Code gets the status code for the get Api key model Id internal server error response
func (*GetAPIKeyModelIDInternalServerError) Error ¶
func (o *GetAPIKeyModelIDInternalServerError) Error() string
func (*GetAPIKeyModelIDInternalServerError) GetPayload ¶
func (o *GetAPIKeyModelIDInternalServerError) GetPayload() *models.ResponseErrorResponse
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 ¶
func (o *GetAPIKeyModelIDInternalServerError) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyModelIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this get Api key model Id internal server error response has a 2xx status code
func (*GetAPIKeyModelIDInternalServerError) String ¶
func (o *GetAPIKeyModelIDInternalServerError) String() 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 ¶
func (o *GetAPIKeyModelIDLikeBadRequest) Code() int
Code gets the status code for the get Api key model Id like bad request response
func (*GetAPIKeyModelIDLikeBadRequest) Error ¶
func (o *GetAPIKeyModelIDLikeBadRequest) Error() string
func (*GetAPIKeyModelIDLikeBadRequest) GetPayload ¶
func (o *GetAPIKeyModelIDLikeBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *GetAPIKeyModelIDLikeBadRequest) String() 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 ¶
func (o *GetAPIKeyModelIDLikeInternalServerError) Code() int
Code gets the status code for the get Api key model Id like internal server error response
func (*GetAPIKeyModelIDLikeInternalServerError) Error ¶
func (o *GetAPIKeyModelIDLikeInternalServerError) Error() string
func (*GetAPIKeyModelIDLikeInternalServerError) GetPayload ¶
func (o *GetAPIKeyModelIDLikeInternalServerError) GetPayload() *models.ResponseErrorResponse
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 ¶
func (o *GetAPIKeyModelIDLikeInternalServerError) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyModelIDLikeInternalServerError) IsRedirect() bool
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 ¶
func (o *GetAPIKeyModelIDLikeInternalServerError) IsSuccess() bool
IsSuccess returns true when this get Api key model Id like internal server error response has a 2xx status code
func (*GetAPIKeyModelIDLikeInternalServerError) String ¶
func (o *GetAPIKeyModelIDLikeInternalServerError) String() 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 (o *GetAPIKeyModelIDLikeOK) GetPayload() *models.ResponseLikeModelListResponse
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 ¶
func (o *GetAPIKeyModelIDLikeParams) WithContext(ctx context.Context) *GetAPIKeyModelIDLikeParams
WithContext adds the context to the get API key model ID like params
func (*GetAPIKeyModelIDLikeParams) WithDefaults ¶
func (o *GetAPIKeyModelIDLikeParams) WithDefaults() *GetAPIKeyModelIDLikeParams
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 ¶
func (o *GetAPIKeyModelIDLikeParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelIDLikeParams
WithHTTPClient adds the HTTPClient to the get API key model ID like params
func (*GetAPIKeyModelIDLikeParams) WithID ¶
func (o *GetAPIKeyModelIDLikeParams) WithID(id string) *GetAPIKeyModelIDLikeParams
WithID adds the id to the get API key model ID like params
func (*GetAPIKeyModelIDLikeParams) WithLimit ¶
func (o *GetAPIKeyModelIDLikeParams) WithLimit(limit *int64) *GetAPIKeyModelIDLikeParams
WithLimit adds the limit to the get API key model ID like params
func (*GetAPIKeyModelIDLikeParams) WithOffset ¶
func (o *GetAPIKeyModelIDLikeParams) WithOffset(offset *int64) *GetAPIKeyModelIDLikeParams
WithOffset adds the offset to the get API key model ID like params
func (*GetAPIKeyModelIDLikeParams) WithTimeout ¶
func (o *GetAPIKeyModelIDLikeParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelIDLikeParams
WithTimeout adds the timeout to the get API key model ID like params
func (*GetAPIKeyModelIDLikeParams) WriteToRequest ¶
func (o *GetAPIKeyModelIDLikeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetAPIKeyModelIDOK) GetPayload() *models.ResponseModelResponse
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 ¶
func (o *GetAPIKeyModelIDParams) WithContext(ctx context.Context) *GetAPIKeyModelIDParams
WithContext adds the context to the get API key model ID params
func (*GetAPIKeyModelIDParams) WithDefaults ¶
func (o *GetAPIKeyModelIDParams) WithDefaults() *GetAPIKeyModelIDParams
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 ¶
func (o *GetAPIKeyModelIDParams) WithID(id string) *GetAPIKeyModelIDParams
WithID adds the id to the get API key model ID params
func (*GetAPIKeyModelIDParams) WithTimeout ¶
func (o *GetAPIKeyModelIDParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelIDParams
WithTimeout adds the timeout to the get API key model ID params
func (*GetAPIKeyModelIDParams) WriteToRequest ¶
func (o *GetAPIKeyModelIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetAPIKeyModelIDServingBadRequest) Code() int
Code gets the status code for the get Api key model Id serving bad request response
func (*GetAPIKeyModelIDServingBadRequest) Error ¶
func (o *GetAPIKeyModelIDServingBadRequest) Error() string
func (*GetAPIKeyModelIDServingBadRequest) GetPayload ¶
func (o *GetAPIKeyModelIDServingBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *GetAPIKeyModelIDServingBadRequest) String() 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 ¶
func (o *GetAPIKeyModelIDServingInternalServerError) Code() int
Code gets the status code for the get Api key model Id serving internal server error response
func (*GetAPIKeyModelIDServingInternalServerError) Error ¶
func (o *GetAPIKeyModelIDServingInternalServerError) Error() string
func (*GetAPIKeyModelIDServingInternalServerError) GetPayload ¶
func (o *GetAPIKeyModelIDServingInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*GetAPIKeyModelIDServingInternalServerError) IsClientError ¶
func (o *GetAPIKeyModelIDServingInternalServerError) IsClientError() bool
IsClientError returns true when this get Api key model Id serving internal server error response has a 4xx status code
func (*GetAPIKeyModelIDServingInternalServerError) IsCode ¶
func (o *GetAPIKeyModelIDServingInternalServerError) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyModelIDServingInternalServerError) IsRedirect() bool
IsRedirect returns true when this get Api key model Id serving internal server error response has a 3xx status code
func (*GetAPIKeyModelIDServingInternalServerError) IsServerError ¶
func (o *GetAPIKeyModelIDServingInternalServerError) IsServerError() bool
IsServerError returns true when this get Api key model Id serving internal server error response has a 5xx status code
func (*GetAPIKeyModelIDServingInternalServerError) IsSuccess ¶
func (o *GetAPIKeyModelIDServingInternalServerError) IsSuccess() bool
IsSuccess returns true when this get Api key model Id serving internal server error response has a 2xx status code
func (*GetAPIKeyModelIDServingInternalServerError) String ¶
func (o *GetAPIKeyModelIDServingInternalServerError) String() 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 (o *GetAPIKeyModelIDServingOK) GetPayload() *models.ResponseCheckModelIsServingResponse
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 ¶
func (o *GetAPIKeyModelIDServingParams) SetID(id string)
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 ¶
func (o *GetAPIKeyModelIDServingParams) WithContext(ctx context.Context) *GetAPIKeyModelIDServingParams
WithContext adds the context to the get API key model ID serving params
func (*GetAPIKeyModelIDServingParams) WithDefaults ¶
func (o *GetAPIKeyModelIDServingParams) WithDefaults() *GetAPIKeyModelIDServingParams
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 ¶
func (o *GetAPIKeyModelIDServingParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelIDServingParams
WithHTTPClient adds the HTTPClient to the get API key model ID serving params
func (*GetAPIKeyModelIDServingParams) WithID ¶
func (o *GetAPIKeyModelIDServingParams) WithID(id string) *GetAPIKeyModelIDServingParams
WithID adds the id to the get API key model ID serving params
func (*GetAPIKeyModelIDServingParams) WithTimeout ¶
func (o *GetAPIKeyModelIDServingParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelIDServingParams
WithTimeout adds the timeout to the get API key model ID serving params
func (*GetAPIKeyModelIDServingParams) WriteToRequest ¶
func (o *GetAPIKeyModelIDServingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetAPIKeyModelIDTaskCostBadRequest) Code() int
Code gets the status code for the get Api key model Id task cost bad request response
func (*GetAPIKeyModelIDTaskCostBadRequest) Error ¶
func (o *GetAPIKeyModelIDTaskCostBadRequest) Error() string
func (*GetAPIKeyModelIDTaskCostBadRequest) GetPayload ¶
func (o *GetAPIKeyModelIDTaskCostBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *GetAPIKeyModelIDTaskCostBadRequest) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyModelIDTaskCostBadRequest) IsSuccess() bool
IsSuccess returns true when this get Api key model Id task cost bad request response has a 2xx status code
func (*GetAPIKeyModelIDTaskCostBadRequest) String ¶
func (o *GetAPIKeyModelIDTaskCostBadRequest) String() 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 ¶
func (o *GetAPIKeyModelIDTaskCostInternalServerError) Code() int
Code gets the status code for the get Api key model Id task cost internal server error response
func (*GetAPIKeyModelIDTaskCostInternalServerError) Error ¶
func (o *GetAPIKeyModelIDTaskCostInternalServerError) Error() string
func (*GetAPIKeyModelIDTaskCostInternalServerError) GetPayload ¶
func (o *GetAPIKeyModelIDTaskCostInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*GetAPIKeyModelIDTaskCostInternalServerError) IsClientError ¶
func (o *GetAPIKeyModelIDTaskCostInternalServerError) IsClientError() bool
IsClientError returns true when this get Api key model Id task cost internal server error response has a 4xx status code
func (*GetAPIKeyModelIDTaskCostInternalServerError) IsCode ¶
func (o *GetAPIKeyModelIDTaskCostInternalServerError) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyModelIDTaskCostInternalServerError) IsRedirect() bool
IsRedirect returns true when this get Api key model Id task cost internal server error response has a 3xx status code
func (*GetAPIKeyModelIDTaskCostInternalServerError) IsServerError ¶
func (o *GetAPIKeyModelIDTaskCostInternalServerError) IsServerError() bool
IsServerError returns true when this get Api key model Id task cost internal server error response has a 5xx status code
func (*GetAPIKeyModelIDTaskCostInternalServerError) IsSuccess ¶
func (o *GetAPIKeyModelIDTaskCostInternalServerError) IsSuccess() bool
IsSuccess returns true when this get Api key model Id task cost internal server error response has a 2xx status code
func (*GetAPIKeyModelIDTaskCostInternalServerError) String ¶
func (o *GetAPIKeyModelIDTaskCostInternalServerError) String() 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 (o *GetAPIKeyModelIDTaskCostOK) Error() string
func (*GetAPIKeyModelIDTaskCostOK) GetPayload ¶
func (o *GetAPIKeyModelIDTaskCostOK) GetPayload() *models.ResponseEstimateCostResponse
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 ¶
func (o *GetAPIKeyModelIDTaskCostParams) SetID(id string)
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 ¶
func (o *GetAPIKeyModelIDTaskCostParams) WithContext(ctx context.Context) *GetAPIKeyModelIDTaskCostParams
WithContext adds the context to the get API key model ID task cost params
func (*GetAPIKeyModelIDTaskCostParams) WithDefaults ¶
func (o *GetAPIKeyModelIDTaskCostParams) WithDefaults() *GetAPIKeyModelIDTaskCostParams
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 ¶
func (o *GetAPIKeyModelIDTaskCostParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelIDTaskCostParams
WithHTTPClient adds the HTTPClient to the get API key model ID task cost params
func (*GetAPIKeyModelIDTaskCostParams) WithID ¶
func (o *GetAPIKeyModelIDTaskCostParams) WithID(id string) *GetAPIKeyModelIDTaskCostParams
WithID adds the id to the get API key model ID task cost params
func (*GetAPIKeyModelIDTaskCostParams) WithTimeout ¶
func (o *GetAPIKeyModelIDTaskCostParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelIDTaskCostParams
WithTimeout adds the timeout to the get API key model ID task cost params
func (*GetAPIKeyModelIDTaskCostParams) WriteToRequest ¶
func (o *GetAPIKeyModelIDTaskCostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetAPIKeyModelOrganizationOrgBadRequest) Code() int
Code gets the status code for the get Api key model organization org bad request response
func (*GetAPIKeyModelOrganizationOrgBadRequest) Error ¶
func (o *GetAPIKeyModelOrganizationOrgBadRequest) Error() string
func (*GetAPIKeyModelOrganizationOrgBadRequest) GetPayload ¶
func (o *GetAPIKeyModelOrganizationOrgBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *GetAPIKeyModelOrganizationOrgBadRequest) IsCode(code int) bool
IsCode returns true when this get Api key model organization org bad request response a status code equal to that given
func (*GetAPIKeyModelOrganizationOrgBadRequest) IsRedirect ¶
func (o *GetAPIKeyModelOrganizationOrgBadRequest) IsRedirect() bool
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 ¶
func (o *GetAPIKeyModelOrganizationOrgBadRequest) IsSuccess() bool
IsSuccess returns true when this get Api key model organization org bad request response has a 2xx status code
func (*GetAPIKeyModelOrganizationOrgBadRequest) String ¶
func (o *GetAPIKeyModelOrganizationOrgBadRequest) String() 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 ¶
func (o *GetAPIKeyModelOrganizationOrgInternalServerError) Code() int
Code gets the status code for the get Api key model organization org internal server error response
func (*GetAPIKeyModelOrganizationOrgInternalServerError) Error ¶
func (o *GetAPIKeyModelOrganizationOrgInternalServerError) Error() string
func (*GetAPIKeyModelOrganizationOrgInternalServerError) GetPayload ¶
func (o *GetAPIKeyModelOrganizationOrgInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*GetAPIKeyModelOrganizationOrgInternalServerError) IsClientError ¶
func (o *GetAPIKeyModelOrganizationOrgInternalServerError) IsClientError() bool
IsClientError returns true when this get Api key model organization org internal server error response has a 4xx status code
func (*GetAPIKeyModelOrganizationOrgInternalServerError) IsCode ¶
func (o *GetAPIKeyModelOrganizationOrgInternalServerError) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyModelOrganizationOrgInternalServerError) IsRedirect() bool
IsRedirect returns true when this get Api key model organization org internal server error response has a 3xx status code
func (*GetAPIKeyModelOrganizationOrgInternalServerError) IsServerError ¶
func (o *GetAPIKeyModelOrganizationOrgInternalServerError) IsServerError() bool
IsServerError returns true when this get Api key model organization org internal server error response has a 5xx status code
func (*GetAPIKeyModelOrganizationOrgInternalServerError) IsSuccess ¶
func (o *GetAPIKeyModelOrganizationOrgInternalServerError) IsSuccess() bool
IsSuccess returns true when this get Api key model organization org internal server error response has a 2xx status code
func (*GetAPIKeyModelOrganizationOrgInternalServerError) String ¶
func (o *GetAPIKeyModelOrganizationOrgInternalServerError) String() 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 ¶
func (o *GetAPIKeyModelOrganizationOrgOK) Code() int
Code gets the status code for the get Api key model organization org o k response
func (*GetAPIKeyModelOrganizationOrgOK) Error ¶
func (o *GetAPIKeyModelOrganizationOrgOK) Error() string
func (*GetAPIKeyModelOrganizationOrgOK) GetPayload ¶
func (o *GetAPIKeyModelOrganizationOrgOK) GetPayload() *models.ResponseModelListResponse
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 ¶
func (o *GetAPIKeyModelOrganizationOrgOK) String() 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 ¶
func (o *GetAPIKeyModelOrganizationOrgParams) SetContext(ctx context.Context)
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 ¶
func (o *GetAPIKeyModelOrganizationOrgParams) SetOrg(org string)
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 ¶
func (o *GetAPIKeyModelOrganizationOrgParams) WithContext(ctx context.Context) *GetAPIKeyModelOrganizationOrgParams
WithContext adds the context to the get API key model organization org params
func (*GetAPIKeyModelOrganizationOrgParams) WithDefaults ¶
func (o *GetAPIKeyModelOrganizationOrgParams) WithDefaults() *GetAPIKeyModelOrganizationOrgParams
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 ¶
func (o *GetAPIKeyModelOrganizationOrgParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelOrganizationOrgParams
WithHTTPClient adds the HTTPClient to the get API key model organization org params
func (*GetAPIKeyModelOrganizationOrgParams) WithLimit ¶
func (o *GetAPIKeyModelOrganizationOrgParams) WithLimit(limit *int64) *GetAPIKeyModelOrganizationOrgParams
WithLimit adds the limit to the get API key model organization org params
func (*GetAPIKeyModelOrganizationOrgParams) WithOffset ¶
func (o *GetAPIKeyModelOrganizationOrgParams) WithOffset(offset *int64) *GetAPIKeyModelOrganizationOrgParams
WithOffset adds the offset to the get API key model organization org params
func (*GetAPIKeyModelOrganizationOrgParams) WithOrg ¶
func (o *GetAPIKeyModelOrganizationOrgParams) WithOrg(org string) *GetAPIKeyModelOrganizationOrgParams
WithOrg adds the org to the get API key model organization org params
func (*GetAPIKeyModelOrganizationOrgParams) WithSort ¶
func (o *GetAPIKeyModelOrganizationOrgParams) WithSort(sort *string) *GetAPIKeyModelOrganizationOrgParams
WithSort adds the sort to the get API key model organization org params
func (*GetAPIKeyModelOrganizationOrgParams) WithTimeout ¶
func (o *GetAPIKeyModelOrganizationOrgParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelOrganizationOrgParams
WithTimeout adds the timeout to the get API key model organization org params
func (*GetAPIKeyModelOrganizationOrgParams) WriteToRequest ¶
func (o *GetAPIKeyModelOrganizationOrgParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetAPIKeyModelUsernameNameBadRequest) Code() int
Code gets the status code for the get Api key model username name bad request response
func (*GetAPIKeyModelUsernameNameBadRequest) Error ¶
func (o *GetAPIKeyModelUsernameNameBadRequest) Error() string
func (*GetAPIKeyModelUsernameNameBadRequest) GetPayload ¶
func (o *GetAPIKeyModelUsernameNameBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *GetAPIKeyModelUsernameNameBadRequest) IsCode(code int) bool
IsCode returns true when this get Api key model username name bad request response a status code equal to that given
func (*GetAPIKeyModelUsernameNameBadRequest) IsRedirect ¶
func (o *GetAPIKeyModelUsernameNameBadRequest) IsRedirect() bool
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 ¶
func (o *GetAPIKeyModelUsernameNameBadRequest) IsSuccess() bool
IsSuccess returns true when this get Api key model username name bad request response has a 2xx status code
func (*GetAPIKeyModelUsernameNameBadRequest) String ¶
func (o *GetAPIKeyModelUsernameNameBadRequest) String() 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 ¶
func (o *GetAPIKeyModelUsernameNameInternalServerError) Code() int
Code gets the status code for the get Api key model username name internal server error response
func (*GetAPIKeyModelUsernameNameInternalServerError) Error ¶
func (o *GetAPIKeyModelUsernameNameInternalServerError) Error() string
func (*GetAPIKeyModelUsernameNameInternalServerError) GetPayload ¶
func (o *GetAPIKeyModelUsernameNameInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*GetAPIKeyModelUsernameNameInternalServerError) IsClientError ¶
func (o *GetAPIKeyModelUsernameNameInternalServerError) IsClientError() bool
IsClientError returns true when this get Api key model username name internal server error response has a 4xx status code
func (*GetAPIKeyModelUsernameNameInternalServerError) IsCode ¶
func (o *GetAPIKeyModelUsernameNameInternalServerError) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyModelUsernameNameInternalServerError) IsRedirect() bool
IsRedirect returns true when this get Api key model username name internal server error response has a 3xx status code
func (*GetAPIKeyModelUsernameNameInternalServerError) IsServerError ¶
func (o *GetAPIKeyModelUsernameNameInternalServerError) IsServerError() bool
IsServerError returns true when this get Api key model username name internal server error response has a 5xx status code
func (*GetAPIKeyModelUsernameNameInternalServerError) IsSuccess ¶
func (o *GetAPIKeyModelUsernameNameInternalServerError) IsSuccess() bool
IsSuccess returns true when this get Api key model username name internal server error response has a 2xx status code
func (*GetAPIKeyModelUsernameNameInternalServerError) String ¶
func (o *GetAPIKeyModelUsernameNameInternalServerError) String() 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 ¶
func (o *GetAPIKeyModelUsernameNameOK) Code() int
Code gets the status code for the get Api key model username name o k response
func (*GetAPIKeyModelUsernameNameOK) Error ¶
func (o *GetAPIKeyModelUsernameNameOK) Error() string
func (*GetAPIKeyModelUsernameNameOK) GetPayload ¶
func (o *GetAPIKeyModelUsernameNameOK) GetPayload() *models.ResponseModelResponse
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 ¶
func (o *GetAPIKeyModelUsernameNameOK) String() 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 ¶
func (o *GetAPIKeyModelUsernameNameParams) SetContext(ctx context.Context)
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 ¶
func (o *GetAPIKeyModelUsernameNameParams) WithContext(ctx context.Context) *GetAPIKeyModelUsernameNameParams
WithContext adds the context to the get API key model username name params
func (*GetAPIKeyModelUsernameNameParams) WithDefaults ¶
func (o *GetAPIKeyModelUsernameNameParams) WithDefaults() *GetAPIKeyModelUsernameNameParams
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 ¶
func (o *GetAPIKeyModelUsernameNameParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelUsernameNameParams
WithHTTPClient adds the HTTPClient to the get API key model username name params
func (*GetAPIKeyModelUsernameNameParams) WithName ¶
func (o *GetAPIKeyModelUsernameNameParams) WithName(name string) *GetAPIKeyModelUsernameNameParams
WithName adds the name to the get API key model username name params
func (*GetAPIKeyModelUsernameNameParams) WithTimeout ¶
func (o *GetAPIKeyModelUsernameNameParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelUsernameNameParams
WithTimeout adds the timeout to the get API key model username name params
func (*GetAPIKeyModelUsernameNameParams) WithUsername ¶
func (o *GetAPIKeyModelUsernameNameParams) WithUsername(username string) *GetAPIKeyModelUsernameNameParams
WithUsername adds the username to the get API key model username name params
func (*GetAPIKeyModelUsernameNameParams) WriteToRequest ¶
func (o *GetAPIKeyModelUsernameNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) Code() int
Code gets the status code for the get Api key model verify support platforms bad request response
func (*GetAPIKeyModelVerifySupportPlatformsBadRequest) Error ¶
func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) Error() string
func (*GetAPIKeyModelVerifySupportPlatformsBadRequest) GetPayload ¶
func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) GetPayload() *models.ResponseFailResponse
func (*GetAPIKeyModelVerifySupportPlatformsBadRequest) IsClientError ¶
func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) IsClientError() bool
IsClientError returns true when this get Api key model verify support platforms bad request response has a 4xx status code
func (*GetAPIKeyModelVerifySupportPlatformsBadRequest) IsCode ¶
func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) IsRedirect() bool
IsRedirect returns true when this get Api key model verify support platforms bad request response has a 3xx status code
func (*GetAPIKeyModelVerifySupportPlatformsBadRequest) IsServerError ¶
func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) IsServerError() bool
IsServerError returns true when this get Api key model verify support platforms bad request response has a 5xx status code
func (*GetAPIKeyModelVerifySupportPlatformsBadRequest) IsSuccess ¶
func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) IsSuccess() bool
IsSuccess returns true when this get Api key model verify support platforms bad request response has a 2xx status code
func (*GetAPIKeyModelVerifySupportPlatformsBadRequest) String ¶
func (o *GetAPIKeyModelVerifySupportPlatformsBadRequest) String() 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 ¶
func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) Code() int
Code gets the status code for the get Api key model verify support platforms internal server error response
func (*GetAPIKeyModelVerifySupportPlatformsInternalServerError) Error ¶
func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) Error() string
func (*GetAPIKeyModelVerifySupportPlatformsInternalServerError) GetPayload ¶
func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsClientError ¶
func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsClientError() bool
IsClientError returns true when this get Api key model verify support platforms internal server error response has a 4xx status code
func (*GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsCode ¶
func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get Api key model verify support platforms internal server error response has a 3xx status code
func (*GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsServerError ¶
func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsServerError() bool
IsServerError returns true when this get Api key model verify support platforms internal server error response has a 5xx status code
func (*GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsSuccess ¶
func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get Api key model verify support platforms internal server error response has a 2xx status code
func (*GetAPIKeyModelVerifySupportPlatformsInternalServerError) String ¶
func (o *GetAPIKeyModelVerifySupportPlatformsInternalServerError) String() 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 ¶
func (o *GetAPIKeyModelVerifySupportPlatformsOK) Code() int
Code gets the status code for the get Api key model verify support platforms o k response
func (*GetAPIKeyModelVerifySupportPlatformsOK) Error ¶
func (o *GetAPIKeyModelVerifySupportPlatformsOK) Error() string
func (*GetAPIKeyModelVerifySupportPlatformsOK) GetPayload ¶
func (o *GetAPIKeyModelVerifySupportPlatformsOK) GetPayload() *models.ResponseGetListPlatformSupportResponse
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 ¶
func (o *GetAPIKeyModelVerifySupportPlatformsOK) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyModelVerifySupportPlatformsOK) IsRedirect() bool
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 ¶
func (o *GetAPIKeyModelVerifySupportPlatformsOK) IsSuccess() bool
IsSuccess returns true when this get Api key model verify support platforms o k response has a 2xx status code
func (*GetAPIKeyModelVerifySupportPlatformsOK) String ¶
func (o *GetAPIKeyModelVerifySupportPlatformsOK) String() 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 ¶
func (o *GetAPIKeyModelVerifySupportPlatformsParams) SetContext(ctx context.Context)
SetContext adds the context to the get API key model verify support platforms params
func (*GetAPIKeyModelVerifySupportPlatformsParams) SetDefaults ¶
func (o *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 ¶
func (o *GetAPIKeyModelVerifySupportPlatformsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get API key model verify support platforms params
func (*GetAPIKeyModelVerifySupportPlatformsParams) WithContext ¶
func (o *GetAPIKeyModelVerifySupportPlatformsParams) WithContext(ctx context.Context) *GetAPIKeyModelVerifySupportPlatformsParams
WithContext adds the context to the get API key model verify support platforms params
func (*GetAPIKeyModelVerifySupportPlatformsParams) WithDefaults ¶
func (o *GetAPIKeyModelVerifySupportPlatformsParams) WithDefaults() *GetAPIKeyModelVerifySupportPlatformsParams
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 ¶
func (o *GetAPIKeyModelVerifySupportPlatformsParams) WithHTTPClient(client *http.Client) *GetAPIKeyModelVerifySupportPlatformsParams
WithHTTPClient adds the HTTPClient to the get API key model verify support platforms params
func (*GetAPIKeyModelVerifySupportPlatformsParams) WithTimeout ¶
func (o *GetAPIKeyModelVerifySupportPlatformsParams) WithTimeout(timeout time.Duration) *GetAPIKeyModelVerifySupportPlatformsParams
WithTimeout adds the timeout to the get API key model verify support platforms params
func (*GetAPIKeyModelVerifySupportPlatformsParams) WriteToRequest ¶
func (o *GetAPIKeyModelVerifySupportPlatformsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetAPIKeyModelVerifySupportPlatformsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
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 (o *PostAPIKeyModelBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *PostAPIKeyModelIDAPIKeyBadRequest) Code() int
Code gets the status code for the post Api key model Id Api key bad request response
func (*PostAPIKeyModelIDAPIKeyBadRequest) Error ¶
func (o *PostAPIKeyModelIDAPIKeyBadRequest) Error() string
func (*PostAPIKeyModelIDAPIKeyBadRequest) GetPayload ¶
func (o *PostAPIKeyModelIDAPIKeyBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *PostAPIKeyModelIDAPIKeyBadRequest) String() 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 ¶
func (o *PostAPIKeyModelIDAPIKeyInternalServerError) Code() int
Code gets the status code for the post Api key model Id Api key internal server error response
func (*PostAPIKeyModelIDAPIKeyInternalServerError) Error ¶
func (o *PostAPIKeyModelIDAPIKeyInternalServerError) Error() string
func (*PostAPIKeyModelIDAPIKeyInternalServerError) GetPayload ¶
func (o *PostAPIKeyModelIDAPIKeyInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*PostAPIKeyModelIDAPIKeyInternalServerError) IsClientError ¶
func (o *PostAPIKeyModelIDAPIKeyInternalServerError) IsClientError() bool
IsClientError returns true when this post Api key model Id Api key internal server error response has a 4xx status code
func (*PostAPIKeyModelIDAPIKeyInternalServerError) IsCode ¶
func (o *PostAPIKeyModelIDAPIKeyInternalServerError) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyModelIDAPIKeyInternalServerError) IsRedirect() bool
IsRedirect returns true when this post Api key model Id Api key internal server error response has a 3xx status code
func (*PostAPIKeyModelIDAPIKeyInternalServerError) IsServerError ¶
func (o *PostAPIKeyModelIDAPIKeyInternalServerError) IsServerError() bool
IsServerError returns true when this post Api key model Id Api key internal server error response has a 5xx status code
func (*PostAPIKeyModelIDAPIKeyInternalServerError) IsSuccess ¶
func (o *PostAPIKeyModelIDAPIKeyInternalServerError) IsSuccess() bool
IsSuccess returns true when this post Api key model Id Api key internal server error response has a 2xx status code
func (*PostAPIKeyModelIDAPIKeyInternalServerError) String ¶
func (o *PostAPIKeyModelIDAPIKeyInternalServerError) String() 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 (o *PostAPIKeyModelIDAPIKeyOK) GetPayload() *models.ResponseAPIKeyResponse
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 ¶
func (o *PostAPIKeyModelIDAPIKeyParams) SetID(id string)
SetID adds the id to the post API key model ID API key params
func (*PostAPIKeyModelIDAPIKeyParams) SetInput ¶
func (o *PostAPIKeyModelIDAPIKeyParams) SetInput(input *models.RequestCreateAPIKeyRequest)
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 ¶
func (o *PostAPIKeyModelIDAPIKeyParams) WithContext(ctx context.Context) *PostAPIKeyModelIDAPIKeyParams
WithContext adds the context to the post API key model ID API key params
func (*PostAPIKeyModelIDAPIKeyParams) WithDefaults ¶
func (o *PostAPIKeyModelIDAPIKeyParams) WithDefaults() *PostAPIKeyModelIDAPIKeyParams
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 ¶
func (o *PostAPIKeyModelIDAPIKeyParams) WithHTTPClient(client *http.Client) *PostAPIKeyModelIDAPIKeyParams
WithHTTPClient adds the HTTPClient to the post API key model ID API key params
func (*PostAPIKeyModelIDAPIKeyParams) WithID ¶
func (o *PostAPIKeyModelIDAPIKeyParams) WithID(id string) *PostAPIKeyModelIDAPIKeyParams
WithID adds the id to the post API key model ID API key params
func (*PostAPIKeyModelIDAPIKeyParams) WithInput ¶
func (o *PostAPIKeyModelIDAPIKeyParams) WithInput(input *models.RequestCreateAPIKeyRequest) *PostAPIKeyModelIDAPIKeyParams
WithInput adds the input to the post API key model ID API key params
func (*PostAPIKeyModelIDAPIKeyParams) WithTimeout ¶
func (o *PostAPIKeyModelIDAPIKeyParams) WithTimeout(timeout time.Duration) *PostAPIKeyModelIDAPIKeyParams
WithTimeout adds the timeout to the post API key model ID API key params
func (*PostAPIKeyModelIDAPIKeyParams) WriteToRequest ¶
func (o *PostAPIKeyModelIDAPIKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *PostAPIKeyModelIDStatisticsBadRequest) Code() int
Code gets the status code for the post Api key model Id statistics bad request response
func (*PostAPIKeyModelIDStatisticsBadRequest) Error ¶
func (o *PostAPIKeyModelIDStatisticsBadRequest) Error() string
func (*PostAPIKeyModelIDStatisticsBadRequest) GetPayload ¶
func (o *PostAPIKeyModelIDStatisticsBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *PostAPIKeyModelIDStatisticsBadRequest) IsCode(code int) bool
IsCode returns true when this post Api key model Id statistics bad request response a status code equal to that given
func (*PostAPIKeyModelIDStatisticsBadRequest) IsRedirect ¶
func (o *PostAPIKeyModelIDStatisticsBadRequest) IsRedirect() bool
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 ¶
func (o *PostAPIKeyModelIDStatisticsBadRequest) IsSuccess() bool
IsSuccess returns true when this post Api key model Id statistics bad request response has a 2xx status code
func (*PostAPIKeyModelIDStatisticsBadRequest) String ¶
func (o *PostAPIKeyModelIDStatisticsBadRequest) String() 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 ¶
func (o *PostAPIKeyModelIDStatisticsInternalServerError) Code() int
Code gets the status code for the post Api key model Id statistics internal server error response
func (*PostAPIKeyModelIDStatisticsInternalServerError) Error ¶
func (o *PostAPIKeyModelIDStatisticsInternalServerError) Error() string
func (*PostAPIKeyModelIDStatisticsInternalServerError) GetPayload ¶
func (o *PostAPIKeyModelIDStatisticsInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*PostAPIKeyModelIDStatisticsInternalServerError) IsClientError ¶
func (o *PostAPIKeyModelIDStatisticsInternalServerError) IsClientError() bool
IsClientError returns true when this post Api key model Id statistics internal server error response has a 4xx status code
func (*PostAPIKeyModelIDStatisticsInternalServerError) IsCode ¶
func (o *PostAPIKeyModelIDStatisticsInternalServerError) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyModelIDStatisticsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post Api key model Id statistics internal server error response has a 3xx status code
func (*PostAPIKeyModelIDStatisticsInternalServerError) IsServerError ¶
func (o *PostAPIKeyModelIDStatisticsInternalServerError) IsServerError() bool
IsServerError returns true when this post Api key model Id statistics internal server error response has a 5xx status code
func (*PostAPIKeyModelIDStatisticsInternalServerError) IsSuccess ¶
func (o *PostAPIKeyModelIDStatisticsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post Api key model Id statistics internal server error response has a 2xx status code
func (*PostAPIKeyModelIDStatisticsInternalServerError) String ¶
func (o *PostAPIKeyModelIDStatisticsInternalServerError) String() 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 ¶
func (o *PostAPIKeyModelIDStatisticsOK) Code() int
Code gets the status code for the post Api key model Id statistics o k response
func (*PostAPIKeyModelIDStatisticsOK) Error ¶
func (o *PostAPIKeyModelIDStatisticsOK) Error() string
func (*PostAPIKeyModelIDStatisticsOK) GetPayload ¶
func (o *PostAPIKeyModelIDStatisticsOK) GetPayload() *models.ResponseGetTaskStatisticsResponse
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 ¶
func (o *PostAPIKeyModelIDStatisticsOK) String() 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 ¶
func (o *PostAPIKeyModelIDStatisticsParams) SetContext(ctx context.Context)
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 ¶
func (o *PostAPIKeyModelIDStatisticsParams) SetID(id string)
SetID adds the id to the post API key model ID statistics params
func (*PostAPIKeyModelIDStatisticsParams) SetInput ¶
func (o *PostAPIKeyModelIDStatisticsParams) SetInput(input *models.RequestGetAPIKeyStatisticsByModelIDRequest)
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 ¶
func (o *PostAPIKeyModelIDStatisticsParams) WithContext(ctx context.Context) *PostAPIKeyModelIDStatisticsParams
WithContext adds the context to the post API key model ID statistics params
func (*PostAPIKeyModelIDStatisticsParams) WithDefaults ¶
func (o *PostAPIKeyModelIDStatisticsParams) WithDefaults() *PostAPIKeyModelIDStatisticsParams
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 ¶
func (o *PostAPIKeyModelIDStatisticsParams) WithHTTPClient(client *http.Client) *PostAPIKeyModelIDStatisticsParams
WithHTTPClient adds the HTTPClient to the post API key model ID statistics params
func (*PostAPIKeyModelIDStatisticsParams) WithID ¶
func (o *PostAPIKeyModelIDStatisticsParams) WithID(id string) *PostAPIKeyModelIDStatisticsParams
WithID adds the id to the post API key model ID statistics params
func (*PostAPIKeyModelIDStatisticsParams) WithInput ¶
func (o *PostAPIKeyModelIDStatisticsParams) WithInput(input *models.RequestGetAPIKeyStatisticsByModelIDRequest) *PostAPIKeyModelIDStatisticsParams
WithInput adds the input to the post API key model ID statistics params
func (*PostAPIKeyModelIDStatisticsParams) WithTimeout ¶
func (o *PostAPIKeyModelIDStatisticsParams) WithTimeout(timeout time.Duration) *PostAPIKeyModelIDStatisticsParams
WithTimeout adds the timeout to the post API key model ID statistics params
func (*PostAPIKeyModelIDStatisticsParams) WriteToRequest ¶
func (o *PostAPIKeyModelIDStatisticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *PostAPIKeyModelInternalServerError) Code() int
Code gets the status code for the post Api key model internal server error response
func (*PostAPIKeyModelInternalServerError) Error ¶
func (o *PostAPIKeyModelInternalServerError) Error() string
func (*PostAPIKeyModelInternalServerError) GetPayload ¶
func (o *PostAPIKeyModelInternalServerError) GetPayload() *models.ResponseErrorResponse
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 ¶
func (o *PostAPIKeyModelInternalServerError) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyModelInternalServerError) IsSuccess() bool
IsSuccess returns true when this post Api key model internal server error response has a 2xx status code
func (*PostAPIKeyModelInternalServerError) String ¶
func (o *PostAPIKeyModelInternalServerError) String() 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 ¶
func (o *PostAPIKeyModelListBadRequest) Code() int
Code gets the status code for the post Api key model list bad request response
func (*PostAPIKeyModelListBadRequest) Error ¶
func (o *PostAPIKeyModelListBadRequest) Error() string
func (*PostAPIKeyModelListBadRequest) GetPayload ¶
func (o *PostAPIKeyModelListBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *PostAPIKeyModelListBadRequest) String() 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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) Code() int
Code gets the status code for the post Api key model list by author username bad request response
func (*PostAPIKeyModelListByAuthorUsernameBadRequest) Error ¶
func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) Error() string
func (*PostAPIKeyModelListByAuthorUsernameBadRequest) GetPayload ¶
func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) GetPayload() *models.ResponseFailResponse
func (*PostAPIKeyModelListByAuthorUsernameBadRequest) IsClientError ¶
func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) IsClientError() bool
IsClientError returns true when this post Api key model list by author username bad request response has a 4xx status code
func (*PostAPIKeyModelListByAuthorUsernameBadRequest) IsCode ¶
func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) IsRedirect() bool
IsRedirect returns true when this post Api key model list by author username bad request response has a 3xx status code
func (*PostAPIKeyModelListByAuthorUsernameBadRequest) IsServerError ¶
func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) IsServerError() bool
IsServerError returns true when this post Api key model list by author username bad request response has a 5xx status code
func (*PostAPIKeyModelListByAuthorUsernameBadRequest) IsSuccess ¶
func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) IsSuccess() bool
IsSuccess returns true when this post Api key model list by author username bad request response has a 2xx status code
func (*PostAPIKeyModelListByAuthorUsernameBadRequest) String ¶
func (o *PostAPIKeyModelListByAuthorUsernameBadRequest) String() 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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) Code() int
Code gets the status code for the post Api key model list by author username internal server error response
func (*PostAPIKeyModelListByAuthorUsernameInternalServerError) Error ¶
func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) Error() string
func (*PostAPIKeyModelListByAuthorUsernameInternalServerError) GetPayload ¶
func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*PostAPIKeyModelListByAuthorUsernameInternalServerError) IsClientError ¶
func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) IsClientError() bool
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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) IsRedirect() bool
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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) IsServerError() bool
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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) IsSuccess() bool
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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameInternalServerError) String() 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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameOK) Code() int
Code gets the status code for the post Api key model list by author username o k response
func (*PostAPIKeyModelListByAuthorUsernameOK) Error ¶
func (o *PostAPIKeyModelListByAuthorUsernameOK) Error() string
func (*PostAPIKeyModelListByAuthorUsernameOK) GetPayload ¶
func (o *PostAPIKeyModelListByAuthorUsernameOK) GetPayload() *models.ResponseModelListResponse
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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameOK) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameOK) IsRedirect() bool
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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameOK) IsSuccess() bool
IsSuccess returns true when this post Api key model list by author username o k response has a 2xx status code
func (*PostAPIKeyModelListByAuthorUsernameOK) String ¶
func (o *PostAPIKeyModelListByAuthorUsernameOK) String() 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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameParams) SetContext(ctx context.Context)
SetContext adds the context to the post API key model list by author username params
func (*PostAPIKeyModelListByAuthorUsernameParams) SetDefaults ¶
func (o *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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameParams) SetInput(input *models.RequestGetModelListByAuthorRequest)
SetInput adds the input to the post API key model list by author username params
func (*PostAPIKeyModelListByAuthorUsernameParams) SetTimeout ¶
func (o *PostAPIKeyModelListByAuthorUsernameParams) SetTimeout(timeout time.Duration)
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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameParams) WithContext(ctx context.Context) *PostAPIKeyModelListByAuthorUsernameParams
WithContext adds the context to the post API key model list by author username params
func (*PostAPIKeyModelListByAuthorUsernameParams) WithDefaults ¶
func (o *PostAPIKeyModelListByAuthorUsernameParams) WithDefaults() *PostAPIKeyModelListByAuthorUsernameParams
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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameParams) WithHTTPClient(client *http.Client) *PostAPIKeyModelListByAuthorUsernameParams
WithHTTPClient adds the HTTPClient to the post API key model list by author username params
func (*PostAPIKeyModelListByAuthorUsernameParams) WithInput ¶
func (o *PostAPIKeyModelListByAuthorUsernameParams) WithInput(input *models.RequestGetModelListByAuthorRequest) *PostAPIKeyModelListByAuthorUsernameParams
WithInput adds the input to the post API key model list by author username params
func (*PostAPIKeyModelListByAuthorUsernameParams) WithTimeout ¶
func (o *PostAPIKeyModelListByAuthorUsernameParams) WithTimeout(timeout time.Duration) *PostAPIKeyModelListByAuthorUsernameParams
WithTimeout adds the timeout to the post API key model list by author username params
func (*PostAPIKeyModelListByAuthorUsernameParams) WithUsername ¶
func (o *PostAPIKeyModelListByAuthorUsernameParams) WithUsername(username string) *PostAPIKeyModelListByAuthorUsernameParams
WithUsername adds the username to the post API key model list by author username params
func (*PostAPIKeyModelListByAuthorUsernameParams) WriteToRequest ¶
func (o *PostAPIKeyModelListByAuthorUsernameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *PostAPIKeyModelListByAuthorUsernameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
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 ¶
func (o *PostAPIKeyModelListInternalServerError) Code() int
Code gets the status code for the post Api key model list internal server error response
func (*PostAPIKeyModelListInternalServerError) Error ¶
func (o *PostAPIKeyModelListInternalServerError) Error() string
func (*PostAPIKeyModelListInternalServerError) GetPayload ¶
func (o *PostAPIKeyModelListInternalServerError) GetPayload() *models.ResponseErrorResponse
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 ¶
func (o *PostAPIKeyModelListInternalServerError) IsCode(code int) bool
IsCode returns true when this post Api key model list internal server error response a status code equal to that given
func (*PostAPIKeyModelListInternalServerError) IsRedirect ¶
func (o *PostAPIKeyModelListInternalServerError) IsRedirect() bool
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 ¶
func (o *PostAPIKeyModelListInternalServerError) IsSuccess() bool
IsSuccess returns true when this post Api key model list internal server error response has a 2xx status code
func (*PostAPIKeyModelListInternalServerError) String ¶
func (o *PostAPIKeyModelListInternalServerError) String() 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 (o *PostAPIKeyModelListOK) GetPayload() *models.ResponseModelListResponse
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 ¶
func (o *PostAPIKeyModelListParams) SetInput(input *models.RequestGetModelListRequest)
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 ¶
func (o *PostAPIKeyModelListParams) WithContext(ctx context.Context) *PostAPIKeyModelListParams
WithContext adds the context to the post API key model list params
func (*PostAPIKeyModelListParams) WithDefaults ¶
func (o *PostAPIKeyModelListParams) WithDefaults() *PostAPIKeyModelListParams
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 ¶
func (o *PostAPIKeyModelListParams) WithInput(input *models.RequestGetModelListRequest) *PostAPIKeyModelListParams
WithInput adds the input to the post API key model list params
func (*PostAPIKeyModelListParams) WithTimeout ¶
func (o *PostAPIKeyModelListParams) WithTimeout(timeout time.Duration) *PostAPIKeyModelListParams
WithTimeout adds the timeout to the post API key model list params
func (*PostAPIKeyModelListParams) WriteToRequest ¶
func (o *PostAPIKeyModelListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *PostAPIKeyModelMatchingTagsBadRequest) Code() int
Code gets the status code for the post Api key model matching tags bad request response
func (*PostAPIKeyModelMatchingTagsBadRequest) Error ¶
func (o *PostAPIKeyModelMatchingTagsBadRequest) Error() string
func (*PostAPIKeyModelMatchingTagsBadRequest) GetPayload ¶
func (o *PostAPIKeyModelMatchingTagsBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *PostAPIKeyModelMatchingTagsBadRequest) IsCode(code int) bool
IsCode returns true when this post Api key model matching tags bad request response a status code equal to that given
func (*PostAPIKeyModelMatchingTagsBadRequest) IsRedirect ¶
func (o *PostAPIKeyModelMatchingTagsBadRequest) IsRedirect() bool
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 ¶
func (o *PostAPIKeyModelMatchingTagsBadRequest) IsSuccess() bool
IsSuccess returns true when this post Api key model matching tags bad request response has a 2xx status code
func (*PostAPIKeyModelMatchingTagsBadRequest) String ¶
func (o *PostAPIKeyModelMatchingTagsBadRequest) String() 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 ¶
func (o *PostAPIKeyModelMatchingTagsInternalServerError) Code() int
Code gets the status code for the post Api key model matching tags internal server error response
func (*PostAPIKeyModelMatchingTagsInternalServerError) Error ¶
func (o *PostAPIKeyModelMatchingTagsInternalServerError) Error() string
func (*PostAPIKeyModelMatchingTagsInternalServerError) GetPayload ¶
func (o *PostAPIKeyModelMatchingTagsInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*PostAPIKeyModelMatchingTagsInternalServerError) IsClientError ¶
func (o *PostAPIKeyModelMatchingTagsInternalServerError) IsClientError() bool
IsClientError returns true when this post Api key model matching tags internal server error response has a 4xx status code
func (*PostAPIKeyModelMatchingTagsInternalServerError) IsCode ¶
func (o *PostAPIKeyModelMatchingTagsInternalServerError) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyModelMatchingTagsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post Api key model matching tags internal server error response has a 3xx status code
func (*PostAPIKeyModelMatchingTagsInternalServerError) IsServerError ¶
func (o *PostAPIKeyModelMatchingTagsInternalServerError) IsServerError() bool
IsServerError returns true when this post Api key model matching tags internal server error response has a 5xx status code
func (*PostAPIKeyModelMatchingTagsInternalServerError) IsSuccess ¶
func (o *PostAPIKeyModelMatchingTagsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post Api key model matching tags internal server error response has a 2xx status code
func (*PostAPIKeyModelMatchingTagsInternalServerError) String ¶
func (o *PostAPIKeyModelMatchingTagsInternalServerError) String() 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 ¶
func (o *PostAPIKeyModelMatchingTagsOK) Code() int
Code gets the status code for the post Api key model matching tags o k response
func (*PostAPIKeyModelMatchingTagsOK) Error ¶
func (o *PostAPIKeyModelMatchingTagsOK) Error() string
func (*PostAPIKeyModelMatchingTagsOK) GetPayload ¶
func (o *PostAPIKeyModelMatchingTagsOK) GetPayload() *models.ResponseListDataResponse
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 ¶
func (o *PostAPIKeyModelMatchingTagsOK) String() 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 ¶
func (o *PostAPIKeyModelMatchingTagsParams) SetContext(ctx context.Context)
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 ¶
func (o *PostAPIKeyModelMatchingTagsParams) SetInput(input *models.RequestMatchingModelsTagsRequest)
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 ¶
func (o *PostAPIKeyModelMatchingTagsParams) WithContext(ctx context.Context) *PostAPIKeyModelMatchingTagsParams
WithContext adds the context to the post API key model matching tags params
func (*PostAPIKeyModelMatchingTagsParams) WithDefaults ¶
func (o *PostAPIKeyModelMatchingTagsParams) WithDefaults() *PostAPIKeyModelMatchingTagsParams
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 ¶
func (o *PostAPIKeyModelMatchingTagsParams) WithHTTPClient(client *http.Client) *PostAPIKeyModelMatchingTagsParams
WithHTTPClient adds the HTTPClient to the post API key model matching tags params
func (*PostAPIKeyModelMatchingTagsParams) WithInput ¶
func (o *PostAPIKeyModelMatchingTagsParams) WithInput(input *models.RequestMatchingModelsTagsRequest) *PostAPIKeyModelMatchingTagsParams
WithInput adds the input to the post API key model matching tags params
func (*PostAPIKeyModelMatchingTagsParams) WithTimeout ¶
func (o *PostAPIKeyModelMatchingTagsParams) WithTimeout(timeout time.Duration) *PostAPIKeyModelMatchingTagsParams
WithTimeout adds the timeout to the post API key model matching tags params
func (*PostAPIKeyModelMatchingTagsParams) WriteToRequest ¶
func (o *PostAPIKeyModelMatchingTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *PostAPIKeyModelOK) GetPayload() *models.ResponseModelResponse
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 ¶
func (o *PostAPIKeyModelParams) SetInput(input *models.RequestCreateModelRequest)
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 ¶
func (o *PostAPIKeyModelParams) WithContext(ctx context.Context) *PostAPIKeyModelParams
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 ¶
func (o *PostAPIKeyModelParams) WithInput(input *models.RequestCreateModelRequest) *PostAPIKeyModelParams
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 (o *PutAPIKeyModelIDBadRequest) Error() string
func (*PutAPIKeyModelIDBadRequest) GetPayload ¶
func (o *PutAPIKeyModelIDBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *PutAPIKeyModelIDInternalServerError) Code() int
Code gets the status code for the put Api key model Id internal server error response
func (*PutAPIKeyModelIDInternalServerError) Error ¶
func (o *PutAPIKeyModelIDInternalServerError) Error() string
func (*PutAPIKeyModelIDInternalServerError) GetPayload ¶
func (o *PutAPIKeyModelIDInternalServerError) GetPayload() *models.ResponseErrorResponse
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 ¶
func (o *PutAPIKeyModelIDInternalServerError) IsCode(code int) bool
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 ¶
func (o *PutAPIKeyModelIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this put Api key model Id internal server error response has a 2xx status code
func (*PutAPIKeyModelIDInternalServerError) String ¶
func (o *PutAPIKeyModelIDInternalServerError) String() 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 ¶
func (o *PutAPIKeyModelIDMetadataBadRequest) Code() int
Code gets the status code for the put Api key model Id metadata bad request response
func (*PutAPIKeyModelIDMetadataBadRequest) Error ¶
func (o *PutAPIKeyModelIDMetadataBadRequest) Error() string
func (*PutAPIKeyModelIDMetadataBadRequest) GetPayload ¶
func (o *PutAPIKeyModelIDMetadataBadRequest) GetPayload() *models.ResponseFailResponse
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 ¶
func (o *PutAPIKeyModelIDMetadataBadRequest) IsCode(code int) bool
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 ¶
func (o *PutAPIKeyModelIDMetadataBadRequest) IsSuccess() bool
IsSuccess returns true when this put Api key model Id metadata bad request response has a 2xx status code
func (*PutAPIKeyModelIDMetadataBadRequest) String ¶
func (o *PutAPIKeyModelIDMetadataBadRequest) String() 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 ¶
func (o *PutAPIKeyModelIDMetadataInternalServerError) Code() int
Code gets the status code for the put Api key model Id metadata internal server error response
func (*PutAPIKeyModelIDMetadataInternalServerError) Error ¶
func (o *PutAPIKeyModelIDMetadataInternalServerError) Error() string
func (*PutAPIKeyModelIDMetadataInternalServerError) GetPayload ¶
func (o *PutAPIKeyModelIDMetadataInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*PutAPIKeyModelIDMetadataInternalServerError) IsClientError ¶
func (o *PutAPIKeyModelIDMetadataInternalServerError) IsClientError() bool
IsClientError returns true when this put Api key model Id metadata internal server error response has a 4xx status code
func (*PutAPIKeyModelIDMetadataInternalServerError) IsCode ¶
func (o *PutAPIKeyModelIDMetadataInternalServerError) IsCode(code int) bool
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 ¶
func (o *PutAPIKeyModelIDMetadataInternalServerError) IsRedirect() bool
IsRedirect returns true when this put Api key model Id metadata internal server error response has a 3xx status code
func (*PutAPIKeyModelIDMetadataInternalServerError) IsServerError ¶
func (o *PutAPIKeyModelIDMetadataInternalServerError) IsServerError() bool
IsServerError returns true when this put Api key model Id metadata internal server error response has a 5xx status code
func (*PutAPIKeyModelIDMetadataInternalServerError) IsSuccess ¶
func (o *PutAPIKeyModelIDMetadataInternalServerError) IsSuccess() bool
IsSuccess returns true when this put Api key model Id metadata internal server error response has a 2xx status code
func (*PutAPIKeyModelIDMetadataInternalServerError) String ¶
func (o *PutAPIKeyModelIDMetadataInternalServerError) String() 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 (o *PutAPIKeyModelIDMetadataOK) Error() string
func (*PutAPIKeyModelIDMetadataOK) GetPayload ¶
func (o *PutAPIKeyModelIDMetadataOK) GetPayload() *models.ResponseModelResponse
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 ¶
func (o *PutAPIKeyModelIDMetadataParams) SetID(id string)
SetID adds the id to the put API key model ID metadata params
func (*PutAPIKeyModelIDMetadataParams) SetInput ¶
func (o *PutAPIKeyModelIDMetadataParams) SetInput(input *models.RequestUpdateModelMetadataRequest)
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 ¶
func (o *PutAPIKeyModelIDMetadataParams) WithContext(ctx context.Context) *PutAPIKeyModelIDMetadataParams
WithContext adds the context to the put API key model ID metadata params
func (*PutAPIKeyModelIDMetadataParams) WithDefaults ¶
func (o *PutAPIKeyModelIDMetadataParams) WithDefaults() *PutAPIKeyModelIDMetadataParams
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 ¶
func (o *PutAPIKeyModelIDMetadataParams) WithHTTPClient(client *http.Client) *PutAPIKeyModelIDMetadataParams
WithHTTPClient adds the HTTPClient to the put API key model ID metadata params
func (*PutAPIKeyModelIDMetadataParams) WithID ¶
func (o *PutAPIKeyModelIDMetadataParams) WithID(id string) *PutAPIKeyModelIDMetadataParams
WithID adds the id to the put API key model ID metadata params
func (*PutAPIKeyModelIDMetadataParams) WithInput ¶
func (o *PutAPIKeyModelIDMetadataParams) WithInput(input *models.RequestUpdateModelMetadataRequest) *PutAPIKeyModelIDMetadataParams
WithInput adds the input to the put API key model ID metadata params
func (*PutAPIKeyModelIDMetadataParams) WithTimeout ¶
func (o *PutAPIKeyModelIDMetadataParams) WithTimeout(timeout time.Duration) *PutAPIKeyModelIDMetadataParams
WithTimeout adds the timeout to the put API key model ID metadata params
func (*PutAPIKeyModelIDMetadataParams) WriteToRequest ¶
func (o *PutAPIKeyModelIDMetadataParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *PutAPIKeyModelIDOK) GetPayload() *models.ResponseModelResponse
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 ¶
func (o *PutAPIKeyModelIDParams) SetInput(input *models.RequestUpdateModelRequest)
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 ¶
func (o *PutAPIKeyModelIDParams) WithContext(ctx context.Context) *PutAPIKeyModelIDParams
WithContext adds the context to the put API key model ID params
func (*PutAPIKeyModelIDParams) WithDefaults ¶
func (o *PutAPIKeyModelIDParams) WithDefaults() *PutAPIKeyModelIDParams
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 ¶
func (o *PutAPIKeyModelIDParams) WithID(id string) *PutAPIKeyModelIDParams
WithID adds the id to the put API key model ID params
func (*PutAPIKeyModelIDParams) WithInput ¶
func (o *PutAPIKeyModelIDParams) WithInput(input *models.RequestUpdateModelRequest) *PutAPIKeyModelIDParams
WithInput adds the input to the put API key model ID params
func (*PutAPIKeyModelIDParams) WithTimeout ¶
func (o *PutAPIKeyModelIDParams) WithTimeout(timeout time.Duration) *PutAPIKeyModelIDParams
WithTimeout adds the timeout to the put API key model ID params
func (*PutAPIKeyModelIDParams) WriteToRequest ¶
func (o *PutAPIKeyModelIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
¶
- api_key_model_client.go
- delete_api_key_model_id_parameters.go
- delete_api_key_model_id_responses.go
- get_api_key_model_id_api_key_parameters.go
- get_api_key_model_id_api_key_responses.go
- get_api_key_model_id_download_parameters.go
- get_api_key_model_id_download_responses.go
- get_api_key_model_id_info_parameters.go
- get_api_key_model_id_info_responses.go
- get_api_key_model_id_like_parameters.go
- get_api_key_model_id_like_responses.go
- get_api_key_model_id_parameters.go
- get_api_key_model_id_responses.go
- get_api_key_model_id_serving_parameters.go
- get_api_key_model_id_serving_responses.go
- get_api_key_model_id_task_cost_parameters.go
- get_api_key_model_id_task_cost_responses.go
- get_api_key_model_organization_org_parameters.go
- get_api_key_model_organization_org_responses.go
- get_api_key_model_username_name_parameters.go
- get_api_key_model_username_name_responses.go
- get_api_key_model_verify_support_platforms_parameters.go
- get_api_key_model_verify_support_platforms_responses.go
- post_api_key_model_id_api_key_parameters.go
- post_api_key_model_id_api_key_responses.go
- post_api_key_model_id_statistics_parameters.go
- post_api_key_model_id_statistics_responses.go
- post_api_key_model_list_by_author_username_parameters.go
- post_api_key_model_list_by_author_username_responses.go
- post_api_key_model_list_parameters.go
- post_api_key_model_list_responses.go
- post_api_key_model_matching_tags_parameters.go
- post_api_key_model_matching_tags_responses.go
- post_api_key_model_parameters.go
- post_api_key_model_responses.go
- put_api_key_model_id_metadata_parameters.go
- put_api_key_model_id_metadata_responses.go
- put_api_key_model_id_parameters.go
- put_api_key_model_id_responses.go