Documentation
¶
Index ¶
- func WithContentTypeApplicationJSON(r *runtime.ClientOperation)
- func WithContentTypeApplicationxWwwFormUrlencoded(r *runtime.ClientOperation)
- type Client
- func (a *Client) DeleteAPIKeyStorageW3sURL(params *DeleteAPIKeyStorageW3sURLParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAPIKeyStorageW3sURLOK, error)
- func (a *Client) GetAPIKeyStorageUploadFolder(params *GetAPIKeyStorageUploadFolderParams, ...) (*GetAPIKeyStorageUploadFolderOK, error)
- func (a *Client) GetAPIKeyStorageUploadStatistics(params *GetAPIKeyStorageUploadStatisticsParams, ...) (*GetAPIKeyStorageUploadStatisticsOK, error)
- func (a *Client) PostAPIKeyStorageUploadCreatePresignedURL(params *PostAPIKeyStorageUploadCreatePresignedURLParams, ...) (*PostAPIKeyStorageUploadCreatePresignedURLOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type DeleteAPIKeyStorageW3sURLBadRequest
- func (o *DeleteAPIKeyStorageW3sURLBadRequest) Code() int
- func (o *DeleteAPIKeyStorageW3sURLBadRequest) Error() string
- func (o *DeleteAPIKeyStorageW3sURLBadRequest) GetPayload() *models.ResponseErrorResponse
- func (o *DeleteAPIKeyStorageW3sURLBadRequest) IsClientError() bool
- func (o *DeleteAPIKeyStorageW3sURLBadRequest) IsCode(code int) bool
- func (o *DeleteAPIKeyStorageW3sURLBadRequest) IsRedirect() bool
- func (o *DeleteAPIKeyStorageW3sURLBadRequest) IsServerError() bool
- func (o *DeleteAPIKeyStorageW3sURLBadRequest) IsSuccess() bool
- func (o *DeleteAPIKeyStorageW3sURLBadRequest) String() string
- type DeleteAPIKeyStorageW3sURLOK
- func (o *DeleteAPIKeyStorageW3sURLOK) Code() int
- func (o *DeleteAPIKeyStorageW3sURLOK) Error() string
- func (o *DeleteAPIKeyStorageW3sURLOK) GetPayload() string
- func (o *DeleteAPIKeyStorageW3sURLOK) IsClientError() bool
- func (o *DeleteAPIKeyStorageW3sURLOK) IsCode(code int) bool
- func (o *DeleteAPIKeyStorageW3sURLOK) IsRedirect() bool
- func (o *DeleteAPIKeyStorageW3sURLOK) IsServerError() bool
- func (o *DeleteAPIKeyStorageW3sURLOK) IsSuccess() bool
- func (o *DeleteAPIKeyStorageW3sURLOK) String() string
- type DeleteAPIKeyStorageW3sURLParams
- func NewDeleteAPIKeyStorageW3sURLParams() *DeleteAPIKeyStorageW3sURLParams
- func NewDeleteAPIKeyStorageW3sURLParamsWithContext(ctx context.Context) *DeleteAPIKeyStorageW3sURLParams
- func NewDeleteAPIKeyStorageW3sURLParamsWithHTTPClient(client *http.Client) *DeleteAPIKeyStorageW3sURLParams
- func NewDeleteAPIKeyStorageW3sURLParamsWithTimeout(timeout time.Duration) *DeleteAPIKeyStorageW3sURLParams
- func (o *DeleteAPIKeyStorageW3sURLParams) SetContext(ctx context.Context)
- func (o *DeleteAPIKeyStorageW3sURLParams) SetDefaults()
- func (o *DeleteAPIKeyStorageW3sURLParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAPIKeyStorageW3sURLParams) SetInput(input *models.RequestDeleteURLRequest)
- func (o *DeleteAPIKeyStorageW3sURLParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAPIKeyStorageW3sURLParams) WithContext(ctx context.Context) *DeleteAPIKeyStorageW3sURLParams
- func (o *DeleteAPIKeyStorageW3sURLParams) WithDefaults() *DeleteAPIKeyStorageW3sURLParams
- func (o *DeleteAPIKeyStorageW3sURLParams) WithHTTPClient(client *http.Client) *DeleteAPIKeyStorageW3sURLParams
- func (o *DeleteAPIKeyStorageW3sURLParams) WithInput(input *models.RequestDeleteURLRequest) *DeleteAPIKeyStorageW3sURLParams
- func (o *DeleteAPIKeyStorageW3sURLParams) WithTimeout(timeout time.Duration) *DeleteAPIKeyStorageW3sURLParams
- func (o *DeleteAPIKeyStorageW3sURLParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAPIKeyStorageW3sURLReader
- type GetAPIKeyStorageUploadFolderBadRequest
- func (o *GetAPIKeyStorageUploadFolderBadRequest) Code() int
- func (o *GetAPIKeyStorageUploadFolderBadRequest) Error() string
- func (o *GetAPIKeyStorageUploadFolderBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *GetAPIKeyStorageUploadFolderBadRequest) IsClientError() bool
- func (o *GetAPIKeyStorageUploadFolderBadRequest) IsCode(code int) bool
- func (o *GetAPIKeyStorageUploadFolderBadRequest) IsRedirect() bool
- func (o *GetAPIKeyStorageUploadFolderBadRequest) IsServerError() bool
- func (o *GetAPIKeyStorageUploadFolderBadRequest) IsSuccess() bool
- func (o *GetAPIKeyStorageUploadFolderBadRequest) String() string
- type GetAPIKeyStorageUploadFolderInternalServerError
- func (o *GetAPIKeyStorageUploadFolderInternalServerError) Code() int
- func (o *GetAPIKeyStorageUploadFolderInternalServerError) Error() string
- func (o *GetAPIKeyStorageUploadFolderInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *GetAPIKeyStorageUploadFolderInternalServerError) IsClientError() bool
- func (o *GetAPIKeyStorageUploadFolderInternalServerError) IsCode(code int) bool
- func (o *GetAPIKeyStorageUploadFolderInternalServerError) IsRedirect() bool
- func (o *GetAPIKeyStorageUploadFolderInternalServerError) IsServerError() bool
- func (o *GetAPIKeyStorageUploadFolderInternalServerError) IsSuccess() bool
- func (o *GetAPIKeyStorageUploadFolderInternalServerError) String() string
- type GetAPIKeyStorageUploadFolderOK
- func (o *GetAPIKeyStorageUploadFolderOK) Code() int
- func (o *GetAPIKeyStorageUploadFolderOK) Error() string
- func (o *GetAPIKeyStorageUploadFolderOK) GetPayload() *models.ResponseGetUserUploadsResponse
- func (o *GetAPIKeyStorageUploadFolderOK) IsClientError() bool
- func (o *GetAPIKeyStorageUploadFolderOK) IsCode(code int) bool
- func (o *GetAPIKeyStorageUploadFolderOK) IsRedirect() bool
- func (o *GetAPIKeyStorageUploadFolderOK) IsServerError() bool
- func (o *GetAPIKeyStorageUploadFolderOK) IsSuccess() bool
- func (o *GetAPIKeyStorageUploadFolderOK) String() string
- type GetAPIKeyStorageUploadFolderParams
- func NewGetAPIKeyStorageUploadFolderParams() *GetAPIKeyStorageUploadFolderParams
- func NewGetAPIKeyStorageUploadFolderParamsWithContext(ctx context.Context) *GetAPIKeyStorageUploadFolderParams
- func NewGetAPIKeyStorageUploadFolderParamsWithHTTPClient(client *http.Client) *GetAPIKeyStorageUploadFolderParams
- func NewGetAPIKeyStorageUploadFolderParamsWithTimeout(timeout time.Duration) *GetAPIKeyStorageUploadFolderParams
- func (o *GetAPIKeyStorageUploadFolderParams) SetContext(ctx context.Context)
- func (o *GetAPIKeyStorageUploadFolderParams) SetDefaults()
- func (o *GetAPIKeyStorageUploadFolderParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIKeyStorageUploadFolderParams) SetPage(page *int64)
- func (o *GetAPIKeyStorageUploadFolderParams) SetPageSize(pageSize *int64)
- func (o *GetAPIKeyStorageUploadFolderParams) SetSearch(search *string)
- func (o *GetAPIKeyStorageUploadFolderParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIKeyStorageUploadFolderParams) WithContext(ctx context.Context) *GetAPIKeyStorageUploadFolderParams
- func (o *GetAPIKeyStorageUploadFolderParams) WithDefaults() *GetAPIKeyStorageUploadFolderParams
- func (o *GetAPIKeyStorageUploadFolderParams) WithHTTPClient(client *http.Client) *GetAPIKeyStorageUploadFolderParams
- func (o *GetAPIKeyStorageUploadFolderParams) WithPage(page *int64) *GetAPIKeyStorageUploadFolderParams
- func (o *GetAPIKeyStorageUploadFolderParams) WithPageSize(pageSize *int64) *GetAPIKeyStorageUploadFolderParams
- func (o *GetAPIKeyStorageUploadFolderParams) WithSearch(search *string) *GetAPIKeyStorageUploadFolderParams
- func (o *GetAPIKeyStorageUploadFolderParams) WithTimeout(timeout time.Duration) *GetAPIKeyStorageUploadFolderParams
- func (o *GetAPIKeyStorageUploadFolderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIKeyStorageUploadFolderReader
- type GetAPIKeyStorageUploadStatisticsBadRequest
- func (o *GetAPIKeyStorageUploadStatisticsBadRequest) Code() int
- func (o *GetAPIKeyStorageUploadStatisticsBadRequest) Error() string
- func (o *GetAPIKeyStorageUploadStatisticsBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *GetAPIKeyStorageUploadStatisticsBadRequest) IsClientError() bool
- func (o *GetAPIKeyStorageUploadStatisticsBadRequest) IsCode(code int) bool
- func (o *GetAPIKeyStorageUploadStatisticsBadRequest) IsRedirect() bool
- func (o *GetAPIKeyStorageUploadStatisticsBadRequest) IsServerError() bool
- func (o *GetAPIKeyStorageUploadStatisticsBadRequest) IsSuccess() bool
- func (o *GetAPIKeyStorageUploadStatisticsBadRequest) String() string
- type GetAPIKeyStorageUploadStatisticsInternalServerError
- func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) Code() int
- func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) Error() string
- func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) IsClientError() bool
- func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) IsCode(code int) bool
- func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) IsRedirect() bool
- func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) IsServerError() bool
- func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) IsSuccess() bool
- func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) String() string
- type GetAPIKeyStorageUploadStatisticsOK
- func (o *GetAPIKeyStorageUploadStatisticsOK) Code() int
- func (o *GetAPIKeyStorageUploadStatisticsOK) Error() string
- func (o *GetAPIKeyStorageUploadStatisticsOK) GetPayload() *models.ResponseGetUserUploadStatisticsResponse
- func (o *GetAPIKeyStorageUploadStatisticsOK) IsClientError() bool
- func (o *GetAPIKeyStorageUploadStatisticsOK) IsCode(code int) bool
- func (o *GetAPIKeyStorageUploadStatisticsOK) IsRedirect() bool
- func (o *GetAPIKeyStorageUploadStatisticsOK) IsServerError() bool
- func (o *GetAPIKeyStorageUploadStatisticsOK) IsSuccess() bool
- func (o *GetAPIKeyStorageUploadStatisticsOK) String() string
- type GetAPIKeyStorageUploadStatisticsParams
- func NewGetAPIKeyStorageUploadStatisticsParams() *GetAPIKeyStorageUploadStatisticsParams
- func NewGetAPIKeyStorageUploadStatisticsParamsWithContext(ctx context.Context) *GetAPIKeyStorageUploadStatisticsParams
- func NewGetAPIKeyStorageUploadStatisticsParamsWithHTTPClient(client *http.Client) *GetAPIKeyStorageUploadStatisticsParams
- func NewGetAPIKeyStorageUploadStatisticsParamsWithTimeout(timeout time.Duration) *GetAPIKeyStorageUploadStatisticsParams
- func (o *GetAPIKeyStorageUploadStatisticsParams) SetContext(ctx context.Context)
- func (o *GetAPIKeyStorageUploadStatisticsParams) SetDefaults()
- func (o *GetAPIKeyStorageUploadStatisticsParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIKeyStorageUploadStatisticsParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIKeyStorageUploadStatisticsParams) WithContext(ctx context.Context) *GetAPIKeyStorageUploadStatisticsParams
- func (o *GetAPIKeyStorageUploadStatisticsParams) WithDefaults() *GetAPIKeyStorageUploadStatisticsParams
- func (o *GetAPIKeyStorageUploadStatisticsParams) WithHTTPClient(client *http.Client) *GetAPIKeyStorageUploadStatisticsParams
- func (o *GetAPIKeyStorageUploadStatisticsParams) WithTimeout(timeout time.Duration) *GetAPIKeyStorageUploadStatisticsParams
- func (o *GetAPIKeyStorageUploadStatisticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIKeyStorageUploadStatisticsReader
- type PostAPIKeyStorageUploadCreatePresignedURLBadRequest
- func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) Code() int
- func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) Error() string
- func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) GetPayload() *models.ResponseErrorResponse
- func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) IsClientError() bool
- func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) IsCode(code int) bool
- func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) IsRedirect() bool
- func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) IsServerError() bool
- func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) IsSuccess() bool
- func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) String() string
- type PostAPIKeyStorageUploadCreatePresignedURLOK
- func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) Code() int
- func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) Error() string
- func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) GetPayload() *models.ResponseCreatePresignedURLResponse
- func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) IsClientError() bool
- func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) IsCode(code int) bool
- func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) IsRedirect() bool
- func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) IsServerError() bool
- func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) IsSuccess() bool
- func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) String() string
- type PostAPIKeyStorageUploadCreatePresignedURLParams
- func NewPostAPIKeyStorageUploadCreatePresignedURLParams() *PostAPIKeyStorageUploadCreatePresignedURLParams
- func NewPostAPIKeyStorageUploadCreatePresignedURLParamsWithContext(ctx context.Context) *PostAPIKeyStorageUploadCreatePresignedURLParams
- func NewPostAPIKeyStorageUploadCreatePresignedURLParamsWithHTTPClient(client *http.Client) *PostAPIKeyStorageUploadCreatePresignedURLParams
- func NewPostAPIKeyStorageUploadCreatePresignedURLParamsWithTimeout(timeout time.Duration) *PostAPIKeyStorageUploadCreatePresignedURLParams
- func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) SetContext(ctx context.Context)
- func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) SetDefaults()
- func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) SetHTTPClient(client *http.Client)
- func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) SetInput(input *models.RequestCreatePresignedURLRequest)
- func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) SetTimeout(timeout time.Duration)
- func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) WithContext(ctx context.Context) *PostAPIKeyStorageUploadCreatePresignedURLParams
- func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) WithDefaults() *PostAPIKeyStorageUploadCreatePresignedURLParams
- func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) WithHTTPClient(client *http.Client) *PostAPIKeyStorageUploadCreatePresignedURLParams
- func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) WithInput(input *models.RequestCreatePresignedURLRequest) *PostAPIKeyStorageUploadCreatePresignedURLParams
- func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) WithTimeout(timeout time.Duration) *PostAPIKeyStorageUploadCreatePresignedURLParams
- func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostAPIKeyStorageUploadCreatePresignedURLReader
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 storage API
func (*Client) DeleteAPIKeyStorageW3sURL ¶
func (a *Client) DeleteAPIKeyStorageW3sURL(params *DeleteAPIKeyStorageW3sURLParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAPIKeyStorageW3sURLOK, error)
DeleteAPIKeyStorageW3sURL deletes Url by Api key
func (*Client) GetAPIKeyStorageUploadFolder ¶
func (a *Client) GetAPIKeyStorageUploadFolder(params *GetAPIKeyStorageUploadFolderParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyStorageUploadFolderOK, error)
GetAPIKeyStorageUploadFolder gets user uploads by folder by api key
func (*Client) GetAPIKeyStorageUploadStatistics ¶
func (a *Client) GetAPIKeyStorageUploadStatistics(params *GetAPIKeyStorageUploadStatisticsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyStorageUploadStatisticsOK, error)
GetAPIKeyStorageUploadStatistics gets user upload statistics by api key
func (*Client) PostAPIKeyStorageUploadCreatePresignedURL ¶
func (a *Client) PostAPIKeyStorageUploadCreatePresignedURL(params *PostAPIKeyStorageUploadCreatePresignedURLParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyStorageUploadCreatePresignedURLOK, error)
PostAPIKeyStorageUploadCreatePresignedURL creates presigned Url by Api key
folder is one of avatars, thumbnails, covers, samples, documents
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 {
DeleteAPIKeyStorageW3sURL(params *DeleteAPIKeyStorageW3sURLParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAPIKeyStorageW3sURLOK, error)
GetAPIKeyStorageUploadFolder(params *GetAPIKeyStorageUploadFolderParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyStorageUploadFolderOK, error)
GetAPIKeyStorageUploadStatistics(params *GetAPIKeyStorageUploadStatisticsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyStorageUploadStatisticsOK, error)
PostAPIKeyStorageUploadCreatePresignedURL(params *PostAPIKeyStorageUploadCreatePresignedURLParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyStorageUploadCreatePresignedURLOK, 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 storage API client.
func NewClientWithBasicAuth ¶
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new api key storage 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 storage 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 DeleteAPIKeyStorageW3sURLBadRequest ¶
type DeleteAPIKeyStorageW3sURLBadRequest struct {
Payload *models.ResponseErrorResponse
}
DeleteAPIKeyStorageW3sURLBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDeleteAPIKeyStorageW3sURLBadRequest ¶
func NewDeleteAPIKeyStorageW3sURLBadRequest() *DeleteAPIKeyStorageW3sURLBadRequest
NewDeleteAPIKeyStorageW3sURLBadRequest creates a DeleteAPIKeyStorageW3sURLBadRequest with default headers values
func (*DeleteAPIKeyStorageW3sURLBadRequest) Code ¶
func (o *DeleteAPIKeyStorageW3sURLBadRequest) Code() int
Code gets the status code for the delete Api key storage w3s Url bad request response
func (*DeleteAPIKeyStorageW3sURLBadRequest) Error ¶
func (o *DeleteAPIKeyStorageW3sURLBadRequest) Error() string
func (*DeleteAPIKeyStorageW3sURLBadRequest) GetPayload ¶
func (o *DeleteAPIKeyStorageW3sURLBadRequest) GetPayload() *models.ResponseErrorResponse
func (*DeleteAPIKeyStorageW3sURLBadRequest) IsClientError ¶
func (o *DeleteAPIKeyStorageW3sURLBadRequest) IsClientError() bool
IsClientError returns true when this delete Api key storage w3s Url bad request response has a 4xx status code
func (*DeleteAPIKeyStorageW3sURLBadRequest) IsCode ¶
func (o *DeleteAPIKeyStorageW3sURLBadRequest) IsCode(code int) bool
IsCode returns true when this delete Api key storage w3s Url bad request response a status code equal to that given
func (*DeleteAPIKeyStorageW3sURLBadRequest) IsRedirect ¶
func (o *DeleteAPIKeyStorageW3sURLBadRequest) IsRedirect() bool
IsRedirect returns true when this delete Api key storage w3s Url bad request response has a 3xx status code
func (*DeleteAPIKeyStorageW3sURLBadRequest) IsServerError ¶
func (o *DeleteAPIKeyStorageW3sURLBadRequest) IsServerError() bool
IsServerError returns true when this delete Api key storage w3s Url bad request response has a 5xx status code
func (*DeleteAPIKeyStorageW3sURLBadRequest) IsSuccess ¶
func (o *DeleteAPIKeyStorageW3sURLBadRequest) IsSuccess() bool
IsSuccess returns true when this delete Api key storage w3s Url bad request response has a 2xx status code
func (*DeleteAPIKeyStorageW3sURLBadRequest) String ¶
func (o *DeleteAPIKeyStorageW3sURLBadRequest) String() string
type DeleteAPIKeyStorageW3sURLOK ¶
type DeleteAPIKeyStorageW3sURLOK struct {
Payload string
}
DeleteAPIKeyStorageW3sURLOK describes a response with status code 200, with default header values.
OK
func NewDeleteAPIKeyStorageW3sURLOK ¶
func NewDeleteAPIKeyStorageW3sURLOK() *DeleteAPIKeyStorageW3sURLOK
NewDeleteAPIKeyStorageW3sURLOK creates a DeleteAPIKeyStorageW3sURLOK with default headers values
func (*DeleteAPIKeyStorageW3sURLOK) Code ¶
func (o *DeleteAPIKeyStorageW3sURLOK) Code() int
Code gets the status code for the delete Api key storage w3s Url o k response
func (*DeleteAPIKeyStorageW3sURLOK) Error ¶
func (o *DeleteAPIKeyStorageW3sURLOK) Error() string
func (*DeleteAPIKeyStorageW3sURLOK) GetPayload ¶
func (o *DeleteAPIKeyStorageW3sURLOK) GetPayload() string
func (*DeleteAPIKeyStorageW3sURLOK) IsClientError ¶
func (o *DeleteAPIKeyStorageW3sURLOK) IsClientError() bool
IsClientError returns true when this delete Api key storage w3s Url o k response has a 4xx status code
func (*DeleteAPIKeyStorageW3sURLOK) IsCode ¶
func (o *DeleteAPIKeyStorageW3sURLOK) IsCode(code int) bool
IsCode returns true when this delete Api key storage w3s Url o k response a status code equal to that given
func (*DeleteAPIKeyStorageW3sURLOK) IsRedirect ¶
func (o *DeleteAPIKeyStorageW3sURLOK) IsRedirect() bool
IsRedirect returns true when this delete Api key storage w3s Url o k response has a 3xx status code
func (*DeleteAPIKeyStorageW3sURLOK) IsServerError ¶
func (o *DeleteAPIKeyStorageW3sURLOK) IsServerError() bool
IsServerError returns true when this delete Api key storage w3s Url o k response has a 5xx status code
func (*DeleteAPIKeyStorageW3sURLOK) IsSuccess ¶
func (o *DeleteAPIKeyStorageW3sURLOK) IsSuccess() bool
IsSuccess returns true when this delete Api key storage w3s Url o k response has a 2xx status code
func (*DeleteAPIKeyStorageW3sURLOK) String ¶
func (o *DeleteAPIKeyStorageW3sURLOK) String() string
type DeleteAPIKeyStorageW3sURLParams ¶
type DeleteAPIKeyStorageW3sURLParams struct {
/* Input.
file url or file key
*/
Input *models.RequestDeleteURLRequest
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteAPIKeyStorageW3sURLParams contains all the parameters to send to the API endpoint
for the delete API key storage w3s URL operation. Typically these are written to a http.Request.
func NewDeleteAPIKeyStorageW3sURLParams ¶
func NewDeleteAPIKeyStorageW3sURLParams() *DeleteAPIKeyStorageW3sURLParams
NewDeleteAPIKeyStorageW3sURLParams creates a new DeleteAPIKeyStorageW3sURLParams 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 NewDeleteAPIKeyStorageW3sURLParamsWithContext ¶
func NewDeleteAPIKeyStorageW3sURLParamsWithContext(ctx context.Context) *DeleteAPIKeyStorageW3sURLParams
NewDeleteAPIKeyStorageW3sURLParamsWithContext creates a new DeleteAPIKeyStorageW3sURLParams object with the ability to set a context for a request.
func NewDeleteAPIKeyStorageW3sURLParamsWithHTTPClient ¶
func NewDeleteAPIKeyStorageW3sURLParamsWithHTTPClient(client *http.Client) *DeleteAPIKeyStorageW3sURLParams
NewDeleteAPIKeyStorageW3sURLParamsWithHTTPClient creates a new DeleteAPIKeyStorageW3sURLParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteAPIKeyStorageW3sURLParamsWithTimeout ¶
func NewDeleteAPIKeyStorageW3sURLParamsWithTimeout(timeout time.Duration) *DeleteAPIKeyStorageW3sURLParams
NewDeleteAPIKeyStorageW3sURLParamsWithTimeout creates a new DeleteAPIKeyStorageW3sURLParams object with the ability to set a timeout on a request.
func (*DeleteAPIKeyStorageW3sURLParams) SetContext ¶
func (o *DeleteAPIKeyStorageW3sURLParams) SetContext(ctx context.Context)
SetContext adds the context to the delete API key storage w3s URL params
func (*DeleteAPIKeyStorageW3sURLParams) SetDefaults ¶
func (o *DeleteAPIKeyStorageW3sURLParams) SetDefaults()
SetDefaults hydrates default values in the delete API key storage w3s URL params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAPIKeyStorageW3sURLParams) SetHTTPClient ¶
func (o *DeleteAPIKeyStorageW3sURLParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete API key storage w3s URL params
func (*DeleteAPIKeyStorageW3sURLParams) SetInput ¶
func (o *DeleteAPIKeyStorageW3sURLParams) SetInput(input *models.RequestDeleteURLRequest)
SetInput adds the input to the delete API key storage w3s URL params
func (*DeleteAPIKeyStorageW3sURLParams) SetTimeout ¶
func (o *DeleteAPIKeyStorageW3sURLParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete API key storage w3s URL params
func (*DeleteAPIKeyStorageW3sURLParams) WithContext ¶
func (o *DeleteAPIKeyStorageW3sURLParams) WithContext(ctx context.Context) *DeleteAPIKeyStorageW3sURLParams
WithContext adds the context to the delete API key storage w3s URL params
func (*DeleteAPIKeyStorageW3sURLParams) WithDefaults ¶
func (o *DeleteAPIKeyStorageW3sURLParams) WithDefaults() *DeleteAPIKeyStorageW3sURLParams
WithDefaults hydrates default values in the delete API key storage w3s URL params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAPIKeyStorageW3sURLParams) WithHTTPClient ¶
func (o *DeleteAPIKeyStorageW3sURLParams) WithHTTPClient(client *http.Client) *DeleteAPIKeyStorageW3sURLParams
WithHTTPClient adds the HTTPClient to the delete API key storage w3s URL params
func (*DeleteAPIKeyStorageW3sURLParams) WithInput ¶
func (o *DeleteAPIKeyStorageW3sURLParams) WithInput(input *models.RequestDeleteURLRequest) *DeleteAPIKeyStorageW3sURLParams
WithInput adds the input to the delete API key storage w3s URL params
func (*DeleteAPIKeyStorageW3sURLParams) WithTimeout ¶
func (o *DeleteAPIKeyStorageW3sURLParams) WithTimeout(timeout time.Duration) *DeleteAPIKeyStorageW3sURLParams
WithTimeout adds the timeout to the delete API key storage w3s URL params
func (*DeleteAPIKeyStorageW3sURLParams) WriteToRequest ¶
func (o *DeleteAPIKeyStorageW3sURLParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAPIKeyStorageW3sURLReader ¶
type DeleteAPIKeyStorageW3sURLReader struct {
// contains filtered or unexported fields
}
DeleteAPIKeyStorageW3sURLReader is a Reader for the DeleteAPIKeyStorageW3sURL structure.
func (*DeleteAPIKeyStorageW3sURLReader) ReadResponse ¶
func (o *DeleteAPIKeyStorageW3sURLReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type GetAPIKeyStorageUploadFolderBadRequest ¶
type GetAPIKeyStorageUploadFolderBadRequest struct {
Payload *models.ResponseFailResponse
}
GetAPIKeyStorageUploadFolderBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetAPIKeyStorageUploadFolderBadRequest ¶
func NewGetAPIKeyStorageUploadFolderBadRequest() *GetAPIKeyStorageUploadFolderBadRequest
NewGetAPIKeyStorageUploadFolderBadRequest creates a GetAPIKeyStorageUploadFolderBadRequest with default headers values
func (*GetAPIKeyStorageUploadFolderBadRequest) Code ¶
func (o *GetAPIKeyStorageUploadFolderBadRequest) Code() int
Code gets the status code for the get Api key storage upload folder bad request response
func (*GetAPIKeyStorageUploadFolderBadRequest) Error ¶
func (o *GetAPIKeyStorageUploadFolderBadRequest) Error() string
func (*GetAPIKeyStorageUploadFolderBadRequest) GetPayload ¶
func (o *GetAPIKeyStorageUploadFolderBadRequest) GetPayload() *models.ResponseFailResponse
func (*GetAPIKeyStorageUploadFolderBadRequest) IsClientError ¶
func (o *GetAPIKeyStorageUploadFolderBadRequest) IsClientError() bool
IsClientError returns true when this get Api key storage upload folder bad request response has a 4xx status code
func (*GetAPIKeyStorageUploadFolderBadRequest) IsCode ¶
func (o *GetAPIKeyStorageUploadFolderBadRequest) IsCode(code int) bool
IsCode returns true when this get Api key storage upload folder bad request response a status code equal to that given
func (*GetAPIKeyStorageUploadFolderBadRequest) IsRedirect ¶
func (o *GetAPIKeyStorageUploadFolderBadRequest) IsRedirect() bool
IsRedirect returns true when this get Api key storage upload folder bad request response has a 3xx status code
func (*GetAPIKeyStorageUploadFolderBadRequest) IsServerError ¶
func (o *GetAPIKeyStorageUploadFolderBadRequest) IsServerError() bool
IsServerError returns true when this get Api key storage upload folder bad request response has a 5xx status code
func (*GetAPIKeyStorageUploadFolderBadRequest) IsSuccess ¶
func (o *GetAPIKeyStorageUploadFolderBadRequest) IsSuccess() bool
IsSuccess returns true when this get Api key storage upload folder bad request response has a 2xx status code
func (*GetAPIKeyStorageUploadFolderBadRequest) String ¶
func (o *GetAPIKeyStorageUploadFolderBadRequest) String() string
type GetAPIKeyStorageUploadFolderInternalServerError ¶
type GetAPIKeyStorageUploadFolderInternalServerError struct {
Payload *models.ResponseErrorResponse
}
GetAPIKeyStorageUploadFolderInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetAPIKeyStorageUploadFolderInternalServerError ¶
func NewGetAPIKeyStorageUploadFolderInternalServerError() *GetAPIKeyStorageUploadFolderInternalServerError
NewGetAPIKeyStorageUploadFolderInternalServerError creates a GetAPIKeyStorageUploadFolderInternalServerError with default headers values
func (*GetAPIKeyStorageUploadFolderInternalServerError) Code ¶
func (o *GetAPIKeyStorageUploadFolderInternalServerError) Code() int
Code gets the status code for the get Api key storage upload folder internal server error response
func (*GetAPIKeyStorageUploadFolderInternalServerError) Error ¶
func (o *GetAPIKeyStorageUploadFolderInternalServerError) Error() string
func (*GetAPIKeyStorageUploadFolderInternalServerError) GetPayload ¶
func (o *GetAPIKeyStorageUploadFolderInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*GetAPIKeyStorageUploadFolderInternalServerError) IsClientError ¶
func (o *GetAPIKeyStorageUploadFolderInternalServerError) IsClientError() bool
IsClientError returns true when this get Api key storage upload folder internal server error response has a 4xx status code
func (*GetAPIKeyStorageUploadFolderInternalServerError) IsCode ¶
func (o *GetAPIKeyStorageUploadFolderInternalServerError) IsCode(code int) bool
IsCode returns true when this get Api key storage upload folder internal server error response a status code equal to that given
func (*GetAPIKeyStorageUploadFolderInternalServerError) IsRedirect ¶
func (o *GetAPIKeyStorageUploadFolderInternalServerError) IsRedirect() bool
IsRedirect returns true when this get Api key storage upload folder internal server error response has a 3xx status code
func (*GetAPIKeyStorageUploadFolderInternalServerError) IsServerError ¶
func (o *GetAPIKeyStorageUploadFolderInternalServerError) IsServerError() bool
IsServerError returns true when this get Api key storage upload folder internal server error response has a 5xx status code
func (*GetAPIKeyStorageUploadFolderInternalServerError) IsSuccess ¶
func (o *GetAPIKeyStorageUploadFolderInternalServerError) IsSuccess() bool
IsSuccess returns true when this get Api key storage upload folder internal server error response has a 2xx status code
func (*GetAPIKeyStorageUploadFolderInternalServerError) String ¶
func (o *GetAPIKeyStorageUploadFolderInternalServerError) String() string
type GetAPIKeyStorageUploadFolderOK ¶
type GetAPIKeyStorageUploadFolderOK struct {
Payload *models.ResponseGetUserUploadsResponse
}
GetAPIKeyStorageUploadFolderOK describes a response with status code 200, with default header values.
OK
func NewGetAPIKeyStorageUploadFolderOK ¶
func NewGetAPIKeyStorageUploadFolderOK() *GetAPIKeyStorageUploadFolderOK
NewGetAPIKeyStorageUploadFolderOK creates a GetAPIKeyStorageUploadFolderOK with default headers values
func (*GetAPIKeyStorageUploadFolderOK) Code ¶
func (o *GetAPIKeyStorageUploadFolderOK) Code() int
Code gets the status code for the get Api key storage upload folder o k response
func (*GetAPIKeyStorageUploadFolderOK) Error ¶
func (o *GetAPIKeyStorageUploadFolderOK) Error() string
func (*GetAPIKeyStorageUploadFolderOK) GetPayload ¶
func (o *GetAPIKeyStorageUploadFolderOK) GetPayload() *models.ResponseGetUserUploadsResponse
func (*GetAPIKeyStorageUploadFolderOK) IsClientError ¶
func (o *GetAPIKeyStorageUploadFolderOK) IsClientError() bool
IsClientError returns true when this get Api key storage upload folder o k response has a 4xx status code
func (*GetAPIKeyStorageUploadFolderOK) IsCode ¶
func (o *GetAPIKeyStorageUploadFolderOK) IsCode(code int) bool
IsCode returns true when this get Api key storage upload folder o k response a status code equal to that given
func (*GetAPIKeyStorageUploadFolderOK) IsRedirect ¶
func (o *GetAPIKeyStorageUploadFolderOK) IsRedirect() bool
IsRedirect returns true when this get Api key storage upload folder o k response has a 3xx status code
func (*GetAPIKeyStorageUploadFolderOK) IsServerError ¶
func (o *GetAPIKeyStorageUploadFolderOK) IsServerError() bool
IsServerError returns true when this get Api key storage upload folder o k response has a 5xx status code
func (*GetAPIKeyStorageUploadFolderOK) IsSuccess ¶
func (o *GetAPIKeyStorageUploadFolderOK) IsSuccess() bool
IsSuccess returns true when this get Api key storage upload folder o k response has a 2xx status code
func (*GetAPIKeyStorageUploadFolderOK) String ¶
func (o *GetAPIKeyStorageUploadFolderOK) String() string
type GetAPIKeyStorageUploadFolderParams ¶
type GetAPIKeyStorageUploadFolderParams struct {
/* Page.
Page is the page number (default: 1) (optional)
Default: 1
*/
Page *int64
/* PageSize.
PageSize is the page size (default: 10) (optional)
Default: 10
*/
PageSize *int64
// Search.
Search *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetAPIKeyStorageUploadFolderParams contains all the parameters to send to the API endpoint
for the get API key storage upload folder operation. Typically these are written to a http.Request.
func NewGetAPIKeyStorageUploadFolderParams ¶
func NewGetAPIKeyStorageUploadFolderParams() *GetAPIKeyStorageUploadFolderParams
NewGetAPIKeyStorageUploadFolderParams creates a new GetAPIKeyStorageUploadFolderParams 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 NewGetAPIKeyStorageUploadFolderParamsWithContext ¶
func NewGetAPIKeyStorageUploadFolderParamsWithContext(ctx context.Context) *GetAPIKeyStorageUploadFolderParams
NewGetAPIKeyStorageUploadFolderParamsWithContext creates a new GetAPIKeyStorageUploadFolderParams object with the ability to set a context for a request.
func NewGetAPIKeyStorageUploadFolderParamsWithHTTPClient ¶
func NewGetAPIKeyStorageUploadFolderParamsWithHTTPClient(client *http.Client) *GetAPIKeyStorageUploadFolderParams
NewGetAPIKeyStorageUploadFolderParamsWithHTTPClient creates a new GetAPIKeyStorageUploadFolderParams object with the ability to set a custom HTTPClient for a request.
func NewGetAPIKeyStorageUploadFolderParamsWithTimeout ¶
func NewGetAPIKeyStorageUploadFolderParamsWithTimeout(timeout time.Duration) *GetAPIKeyStorageUploadFolderParams
NewGetAPIKeyStorageUploadFolderParamsWithTimeout creates a new GetAPIKeyStorageUploadFolderParams object with the ability to set a timeout on a request.
func (*GetAPIKeyStorageUploadFolderParams) SetContext ¶
func (o *GetAPIKeyStorageUploadFolderParams) SetContext(ctx context.Context)
SetContext adds the context to the get API key storage upload folder params
func (*GetAPIKeyStorageUploadFolderParams) SetDefaults ¶
func (o *GetAPIKeyStorageUploadFolderParams) SetDefaults()
SetDefaults hydrates default values in the get API key storage upload folder params (not the query body).
All values with no default are reset to their zero value.
func (*GetAPIKeyStorageUploadFolderParams) SetHTTPClient ¶
func (o *GetAPIKeyStorageUploadFolderParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get API key storage upload folder params
func (*GetAPIKeyStorageUploadFolderParams) SetPage ¶
func (o *GetAPIKeyStorageUploadFolderParams) SetPage(page *int64)
SetPage adds the page to the get API key storage upload folder params
func (*GetAPIKeyStorageUploadFolderParams) SetPageSize ¶
func (o *GetAPIKeyStorageUploadFolderParams) SetPageSize(pageSize *int64)
SetPageSize adds the pageSize to the get API key storage upload folder params
func (*GetAPIKeyStorageUploadFolderParams) SetSearch ¶
func (o *GetAPIKeyStorageUploadFolderParams) SetSearch(search *string)
SetSearch adds the search to the get API key storage upload folder params
func (*GetAPIKeyStorageUploadFolderParams) SetTimeout ¶
func (o *GetAPIKeyStorageUploadFolderParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get API key storage upload folder params
func (*GetAPIKeyStorageUploadFolderParams) WithContext ¶
func (o *GetAPIKeyStorageUploadFolderParams) WithContext(ctx context.Context) *GetAPIKeyStorageUploadFolderParams
WithContext adds the context to the get API key storage upload folder params
func (*GetAPIKeyStorageUploadFolderParams) WithDefaults ¶
func (o *GetAPIKeyStorageUploadFolderParams) WithDefaults() *GetAPIKeyStorageUploadFolderParams
WithDefaults hydrates default values in the get API key storage upload folder params (not the query body).
All values with no default are reset to their zero value.
func (*GetAPIKeyStorageUploadFolderParams) WithHTTPClient ¶
func (o *GetAPIKeyStorageUploadFolderParams) WithHTTPClient(client *http.Client) *GetAPIKeyStorageUploadFolderParams
WithHTTPClient adds the HTTPClient to the get API key storage upload folder params
func (*GetAPIKeyStorageUploadFolderParams) WithPage ¶
func (o *GetAPIKeyStorageUploadFolderParams) WithPage(page *int64) *GetAPIKeyStorageUploadFolderParams
WithPage adds the page to the get API key storage upload folder params
func (*GetAPIKeyStorageUploadFolderParams) WithPageSize ¶
func (o *GetAPIKeyStorageUploadFolderParams) WithPageSize(pageSize *int64) *GetAPIKeyStorageUploadFolderParams
WithPageSize adds the pageSize to the get API key storage upload folder params
func (*GetAPIKeyStorageUploadFolderParams) WithSearch ¶
func (o *GetAPIKeyStorageUploadFolderParams) WithSearch(search *string) *GetAPIKeyStorageUploadFolderParams
WithSearch adds the search to the get API key storage upload folder params
func (*GetAPIKeyStorageUploadFolderParams) WithTimeout ¶
func (o *GetAPIKeyStorageUploadFolderParams) WithTimeout(timeout time.Duration) *GetAPIKeyStorageUploadFolderParams
WithTimeout adds the timeout to the get API key storage upload folder params
func (*GetAPIKeyStorageUploadFolderParams) WriteToRequest ¶
func (o *GetAPIKeyStorageUploadFolderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAPIKeyStorageUploadFolderReader ¶
type GetAPIKeyStorageUploadFolderReader struct {
// contains filtered or unexported fields
}
GetAPIKeyStorageUploadFolderReader is a Reader for the GetAPIKeyStorageUploadFolder structure.
func (*GetAPIKeyStorageUploadFolderReader) ReadResponse ¶
func (o *GetAPIKeyStorageUploadFolderReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type GetAPIKeyStorageUploadStatisticsBadRequest ¶
type GetAPIKeyStorageUploadStatisticsBadRequest struct {
Payload *models.ResponseFailResponse
}
GetAPIKeyStorageUploadStatisticsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetAPIKeyStorageUploadStatisticsBadRequest ¶
func NewGetAPIKeyStorageUploadStatisticsBadRequest() *GetAPIKeyStorageUploadStatisticsBadRequest
NewGetAPIKeyStorageUploadStatisticsBadRequest creates a GetAPIKeyStorageUploadStatisticsBadRequest with default headers values
func (*GetAPIKeyStorageUploadStatisticsBadRequest) Code ¶
func (o *GetAPIKeyStorageUploadStatisticsBadRequest) Code() int
Code gets the status code for the get Api key storage upload statistics bad request response
func (*GetAPIKeyStorageUploadStatisticsBadRequest) Error ¶
func (o *GetAPIKeyStorageUploadStatisticsBadRequest) Error() string
func (*GetAPIKeyStorageUploadStatisticsBadRequest) GetPayload ¶
func (o *GetAPIKeyStorageUploadStatisticsBadRequest) GetPayload() *models.ResponseFailResponse
func (*GetAPIKeyStorageUploadStatisticsBadRequest) IsClientError ¶
func (o *GetAPIKeyStorageUploadStatisticsBadRequest) IsClientError() bool
IsClientError returns true when this get Api key storage upload statistics bad request response has a 4xx status code
func (*GetAPIKeyStorageUploadStatisticsBadRequest) IsCode ¶
func (o *GetAPIKeyStorageUploadStatisticsBadRequest) IsCode(code int) bool
IsCode returns true when this get Api key storage upload statistics bad request response a status code equal to that given
func (*GetAPIKeyStorageUploadStatisticsBadRequest) IsRedirect ¶
func (o *GetAPIKeyStorageUploadStatisticsBadRequest) IsRedirect() bool
IsRedirect returns true when this get Api key storage upload statistics bad request response has a 3xx status code
func (*GetAPIKeyStorageUploadStatisticsBadRequest) IsServerError ¶
func (o *GetAPIKeyStorageUploadStatisticsBadRequest) IsServerError() bool
IsServerError returns true when this get Api key storage upload statistics bad request response has a 5xx status code
func (*GetAPIKeyStorageUploadStatisticsBadRequest) IsSuccess ¶
func (o *GetAPIKeyStorageUploadStatisticsBadRequest) IsSuccess() bool
IsSuccess returns true when this get Api key storage upload statistics bad request response has a 2xx status code
func (*GetAPIKeyStorageUploadStatisticsBadRequest) String ¶
func (o *GetAPIKeyStorageUploadStatisticsBadRequest) String() string
type GetAPIKeyStorageUploadStatisticsInternalServerError ¶
type GetAPIKeyStorageUploadStatisticsInternalServerError struct {
Payload *models.ResponseErrorResponse
}
GetAPIKeyStorageUploadStatisticsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetAPIKeyStorageUploadStatisticsInternalServerError ¶
func NewGetAPIKeyStorageUploadStatisticsInternalServerError() *GetAPIKeyStorageUploadStatisticsInternalServerError
NewGetAPIKeyStorageUploadStatisticsInternalServerError creates a GetAPIKeyStorageUploadStatisticsInternalServerError with default headers values
func (*GetAPIKeyStorageUploadStatisticsInternalServerError) Code ¶
func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) Code() int
Code gets the status code for the get Api key storage upload statistics internal server error response
func (*GetAPIKeyStorageUploadStatisticsInternalServerError) Error ¶
func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) Error() string
func (*GetAPIKeyStorageUploadStatisticsInternalServerError) GetPayload ¶
func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*GetAPIKeyStorageUploadStatisticsInternalServerError) IsClientError ¶
func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) IsClientError() bool
IsClientError returns true when this get Api key storage upload statistics internal server error response has a 4xx status code
func (*GetAPIKeyStorageUploadStatisticsInternalServerError) IsCode ¶
func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) IsCode(code int) bool
IsCode returns true when this get Api key storage upload statistics internal server error response a status code equal to that given
func (*GetAPIKeyStorageUploadStatisticsInternalServerError) IsRedirect ¶
func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get Api key storage upload statistics internal server error response has a 3xx status code
func (*GetAPIKeyStorageUploadStatisticsInternalServerError) IsServerError ¶
func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) IsServerError() bool
IsServerError returns true when this get Api key storage upload statistics internal server error response has a 5xx status code
func (*GetAPIKeyStorageUploadStatisticsInternalServerError) IsSuccess ¶
func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get Api key storage upload statistics internal server error response has a 2xx status code
func (*GetAPIKeyStorageUploadStatisticsInternalServerError) String ¶
func (o *GetAPIKeyStorageUploadStatisticsInternalServerError) String() string
type GetAPIKeyStorageUploadStatisticsOK ¶
type GetAPIKeyStorageUploadStatisticsOK struct {
Payload *models.ResponseGetUserUploadStatisticsResponse
}
GetAPIKeyStorageUploadStatisticsOK describes a response with status code 200, with default header values.
OK
func NewGetAPIKeyStorageUploadStatisticsOK ¶
func NewGetAPIKeyStorageUploadStatisticsOK() *GetAPIKeyStorageUploadStatisticsOK
NewGetAPIKeyStorageUploadStatisticsOK creates a GetAPIKeyStorageUploadStatisticsOK with default headers values
func (*GetAPIKeyStorageUploadStatisticsOK) Code ¶
func (o *GetAPIKeyStorageUploadStatisticsOK) Code() int
Code gets the status code for the get Api key storage upload statistics o k response
func (*GetAPIKeyStorageUploadStatisticsOK) Error ¶
func (o *GetAPIKeyStorageUploadStatisticsOK) Error() string
func (*GetAPIKeyStorageUploadStatisticsOK) GetPayload ¶
func (o *GetAPIKeyStorageUploadStatisticsOK) GetPayload() *models.ResponseGetUserUploadStatisticsResponse
func (*GetAPIKeyStorageUploadStatisticsOK) IsClientError ¶
func (o *GetAPIKeyStorageUploadStatisticsOK) IsClientError() bool
IsClientError returns true when this get Api key storage upload statistics o k response has a 4xx status code
func (*GetAPIKeyStorageUploadStatisticsOK) IsCode ¶
func (o *GetAPIKeyStorageUploadStatisticsOK) IsCode(code int) bool
IsCode returns true when this get Api key storage upload statistics o k response a status code equal to that given
func (*GetAPIKeyStorageUploadStatisticsOK) IsRedirect ¶
func (o *GetAPIKeyStorageUploadStatisticsOK) IsRedirect() bool
IsRedirect returns true when this get Api key storage upload statistics o k response has a 3xx status code
func (*GetAPIKeyStorageUploadStatisticsOK) IsServerError ¶
func (o *GetAPIKeyStorageUploadStatisticsOK) IsServerError() bool
IsServerError returns true when this get Api key storage upload statistics o k response has a 5xx status code
func (*GetAPIKeyStorageUploadStatisticsOK) IsSuccess ¶
func (o *GetAPIKeyStorageUploadStatisticsOK) IsSuccess() bool
IsSuccess returns true when this get Api key storage upload statistics o k response has a 2xx status code
func (*GetAPIKeyStorageUploadStatisticsOK) String ¶
func (o *GetAPIKeyStorageUploadStatisticsOK) String() string
type GetAPIKeyStorageUploadStatisticsParams ¶
type GetAPIKeyStorageUploadStatisticsParams struct {
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetAPIKeyStorageUploadStatisticsParams contains all the parameters to send to the API endpoint
for the get API key storage upload statistics operation. Typically these are written to a http.Request.
func NewGetAPIKeyStorageUploadStatisticsParams ¶
func NewGetAPIKeyStorageUploadStatisticsParams() *GetAPIKeyStorageUploadStatisticsParams
NewGetAPIKeyStorageUploadStatisticsParams creates a new GetAPIKeyStorageUploadStatisticsParams 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 NewGetAPIKeyStorageUploadStatisticsParamsWithContext ¶
func NewGetAPIKeyStorageUploadStatisticsParamsWithContext(ctx context.Context) *GetAPIKeyStorageUploadStatisticsParams
NewGetAPIKeyStorageUploadStatisticsParamsWithContext creates a new GetAPIKeyStorageUploadStatisticsParams object with the ability to set a context for a request.
func NewGetAPIKeyStorageUploadStatisticsParamsWithHTTPClient ¶
func NewGetAPIKeyStorageUploadStatisticsParamsWithHTTPClient(client *http.Client) *GetAPIKeyStorageUploadStatisticsParams
NewGetAPIKeyStorageUploadStatisticsParamsWithHTTPClient creates a new GetAPIKeyStorageUploadStatisticsParams object with the ability to set a custom HTTPClient for a request.
func NewGetAPIKeyStorageUploadStatisticsParamsWithTimeout ¶
func NewGetAPIKeyStorageUploadStatisticsParamsWithTimeout(timeout time.Duration) *GetAPIKeyStorageUploadStatisticsParams
NewGetAPIKeyStorageUploadStatisticsParamsWithTimeout creates a new GetAPIKeyStorageUploadStatisticsParams object with the ability to set a timeout on a request.
func (*GetAPIKeyStorageUploadStatisticsParams) SetContext ¶
func (o *GetAPIKeyStorageUploadStatisticsParams) SetContext(ctx context.Context)
SetContext adds the context to the get API key storage upload statistics params
func (*GetAPIKeyStorageUploadStatisticsParams) SetDefaults ¶
func (o *GetAPIKeyStorageUploadStatisticsParams) SetDefaults()
SetDefaults hydrates default values in the get API key storage upload statistics params (not the query body).
All values with no default are reset to their zero value.
func (*GetAPIKeyStorageUploadStatisticsParams) SetHTTPClient ¶
func (o *GetAPIKeyStorageUploadStatisticsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get API key storage upload statistics params
func (*GetAPIKeyStorageUploadStatisticsParams) SetTimeout ¶
func (o *GetAPIKeyStorageUploadStatisticsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get API key storage upload statistics params
func (*GetAPIKeyStorageUploadStatisticsParams) WithContext ¶
func (o *GetAPIKeyStorageUploadStatisticsParams) WithContext(ctx context.Context) *GetAPIKeyStorageUploadStatisticsParams
WithContext adds the context to the get API key storage upload statistics params
func (*GetAPIKeyStorageUploadStatisticsParams) WithDefaults ¶
func (o *GetAPIKeyStorageUploadStatisticsParams) WithDefaults() *GetAPIKeyStorageUploadStatisticsParams
WithDefaults hydrates default values in the get API key storage upload statistics params (not the query body).
All values with no default are reset to their zero value.
func (*GetAPIKeyStorageUploadStatisticsParams) WithHTTPClient ¶
func (o *GetAPIKeyStorageUploadStatisticsParams) WithHTTPClient(client *http.Client) *GetAPIKeyStorageUploadStatisticsParams
WithHTTPClient adds the HTTPClient to the get API key storage upload statistics params
func (*GetAPIKeyStorageUploadStatisticsParams) WithTimeout ¶
func (o *GetAPIKeyStorageUploadStatisticsParams) WithTimeout(timeout time.Duration) *GetAPIKeyStorageUploadStatisticsParams
WithTimeout adds the timeout to the get API key storage upload statistics params
func (*GetAPIKeyStorageUploadStatisticsParams) WriteToRequest ¶
func (o *GetAPIKeyStorageUploadStatisticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAPIKeyStorageUploadStatisticsReader ¶
type GetAPIKeyStorageUploadStatisticsReader struct {
// contains filtered or unexported fields
}
GetAPIKeyStorageUploadStatisticsReader is a Reader for the GetAPIKeyStorageUploadStatistics structure.
func (*GetAPIKeyStorageUploadStatisticsReader) ReadResponse ¶
func (o *GetAPIKeyStorageUploadStatisticsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type PostAPIKeyStorageUploadCreatePresignedURLBadRequest ¶
type PostAPIKeyStorageUploadCreatePresignedURLBadRequest struct {
Payload *models.ResponseErrorResponse
}
PostAPIKeyStorageUploadCreatePresignedURLBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewPostAPIKeyStorageUploadCreatePresignedURLBadRequest ¶
func NewPostAPIKeyStorageUploadCreatePresignedURLBadRequest() *PostAPIKeyStorageUploadCreatePresignedURLBadRequest
NewPostAPIKeyStorageUploadCreatePresignedURLBadRequest creates a PostAPIKeyStorageUploadCreatePresignedURLBadRequest with default headers values
func (*PostAPIKeyStorageUploadCreatePresignedURLBadRequest) Code ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) Code() int
Code gets the status code for the post Api key storage upload create presigned Url bad request response
func (*PostAPIKeyStorageUploadCreatePresignedURLBadRequest) Error ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) Error() string
func (*PostAPIKeyStorageUploadCreatePresignedURLBadRequest) GetPayload ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) GetPayload() *models.ResponseErrorResponse
func (*PostAPIKeyStorageUploadCreatePresignedURLBadRequest) IsClientError ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) IsClientError() bool
IsClientError returns true when this post Api key storage upload create presigned Url bad request response has a 4xx status code
func (*PostAPIKeyStorageUploadCreatePresignedURLBadRequest) IsCode ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) IsCode(code int) bool
IsCode returns true when this post Api key storage upload create presigned Url bad request response a status code equal to that given
func (*PostAPIKeyStorageUploadCreatePresignedURLBadRequest) IsRedirect ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) IsRedirect() bool
IsRedirect returns true when this post Api key storage upload create presigned Url bad request response has a 3xx status code
func (*PostAPIKeyStorageUploadCreatePresignedURLBadRequest) IsServerError ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) IsServerError() bool
IsServerError returns true when this post Api key storage upload create presigned Url bad request response has a 5xx status code
func (*PostAPIKeyStorageUploadCreatePresignedURLBadRequest) IsSuccess ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) IsSuccess() bool
IsSuccess returns true when this post Api key storage upload create presigned Url bad request response has a 2xx status code
func (*PostAPIKeyStorageUploadCreatePresignedURLBadRequest) String ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLBadRequest) String() string
type PostAPIKeyStorageUploadCreatePresignedURLOK ¶
type PostAPIKeyStorageUploadCreatePresignedURLOK struct {
Payload *models.ResponseCreatePresignedURLResponse
}
PostAPIKeyStorageUploadCreatePresignedURLOK describes a response with status code 200, with default header values.
OK
func NewPostAPIKeyStorageUploadCreatePresignedURLOK ¶
func NewPostAPIKeyStorageUploadCreatePresignedURLOK() *PostAPIKeyStorageUploadCreatePresignedURLOK
NewPostAPIKeyStorageUploadCreatePresignedURLOK creates a PostAPIKeyStorageUploadCreatePresignedURLOK with default headers values
func (*PostAPIKeyStorageUploadCreatePresignedURLOK) Code ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) Code() int
Code gets the status code for the post Api key storage upload create presigned Url o k response
func (*PostAPIKeyStorageUploadCreatePresignedURLOK) Error ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) Error() string
func (*PostAPIKeyStorageUploadCreatePresignedURLOK) GetPayload ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) GetPayload() *models.ResponseCreatePresignedURLResponse
func (*PostAPIKeyStorageUploadCreatePresignedURLOK) IsClientError ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) IsClientError() bool
IsClientError returns true when this post Api key storage upload create presigned Url o k response has a 4xx status code
func (*PostAPIKeyStorageUploadCreatePresignedURLOK) IsCode ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) IsCode(code int) bool
IsCode returns true when this post Api key storage upload create presigned Url o k response a status code equal to that given
func (*PostAPIKeyStorageUploadCreatePresignedURLOK) IsRedirect ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) IsRedirect() bool
IsRedirect returns true when this post Api key storage upload create presigned Url o k response has a 3xx status code
func (*PostAPIKeyStorageUploadCreatePresignedURLOK) IsServerError ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) IsServerError() bool
IsServerError returns true when this post Api key storage upload create presigned Url o k response has a 5xx status code
func (*PostAPIKeyStorageUploadCreatePresignedURLOK) IsSuccess ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) IsSuccess() bool
IsSuccess returns true when this post Api key storage upload create presigned Url o k response has a 2xx status code
func (*PostAPIKeyStorageUploadCreatePresignedURLOK) String ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLOK) String() string
type PostAPIKeyStorageUploadCreatePresignedURLParams ¶
type PostAPIKeyStorageUploadCreatePresignedURLParams struct {
/* Input.
Create presigned url request
*/
Input *models.RequestCreatePresignedURLRequest
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PostAPIKeyStorageUploadCreatePresignedURLParams contains all the parameters to send to the API endpoint
for the post API key storage upload create presigned URL operation. Typically these are written to a http.Request.
func NewPostAPIKeyStorageUploadCreatePresignedURLParams ¶
func NewPostAPIKeyStorageUploadCreatePresignedURLParams() *PostAPIKeyStorageUploadCreatePresignedURLParams
NewPostAPIKeyStorageUploadCreatePresignedURLParams creates a new PostAPIKeyStorageUploadCreatePresignedURLParams 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 NewPostAPIKeyStorageUploadCreatePresignedURLParamsWithContext ¶
func NewPostAPIKeyStorageUploadCreatePresignedURLParamsWithContext(ctx context.Context) *PostAPIKeyStorageUploadCreatePresignedURLParams
NewPostAPIKeyStorageUploadCreatePresignedURLParamsWithContext creates a new PostAPIKeyStorageUploadCreatePresignedURLParams object with the ability to set a context for a request.
func NewPostAPIKeyStorageUploadCreatePresignedURLParamsWithHTTPClient ¶
func NewPostAPIKeyStorageUploadCreatePresignedURLParamsWithHTTPClient(client *http.Client) *PostAPIKeyStorageUploadCreatePresignedURLParams
NewPostAPIKeyStorageUploadCreatePresignedURLParamsWithHTTPClient creates a new PostAPIKeyStorageUploadCreatePresignedURLParams object with the ability to set a custom HTTPClient for a request.
func NewPostAPIKeyStorageUploadCreatePresignedURLParamsWithTimeout ¶
func NewPostAPIKeyStorageUploadCreatePresignedURLParamsWithTimeout(timeout time.Duration) *PostAPIKeyStorageUploadCreatePresignedURLParams
NewPostAPIKeyStorageUploadCreatePresignedURLParamsWithTimeout creates a new PostAPIKeyStorageUploadCreatePresignedURLParams object with the ability to set a timeout on a request.
func (*PostAPIKeyStorageUploadCreatePresignedURLParams) SetContext ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) SetContext(ctx context.Context)
SetContext adds the context to the post API key storage upload create presigned URL params
func (*PostAPIKeyStorageUploadCreatePresignedURLParams) SetDefaults ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) SetDefaults()
SetDefaults hydrates default values in the post API key storage upload create presigned URL params (not the query body).
All values with no default are reset to their zero value.
func (*PostAPIKeyStorageUploadCreatePresignedURLParams) SetHTTPClient ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post API key storage upload create presigned URL params
func (*PostAPIKeyStorageUploadCreatePresignedURLParams) SetInput ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) SetInput(input *models.RequestCreatePresignedURLRequest)
SetInput adds the input to the post API key storage upload create presigned URL params
func (*PostAPIKeyStorageUploadCreatePresignedURLParams) SetTimeout ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post API key storage upload create presigned URL params
func (*PostAPIKeyStorageUploadCreatePresignedURLParams) WithContext ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) WithContext(ctx context.Context) *PostAPIKeyStorageUploadCreatePresignedURLParams
WithContext adds the context to the post API key storage upload create presigned URL params
func (*PostAPIKeyStorageUploadCreatePresignedURLParams) WithDefaults ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) WithDefaults() *PostAPIKeyStorageUploadCreatePresignedURLParams
WithDefaults hydrates default values in the post API key storage upload create presigned URL params (not the query body).
All values with no default are reset to their zero value.
func (*PostAPIKeyStorageUploadCreatePresignedURLParams) WithHTTPClient ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) WithHTTPClient(client *http.Client) *PostAPIKeyStorageUploadCreatePresignedURLParams
WithHTTPClient adds the HTTPClient to the post API key storage upload create presigned URL params
func (*PostAPIKeyStorageUploadCreatePresignedURLParams) WithInput ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) WithInput(input *models.RequestCreatePresignedURLRequest) *PostAPIKeyStorageUploadCreatePresignedURLParams
WithInput adds the input to the post API key storage upload create presigned URL params
func (*PostAPIKeyStorageUploadCreatePresignedURLParams) WithTimeout ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) WithTimeout(timeout time.Duration) *PostAPIKeyStorageUploadCreatePresignedURLParams
WithTimeout adds the timeout to the post API key storage upload create presigned URL params
func (*PostAPIKeyStorageUploadCreatePresignedURLParams) WriteToRequest ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostAPIKeyStorageUploadCreatePresignedURLReader ¶
type PostAPIKeyStorageUploadCreatePresignedURLReader struct {
// contains filtered or unexported fields
}
PostAPIKeyStorageUploadCreatePresignedURLReader is a Reader for the PostAPIKeyStorageUploadCreatePresignedURL structure.
func (*PostAPIKeyStorageUploadCreatePresignedURLReader) ReadResponse ¶
func (o *PostAPIKeyStorageUploadCreatePresignedURLReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- api_key_storage_client.go
- delete_api_key_storage_w3s_url_parameters.go
- delete_api_key_storage_w3s_url_responses.go
- get_api_key_storage_upload_folder_parameters.go
- get_api_key_storage_upload_folder_responses.go
- get_api_key_storage_upload_statistics_parameters.go
- get_api_key_storage_upload_statistics_responses.go
- post_api_key_storage_upload_create_presigned_url_parameters.go
- post_api_key_storage_upload_create_presigned_url_responses.go