ml_exclusions

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for ml exclusions API

func (*Client) CreateMLExclusionsV1

func (a *Client) CreateMLExclusionsV1(params *CreateMLExclusionsV1Params, opts ...ClientOption) (*CreateMLExclusionsV1OK, error)

CreateMLExclusionsV1 creates the m l exclusions

func (*Client) DeleteMLExclusionsV1

func (a *Client) DeleteMLExclusionsV1(params *DeleteMLExclusionsV1Params, opts ...ClientOption) (*DeleteMLExclusionsV1OK, error)

DeleteMLExclusionsV1 deletes the m l exclusions by id

func (*Client) GetMLExclusionsV1

func (a *Client) GetMLExclusionsV1(params *GetMLExclusionsV1Params, opts ...ClientOption) (*GetMLExclusionsV1OK, error)

GetMLExclusionsV1 gets a set of m l exclusions by specifying their i ds

func (*Client) QueryMLExclusionsV1

func (a *Client) QueryMLExclusionsV1(params *QueryMLExclusionsV1Params, opts ...ClientOption) (*QueryMLExclusionsV1OK, error)

QueryMLExclusionsV1 searches for m l exclusions

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateMLExclusionsV1

func (a *Client) UpdateMLExclusionsV1(params *UpdateMLExclusionsV1Params, opts ...ClientOption) (*UpdateMLExclusionsV1OK, error)

UpdateMLExclusionsV1 updates the m l exclusions

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateMLExclusionsV1(params *CreateMLExclusionsV1Params, opts ...ClientOption) (*CreateMLExclusionsV1OK, error)

	DeleteMLExclusionsV1(params *DeleteMLExclusionsV1Params, opts ...ClientOption) (*DeleteMLExclusionsV1OK, error)

	GetMLExclusionsV1(params *GetMLExclusionsV1Params, opts ...ClientOption) (*GetMLExclusionsV1OK, error)

	QueryMLExclusionsV1(params *QueryMLExclusionsV1Params, opts ...ClientOption) (*QueryMLExclusionsV1OK, error)

	UpdateMLExclusionsV1(params *UpdateMLExclusionsV1Params, opts ...ClientOption) (*UpdateMLExclusionsV1OK, 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 ml exclusions API client.

type CreateMLExclusionsV1BadRequest

type CreateMLExclusionsV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ExclusionsRespV1
}

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

Bad Request

func NewCreateMLExclusionsV1BadRequest

func NewCreateMLExclusionsV1BadRequest() *CreateMLExclusionsV1BadRequest

NewCreateMLExclusionsV1BadRequest creates a CreateMLExclusionsV1BadRequest with default headers values

func (*CreateMLExclusionsV1BadRequest) Code added in v0.2.33

Code gets the status code for the create m l exclusions v1 bad request response

func (*CreateMLExclusionsV1BadRequest) Error

func (*CreateMLExclusionsV1BadRequest) GetPayload

func (*CreateMLExclusionsV1BadRequest) IsClientError added in v0.2.27

func (o *CreateMLExclusionsV1BadRequest) IsClientError() bool

IsClientError returns true when this create m l exclusions v1 bad request response has a 4xx status code

func (*CreateMLExclusionsV1BadRequest) IsCode added in v0.2.27

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

IsCode returns true when this create m l exclusions v1 bad request response a status code equal to that given

func (*CreateMLExclusionsV1BadRequest) IsRedirect added in v0.2.27

func (o *CreateMLExclusionsV1BadRequest) IsRedirect() bool

IsRedirect returns true when this create m l exclusions v1 bad request response has a 3xx status code

func (*CreateMLExclusionsV1BadRequest) IsServerError added in v0.2.27

func (o *CreateMLExclusionsV1BadRequest) IsServerError() bool

IsServerError returns true when this create m l exclusions v1 bad request response has a 5xx status code

func (*CreateMLExclusionsV1BadRequest) IsSuccess added in v0.2.27

func (o *CreateMLExclusionsV1BadRequest) IsSuccess() bool

IsSuccess returns true when this create m l exclusions v1 bad request response has a 2xx status code

func (*CreateMLExclusionsV1BadRequest) String added in v0.2.27

type CreateMLExclusionsV1Forbidden

type CreateMLExclusionsV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

CreateMLExclusionsV1Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateMLExclusionsV1Forbidden

func NewCreateMLExclusionsV1Forbidden() *CreateMLExclusionsV1Forbidden

NewCreateMLExclusionsV1Forbidden creates a CreateMLExclusionsV1Forbidden with default headers values

func (*CreateMLExclusionsV1Forbidden) Code added in v0.2.33

Code gets the status code for the create m l exclusions v1 forbidden response

func (*CreateMLExclusionsV1Forbidden) Error

func (*CreateMLExclusionsV1Forbidden) GetPayload

func (*CreateMLExclusionsV1Forbidden) IsClientError added in v0.2.27

func (o *CreateMLExclusionsV1Forbidden) IsClientError() bool

IsClientError returns true when this create m l exclusions v1 forbidden response has a 4xx status code

func (*CreateMLExclusionsV1Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this create m l exclusions v1 forbidden response a status code equal to that given

func (*CreateMLExclusionsV1Forbidden) IsRedirect added in v0.2.27

func (o *CreateMLExclusionsV1Forbidden) IsRedirect() bool

IsRedirect returns true when this create m l exclusions v1 forbidden response has a 3xx status code

func (*CreateMLExclusionsV1Forbidden) IsServerError added in v0.2.27

func (o *CreateMLExclusionsV1Forbidden) IsServerError() bool

IsServerError returns true when this create m l exclusions v1 forbidden response has a 5xx status code

func (*CreateMLExclusionsV1Forbidden) IsSuccess added in v0.2.27

func (o *CreateMLExclusionsV1Forbidden) IsSuccess() bool

IsSuccess returns true when this create m l exclusions v1 forbidden response has a 2xx status code

func (*CreateMLExclusionsV1Forbidden) String added in v0.2.27

type CreateMLExclusionsV1InternalServerError

type CreateMLExclusionsV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ExclusionsRespV1
}

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

Internal Server Error

func NewCreateMLExclusionsV1InternalServerError

func NewCreateMLExclusionsV1InternalServerError() *CreateMLExclusionsV1InternalServerError

NewCreateMLExclusionsV1InternalServerError creates a CreateMLExclusionsV1InternalServerError with default headers values

func (*CreateMLExclusionsV1InternalServerError) Code added in v0.2.33

Code gets the status code for the create m l exclusions v1 internal server error response

func (*CreateMLExclusionsV1InternalServerError) Error

func (*CreateMLExclusionsV1InternalServerError) GetPayload

func (*CreateMLExclusionsV1InternalServerError) IsClientError added in v0.2.27

func (o *CreateMLExclusionsV1InternalServerError) IsClientError() bool

IsClientError returns true when this create m l exclusions v1 internal server error response has a 4xx status code

func (*CreateMLExclusionsV1InternalServerError) IsCode added in v0.2.27

IsCode returns true when this create m l exclusions v1 internal server error response a status code equal to that given

func (*CreateMLExclusionsV1InternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this create m l exclusions v1 internal server error response has a 3xx status code

func (*CreateMLExclusionsV1InternalServerError) IsServerError added in v0.2.27

func (o *CreateMLExclusionsV1InternalServerError) IsServerError() bool

IsServerError returns true when this create m l exclusions v1 internal server error response has a 5xx status code

func (*CreateMLExclusionsV1InternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this create m l exclusions v1 internal server error response has a 2xx status code

func (*CreateMLExclusionsV1InternalServerError) String added in v0.2.27

type CreateMLExclusionsV1OK

type CreateMLExclusionsV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ExclusionsRespV1
}

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

OK

func NewCreateMLExclusionsV1OK

func NewCreateMLExclusionsV1OK() *CreateMLExclusionsV1OK

NewCreateMLExclusionsV1OK creates a CreateMLExclusionsV1OK with default headers values

func (*CreateMLExclusionsV1OK) Code added in v0.2.33

func (o *CreateMLExclusionsV1OK) Code() int

Code gets the status code for the create m l exclusions v1 o k response

func (*CreateMLExclusionsV1OK) Error

func (o *CreateMLExclusionsV1OK) Error() string

func (*CreateMLExclusionsV1OK) GetPayload

func (*CreateMLExclusionsV1OK) IsClientError added in v0.2.27

func (o *CreateMLExclusionsV1OK) IsClientError() bool

IsClientError returns true when this create m l exclusions v1 o k response has a 4xx status code

func (*CreateMLExclusionsV1OK) IsCode added in v0.2.27

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

IsCode returns true when this create m l exclusions v1 o k response a status code equal to that given

func (*CreateMLExclusionsV1OK) IsRedirect added in v0.2.27

func (o *CreateMLExclusionsV1OK) IsRedirect() bool

IsRedirect returns true when this create m l exclusions v1 o k response has a 3xx status code

func (*CreateMLExclusionsV1OK) IsServerError added in v0.2.27

func (o *CreateMLExclusionsV1OK) IsServerError() bool

IsServerError returns true when this create m l exclusions v1 o k response has a 5xx status code

func (*CreateMLExclusionsV1OK) IsSuccess added in v0.2.27

func (o *CreateMLExclusionsV1OK) IsSuccess() bool

IsSuccess returns true when this create m l exclusions v1 o k response has a 2xx status code

func (*CreateMLExclusionsV1OK) String added in v0.2.27

func (o *CreateMLExclusionsV1OK) String() string

type CreateMLExclusionsV1Params

type CreateMLExclusionsV1Params struct {

	// Body.
	Body *models.ExclusionsCreateReqV1

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

CreateMLExclusionsV1Params contains all the parameters to send to the API endpoint

for the create m l exclusions v1 operation.

Typically these are written to a http.Request.

func NewCreateMLExclusionsV1Params

func NewCreateMLExclusionsV1Params() *CreateMLExclusionsV1Params

NewCreateMLExclusionsV1Params creates a new CreateMLExclusionsV1Params 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 NewCreateMLExclusionsV1ParamsWithContext

func NewCreateMLExclusionsV1ParamsWithContext(ctx context.Context) *CreateMLExclusionsV1Params

NewCreateMLExclusionsV1ParamsWithContext creates a new CreateMLExclusionsV1Params object with the ability to set a context for a request.

func NewCreateMLExclusionsV1ParamsWithHTTPClient

func NewCreateMLExclusionsV1ParamsWithHTTPClient(client *http.Client) *CreateMLExclusionsV1Params

NewCreateMLExclusionsV1ParamsWithHTTPClient creates a new CreateMLExclusionsV1Params object with the ability to set a custom HTTPClient for a request.

func NewCreateMLExclusionsV1ParamsWithTimeout

func NewCreateMLExclusionsV1ParamsWithTimeout(timeout time.Duration) *CreateMLExclusionsV1Params

NewCreateMLExclusionsV1ParamsWithTimeout creates a new CreateMLExclusionsV1Params object with the ability to set a timeout on a request.

func (*CreateMLExclusionsV1Params) SetBody

SetBody adds the body to the create m l exclusions v1 params

func (*CreateMLExclusionsV1Params) SetContext

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

SetContext adds the context to the create m l exclusions v1 params

func (*CreateMLExclusionsV1Params) SetDefaults

func (o *CreateMLExclusionsV1Params) SetDefaults()

SetDefaults hydrates default values in the create m l exclusions v1 params (not the query body).

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

func (*CreateMLExclusionsV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create m l exclusions v1 params

func (*CreateMLExclusionsV1Params) SetTimeout

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

SetTimeout adds the timeout to the create m l exclusions v1 params

func (*CreateMLExclusionsV1Params) WithBody

WithBody adds the body to the create m l exclusions v1 params

func (*CreateMLExclusionsV1Params) WithContext

WithContext adds the context to the create m l exclusions v1 params

func (*CreateMLExclusionsV1Params) WithDefaults

WithDefaults hydrates default values in the create m l exclusions v1 params (not the query body).

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

func (*CreateMLExclusionsV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create m l exclusions v1 params

func (*CreateMLExclusionsV1Params) WithTimeout

WithTimeout adds the timeout to the create m l exclusions v1 params

func (*CreateMLExclusionsV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateMLExclusionsV1Reader

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

CreateMLExclusionsV1Reader is a Reader for the CreateMLExclusionsV1 structure.

func (*CreateMLExclusionsV1Reader) ReadResponse

func (o *CreateMLExclusionsV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateMLExclusionsV1TooManyRequests

type CreateMLExclusionsV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

CreateMLExclusionsV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCreateMLExclusionsV1TooManyRequests

func NewCreateMLExclusionsV1TooManyRequests() *CreateMLExclusionsV1TooManyRequests

NewCreateMLExclusionsV1TooManyRequests creates a CreateMLExclusionsV1TooManyRequests with default headers values

func (*CreateMLExclusionsV1TooManyRequests) Code added in v0.2.33

Code gets the status code for the create m l exclusions v1 too many requests response

func (*CreateMLExclusionsV1TooManyRequests) Error

func (*CreateMLExclusionsV1TooManyRequests) GetPayload

func (*CreateMLExclusionsV1TooManyRequests) IsClientError added in v0.2.27

func (o *CreateMLExclusionsV1TooManyRequests) IsClientError() bool

IsClientError returns true when this create m l exclusions v1 too many requests response has a 4xx status code

func (*CreateMLExclusionsV1TooManyRequests) IsCode added in v0.2.27

IsCode returns true when this create m l exclusions v1 too many requests response a status code equal to that given

func (*CreateMLExclusionsV1TooManyRequests) IsRedirect added in v0.2.27

func (o *CreateMLExclusionsV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this create m l exclusions v1 too many requests response has a 3xx status code

func (*CreateMLExclusionsV1TooManyRequests) IsServerError added in v0.2.27

func (o *CreateMLExclusionsV1TooManyRequests) IsServerError() bool

IsServerError returns true when this create m l exclusions v1 too many requests response has a 5xx status code

func (*CreateMLExclusionsV1TooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this create m l exclusions v1 too many requests response has a 2xx status code

func (*CreateMLExclusionsV1TooManyRequests) String added in v0.2.27

type DeleteMLExclusionsV1BadRequest

type DeleteMLExclusionsV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ExclusionsRespV1
}

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

Bad Request

func NewDeleteMLExclusionsV1BadRequest

func NewDeleteMLExclusionsV1BadRequest() *DeleteMLExclusionsV1BadRequest

NewDeleteMLExclusionsV1BadRequest creates a DeleteMLExclusionsV1BadRequest with default headers values

func (*DeleteMLExclusionsV1BadRequest) Code added in v0.2.33

Code gets the status code for the delete m l exclusions v1 bad request response

func (*DeleteMLExclusionsV1BadRequest) Error

func (*DeleteMLExclusionsV1BadRequest) GetPayload

func (*DeleteMLExclusionsV1BadRequest) IsClientError added in v0.2.27

func (o *DeleteMLExclusionsV1BadRequest) IsClientError() bool

IsClientError returns true when this delete m l exclusions v1 bad request response has a 4xx status code

func (*DeleteMLExclusionsV1BadRequest) IsCode added in v0.2.27

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

IsCode returns true when this delete m l exclusions v1 bad request response a status code equal to that given

func (*DeleteMLExclusionsV1BadRequest) IsRedirect added in v0.2.27

func (o *DeleteMLExclusionsV1BadRequest) IsRedirect() bool

IsRedirect returns true when this delete m l exclusions v1 bad request response has a 3xx status code

func (*DeleteMLExclusionsV1BadRequest) IsServerError added in v0.2.27

func (o *DeleteMLExclusionsV1BadRequest) IsServerError() bool

IsServerError returns true when this delete m l exclusions v1 bad request response has a 5xx status code

func (*DeleteMLExclusionsV1BadRequest) IsSuccess added in v0.2.27

func (o *DeleteMLExclusionsV1BadRequest) IsSuccess() bool

IsSuccess returns true when this delete m l exclusions v1 bad request response has a 2xx status code

func (*DeleteMLExclusionsV1BadRequest) String added in v0.2.27

type DeleteMLExclusionsV1Forbidden

type DeleteMLExclusionsV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

DeleteMLExclusionsV1Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteMLExclusionsV1Forbidden

func NewDeleteMLExclusionsV1Forbidden() *DeleteMLExclusionsV1Forbidden

NewDeleteMLExclusionsV1Forbidden creates a DeleteMLExclusionsV1Forbidden with default headers values

func (*DeleteMLExclusionsV1Forbidden) Code added in v0.2.33

Code gets the status code for the delete m l exclusions v1 forbidden response

func (*DeleteMLExclusionsV1Forbidden) Error

func (*DeleteMLExclusionsV1Forbidden) GetPayload

func (*DeleteMLExclusionsV1Forbidden) IsClientError added in v0.2.27

func (o *DeleteMLExclusionsV1Forbidden) IsClientError() bool

IsClientError returns true when this delete m l exclusions v1 forbidden response has a 4xx status code

func (*DeleteMLExclusionsV1Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this delete m l exclusions v1 forbidden response a status code equal to that given

func (*DeleteMLExclusionsV1Forbidden) IsRedirect added in v0.2.27

func (o *DeleteMLExclusionsV1Forbidden) IsRedirect() bool

IsRedirect returns true when this delete m l exclusions v1 forbidden response has a 3xx status code

func (*DeleteMLExclusionsV1Forbidden) IsServerError added in v0.2.27

func (o *DeleteMLExclusionsV1Forbidden) IsServerError() bool

IsServerError returns true when this delete m l exclusions v1 forbidden response has a 5xx status code

func (*DeleteMLExclusionsV1Forbidden) IsSuccess added in v0.2.27

func (o *DeleteMLExclusionsV1Forbidden) IsSuccess() bool

IsSuccess returns true when this delete m l exclusions v1 forbidden response has a 2xx status code

func (*DeleteMLExclusionsV1Forbidden) String added in v0.2.27

type DeleteMLExclusionsV1InternalServerError

type DeleteMLExclusionsV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ExclusionsRespV1
}

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

Internal Server Error

func NewDeleteMLExclusionsV1InternalServerError

func NewDeleteMLExclusionsV1InternalServerError() *DeleteMLExclusionsV1InternalServerError

NewDeleteMLExclusionsV1InternalServerError creates a DeleteMLExclusionsV1InternalServerError with default headers values

func (*DeleteMLExclusionsV1InternalServerError) Code added in v0.2.33

Code gets the status code for the delete m l exclusions v1 internal server error response

func (*DeleteMLExclusionsV1InternalServerError) Error

func (*DeleteMLExclusionsV1InternalServerError) GetPayload

func (*DeleteMLExclusionsV1InternalServerError) IsClientError added in v0.2.27

func (o *DeleteMLExclusionsV1InternalServerError) IsClientError() bool

IsClientError returns true when this delete m l exclusions v1 internal server error response has a 4xx status code

func (*DeleteMLExclusionsV1InternalServerError) IsCode added in v0.2.27

IsCode returns true when this delete m l exclusions v1 internal server error response a status code equal to that given

func (*DeleteMLExclusionsV1InternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this delete m l exclusions v1 internal server error response has a 3xx status code

func (*DeleteMLExclusionsV1InternalServerError) IsServerError added in v0.2.27

func (o *DeleteMLExclusionsV1InternalServerError) IsServerError() bool

IsServerError returns true when this delete m l exclusions v1 internal server error response has a 5xx status code

func (*DeleteMLExclusionsV1InternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this delete m l exclusions v1 internal server error response has a 2xx status code

func (*DeleteMLExclusionsV1InternalServerError) String added in v0.2.27

type DeleteMLExclusionsV1OK

type DeleteMLExclusionsV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ExclusionsRespV1
}

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

OK

func NewDeleteMLExclusionsV1OK

func NewDeleteMLExclusionsV1OK() *DeleteMLExclusionsV1OK

NewDeleteMLExclusionsV1OK creates a DeleteMLExclusionsV1OK with default headers values

func (*DeleteMLExclusionsV1OK) Code added in v0.2.33

func (o *DeleteMLExclusionsV1OK) Code() int

Code gets the status code for the delete m l exclusions v1 o k response

func (*DeleteMLExclusionsV1OK) Error

func (o *DeleteMLExclusionsV1OK) Error() string

func (*DeleteMLExclusionsV1OK) GetPayload

func (*DeleteMLExclusionsV1OK) IsClientError added in v0.2.27

func (o *DeleteMLExclusionsV1OK) IsClientError() bool

IsClientError returns true when this delete m l exclusions v1 o k response has a 4xx status code

func (*DeleteMLExclusionsV1OK) IsCode added in v0.2.27

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

IsCode returns true when this delete m l exclusions v1 o k response a status code equal to that given

func (*DeleteMLExclusionsV1OK) IsRedirect added in v0.2.27

func (o *DeleteMLExclusionsV1OK) IsRedirect() bool

IsRedirect returns true when this delete m l exclusions v1 o k response has a 3xx status code

func (*DeleteMLExclusionsV1OK) IsServerError added in v0.2.27

func (o *DeleteMLExclusionsV1OK) IsServerError() bool

IsServerError returns true when this delete m l exclusions v1 o k response has a 5xx status code

func (*DeleteMLExclusionsV1OK) IsSuccess added in v0.2.27

func (o *DeleteMLExclusionsV1OK) IsSuccess() bool

IsSuccess returns true when this delete m l exclusions v1 o k response has a 2xx status code

func (*DeleteMLExclusionsV1OK) String added in v0.2.27

func (o *DeleteMLExclusionsV1OK) String() string

type DeleteMLExclusionsV1Params

type DeleteMLExclusionsV1Params struct {

	/* Comment.

	   Explains why this exclusions was deleted
	*/
	Comment *string

	/* Ids.

	   The ids of the exclusions to delete
	*/
	Ids []string

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

DeleteMLExclusionsV1Params contains all the parameters to send to the API endpoint

for the delete m l exclusions v1 operation.

Typically these are written to a http.Request.

func NewDeleteMLExclusionsV1Params

func NewDeleteMLExclusionsV1Params() *DeleteMLExclusionsV1Params

NewDeleteMLExclusionsV1Params creates a new DeleteMLExclusionsV1Params 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 NewDeleteMLExclusionsV1ParamsWithContext

func NewDeleteMLExclusionsV1ParamsWithContext(ctx context.Context) *DeleteMLExclusionsV1Params

NewDeleteMLExclusionsV1ParamsWithContext creates a new DeleteMLExclusionsV1Params object with the ability to set a context for a request.

func NewDeleteMLExclusionsV1ParamsWithHTTPClient

func NewDeleteMLExclusionsV1ParamsWithHTTPClient(client *http.Client) *DeleteMLExclusionsV1Params

NewDeleteMLExclusionsV1ParamsWithHTTPClient creates a new DeleteMLExclusionsV1Params object with the ability to set a custom HTTPClient for a request.

func NewDeleteMLExclusionsV1ParamsWithTimeout

func NewDeleteMLExclusionsV1ParamsWithTimeout(timeout time.Duration) *DeleteMLExclusionsV1Params

NewDeleteMLExclusionsV1ParamsWithTimeout creates a new DeleteMLExclusionsV1Params object with the ability to set a timeout on a request.

func (*DeleteMLExclusionsV1Params) SetComment

func (o *DeleteMLExclusionsV1Params) SetComment(comment *string)

SetComment adds the comment to the delete m l exclusions v1 params

func (*DeleteMLExclusionsV1Params) SetContext

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

SetContext adds the context to the delete m l exclusions v1 params

func (*DeleteMLExclusionsV1Params) SetDefaults

func (o *DeleteMLExclusionsV1Params) SetDefaults()

SetDefaults hydrates default values in the delete m l exclusions v1 params (not the query body).

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

func (*DeleteMLExclusionsV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete m l exclusions v1 params

func (*DeleteMLExclusionsV1Params) SetIds

func (o *DeleteMLExclusionsV1Params) SetIds(ids []string)

SetIds adds the ids to the delete m l exclusions v1 params

func (*DeleteMLExclusionsV1Params) SetTimeout

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

SetTimeout adds the timeout to the delete m l exclusions v1 params

func (*DeleteMLExclusionsV1Params) WithComment

WithComment adds the comment to the delete m l exclusions v1 params

func (*DeleteMLExclusionsV1Params) WithContext

WithContext adds the context to the delete m l exclusions v1 params

func (*DeleteMLExclusionsV1Params) WithDefaults

WithDefaults hydrates default values in the delete m l exclusions v1 params (not the query body).

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

func (*DeleteMLExclusionsV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete m l exclusions v1 params

func (*DeleteMLExclusionsV1Params) WithIds

WithIds adds the ids to the delete m l exclusions v1 params

func (*DeleteMLExclusionsV1Params) WithTimeout

WithTimeout adds the timeout to the delete m l exclusions v1 params

func (*DeleteMLExclusionsV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteMLExclusionsV1Reader

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

DeleteMLExclusionsV1Reader is a Reader for the DeleteMLExclusionsV1 structure.

func (*DeleteMLExclusionsV1Reader) ReadResponse

func (o *DeleteMLExclusionsV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteMLExclusionsV1TooManyRequests

type DeleteMLExclusionsV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

DeleteMLExclusionsV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewDeleteMLExclusionsV1TooManyRequests

func NewDeleteMLExclusionsV1TooManyRequests() *DeleteMLExclusionsV1TooManyRequests

NewDeleteMLExclusionsV1TooManyRequests creates a DeleteMLExclusionsV1TooManyRequests with default headers values

func (*DeleteMLExclusionsV1TooManyRequests) Code added in v0.2.33

Code gets the status code for the delete m l exclusions v1 too many requests response

func (*DeleteMLExclusionsV1TooManyRequests) Error

func (*DeleteMLExclusionsV1TooManyRequests) GetPayload

func (*DeleteMLExclusionsV1TooManyRequests) IsClientError added in v0.2.27

func (o *DeleteMLExclusionsV1TooManyRequests) IsClientError() bool

IsClientError returns true when this delete m l exclusions v1 too many requests response has a 4xx status code

func (*DeleteMLExclusionsV1TooManyRequests) IsCode added in v0.2.27

IsCode returns true when this delete m l exclusions v1 too many requests response a status code equal to that given

func (*DeleteMLExclusionsV1TooManyRequests) IsRedirect added in v0.2.27

func (o *DeleteMLExclusionsV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this delete m l exclusions v1 too many requests response has a 3xx status code

func (*DeleteMLExclusionsV1TooManyRequests) IsServerError added in v0.2.27

func (o *DeleteMLExclusionsV1TooManyRequests) IsServerError() bool

IsServerError returns true when this delete m l exclusions v1 too many requests response has a 5xx status code

func (*DeleteMLExclusionsV1TooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this delete m l exclusions v1 too many requests response has a 2xx status code

func (*DeleteMLExclusionsV1TooManyRequests) String added in v0.2.27

type GetMLExclusionsV1BadRequest

type GetMLExclusionsV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ExclusionsRespV1
}

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

Bad Request

func NewGetMLExclusionsV1BadRequest

func NewGetMLExclusionsV1BadRequest() *GetMLExclusionsV1BadRequest

NewGetMLExclusionsV1BadRequest creates a GetMLExclusionsV1BadRequest with default headers values

func (*GetMLExclusionsV1BadRequest) Code added in v0.2.33

func (o *GetMLExclusionsV1BadRequest) Code() int

Code gets the status code for the get m l exclusions v1 bad request response

func (*GetMLExclusionsV1BadRequest) Error

func (*GetMLExclusionsV1BadRequest) GetPayload

func (*GetMLExclusionsV1BadRequest) IsClientError added in v0.2.27

func (o *GetMLExclusionsV1BadRequest) IsClientError() bool

IsClientError returns true when this get m l exclusions v1 bad request response has a 4xx status code

func (*GetMLExclusionsV1BadRequest) IsCode added in v0.2.27

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

IsCode returns true when this get m l exclusions v1 bad request response a status code equal to that given

func (*GetMLExclusionsV1BadRequest) IsRedirect added in v0.2.27

func (o *GetMLExclusionsV1BadRequest) IsRedirect() bool

IsRedirect returns true when this get m l exclusions v1 bad request response has a 3xx status code

func (*GetMLExclusionsV1BadRequest) IsServerError added in v0.2.27

func (o *GetMLExclusionsV1BadRequest) IsServerError() bool

IsServerError returns true when this get m l exclusions v1 bad request response has a 5xx status code

func (*GetMLExclusionsV1BadRequest) IsSuccess added in v0.2.27

func (o *GetMLExclusionsV1BadRequest) IsSuccess() bool

IsSuccess returns true when this get m l exclusions v1 bad request response has a 2xx status code

func (*GetMLExclusionsV1BadRequest) String added in v0.2.27

func (o *GetMLExclusionsV1BadRequest) String() string

type GetMLExclusionsV1Forbidden

type GetMLExclusionsV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

GetMLExclusionsV1Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetMLExclusionsV1Forbidden

func NewGetMLExclusionsV1Forbidden() *GetMLExclusionsV1Forbidden

NewGetMLExclusionsV1Forbidden creates a GetMLExclusionsV1Forbidden with default headers values

func (*GetMLExclusionsV1Forbidden) Code added in v0.2.33

func (o *GetMLExclusionsV1Forbidden) Code() int

Code gets the status code for the get m l exclusions v1 forbidden response

func (*GetMLExclusionsV1Forbidden) Error

func (*GetMLExclusionsV1Forbidden) GetPayload

func (*GetMLExclusionsV1Forbidden) IsClientError added in v0.2.27

func (o *GetMLExclusionsV1Forbidden) IsClientError() bool

IsClientError returns true when this get m l exclusions v1 forbidden response has a 4xx status code

func (*GetMLExclusionsV1Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this get m l exclusions v1 forbidden response a status code equal to that given

func (*GetMLExclusionsV1Forbidden) IsRedirect added in v0.2.27

func (o *GetMLExclusionsV1Forbidden) IsRedirect() bool

IsRedirect returns true when this get m l exclusions v1 forbidden response has a 3xx status code

func (*GetMLExclusionsV1Forbidden) IsServerError added in v0.2.27

func (o *GetMLExclusionsV1Forbidden) IsServerError() bool

IsServerError returns true when this get m l exclusions v1 forbidden response has a 5xx status code

func (*GetMLExclusionsV1Forbidden) IsSuccess added in v0.2.27

func (o *GetMLExclusionsV1Forbidden) IsSuccess() bool

IsSuccess returns true when this get m l exclusions v1 forbidden response has a 2xx status code

func (*GetMLExclusionsV1Forbidden) String added in v0.2.27

func (o *GetMLExclusionsV1Forbidden) String() string

type GetMLExclusionsV1InternalServerError

type GetMLExclusionsV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ExclusionsRespV1
}

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

Internal Server Error

func NewGetMLExclusionsV1InternalServerError

func NewGetMLExclusionsV1InternalServerError() *GetMLExclusionsV1InternalServerError

NewGetMLExclusionsV1InternalServerError creates a GetMLExclusionsV1InternalServerError with default headers values

func (*GetMLExclusionsV1InternalServerError) Code added in v0.2.33

Code gets the status code for the get m l exclusions v1 internal server error response

func (*GetMLExclusionsV1InternalServerError) Error

func (*GetMLExclusionsV1InternalServerError) GetPayload

func (*GetMLExclusionsV1InternalServerError) IsClientError added in v0.2.27

func (o *GetMLExclusionsV1InternalServerError) IsClientError() bool

IsClientError returns true when this get m l exclusions v1 internal server error response has a 4xx status code

func (*GetMLExclusionsV1InternalServerError) IsCode added in v0.2.27

IsCode returns true when this get m l exclusions v1 internal server error response a status code equal to that given

func (*GetMLExclusionsV1InternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get m l exclusions v1 internal server error response has a 3xx status code

func (*GetMLExclusionsV1InternalServerError) IsServerError added in v0.2.27

func (o *GetMLExclusionsV1InternalServerError) IsServerError() bool

IsServerError returns true when this get m l exclusions v1 internal server error response has a 5xx status code

func (*GetMLExclusionsV1InternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get m l exclusions v1 internal server error response has a 2xx status code

func (*GetMLExclusionsV1InternalServerError) String added in v0.2.27

type GetMLExclusionsV1OK

type GetMLExclusionsV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ExclusionsRespV1
}

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

OK

func NewGetMLExclusionsV1OK

func NewGetMLExclusionsV1OK() *GetMLExclusionsV1OK

NewGetMLExclusionsV1OK creates a GetMLExclusionsV1OK with default headers values

func (*GetMLExclusionsV1OK) Code added in v0.2.33

func (o *GetMLExclusionsV1OK) Code() int

Code gets the status code for the get m l exclusions v1 o k response

func (*GetMLExclusionsV1OK) Error

func (o *GetMLExclusionsV1OK) Error() string

func (*GetMLExclusionsV1OK) GetPayload

func (o *GetMLExclusionsV1OK) GetPayload() *models.ExclusionsRespV1

func (*GetMLExclusionsV1OK) IsClientError added in v0.2.27

func (o *GetMLExclusionsV1OK) IsClientError() bool

IsClientError returns true when this get m l exclusions v1 o k response has a 4xx status code

func (*GetMLExclusionsV1OK) IsCode added in v0.2.27

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

IsCode returns true when this get m l exclusions v1 o k response a status code equal to that given

func (*GetMLExclusionsV1OK) IsRedirect added in v0.2.27

func (o *GetMLExclusionsV1OK) IsRedirect() bool

IsRedirect returns true when this get m l exclusions v1 o k response has a 3xx status code

func (*GetMLExclusionsV1OK) IsServerError added in v0.2.27

func (o *GetMLExclusionsV1OK) IsServerError() bool

IsServerError returns true when this get m l exclusions v1 o k response has a 5xx status code

func (*GetMLExclusionsV1OK) IsSuccess added in v0.2.27

func (o *GetMLExclusionsV1OK) IsSuccess() bool

IsSuccess returns true when this get m l exclusions v1 o k response has a 2xx status code

func (*GetMLExclusionsV1OK) String added in v0.2.27

func (o *GetMLExclusionsV1OK) String() string

type GetMLExclusionsV1Params

type GetMLExclusionsV1Params struct {

	/* Ids.

	   The ids of the exclusions to retrieve
	*/
	Ids []string

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

GetMLExclusionsV1Params contains all the parameters to send to the API endpoint

for the get m l exclusions v1 operation.

Typically these are written to a http.Request.

func NewGetMLExclusionsV1Params

func NewGetMLExclusionsV1Params() *GetMLExclusionsV1Params

NewGetMLExclusionsV1Params creates a new GetMLExclusionsV1Params 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 NewGetMLExclusionsV1ParamsWithContext

func NewGetMLExclusionsV1ParamsWithContext(ctx context.Context) *GetMLExclusionsV1Params

NewGetMLExclusionsV1ParamsWithContext creates a new GetMLExclusionsV1Params object with the ability to set a context for a request.

func NewGetMLExclusionsV1ParamsWithHTTPClient

func NewGetMLExclusionsV1ParamsWithHTTPClient(client *http.Client) *GetMLExclusionsV1Params

NewGetMLExclusionsV1ParamsWithHTTPClient creates a new GetMLExclusionsV1Params object with the ability to set a custom HTTPClient for a request.

func NewGetMLExclusionsV1ParamsWithTimeout

func NewGetMLExclusionsV1ParamsWithTimeout(timeout time.Duration) *GetMLExclusionsV1Params

NewGetMLExclusionsV1ParamsWithTimeout creates a new GetMLExclusionsV1Params object with the ability to set a timeout on a request.

func (*GetMLExclusionsV1Params) SetContext

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

SetContext adds the context to the get m l exclusions v1 params

func (*GetMLExclusionsV1Params) SetDefaults

func (o *GetMLExclusionsV1Params) SetDefaults()

SetDefaults hydrates default values in the get m l exclusions v1 params (not the query body).

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

func (*GetMLExclusionsV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get m l exclusions v1 params

func (*GetMLExclusionsV1Params) SetIds

func (o *GetMLExclusionsV1Params) SetIds(ids []string)

SetIds adds the ids to the get m l exclusions v1 params

func (*GetMLExclusionsV1Params) SetTimeout

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

SetTimeout adds the timeout to the get m l exclusions v1 params

func (*GetMLExclusionsV1Params) WithContext

WithContext adds the context to the get m l exclusions v1 params

func (*GetMLExclusionsV1Params) WithDefaults

WithDefaults hydrates default values in the get m l exclusions v1 params (not the query body).

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

func (*GetMLExclusionsV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get m l exclusions v1 params

func (*GetMLExclusionsV1Params) WithIds

WithIds adds the ids to the get m l exclusions v1 params

func (*GetMLExclusionsV1Params) WithTimeout

WithTimeout adds the timeout to the get m l exclusions v1 params

func (*GetMLExclusionsV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetMLExclusionsV1Reader

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

GetMLExclusionsV1Reader is a Reader for the GetMLExclusionsV1 structure.

func (*GetMLExclusionsV1Reader) ReadResponse

func (o *GetMLExclusionsV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetMLExclusionsV1TooManyRequests

type GetMLExclusionsV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetMLExclusionsV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetMLExclusionsV1TooManyRequests

func NewGetMLExclusionsV1TooManyRequests() *GetMLExclusionsV1TooManyRequests

NewGetMLExclusionsV1TooManyRequests creates a GetMLExclusionsV1TooManyRequests with default headers values

func (*GetMLExclusionsV1TooManyRequests) Code added in v0.2.33

Code gets the status code for the get m l exclusions v1 too many requests response

func (*GetMLExclusionsV1TooManyRequests) Error

func (*GetMLExclusionsV1TooManyRequests) GetPayload

func (*GetMLExclusionsV1TooManyRequests) IsClientError added in v0.2.27

func (o *GetMLExclusionsV1TooManyRequests) IsClientError() bool

IsClientError returns true when this get m l exclusions v1 too many requests response has a 4xx status code

func (*GetMLExclusionsV1TooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this get m l exclusions v1 too many requests response a status code equal to that given

func (*GetMLExclusionsV1TooManyRequests) IsRedirect added in v0.2.27

func (o *GetMLExclusionsV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this get m l exclusions v1 too many requests response has a 3xx status code

func (*GetMLExclusionsV1TooManyRequests) IsServerError added in v0.2.27

func (o *GetMLExclusionsV1TooManyRequests) IsServerError() bool

IsServerError returns true when this get m l exclusions v1 too many requests response has a 5xx status code

func (*GetMLExclusionsV1TooManyRequests) IsSuccess added in v0.2.27

func (o *GetMLExclusionsV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this get m l exclusions v1 too many requests response has a 2xx status code

func (*GetMLExclusionsV1TooManyRequests) String added in v0.2.27

type QueryMLExclusionsV1BadRequest

type QueryMLExclusionsV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Bad Request

func NewQueryMLExclusionsV1BadRequest

func NewQueryMLExclusionsV1BadRequest() *QueryMLExclusionsV1BadRequest

NewQueryMLExclusionsV1BadRequest creates a QueryMLExclusionsV1BadRequest with default headers values

func (*QueryMLExclusionsV1BadRequest) Code added in v0.2.33

Code gets the status code for the query m l exclusions v1 bad request response

func (*QueryMLExclusionsV1BadRequest) Error

func (*QueryMLExclusionsV1BadRequest) GetPayload

func (*QueryMLExclusionsV1BadRequest) IsClientError added in v0.2.27

func (o *QueryMLExclusionsV1BadRequest) IsClientError() bool

IsClientError returns true when this query m l exclusions v1 bad request response has a 4xx status code

func (*QueryMLExclusionsV1BadRequest) IsCode added in v0.2.27

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

IsCode returns true when this query m l exclusions v1 bad request response a status code equal to that given

func (*QueryMLExclusionsV1BadRequest) IsRedirect added in v0.2.27

func (o *QueryMLExclusionsV1BadRequest) IsRedirect() bool

IsRedirect returns true when this query m l exclusions v1 bad request response has a 3xx status code

func (*QueryMLExclusionsV1BadRequest) IsServerError added in v0.2.27

func (o *QueryMLExclusionsV1BadRequest) IsServerError() bool

IsServerError returns true when this query m l exclusions v1 bad request response has a 5xx status code

func (*QueryMLExclusionsV1BadRequest) IsSuccess added in v0.2.27

func (o *QueryMLExclusionsV1BadRequest) IsSuccess() bool

IsSuccess returns true when this query m l exclusions v1 bad request response has a 2xx status code

func (*QueryMLExclusionsV1BadRequest) String added in v0.2.27

type QueryMLExclusionsV1Forbidden

type QueryMLExclusionsV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

QueryMLExclusionsV1Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryMLExclusionsV1Forbidden

func NewQueryMLExclusionsV1Forbidden() *QueryMLExclusionsV1Forbidden

NewQueryMLExclusionsV1Forbidden creates a QueryMLExclusionsV1Forbidden with default headers values

func (*QueryMLExclusionsV1Forbidden) Code added in v0.2.33

Code gets the status code for the query m l exclusions v1 forbidden response

func (*QueryMLExclusionsV1Forbidden) Error

func (*QueryMLExclusionsV1Forbidden) GetPayload

func (*QueryMLExclusionsV1Forbidden) IsClientError added in v0.2.27

func (o *QueryMLExclusionsV1Forbidden) IsClientError() bool

IsClientError returns true when this query m l exclusions v1 forbidden response has a 4xx status code

func (*QueryMLExclusionsV1Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this query m l exclusions v1 forbidden response a status code equal to that given

func (*QueryMLExclusionsV1Forbidden) IsRedirect added in v0.2.27

func (o *QueryMLExclusionsV1Forbidden) IsRedirect() bool

IsRedirect returns true when this query m l exclusions v1 forbidden response has a 3xx status code

func (*QueryMLExclusionsV1Forbidden) IsServerError added in v0.2.27

func (o *QueryMLExclusionsV1Forbidden) IsServerError() bool

IsServerError returns true when this query m l exclusions v1 forbidden response has a 5xx status code

func (*QueryMLExclusionsV1Forbidden) IsSuccess added in v0.2.27

func (o *QueryMLExclusionsV1Forbidden) IsSuccess() bool

IsSuccess returns true when this query m l exclusions v1 forbidden response has a 2xx status code

func (*QueryMLExclusionsV1Forbidden) String added in v0.2.27

type QueryMLExclusionsV1InternalServerError

type QueryMLExclusionsV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Internal Server Error

func NewQueryMLExclusionsV1InternalServerError

func NewQueryMLExclusionsV1InternalServerError() *QueryMLExclusionsV1InternalServerError

NewQueryMLExclusionsV1InternalServerError creates a QueryMLExclusionsV1InternalServerError with default headers values

func (*QueryMLExclusionsV1InternalServerError) Code added in v0.2.33

Code gets the status code for the query m l exclusions v1 internal server error response

func (*QueryMLExclusionsV1InternalServerError) Error

func (*QueryMLExclusionsV1InternalServerError) GetPayload

func (*QueryMLExclusionsV1InternalServerError) IsClientError added in v0.2.27

func (o *QueryMLExclusionsV1InternalServerError) IsClientError() bool

IsClientError returns true when this query m l exclusions v1 internal server error response has a 4xx status code

func (*QueryMLExclusionsV1InternalServerError) IsCode added in v0.2.27

IsCode returns true when this query m l exclusions v1 internal server error response a status code equal to that given

func (*QueryMLExclusionsV1InternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query m l exclusions v1 internal server error response has a 3xx status code

func (*QueryMLExclusionsV1InternalServerError) IsServerError added in v0.2.27

func (o *QueryMLExclusionsV1InternalServerError) IsServerError() bool

IsServerError returns true when this query m l exclusions v1 internal server error response has a 5xx status code

func (*QueryMLExclusionsV1InternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query m l exclusions v1 internal server error response has a 2xx status code

func (*QueryMLExclusionsV1InternalServerError) String added in v0.2.27

type QueryMLExclusionsV1OK

type QueryMLExclusionsV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

OK

func NewQueryMLExclusionsV1OK

func NewQueryMLExclusionsV1OK() *QueryMLExclusionsV1OK

NewQueryMLExclusionsV1OK creates a QueryMLExclusionsV1OK with default headers values

func (*QueryMLExclusionsV1OK) Code added in v0.2.33

func (o *QueryMLExclusionsV1OK) Code() int

Code gets the status code for the query m l exclusions v1 o k response

func (*QueryMLExclusionsV1OK) Error

func (o *QueryMLExclusionsV1OK) Error() string

func (*QueryMLExclusionsV1OK) GetPayload

func (*QueryMLExclusionsV1OK) IsClientError added in v0.2.27

func (o *QueryMLExclusionsV1OK) IsClientError() bool

IsClientError returns true when this query m l exclusions v1 o k response has a 4xx status code

func (*QueryMLExclusionsV1OK) IsCode added in v0.2.27

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

IsCode returns true when this query m l exclusions v1 o k response a status code equal to that given

func (*QueryMLExclusionsV1OK) IsRedirect added in v0.2.27

func (o *QueryMLExclusionsV1OK) IsRedirect() bool

IsRedirect returns true when this query m l exclusions v1 o k response has a 3xx status code

func (*QueryMLExclusionsV1OK) IsServerError added in v0.2.27

func (o *QueryMLExclusionsV1OK) IsServerError() bool

IsServerError returns true when this query m l exclusions v1 o k response has a 5xx status code

func (*QueryMLExclusionsV1OK) IsSuccess added in v0.2.27

func (o *QueryMLExclusionsV1OK) IsSuccess() bool

IsSuccess returns true when this query m l exclusions v1 o k response has a 2xx status code

func (*QueryMLExclusionsV1OK) String added in v0.2.27

func (o *QueryMLExclusionsV1OK) String() string

type QueryMLExclusionsV1Params

type QueryMLExclusionsV1Params struct {

	/* Filter.

	   The filter expression that should be used to limit the results.
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-500]
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* Sort.

	   The sort expression that should be used to sort the results.
	*/
	Sort *string

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

QueryMLExclusionsV1Params contains all the parameters to send to the API endpoint

for the query m l exclusions v1 operation.

Typically these are written to a http.Request.

func NewQueryMLExclusionsV1Params

func NewQueryMLExclusionsV1Params() *QueryMLExclusionsV1Params

NewQueryMLExclusionsV1Params creates a new QueryMLExclusionsV1Params 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 NewQueryMLExclusionsV1ParamsWithContext

func NewQueryMLExclusionsV1ParamsWithContext(ctx context.Context) *QueryMLExclusionsV1Params

NewQueryMLExclusionsV1ParamsWithContext creates a new QueryMLExclusionsV1Params object with the ability to set a context for a request.

func NewQueryMLExclusionsV1ParamsWithHTTPClient

func NewQueryMLExclusionsV1ParamsWithHTTPClient(client *http.Client) *QueryMLExclusionsV1Params

NewQueryMLExclusionsV1ParamsWithHTTPClient creates a new QueryMLExclusionsV1Params object with the ability to set a custom HTTPClient for a request.

func NewQueryMLExclusionsV1ParamsWithTimeout

func NewQueryMLExclusionsV1ParamsWithTimeout(timeout time.Duration) *QueryMLExclusionsV1Params

NewQueryMLExclusionsV1ParamsWithTimeout creates a new QueryMLExclusionsV1Params object with the ability to set a timeout on a request.

func (*QueryMLExclusionsV1Params) SetContext

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

SetContext adds the context to the query m l exclusions v1 params

func (*QueryMLExclusionsV1Params) SetDefaults

func (o *QueryMLExclusionsV1Params) SetDefaults()

SetDefaults hydrates default values in the query m l exclusions v1 params (not the query body).

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

func (*QueryMLExclusionsV1Params) SetFilter

func (o *QueryMLExclusionsV1Params) SetFilter(filter *string)

SetFilter adds the filter to the query m l exclusions v1 params

func (*QueryMLExclusionsV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query m l exclusions v1 params

func (*QueryMLExclusionsV1Params) SetLimit

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

SetLimit adds the limit to the query m l exclusions v1 params

func (*QueryMLExclusionsV1Params) SetOffset

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

SetOffset adds the offset to the query m l exclusions v1 params

func (*QueryMLExclusionsV1Params) SetSort

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

SetSort adds the sort to the query m l exclusions v1 params

func (*QueryMLExclusionsV1Params) SetTimeout

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

SetTimeout adds the timeout to the query m l exclusions v1 params

func (*QueryMLExclusionsV1Params) WithContext

WithContext adds the context to the query m l exclusions v1 params

func (*QueryMLExclusionsV1Params) WithDefaults

WithDefaults hydrates default values in the query m l exclusions v1 params (not the query body).

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

func (*QueryMLExclusionsV1Params) WithFilter

WithFilter adds the filter to the query m l exclusions v1 params

func (*QueryMLExclusionsV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the query m l exclusions v1 params

func (*QueryMLExclusionsV1Params) WithLimit

WithLimit adds the limit to the query m l exclusions v1 params

func (*QueryMLExclusionsV1Params) WithOffset

WithOffset adds the offset to the query m l exclusions v1 params

func (*QueryMLExclusionsV1Params) WithSort

WithSort adds the sort to the query m l exclusions v1 params

func (*QueryMLExclusionsV1Params) WithTimeout

WithTimeout adds the timeout to the query m l exclusions v1 params

func (*QueryMLExclusionsV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryMLExclusionsV1Reader

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

QueryMLExclusionsV1Reader is a Reader for the QueryMLExclusionsV1 structure.

func (*QueryMLExclusionsV1Reader) ReadResponse

func (o *QueryMLExclusionsV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type QueryMLExclusionsV1TooManyRequests

type QueryMLExclusionsV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

QueryMLExclusionsV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryMLExclusionsV1TooManyRequests

func NewQueryMLExclusionsV1TooManyRequests() *QueryMLExclusionsV1TooManyRequests

NewQueryMLExclusionsV1TooManyRequests creates a QueryMLExclusionsV1TooManyRequests with default headers values

func (*QueryMLExclusionsV1TooManyRequests) Code added in v0.2.33

Code gets the status code for the query m l exclusions v1 too many requests response

func (*QueryMLExclusionsV1TooManyRequests) Error

func (*QueryMLExclusionsV1TooManyRequests) GetPayload

func (*QueryMLExclusionsV1TooManyRequests) IsClientError added in v0.2.27

func (o *QueryMLExclusionsV1TooManyRequests) IsClientError() bool

IsClientError returns true when this query m l exclusions v1 too many requests response has a 4xx status code

func (*QueryMLExclusionsV1TooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query m l exclusions v1 too many requests response a status code equal to that given

func (*QueryMLExclusionsV1TooManyRequests) IsRedirect added in v0.2.27

func (o *QueryMLExclusionsV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this query m l exclusions v1 too many requests response has a 3xx status code

func (*QueryMLExclusionsV1TooManyRequests) IsServerError added in v0.2.27

func (o *QueryMLExclusionsV1TooManyRequests) IsServerError() bool

IsServerError returns true when this query m l exclusions v1 too many requests response has a 5xx status code

func (*QueryMLExclusionsV1TooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query m l exclusions v1 too many requests response has a 2xx status code

func (*QueryMLExclusionsV1TooManyRequests) String added in v0.2.27

type UpdateMLExclusionsV1BadRequest

type UpdateMLExclusionsV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ExclusionsRespV1
}

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

Bad Request

func NewUpdateMLExclusionsV1BadRequest

func NewUpdateMLExclusionsV1BadRequest() *UpdateMLExclusionsV1BadRequest

NewUpdateMLExclusionsV1BadRequest creates a UpdateMLExclusionsV1BadRequest with default headers values

func (*UpdateMLExclusionsV1BadRequest) Code added in v0.2.33

Code gets the status code for the update m l exclusions v1 bad request response

func (*UpdateMLExclusionsV1BadRequest) Error

func (*UpdateMLExclusionsV1BadRequest) GetPayload

func (*UpdateMLExclusionsV1BadRequest) IsClientError added in v0.2.27

func (o *UpdateMLExclusionsV1BadRequest) IsClientError() bool

IsClientError returns true when this update m l exclusions v1 bad request response has a 4xx status code

func (*UpdateMLExclusionsV1BadRequest) IsCode added in v0.2.27

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

IsCode returns true when this update m l exclusions v1 bad request response a status code equal to that given

func (*UpdateMLExclusionsV1BadRequest) IsRedirect added in v0.2.27

func (o *UpdateMLExclusionsV1BadRequest) IsRedirect() bool

IsRedirect returns true when this update m l exclusions v1 bad request response has a 3xx status code

func (*UpdateMLExclusionsV1BadRequest) IsServerError added in v0.2.27

func (o *UpdateMLExclusionsV1BadRequest) IsServerError() bool

IsServerError returns true when this update m l exclusions v1 bad request response has a 5xx status code

func (*UpdateMLExclusionsV1BadRequest) IsSuccess added in v0.2.27

func (o *UpdateMLExclusionsV1BadRequest) IsSuccess() bool

IsSuccess returns true when this update m l exclusions v1 bad request response has a 2xx status code

func (*UpdateMLExclusionsV1BadRequest) String added in v0.2.27

type UpdateMLExclusionsV1Forbidden

type UpdateMLExclusionsV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

UpdateMLExclusionsV1Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateMLExclusionsV1Forbidden

func NewUpdateMLExclusionsV1Forbidden() *UpdateMLExclusionsV1Forbidden

NewUpdateMLExclusionsV1Forbidden creates a UpdateMLExclusionsV1Forbidden with default headers values

func (*UpdateMLExclusionsV1Forbidden) Code added in v0.2.33

Code gets the status code for the update m l exclusions v1 forbidden response

func (*UpdateMLExclusionsV1Forbidden) Error

func (*UpdateMLExclusionsV1Forbidden) GetPayload

func (*UpdateMLExclusionsV1Forbidden) IsClientError added in v0.2.27

func (o *UpdateMLExclusionsV1Forbidden) IsClientError() bool

IsClientError returns true when this update m l exclusions v1 forbidden response has a 4xx status code

func (*UpdateMLExclusionsV1Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this update m l exclusions v1 forbidden response a status code equal to that given

func (*UpdateMLExclusionsV1Forbidden) IsRedirect added in v0.2.27

func (o *UpdateMLExclusionsV1Forbidden) IsRedirect() bool

IsRedirect returns true when this update m l exclusions v1 forbidden response has a 3xx status code

func (*UpdateMLExclusionsV1Forbidden) IsServerError added in v0.2.27

func (o *UpdateMLExclusionsV1Forbidden) IsServerError() bool

IsServerError returns true when this update m l exclusions v1 forbidden response has a 5xx status code

func (*UpdateMLExclusionsV1Forbidden) IsSuccess added in v0.2.27

func (o *UpdateMLExclusionsV1Forbidden) IsSuccess() bool

IsSuccess returns true when this update m l exclusions v1 forbidden response has a 2xx status code

func (*UpdateMLExclusionsV1Forbidden) String added in v0.2.27

type UpdateMLExclusionsV1InternalServerError

type UpdateMLExclusionsV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ExclusionsRespV1
}

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

Internal Server Error

func NewUpdateMLExclusionsV1InternalServerError

func NewUpdateMLExclusionsV1InternalServerError() *UpdateMLExclusionsV1InternalServerError

NewUpdateMLExclusionsV1InternalServerError creates a UpdateMLExclusionsV1InternalServerError with default headers values

func (*UpdateMLExclusionsV1InternalServerError) Code added in v0.2.33

Code gets the status code for the update m l exclusions v1 internal server error response

func (*UpdateMLExclusionsV1InternalServerError) Error

func (*UpdateMLExclusionsV1InternalServerError) GetPayload

func (*UpdateMLExclusionsV1InternalServerError) IsClientError added in v0.2.27

func (o *UpdateMLExclusionsV1InternalServerError) IsClientError() bool

IsClientError returns true when this update m l exclusions v1 internal server error response has a 4xx status code

func (*UpdateMLExclusionsV1InternalServerError) IsCode added in v0.2.27

IsCode returns true when this update m l exclusions v1 internal server error response a status code equal to that given

func (*UpdateMLExclusionsV1InternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this update m l exclusions v1 internal server error response has a 3xx status code

func (*UpdateMLExclusionsV1InternalServerError) IsServerError added in v0.2.27

func (o *UpdateMLExclusionsV1InternalServerError) IsServerError() bool

IsServerError returns true when this update m l exclusions v1 internal server error response has a 5xx status code

func (*UpdateMLExclusionsV1InternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this update m l exclusions v1 internal server error response has a 2xx status code

func (*UpdateMLExclusionsV1InternalServerError) String added in v0.2.27

type UpdateMLExclusionsV1OK

type UpdateMLExclusionsV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ExclusionsRespV1
}

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

OK

func NewUpdateMLExclusionsV1OK

func NewUpdateMLExclusionsV1OK() *UpdateMLExclusionsV1OK

NewUpdateMLExclusionsV1OK creates a UpdateMLExclusionsV1OK with default headers values

func (*UpdateMLExclusionsV1OK) Code added in v0.2.33

func (o *UpdateMLExclusionsV1OK) Code() int

Code gets the status code for the update m l exclusions v1 o k response

func (*UpdateMLExclusionsV1OK) Error

func (o *UpdateMLExclusionsV1OK) Error() string

func (*UpdateMLExclusionsV1OK) GetPayload

func (*UpdateMLExclusionsV1OK) IsClientError added in v0.2.27

func (o *UpdateMLExclusionsV1OK) IsClientError() bool

IsClientError returns true when this update m l exclusions v1 o k response has a 4xx status code

func (*UpdateMLExclusionsV1OK) IsCode added in v0.2.27

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

IsCode returns true when this update m l exclusions v1 o k response a status code equal to that given

func (*UpdateMLExclusionsV1OK) IsRedirect added in v0.2.27

func (o *UpdateMLExclusionsV1OK) IsRedirect() bool

IsRedirect returns true when this update m l exclusions v1 o k response has a 3xx status code

func (*UpdateMLExclusionsV1OK) IsServerError added in v0.2.27

func (o *UpdateMLExclusionsV1OK) IsServerError() bool

IsServerError returns true when this update m l exclusions v1 o k response has a 5xx status code

func (*UpdateMLExclusionsV1OK) IsSuccess added in v0.2.27

func (o *UpdateMLExclusionsV1OK) IsSuccess() bool

IsSuccess returns true when this update m l exclusions v1 o k response has a 2xx status code

func (*UpdateMLExclusionsV1OK) String added in v0.2.27

func (o *UpdateMLExclusionsV1OK) String() string

type UpdateMLExclusionsV1Params

type UpdateMLExclusionsV1Params struct {

	// Body.
	Body *models.SvExclusionsUpdateReqV1

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

UpdateMLExclusionsV1Params contains all the parameters to send to the API endpoint

for the update m l exclusions v1 operation.

Typically these are written to a http.Request.

func NewUpdateMLExclusionsV1Params

func NewUpdateMLExclusionsV1Params() *UpdateMLExclusionsV1Params

NewUpdateMLExclusionsV1Params creates a new UpdateMLExclusionsV1Params 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 NewUpdateMLExclusionsV1ParamsWithContext

func NewUpdateMLExclusionsV1ParamsWithContext(ctx context.Context) *UpdateMLExclusionsV1Params

NewUpdateMLExclusionsV1ParamsWithContext creates a new UpdateMLExclusionsV1Params object with the ability to set a context for a request.

func NewUpdateMLExclusionsV1ParamsWithHTTPClient

func NewUpdateMLExclusionsV1ParamsWithHTTPClient(client *http.Client) *UpdateMLExclusionsV1Params

NewUpdateMLExclusionsV1ParamsWithHTTPClient creates a new UpdateMLExclusionsV1Params object with the ability to set a custom HTTPClient for a request.

func NewUpdateMLExclusionsV1ParamsWithTimeout

func NewUpdateMLExclusionsV1ParamsWithTimeout(timeout time.Duration) *UpdateMLExclusionsV1Params

NewUpdateMLExclusionsV1ParamsWithTimeout creates a new UpdateMLExclusionsV1Params object with the ability to set a timeout on a request.

func (*UpdateMLExclusionsV1Params) SetBody

SetBody adds the body to the update m l exclusions v1 params

func (*UpdateMLExclusionsV1Params) SetContext

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

SetContext adds the context to the update m l exclusions v1 params

func (*UpdateMLExclusionsV1Params) SetDefaults

func (o *UpdateMLExclusionsV1Params) SetDefaults()

SetDefaults hydrates default values in the update m l exclusions v1 params (not the query body).

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

func (*UpdateMLExclusionsV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update m l exclusions v1 params

func (*UpdateMLExclusionsV1Params) SetTimeout

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

SetTimeout adds the timeout to the update m l exclusions v1 params

func (*UpdateMLExclusionsV1Params) WithBody

WithBody adds the body to the update m l exclusions v1 params

func (*UpdateMLExclusionsV1Params) WithContext

WithContext adds the context to the update m l exclusions v1 params

func (*UpdateMLExclusionsV1Params) WithDefaults

WithDefaults hydrates default values in the update m l exclusions v1 params (not the query body).

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

func (*UpdateMLExclusionsV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update m l exclusions v1 params

func (*UpdateMLExclusionsV1Params) WithTimeout

WithTimeout adds the timeout to the update m l exclusions v1 params

func (*UpdateMLExclusionsV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateMLExclusionsV1Reader

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

UpdateMLExclusionsV1Reader is a Reader for the UpdateMLExclusionsV1 structure.

func (*UpdateMLExclusionsV1Reader) ReadResponse

func (o *UpdateMLExclusionsV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateMLExclusionsV1TooManyRequests

type UpdateMLExclusionsV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

UpdateMLExclusionsV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdateMLExclusionsV1TooManyRequests

func NewUpdateMLExclusionsV1TooManyRequests() *UpdateMLExclusionsV1TooManyRequests

NewUpdateMLExclusionsV1TooManyRequests creates a UpdateMLExclusionsV1TooManyRequests with default headers values

func (*UpdateMLExclusionsV1TooManyRequests) Code added in v0.2.33

Code gets the status code for the update m l exclusions v1 too many requests response

func (*UpdateMLExclusionsV1TooManyRequests) Error

func (*UpdateMLExclusionsV1TooManyRequests) GetPayload

func (*UpdateMLExclusionsV1TooManyRequests) IsClientError added in v0.2.27

func (o *UpdateMLExclusionsV1TooManyRequests) IsClientError() bool

IsClientError returns true when this update m l exclusions v1 too many requests response has a 4xx status code

func (*UpdateMLExclusionsV1TooManyRequests) IsCode added in v0.2.27

IsCode returns true when this update m l exclusions v1 too many requests response a status code equal to that given

func (*UpdateMLExclusionsV1TooManyRequests) IsRedirect added in v0.2.27

func (o *UpdateMLExclusionsV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this update m l exclusions v1 too many requests response has a 3xx status code

func (*UpdateMLExclusionsV1TooManyRequests) IsServerError added in v0.2.27

func (o *UpdateMLExclusionsV1TooManyRequests) IsServerError() bool

IsServerError returns true when this update m l exclusions v1 too many requests response has a 5xx status code

func (*UpdateMLExclusionsV1TooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this update m l exclusions v1 too many requests response has a 2xx status code

func (*UpdateMLExclusionsV1TooManyRequests) String added in v0.2.27

Jump to

Keyboard shortcuts

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