Versions in this module Expand all Collapse all v1 v1.0.0 Sep 27, 2024 Changes in this version + type Client struct + func (a *Client) CreateMLExclusionsV1(params *CreateMLExclusionsV1Params, opts ...ClientOption) (*CreateMLExclusionsV1OK, error) + func (a *Client) DeleteMLExclusionsV1(params *DeleteMLExclusionsV1Params, opts ...ClientOption) (*DeleteMLExclusionsV1OK, error) + func (a *Client) GetMLExclusionsV1(params *GetMLExclusionsV1Params, opts ...ClientOption) (*GetMLExclusionsV1OK, error) + func (a *Client) QueryMLExclusionsV1(params *QueryMLExclusionsV1Params, opts ...ClientOption) (*QueryMLExclusionsV1OK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateMLExclusionsV1(params *UpdateMLExclusionsV1Params, opts ...ClientOption) (*UpdateMLExclusionsV1OK, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + CreateMLExclusionsV1 func(params *CreateMLExclusionsV1Params, opts ...ClientOption) (*CreateMLExclusionsV1OK, error) + DeleteMLExclusionsV1 func(params *DeleteMLExclusionsV1Params, opts ...ClientOption) (*DeleteMLExclusionsV1OK, error) + GetMLExclusionsV1 func(params *GetMLExclusionsV1Params, opts ...ClientOption) (*GetMLExclusionsV1OK, error) + QueryMLExclusionsV1 func(params *QueryMLExclusionsV1Params, opts ...ClientOption) (*QueryMLExclusionsV1OK, error) + SetTransport func(transport runtime.ClientTransport) + UpdateMLExclusionsV1 func(params *UpdateMLExclusionsV1Params, opts ...ClientOption) (*UpdateMLExclusionsV1OK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CreateMLExclusionsV1BadRequest struct + Payload *models.ExclusionsRespV1 + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewCreateMLExclusionsV1BadRequest() *CreateMLExclusionsV1BadRequest + func (o *CreateMLExclusionsV1BadRequest) Code() int + func (o *CreateMLExclusionsV1BadRequest) Error() string + func (o *CreateMLExclusionsV1BadRequest) GetPayload() *models.ExclusionsRespV1 + func (o *CreateMLExclusionsV1BadRequest) IsClientError() bool + func (o *CreateMLExclusionsV1BadRequest) IsCode(code int) bool + func (o *CreateMLExclusionsV1BadRequest) IsRedirect() bool + func (o *CreateMLExclusionsV1BadRequest) IsServerError() bool + func (o *CreateMLExclusionsV1BadRequest) IsSuccess() bool + func (o *CreateMLExclusionsV1BadRequest) String() string + type CreateMLExclusionsV1Forbidden struct + Payload *models.MsaErrorsOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewCreateMLExclusionsV1Forbidden() *CreateMLExclusionsV1Forbidden + func (o *CreateMLExclusionsV1Forbidden) Code() int + func (o *CreateMLExclusionsV1Forbidden) Error() string + func (o *CreateMLExclusionsV1Forbidden) GetPayload() *models.MsaErrorsOnly + func (o *CreateMLExclusionsV1Forbidden) IsClientError() bool + func (o *CreateMLExclusionsV1Forbidden) IsCode(code int) bool + func (o *CreateMLExclusionsV1Forbidden) IsRedirect() bool + func (o *CreateMLExclusionsV1Forbidden) IsServerError() bool + func (o *CreateMLExclusionsV1Forbidden) IsSuccess() bool + func (o *CreateMLExclusionsV1Forbidden) String() string + type CreateMLExclusionsV1InternalServerError struct + Payload *models.ExclusionsRespV1 + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewCreateMLExclusionsV1InternalServerError() *CreateMLExclusionsV1InternalServerError + func (o *CreateMLExclusionsV1InternalServerError) Code() int + func (o *CreateMLExclusionsV1InternalServerError) Error() string + func (o *CreateMLExclusionsV1InternalServerError) GetPayload() *models.ExclusionsRespV1 + func (o *CreateMLExclusionsV1InternalServerError) IsClientError() bool + func (o *CreateMLExclusionsV1InternalServerError) IsCode(code int) bool + func (o *CreateMLExclusionsV1InternalServerError) IsRedirect() bool + func (o *CreateMLExclusionsV1InternalServerError) IsServerError() bool + func (o *CreateMLExclusionsV1InternalServerError) IsSuccess() bool + func (o *CreateMLExclusionsV1InternalServerError) String() string + type CreateMLExclusionsV1OK struct + Payload *models.ExclusionsRespV1 + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewCreateMLExclusionsV1OK() *CreateMLExclusionsV1OK + func (o *CreateMLExclusionsV1OK) Code() int + func (o *CreateMLExclusionsV1OK) Error() string + func (o *CreateMLExclusionsV1OK) GetPayload() *models.ExclusionsRespV1 + func (o *CreateMLExclusionsV1OK) IsClientError() bool + func (o *CreateMLExclusionsV1OK) IsCode(code int) bool + func (o *CreateMLExclusionsV1OK) IsRedirect() bool + func (o *CreateMLExclusionsV1OK) IsServerError() bool + func (o *CreateMLExclusionsV1OK) IsSuccess() bool + func (o *CreateMLExclusionsV1OK) String() string + type CreateMLExclusionsV1Params struct + Body *models.ExclusionsCreateReqV1 + Context context.Context + HTTPClient *http.Client + func NewCreateMLExclusionsV1Params() *CreateMLExclusionsV1Params + func NewCreateMLExclusionsV1ParamsWithContext(ctx context.Context) *CreateMLExclusionsV1Params + func NewCreateMLExclusionsV1ParamsWithHTTPClient(client *http.Client) *CreateMLExclusionsV1Params + func NewCreateMLExclusionsV1ParamsWithTimeout(timeout time.Duration) *CreateMLExclusionsV1Params + func (o *CreateMLExclusionsV1Params) SetBody(body *models.ExclusionsCreateReqV1) + func (o *CreateMLExclusionsV1Params) SetContext(ctx context.Context) + func (o *CreateMLExclusionsV1Params) SetDefaults() + func (o *CreateMLExclusionsV1Params) SetHTTPClient(client *http.Client) + func (o *CreateMLExclusionsV1Params) SetTimeout(timeout time.Duration) + func (o *CreateMLExclusionsV1Params) WithBody(body *models.ExclusionsCreateReqV1) *CreateMLExclusionsV1Params + func (o *CreateMLExclusionsV1Params) WithContext(ctx context.Context) *CreateMLExclusionsV1Params + func (o *CreateMLExclusionsV1Params) WithDefaults() *CreateMLExclusionsV1Params + func (o *CreateMLExclusionsV1Params) WithHTTPClient(client *http.Client) *CreateMLExclusionsV1Params + func (o *CreateMLExclusionsV1Params) WithTimeout(timeout time.Duration) *CreateMLExclusionsV1Params + func (o *CreateMLExclusionsV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateMLExclusionsV1Reader struct + func (o *CreateMLExclusionsV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateMLExclusionsV1TooManyRequests struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + XRateLimitRetryAfter int64 + func NewCreateMLExclusionsV1TooManyRequests() *CreateMLExclusionsV1TooManyRequests + func (o *CreateMLExclusionsV1TooManyRequests) Code() int + func (o *CreateMLExclusionsV1TooManyRequests) Error() string + func (o *CreateMLExclusionsV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly + func (o *CreateMLExclusionsV1TooManyRequests) IsClientError() bool + func (o *CreateMLExclusionsV1TooManyRequests) IsCode(code int) bool + func (o *CreateMLExclusionsV1TooManyRequests) IsRedirect() bool + func (o *CreateMLExclusionsV1TooManyRequests) IsServerError() bool + func (o *CreateMLExclusionsV1TooManyRequests) IsSuccess() bool + func (o *CreateMLExclusionsV1TooManyRequests) String() string + type DeleteMLExclusionsV1BadRequest struct + Payload *models.ExclusionsRespV1 + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewDeleteMLExclusionsV1BadRequest() *DeleteMLExclusionsV1BadRequest + func (o *DeleteMLExclusionsV1BadRequest) Code() int + func (o *DeleteMLExclusionsV1BadRequest) Error() string + func (o *DeleteMLExclusionsV1BadRequest) GetPayload() *models.ExclusionsRespV1 + func (o *DeleteMLExclusionsV1BadRequest) IsClientError() bool + func (o *DeleteMLExclusionsV1BadRequest) IsCode(code int) bool + func (o *DeleteMLExclusionsV1BadRequest) IsRedirect() bool + func (o *DeleteMLExclusionsV1BadRequest) IsServerError() bool + func (o *DeleteMLExclusionsV1BadRequest) IsSuccess() bool + func (o *DeleteMLExclusionsV1BadRequest) String() string + type DeleteMLExclusionsV1Forbidden struct + Payload *models.MsaErrorsOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewDeleteMLExclusionsV1Forbidden() *DeleteMLExclusionsV1Forbidden + func (o *DeleteMLExclusionsV1Forbidden) Code() int + func (o *DeleteMLExclusionsV1Forbidden) Error() string + func (o *DeleteMLExclusionsV1Forbidden) GetPayload() *models.MsaErrorsOnly + func (o *DeleteMLExclusionsV1Forbidden) IsClientError() bool + func (o *DeleteMLExclusionsV1Forbidden) IsCode(code int) bool + func (o *DeleteMLExclusionsV1Forbidden) IsRedirect() bool + func (o *DeleteMLExclusionsV1Forbidden) IsServerError() bool + func (o *DeleteMLExclusionsV1Forbidden) IsSuccess() bool + func (o *DeleteMLExclusionsV1Forbidden) String() string + type DeleteMLExclusionsV1InternalServerError struct + Payload *models.ExclusionsRespV1 + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewDeleteMLExclusionsV1InternalServerError() *DeleteMLExclusionsV1InternalServerError + func (o *DeleteMLExclusionsV1InternalServerError) Code() int + func (o *DeleteMLExclusionsV1InternalServerError) Error() string + func (o *DeleteMLExclusionsV1InternalServerError) GetPayload() *models.ExclusionsRespV1 + func (o *DeleteMLExclusionsV1InternalServerError) IsClientError() bool + func (o *DeleteMLExclusionsV1InternalServerError) IsCode(code int) bool + func (o *DeleteMLExclusionsV1InternalServerError) IsRedirect() bool + func (o *DeleteMLExclusionsV1InternalServerError) IsServerError() bool + func (o *DeleteMLExclusionsV1InternalServerError) IsSuccess() bool + func (o *DeleteMLExclusionsV1InternalServerError) String() string + type DeleteMLExclusionsV1OK struct + Payload *models.ExclusionsRespV1 + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewDeleteMLExclusionsV1OK() *DeleteMLExclusionsV1OK + func (o *DeleteMLExclusionsV1OK) Code() int + func (o *DeleteMLExclusionsV1OK) Error() string + func (o *DeleteMLExclusionsV1OK) GetPayload() *models.ExclusionsRespV1 + func (o *DeleteMLExclusionsV1OK) IsClientError() bool + func (o *DeleteMLExclusionsV1OK) IsCode(code int) bool + func (o *DeleteMLExclusionsV1OK) IsRedirect() bool + func (o *DeleteMLExclusionsV1OK) IsServerError() bool + func (o *DeleteMLExclusionsV1OK) IsSuccess() bool + func (o *DeleteMLExclusionsV1OK) String() string + type DeleteMLExclusionsV1Params struct + Comment *string + Context context.Context + HTTPClient *http.Client + Ids []string + func NewDeleteMLExclusionsV1Params() *DeleteMLExclusionsV1Params + func NewDeleteMLExclusionsV1ParamsWithContext(ctx context.Context) *DeleteMLExclusionsV1Params + func NewDeleteMLExclusionsV1ParamsWithHTTPClient(client *http.Client) *DeleteMLExclusionsV1Params + func NewDeleteMLExclusionsV1ParamsWithTimeout(timeout time.Duration) *DeleteMLExclusionsV1Params + func (o *DeleteMLExclusionsV1Params) SetComment(comment *string) + func (o *DeleteMLExclusionsV1Params) SetContext(ctx context.Context) + func (o *DeleteMLExclusionsV1Params) SetDefaults() + func (o *DeleteMLExclusionsV1Params) SetHTTPClient(client *http.Client) + func (o *DeleteMLExclusionsV1Params) SetIds(ids []string) + func (o *DeleteMLExclusionsV1Params) SetTimeout(timeout time.Duration) + func (o *DeleteMLExclusionsV1Params) WithComment(comment *string) *DeleteMLExclusionsV1Params + func (o *DeleteMLExclusionsV1Params) WithContext(ctx context.Context) *DeleteMLExclusionsV1Params + func (o *DeleteMLExclusionsV1Params) WithDefaults() *DeleteMLExclusionsV1Params + func (o *DeleteMLExclusionsV1Params) WithHTTPClient(client *http.Client) *DeleteMLExclusionsV1Params + func (o *DeleteMLExclusionsV1Params) WithIds(ids []string) *DeleteMLExclusionsV1Params + func (o *DeleteMLExclusionsV1Params) WithTimeout(timeout time.Duration) *DeleteMLExclusionsV1Params + func (o *DeleteMLExclusionsV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteMLExclusionsV1Reader struct + func (o *DeleteMLExclusionsV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteMLExclusionsV1TooManyRequests struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + XRateLimitRetryAfter int64 + func NewDeleteMLExclusionsV1TooManyRequests() *DeleteMLExclusionsV1TooManyRequests + func (o *DeleteMLExclusionsV1TooManyRequests) Code() int + func (o *DeleteMLExclusionsV1TooManyRequests) Error() string + func (o *DeleteMLExclusionsV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly + func (o *DeleteMLExclusionsV1TooManyRequests) IsClientError() bool + func (o *DeleteMLExclusionsV1TooManyRequests) IsCode(code int) bool + func (o *DeleteMLExclusionsV1TooManyRequests) IsRedirect() bool + func (o *DeleteMLExclusionsV1TooManyRequests) IsServerError() bool + func (o *DeleteMLExclusionsV1TooManyRequests) IsSuccess() bool + func (o *DeleteMLExclusionsV1TooManyRequests) String() string + type GetMLExclusionsV1BadRequest struct + Payload *models.ExclusionsRespV1 + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewGetMLExclusionsV1BadRequest() *GetMLExclusionsV1BadRequest + func (o *GetMLExclusionsV1BadRequest) Code() int + func (o *GetMLExclusionsV1BadRequest) Error() string + func (o *GetMLExclusionsV1BadRequest) GetPayload() *models.ExclusionsRespV1 + func (o *GetMLExclusionsV1BadRequest) IsClientError() bool + func (o *GetMLExclusionsV1BadRequest) IsCode(code int) bool + func (o *GetMLExclusionsV1BadRequest) IsRedirect() bool + func (o *GetMLExclusionsV1BadRequest) IsServerError() bool + func (o *GetMLExclusionsV1BadRequest) IsSuccess() bool + func (o *GetMLExclusionsV1BadRequest) String() string + type GetMLExclusionsV1Forbidden struct + Payload *models.MsaErrorsOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewGetMLExclusionsV1Forbidden() *GetMLExclusionsV1Forbidden + func (o *GetMLExclusionsV1Forbidden) Code() int + func (o *GetMLExclusionsV1Forbidden) Error() string + func (o *GetMLExclusionsV1Forbidden) GetPayload() *models.MsaErrorsOnly + func (o *GetMLExclusionsV1Forbidden) IsClientError() bool + func (o *GetMLExclusionsV1Forbidden) IsCode(code int) bool + func (o *GetMLExclusionsV1Forbidden) IsRedirect() bool + func (o *GetMLExclusionsV1Forbidden) IsServerError() bool + func (o *GetMLExclusionsV1Forbidden) IsSuccess() bool + func (o *GetMLExclusionsV1Forbidden) String() string + type GetMLExclusionsV1InternalServerError struct + Payload *models.ExclusionsRespV1 + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewGetMLExclusionsV1InternalServerError() *GetMLExclusionsV1InternalServerError + func (o *GetMLExclusionsV1InternalServerError) Code() int + func (o *GetMLExclusionsV1InternalServerError) Error() string + func (o *GetMLExclusionsV1InternalServerError) GetPayload() *models.ExclusionsRespV1 + func (o *GetMLExclusionsV1InternalServerError) IsClientError() bool + func (o *GetMLExclusionsV1InternalServerError) IsCode(code int) bool + func (o *GetMLExclusionsV1InternalServerError) IsRedirect() bool + func (o *GetMLExclusionsV1InternalServerError) IsServerError() bool + func (o *GetMLExclusionsV1InternalServerError) IsSuccess() bool + func (o *GetMLExclusionsV1InternalServerError) String() string + type GetMLExclusionsV1OK struct + Payload *models.ExclusionsRespV1 + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewGetMLExclusionsV1OK() *GetMLExclusionsV1OK + func (o *GetMLExclusionsV1OK) Code() int + func (o *GetMLExclusionsV1OK) Error() string + func (o *GetMLExclusionsV1OK) GetPayload() *models.ExclusionsRespV1 + func (o *GetMLExclusionsV1OK) IsClientError() bool + func (o *GetMLExclusionsV1OK) IsCode(code int) bool + func (o *GetMLExclusionsV1OK) IsRedirect() bool + func (o *GetMLExclusionsV1OK) IsServerError() bool + func (o *GetMLExclusionsV1OK) IsSuccess() bool + func (o *GetMLExclusionsV1OK) String() string + type GetMLExclusionsV1Params struct + Context context.Context + HTTPClient *http.Client + Ids []string + func NewGetMLExclusionsV1Params() *GetMLExclusionsV1Params + func NewGetMLExclusionsV1ParamsWithContext(ctx context.Context) *GetMLExclusionsV1Params + func NewGetMLExclusionsV1ParamsWithHTTPClient(client *http.Client) *GetMLExclusionsV1Params + func NewGetMLExclusionsV1ParamsWithTimeout(timeout time.Duration) *GetMLExclusionsV1Params + func (o *GetMLExclusionsV1Params) SetContext(ctx context.Context) + func (o *GetMLExclusionsV1Params) SetDefaults() + func (o *GetMLExclusionsV1Params) SetHTTPClient(client *http.Client) + func (o *GetMLExclusionsV1Params) SetIds(ids []string) + func (o *GetMLExclusionsV1Params) SetTimeout(timeout time.Duration) + func (o *GetMLExclusionsV1Params) WithContext(ctx context.Context) *GetMLExclusionsV1Params + func (o *GetMLExclusionsV1Params) WithDefaults() *GetMLExclusionsV1Params + func (o *GetMLExclusionsV1Params) WithHTTPClient(client *http.Client) *GetMLExclusionsV1Params + func (o *GetMLExclusionsV1Params) WithIds(ids []string) *GetMLExclusionsV1Params + func (o *GetMLExclusionsV1Params) WithTimeout(timeout time.Duration) *GetMLExclusionsV1Params + func (o *GetMLExclusionsV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetMLExclusionsV1Reader struct + func (o *GetMLExclusionsV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetMLExclusionsV1TooManyRequests struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + XRateLimitRetryAfter int64 + func NewGetMLExclusionsV1TooManyRequests() *GetMLExclusionsV1TooManyRequests + func (o *GetMLExclusionsV1TooManyRequests) Code() int + func (o *GetMLExclusionsV1TooManyRequests) Error() string + func (o *GetMLExclusionsV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly + func (o *GetMLExclusionsV1TooManyRequests) IsClientError() bool + func (o *GetMLExclusionsV1TooManyRequests) IsCode(code int) bool + func (o *GetMLExclusionsV1TooManyRequests) IsRedirect() bool + func (o *GetMLExclusionsV1TooManyRequests) IsServerError() bool + func (o *GetMLExclusionsV1TooManyRequests) IsSuccess() bool + func (o *GetMLExclusionsV1TooManyRequests) String() string + type QueryMLExclusionsV1BadRequest struct + Payload *models.MsaQueryResponse + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewQueryMLExclusionsV1BadRequest() *QueryMLExclusionsV1BadRequest + func (o *QueryMLExclusionsV1BadRequest) Code() int + func (o *QueryMLExclusionsV1BadRequest) Error() string + func (o *QueryMLExclusionsV1BadRequest) GetPayload() *models.MsaQueryResponse + func (o *QueryMLExclusionsV1BadRequest) IsClientError() bool + func (o *QueryMLExclusionsV1BadRequest) IsCode(code int) bool + func (o *QueryMLExclusionsV1BadRequest) IsRedirect() bool + func (o *QueryMLExclusionsV1BadRequest) IsServerError() bool + func (o *QueryMLExclusionsV1BadRequest) IsSuccess() bool + func (o *QueryMLExclusionsV1BadRequest) String() string + type QueryMLExclusionsV1Forbidden struct + Payload *models.MsaErrorsOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewQueryMLExclusionsV1Forbidden() *QueryMLExclusionsV1Forbidden + func (o *QueryMLExclusionsV1Forbidden) Code() int + func (o *QueryMLExclusionsV1Forbidden) Error() string + func (o *QueryMLExclusionsV1Forbidden) GetPayload() *models.MsaErrorsOnly + func (o *QueryMLExclusionsV1Forbidden) IsClientError() bool + func (o *QueryMLExclusionsV1Forbidden) IsCode(code int) bool + func (o *QueryMLExclusionsV1Forbidden) IsRedirect() bool + func (o *QueryMLExclusionsV1Forbidden) IsServerError() bool + func (o *QueryMLExclusionsV1Forbidden) IsSuccess() bool + func (o *QueryMLExclusionsV1Forbidden) String() string + type QueryMLExclusionsV1InternalServerError struct + Payload *models.MsaQueryResponse + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewQueryMLExclusionsV1InternalServerError() *QueryMLExclusionsV1InternalServerError + func (o *QueryMLExclusionsV1InternalServerError) Code() int + func (o *QueryMLExclusionsV1InternalServerError) Error() string + func (o *QueryMLExclusionsV1InternalServerError) GetPayload() *models.MsaQueryResponse + func (o *QueryMLExclusionsV1InternalServerError) IsClientError() bool + func (o *QueryMLExclusionsV1InternalServerError) IsCode(code int) bool + func (o *QueryMLExclusionsV1InternalServerError) IsRedirect() bool + func (o *QueryMLExclusionsV1InternalServerError) IsServerError() bool + func (o *QueryMLExclusionsV1InternalServerError) IsSuccess() bool + func (o *QueryMLExclusionsV1InternalServerError) String() string + type QueryMLExclusionsV1OK struct + Payload *models.MsaQueryResponse + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewQueryMLExclusionsV1OK() *QueryMLExclusionsV1OK + func (o *QueryMLExclusionsV1OK) Code() int + func (o *QueryMLExclusionsV1OK) Error() string + func (o *QueryMLExclusionsV1OK) GetPayload() *models.MsaQueryResponse + func (o *QueryMLExclusionsV1OK) IsClientError() bool + func (o *QueryMLExclusionsV1OK) IsCode(code int) bool + func (o *QueryMLExclusionsV1OK) IsRedirect() bool + func (o *QueryMLExclusionsV1OK) IsServerError() bool + func (o *QueryMLExclusionsV1OK) IsSuccess() bool + func (o *QueryMLExclusionsV1OK) String() string + type QueryMLExclusionsV1Params struct + Context context.Context + Filter *string + HTTPClient *http.Client + Limit *int64 + Offset *int64 + Sort *string + func NewQueryMLExclusionsV1Params() *QueryMLExclusionsV1Params + func NewQueryMLExclusionsV1ParamsWithContext(ctx context.Context) *QueryMLExclusionsV1Params + func NewQueryMLExclusionsV1ParamsWithHTTPClient(client *http.Client) *QueryMLExclusionsV1Params + func NewQueryMLExclusionsV1ParamsWithTimeout(timeout time.Duration) *QueryMLExclusionsV1Params + func (o *QueryMLExclusionsV1Params) SetContext(ctx context.Context) + func (o *QueryMLExclusionsV1Params) SetDefaults() + func (o *QueryMLExclusionsV1Params) SetFilter(filter *string) + func (o *QueryMLExclusionsV1Params) SetHTTPClient(client *http.Client) + func (o *QueryMLExclusionsV1Params) SetLimit(limit *int64) + func (o *QueryMLExclusionsV1Params) SetOffset(offset *int64) + func (o *QueryMLExclusionsV1Params) SetSort(sort *string) + func (o *QueryMLExclusionsV1Params) SetTimeout(timeout time.Duration) + func (o *QueryMLExclusionsV1Params) WithContext(ctx context.Context) *QueryMLExclusionsV1Params + func (o *QueryMLExclusionsV1Params) WithDefaults() *QueryMLExclusionsV1Params + func (o *QueryMLExclusionsV1Params) WithFilter(filter *string) *QueryMLExclusionsV1Params + func (o *QueryMLExclusionsV1Params) WithHTTPClient(client *http.Client) *QueryMLExclusionsV1Params + func (o *QueryMLExclusionsV1Params) WithLimit(limit *int64) *QueryMLExclusionsV1Params + func (o *QueryMLExclusionsV1Params) WithOffset(offset *int64) *QueryMLExclusionsV1Params + func (o *QueryMLExclusionsV1Params) WithSort(sort *string) *QueryMLExclusionsV1Params + func (o *QueryMLExclusionsV1Params) WithTimeout(timeout time.Duration) *QueryMLExclusionsV1Params + func (o *QueryMLExclusionsV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type QueryMLExclusionsV1Reader struct + func (o *QueryMLExclusionsV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type QueryMLExclusionsV1TooManyRequests struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + XRateLimitRetryAfter int64 + func NewQueryMLExclusionsV1TooManyRequests() *QueryMLExclusionsV1TooManyRequests + func (o *QueryMLExclusionsV1TooManyRequests) Code() int + func (o *QueryMLExclusionsV1TooManyRequests) Error() string + func (o *QueryMLExclusionsV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly + func (o *QueryMLExclusionsV1TooManyRequests) IsClientError() bool + func (o *QueryMLExclusionsV1TooManyRequests) IsCode(code int) bool + func (o *QueryMLExclusionsV1TooManyRequests) IsRedirect() bool + func (o *QueryMLExclusionsV1TooManyRequests) IsServerError() bool + func (o *QueryMLExclusionsV1TooManyRequests) IsSuccess() bool + func (o *QueryMLExclusionsV1TooManyRequests) String() string + type UpdateMLExclusionsV1BadRequest struct + Payload *models.ExclusionsRespV1 + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewUpdateMLExclusionsV1BadRequest() *UpdateMLExclusionsV1BadRequest + func (o *UpdateMLExclusionsV1BadRequest) Code() int + func (o *UpdateMLExclusionsV1BadRequest) Error() string + func (o *UpdateMLExclusionsV1BadRequest) GetPayload() *models.ExclusionsRespV1 + func (o *UpdateMLExclusionsV1BadRequest) IsClientError() bool + func (o *UpdateMLExclusionsV1BadRequest) IsCode(code int) bool + func (o *UpdateMLExclusionsV1BadRequest) IsRedirect() bool + func (o *UpdateMLExclusionsV1BadRequest) IsServerError() bool + func (o *UpdateMLExclusionsV1BadRequest) IsSuccess() bool + func (o *UpdateMLExclusionsV1BadRequest) String() string + type UpdateMLExclusionsV1Forbidden struct + Payload *models.MsaErrorsOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewUpdateMLExclusionsV1Forbidden() *UpdateMLExclusionsV1Forbidden + func (o *UpdateMLExclusionsV1Forbidden) Code() int + func (o *UpdateMLExclusionsV1Forbidden) Error() string + func (o *UpdateMLExclusionsV1Forbidden) GetPayload() *models.MsaErrorsOnly + func (o *UpdateMLExclusionsV1Forbidden) IsClientError() bool + func (o *UpdateMLExclusionsV1Forbidden) IsCode(code int) bool + func (o *UpdateMLExclusionsV1Forbidden) IsRedirect() bool + func (o *UpdateMLExclusionsV1Forbidden) IsServerError() bool + func (o *UpdateMLExclusionsV1Forbidden) IsSuccess() bool + func (o *UpdateMLExclusionsV1Forbidden) String() string + type UpdateMLExclusionsV1InternalServerError struct + Payload *models.ExclusionsRespV1 + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewUpdateMLExclusionsV1InternalServerError() *UpdateMLExclusionsV1InternalServerError + func (o *UpdateMLExclusionsV1InternalServerError) Code() int + func (o *UpdateMLExclusionsV1InternalServerError) Error() string + func (o *UpdateMLExclusionsV1InternalServerError) GetPayload() *models.ExclusionsRespV1 + func (o *UpdateMLExclusionsV1InternalServerError) IsClientError() bool + func (o *UpdateMLExclusionsV1InternalServerError) IsCode(code int) bool + func (o *UpdateMLExclusionsV1InternalServerError) IsRedirect() bool + func (o *UpdateMLExclusionsV1InternalServerError) IsServerError() bool + func (o *UpdateMLExclusionsV1InternalServerError) IsSuccess() bool + func (o *UpdateMLExclusionsV1InternalServerError) String() string + type UpdateMLExclusionsV1OK struct + Payload *models.ExclusionsRespV1 + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewUpdateMLExclusionsV1OK() *UpdateMLExclusionsV1OK + func (o *UpdateMLExclusionsV1OK) Code() int + func (o *UpdateMLExclusionsV1OK) Error() string + func (o *UpdateMLExclusionsV1OK) GetPayload() *models.ExclusionsRespV1 + func (o *UpdateMLExclusionsV1OK) IsClientError() bool + func (o *UpdateMLExclusionsV1OK) IsCode(code int) bool + func (o *UpdateMLExclusionsV1OK) IsRedirect() bool + func (o *UpdateMLExclusionsV1OK) IsServerError() bool + func (o *UpdateMLExclusionsV1OK) IsSuccess() bool + func (o *UpdateMLExclusionsV1OK) String() string + type UpdateMLExclusionsV1Params struct + Body *models.SvExclusionsUpdateReqV1 + Context context.Context + HTTPClient *http.Client + func NewUpdateMLExclusionsV1Params() *UpdateMLExclusionsV1Params + func NewUpdateMLExclusionsV1ParamsWithContext(ctx context.Context) *UpdateMLExclusionsV1Params + func NewUpdateMLExclusionsV1ParamsWithHTTPClient(client *http.Client) *UpdateMLExclusionsV1Params + func NewUpdateMLExclusionsV1ParamsWithTimeout(timeout time.Duration) *UpdateMLExclusionsV1Params + func (o *UpdateMLExclusionsV1Params) SetBody(body *models.SvExclusionsUpdateReqV1) + func (o *UpdateMLExclusionsV1Params) SetContext(ctx context.Context) + func (o *UpdateMLExclusionsV1Params) SetDefaults() + func (o *UpdateMLExclusionsV1Params) SetHTTPClient(client *http.Client) + func (o *UpdateMLExclusionsV1Params) SetTimeout(timeout time.Duration) + func (o *UpdateMLExclusionsV1Params) WithBody(body *models.SvExclusionsUpdateReqV1) *UpdateMLExclusionsV1Params + func (o *UpdateMLExclusionsV1Params) WithContext(ctx context.Context) *UpdateMLExclusionsV1Params + func (o *UpdateMLExclusionsV1Params) WithDefaults() *UpdateMLExclusionsV1Params + func (o *UpdateMLExclusionsV1Params) WithHTTPClient(client *http.Client) *UpdateMLExclusionsV1Params + func (o *UpdateMLExclusionsV1Params) WithTimeout(timeout time.Duration) *UpdateMLExclusionsV1Params + func (o *UpdateMLExclusionsV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateMLExclusionsV1Reader struct + func (o *UpdateMLExclusionsV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateMLExclusionsV1TooManyRequests struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + XRateLimitRetryAfter int64 + func NewUpdateMLExclusionsV1TooManyRequests() *UpdateMLExclusionsV1TooManyRequests + func (o *UpdateMLExclusionsV1TooManyRequests) Code() int + func (o *UpdateMLExclusionsV1TooManyRequests) Error() string + func (o *UpdateMLExclusionsV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly + func (o *UpdateMLExclusionsV1TooManyRequests) IsClientError() bool + func (o *UpdateMLExclusionsV1TooManyRequests) IsCode(code int) bool + func (o *UpdateMLExclusionsV1TooManyRequests) IsRedirect() bool + func (o *UpdateMLExclusionsV1TooManyRequests) IsServerError() bool + func (o *UpdateMLExclusionsV1TooManyRequests) IsSuccess() bool + func (o *UpdateMLExclusionsV1TooManyRequests) String() string