api_key_dataset

package
v1.0.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithContentTypeApplicationJSON

func WithContentTypeApplicationJSON(r *runtime.ClientOperation)

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

func WithContentTypeApplicationxWwwFormUrlencoded

func WithContentTypeApplicationxWwwFormUrlencoded(r *runtime.ClientOperation)

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

Types

type Client

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

Client for api key dataset API

func (*Client) DeleteAPIKeyDatasetID

func (a *Client) DeleteAPIKeyDatasetID(params *DeleteAPIKeyDatasetIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAPIKeyDatasetIDOK, error)

DeleteAPIKeyDatasetID deletes dataset by Api key

func (*Client) GetAPIKeyDatasetID

func (a *Client) GetAPIKeyDatasetID(params *GetAPIKeyDatasetIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyDatasetIDOK, error)

GetAPIKeyDatasetID gets dataset by id by Api key

func (*Client) GetAPIKeyDatasetIDDownload

func (a *Client) GetAPIKeyDatasetIDDownload(params *GetAPIKeyDatasetIDDownloadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyDatasetIDDownloadOK, error)

GetAPIKeyDatasetIDDownload gets list dataset download by Api key

func (*Client) GetAPIKeyDatasetIDLike

func (a *Client) GetAPIKeyDatasetIDLike(params *GetAPIKeyDatasetIDLikeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyDatasetIDLikeOK, error)

GetAPIKeyDatasetIDLike gets list dataset like by Api key

func (*Client) GetAPIKeyDatasetOrganizationOrg

func (a *Client) GetAPIKeyDatasetOrganizationOrg(params *GetAPIKeyDatasetOrganizationOrgParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyDatasetOrganizationOrgOK, error)

GetAPIKeyDatasetOrganizationOrg gets list dataset by org username by Api key

sort is one of name, size, created, modified

func (*Client) GetAPIKeyDatasetUsernameName

func (a *Client) GetAPIKeyDatasetUsernameName(params *GetAPIKeyDatasetUsernameNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyDatasetUsernameNameOK, error)

GetAPIKeyDatasetUsernameName gets dataset by name by Api key

func (*Client) PostAPIKeyDataset

func (a *Client) PostAPIKeyDataset(params *PostAPIKeyDatasetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyDatasetOK, error)

PostAPIKeyDataset creates dataset by Api key

func (*Client) PostAPIKeyDatasetList

func (a *Client) PostAPIKeyDatasetList(params *PostAPIKeyDatasetListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyDatasetListOK, error)

PostAPIKeyDatasetList gets dataset list by Api key

sort is one of trending, likes, downloads, created, created_oldest, modified

func (*Client) PostAPIKeyDatasetListByAuthorUsername

func (a *Client) PostAPIKeyDatasetListByAuthorUsername(params *PostAPIKeyDatasetListByAuthorUsernameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyDatasetListByAuthorUsernameOK, error)

PostAPIKeyDatasetListByAuthorUsername gets dataset list by user by Api key

sort is one of likes, downloads, created, modified

func (*Client) PostAPIKeyDatasetMatchingTags

func (a *Client) PostAPIKeyDatasetMatchingTags(params *PostAPIKeyDatasetMatchingTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyDatasetMatchingTagsOK, error)

PostAPIKeyDatasetMatchingTags gets matching datasets tags by Api key

tag_type is one of tasks, sizes, licenses, languages, tags, all

func (*Client) PutAPIKeyDatasetID

func (a *Client) PutAPIKeyDatasetID(params *PutAPIKeyDatasetIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutAPIKeyDatasetIDOK, error)

PutAPIKeyDatasetID updates dataset by Api key

func (*Client) PutAPIKeyDatasetIDMetadata

func (a *Client) PutAPIKeyDatasetIDMetadata(params *PutAPIKeyDatasetIDMetadataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutAPIKeyDatasetIDMetadataOK, error)

PutAPIKeyDatasetIDMetadata updates dataset s 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 {
	DeleteAPIKeyDatasetID(params *DeleteAPIKeyDatasetIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAPIKeyDatasetIDOK, error)

	GetAPIKeyDatasetID(params *GetAPIKeyDatasetIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyDatasetIDOK, error)

	GetAPIKeyDatasetIDDownload(params *GetAPIKeyDatasetIDDownloadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyDatasetIDDownloadOK, error)

	GetAPIKeyDatasetIDLike(params *GetAPIKeyDatasetIDLikeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyDatasetIDLikeOK, error)

	GetAPIKeyDatasetOrganizationOrg(params *GetAPIKeyDatasetOrganizationOrgParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyDatasetOrganizationOrgOK, error)

	GetAPIKeyDatasetUsernameName(params *GetAPIKeyDatasetUsernameNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyDatasetUsernameNameOK, error)

	PostAPIKeyDataset(params *PostAPIKeyDatasetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyDatasetOK, error)

	PostAPIKeyDatasetList(params *PostAPIKeyDatasetListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyDatasetListOK, error)

	PostAPIKeyDatasetListByAuthorUsername(params *PostAPIKeyDatasetListByAuthorUsernameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyDatasetListByAuthorUsernameOK, error)

	PostAPIKeyDatasetMatchingTags(params *PostAPIKeyDatasetMatchingTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyDatasetMatchingTagsOK, error)

	PutAPIKeyDatasetID(params *PutAPIKeyDatasetIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutAPIKeyDatasetIDOK, error)

	PutAPIKeyDatasetIDMetadata(params *PutAPIKeyDatasetIDMetadataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutAPIKeyDatasetIDMetadataOK, 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 dataset API client.

func NewClientWithBasicAuth

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

New creates a new api key dataset 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 dataset 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 DeleteAPIKeyDatasetIDBadRequest

type DeleteAPIKeyDatasetIDBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewDeleteAPIKeyDatasetIDBadRequest

func NewDeleteAPIKeyDatasetIDBadRequest() *DeleteAPIKeyDatasetIDBadRequest

NewDeleteAPIKeyDatasetIDBadRequest creates a DeleteAPIKeyDatasetIDBadRequest with default headers values

func (*DeleteAPIKeyDatasetIDBadRequest) Code

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

func (*DeleteAPIKeyDatasetIDBadRequest) Error

func (*DeleteAPIKeyDatasetIDBadRequest) GetPayload

func (*DeleteAPIKeyDatasetIDBadRequest) IsClientError

func (o *DeleteAPIKeyDatasetIDBadRequest) IsClientError() bool

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

func (*DeleteAPIKeyDatasetIDBadRequest) IsCode

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

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

func (*DeleteAPIKeyDatasetIDBadRequest) IsRedirect

func (o *DeleteAPIKeyDatasetIDBadRequest) IsRedirect() bool

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

func (*DeleteAPIKeyDatasetIDBadRequest) IsServerError

func (o *DeleteAPIKeyDatasetIDBadRequest) IsServerError() bool

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

func (*DeleteAPIKeyDatasetIDBadRequest) IsSuccess

func (o *DeleteAPIKeyDatasetIDBadRequest) IsSuccess() bool

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

func (*DeleteAPIKeyDatasetIDBadRequest) String

type DeleteAPIKeyDatasetIDInternalServerError

type DeleteAPIKeyDatasetIDInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewDeleteAPIKeyDatasetIDInternalServerError

func NewDeleteAPIKeyDatasetIDInternalServerError() *DeleteAPIKeyDatasetIDInternalServerError

NewDeleteAPIKeyDatasetIDInternalServerError creates a DeleteAPIKeyDatasetIDInternalServerError with default headers values

func (*DeleteAPIKeyDatasetIDInternalServerError) Code

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

func (*DeleteAPIKeyDatasetIDInternalServerError) Error

func (*DeleteAPIKeyDatasetIDInternalServerError) GetPayload

func (*DeleteAPIKeyDatasetIDInternalServerError) IsClientError

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

func (*DeleteAPIKeyDatasetIDInternalServerError) IsCode

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

func (*DeleteAPIKeyDatasetIDInternalServerError) IsRedirect

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

func (*DeleteAPIKeyDatasetIDInternalServerError) IsServerError

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

func (*DeleteAPIKeyDatasetIDInternalServerError) IsSuccess

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

func (*DeleteAPIKeyDatasetIDInternalServerError) String

type DeleteAPIKeyDatasetIDOK

type DeleteAPIKeyDatasetIDOK struct {
	Payload *models.ResponseDatasetResponse
}

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

OK

func NewDeleteAPIKeyDatasetIDOK

func NewDeleteAPIKeyDatasetIDOK() *DeleteAPIKeyDatasetIDOK

NewDeleteAPIKeyDatasetIDOK creates a DeleteAPIKeyDatasetIDOK with default headers values

func (*DeleteAPIKeyDatasetIDOK) Code

func (o *DeleteAPIKeyDatasetIDOK) Code() int

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

func (*DeleteAPIKeyDatasetIDOK) Error

func (o *DeleteAPIKeyDatasetIDOK) Error() string

func (*DeleteAPIKeyDatasetIDOK) GetPayload

func (*DeleteAPIKeyDatasetIDOK) IsClientError

func (o *DeleteAPIKeyDatasetIDOK) IsClientError() bool

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

func (*DeleteAPIKeyDatasetIDOK) IsCode

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

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

func (*DeleteAPIKeyDatasetIDOK) IsRedirect

func (o *DeleteAPIKeyDatasetIDOK) IsRedirect() bool

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

func (*DeleteAPIKeyDatasetIDOK) IsServerError

func (o *DeleteAPIKeyDatasetIDOK) IsServerError() bool

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

func (*DeleteAPIKeyDatasetIDOK) IsSuccess

func (o *DeleteAPIKeyDatasetIDOK) IsSuccess() bool

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

func (*DeleteAPIKeyDatasetIDOK) String

func (o *DeleteAPIKeyDatasetIDOK) String() string

type DeleteAPIKeyDatasetIDParams

type DeleteAPIKeyDatasetIDParams struct {

	/* ID.

	   Dataset's id
	*/
	ID string

	/* Input.

	   Delete dataset request
	*/
	Input *models.RequestDeleteDatasetRequest

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

DeleteAPIKeyDatasetIDParams contains all the parameters to send to the API endpoint

for the delete API key dataset ID operation.

Typically these are written to a http.Request.

func NewDeleteAPIKeyDatasetIDParams

func NewDeleteAPIKeyDatasetIDParams() *DeleteAPIKeyDatasetIDParams

NewDeleteAPIKeyDatasetIDParams creates a new DeleteAPIKeyDatasetIDParams 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 NewDeleteAPIKeyDatasetIDParamsWithContext

func NewDeleteAPIKeyDatasetIDParamsWithContext(ctx context.Context) *DeleteAPIKeyDatasetIDParams

NewDeleteAPIKeyDatasetIDParamsWithContext creates a new DeleteAPIKeyDatasetIDParams object with the ability to set a context for a request.

func NewDeleteAPIKeyDatasetIDParamsWithHTTPClient

func NewDeleteAPIKeyDatasetIDParamsWithHTTPClient(client *http.Client) *DeleteAPIKeyDatasetIDParams

NewDeleteAPIKeyDatasetIDParamsWithHTTPClient creates a new DeleteAPIKeyDatasetIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAPIKeyDatasetIDParamsWithTimeout

func NewDeleteAPIKeyDatasetIDParamsWithTimeout(timeout time.Duration) *DeleteAPIKeyDatasetIDParams

NewDeleteAPIKeyDatasetIDParamsWithTimeout creates a new DeleteAPIKeyDatasetIDParams object with the ability to set a timeout on a request.

func (*DeleteAPIKeyDatasetIDParams) SetContext

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

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

func (*DeleteAPIKeyDatasetIDParams) SetDefaults

func (o *DeleteAPIKeyDatasetIDParams) SetDefaults()

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

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

func (*DeleteAPIKeyDatasetIDParams) SetHTTPClient

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

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

func (*DeleteAPIKeyDatasetIDParams) SetID

func (o *DeleteAPIKeyDatasetIDParams) SetID(id string)

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

func (*DeleteAPIKeyDatasetIDParams) SetInput

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

func (*DeleteAPIKeyDatasetIDParams) SetTimeout

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

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

func (*DeleteAPIKeyDatasetIDParams) WithContext

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

func (*DeleteAPIKeyDatasetIDParams) WithDefaults

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

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

func (*DeleteAPIKeyDatasetIDParams) WithHTTPClient

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

func (*DeleteAPIKeyDatasetIDParams) WithID

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

func (*DeleteAPIKeyDatasetIDParams) WithInput

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

func (*DeleteAPIKeyDatasetIDParams) WithTimeout

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

func (*DeleteAPIKeyDatasetIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAPIKeyDatasetIDReader

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

DeleteAPIKeyDatasetIDReader is a Reader for the DeleteAPIKeyDatasetID structure.

func (*DeleteAPIKeyDatasetIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIKeyDatasetIDBadRequest

type GetAPIKeyDatasetIDBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyDatasetIDBadRequest

func NewGetAPIKeyDatasetIDBadRequest() *GetAPIKeyDatasetIDBadRequest

NewGetAPIKeyDatasetIDBadRequest creates a GetAPIKeyDatasetIDBadRequest with default headers values

func (*GetAPIKeyDatasetIDBadRequest) Code

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

func (*GetAPIKeyDatasetIDBadRequest) Error

func (*GetAPIKeyDatasetIDBadRequest) GetPayload

func (*GetAPIKeyDatasetIDBadRequest) IsClientError

func (o *GetAPIKeyDatasetIDBadRequest) IsClientError() bool

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

func (*GetAPIKeyDatasetIDBadRequest) IsCode

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

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

func (*GetAPIKeyDatasetIDBadRequest) IsRedirect

func (o *GetAPIKeyDatasetIDBadRequest) IsRedirect() bool

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

func (*GetAPIKeyDatasetIDBadRequest) IsServerError

func (o *GetAPIKeyDatasetIDBadRequest) IsServerError() bool

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

func (*GetAPIKeyDatasetIDBadRequest) IsSuccess

func (o *GetAPIKeyDatasetIDBadRequest) IsSuccess() bool

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

func (*GetAPIKeyDatasetIDBadRequest) String

type GetAPIKeyDatasetIDDownloadBadRequest

type GetAPIKeyDatasetIDDownloadBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyDatasetIDDownloadBadRequest

func NewGetAPIKeyDatasetIDDownloadBadRequest() *GetAPIKeyDatasetIDDownloadBadRequest

NewGetAPIKeyDatasetIDDownloadBadRequest creates a GetAPIKeyDatasetIDDownloadBadRequest with default headers values

func (*GetAPIKeyDatasetIDDownloadBadRequest) Code

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

func (*GetAPIKeyDatasetIDDownloadBadRequest) Error

func (*GetAPIKeyDatasetIDDownloadBadRequest) GetPayload

func (*GetAPIKeyDatasetIDDownloadBadRequest) IsClientError

func (o *GetAPIKeyDatasetIDDownloadBadRequest) IsClientError() bool

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

func (*GetAPIKeyDatasetIDDownloadBadRequest) IsCode

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

func (*GetAPIKeyDatasetIDDownloadBadRequest) IsRedirect

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

func (*GetAPIKeyDatasetIDDownloadBadRequest) IsServerError

func (o *GetAPIKeyDatasetIDDownloadBadRequest) IsServerError() bool

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

func (*GetAPIKeyDatasetIDDownloadBadRequest) IsSuccess

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

func (*GetAPIKeyDatasetIDDownloadBadRequest) String

type GetAPIKeyDatasetIDDownloadInternalServerError

type GetAPIKeyDatasetIDDownloadInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyDatasetIDDownloadInternalServerError

func NewGetAPIKeyDatasetIDDownloadInternalServerError() *GetAPIKeyDatasetIDDownloadInternalServerError

NewGetAPIKeyDatasetIDDownloadInternalServerError creates a GetAPIKeyDatasetIDDownloadInternalServerError with default headers values

func (*GetAPIKeyDatasetIDDownloadInternalServerError) Code

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

func (*GetAPIKeyDatasetIDDownloadInternalServerError) Error

func (*GetAPIKeyDatasetIDDownloadInternalServerError) GetPayload

func (*GetAPIKeyDatasetIDDownloadInternalServerError) IsClientError

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

func (*GetAPIKeyDatasetIDDownloadInternalServerError) IsCode

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

func (*GetAPIKeyDatasetIDDownloadInternalServerError) IsRedirect

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

func (*GetAPIKeyDatasetIDDownloadInternalServerError) IsServerError

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

func (*GetAPIKeyDatasetIDDownloadInternalServerError) IsSuccess

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

func (*GetAPIKeyDatasetIDDownloadInternalServerError) String

type GetAPIKeyDatasetIDDownloadOK

type GetAPIKeyDatasetIDDownloadOK struct {
	Payload *models.ResponseDownloadDatasetListResponse
}

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

OK

func NewGetAPIKeyDatasetIDDownloadOK

func NewGetAPIKeyDatasetIDDownloadOK() *GetAPIKeyDatasetIDDownloadOK

NewGetAPIKeyDatasetIDDownloadOK creates a GetAPIKeyDatasetIDDownloadOK with default headers values

func (*GetAPIKeyDatasetIDDownloadOK) Code

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

func (*GetAPIKeyDatasetIDDownloadOK) Error

func (*GetAPIKeyDatasetIDDownloadOK) GetPayload

func (*GetAPIKeyDatasetIDDownloadOK) IsClientError

func (o *GetAPIKeyDatasetIDDownloadOK) IsClientError() bool

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

func (*GetAPIKeyDatasetIDDownloadOK) IsCode

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

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

func (*GetAPIKeyDatasetIDDownloadOK) IsRedirect

func (o *GetAPIKeyDatasetIDDownloadOK) IsRedirect() bool

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

func (*GetAPIKeyDatasetIDDownloadOK) IsServerError

func (o *GetAPIKeyDatasetIDDownloadOK) IsServerError() bool

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

func (*GetAPIKeyDatasetIDDownloadOK) IsSuccess

func (o *GetAPIKeyDatasetIDDownloadOK) IsSuccess() bool

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

func (*GetAPIKeyDatasetIDDownloadOK) String

type GetAPIKeyDatasetIDDownloadParams

type GetAPIKeyDatasetIDDownloadParams struct {

	/* ID.

	   Dataset's id
	*/
	ID string

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

	// Offset.
	Offset *int64

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

GetAPIKeyDatasetIDDownloadParams contains all the parameters to send to the API endpoint

for the get API key dataset ID download operation.

Typically these are written to a http.Request.

func NewGetAPIKeyDatasetIDDownloadParams

func NewGetAPIKeyDatasetIDDownloadParams() *GetAPIKeyDatasetIDDownloadParams

NewGetAPIKeyDatasetIDDownloadParams creates a new GetAPIKeyDatasetIDDownloadParams 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 NewGetAPIKeyDatasetIDDownloadParamsWithContext

func NewGetAPIKeyDatasetIDDownloadParamsWithContext(ctx context.Context) *GetAPIKeyDatasetIDDownloadParams

NewGetAPIKeyDatasetIDDownloadParamsWithContext creates a new GetAPIKeyDatasetIDDownloadParams object with the ability to set a context for a request.

func NewGetAPIKeyDatasetIDDownloadParamsWithHTTPClient

func NewGetAPIKeyDatasetIDDownloadParamsWithHTTPClient(client *http.Client) *GetAPIKeyDatasetIDDownloadParams

NewGetAPIKeyDatasetIDDownloadParamsWithHTTPClient creates a new GetAPIKeyDatasetIDDownloadParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyDatasetIDDownloadParamsWithTimeout

func NewGetAPIKeyDatasetIDDownloadParamsWithTimeout(timeout time.Duration) *GetAPIKeyDatasetIDDownloadParams

NewGetAPIKeyDatasetIDDownloadParamsWithTimeout creates a new GetAPIKeyDatasetIDDownloadParams object with the ability to set a timeout on a request.

func (*GetAPIKeyDatasetIDDownloadParams) SetContext

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

func (*GetAPIKeyDatasetIDDownloadParams) SetDefaults

func (o *GetAPIKeyDatasetIDDownloadParams) SetDefaults()

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

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

func (*GetAPIKeyDatasetIDDownloadParams) SetHTTPClient

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

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

func (*GetAPIKeyDatasetIDDownloadParams) SetID

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

func (*GetAPIKeyDatasetIDDownloadParams) SetLimit

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

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

func (*GetAPIKeyDatasetIDDownloadParams) SetOffset

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

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

func (*GetAPIKeyDatasetIDDownloadParams) SetTimeout

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

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

func (*GetAPIKeyDatasetIDDownloadParams) WithContext

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

func (*GetAPIKeyDatasetIDDownloadParams) WithDefaults

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

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

func (*GetAPIKeyDatasetIDDownloadParams) WithHTTPClient

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

func (*GetAPIKeyDatasetIDDownloadParams) WithID

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

func (*GetAPIKeyDatasetIDDownloadParams) WithLimit

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

func (*GetAPIKeyDatasetIDDownloadParams) WithOffset

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

func (*GetAPIKeyDatasetIDDownloadParams) WithTimeout

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

func (*GetAPIKeyDatasetIDDownloadParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyDatasetIDDownloadReader

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

GetAPIKeyDatasetIDDownloadReader is a Reader for the GetAPIKeyDatasetIDDownload structure.

func (*GetAPIKeyDatasetIDDownloadReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIKeyDatasetIDInternalServerError

type GetAPIKeyDatasetIDInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyDatasetIDInternalServerError

func NewGetAPIKeyDatasetIDInternalServerError() *GetAPIKeyDatasetIDInternalServerError

NewGetAPIKeyDatasetIDInternalServerError creates a GetAPIKeyDatasetIDInternalServerError with default headers values

func (*GetAPIKeyDatasetIDInternalServerError) Code

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

func (*GetAPIKeyDatasetIDInternalServerError) Error

func (*GetAPIKeyDatasetIDInternalServerError) GetPayload

func (*GetAPIKeyDatasetIDInternalServerError) IsClientError

func (o *GetAPIKeyDatasetIDInternalServerError) IsClientError() bool

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

func (*GetAPIKeyDatasetIDInternalServerError) IsCode

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

func (*GetAPIKeyDatasetIDInternalServerError) IsRedirect

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

func (*GetAPIKeyDatasetIDInternalServerError) IsServerError

func (o *GetAPIKeyDatasetIDInternalServerError) IsServerError() bool

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

func (*GetAPIKeyDatasetIDInternalServerError) IsSuccess

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

func (*GetAPIKeyDatasetIDInternalServerError) String

type GetAPIKeyDatasetIDLikeBadRequest

type GetAPIKeyDatasetIDLikeBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyDatasetIDLikeBadRequest

func NewGetAPIKeyDatasetIDLikeBadRequest() *GetAPIKeyDatasetIDLikeBadRequest

NewGetAPIKeyDatasetIDLikeBadRequest creates a GetAPIKeyDatasetIDLikeBadRequest with default headers values

func (*GetAPIKeyDatasetIDLikeBadRequest) Code

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

func (*GetAPIKeyDatasetIDLikeBadRequest) Error

func (*GetAPIKeyDatasetIDLikeBadRequest) GetPayload

func (*GetAPIKeyDatasetIDLikeBadRequest) IsClientError

func (o *GetAPIKeyDatasetIDLikeBadRequest) IsClientError() bool

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

func (*GetAPIKeyDatasetIDLikeBadRequest) IsCode

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

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

func (*GetAPIKeyDatasetIDLikeBadRequest) IsRedirect

func (o *GetAPIKeyDatasetIDLikeBadRequest) IsRedirect() bool

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

func (*GetAPIKeyDatasetIDLikeBadRequest) IsServerError

func (o *GetAPIKeyDatasetIDLikeBadRequest) IsServerError() bool

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

func (*GetAPIKeyDatasetIDLikeBadRequest) IsSuccess

func (o *GetAPIKeyDatasetIDLikeBadRequest) IsSuccess() bool

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

func (*GetAPIKeyDatasetIDLikeBadRequest) String

type GetAPIKeyDatasetIDLikeInternalServerError

type GetAPIKeyDatasetIDLikeInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyDatasetIDLikeInternalServerError

func NewGetAPIKeyDatasetIDLikeInternalServerError() *GetAPIKeyDatasetIDLikeInternalServerError

NewGetAPIKeyDatasetIDLikeInternalServerError creates a GetAPIKeyDatasetIDLikeInternalServerError with default headers values

func (*GetAPIKeyDatasetIDLikeInternalServerError) Code

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

func (*GetAPIKeyDatasetIDLikeInternalServerError) Error

func (*GetAPIKeyDatasetIDLikeInternalServerError) GetPayload

func (*GetAPIKeyDatasetIDLikeInternalServerError) IsClientError

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

func (*GetAPIKeyDatasetIDLikeInternalServerError) IsCode

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

func (*GetAPIKeyDatasetIDLikeInternalServerError) IsRedirect

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

func (*GetAPIKeyDatasetIDLikeInternalServerError) IsServerError

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

func (*GetAPIKeyDatasetIDLikeInternalServerError) IsSuccess

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

func (*GetAPIKeyDatasetIDLikeInternalServerError) String

type GetAPIKeyDatasetIDLikeOK

type GetAPIKeyDatasetIDLikeOK struct {
	Payload *models.ResponseLikeDatasetListResponse
}

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

OK

func NewGetAPIKeyDatasetIDLikeOK

func NewGetAPIKeyDatasetIDLikeOK() *GetAPIKeyDatasetIDLikeOK

NewGetAPIKeyDatasetIDLikeOK creates a GetAPIKeyDatasetIDLikeOK with default headers values

func (*GetAPIKeyDatasetIDLikeOK) Code

func (o *GetAPIKeyDatasetIDLikeOK) Code() int

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

func (*GetAPIKeyDatasetIDLikeOK) Error

func (o *GetAPIKeyDatasetIDLikeOK) Error() string

func (*GetAPIKeyDatasetIDLikeOK) GetPayload

func (*GetAPIKeyDatasetIDLikeOK) IsClientError

func (o *GetAPIKeyDatasetIDLikeOK) IsClientError() bool

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

func (*GetAPIKeyDatasetIDLikeOK) IsCode

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

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

func (*GetAPIKeyDatasetIDLikeOK) IsRedirect

func (o *GetAPIKeyDatasetIDLikeOK) IsRedirect() bool

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

func (*GetAPIKeyDatasetIDLikeOK) IsServerError

func (o *GetAPIKeyDatasetIDLikeOK) IsServerError() bool

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

func (*GetAPIKeyDatasetIDLikeOK) IsSuccess

func (o *GetAPIKeyDatasetIDLikeOK) IsSuccess() bool

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

func (*GetAPIKeyDatasetIDLikeOK) String

func (o *GetAPIKeyDatasetIDLikeOK) String() string

type GetAPIKeyDatasetIDLikeParams

type GetAPIKeyDatasetIDLikeParams struct {

	/* ID.

	   Dataset's id
	*/
	ID string

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

	// Offset.
	Offset *int64

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

GetAPIKeyDatasetIDLikeParams contains all the parameters to send to the API endpoint

for the get API key dataset ID like operation.

Typically these are written to a http.Request.

func NewGetAPIKeyDatasetIDLikeParams

func NewGetAPIKeyDatasetIDLikeParams() *GetAPIKeyDatasetIDLikeParams

NewGetAPIKeyDatasetIDLikeParams creates a new GetAPIKeyDatasetIDLikeParams 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 NewGetAPIKeyDatasetIDLikeParamsWithContext

func NewGetAPIKeyDatasetIDLikeParamsWithContext(ctx context.Context) *GetAPIKeyDatasetIDLikeParams

NewGetAPIKeyDatasetIDLikeParamsWithContext creates a new GetAPIKeyDatasetIDLikeParams object with the ability to set a context for a request.

func NewGetAPIKeyDatasetIDLikeParamsWithHTTPClient

func NewGetAPIKeyDatasetIDLikeParamsWithHTTPClient(client *http.Client) *GetAPIKeyDatasetIDLikeParams

NewGetAPIKeyDatasetIDLikeParamsWithHTTPClient creates a new GetAPIKeyDatasetIDLikeParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyDatasetIDLikeParamsWithTimeout

func NewGetAPIKeyDatasetIDLikeParamsWithTimeout(timeout time.Duration) *GetAPIKeyDatasetIDLikeParams

NewGetAPIKeyDatasetIDLikeParamsWithTimeout creates a new GetAPIKeyDatasetIDLikeParams object with the ability to set a timeout on a request.

func (*GetAPIKeyDatasetIDLikeParams) SetContext

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

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

func (*GetAPIKeyDatasetIDLikeParams) SetDefaults

func (o *GetAPIKeyDatasetIDLikeParams) SetDefaults()

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

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

func (*GetAPIKeyDatasetIDLikeParams) SetHTTPClient

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

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

func (*GetAPIKeyDatasetIDLikeParams) SetID

func (o *GetAPIKeyDatasetIDLikeParams) SetID(id string)

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

func (*GetAPIKeyDatasetIDLikeParams) SetLimit

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

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

func (*GetAPIKeyDatasetIDLikeParams) SetOffset

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

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

func (*GetAPIKeyDatasetIDLikeParams) SetTimeout

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

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

func (*GetAPIKeyDatasetIDLikeParams) WithContext

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

func (*GetAPIKeyDatasetIDLikeParams) WithDefaults

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

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

func (*GetAPIKeyDatasetIDLikeParams) WithHTTPClient

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

func (*GetAPIKeyDatasetIDLikeParams) WithID

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

func (*GetAPIKeyDatasetIDLikeParams) WithLimit

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

func (*GetAPIKeyDatasetIDLikeParams) WithOffset

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

func (*GetAPIKeyDatasetIDLikeParams) WithTimeout

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

func (*GetAPIKeyDatasetIDLikeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyDatasetIDLikeReader

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

GetAPIKeyDatasetIDLikeReader is a Reader for the GetAPIKeyDatasetIDLike structure.

func (*GetAPIKeyDatasetIDLikeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIKeyDatasetIDOK

type GetAPIKeyDatasetIDOK struct {
	Payload *models.ResponseDatasetResponse
}

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

OK

func NewGetAPIKeyDatasetIDOK

func NewGetAPIKeyDatasetIDOK() *GetAPIKeyDatasetIDOK

NewGetAPIKeyDatasetIDOK creates a GetAPIKeyDatasetIDOK with default headers values

func (*GetAPIKeyDatasetIDOK) Code

func (o *GetAPIKeyDatasetIDOK) Code() int

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

func (*GetAPIKeyDatasetIDOK) Error

func (o *GetAPIKeyDatasetIDOK) Error() string

func (*GetAPIKeyDatasetIDOK) GetPayload

func (*GetAPIKeyDatasetIDOK) IsClientError

func (o *GetAPIKeyDatasetIDOK) IsClientError() bool

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

func (*GetAPIKeyDatasetIDOK) IsCode

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

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

func (*GetAPIKeyDatasetIDOK) IsRedirect

func (o *GetAPIKeyDatasetIDOK) IsRedirect() bool

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

func (*GetAPIKeyDatasetIDOK) IsServerError

func (o *GetAPIKeyDatasetIDOK) IsServerError() bool

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

func (*GetAPIKeyDatasetIDOK) IsSuccess

func (o *GetAPIKeyDatasetIDOK) IsSuccess() bool

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

func (*GetAPIKeyDatasetIDOK) String

func (o *GetAPIKeyDatasetIDOK) String() string

type GetAPIKeyDatasetIDParams

type GetAPIKeyDatasetIDParams struct {

	/* ID.

	   Dataset's id
	*/
	ID string

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

GetAPIKeyDatasetIDParams contains all the parameters to send to the API endpoint

for the get API key dataset ID operation.

Typically these are written to a http.Request.

func NewGetAPIKeyDatasetIDParams

func NewGetAPIKeyDatasetIDParams() *GetAPIKeyDatasetIDParams

NewGetAPIKeyDatasetIDParams creates a new GetAPIKeyDatasetIDParams 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 NewGetAPIKeyDatasetIDParamsWithContext

func NewGetAPIKeyDatasetIDParamsWithContext(ctx context.Context) *GetAPIKeyDatasetIDParams

NewGetAPIKeyDatasetIDParamsWithContext creates a new GetAPIKeyDatasetIDParams object with the ability to set a context for a request.

func NewGetAPIKeyDatasetIDParamsWithHTTPClient

func NewGetAPIKeyDatasetIDParamsWithHTTPClient(client *http.Client) *GetAPIKeyDatasetIDParams

NewGetAPIKeyDatasetIDParamsWithHTTPClient creates a new GetAPIKeyDatasetIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyDatasetIDParamsWithTimeout

func NewGetAPIKeyDatasetIDParamsWithTimeout(timeout time.Duration) *GetAPIKeyDatasetIDParams

NewGetAPIKeyDatasetIDParamsWithTimeout creates a new GetAPIKeyDatasetIDParams object with the ability to set a timeout on a request.

func (*GetAPIKeyDatasetIDParams) SetContext

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

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

func (*GetAPIKeyDatasetIDParams) SetDefaults

func (o *GetAPIKeyDatasetIDParams) SetDefaults()

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

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

func (*GetAPIKeyDatasetIDParams) SetHTTPClient

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

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

func (*GetAPIKeyDatasetIDParams) SetID

func (o *GetAPIKeyDatasetIDParams) SetID(id string)

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

func (*GetAPIKeyDatasetIDParams) SetTimeout

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

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

func (*GetAPIKeyDatasetIDParams) WithContext

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

func (*GetAPIKeyDatasetIDParams) WithDefaults

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

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

func (*GetAPIKeyDatasetIDParams) WithHTTPClient

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

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

func (*GetAPIKeyDatasetIDParams) WithID

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

func (*GetAPIKeyDatasetIDParams) WithTimeout

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

func (*GetAPIKeyDatasetIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyDatasetIDReader

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

GetAPIKeyDatasetIDReader is a Reader for the GetAPIKeyDatasetID structure.

func (*GetAPIKeyDatasetIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIKeyDatasetOrganizationOrgBadRequest

type GetAPIKeyDatasetOrganizationOrgBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyDatasetOrganizationOrgBadRequest

func NewGetAPIKeyDatasetOrganizationOrgBadRequest() *GetAPIKeyDatasetOrganizationOrgBadRequest

NewGetAPIKeyDatasetOrganizationOrgBadRequest creates a GetAPIKeyDatasetOrganizationOrgBadRequest with default headers values

func (*GetAPIKeyDatasetOrganizationOrgBadRequest) Code

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

func (*GetAPIKeyDatasetOrganizationOrgBadRequest) Error

func (*GetAPIKeyDatasetOrganizationOrgBadRequest) GetPayload

func (*GetAPIKeyDatasetOrganizationOrgBadRequest) IsClientError

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

func (*GetAPIKeyDatasetOrganizationOrgBadRequest) IsCode

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

func (*GetAPIKeyDatasetOrganizationOrgBadRequest) IsRedirect

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

func (*GetAPIKeyDatasetOrganizationOrgBadRequest) IsServerError

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

func (*GetAPIKeyDatasetOrganizationOrgBadRequest) IsSuccess

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

func (*GetAPIKeyDatasetOrganizationOrgBadRequest) String

type GetAPIKeyDatasetOrganizationOrgInternalServerError

type GetAPIKeyDatasetOrganizationOrgInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyDatasetOrganizationOrgInternalServerError

func NewGetAPIKeyDatasetOrganizationOrgInternalServerError() *GetAPIKeyDatasetOrganizationOrgInternalServerError

NewGetAPIKeyDatasetOrganizationOrgInternalServerError creates a GetAPIKeyDatasetOrganizationOrgInternalServerError with default headers values

func (*GetAPIKeyDatasetOrganizationOrgInternalServerError) Code

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

func (*GetAPIKeyDatasetOrganizationOrgInternalServerError) Error

func (*GetAPIKeyDatasetOrganizationOrgInternalServerError) GetPayload

func (*GetAPIKeyDatasetOrganizationOrgInternalServerError) IsClientError

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

func (*GetAPIKeyDatasetOrganizationOrgInternalServerError) IsCode

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

func (*GetAPIKeyDatasetOrganizationOrgInternalServerError) IsRedirect

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

func (*GetAPIKeyDatasetOrganizationOrgInternalServerError) IsServerError

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

func (*GetAPIKeyDatasetOrganizationOrgInternalServerError) IsSuccess

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

func (*GetAPIKeyDatasetOrganizationOrgInternalServerError) String

type GetAPIKeyDatasetOrganizationOrgOK

type GetAPIKeyDatasetOrganizationOrgOK struct {
	Payload *models.ResponseDatasetListResponse
}

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

OK

func NewGetAPIKeyDatasetOrganizationOrgOK

func NewGetAPIKeyDatasetOrganizationOrgOK() *GetAPIKeyDatasetOrganizationOrgOK

NewGetAPIKeyDatasetOrganizationOrgOK creates a GetAPIKeyDatasetOrganizationOrgOK with default headers values

func (*GetAPIKeyDatasetOrganizationOrgOK) Code

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

func (*GetAPIKeyDatasetOrganizationOrgOK) Error

func (*GetAPIKeyDatasetOrganizationOrgOK) GetPayload

func (*GetAPIKeyDatasetOrganizationOrgOK) IsClientError

func (o *GetAPIKeyDatasetOrganizationOrgOK) IsClientError() bool

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

func (*GetAPIKeyDatasetOrganizationOrgOK) IsCode

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

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

func (*GetAPIKeyDatasetOrganizationOrgOK) IsRedirect

func (o *GetAPIKeyDatasetOrganizationOrgOK) IsRedirect() bool

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

func (*GetAPIKeyDatasetOrganizationOrgOK) IsServerError

func (o *GetAPIKeyDatasetOrganizationOrgOK) IsServerError() bool

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

func (*GetAPIKeyDatasetOrganizationOrgOK) IsSuccess

func (o *GetAPIKeyDatasetOrganizationOrgOK) IsSuccess() bool

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

func (*GetAPIKeyDatasetOrganizationOrgOK) String

type GetAPIKeyDatasetOrganizationOrgParams

type GetAPIKeyDatasetOrganizationOrgParams 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
}

GetAPIKeyDatasetOrganizationOrgParams contains all the parameters to send to the API endpoint

for the get API key dataset organization org operation.

Typically these are written to a http.Request.

func NewGetAPIKeyDatasetOrganizationOrgParams

func NewGetAPIKeyDatasetOrganizationOrgParams() *GetAPIKeyDatasetOrganizationOrgParams

NewGetAPIKeyDatasetOrganizationOrgParams creates a new GetAPIKeyDatasetOrganizationOrgParams 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 NewGetAPIKeyDatasetOrganizationOrgParamsWithContext

func NewGetAPIKeyDatasetOrganizationOrgParamsWithContext(ctx context.Context) *GetAPIKeyDatasetOrganizationOrgParams

NewGetAPIKeyDatasetOrganizationOrgParamsWithContext creates a new GetAPIKeyDatasetOrganizationOrgParams object with the ability to set a context for a request.

func NewGetAPIKeyDatasetOrganizationOrgParamsWithHTTPClient

func NewGetAPIKeyDatasetOrganizationOrgParamsWithHTTPClient(client *http.Client) *GetAPIKeyDatasetOrganizationOrgParams

NewGetAPIKeyDatasetOrganizationOrgParamsWithHTTPClient creates a new GetAPIKeyDatasetOrganizationOrgParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyDatasetOrganizationOrgParamsWithTimeout

func NewGetAPIKeyDatasetOrganizationOrgParamsWithTimeout(timeout time.Duration) *GetAPIKeyDatasetOrganizationOrgParams

NewGetAPIKeyDatasetOrganizationOrgParamsWithTimeout creates a new GetAPIKeyDatasetOrganizationOrgParams object with the ability to set a timeout on a request.

func (*GetAPIKeyDatasetOrganizationOrgParams) SetContext

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

func (*GetAPIKeyDatasetOrganizationOrgParams) SetDefaults

func (o *GetAPIKeyDatasetOrganizationOrgParams) SetDefaults()

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

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

func (*GetAPIKeyDatasetOrganizationOrgParams) SetHTTPClient

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

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

func (*GetAPIKeyDatasetOrganizationOrgParams) SetLimit

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

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

func (*GetAPIKeyDatasetOrganizationOrgParams) SetOffset

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

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

func (*GetAPIKeyDatasetOrganizationOrgParams) SetOrg

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

func (*GetAPIKeyDatasetOrganizationOrgParams) SetSort

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

func (*GetAPIKeyDatasetOrganizationOrgParams) SetTimeout

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

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

func (*GetAPIKeyDatasetOrganizationOrgParams) WithContext

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

func (*GetAPIKeyDatasetOrganizationOrgParams) WithDefaults

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

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

func (*GetAPIKeyDatasetOrganizationOrgParams) WithHTTPClient

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

func (*GetAPIKeyDatasetOrganizationOrgParams) WithLimit

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

func (*GetAPIKeyDatasetOrganizationOrgParams) WithOffset

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

func (*GetAPIKeyDatasetOrganizationOrgParams) WithOrg

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

func (*GetAPIKeyDatasetOrganizationOrgParams) WithSort

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

func (*GetAPIKeyDatasetOrganizationOrgParams) WithTimeout

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

func (*GetAPIKeyDatasetOrganizationOrgParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyDatasetOrganizationOrgReader

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

GetAPIKeyDatasetOrganizationOrgReader is a Reader for the GetAPIKeyDatasetOrganizationOrg structure.

func (*GetAPIKeyDatasetOrganizationOrgReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIKeyDatasetUsernameNameBadRequest

type GetAPIKeyDatasetUsernameNameBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyDatasetUsernameNameBadRequest

func NewGetAPIKeyDatasetUsernameNameBadRequest() *GetAPIKeyDatasetUsernameNameBadRequest

NewGetAPIKeyDatasetUsernameNameBadRequest creates a GetAPIKeyDatasetUsernameNameBadRequest with default headers values

func (*GetAPIKeyDatasetUsernameNameBadRequest) Code

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

func (*GetAPIKeyDatasetUsernameNameBadRequest) Error

func (*GetAPIKeyDatasetUsernameNameBadRequest) GetPayload

func (*GetAPIKeyDatasetUsernameNameBadRequest) IsClientError

func (o *GetAPIKeyDatasetUsernameNameBadRequest) IsClientError() bool

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

func (*GetAPIKeyDatasetUsernameNameBadRequest) IsCode

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

func (*GetAPIKeyDatasetUsernameNameBadRequest) IsRedirect

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

func (*GetAPIKeyDatasetUsernameNameBadRequest) IsServerError

func (o *GetAPIKeyDatasetUsernameNameBadRequest) IsServerError() bool

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

func (*GetAPIKeyDatasetUsernameNameBadRequest) IsSuccess

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

func (*GetAPIKeyDatasetUsernameNameBadRequest) String

type GetAPIKeyDatasetUsernameNameInternalServerError

type GetAPIKeyDatasetUsernameNameInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyDatasetUsernameNameInternalServerError

func NewGetAPIKeyDatasetUsernameNameInternalServerError() *GetAPIKeyDatasetUsernameNameInternalServerError

NewGetAPIKeyDatasetUsernameNameInternalServerError creates a GetAPIKeyDatasetUsernameNameInternalServerError with default headers values

func (*GetAPIKeyDatasetUsernameNameInternalServerError) Code

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

func (*GetAPIKeyDatasetUsernameNameInternalServerError) Error

func (*GetAPIKeyDatasetUsernameNameInternalServerError) GetPayload

func (*GetAPIKeyDatasetUsernameNameInternalServerError) IsClientError

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

func (*GetAPIKeyDatasetUsernameNameInternalServerError) IsCode

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

func (*GetAPIKeyDatasetUsernameNameInternalServerError) IsRedirect

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

func (*GetAPIKeyDatasetUsernameNameInternalServerError) IsServerError

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

func (*GetAPIKeyDatasetUsernameNameInternalServerError) IsSuccess

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

func (*GetAPIKeyDatasetUsernameNameInternalServerError) String

type GetAPIKeyDatasetUsernameNameOK

type GetAPIKeyDatasetUsernameNameOK struct {
	Payload *models.ResponseDatasetResponse
}

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

OK

func NewGetAPIKeyDatasetUsernameNameOK

func NewGetAPIKeyDatasetUsernameNameOK() *GetAPIKeyDatasetUsernameNameOK

NewGetAPIKeyDatasetUsernameNameOK creates a GetAPIKeyDatasetUsernameNameOK with default headers values

func (*GetAPIKeyDatasetUsernameNameOK) Code

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

func (*GetAPIKeyDatasetUsernameNameOK) Error

func (*GetAPIKeyDatasetUsernameNameOK) GetPayload

func (*GetAPIKeyDatasetUsernameNameOK) IsClientError

func (o *GetAPIKeyDatasetUsernameNameOK) IsClientError() bool

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

func (*GetAPIKeyDatasetUsernameNameOK) IsCode

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

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

func (*GetAPIKeyDatasetUsernameNameOK) IsRedirect

func (o *GetAPIKeyDatasetUsernameNameOK) IsRedirect() bool

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

func (*GetAPIKeyDatasetUsernameNameOK) IsServerError

func (o *GetAPIKeyDatasetUsernameNameOK) IsServerError() bool

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

func (*GetAPIKeyDatasetUsernameNameOK) IsSuccess

func (o *GetAPIKeyDatasetUsernameNameOK) IsSuccess() bool

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

func (*GetAPIKeyDatasetUsernameNameOK) String

type GetAPIKeyDatasetUsernameNameParams

type GetAPIKeyDatasetUsernameNameParams struct {

	/* Name.

	   Dataset's name
	*/
	Name string

	/* Username.

	   Dataset's username
	*/
	Username string

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

GetAPIKeyDatasetUsernameNameParams contains all the parameters to send to the API endpoint

for the get API key dataset username name operation.

Typically these are written to a http.Request.

func NewGetAPIKeyDatasetUsernameNameParams

func NewGetAPIKeyDatasetUsernameNameParams() *GetAPIKeyDatasetUsernameNameParams

NewGetAPIKeyDatasetUsernameNameParams creates a new GetAPIKeyDatasetUsernameNameParams 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 NewGetAPIKeyDatasetUsernameNameParamsWithContext

func NewGetAPIKeyDatasetUsernameNameParamsWithContext(ctx context.Context) *GetAPIKeyDatasetUsernameNameParams

NewGetAPIKeyDatasetUsernameNameParamsWithContext creates a new GetAPIKeyDatasetUsernameNameParams object with the ability to set a context for a request.

func NewGetAPIKeyDatasetUsernameNameParamsWithHTTPClient

func NewGetAPIKeyDatasetUsernameNameParamsWithHTTPClient(client *http.Client) *GetAPIKeyDatasetUsernameNameParams

NewGetAPIKeyDatasetUsernameNameParamsWithHTTPClient creates a new GetAPIKeyDatasetUsernameNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyDatasetUsernameNameParamsWithTimeout

func NewGetAPIKeyDatasetUsernameNameParamsWithTimeout(timeout time.Duration) *GetAPIKeyDatasetUsernameNameParams

NewGetAPIKeyDatasetUsernameNameParamsWithTimeout creates a new GetAPIKeyDatasetUsernameNameParams object with the ability to set a timeout on a request.

func (*GetAPIKeyDatasetUsernameNameParams) SetContext

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

func (*GetAPIKeyDatasetUsernameNameParams) SetDefaults

func (o *GetAPIKeyDatasetUsernameNameParams) SetDefaults()

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

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

func (*GetAPIKeyDatasetUsernameNameParams) SetHTTPClient

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

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

func (*GetAPIKeyDatasetUsernameNameParams) SetName

func (o *GetAPIKeyDatasetUsernameNameParams) SetName(name string)

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

func (*GetAPIKeyDatasetUsernameNameParams) SetTimeout

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

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

func (*GetAPIKeyDatasetUsernameNameParams) SetUsername

func (o *GetAPIKeyDatasetUsernameNameParams) SetUsername(username string)

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

func (*GetAPIKeyDatasetUsernameNameParams) WithContext

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

func (*GetAPIKeyDatasetUsernameNameParams) WithDefaults

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

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

func (*GetAPIKeyDatasetUsernameNameParams) WithHTTPClient

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

func (*GetAPIKeyDatasetUsernameNameParams) WithName

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

func (*GetAPIKeyDatasetUsernameNameParams) WithTimeout

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

func (*GetAPIKeyDatasetUsernameNameParams) WithUsername

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

func (*GetAPIKeyDatasetUsernameNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyDatasetUsernameNameReader

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

GetAPIKeyDatasetUsernameNameReader is a Reader for the GetAPIKeyDatasetUsernameName structure.

func (*GetAPIKeyDatasetUsernameNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAPIKeyDatasetBadRequest

type PostAPIKeyDatasetBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostAPIKeyDatasetBadRequest

func NewPostAPIKeyDatasetBadRequest() *PostAPIKeyDatasetBadRequest

NewPostAPIKeyDatasetBadRequest creates a PostAPIKeyDatasetBadRequest with default headers values

func (*PostAPIKeyDatasetBadRequest) Code

func (o *PostAPIKeyDatasetBadRequest) Code() int

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

func (*PostAPIKeyDatasetBadRequest) Error

func (*PostAPIKeyDatasetBadRequest) GetPayload

func (*PostAPIKeyDatasetBadRequest) IsClientError

func (o *PostAPIKeyDatasetBadRequest) IsClientError() bool

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

func (*PostAPIKeyDatasetBadRequest) IsCode

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

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

func (*PostAPIKeyDatasetBadRequest) IsRedirect

func (o *PostAPIKeyDatasetBadRequest) IsRedirect() bool

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

func (*PostAPIKeyDatasetBadRequest) IsServerError

func (o *PostAPIKeyDatasetBadRequest) IsServerError() bool

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

func (*PostAPIKeyDatasetBadRequest) IsSuccess

func (o *PostAPIKeyDatasetBadRequest) IsSuccess() bool

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

func (*PostAPIKeyDatasetBadRequest) String

func (o *PostAPIKeyDatasetBadRequest) String() string

type PostAPIKeyDatasetInternalServerError

type PostAPIKeyDatasetInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostAPIKeyDatasetInternalServerError

func NewPostAPIKeyDatasetInternalServerError() *PostAPIKeyDatasetInternalServerError

NewPostAPIKeyDatasetInternalServerError creates a PostAPIKeyDatasetInternalServerError with default headers values

func (*PostAPIKeyDatasetInternalServerError) Code

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

func (*PostAPIKeyDatasetInternalServerError) Error

func (*PostAPIKeyDatasetInternalServerError) GetPayload

func (*PostAPIKeyDatasetInternalServerError) IsClientError

func (o *PostAPIKeyDatasetInternalServerError) IsClientError() bool

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

func (*PostAPIKeyDatasetInternalServerError) IsCode

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

func (*PostAPIKeyDatasetInternalServerError) IsRedirect

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

func (*PostAPIKeyDatasetInternalServerError) IsServerError

func (o *PostAPIKeyDatasetInternalServerError) IsServerError() bool

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

func (*PostAPIKeyDatasetInternalServerError) IsSuccess

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

func (*PostAPIKeyDatasetInternalServerError) String

type PostAPIKeyDatasetListBadRequest

type PostAPIKeyDatasetListBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostAPIKeyDatasetListBadRequest

func NewPostAPIKeyDatasetListBadRequest() *PostAPIKeyDatasetListBadRequest

NewPostAPIKeyDatasetListBadRequest creates a PostAPIKeyDatasetListBadRequest with default headers values

func (*PostAPIKeyDatasetListBadRequest) Code

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

func (*PostAPIKeyDatasetListBadRequest) Error

func (*PostAPIKeyDatasetListBadRequest) GetPayload

func (*PostAPIKeyDatasetListBadRequest) IsClientError

func (o *PostAPIKeyDatasetListBadRequest) IsClientError() bool

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

func (*PostAPIKeyDatasetListBadRequest) IsCode

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

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

func (*PostAPIKeyDatasetListBadRequest) IsRedirect

func (o *PostAPIKeyDatasetListBadRequest) IsRedirect() bool

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

func (*PostAPIKeyDatasetListBadRequest) IsServerError

func (o *PostAPIKeyDatasetListBadRequest) IsServerError() bool

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

func (*PostAPIKeyDatasetListBadRequest) IsSuccess

func (o *PostAPIKeyDatasetListBadRequest) IsSuccess() bool

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

func (*PostAPIKeyDatasetListBadRequest) String

type PostAPIKeyDatasetListByAuthorUsernameBadRequest

type PostAPIKeyDatasetListByAuthorUsernameBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostAPIKeyDatasetListByAuthorUsernameBadRequest

func NewPostAPIKeyDatasetListByAuthorUsernameBadRequest() *PostAPIKeyDatasetListByAuthorUsernameBadRequest

NewPostAPIKeyDatasetListByAuthorUsernameBadRequest creates a PostAPIKeyDatasetListByAuthorUsernameBadRequest with default headers values

func (*PostAPIKeyDatasetListByAuthorUsernameBadRequest) Code

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

func (*PostAPIKeyDatasetListByAuthorUsernameBadRequest) Error

func (*PostAPIKeyDatasetListByAuthorUsernameBadRequest) GetPayload

func (*PostAPIKeyDatasetListByAuthorUsernameBadRequest) IsClientError

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

func (*PostAPIKeyDatasetListByAuthorUsernameBadRequest) IsCode

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

func (*PostAPIKeyDatasetListByAuthorUsernameBadRequest) IsRedirect

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

func (*PostAPIKeyDatasetListByAuthorUsernameBadRequest) IsServerError

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

func (*PostAPIKeyDatasetListByAuthorUsernameBadRequest) IsSuccess

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

func (*PostAPIKeyDatasetListByAuthorUsernameBadRequest) String

type PostAPIKeyDatasetListByAuthorUsernameInternalServerError

type PostAPIKeyDatasetListByAuthorUsernameInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostAPIKeyDatasetListByAuthorUsernameInternalServerError

func NewPostAPIKeyDatasetListByAuthorUsernameInternalServerError() *PostAPIKeyDatasetListByAuthorUsernameInternalServerError

NewPostAPIKeyDatasetListByAuthorUsernameInternalServerError creates a PostAPIKeyDatasetListByAuthorUsernameInternalServerError with default headers values

func (*PostAPIKeyDatasetListByAuthorUsernameInternalServerError) Code

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

func (*PostAPIKeyDatasetListByAuthorUsernameInternalServerError) Error

func (*PostAPIKeyDatasetListByAuthorUsernameInternalServerError) GetPayload

func (*PostAPIKeyDatasetListByAuthorUsernameInternalServerError) IsClientError

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

func (*PostAPIKeyDatasetListByAuthorUsernameInternalServerError) IsCode

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

func (*PostAPIKeyDatasetListByAuthorUsernameInternalServerError) IsRedirect

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

func (*PostAPIKeyDatasetListByAuthorUsernameInternalServerError) IsServerError

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

func (*PostAPIKeyDatasetListByAuthorUsernameInternalServerError) IsSuccess

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

func (*PostAPIKeyDatasetListByAuthorUsernameInternalServerError) String

type PostAPIKeyDatasetListByAuthorUsernameOK

type PostAPIKeyDatasetListByAuthorUsernameOK struct {
	Payload *models.ResponseDatasetListResponse
}

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

OK

func NewPostAPIKeyDatasetListByAuthorUsernameOK

func NewPostAPIKeyDatasetListByAuthorUsernameOK() *PostAPIKeyDatasetListByAuthorUsernameOK

NewPostAPIKeyDatasetListByAuthorUsernameOK creates a PostAPIKeyDatasetListByAuthorUsernameOK with default headers values

func (*PostAPIKeyDatasetListByAuthorUsernameOK) Code

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

func (*PostAPIKeyDatasetListByAuthorUsernameOK) Error

func (*PostAPIKeyDatasetListByAuthorUsernameOK) GetPayload

func (*PostAPIKeyDatasetListByAuthorUsernameOK) IsClientError

func (o *PostAPIKeyDatasetListByAuthorUsernameOK) IsClientError() bool

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

func (*PostAPIKeyDatasetListByAuthorUsernameOK) IsCode

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

func (*PostAPIKeyDatasetListByAuthorUsernameOK) IsRedirect

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

func (*PostAPIKeyDatasetListByAuthorUsernameOK) IsServerError

func (o *PostAPIKeyDatasetListByAuthorUsernameOK) IsServerError() bool

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

func (*PostAPIKeyDatasetListByAuthorUsernameOK) IsSuccess

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

func (*PostAPIKeyDatasetListByAuthorUsernameOK) String

type PostAPIKeyDatasetListByAuthorUsernameParams

type PostAPIKeyDatasetListByAuthorUsernameParams struct {

	/* Input.

	   GetDatasetListRequest
	*/
	Input *models.RequestGetDatasetListByAuthorRequest

	/* Username.

	   Username
	*/
	Username string

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

PostAPIKeyDatasetListByAuthorUsernameParams contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewPostAPIKeyDatasetListByAuthorUsernameParams

func NewPostAPIKeyDatasetListByAuthorUsernameParams() *PostAPIKeyDatasetListByAuthorUsernameParams

NewPostAPIKeyDatasetListByAuthorUsernameParams creates a new PostAPIKeyDatasetListByAuthorUsernameParams 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 NewPostAPIKeyDatasetListByAuthorUsernameParamsWithContext

func NewPostAPIKeyDatasetListByAuthorUsernameParamsWithContext(ctx context.Context) *PostAPIKeyDatasetListByAuthorUsernameParams

NewPostAPIKeyDatasetListByAuthorUsernameParamsWithContext creates a new PostAPIKeyDatasetListByAuthorUsernameParams object with the ability to set a context for a request.

func NewPostAPIKeyDatasetListByAuthorUsernameParamsWithHTTPClient

func NewPostAPIKeyDatasetListByAuthorUsernameParamsWithHTTPClient(client *http.Client) *PostAPIKeyDatasetListByAuthorUsernameParams

NewPostAPIKeyDatasetListByAuthorUsernameParamsWithHTTPClient creates a new PostAPIKeyDatasetListByAuthorUsernameParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyDatasetListByAuthorUsernameParamsWithTimeout

func NewPostAPIKeyDatasetListByAuthorUsernameParamsWithTimeout(timeout time.Duration) *PostAPIKeyDatasetListByAuthorUsernameParams

NewPostAPIKeyDatasetListByAuthorUsernameParamsWithTimeout creates a new PostAPIKeyDatasetListByAuthorUsernameParams object with the ability to set a timeout on a request.

func (*PostAPIKeyDatasetListByAuthorUsernameParams) SetContext

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

func (*PostAPIKeyDatasetListByAuthorUsernameParams) SetDefaults

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

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

func (*PostAPIKeyDatasetListByAuthorUsernameParams) SetHTTPClient

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

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

func (*PostAPIKeyDatasetListByAuthorUsernameParams) SetInput

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

func (*PostAPIKeyDatasetListByAuthorUsernameParams) SetTimeout

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

func (*PostAPIKeyDatasetListByAuthorUsernameParams) SetUsername

func (o *PostAPIKeyDatasetListByAuthorUsernameParams) SetUsername(username string)

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

func (*PostAPIKeyDatasetListByAuthorUsernameParams) WithContext

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

func (*PostAPIKeyDatasetListByAuthorUsernameParams) WithDefaults

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

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

func (*PostAPIKeyDatasetListByAuthorUsernameParams) WithHTTPClient

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

func (*PostAPIKeyDatasetListByAuthorUsernameParams) WithInput

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

func (*PostAPIKeyDatasetListByAuthorUsernameParams) WithTimeout

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

func (*PostAPIKeyDatasetListByAuthorUsernameParams) WithUsername

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

func (*PostAPIKeyDatasetListByAuthorUsernameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIKeyDatasetListByAuthorUsernameReader

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

PostAPIKeyDatasetListByAuthorUsernameReader is a Reader for the PostAPIKeyDatasetListByAuthorUsername structure.

func (*PostAPIKeyDatasetListByAuthorUsernameReader) ReadResponse

ReadResponse reads a server response into the received o.

type PostAPIKeyDatasetListInternalServerError

type PostAPIKeyDatasetListInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostAPIKeyDatasetListInternalServerError

func NewPostAPIKeyDatasetListInternalServerError() *PostAPIKeyDatasetListInternalServerError

NewPostAPIKeyDatasetListInternalServerError creates a PostAPIKeyDatasetListInternalServerError with default headers values

func (*PostAPIKeyDatasetListInternalServerError) Code

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

func (*PostAPIKeyDatasetListInternalServerError) Error

func (*PostAPIKeyDatasetListInternalServerError) GetPayload

func (*PostAPIKeyDatasetListInternalServerError) IsClientError

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

func (*PostAPIKeyDatasetListInternalServerError) IsCode

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

func (*PostAPIKeyDatasetListInternalServerError) IsRedirect

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

func (*PostAPIKeyDatasetListInternalServerError) IsServerError

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

func (*PostAPIKeyDatasetListInternalServerError) IsSuccess

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

func (*PostAPIKeyDatasetListInternalServerError) String

type PostAPIKeyDatasetListOK

type PostAPIKeyDatasetListOK struct {
	Payload *models.ResponseDatasetListResponse
}

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

OK

func NewPostAPIKeyDatasetListOK

func NewPostAPIKeyDatasetListOK() *PostAPIKeyDatasetListOK

NewPostAPIKeyDatasetListOK creates a PostAPIKeyDatasetListOK with default headers values

func (*PostAPIKeyDatasetListOK) Code

func (o *PostAPIKeyDatasetListOK) Code() int

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

func (*PostAPIKeyDatasetListOK) Error

func (o *PostAPIKeyDatasetListOK) Error() string

func (*PostAPIKeyDatasetListOK) GetPayload

func (*PostAPIKeyDatasetListOK) IsClientError

func (o *PostAPIKeyDatasetListOK) IsClientError() bool

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

func (*PostAPIKeyDatasetListOK) IsCode

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

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

func (*PostAPIKeyDatasetListOK) IsRedirect

func (o *PostAPIKeyDatasetListOK) IsRedirect() bool

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

func (*PostAPIKeyDatasetListOK) IsServerError

func (o *PostAPIKeyDatasetListOK) IsServerError() bool

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

func (*PostAPIKeyDatasetListOK) IsSuccess

func (o *PostAPIKeyDatasetListOK) IsSuccess() bool

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

func (*PostAPIKeyDatasetListOK) String

func (o *PostAPIKeyDatasetListOK) String() string

type PostAPIKeyDatasetListParams

type PostAPIKeyDatasetListParams struct {

	/* Input.

	   GetDatasetListRequest
	*/
	Input *models.RequestGetDatasetListRequest

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

PostAPIKeyDatasetListParams contains all the parameters to send to the API endpoint

for the post API key dataset list operation.

Typically these are written to a http.Request.

func NewPostAPIKeyDatasetListParams

func NewPostAPIKeyDatasetListParams() *PostAPIKeyDatasetListParams

NewPostAPIKeyDatasetListParams creates a new PostAPIKeyDatasetListParams 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 NewPostAPIKeyDatasetListParamsWithContext

func NewPostAPIKeyDatasetListParamsWithContext(ctx context.Context) *PostAPIKeyDatasetListParams

NewPostAPIKeyDatasetListParamsWithContext creates a new PostAPIKeyDatasetListParams object with the ability to set a context for a request.

func NewPostAPIKeyDatasetListParamsWithHTTPClient

func NewPostAPIKeyDatasetListParamsWithHTTPClient(client *http.Client) *PostAPIKeyDatasetListParams

NewPostAPIKeyDatasetListParamsWithHTTPClient creates a new PostAPIKeyDatasetListParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyDatasetListParamsWithTimeout

func NewPostAPIKeyDatasetListParamsWithTimeout(timeout time.Duration) *PostAPIKeyDatasetListParams

NewPostAPIKeyDatasetListParamsWithTimeout creates a new PostAPIKeyDatasetListParams object with the ability to set a timeout on a request.

func (*PostAPIKeyDatasetListParams) SetContext

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

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

func (*PostAPIKeyDatasetListParams) SetDefaults

func (o *PostAPIKeyDatasetListParams) SetDefaults()

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

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

func (*PostAPIKeyDatasetListParams) SetHTTPClient

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

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

func (*PostAPIKeyDatasetListParams) SetInput

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

func (*PostAPIKeyDatasetListParams) SetTimeout

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

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

func (*PostAPIKeyDatasetListParams) WithContext

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

func (*PostAPIKeyDatasetListParams) WithDefaults

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

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

func (*PostAPIKeyDatasetListParams) WithHTTPClient

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

func (*PostAPIKeyDatasetListParams) WithInput

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

func (*PostAPIKeyDatasetListParams) WithTimeout

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

func (*PostAPIKeyDatasetListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIKeyDatasetListReader

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

PostAPIKeyDatasetListReader is a Reader for the PostAPIKeyDatasetList structure.

func (*PostAPIKeyDatasetListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAPIKeyDatasetMatchingTagsBadRequest

type PostAPIKeyDatasetMatchingTagsBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostAPIKeyDatasetMatchingTagsBadRequest

func NewPostAPIKeyDatasetMatchingTagsBadRequest() *PostAPIKeyDatasetMatchingTagsBadRequest

NewPostAPIKeyDatasetMatchingTagsBadRequest creates a PostAPIKeyDatasetMatchingTagsBadRequest with default headers values

func (*PostAPIKeyDatasetMatchingTagsBadRequest) Code

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

func (*PostAPIKeyDatasetMatchingTagsBadRequest) Error

func (*PostAPIKeyDatasetMatchingTagsBadRequest) GetPayload

func (*PostAPIKeyDatasetMatchingTagsBadRequest) IsClientError

func (o *PostAPIKeyDatasetMatchingTagsBadRequest) IsClientError() bool

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

func (*PostAPIKeyDatasetMatchingTagsBadRequest) IsCode

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

func (*PostAPIKeyDatasetMatchingTagsBadRequest) IsRedirect

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

func (*PostAPIKeyDatasetMatchingTagsBadRequest) IsServerError

func (o *PostAPIKeyDatasetMatchingTagsBadRequest) IsServerError() bool

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

func (*PostAPIKeyDatasetMatchingTagsBadRequest) IsSuccess

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

func (*PostAPIKeyDatasetMatchingTagsBadRequest) String

type PostAPIKeyDatasetMatchingTagsInternalServerError

type PostAPIKeyDatasetMatchingTagsInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostAPIKeyDatasetMatchingTagsInternalServerError

func NewPostAPIKeyDatasetMatchingTagsInternalServerError() *PostAPIKeyDatasetMatchingTagsInternalServerError

NewPostAPIKeyDatasetMatchingTagsInternalServerError creates a PostAPIKeyDatasetMatchingTagsInternalServerError with default headers values

func (*PostAPIKeyDatasetMatchingTagsInternalServerError) Code

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

func (*PostAPIKeyDatasetMatchingTagsInternalServerError) Error

func (*PostAPIKeyDatasetMatchingTagsInternalServerError) GetPayload

func (*PostAPIKeyDatasetMatchingTagsInternalServerError) IsClientError

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

func (*PostAPIKeyDatasetMatchingTagsInternalServerError) IsCode

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

func (*PostAPIKeyDatasetMatchingTagsInternalServerError) IsRedirect

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

func (*PostAPIKeyDatasetMatchingTagsInternalServerError) IsServerError

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

func (*PostAPIKeyDatasetMatchingTagsInternalServerError) IsSuccess

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

func (*PostAPIKeyDatasetMatchingTagsInternalServerError) String

type PostAPIKeyDatasetMatchingTagsOK

type PostAPIKeyDatasetMatchingTagsOK struct {
	Payload *models.ResponseListDataResponse
}

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

OK

func NewPostAPIKeyDatasetMatchingTagsOK

func NewPostAPIKeyDatasetMatchingTagsOK() *PostAPIKeyDatasetMatchingTagsOK

NewPostAPIKeyDatasetMatchingTagsOK creates a PostAPIKeyDatasetMatchingTagsOK with default headers values

func (*PostAPIKeyDatasetMatchingTagsOK) Code

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

func (*PostAPIKeyDatasetMatchingTagsOK) Error

func (*PostAPIKeyDatasetMatchingTagsOK) GetPayload

func (*PostAPIKeyDatasetMatchingTagsOK) IsClientError

func (o *PostAPIKeyDatasetMatchingTagsOK) IsClientError() bool

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

func (*PostAPIKeyDatasetMatchingTagsOK) IsCode

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

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

func (*PostAPIKeyDatasetMatchingTagsOK) IsRedirect

func (o *PostAPIKeyDatasetMatchingTagsOK) IsRedirect() bool

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

func (*PostAPIKeyDatasetMatchingTagsOK) IsServerError

func (o *PostAPIKeyDatasetMatchingTagsOK) IsServerError() bool

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

func (*PostAPIKeyDatasetMatchingTagsOK) IsSuccess

func (o *PostAPIKeyDatasetMatchingTagsOK) IsSuccess() bool

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

func (*PostAPIKeyDatasetMatchingTagsOK) String

type PostAPIKeyDatasetMatchingTagsParams

type PostAPIKeyDatasetMatchingTagsParams struct {

	/* Input.

	   GetMatchingTagsRequest
	*/
	Input *models.RequestMatchingDatasetsTagsRequest

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

PostAPIKeyDatasetMatchingTagsParams contains all the parameters to send to the API endpoint

for the post API key dataset matching tags operation.

Typically these are written to a http.Request.

func NewPostAPIKeyDatasetMatchingTagsParams

func NewPostAPIKeyDatasetMatchingTagsParams() *PostAPIKeyDatasetMatchingTagsParams

NewPostAPIKeyDatasetMatchingTagsParams creates a new PostAPIKeyDatasetMatchingTagsParams 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 NewPostAPIKeyDatasetMatchingTagsParamsWithContext

func NewPostAPIKeyDatasetMatchingTagsParamsWithContext(ctx context.Context) *PostAPIKeyDatasetMatchingTagsParams

NewPostAPIKeyDatasetMatchingTagsParamsWithContext creates a new PostAPIKeyDatasetMatchingTagsParams object with the ability to set a context for a request.

func NewPostAPIKeyDatasetMatchingTagsParamsWithHTTPClient

func NewPostAPIKeyDatasetMatchingTagsParamsWithHTTPClient(client *http.Client) *PostAPIKeyDatasetMatchingTagsParams

NewPostAPIKeyDatasetMatchingTagsParamsWithHTTPClient creates a new PostAPIKeyDatasetMatchingTagsParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyDatasetMatchingTagsParamsWithTimeout

func NewPostAPIKeyDatasetMatchingTagsParamsWithTimeout(timeout time.Duration) *PostAPIKeyDatasetMatchingTagsParams

NewPostAPIKeyDatasetMatchingTagsParamsWithTimeout creates a new PostAPIKeyDatasetMatchingTagsParams object with the ability to set a timeout on a request.

func (*PostAPIKeyDatasetMatchingTagsParams) SetContext

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

func (*PostAPIKeyDatasetMatchingTagsParams) SetDefaults

func (o *PostAPIKeyDatasetMatchingTagsParams) SetDefaults()

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

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

func (*PostAPIKeyDatasetMatchingTagsParams) SetHTTPClient

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

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

func (*PostAPIKeyDatasetMatchingTagsParams) SetInput

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

func (*PostAPIKeyDatasetMatchingTagsParams) SetTimeout

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

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

func (*PostAPIKeyDatasetMatchingTagsParams) WithContext

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

func (*PostAPIKeyDatasetMatchingTagsParams) WithDefaults

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

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

func (*PostAPIKeyDatasetMatchingTagsParams) WithHTTPClient

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

func (*PostAPIKeyDatasetMatchingTagsParams) WithInput

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

func (*PostAPIKeyDatasetMatchingTagsParams) WithTimeout

WithTimeout adds the timeout to the post API key dataset matching tags params

func (*PostAPIKeyDatasetMatchingTagsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIKeyDatasetMatchingTagsReader

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

PostAPIKeyDatasetMatchingTagsReader is a Reader for the PostAPIKeyDatasetMatchingTags structure.

func (*PostAPIKeyDatasetMatchingTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAPIKeyDatasetOK

type PostAPIKeyDatasetOK struct {
	Payload *models.ResponseDatasetResponse
}

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

OK

func NewPostAPIKeyDatasetOK

func NewPostAPIKeyDatasetOK() *PostAPIKeyDatasetOK

NewPostAPIKeyDatasetOK creates a PostAPIKeyDatasetOK with default headers values

func (*PostAPIKeyDatasetOK) Code

func (o *PostAPIKeyDatasetOK) Code() int

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

func (*PostAPIKeyDatasetOK) Error

func (o *PostAPIKeyDatasetOK) Error() string

func (*PostAPIKeyDatasetOK) GetPayload

func (*PostAPIKeyDatasetOK) IsClientError

func (o *PostAPIKeyDatasetOK) IsClientError() bool

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

func (*PostAPIKeyDatasetOK) IsCode

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

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

func (*PostAPIKeyDatasetOK) IsRedirect

func (o *PostAPIKeyDatasetOK) IsRedirect() bool

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

func (*PostAPIKeyDatasetOK) IsServerError

func (o *PostAPIKeyDatasetOK) IsServerError() bool

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

func (*PostAPIKeyDatasetOK) IsSuccess

func (o *PostAPIKeyDatasetOK) IsSuccess() bool

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

func (*PostAPIKeyDatasetOK) String

func (o *PostAPIKeyDatasetOK) String() string

type PostAPIKeyDatasetParams

type PostAPIKeyDatasetParams struct {

	/* Input.

	   Create dataset request
	*/
	Input *models.RequestCreateDatasetRequest

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

PostAPIKeyDatasetParams contains all the parameters to send to the API endpoint

for the post API key dataset operation.

Typically these are written to a http.Request.

func NewPostAPIKeyDatasetParams

func NewPostAPIKeyDatasetParams() *PostAPIKeyDatasetParams

NewPostAPIKeyDatasetParams creates a new PostAPIKeyDatasetParams 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 NewPostAPIKeyDatasetParamsWithContext

func NewPostAPIKeyDatasetParamsWithContext(ctx context.Context) *PostAPIKeyDatasetParams

NewPostAPIKeyDatasetParamsWithContext creates a new PostAPIKeyDatasetParams object with the ability to set a context for a request.

func NewPostAPIKeyDatasetParamsWithHTTPClient

func NewPostAPIKeyDatasetParamsWithHTTPClient(client *http.Client) *PostAPIKeyDatasetParams

NewPostAPIKeyDatasetParamsWithHTTPClient creates a new PostAPIKeyDatasetParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyDatasetParamsWithTimeout

func NewPostAPIKeyDatasetParamsWithTimeout(timeout time.Duration) *PostAPIKeyDatasetParams

NewPostAPIKeyDatasetParamsWithTimeout creates a new PostAPIKeyDatasetParams object with the ability to set a timeout on a request.

func (*PostAPIKeyDatasetParams) SetContext

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

SetContext adds the context to the post API key dataset params

func (*PostAPIKeyDatasetParams) SetDefaults

func (o *PostAPIKeyDatasetParams) SetDefaults()

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

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

func (*PostAPIKeyDatasetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API key dataset params

func (*PostAPIKeyDatasetParams) SetInput

SetInput adds the input to the post API key dataset params

func (*PostAPIKeyDatasetParams) SetTimeout

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

SetTimeout adds the timeout to the post API key dataset params

func (*PostAPIKeyDatasetParams) WithContext

WithContext adds the context to the post API key dataset params

func (*PostAPIKeyDatasetParams) WithDefaults

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

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

func (*PostAPIKeyDatasetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post API key dataset params

func (*PostAPIKeyDatasetParams) WithInput

WithInput adds the input to the post API key dataset params

func (*PostAPIKeyDatasetParams) WithTimeout

WithTimeout adds the timeout to the post API key dataset params

func (*PostAPIKeyDatasetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIKeyDatasetReader

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

PostAPIKeyDatasetReader is a Reader for the PostAPIKeyDataset structure.

func (*PostAPIKeyDatasetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAPIKeyDatasetIDBadRequest

type PutAPIKeyDatasetIDBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPutAPIKeyDatasetIDBadRequest

func NewPutAPIKeyDatasetIDBadRequest() *PutAPIKeyDatasetIDBadRequest

NewPutAPIKeyDatasetIDBadRequest creates a PutAPIKeyDatasetIDBadRequest with default headers values

func (*PutAPIKeyDatasetIDBadRequest) Code

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

func (*PutAPIKeyDatasetIDBadRequest) Error

func (*PutAPIKeyDatasetIDBadRequest) GetPayload

func (*PutAPIKeyDatasetIDBadRequest) IsClientError

func (o *PutAPIKeyDatasetIDBadRequest) IsClientError() bool

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

func (*PutAPIKeyDatasetIDBadRequest) IsCode

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

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

func (*PutAPIKeyDatasetIDBadRequest) IsRedirect

func (o *PutAPIKeyDatasetIDBadRequest) IsRedirect() bool

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

func (*PutAPIKeyDatasetIDBadRequest) IsServerError

func (o *PutAPIKeyDatasetIDBadRequest) IsServerError() bool

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

func (*PutAPIKeyDatasetIDBadRequest) IsSuccess

func (o *PutAPIKeyDatasetIDBadRequest) IsSuccess() bool

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

func (*PutAPIKeyDatasetIDBadRequest) String

type PutAPIKeyDatasetIDInternalServerError

type PutAPIKeyDatasetIDInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPutAPIKeyDatasetIDInternalServerError

func NewPutAPIKeyDatasetIDInternalServerError() *PutAPIKeyDatasetIDInternalServerError

NewPutAPIKeyDatasetIDInternalServerError creates a PutAPIKeyDatasetIDInternalServerError with default headers values

func (*PutAPIKeyDatasetIDInternalServerError) Code

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

func (*PutAPIKeyDatasetIDInternalServerError) Error

func (*PutAPIKeyDatasetIDInternalServerError) GetPayload

func (*PutAPIKeyDatasetIDInternalServerError) IsClientError

func (o *PutAPIKeyDatasetIDInternalServerError) IsClientError() bool

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

func (*PutAPIKeyDatasetIDInternalServerError) IsCode

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

func (*PutAPIKeyDatasetIDInternalServerError) IsRedirect

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

func (*PutAPIKeyDatasetIDInternalServerError) IsServerError

func (o *PutAPIKeyDatasetIDInternalServerError) IsServerError() bool

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

func (*PutAPIKeyDatasetIDInternalServerError) IsSuccess

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

func (*PutAPIKeyDatasetIDInternalServerError) String

type PutAPIKeyDatasetIDMetadataBadRequest

type PutAPIKeyDatasetIDMetadataBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPutAPIKeyDatasetIDMetadataBadRequest

func NewPutAPIKeyDatasetIDMetadataBadRequest() *PutAPIKeyDatasetIDMetadataBadRequest

NewPutAPIKeyDatasetIDMetadataBadRequest creates a PutAPIKeyDatasetIDMetadataBadRequest with default headers values

func (*PutAPIKeyDatasetIDMetadataBadRequest) Code

Code gets the status code for the put Api key dataset Id metadata bad request response

func (*PutAPIKeyDatasetIDMetadataBadRequest) Error

func (*PutAPIKeyDatasetIDMetadataBadRequest) GetPayload

func (*PutAPIKeyDatasetIDMetadataBadRequest) IsClientError

func (o *PutAPIKeyDatasetIDMetadataBadRequest) IsClientError() bool

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

func (*PutAPIKeyDatasetIDMetadataBadRequest) IsCode

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

func (*PutAPIKeyDatasetIDMetadataBadRequest) IsRedirect

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

func (*PutAPIKeyDatasetIDMetadataBadRequest) IsServerError

func (o *PutAPIKeyDatasetIDMetadataBadRequest) IsServerError() bool

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

func (*PutAPIKeyDatasetIDMetadataBadRequest) IsSuccess

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

func (*PutAPIKeyDatasetIDMetadataBadRequest) String

type PutAPIKeyDatasetIDMetadataInternalServerError

type PutAPIKeyDatasetIDMetadataInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPutAPIKeyDatasetIDMetadataInternalServerError

func NewPutAPIKeyDatasetIDMetadataInternalServerError() *PutAPIKeyDatasetIDMetadataInternalServerError

NewPutAPIKeyDatasetIDMetadataInternalServerError creates a PutAPIKeyDatasetIDMetadataInternalServerError with default headers values

func (*PutAPIKeyDatasetIDMetadataInternalServerError) Code

Code gets the status code for the put Api key dataset Id metadata internal server error response

func (*PutAPIKeyDatasetIDMetadataInternalServerError) Error

func (*PutAPIKeyDatasetIDMetadataInternalServerError) GetPayload

func (*PutAPIKeyDatasetIDMetadataInternalServerError) IsClientError

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

func (*PutAPIKeyDatasetIDMetadataInternalServerError) IsCode

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

func (*PutAPIKeyDatasetIDMetadataInternalServerError) IsRedirect

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

func (*PutAPIKeyDatasetIDMetadataInternalServerError) IsServerError

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

func (*PutAPIKeyDatasetIDMetadataInternalServerError) IsSuccess

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

func (*PutAPIKeyDatasetIDMetadataInternalServerError) String

type PutAPIKeyDatasetIDMetadataOK

type PutAPIKeyDatasetIDMetadataOK struct {
	Payload *models.ResponseDatasetMetadataResponse
}

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

OK

func NewPutAPIKeyDatasetIDMetadataOK

func NewPutAPIKeyDatasetIDMetadataOK() *PutAPIKeyDatasetIDMetadataOK

NewPutAPIKeyDatasetIDMetadataOK creates a PutAPIKeyDatasetIDMetadataOK with default headers values

func (*PutAPIKeyDatasetIDMetadataOK) Code

Code gets the status code for the put Api key dataset Id metadata o k response

func (*PutAPIKeyDatasetIDMetadataOK) Error

func (*PutAPIKeyDatasetIDMetadataOK) GetPayload

func (*PutAPIKeyDatasetIDMetadataOK) IsClientError

func (o *PutAPIKeyDatasetIDMetadataOK) IsClientError() bool

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

func (*PutAPIKeyDatasetIDMetadataOK) IsCode

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

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

func (*PutAPIKeyDatasetIDMetadataOK) IsRedirect

func (o *PutAPIKeyDatasetIDMetadataOK) IsRedirect() bool

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

func (*PutAPIKeyDatasetIDMetadataOK) IsServerError

func (o *PutAPIKeyDatasetIDMetadataOK) IsServerError() bool

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

func (*PutAPIKeyDatasetIDMetadataOK) IsSuccess

func (o *PutAPIKeyDatasetIDMetadataOK) IsSuccess() bool

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

func (*PutAPIKeyDatasetIDMetadataOK) String

type PutAPIKeyDatasetIDMetadataParams

type PutAPIKeyDatasetIDMetadataParams struct {

	/* ID.

	   Dataset's id
	*/
	ID string

	/* Input.

	   Update dataset's metadata
	*/
	Input *models.RequestUpdateDatasetMetadataRequest

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

PutAPIKeyDatasetIDMetadataParams contains all the parameters to send to the API endpoint

for the put API key dataset ID metadata operation.

Typically these are written to a http.Request.

func NewPutAPIKeyDatasetIDMetadataParams

func NewPutAPIKeyDatasetIDMetadataParams() *PutAPIKeyDatasetIDMetadataParams

NewPutAPIKeyDatasetIDMetadataParams creates a new PutAPIKeyDatasetIDMetadataParams 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 NewPutAPIKeyDatasetIDMetadataParamsWithContext

func NewPutAPIKeyDatasetIDMetadataParamsWithContext(ctx context.Context) *PutAPIKeyDatasetIDMetadataParams

NewPutAPIKeyDatasetIDMetadataParamsWithContext creates a new PutAPIKeyDatasetIDMetadataParams object with the ability to set a context for a request.

func NewPutAPIKeyDatasetIDMetadataParamsWithHTTPClient

func NewPutAPIKeyDatasetIDMetadataParamsWithHTTPClient(client *http.Client) *PutAPIKeyDatasetIDMetadataParams

NewPutAPIKeyDatasetIDMetadataParamsWithHTTPClient creates a new PutAPIKeyDatasetIDMetadataParams object with the ability to set a custom HTTPClient for a request.

func NewPutAPIKeyDatasetIDMetadataParamsWithTimeout

func NewPutAPIKeyDatasetIDMetadataParamsWithTimeout(timeout time.Duration) *PutAPIKeyDatasetIDMetadataParams

NewPutAPIKeyDatasetIDMetadataParamsWithTimeout creates a new PutAPIKeyDatasetIDMetadataParams object with the ability to set a timeout on a request.

func (*PutAPIKeyDatasetIDMetadataParams) SetContext

SetContext adds the context to the put API key dataset ID metadata params

func (*PutAPIKeyDatasetIDMetadataParams) SetDefaults

func (o *PutAPIKeyDatasetIDMetadataParams) SetDefaults()

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

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

func (*PutAPIKeyDatasetIDMetadataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put API key dataset ID metadata params

func (*PutAPIKeyDatasetIDMetadataParams) SetID

SetID adds the id to the put API key dataset ID metadata params

func (*PutAPIKeyDatasetIDMetadataParams) SetInput

SetInput adds the input to the put API key dataset ID metadata params

func (*PutAPIKeyDatasetIDMetadataParams) SetTimeout

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

SetTimeout adds the timeout to the put API key dataset ID metadata params

func (*PutAPIKeyDatasetIDMetadataParams) WithContext

WithContext adds the context to the put API key dataset ID metadata params

func (*PutAPIKeyDatasetIDMetadataParams) WithDefaults

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

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

func (*PutAPIKeyDatasetIDMetadataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put API key dataset ID metadata params

func (*PutAPIKeyDatasetIDMetadataParams) WithID

WithID adds the id to the put API key dataset ID metadata params

func (*PutAPIKeyDatasetIDMetadataParams) WithInput

WithInput adds the input to the put API key dataset ID metadata params

func (*PutAPIKeyDatasetIDMetadataParams) WithTimeout

WithTimeout adds the timeout to the put API key dataset ID metadata params

func (*PutAPIKeyDatasetIDMetadataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAPIKeyDatasetIDMetadataReader

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

PutAPIKeyDatasetIDMetadataReader is a Reader for the PutAPIKeyDatasetIDMetadata structure.

func (*PutAPIKeyDatasetIDMetadataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAPIKeyDatasetIDOK

type PutAPIKeyDatasetIDOK struct {
	Payload *models.ResponseDatasetResponse
}

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

OK

func NewPutAPIKeyDatasetIDOK

func NewPutAPIKeyDatasetIDOK() *PutAPIKeyDatasetIDOK

NewPutAPIKeyDatasetIDOK creates a PutAPIKeyDatasetIDOK with default headers values

func (*PutAPIKeyDatasetIDOK) Code

func (o *PutAPIKeyDatasetIDOK) Code() int

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

func (*PutAPIKeyDatasetIDOK) Error

func (o *PutAPIKeyDatasetIDOK) Error() string

func (*PutAPIKeyDatasetIDOK) GetPayload

func (*PutAPIKeyDatasetIDOK) IsClientError

func (o *PutAPIKeyDatasetIDOK) IsClientError() bool

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

func (*PutAPIKeyDatasetIDOK) IsCode

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

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

func (*PutAPIKeyDatasetIDOK) IsRedirect

func (o *PutAPIKeyDatasetIDOK) IsRedirect() bool

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

func (*PutAPIKeyDatasetIDOK) IsServerError

func (o *PutAPIKeyDatasetIDOK) IsServerError() bool

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

func (*PutAPIKeyDatasetIDOK) IsSuccess

func (o *PutAPIKeyDatasetIDOK) IsSuccess() bool

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

func (*PutAPIKeyDatasetIDOK) String

func (o *PutAPIKeyDatasetIDOK) String() string

type PutAPIKeyDatasetIDParams

type PutAPIKeyDatasetIDParams struct {

	/* ID.

	   Dataset's id
	*/
	ID string

	/* Input.

	   Update dataset request
	*/
	Input *models.RequestUpdateDatasetRequest

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

PutAPIKeyDatasetIDParams contains all the parameters to send to the API endpoint

for the put API key dataset ID operation.

Typically these are written to a http.Request.

func NewPutAPIKeyDatasetIDParams

func NewPutAPIKeyDatasetIDParams() *PutAPIKeyDatasetIDParams

NewPutAPIKeyDatasetIDParams creates a new PutAPIKeyDatasetIDParams 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 NewPutAPIKeyDatasetIDParamsWithContext

func NewPutAPIKeyDatasetIDParamsWithContext(ctx context.Context) *PutAPIKeyDatasetIDParams

NewPutAPIKeyDatasetIDParamsWithContext creates a new PutAPIKeyDatasetIDParams object with the ability to set a context for a request.

func NewPutAPIKeyDatasetIDParamsWithHTTPClient

func NewPutAPIKeyDatasetIDParamsWithHTTPClient(client *http.Client) *PutAPIKeyDatasetIDParams

NewPutAPIKeyDatasetIDParamsWithHTTPClient creates a new PutAPIKeyDatasetIDParams object with the ability to set a custom HTTPClient for a request.

func NewPutAPIKeyDatasetIDParamsWithTimeout

func NewPutAPIKeyDatasetIDParamsWithTimeout(timeout time.Duration) *PutAPIKeyDatasetIDParams

NewPutAPIKeyDatasetIDParamsWithTimeout creates a new PutAPIKeyDatasetIDParams object with the ability to set a timeout on a request.

func (*PutAPIKeyDatasetIDParams) SetContext

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

SetContext adds the context to the put API key dataset ID params

func (*PutAPIKeyDatasetIDParams) SetDefaults

func (o *PutAPIKeyDatasetIDParams) SetDefaults()

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

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

func (*PutAPIKeyDatasetIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put API key dataset ID params

func (*PutAPIKeyDatasetIDParams) SetID

func (o *PutAPIKeyDatasetIDParams) SetID(id string)

SetID adds the id to the put API key dataset ID params

func (*PutAPIKeyDatasetIDParams) SetInput

SetInput adds the input to the put API key dataset ID params

func (*PutAPIKeyDatasetIDParams) SetTimeout

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

SetTimeout adds the timeout to the put API key dataset ID params

func (*PutAPIKeyDatasetIDParams) WithContext

WithContext adds the context to the put API key dataset ID params

func (*PutAPIKeyDatasetIDParams) WithDefaults

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

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

func (*PutAPIKeyDatasetIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put API key dataset ID params

func (*PutAPIKeyDatasetIDParams) WithID

WithID adds the id to the put API key dataset ID params

func (*PutAPIKeyDatasetIDParams) WithInput

WithInput adds the input to the put API key dataset ID params

func (*PutAPIKeyDatasetIDParams) WithTimeout

WithTimeout adds the timeout to the put API key dataset ID params

func (*PutAPIKeyDatasetIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAPIKeyDatasetIDReader

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

PutAPIKeyDatasetIDReader is a Reader for the PutAPIKeyDatasetID structure.

func (*PutAPIKeyDatasetIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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