correlation_rules

package
v0.14.2 Latest Latest
Warning

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

Go to latest
Published: May 27, 2025 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 AggregatesRuleVersionsPostV1BadRequest added in v0.14.0

type AggregatesRuleVersionsPostV1BadRequest 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.APIAggregatesResponseV1
}

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

Bad Request

func NewAggregatesRuleVersionsPostV1BadRequest added in v0.14.0

func NewAggregatesRuleVersionsPostV1BadRequest() *AggregatesRuleVersionsPostV1BadRequest

NewAggregatesRuleVersionsPostV1BadRequest creates a AggregatesRuleVersionsPostV1BadRequest with default headers values

func (*AggregatesRuleVersionsPostV1BadRequest) Code added in v0.14.0

Code gets the status code for the aggregates rule versions post v1 bad request response

func (*AggregatesRuleVersionsPostV1BadRequest) Error added in v0.14.0

func (*AggregatesRuleVersionsPostV1BadRequest) GetPayload added in v0.14.0

func (*AggregatesRuleVersionsPostV1BadRequest) IsClientError added in v0.14.0

func (o *AggregatesRuleVersionsPostV1BadRequest) IsClientError() bool

IsClientError returns true when this aggregates rule versions post v1 bad request response has a 4xx status code

func (*AggregatesRuleVersionsPostV1BadRequest) IsCode added in v0.14.0

IsCode returns true when this aggregates rule versions post v1 bad request response a status code equal to that given

func (*AggregatesRuleVersionsPostV1BadRequest) IsRedirect added in v0.14.0

IsRedirect returns true when this aggregates rule versions post v1 bad request response has a 3xx status code

func (*AggregatesRuleVersionsPostV1BadRequest) IsServerError added in v0.14.0

func (o *AggregatesRuleVersionsPostV1BadRequest) IsServerError() bool

IsServerError returns true when this aggregates rule versions post v1 bad request response has a 5xx status code

func (*AggregatesRuleVersionsPostV1BadRequest) IsSuccess added in v0.14.0

IsSuccess returns true when this aggregates rule versions post v1 bad request response has a 2xx status code

func (*AggregatesRuleVersionsPostV1BadRequest) String added in v0.14.0

type AggregatesRuleVersionsPostV1Forbidden added in v0.14.0

type AggregatesRuleVersionsPostV1Forbidden 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.APIAggregatesResponseV1
}

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

Forbidden

func NewAggregatesRuleVersionsPostV1Forbidden added in v0.14.0

func NewAggregatesRuleVersionsPostV1Forbidden() *AggregatesRuleVersionsPostV1Forbidden

NewAggregatesRuleVersionsPostV1Forbidden creates a AggregatesRuleVersionsPostV1Forbidden with default headers values

func (*AggregatesRuleVersionsPostV1Forbidden) Code added in v0.14.0

Code gets the status code for the aggregates rule versions post v1 forbidden response

func (*AggregatesRuleVersionsPostV1Forbidden) Error added in v0.14.0

func (*AggregatesRuleVersionsPostV1Forbidden) GetPayload added in v0.14.0

func (*AggregatesRuleVersionsPostV1Forbidden) IsClientError added in v0.14.0

func (o *AggregatesRuleVersionsPostV1Forbidden) IsClientError() bool

IsClientError returns true when this aggregates rule versions post v1 forbidden response has a 4xx status code

func (*AggregatesRuleVersionsPostV1Forbidden) IsCode added in v0.14.0

IsCode returns true when this aggregates rule versions post v1 forbidden response a status code equal to that given

func (*AggregatesRuleVersionsPostV1Forbidden) IsRedirect added in v0.14.0

IsRedirect returns true when this aggregates rule versions post v1 forbidden response has a 3xx status code

func (*AggregatesRuleVersionsPostV1Forbidden) IsServerError added in v0.14.0

func (o *AggregatesRuleVersionsPostV1Forbidden) IsServerError() bool

IsServerError returns true when this aggregates rule versions post v1 forbidden response has a 5xx status code

func (*AggregatesRuleVersionsPostV1Forbidden) IsSuccess added in v0.14.0

IsSuccess returns true when this aggregates rule versions post v1 forbidden response has a 2xx status code

func (*AggregatesRuleVersionsPostV1Forbidden) String added in v0.14.0

type AggregatesRuleVersionsPostV1InternalServerError added in v0.14.0

type AggregatesRuleVersionsPostV1InternalServerError 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.APIAggregatesResponseV1
}

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

Internal Server Error

func NewAggregatesRuleVersionsPostV1InternalServerError added in v0.14.0

func NewAggregatesRuleVersionsPostV1InternalServerError() *AggregatesRuleVersionsPostV1InternalServerError

NewAggregatesRuleVersionsPostV1InternalServerError creates a AggregatesRuleVersionsPostV1InternalServerError with default headers values

func (*AggregatesRuleVersionsPostV1InternalServerError) Code added in v0.14.0

Code gets the status code for the aggregates rule versions post v1 internal server error response

func (*AggregatesRuleVersionsPostV1InternalServerError) Error added in v0.14.0

func (*AggregatesRuleVersionsPostV1InternalServerError) GetPayload added in v0.14.0

func (*AggregatesRuleVersionsPostV1InternalServerError) IsClientError added in v0.14.0

IsClientError returns true when this aggregates rule versions post v1 internal server error response has a 4xx status code

func (*AggregatesRuleVersionsPostV1InternalServerError) IsCode added in v0.14.0

IsCode returns true when this aggregates rule versions post v1 internal server error response a status code equal to that given

func (*AggregatesRuleVersionsPostV1InternalServerError) IsRedirect added in v0.14.0

IsRedirect returns true when this aggregates rule versions post v1 internal server error response has a 3xx status code

func (*AggregatesRuleVersionsPostV1InternalServerError) IsServerError added in v0.14.0

IsServerError returns true when this aggregates rule versions post v1 internal server error response has a 5xx status code

func (*AggregatesRuleVersionsPostV1InternalServerError) IsSuccess added in v0.14.0

IsSuccess returns true when this aggregates rule versions post v1 internal server error response has a 2xx status code

func (*AggregatesRuleVersionsPostV1InternalServerError) String added in v0.14.0

type AggregatesRuleVersionsPostV1NotFound added in v0.14.0

type AggregatesRuleVersionsPostV1NotFound 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.APIAggregatesResponseV1
}

AggregatesRuleVersionsPostV1NotFound describes a response with status code 404, with default header values.

Not Found

func NewAggregatesRuleVersionsPostV1NotFound added in v0.14.0

func NewAggregatesRuleVersionsPostV1NotFound() *AggregatesRuleVersionsPostV1NotFound

NewAggregatesRuleVersionsPostV1NotFound creates a AggregatesRuleVersionsPostV1NotFound with default headers values

func (*AggregatesRuleVersionsPostV1NotFound) Code added in v0.14.0

Code gets the status code for the aggregates rule versions post v1 not found response

func (*AggregatesRuleVersionsPostV1NotFound) Error added in v0.14.0

func (*AggregatesRuleVersionsPostV1NotFound) GetPayload added in v0.14.0

func (*AggregatesRuleVersionsPostV1NotFound) IsClientError added in v0.14.0

func (o *AggregatesRuleVersionsPostV1NotFound) IsClientError() bool

IsClientError returns true when this aggregates rule versions post v1 not found response has a 4xx status code

func (*AggregatesRuleVersionsPostV1NotFound) IsCode added in v0.14.0

IsCode returns true when this aggregates rule versions post v1 not found response a status code equal to that given

func (*AggregatesRuleVersionsPostV1NotFound) IsRedirect added in v0.14.0

IsRedirect returns true when this aggregates rule versions post v1 not found response has a 3xx status code

func (*AggregatesRuleVersionsPostV1NotFound) IsServerError added in v0.14.0

func (o *AggregatesRuleVersionsPostV1NotFound) IsServerError() bool

IsServerError returns true when this aggregates rule versions post v1 not found response has a 5xx status code

func (*AggregatesRuleVersionsPostV1NotFound) IsSuccess added in v0.14.0

IsSuccess returns true when this aggregates rule versions post v1 not found response has a 2xx status code

func (*AggregatesRuleVersionsPostV1NotFound) String added in v0.14.0

type AggregatesRuleVersionsPostV1OK added in v0.14.0

type AggregatesRuleVersionsPostV1OK 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.APIAggregatesResponseV1
}

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

OK

func NewAggregatesRuleVersionsPostV1OK added in v0.14.0

func NewAggregatesRuleVersionsPostV1OK() *AggregatesRuleVersionsPostV1OK

NewAggregatesRuleVersionsPostV1OK creates a AggregatesRuleVersionsPostV1OK with default headers values

func (*AggregatesRuleVersionsPostV1OK) Code added in v0.14.0

Code gets the status code for the aggregates rule versions post v1 o k response

func (*AggregatesRuleVersionsPostV1OK) Error added in v0.14.0

func (*AggregatesRuleVersionsPostV1OK) GetPayload added in v0.14.0

func (*AggregatesRuleVersionsPostV1OK) IsClientError added in v0.14.0

func (o *AggregatesRuleVersionsPostV1OK) IsClientError() bool

IsClientError returns true when this aggregates rule versions post v1 o k response has a 4xx status code

func (*AggregatesRuleVersionsPostV1OK) IsCode added in v0.14.0

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

IsCode returns true when this aggregates rule versions post v1 o k response a status code equal to that given

func (*AggregatesRuleVersionsPostV1OK) IsRedirect added in v0.14.0

func (o *AggregatesRuleVersionsPostV1OK) IsRedirect() bool

IsRedirect returns true when this aggregates rule versions post v1 o k response has a 3xx status code

func (*AggregatesRuleVersionsPostV1OK) IsServerError added in v0.14.0

func (o *AggregatesRuleVersionsPostV1OK) IsServerError() bool

IsServerError returns true when this aggregates rule versions post v1 o k response has a 5xx status code

func (*AggregatesRuleVersionsPostV1OK) IsSuccess added in v0.14.0

func (o *AggregatesRuleVersionsPostV1OK) IsSuccess() bool

IsSuccess returns true when this aggregates rule versions post v1 o k response has a 2xx status code

func (*AggregatesRuleVersionsPostV1OK) String added in v0.14.0

type AggregatesRuleVersionsPostV1Params added in v0.14.0

type AggregatesRuleVersionsPostV1Params struct {

	// Body.
	Body []models.MsaAggregateQueryRequest

	/* Filter.

	   FQL query specifying the filter parameters
	*/
	Filter *string

	/* Ids.

	   The IDs
	*/
	Ids []string

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

AggregatesRuleVersionsPostV1Params contains all the parameters to send to the API endpoint

for the aggregates rule versions post v1 operation.

Typically these are written to a http.Request.

func NewAggregatesRuleVersionsPostV1Params added in v0.14.0

func NewAggregatesRuleVersionsPostV1Params() *AggregatesRuleVersionsPostV1Params

NewAggregatesRuleVersionsPostV1Params creates a new AggregatesRuleVersionsPostV1Params 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 NewAggregatesRuleVersionsPostV1ParamsWithContext added in v0.14.0

func NewAggregatesRuleVersionsPostV1ParamsWithContext(ctx context.Context) *AggregatesRuleVersionsPostV1Params

NewAggregatesRuleVersionsPostV1ParamsWithContext creates a new AggregatesRuleVersionsPostV1Params object with the ability to set a context for a request.

func NewAggregatesRuleVersionsPostV1ParamsWithHTTPClient added in v0.14.0

func NewAggregatesRuleVersionsPostV1ParamsWithHTTPClient(client *http.Client) *AggregatesRuleVersionsPostV1Params

NewAggregatesRuleVersionsPostV1ParamsWithHTTPClient creates a new AggregatesRuleVersionsPostV1Params object with the ability to set a custom HTTPClient for a request.

func NewAggregatesRuleVersionsPostV1ParamsWithTimeout added in v0.14.0

func NewAggregatesRuleVersionsPostV1ParamsWithTimeout(timeout time.Duration) *AggregatesRuleVersionsPostV1Params

NewAggregatesRuleVersionsPostV1ParamsWithTimeout creates a new AggregatesRuleVersionsPostV1Params object with the ability to set a timeout on a request.

func (*AggregatesRuleVersionsPostV1Params) SetBody added in v0.14.0

SetBody adds the body to the aggregates rule versions post v1 params

func (*AggregatesRuleVersionsPostV1Params) SetContext added in v0.14.0

SetContext adds the context to the aggregates rule versions post v1 params

func (*AggregatesRuleVersionsPostV1Params) SetDefaults added in v0.14.0

func (o *AggregatesRuleVersionsPostV1Params) SetDefaults()

SetDefaults hydrates default values in the aggregates rule versions post v1 params (not the query body).

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

func (*AggregatesRuleVersionsPostV1Params) SetFilter added in v0.14.0

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

SetFilter adds the filter to the aggregates rule versions post v1 params

func (*AggregatesRuleVersionsPostV1Params) SetHTTPClient added in v0.14.0

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

SetHTTPClient adds the HTTPClient to the aggregates rule versions post v1 params

func (*AggregatesRuleVersionsPostV1Params) SetIds added in v0.14.0

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

SetIds adds the ids to the aggregates rule versions post v1 params

func (*AggregatesRuleVersionsPostV1Params) SetTimeout added in v0.14.0

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

SetTimeout adds the timeout to the aggregates rule versions post v1 params

func (*AggregatesRuleVersionsPostV1Params) WithBody added in v0.14.0

WithBody adds the body to the aggregates rule versions post v1 params

func (*AggregatesRuleVersionsPostV1Params) WithContext added in v0.14.0

WithContext adds the context to the aggregates rule versions post v1 params

func (*AggregatesRuleVersionsPostV1Params) WithDefaults added in v0.14.0

WithDefaults hydrates default values in the aggregates rule versions post v1 params (not the query body).

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

func (*AggregatesRuleVersionsPostV1Params) WithFilter added in v0.14.0

WithFilter adds the filter to the aggregates rule versions post v1 params

func (*AggregatesRuleVersionsPostV1Params) WithHTTPClient added in v0.14.0

WithHTTPClient adds the HTTPClient to the aggregates rule versions post v1 params

func (*AggregatesRuleVersionsPostV1Params) WithIds added in v0.14.0

WithIds adds the ids to the aggregates rule versions post v1 params

func (*AggregatesRuleVersionsPostV1Params) WithTimeout added in v0.14.0

WithTimeout adds the timeout to the aggregates rule versions post v1 params

func (*AggregatesRuleVersionsPostV1Params) WriteToRequest added in v0.14.0

WriteToRequest writes these params to a swagger request

type AggregatesRuleVersionsPostV1Reader added in v0.14.0

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

AggregatesRuleVersionsPostV1Reader is a Reader for the AggregatesRuleVersionsPostV1 structure.

func (*AggregatesRuleVersionsPostV1Reader) ReadResponse added in v0.14.0

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

ReadResponse reads a server response into the received o.

type AggregatesRuleVersionsPostV1TooManyRequests added in v0.14.0

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

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

Too Many Requests

func NewAggregatesRuleVersionsPostV1TooManyRequests added in v0.14.0

func NewAggregatesRuleVersionsPostV1TooManyRequests() *AggregatesRuleVersionsPostV1TooManyRequests

NewAggregatesRuleVersionsPostV1TooManyRequests creates a AggregatesRuleVersionsPostV1TooManyRequests with default headers values

func (*AggregatesRuleVersionsPostV1TooManyRequests) Code added in v0.14.0

Code gets the status code for the aggregates rule versions post v1 too many requests response

func (*AggregatesRuleVersionsPostV1TooManyRequests) Error added in v0.14.0

func (*AggregatesRuleVersionsPostV1TooManyRequests) GetPayload added in v0.14.0

func (*AggregatesRuleVersionsPostV1TooManyRequests) IsClientError added in v0.14.0

IsClientError returns true when this aggregates rule versions post v1 too many requests response has a 4xx status code

func (*AggregatesRuleVersionsPostV1TooManyRequests) IsCode added in v0.14.0

IsCode returns true when this aggregates rule versions post v1 too many requests response a status code equal to that given

func (*AggregatesRuleVersionsPostV1TooManyRequests) IsRedirect added in v0.14.0

IsRedirect returns true when this aggregates rule versions post v1 too many requests response has a 3xx status code

func (*AggregatesRuleVersionsPostV1TooManyRequests) IsServerError added in v0.14.0

IsServerError returns true when this aggregates rule versions post v1 too many requests response has a 5xx status code

func (*AggregatesRuleVersionsPostV1TooManyRequests) IsSuccess added in v0.14.0

IsSuccess returns true when this aggregates rule versions post v1 too many requests response has a 2xx status code

func (*AggregatesRuleVersionsPostV1TooManyRequests) String added in v0.14.0

type AggregatesRuleVersionsPostV1Unauthorized added in v0.14.0

type AggregatesRuleVersionsPostV1Unauthorized 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.APIAggregatesResponseV1
}

AggregatesRuleVersionsPostV1Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewAggregatesRuleVersionsPostV1Unauthorized added in v0.14.0

func NewAggregatesRuleVersionsPostV1Unauthorized() *AggregatesRuleVersionsPostV1Unauthorized

NewAggregatesRuleVersionsPostV1Unauthorized creates a AggregatesRuleVersionsPostV1Unauthorized with default headers values

func (*AggregatesRuleVersionsPostV1Unauthorized) Code added in v0.14.0

Code gets the status code for the aggregates rule versions post v1 unauthorized response

func (*AggregatesRuleVersionsPostV1Unauthorized) Error added in v0.14.0

func (*AggregatesRuleVersionsPostV1Unauthorized) GetPayload added in v0.14.0

func (*AggregatesRuleVersionsPostV1Unauthorized) IsClientError added in v0.14.0

IsClientError returns true when this aggregates rule versions post v1 unauthorized response has a 4xx status code

func (*AggregatesRuleVersionsPostV1Unauthorized) IsCode added in v0.14.0

IsCode returns true when this aggregates rule versions post v1 unauthorized response a status code equal to that given

func (*AggregatesRuleVersionsPostV1Unauthorized) IsRedirect added in v0.14.0

IsRedirect returns true when this aggregates rule versions post v1 unauthorized response has a 3xx status code

func (*AggregatesRuleVersionsPostV1Unauthorized) IsServerError added in v0.14.0

IsServerError returns true when this aggregates rule versions post v1 unauthorized response has a 5xx status code

func (*AggregatesRuleVersionsPostV1Unauthorized) IsSuccess added in v0.14.0

IsSuccess returns true when this aggregates rule versions post v1 unauthorized response has a 2xx status code

func (*AggregatesRuleVersionsPostV1Unauthorized) String added in v0.14.0

type Client

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

Client for correlation rules API

func (*Client) AggregatesRuleVersionsPostV1 added in v0.14.0

func (a *Client) AggregatesRuleVersionsPostV1(params *AggregatesRuleVersionsPostV1Params, opts ...ClientOption) (*AggregatesRuleVersionsPostV1OK, error)

AggregatesRuleVersionsPostV1 gets rules aggregates as specified via json in the request body

func (*Client) CombinedRulesGetV1

func (a *Client) CombinedRulesGetV1(params *CombinedRulesGetV1Params, opts ...ClientOption) (*CombinedRulesGetV1OK, error)

CombinedRulesGetV1 finds all rules matching the query and filter supported filters customer id user id user uuid status name created on last updated on supported range filters created on last updated on

func (*Client) CombinedRulesGetV2 added in v0.14.0

func (a *Client) CombinedRulesGetV2(params *CombinedRulesGetV2Params, opts ...ClientOption) (*CombinedRulesGetV2OK, error)

CombinedRulesGetV2 finds all rules matching the query and filter supported filters customer id user id user uuid status name created on last updated on supported range filters created on last updated on

func (*Client) EntitiesLatestRulesGetV1 added in v0.14.0

func (a *Client) EntitiesLatestRulesGetV1(params *EntitiesLatestRulesGetV1Params, opts ...ClientOption) (*EntitiesLatestRulesGetV1OK, error)

EntitiesLatestRulesGetV1 retrieves latest rule versions by rule i ds

func (*Client) EntitiesRuleVersionsDeleteV1 added in v0.14.0

func (a *Client) EntitiesRuleVersionsDeleteV1(params *EntitiesRuleVersionsDeleteV1Params, opts ...ClientOption) (*EntitiesRuleVersionsDeleteV1OK, error)

EntitiesRuleVersionsDeleteV1 deletes versions by i ds

func (*Client) EntitiesRuleVersionsExportPostV1 added in v0.14.0

func (a *Client) EntitiesRuleVersionsExportPostV1(params *EntitiesRuleVersionsExportPostV1Params, opts ...ClientOption) (*EntitiesRuleVersionsExportPostV1OK, error)

EntitiesRuleVersionsExportPostV1 exports rule versions

func (*Client) EntitiesRuleVersionsImportPostV1 added in v0.14.0

func (a *Client) EntitiesRuleVersionsImportPostV1(params *EntitiesRuleVersionsImportPostV1Params, opts ...ClientOption) (*EntitiesRuleVersionsImportPostV1OK, error)

EntitiesRuleVersionsImportPostV1 imports rule versions

func (*Client) EntitiesRuleVersionsPublishPatchV1 added in v0.14.0

func (a *Client) EntitiesRuleVersionsPublishPatchV1(params *EntitiesRuleVersionsPublishPatchV1Params, opts ...ClientOption) (*EntitiesRuleVersionsPublishPatchV1OK, error)

EntitiesRuleVersionsPublishPatchV1 publishes existing rule version

func (*Client) EntitiesRulesDeleteV1

func (a *Client) EntitiesRulesDeleteV1(params *EntitiesRulesDeleteV1Params, opts ...ClientOption) (*EntitiesRulesDeleteV1OK, error)

EntitiesRulesDeleteV1 deletes rules by i ds

func (*Client) EntitiesRulesGetV1

func (a *Client) EntitiesRulesGetV1(params *EntitiesRulesGetV1Params, opts ...ClientOption) (*EntitiesRulesGetV1OK, error)

EntitiesRulesGetV1 retrieves rules by i ds

func (*Client) EntitiesRulesGetV2 added in v0.14.0

func (a *Client) EntitiesRulesGetV2(params *EntitiesRulesGetV2Params, opts ...ClientOption) (*EntitiesRulesGetV2OK, error)

EntitiesRulesGetV2 retrieves rule versions by i ds

func (*Client) EntitiesRulesPatchV1 added in v0.12.0

func (a *Client) EntitiesRulesPatchV1(params *EntitiesRulesPatchV1Params, opts ...ClientOption) (*EntitiesRulesPatchV1OK, error)

EntitiesRulesPatchV1 updates rules

func (*Client) EntitiesRulesPostV1

func (a *Client) EntitiesRulesPostV1(params *EntitiesRulesPostV1Params, opts ...ClientOption) (*EntitiesRulesPostV1OK, error)

EntitiesRulesPostV1 creates rule

func (*Client) QueriesRulesGetV1

func (a *Client) QueriesRulesGetV1(params *QueriesRulesGetV1Params, opts ...ClientOption) (*QueriesRulesGetV1OK, error)

QueriesRulesGetV1 finds all rule i ds matching the query and filter supported filters customer id user id user uuid status name created on last updated on supported range filters created on last updated on

func (*Client) QueriesRulesGetV2 added in v0.14.0

func (a *Client) QueriesRulesGetV2(params *QueriesRulesGetV2Params, opts ...ClientOption) (*QueriesRulesGetV2OK, error)

QueriesRulesGetV2 finds all rule version i ds matching the query and filter supported filters customer id user id user uuid status name created on last updated on state version rule id supported range filters created on last updated on

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AggregatesRuleVersionsPostV1(params *AggregatesRuleVersionsPostV1Params, opts ...ClientOption) (*AggregatesRuleVersionsPostV1OK, error)

	CombinedRulesGetV1(params *CombinedRulesGetV1Params, opts ...ClientOption) (*CombinedRulesGetV1OK, error)

	CombinedRulesGetV2(params *CombinedRulesGetV2Params, opts ...ClientOption) (*CombinedRulesGetV2OK, error)

	EntitiesLatestRulesGetV1(params *EntitiesLatestRulesGetV1Params, opts ...ClientOption) (*EntitiesLatestRulesGetV1OK, error)

	EntitiesRuleVersionsDeleteV1(params *EntitiesRuleVersionsDeleteV1Params, opts ...ClientOption) (*EntitiesRuleVersionsDeleteV1OK, error)

	EntitiesRuleVersionsExportPostV1(params *EntitiesRuleVersionsExportPostV1Params, opts ...ClientOption) (*EntitiesRuleVersionsExportPostV1OK, error)

	EntitiesRuleVersionsImportPostV1(params *EntitiesRuleVersionsImportPostV1Params, opts ...ClientOption) (*EntitiesRuleVersionsImportPostV1OK, error)

	EntitiesRuleVersionsPublishPatchV1(params *EntitiesRuleVersionsPublishPatchV1Params, opts ...ClientOption) (*EntitiesRuleVersionsPublishPatchV1OK, error)

	EntitiesRulesDeleteV1(params *EntitiesRulesDeleteV1Params, opts ...ClientOption) (*EntitiesRulesDeleteV1OK, error)

	EntitiesRulesGetV1(params *EntitiesRulesGetV1Params, opts ...ClientOption) (*EntitiesRulesGetV1OK, error)

	EntitiesRulesGetV2(params *EntitiesRulesGetV2Params, opts ...ClientOption) (*EntitiesRulesGetV2OK, error)

	EntitiesRulesPatchV1(params *EntitiesRulesPatchV1Params, opts ...ClientOption) (*EntitiesRulesPatchV1OK, error)

	EntitiesRulesPostV1(params *EntitiesRulesPostV1Params, opts ...ClientOption) (*EntitiesRulesPostV1OK, error)

	QueriesRulesGetV1(params *QueriesRulesGetV1Params, opts ...ClientOption) (*QueriesRulesGetV1OK, error)

	QueriesRulesGetV2(params *QueriesRulesGetV2Params, opts ...ClientOption) (*QueriesRulesGetV2OK, 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 correlation rules API client.

type CombinedRulesGetV1BadRequest

type CombinedRulesGetV1BadRequest 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.APIGetEntitiesRulesResponseV1
}

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

Bad Request

func NewCombinedRulesGetV1BadRequest

func NewCombinedRulesGetV1BadRequest() *CombinedRulesGetV1BadRequest

NewCombinedRulesGetV1BadRequest creates a CombinedRulesGetV1BadRequest with default headers values

func (*CombinedRulesGetV1BadRequest) Code

Code gets the status code for the combined rules get v1 bad request response

func (*CombinedRulesGetV1BadRequest) Error

func (*CombinedRulesGetV1BadRequest) GetPayload

func (*CombinedRulesGetV1BadRequest) IsClientError

func (o *CombinedRulesGetV1BadRequest) IsClientError() bool

IsClientError returns true when this combined rules get v1 bad request response has a 4xx status code

func (*CombinedRulesGetV1BadRequest) IsCode

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

IsCode returns true when this combined rules get v1 bad request response a status code equal to that given

func (*CombinedRulesGetV1BadRequest) IsRedirect

func (o *CombinedRulesGetV1BadRequest) IsRedirect() bool

IsRedirect returns true when this combined rules get v1 bad request response has a 3xx status code

func (*CombinedRulesGetV1BadRequest) IsServerError

func (o *CombinedRulesGetV1BadRequest) IsServerError() bool

IsServerError returns true when this combined rules get v1 bad request response has a 5xx status code

func (*CombinedRulesGetV1BadRequest) IsSuccess

func (o *CombinedRulesGetV1BadRequest) IsSuccess() bool

IsSuccess returns true when this combined rules get v1 bad request response has a 2xx status code

func (*CombinedRulesGetV1BadRequest) String

type CombinedRulesGetV1Forbidden

type CombinedRulesGetV1Forbidden 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.APIGetEntitiesRulesResponseV1
}

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

Forbidden

func NewCombinedRulesGetV1Forbidden

func NewCombinedRulesGetV1Forbidden() *CombinedRulesGetV1Forbidden

NewCombinedRulesGetV1Forbidden creates a CombinedRulesGetV1Forbidden with default headers values

func (*CombinedRulesGetV1Forbidden) Code

func (o *CombinedRulesGetV1Forbidden) Code() int

Code gets the status code for the combined rules get v1 forbidden response

func (*CombinedRulesGetV1Forbidden) Error

func (*CombinedRulesGetV1Forbidden) GetPayload

func (*CombinedRulesGetV1Forbidden) IsClientError

func (o *CombinedRulesGetV1Forbidden) IsClientError() bool

IsClientError returns true when this combined rules get v1 forbidden response has a 4xx status code

func (*CombinedRulesGetV1Forbidden) IsCode

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

IsCode returns true when this combined rules get v1 forbidden response a status code equal to that given

func (*CombinedRulesGetV1Forbidden) IsRedirect

func (o *CombinedRulesGetV1Forbidden) IsRedirect() bool

IsRedirect returns true when this combined rules get v1 forbidden response has a 3xx status code

func (*CombinedRulesGetV1Forbidden) IsServerError

func (o *CombinedRulesGetV1Forbidden) IsServerError() bool

IsServerError returns true when this combined rules get v1 forbidden response has a 5xx status code

func (*CombinedRulesGetV1Forbidden) IsSuccess

func (o *CombinedRulesGetV1Forbidden) IsSuccess() bool

IsSuccess returns true when this combined rules get v1 forbidden response has a 2xx status code

func (*CombinedRulesGetV1Forbidden) String

func (o *CombinedRulesGetV1Forbidden) String() string

type CombinedRulesGetV1InternalServerError

type CombinedRulesGetV1InternalServerError 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.APIGetEntitiesRulesResponseV1
}

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

Internal Server Error

func NewCombinedRulesGetV1InternalServerError

func NewCombinedRulesGetV1InternalServerError() *CombinedRulesGetV1InternalServerError

NewCombinedRulesGetV1InternalServerError creates a CombinedRulesGetV1InternalServerError with default headers values

func (*CombinedRulesGetV1InternalServerError) Code

Code gets the status code for the combined rules get v1 internal server error response

func (*CombinedRulesGetV1InternalServerError) Error

func (*CombinedRulesGetV1InternalServerError) GetPayload

func (*CombinedRulesGetV1InternalServerError) IsClientError

func (o *CombinedRulesGetV1InternalServerError) IsClientError() bool

IsClientError returns true when this combined rules get v1 internal server error response has a 4xx status code

func (*CombinedRulesGetV1InternalServerError) IsCode

IsCode returns true when this combined rules get v1 internal server error response a status code equal to that given

func (*CombinedRulesGetV1InternalServerError) IsRedirect

IsRedirect returns true when this combined rules get v1 internal server error response has a 3xx status code

func (*CombinedRulesGetV1InternalServerError) IsServerError

func (o *CombinedRulesGetV1InternalServerError) IsServerError() bool

IsServerError returns true when this combined rules get v1 internal server error response has a 5xx status code

func (*CombinedRulesGetV1InternalServerError) IsSuccess

IsSuccess returns true when this combined rules get v1 internal server error response has a 2xx status code

func (*CombinedRulesGetV1InternalServerError) String

type CombinedRulesGetV1NotFound

type CombinedRulesGetV1NotFound 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.APIGetEntitiesRulesResponseV1
}

CombinedRulesGetV1NotFound describes a response with status code 404, with default header values.

Not Found

func NewCombinedRulesGetV1NotFound

func NewCombinedRulesGetV1NotFound() *CombinedRulesGetV1NotFound

NewCombinedRulesGetV1NotFound creates a CombinedRulesGetV1NotFound with default headers values

func (*CombinedRulesGetV1NotFound) Code

func (o *CombinedRulesGetV1NotFound) Code() int

Code gets the status code for the combined rules get v1 not found response

func (*CombinedRulesGetV1NotFound) Error

func (*CombinedRulesGetV1NotFound) GetPayload

func (*CombinedRulesGetV1NotFound) IsClientError

func (o *CombinedRulesGetV1NotFound) IsClientError() bool

IsClientError returns true when this combined rules get v1 not found response has a 4xx status code

func (*CombinedRulesGetV1NotFound) IsCode

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

IsCode returns true when this combined rules get v1 not found response a status code equal to that given

func (*CombinedRulesGetV1NotFound) IsRedirect

func (o *CombinedRulesGetV1NotFound) IsRedirect() bool

IsRedirect returns true when this combined rules get v1 not found response has a 3xx status code

func (*CombinedRulesGetV1NotFound) IsServerError

func (o *CombinedRulesGetV1NotFound) IsServerError() bool

IsServerError returns true when this combined rules get v1 not found response has a 5xx status code

func (*CombinedRulesGetV1NotFound) IsSuccess

func (o *CombinedRulesGetV1NotFound) IsSuccess() bool

IsSuccess returns true when this combined rules get v1 not found response has a 2xx status code

func (*CombinedRulesGetV1NotFound) String

func (o *CombinedRulesGetV1NotFound) String() string

type CombinedRulesGetV1OK

type CombinedRulesGetV1OK 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.APIGetEntitiesRulesResponseV1
}

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

OK

func NewCombinedRulesGetV1OK

func NewCombinedRulesGetV1OK() *CombinedRulesGetV1OK

NewCombinedRulesGetV1OK creates a CombinedRulesGetV1OK with default headers values

func (*CombinedRulesGetV1OK) Code

func (o *CombinedRulesGetV1OK) Code() int

Code gets the status code for the combined rules get v1 o k response

func (*CombinedRulesGetV1OK) Error

func (o *CombinedRulesGetV1OK) Error() string

func (*CombinedRulesGetV1OK) GetPayload

func (*CombinedRulesGetV1OK) IsClientError

func (o *CombinedRulesGetV1OK) IsClientError() bool

IsClientError returns true when this combined rules get v1 o k response has a 4xx status code

func (*CombinedRulesGetV1OK) IsCode

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

IsCode returns true when this combined rules get v1 o k response a status code equal to that given

func (*CombinedRulesGetV1OK) IsRedirect

func (o *CombinedRulesGetV1OK) IsRedirect() bool

IsRedirect returns true when this combined rules get v1 o k response has a 3xx status code

func (*CombinedRulesGetV1OK) IsServerError

func (o *CombinedRulesGetV1OK) IsServerError() bool

IsServerError returns true when this combined rules get v1 o k response has a 5xx status code

func (*CombinedRulesGetV1OK) IsSuccess

func (o *CombinedRulesGetV1OK) IsSuccess() bool

IsSuccess returns true when this combined rules get v1 o k response has a 2xx status code

func (*CombinedRulesGetV1OK) String

func (o *CombinedRulesGetV1OK) String() string

type CombinedRulesGetV1Params

type CombinedRulesGetV1Params struct {

	/* Filter.

	   FQL query specifying the filter parameters
	*/
	Filter *string

	/* Limit.

	   Number of IDs to return

	   Default: 100
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return IDs
	*/
	Offset *int64

	/* Q.

	   Match query criteria, which includes all the filter string fields
	*/
	Q *string

	/* Sort.

	   Rule property to sort on

	   Default: "created_on"
	*/
	Sort *string

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

CombinedRulesGetV1Params contains all the parameters to send to the API endpoint

for the combined rules get v1 operation.

Typically these are written to a http.Request.

func NewCombinedRulesGetV1Params

func NewCombinedRulesGetV1Params() *CombinedRulesGetV1Params

NewCombinedRulesGetV1Params creates a new CombinedRulesGetV1Params 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 NewCombinedRulesGetV1ParamsWithContext

func NewCombinedRulesGetV1ParamsWithContext(ctx context.Context) *CombinedRulesGetV1Params

NewCombinedRulesGetV1ParamsWithContext creates a new CombinedRulesGetV1Params object with the ability to set a context for a request.

func NewCombinedRulesGetV1ParamsWithHTTPClient

func NewCombinedRulesGetV1ParamsWithHTTPClient(client *http.Client) *CombinedRulesGetV1Params

NewCombinedRulesGetV1ParamsWithHTTPClient creates a new CombinedRulesGetV1Params object with the ability to set a custom HTTPClient for a request.

func NewCombinedRulesGetV1ParamsWithTimeout

func NewCombinedRulesGetV1ParamsWithTimeout(timeout time.Duration) *CombinedRulesGetV1Params

NewCombinedRulesGetV1ParamsWithTimeout creates a new CombinedRulesGetV1Params object with the ability to set a timeout on a request.

func (*CombinedRulesGetV1Params) SetContext

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

SetContext adds the context to the combined rules get v1 params

func (*CombinedRulesGetV1Params) SetDefaults

func (o *CombinedRulesGetV1Params) SetDefaults()

SetDefaults hydrates default values in the combined rules get v1 params (not the query body).

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

func (*CombinedRulesGetV1Params) SetFilter

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

SetFilter adds the filter to the combined rules get v1 params

func (*CombinedRulesGetV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the combined rules get v1 params

func (*CombinedRulesGetV1Params) SetLimit

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

SetLimit adds the limit to the combined rules get v1 params

func (*CombinedRulesGetV1Params) SetOffset

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

SetOffset adds the offset to the combined rules get v1 params

func (*CombinedRulesGetV1Params) SetQ

func (o *CombinedRulesGetV1Params) SetQ(q *string)

SetQ adds the q to the combined rules get v1 params

func (*CombinedRulesGetV1Params) SetSort

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

SetSort adds the sort to the combined rules get v1 params

func (*CombinedRulesGetV1Params) SetTimeout

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

SetTimeout adds the timeout to the combined rules get v1 params

func (*CombinedRulesGetV1Params) WithContext

WithContext adds the context to the combined rules get v1 params

func (*CombinedRulesGetV1Params) WithDefaults

WithDefaults hydrates default values in the combined rules get v1 params (not the query body).

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

func (*CombinedRulesGetV1Params) WithFilter

WithFilter adds the filter to the combined rules get v1 params

func (*CombinedRulesGetV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the combined rules get v1 params

func (*CombinedRulesGetV1Params) WithLimit

WithLimit adds the limit to the combined rules get v1 params

func (*CombinedRulesGetV1Params) WithOffset

WithOffset adds the offset to the combined rules get v1 params

func (*CombinedRulesGetV1Params) WithQ

WithQ adds the q to the combined rules get v1 params

func (*CombinedRulesGetV1Params) WithSort

WithSort adds the sort to the combined rules get v1 params

func (*CombinedRulesGetV1Params) WithTimeout

WithTimeout adds the timeout to the combined rules get v1 params

func (*CombinedRulesGetV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CombinedRulesGetV1Reader

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

CombinedRulesGetV1Reader is a Reader for the CombinedRulesGetV1 structure.

func (*CombinedRulesGetV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CombinedRulesGetV1TooManyRequests

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

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

Too Many Requests

func NewCombinedRulesGetV1TooManyRequests

func NewCombinedRulesGetV1TooManyRequests() *CombinedRulesGetV1TooManyRequests

NewCombinedRulesGetV1TooManyRequests creates a CombinedRulesGetV1TooManyRequests with default headers values

func (*CombinedRulesGetV1TooManyRequests) Code

Code gets the status code for the combined rules get v1 too many requests response

func (*CombinedRulesGetV1TooManyRequests) Error

func (*CombinedRulesGetV1TooManyRequests) GetPayload

func (*CombinedRulesGetV1TooManyRequests) IsClientError

func (o *CombinedRulesGetV1TooManyRequests) IsClientError() bool

IsClientError returns true when this combined rules get v1 too many requests response has a 4xx status code

func (*CombinedRulesGetV1TooManyRequests) IsCode

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

IsCode returns true when this combined rules get v1 too many requests response a status code equal to that given

func (*CombinedRulesGetV1TooManyRequests) IsRedirect

func (o *CombinedRulesGetV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this combined rules get v1 too many requests response has a 3xx status code

func (*CombinedRulesGetV1TooManyRequests) IsServerError

func (o *CombinedRulesGetV1TooManyRequests) IsServerError() bool

IsServerError returns true when this combined rules get v1 too many requests response has a 5xx status code

func (*CombinedRulesGetV1TooManyRequests) IsSuccess

func (o *CombinedRulesGetV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this combined rules get v1 too many requests response has a 2xx status code

func (*CombinedRulesGetV1TooManyRequests) String

type CombinedRulesGetV1Unauthorized

type CombinedRulesGetV1Unauthorized 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.APIGetEntitiesRulesResponseV1
}

CombinedRulesGetV1Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewCombinedRulesGetV1Unauthorized

func NewCombinedRulesGetV1Unauthorized() *CombinedRulesGetV1Unauthorized

NewCombinedRulesGetV1Unauthorized creates a CombinedRulesGetV1Unauthorized with default headers values

func (*CombinedRulesGetV1Unauthorized) Code

Code gets the status code for the combined rules get v1 unauthorized response

func (*CombinedRulesGetV1Unauthorized) Error

func (*CombinedRulesGetV1Unauthorized) GetPayload

func (*CombinedRulesGetV1Unauthorized) IsClientError

func (o *CombinedRulesGetV1Unauthorized) IsClientError() bool

IsClientError returns true when this combined rules get v1 unauthorized response has a 4xx status code

func (*CombinedRulesGetV1Unauthorized) IsCode

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

IsCode returns true when this combined rules get v1 unauthorized response a status code equal to that given

func (*CombinedRulesGetV1Unauthorized) IsRedirect

func (o *CombinedRulesGetV1Unauthorized) IsRedirect() bool

IsRedirect returns true when this combined rules get v1 unauthorized response has a 3xx status code

func (*CombinedRulesGetV1Unauthorized) IsServerError

func (o *CombinedRulesGetV1Unauthorized) IsServerError() bool

IsServerError returns true when this combined rules get v1 unauthorized response has a 5xx status code

func (*CombinedRulesGetV1Unauthorized) IsSuccess

func (o *CombinedRulesGetV1Unauthorized) IsSuccess() bool

IsSuccess returns true when this combined rules get v1 unauthorized response has a 2xx status code

func (*CombinedRulesGetV1Unauthorized) String

type CombinedRulesGetV2BadRequest added in v0.14.0

type CombinedRulesGetV2BadRequest 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.APIGetEntitiesRulesResponseV1
}

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

Bad Request

func NewCombinedRulesGetV2BadRequest added in v0.14.0

func NewCombinedRulesGetV2BadRequest() *CombinedRulesGetV2BadRequest

NewCombinedRulesGetV2BadRequest creates a CombinedRulesGetV2BadRequest with default headers values

func (*CombinedRulesGetV2BadRequest) Code added in v0.14.0

Code gets the status code for the combined rules get v2 bad request response

func (*CombinedRulesGetV2BadRequest) Error added in v0.14.0

func (*CombinedRulesGetV2BadRequest) GetPayload added in v0.14.0

func (*CombinedRulesGetV2BadRequest) IsClientError added in v0.14.0

func (o *CombinedRulesGetV2BadRequest) IsClientError() bool

IsClientError returns true when this combined rules get v2 bad request response has a 4xx status code

func (*CombinedRulesGetV2BadRequest) IsCode added in v0.14.0

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

IsCode returns true when this combined rules get v2 bad request response a status code equal to that given

func (*CombinedRulesGetV2BadRequest) IsRedirect added in v0.14.0

func (o *CombinedRulesGetV2BadRequest) IsRedirect() bool

IsRedirect returns true when this combined rules get v2 bad request response has a 3xx status code

func (*CombinedRulesGetV2BadRequest) IsServerError added in v0.14.0

func (o *CombinedRulesGetV2BadRequest) IsServerError() bool

IsServerError returns true when this combined rules get v2 bad request response has a 5xx status code

func (*CombinedRulesGetV2BadRequest) IsSuccess added in v0.14.0

func (o *CombinedRulesGetV2BadRequest) IsSuccess() bool

IsSuccess returns true when this combined rules get v2 bad request response has a 2xx status code

func (*CombinedRulesGetV2BadRequest) String added in v0.14.0

type CombinedRulesGetV2Forbidden added in v0.14.0

type CombinedRulesGetV2Forbidden 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.APIGetEntitiesRulesResponseV1
}

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

Forbidden

func NewCombinedRulesGetV2Forbidden added in v0.14.0

func NewCombinedRulesGetV2Forbidden() *CombinedRulesGetV2Forbidden

NewCombinedRulesGetV2Forbidden creates a CombinedRulesGetV2Forbidden with default headers values

func (*CombinedRulesGetV2Forbidden) Code added in v0.14.0

func (o *CombinedRulesGetV2Forbidden) Code() int

Code gets the status code for the combined rules get v2 forbidden response

func (*CombinedRulesGetV2Forbidden) Error added in v0.14.0

func (*CombinedRulesGetV2Forbidden) GetPayload added in v0.14.0

func (*CombinedRulesGetV2Forbidden) IsClientError added in v0.14.0

func (o *CombinedRulesGetV2Forbidden) IsClientError() bool

IsClientError returns true when this combined rules get v2 forbidden response has a 4xx status code

func (*CombinedRulesGetV2Forbidden) IsCode added in v0.14.0

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

IsCode returns true when this combined rules get v2 forbidden response a status code equal to that given

func (*CombinedRulesGetV2Forbidden) IsRedirect added in v0.14.0

func (o *CombinedRulesGetV2Forbidden) IsRedirect() bool

IsRedirect returns true when this combined rules get v2 forbidden response has a 3xx status code

func (*CombinedRulesGetV2Forbidden) IsServerError added in v0.14.0

func (o *CombinedRulesGetV2Forbidden) IsServerError() bool

IsServerError returns true when this combined rules get v2 forbidden response has a 5xx status code

func (*CombinedRulesGetV2Forbidden) IsSuccess added in v0.14.0

func (o *CombinedRulesGetV2Forbidden) IsSuccess() bool

IsSuccess returns true when this combined rules get v2 forbidden response has a 2xx status code

func (*CombinedRulesGetV2Forbidden) String added in v0.14.0

func (o *CombinedRulesGetV2Forbidden) String() string

type CombinedRulesGetV2InternalServerError added in v0.14.0

type CombinedRulesGetV2InternalServerError 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.APIGetEntitiesRulesResponseV1
}

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

Internal Server Error

func NewCombinedRulesGetV2InternalServerError added in v0.14.0

func NewCombinedRulesGetV2InternalServerError() *CombinedRulesGetV2InternalServerError

NewCombinedRulesGetV2InternalServerError creates a CombinedRulesGetV2InternalServerError with default headers values

func (*CombinedRulesGetV2InternalServerError) Code added in v0.14.0

Code gets the status code for the combined rules get v2 internal server error response

func (*CombinedRulesGetV2InternalServerError) Error added in v0.14.0

func (*CombinedRulesGetV2InternalServerError) GetPayload added in v0.14.0

func (*CombinedRulesGetV2InternalServerError) IsClientError added in v0.14.0

func (o *CombinedRulesGetV2InternalServerError) IsClientError() bool

IsClientError returns true when this combined rules get v2 internal server error response has a 4xx status code

func (*CombinedRulesGetV2InternalServerError) IsCode added in v0.14.0

IsCode returns true when this combined rules get v2 internal server error response a status code equal to that given

func (*CombinedRulesGetV2InternalServerError) IsRedirect added in v0.14.0

IsRedirect returns true when this combined rules get v2 internal server error response has a 3xx status code

func (*CombinedRulesGetV2InternalServerError) IsServerError added in v0.14.0

func (o *CombinedRulesGetV2InternalServerError) IsServerError() bool

IsServerError returns true when this combined rules get v2 internal server error response has a 5xx status code

func (*CombinedRulesGetV2InternalServerError) IsSuccess added in v0.14.0

IsSuccess returns true when this combined rules get v2 internal server error response has a 2xx status code

func (*CombinedRulesGetV2InternalServerError) String added in v0.14.0

type CombinedRulesGetV2NotFound added in v0.14.0

type CombinedRulesGetV2NotFound 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.APIGetEntitiesRulesResponseV1
}

CombinedRulesGetV2NotFound describes a response with status code 404, with default header values.

Not Found

func NewCombinedRulesGetV2NotFound added in v0.14.0

func NewCombinedRulesGetV2NotFound() *CombinedRulesGetV2NotFound

NewCombinedRulesGetV2NotFound creates a CombinedRulesGetV2NotFound with default headers values

func (*CombinedRulesGetV2NotFound) Code added in v0.14.0

func (o *CombinedRulesGetV2NotFound) Code() int

Code gets the status code for the combined rules get v2 not found response

func (*CombinedRulesGetV2NotFound) Error added in v0.14.0

func (*CombinedRulesGetV2NotFound) GetPayload added in v0.14.0

func (*CombinedRulesGetV2NotFound) IsClientError added in v0.14.0

func (o *CombinedRulesGetV2NotFound) IsClientError() bool

IsClientError returns true when this combined rules get v2 not found response has a 4xx status code

func (*CombinedRulesGetV2NotFound) IsCode added in v0.14.0

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

IsCode returns true when this combined rules get v2 not found response a status code equal to that given

func (*CombinedRulesGetV2NotFound) IsRedirect added in v0.14.0

func (o *CombinedRulesGetV2NotFound) IsRedirect() bool

IsRedirect returns true when this combined rules get v2 not found response has a 3xx status code

func (*CombinedRulesGetV2NotFound) IsServerError added in v0.14.0

func (o *CombinedRulesGetV2NotFound) IsServerError() bool

IsServerError returns true when this combined rules get v2 not found response has a 5xx status code

func (*CombinedRulesGetV2NotFound) IsSuccess added in v0.14.0

func (o *CombinedRulesGetV2NotFound) IsSuccess() bool

IsSuccess returns true when this combined rules get v2 not found response has a 2xx status code

func (*CombinedRulesGetV2NotFound) String added in v0.14.0

func (o *CombinedRulesGetV2NotFound) String() string

type CombinedRulesGetV2OK added in v0.14.0

type CombinedRulesGetV2OK 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.APIGetEntitiesRulesResponseV1
}

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

OK

func NewCombinedRulesGetV2OK added in v0.14.0

func NewCombinedRulesGetV2OK() *CombinedRulesGetV2OK

NewCombinedRulesGetV2OK creates a CombinedRulesGetV2OK with default headers values

func (*CombinedRulesGetV2OK) Code added in v0.14.0

func (o *CombinedRulesGetV2OK) Code() int

Code gets the status code for the combined rules get v2 o k response

func (*CombinedRulesGetV2OK) Error added in v0.14.0

func (o *CombinedRulesGetV2OK) Error() string

func (*CombinedRulesGetV2OK) GetPayload added in v0.14.0

func (*CombinedRulesGetV2OK) IsClientError added in v0.14.0

func (o *CombinedRulesGetV2OK) IsClientError() bool

IsClientError returns true when this combined rules get v2 o k response has a 4xx status code

func (*CombinedRulesGetV2OK) IsCode added in v0.14.0

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

IsCode returns true when this combined rules get v2 o k response a status code equal to that given

func (*CombinedRulesGetV2OK) IsRedirect added in v0.14.0

func (o *CombinedRulesGetV2OK) IsRedirect() bool

IsRedirect returns true when this combined rules get v2 o k response has a 3xx status code

func (*CombinedRulesGetV2OK) IsServerError added in v0.14.0

func (o *CombinedRulesGetV2OK) IsServerError() bool

IsServerError returns true when this combined rules get v2 o k response has a 5xx status code

func (*CombinedRulesGetV2OK) IsSuccess added in v0.14.0

func (o *CombinedRulesGetV2OK) IsSuccess() bool

IsSuccess returns true when this combined rules get v2 o k response has a 2xx status code

func (*CombinedRulesGetV2OK) String added in v0.14.0

func (o *CombinedRulesGetV2OK) String() string

type CombinedRulesGetV2Params added in v0.14.0

type CombinedRulesGetV2Params struct {

	/* Filter.

	   FQL query specifying the filter parameters
	*/
	Filter *string

	/* Limit.

	   Number of IDs to return

	   Default: 100
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return IDs
	*/
	Offset *int64

	/* Q.

	   Match query criteria, which includes all the filter string fields
	*/
	Q *string

	/* Sort.

	   Rule property to sort on

	   Default: "created_on"
	*/
	Sort *string

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

CombinedRulesGetV2Params contains all the parameters to send to the API endpoint

for the combined rules get v2 operation.

Typically these are written to a http.Request.

func NewCombinedRulesGetV2Params added in v0.14.0

func NewCombinedRulesGetV2Params() *CombinedRulesGetV2Params

NewCombinedRulesGetV2Params creates a new CombinedRulesGetV2Params 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 NewCombinedRulesGetV2ParamsWithContext added in v0.14.0

func NewCombinedRulesGetV2ParamsWithContext(ctx context.Context) *CombinedRulesGetV2Params

NewCombinedRulesGetV2ParamsWithContext creates a new CombinedRulesGetV2Params object with the ability to set a context for a request.

func NewCombinedRulesGetV2ParamsWithHTTPClient added in v0.14.0

func NewCombinedRulesGetV2ParamsWithHTTPClient(client *http.Client) *CombinedRulesGetV2Params

NewCombinedRulesGetV2ParamsWithHTTPClient creates a new CombinedRulesGetV2Params object with the ability to set a custom HTTPClient for a request.

func NewCombinedRulesGetV2ParamsWithTimeout added in v0.14.0

func NewCombinedRulesGetV2ParamsWithTimeout(timeout time.Duration) *CombinedRulesGetV2Params

NewCombinedRulesGetV2ParamsWithTimeout creates a new CombinedRulesGetV2Params object with the ability to set a timeout on a request.

func (*CombinedRulesGetV2Params) SetContext added in v0.14.0

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

SetContext adds the context to the combined rules get v2 params

func (*CombinedRulesGetV2Params) SetDefaults added in v0.14.0

func (o *CombinedRulesGetV2Params) SetDefaults()

SetDefaults hydrates default values in the combined rules get v2 params (not the query body).

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

func (*CombinedRulesGetV2Params) SetFilter added in v0.14.0

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

SetFilter adds the filter to the combined rules get v2 params

func (*CombinedRulesGetV2Params) SetHTTPClient added in v0.14.0

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

SetHTTPClient adds the HTTPClient to the combined rules get v2 params

func (*CombinedRulesGetV2Params) SetLimit added in v0.14.0

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

SetLimit adds the limit to the combined rules get v2 params

func (*CombinedRulesGetV2Params) SetOffset added in v0.14.0

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

SetOffset adds the offset to the combined rules get v2 params

func (*CombinedRulesGetV2Params) SetQ added in v0.14.0

func (o *CombinedRulesGetV2Params) SetQ(q *string)

SetQ adds the q to the combined rules get v2 params

func (*CombinedRulesGetV2Params) SetSort added in v0.14.0

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

SetSort adds the sort to the combined rules get v2 params

func (*CombinedRulesGetV2Params) SetTimeout added in v0.14.0

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

SetTimeout adds the timeout to the combined rules get v2 params

func (*CombinedRulesGetV2Params) WithContext added in v0.14.0

WithContext adds the context to the combined rules get v2 params

func (*CombinedRulesGetV2Params) WithDefaults added in v0.14.0

WithDefaults hydrates default values in the combined rules get v2 params (not the query body).

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

func (*CombinedRulesGetV2Params) WithFilter added in v0.14.0

WithFilter adds the filter to the combined rules get v2 params

func (*CombinedRulesGetV2Params) WithHTTPClient added in v0.14.0

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

WithHTTPClient adds the HTTPClient to the combined rules get v2 params

func (*CombinedRulesGetV2Params) WithLimit added in v0.14.0

WithLimit adds the limit to the combined rules get v2 params

func (*CombinedRulesGetV2Params) WithOffset added in v0.14.0

WithOffset adds the offset to the combined rules get v2 params

func (*CombinedRulesGetV2Params) WithQ added in v0.14.0

WithQ adds the q to the combined rules get v2 params

func (*CombinedRulesGetV2Params) WithSort added in v0.14.0

WithSort adds the sort to the combined rules get v2 params

func (*CombinedRulesGetV2Params) WithTimeout added in v0.14.0

WithTimeout adds the timeout to the combined rules get v2 params

func (*CombinedRulesGetV2Params) WriteToRequest added in v0.14.0

WriteToRequest writes these params to a swagger request

type CombinedRulesGetV2Reader added in v0.14.0

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

CombinedRulesGetV2Reader is a Reader for the CombinedRulesGetV2 structure.

func (*CombinedRulesGetV2Reader) ReadResponse added in v0.14.0

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

ReadResponse reads a server response into the received o.

type CombinedRulesGetV2TooManyRequests added in v0.14.0

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

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

Too Many Requests

func NewCombinedRulesGetV2TooManyRequests added in v0.14.0

func NewCombinedRulesGetV2TooManyRequests() *CombinedRulesGetV2TooManyRequests

NewCombinedRulesGetV2TooManyRequests creates a CombinedRulesGetV2TooManyRequests with default headers values

func (*CombinedRulesGetV2TooManyRequests) Code added in v0.14.0

Code gets the status code for the combined rules get v2 too many requests response

func (*CombinedRulesGetV2TooManyRequests) Error added in v0.14.0

func (*CombinedRulesGetV2TooManyRequests) GetPayload added in v0.14.0

func (*CombinedRulesGetV2TooManyRequests) IsClientError added in v0.14.0

func (o *CombinedRulesGetV2TooManyRequests) IsClientError() bool

IsClientError returns true when this combined rules get v2 too many requests response has a 4xx status code

func (*CombinedRulesGetV2TooManyRequests) IsCode added in v0.14.0

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

IsCode returns true when this combined rules get v2 too many requests response a status code equal to that given

func (*CombinedRulesGetV2TooManyRequests) IsRedirect added in v0.14.0

func (o *CombinedRulesGetV2TooManyRequests) IsRedirect() bool

IsRedirect returns true when this combined rules get v2 too many requests response has a 3xx status code

func (*CombinedRulesGetV2TooManyRequests) IsServerError added in v0.14.0

func (o *CombinedRulesGetV2TooManyRequests) IsServerError() bool

IsServerError returns true when this combined rules get v2 too many requests response has a 5xx status code

func (*CombinedRulesGetV2TooManyRequests) IsSuccess added in v0.14.0

func (o *CombinedRulesGetV2TooManyRequests) IsSuccess() bool

IsSuccess returns true when this combined rules get v2 too many requests response has a 2xx status code

func (*CombinedRulesGetV2TooManyRequests) String added in v0.14.0

type CombinedRulesGetV2Unauthorized added in v0.14.0

type CombinedRulesGetV2Unauthorized 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.APIGetEntitiesRulesResponseV1
}

CombinedRulesGetV2Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewCombinedRulesGetV2Unauthorized added in v0.14.0

func NewCombinedRulesGetV2Unauthorized() *CombinedRulesGetV2Unauthorized

NewCombinedRulesGetV2Unauthorized creates a CombinedRulesGetV2Unauthorized with default headers values

func (*CombinedRulesGetV2Unauthorized) Code added in v0.14.0

Code gets the status code for the combined rules get v2 unauthorized response

func (*CombinedRulesGetV2Unauthorized) Error added in v0.14.0

func (*CombinedRulesGetV2Unauthorized) GetPayload added in v0.14.0

func (*CombinedRulesGetV2Unauthorized) IsClientError added in v0.14.0

func (o *CombinedRulesGetV2Unauthorized) IsClientError() bool

IsClientError returns true when this combined rules get v2 unauthorized response has a 4xx status code

func (*CombinedRulesGetV2Unauthorized) IsCode added in v0.14.0

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

IsCode returns true when this combined rules get v2 unauthorized response a status code equal to that given

func (*CombinedRulesGetV2Unauthorized) IsRedirect added in v0.14.0

func (o *CombinedRulesGetV2Unauthorized) IsRedirect() bool

IsRedirect returns true when this combined rules get v2 unauthorized response has a 3xx status code

func (*CombinedRulesGetV2Unauthorized) IsServerError added in v0.14.0

func (o *CombinedRulesGetV2Unauthorized) IsServerError() bool

IsServerError returns true when this combined rules get v2 unauthorized response has a 5xx status code

func (*CombinedRulesGetV2Unauthorized) IsSuccess added in v0.14.0

func (o *CombinedRulesGetV2Unauthorized) IsSuccess() bool

IsSuccess returns true when this combined rules get v2 unauthorized response has a 2xx status code

func (*CombinedRulesGetV2Unauthorized) String added in v0.14.0

type EntitiesLatestRulesGetV1BadRequest added in v0.14.0

type EntitiesLatestRulesGetV1BadRequest 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.APIGetEntitiesRulesResponseV1
}

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

Bad Request

func NewEntitiesLatestRulesGetV1BadRequest added in v0.14.0

func NewEntitiesLatestRulesGetV1BadRequest() *EntitiesLatestRulesGetV1BadRequest

NewEntitiesLatestRulesGetV1BadRequest creates a EntitiesLatestRulesGetV1BadRequest with default headers values

func (*EntitiesLatestRulesGetV1BadRequest) Code added in v0.14.0

Code gets the status code for the entities latest rules get v1 bad request response

func (*EntitiesLatestRulesGetV1BadRequest) Error added in v0.14.0

func (*EntitiesLatestRulesGetV1BadRequest) GetPayload added in v0.14.0

func (*EntitiesLatestRulesGetV1BadRequest) IsClientError added in v0.14.0

func (o *EntitiesLatestRulesGetV1BadRequest) IsClientError() bool

IsClientError returns true when this entities latest rules get v1 bad request response has a 4xx status code

func (*EntitiesLatestRulesGetV1BadRequest) IsCode added in v0.14.0

IsCode returns true when this entities latest rules get v1 bad request response a status code equal to that given

func (*EntitiesLatestRulesGetV1BadRequest) IsRedirect added in v0.14.0

func (o *EntitiesLatestRulesGetV1BadRequest) IsRedirect() bool

IsRedirect returns true when this entities latest rules get v1 bad request response has a 3xx status code

func (*EntitiesLatestRulesGetV1BadRequest) IsServerError added in v0.14.0

func (o *EntitiesLatestRulesGetV1BadRequest) IsServerError() bool

IsServerError returns true when this entities latest rules get v1 bad request response has a 5xx status code

func (*EntitiesLatestRulesGetV1BadRequest) IsSuccess added in v0.14.0

IsSuccess returns true when this entities latest rules get v1 bad request response has a 2xx status code

func (*EntitiesLatestRulesGetV1BadRequest) String added in v0.14.0

type EntitiesLatestRulesGetV1Forbidden added in v0.14.0

type EntitiesLatestRulesGetV1Forbidden 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.APIGetEntitiesRulesResponseV1
}

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

Forbidden

func NewEntitiesLatestRulesGetV1Forbidden added in v0.14.0

func NewEntitiesLatestRulesGetV1Forbidden() *EntitiesLatestRulesGetV1Forbidden

NewEntitiesLatestRulesGetV1Forbidden creates a EntitiesLatestRulesGetV1Forbidden with default headers values

func (*EntitiesLatestRulesGetV1Forbidden) Code added in v0.14.0

Code gets the status code for the entities latest rules get v1 forbidden response

func (*EntitiesLatestRulesGetV1Forbidden) Error added in v0.14.0

func (*EntitiesLatestRulesGetV1Forbidden) GetPayload added in v0.14.0

func (*EntitiesLatestRulesGetV1Forbidden) IsClientError added in v0.14.0

func (o *EntitiesLatestRulesGetV1Forbidden) IsClientError() bool

IsClientError returns true when this entities latest rules get v1 forbidden response has a 4xx status code

func (*EntitiesLatestRulesGetV1Forbidden) IsCode added in v0.14.0

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

IsCode returns true when this entities latest rules get v1 forbidden response a status code equal to that given

func (*EntitiesLatestRulesGetV1Forbidden) IsRedirect added in v0.14.0

func (o *EntitiesLatestRulesGetV1Forbidden) IsRedirect() bool

IsRedirect returns true when this entities latest rules get v1 forbidden response has a 3xx status code

func (*EntitiesLatestRulesGetV1Forbidden) IsServerError added in v0.14.0

func (o *EntitiesLatestRulesGetV1Forbidden) IsServerError() bool

IsServerError returns true when this entities latest rules get v1 forbidden response has a 5xx status code

func (*EntitiesLatestRulesGetV1Forbidden) IsSuccess added in v0.14.0

func (o *EntitiesLatestRulesGetV1Forbidden) IsSuccess() bool

IsSuccess returns true when this entities latest rules get v1 forbidden response has a 2xx status code

func (*EntitiesLatestRulesGetV1Forbidden) String added in v0.14.0

type EntitiesLatestRulesGetV1InternalServerError added in v0.14.0

type EntitiesLatestRulesGetV1InternalServerError 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.APIGetEntitiesRulesResponseV1
}

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

Internal Server Error

func NewEntitiesLatestRulesGetV1InternalServerError added in v0.14.0

func NewEntitiesLatestRulesGetV1InternalServerError() *EntitiesLatestRulesGetV1InternalServerError

NewEntitiesLatestRulesGetV1InternalServerError creates a EntitiesLatestRulesGetV1InternalServerError with default headers values

func (*EntitiesLatestRulesGetV1InternalServerError) Code added in v0.14.0

Code gets the status code for the entities latest rules get v1 internal server error response

func (*EntitiesLatestRulesGetV1InternalServerError) Error added in v0.14.0

func (*EntitiesLatestRulesGetV1InternalServerError) GetPayload added in v0.14.0

func (*EntitiesLatestRulesGetV1InternalServerError) IsClientError added in v0.14.0

IsClientError returns true when this entities latest rules get v1 internal server error response has a 4xx status code

func (*EntitiesLatestRulesGetV1InternalServerError) IsCode added in v0.14.0

IsCode returns true when this entities latest rules get v1 internal server error response a status code equal to that given

func (*EntitiesLatestRulesGetV1InternalServerError) IsRedirect added in v0.14.0

IsRedirect returns true when this entities latest rules get v1 internal server error response has a 3xx status code

func (*EntitiesLatestRulesGetV1InternalServerError) IsServerError added in v0.14.0

IsServerError returns true when this entities latest rules get v1 internal server error response has a 5xx status code

func (*EntitiesLatestRulesGetV1InternalServerError) IsSuccess added in v0.14.0

IsSuccess returns true when this entities latest rules get v1 internal server error response has a 2xx status code

func (*EntitiesLatestRulesGetV1InternalServerError) String added in v0.14.0

type EntitiesLatestRulesGetV1NotFound added in v0.14.0

type EntitiesLatestRulesGetV1NotFound 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.APIGetEntitiesRulesResponseV1
}

EntitiesLatestRulesGetV1NotFound describes a response with status code 404, with default header values.

Not Found

func NewEntitiesLatestRulesGetV1NotFound added in v0.14.0

func NewEntitiesLatestRulesGetV1NotFound() *EntitiesLatestRulesGetV1NotFound

NewEntitiesLatestRulesGetV1NotFound creates a EntitiesLatestRulesGetV1NotFound with default headers values

func (*EntitiesLatestRulesGetV1NotFound) Code added in v0.14.0

Code gets the status code for the entities latest rules get v1 not found response

func (*EntitiesLatestRulesGetV1NotFound) Error added in v0.14.0

func (*EntitiesLatestRulesGetV1NotFound) GetPayload added in v0.14.0

func (*EntitiesLatestRulesGetV1NotFound) IsClientError added in v0.14.0

func (o *EntitiesLatestRulesGetV1NotFound) IsClientError() bool

IsClientError returns true when this entities latest rules get v1 not found response has a 4xx status code

func (*EntitiesLatestRulesGetV1NotFound) IsCode added in v0.14.0

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

IsCode returns true when this entities latest rules get v1 not found response a status code equal to that given

func (*EntitiesLatestRulesGetV1NotFound) IsRedirect added in v0.14.0

func (o *EntitiesLatestRulesGetV1NotFound) IsRedirect() bool

IsRedirect returns true when this entities latest rules get v1 not found response has a 3xx status code

func (*EntitiesLatestRulesGetV1NotFound) IsServerError added in v0.14.0

func (o *EntitiesLatestRulesGetV1NotFound) IsServerError() bool

IsServerError returns true when this entities latest rules get v1 not found response has a 5xx status code

func (*EntitiesLatestRulesGetV1NotFound) IsSuccess added in v0.14.0

func (o *EntitiesLatestRulesGetV1NotFound) IsSuccess() bool

IsSuccess returns true when this entities latest rules get v1 not found response has a 2xx status code

func (*EntitiesLatestRulesGetV1NotFound) String added in v0.14.0

type EntitiesLatestRulesGetV1OK added in v0.14.0

type EntitiesLatestRulesGetV1OK 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.APIGetEntitiesRulesResponseV1
}

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

OK

func NewEntitiesLatestRulesGetV1OK added in v0.14.0

func NewEntitiesLatestRulesGetV1OK() *EntitiesLatestRulesGetV1OK

NewEntitiesLatestRulesGetV1OK creates a EntitiesLatestRulesGetV1OK with default headers values

func (*EntitiesLatestRulesGetV1OK) Code added in v0.14.0

func (o *EntitiesLatestRulesGetV1OK) Code() int

Code gets the status code for the entities latest rules get v1 o k response

func (*EntitiesLatestRulesGetV1OK) Error added in v0.14.0

func (*EntitiesLatestRulesGetV1OK) GetPayload added in v0.14.0

func (*EntitiesLatestRulesGetV1OK) IsClientError added in v0.14.0

func (o *EntitiesLatestRulesGetV1OK) IsClientError() bool

IsClientError returns true when this entities latest rules get v1 o k response has a 4xx status code

func (*EntitiesLatestRulesGetV1OK) IsCode added in v0.14.0

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

IsCode returns true when this entities latest rules get v1 o k response a status code equal to that given

func (*EntitiesLatestRulesGetV1OK) IsRedirect added in v0.14.0

func (o *EntitiesLatestRulesGetV1OK) IsRedirect() bool

IsRedirect returns true when this entities latest rules get v1 o k response has a 3xx status code

func (*EntitiesLatestRulesGetV1OK) IsServerError added in v0.14.0

func (o *EntitiesLatestRulesGetV1OK) IsServerError() bool

IsServerError returns true when this entities latest rules get v1 o k response has a 5xx status code

func (*EntitiesLatestRulesGetV1OK) IsSuccess added in v0.14.0

func (o *EntitiesLatestRulesGetV1OK) IsSuccess() bool

IsSuccess returns true when this entities latest rules get v1 o k response has a 2xx status code

func (*EntitiesLatestRulesGetV1OK) String added in v0.14.0

func (o *EntitiesLatestRulesGetV1OK) String() string

type EntitiesLatestRulesGetV1Params added in v0.14.0

type EntitiesLatestRulesGetV1Params struct {

	/* RuleIds.

	   The rule IDs
	*/
	RuleIds []string

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

EntitiesLatestRulesGetV1Params contains all the parameters to send to the API endpoint

for the entities latest rules get v1 operation.

Typically these are written to a http.Request.

func NewEntitiesLatestRulesGetV1Params added in v0.14.0

func NewEntitiesLatestRulesGetV1Params() *EntitiesLatestRulesGetV1Params

NewEntitiesLatestRulesGetV1Params creates a new EntitiesLatestRulesGetV1Params 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 NewEntitiesLatestRulesGetV1ParamsWithContext added in v0.14.0

func NewEntitiesLatestRulesGetV1ParamsWithContext(ctx context.Context) *EntitiesLatestRulesGetV1Params

NewEntitiesLatestRulesGetV1ParamsWithContext creates a new EntitiesLatestRulesGetV1Params object with the ability to set a context for a request.

func NewEntitiesLatestRulesGetV1ParamsWithHTTPClient added in v0.14.0

func NewEntitiesLatestRulesGetV1ParamsWithHTTPClient(client *http.Client) *EntitiesLatestRulesGetV1Params

NewEntitiesLatestRulesGetV1ParamsWithHTTPClient creates a new EntitiesLatestRulesGetV1Params object with the ability to set a custom HTTPClient for a request.

func NewEntitiesLatestRulesGetV1ParamsWithTimeout added in v0.14.0

func NewEntitiesLatestRulesGetV1ParamsWithTimeout(timeout time.Duration) *EntitiesLatestRulesGetV1Params

NewEntitiesLatestRulesGetV1ParamsWithTimeout creates a new EntitiesLatestRulesGetV1Params object with the ability to set a timeout on a request.

func (*EntitiesLatestRulesGetV1Params) SetContext added in v0.14.0

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

SetContext adds the context to the entities latest rules get v1 params

func (*EntitiesLatestRulesGetV1Params) SetDefaults added in v0.14.0

func (o *EntitiesLatestRulesGetV1Params) SetDefaults()

SetDefaults hydrates default values in the entities latest rules get v1 params (not the query body).

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

func (*EntitiesLatestRulesGetV1Params) SetHTTPClient added in v0.14.0

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

SetHTTPClient adds the HTTPClient to the entities latest rules get v1 params

func (*EntitiesLatestRulesGetV1Params) SetRuleIds added in v0.14.0

func (o *EntitiesLatestRulesGetV1Params) SetRuleIds(ruleIds []string)

SetRuleIds adds the ruleIds to the entities latest rules get v1 params

func (*EntitiesLatestRulesGetV1Params) SetTimeout added in v0.14.0

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

SetTimeout adds the timeout to the entities latest rules get v1 params

func (*EntitiesLatestRulesGetV1Params) WithContext added in v0.14.0

WithContext adds the context to the entities latest rules get v1 params

func (*EntitiesLatestRulesGetV1Params) WithDefaults added in v0.14.0

WithDefaults hydrates default values in the entities latest rules get v1 params (not the query body).

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

func (*EntitiesLatestRulesGetV1Params) WithHTTPClient added in v0.14.0

WithHTTPClient adds the HTTPClient to the entities latest rules get v1 params

func (*EntitiesLatestRulesGetV1Params) WithRuleIds added in v0.14.0

WithRuleIds adds the ruleIds to the entities latest rules get v1 params

func (*EntitiesLatestRulesGetV1Params) WithTimeout added in v0.14.0

WithTimeout adds the timeout to the entities latest rules get v1 params

func (*EntitiesLatestRulesGetV1Params) WriteToRequest added in v0.14.0

WriteToRequest writes these params to a swagger request

type EntitiesLatestRulesGetV1Reader added in v0.14.0

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

EntitiesLatestRulesGetV1Reader is a Reader for the EntitiesLatestRulesGetV1 structure.

func (*EntitiesLatestRulesGetV1Reader) ReadResponse added in v0.14.0

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

ReadResponse reads a server response into the received o.

type EntitiesLatestRulesGetV1TooManyRequests added in v0.14.0

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

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

Too Many Requests

func NewEntitiesLatestRulesGetV1TooManyRequests added in v0.14.0

func NewEntitiesLatestRulesGetV1TooManyRequests() *EntitiesLatestRulesGetV1TooManyRequests

NewEntitiesLatestRulesGetV1TooManyRequests creates a EntitiesLatestRulesGetV1TooManyRequests with default headers values

func (*EntitiesLatestRulesGetV1TooManyRequests) Code added in v0.14.0

Code gets the status code for the entities latest rules get v1 too many requests response

func (*EntitiesLatestRulesGetV1TooManyRequests) Error added in v0.14.0

func (*EntitiesLatestRulesGetV1TooManyRequests) GetPayload added in v0.14.0

func (*EntitiesLatestRulesGetV1TooManyRequests) IsClientError added in v0.14.0

func (o *EntitiesLatestRulesGetV1TooManyRequests) IsClientError() bool

IsClientError returns true when this entities latest rules get v1 too many requests response has a 4xx status code

func (*EntitiesLatestRulesGetV1TooManyRequests) IsCode added in v0.14.0

IsCode returns true when this entities latest rules get v1 too many requests response a status code equal to that given

func (*EntitiesLatestRulesGetV1TooManyRequests) IsRedirect added in v0.14.0

IsRedirect returns true when this entities latest rules get v1 too many requests response has a 3xx status code

func (*EntitiesLatestRulesGetV1TooManyRequests) IsServerError added in v0.14.0

func (o *EntitiesLatestRulesGetV1TooManyRequests) IsServerError() bool

IsServerError returns true when this entities latest rules get v1 too many requests response has a 5xx status code

func (*EntitiesLatestRulesGetV1TooManyRequests) IsSuccess added in v0.14.0

IsSuccess returns true when this entities latest rules get v1 too many requests response has a 2xx status code

func (*EntitiesLatestRulesGetV1TooManyRequests) String added in v0.14.0

type EntitiesLatestRulesGetV1Unauthorized added in v0.14.0

type EntitiesLatestRulesGetV1Unauthorized 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.APIGetEntitiesRulesResponseV1
}

EntitiesLatestRulesGetV1Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewEntitiesLatestRulesGetV1Unauthorized added in v0.14.0

func NewEntitiesLatestRulesGetV1Unauthorized() *EntitiesLatestRulesGetV1Unauthorized

NewEntitiesLatestRulesGetV1Unauthorized creates a EntitiesLatestRulesGetV1Unauthorized with default headers values

func (*EntitiesLatestRulesGetV1Unauthorized) Code added in v0.14.0

Code gets the status code for the entities latest rules get v1 unauthorized response

func (*EntitiesLatestRulesGetV1Unauthorized) Error added in v0.14.0

func (*EntitiesLatestRulesGetV1Unauthorized) GetPayload added in v0.14.0

func (*EntitiesLatestRulesGetV1Unauthorized) IsClientError added in v0.14.0

func (o *EntitiesLatestRulesGetV1Unauthorized) IsClientError() bool

IsClientError returns true when this entities latest rules get v1 unauthorized response has a 4xx status code

func (*EntitiesLatestRulesGetV1Unauthorized) IsCode added in v0.14.0

IsCode returns true when this entities latest rules get v1 unauthorized response a status code equal to that given

func (*EntitiesLatestRulesGetV1Unauthorized) IsRedirect added in v0.14.0

IsRedirect returns true when this entities latest rules get v1 unauthorized response has a 3xx status code

func (*EntitiesLatestRulesGetV1Unauthorized) IsServerError added in v0.14.0

func (o *EntitiesLatestRulesGetV1Unauthorized) IsServerError() bool

IsServerError returns true when this entities latest rules get v1 unauthorized response has a 5xx status code

func (*EntitiesLatestRulesGetV1Unauthorized) IsSuccess added in v0.14.0

IsSuccess returns true when this entities latest rules get v1 unauthorized response has a 2xx status code

func (*EntitiesLatestRulesGetV1Unauthorized) String added in v0.14.0

type EntitiesRuleVersionsDeleteV1BadRequest added in v0.14.0

type EntitiesRuleVersionsDeleteV1BadRequest 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.MsaspecQueryResponse
}

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

Bad Request

func NewEntitiesRuleVersionsDeleteV1BadRequest added in v0.14.0

func NewEntitiesRuleVersionsDeleteV1BadRequest() *EntitiesRuleVersionsDeleteV1BadRequest

NewEntitiesRuleVersionsDeleteV1BadRequest creates a EntitiesRuleVersionsDeleteV1BadRequest with default headers values

func (*EntitiesRuleVersionsDeleteV1BadRequest) Code added in v0.14.0

Code gets the status code for the entities rule versions delete v1 bad request response

func (*EntitiesRuleVersionsDeleteV1BadRequest) Error added in v0.14.0

func (*EntitiesRuleVersionsDeleteV1BadRequest) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsDeleteV1BadRequest) IsClientError added in v0.14.0

func (o *EntitiesRuleVersionsDeleteV1BadRequest) IsClientError() bool

IsClientError returns true when this entities rule versions delete v1 bad request response has a 4xx status code

func (*EntitiesRuleVersionsDeleteV1BadRequest) IsCode added in v0.14.0

IsCode returns true when this entities rule versions delete v1 bad request response a status code equal to that given

func (*EntitiesRuleVersionsDeleteV1BadRequest) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions delete v1 bad request response has a 3xx status code

func (*EntitiesRuleVersionsDeleteV1BadRequest) IsServerError added in v0.14.0

func (o *EntitiesRuleVersionsDeleteV1BadRequest) IsServerError() bool

IsServerError returns true when this entities rule versions delete v1 bad request response has a 5xx status code

func (*EntitiesRuleVersionsDeleteV1BadRequest) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions delete v1 bad request response has a 2xx status code

func (*EntitiesRuleVersionsDeleteV1BadRequest) String added in v0.14.0

type EntitiesRuleVersionsDeleteV1Forbidden added in v0.14.0

type EntitiesRuleVersionsDeleteV1Forbidden 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.MsaspecQueryResponse
}

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

Forbidden

func NewEntitiesRuleVersionsDeleteV1Forbidden added in v0.14.0

func NewEntitiesRuleVersionsDeleteV1Forbidden() *EntitiesRuleVersionsDeleteV1Forbidden

NewEntitiesRuleVersionsDeleteV1Forbidden creates a EntitiesRuleVersionsDeleteV1Forbidden with default headers values

func (*EntitiesRuleVersionsDeleteV1Forbidden) Code added in v0.14.0

Code gets the status code for the entities rule versions delete v1 forbidden response

func (*EntitiesRuleVersionsDeleteV1Forbidden) Error added in v0.14.0

func (*EntitiesRuleVersionsDeleteV1Forbidden) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsDeleteV1Forbidden) IsClientError added in v0.14.0

func (o *EntitiesRuleVersionsDeleteV1Forbidden) IsClientError() bool

IsClientError returns true when this entities rule versions delete v1 forbidden response has a 4xx status code

func (*EntitiesRuleVersionsDeleteV1Forbidden) IsCode added in v0.14.0

IsCode returns true when this entities rule versions delete v1 forbidden response a status code equal to that given

func (*EntitiesRuleVersionsDeleteV1Forbidden) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions delete v1 forbidden response has a 3xx status code

func (*EntitiesRuleVersionsDeleteV1Forbidden) IsServerError added in v0.14.0

func (o *EntitiesRuleVersionsDeleteV1Forbidden) IsServerError() bool

IsServerError returns true when this entities rule versions delete v1 forbidden response has a 5xx status code

func (*EntitiesRuleVersionsDeleteV1Forbidden) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions delete v1 forbidden response has a 2xx status code

func (*EntitiesRuleVersionsDeleteV1Forbidden) String added in v0.14.0

type EntitiesRuleVersionsDeleteV1InternalServerError added in v0.14.0

type EntitiesRuleVersionsDeleteV1InternalServerError 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.MsaspecQueryResponse
}

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

Internal Server Error

func NewEntitiesRuleVersionsDeleteV1InternalServerError added in v0.14.0

func NewEntitiesRuleVersionsDeleteV1InternalServerError() *EntitiesRuleVersionsDeleteV1InternalServerError

NewEntitiesRuleVersionsDeleteV1InternalServerError creates a EntitiesRuleVersionsDeleteV1InternalServerError with default headers values

func (*EntitiesRuleVersionsDeleteV1InternalServerError) Code added in v0.14.0

Code gets the status code for the entities rule versions delete v1 internal server error response

func (*EntitiesRuleVersionsDeleteV1InternalServerError) Error added in v0.14.0

func (*EntitiesRuleVersionsDeleteV1InternalServerError) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsDeleteV1InternalServerError) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions delete v1 internal server error response has a 4xx status code

func (*EntitiesRuleVersionsDeleteV1InternalServerError) IsCode added in v0.14.0

IsCode returns true when this entities rule versions delete v1 internal server error response a status code equal to that given

func (*EntitiesRuleVersionsDeleteV1InternalServerError) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions delete v1 internal server error response has a 3xx status code

func (*EntitiesRuleVersionsDeleteV1InternalServerError) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions delete v1 internal server error response has a 5xx status code

func (*EntitiesRuleVersionsDeleteV1InternalServerError) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions delete v1 internal server error response has a 2xx status code

func (*EntitiesRuleVersionsDeleteV1InternalServerError) String added in v0.14.0

type EntitiesRuleVersionsDeleteV1NotFound added in v0.14.0

type EntitiesRuleVersionsDeleteV1NotFound 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.MsaspecQueryResponse
}

EntitiesRuleVersionsDeleteV1NotFound describes a response with status code 404, with default header values.

Not Found

func NewEntitiesRuleVersionsDeleteV1NotFound added in v0.14.0

func NewEntitiesRuleVersionsDeleteV1NotFound() *EntitiesRuleVersionsDeleteV1NotFound

NewEntitiesRuleVersionsDeleteV1NotFound creates a EntitiesRuleVersionsDeleteV1NotFound with default headers values

func (*EntitiesRuleVersionsDeleteV1NotFound) Code added in v0.14.0

Code gets the status code for the entities rule versions delete v1 not found response

func (*EntitiesRuleVersionsDeleteV1NotFound) Error added in v0.14.0

func (*EntitiesRuleVersionsDeleteV1NotFound) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsDeleteV1NotFound) IsClientError added in v0.14.0

func (o *EntitiesRuleVersionsDeleteV1NotFound) IsClientError() bool

IsClientError returns true when this entities rule versions delete v1 not found response has a 4xx status code

func (*EntitiesRuleVersionsDeleteV1NotFound) IsCode added in v0.14.0

IsCode returns true when this entities rule versions delete v1 not found response a status code equal to that given

func (*EntitiesRuleVersionsDeleteV1NotFound) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions delete v1 not found response has a 3xx status code

func (*EntitiesRuleVersionsDeleteV1NotFound) IsServerError added in v0.14.0

func (o *EntitiesRuleVersionsDeleteV1NotFound) IsServerError() bool

IsServerError returns true when this entities rule versions delete v1 not found response has a 5xx status code

func (*EntitiesRuleVersionsDeleteV1NotFound) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions delete v1 not found response has a 2xx status code

func (*EntitiesRuleVersionsDeleteV1NotFound) String added in v0.14.0

type EntitiesRuleVersionsDeleteV1OK added in v0.14.0

type EntitiesRuleVersionsDeleteV1OK 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.MsaspecQueryResponse
}

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

OK

func NewEntitiesRuleVersionsDeleteV1OK added in v0.14.0

func NewEntitiesRuleVersionsDeleteV1OK() *EntitiesRuleVersionsDeleteV1OK

NewEntitiesRuleVersionsDeleteV1OK creates a EntitiesRuleVersionsDeleteV1OK with default headers values

func (*EntitiesRuleVersionsDeleteV1OK) Code added in v0.14.0

Code gets the status code for the entities rule versions delete v1 o k response

func (*EntitiesRuleVersionsDeleteV1OK) Error added in v0.14.0

func (*EntitiesRuleVersionsDeleteV1OK) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsDeleteV1OK) IsClientError added in v0.14.0

func (o *EntitiesRuleVersionsDeleteV1OK) IsClientError() bool

IsClientError returns true when this entities rule versions delete v1 o k response has a 4xx status code

func (*EntitiesRuleVersionsDeleteV1OK) IsCode added in v0.14.0

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

IsCode returns true when this entities rule versions delete v1 o k response a status code equal to that given

func (*EntitiesRuleVersionsDeleteV1OK) IsRedirect added in v0.14.0

func (o *EntitiesRuleVersionsDeleteV1OK) IsRedirect() bool

IsRedirect returns true when this entities rule versions delete v1 o k response has a 3xx status code

func (*EntitiesRuleVersionsDeleteV1OK) IsServerError added in v0.14.0

func (o *EntitiesRuleVersionsDeleteV1OK) IsServerError() bool

IsServerError returns true when this entities rule versions delete v1 o k response has a 5xx status code

func (*EntitiesRuleVersionsDeleteV1OK) IsSuccess added in v0.14.0

func (o *EntitiesRuleVersionsDeleteV1OK) IsSuccess() bool

IsSuccess returns true when this entities rule versions delete v1 o k response has a 2xx status code

func (*EntitiesRuleVersionsDeleteV1OK) String added in v0.14.0

type EntitiesRuleVersionsDeleteV1Params added in v0.14.0

type EntitiesRuleVersionsDeleteV1Params struct {

	/* Ids.

	   The IDs
	*/
	Ids []string

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

EntitiesRuleVersionsDeleteV1Params contains all the parameters to send to the API endpoint

for the entities rule versions delete v1 operation.

Typically these are written to a http.Request.

func NewEntitiesRuleVersionsDeleteV1Params added in v0.14.0

func NewEntitiesRuleVersionsDeleteV1Params() *EntitiesRuleVersionsDeleteV1Params

NewEntitiesRuleVersionsDeleteV1Params creates a new EntitiesRuleVersionsDeleteV1Params 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 NewEntitiesRuleVersionsDeleteV1ParamsWithContext added in v0.14.0

func NewEntitiesRuleVersionsDeleteV1ParamsWithContext(ctx context.Context) *EntitiesRuleVersionsDeleteV1Params

NewEntitiesRuleVersionsDeleteV1ParamsWithContext creates a new EntitiesRuleVersionsDeleteV1Params object with the ability to set a context for a request.

func NewEntitiesRuleVersionsDeleteV1ParamsWithHTTPClient added in v0.14.0

func NewEntitiesRuleVersionsDeleteV1ParamsWithHTTPClient(client *http.Client) *EntitiesRuleVersionsDeleteV1Params

NewEntitiesRuleVersionsDeleteV1ParamsWithHTTPClient creates a new EntitiesRuleVersionsDeleteV1Params object with the ability to set a custom HTTPClient for a request.

func NewEntitiesRuleVersionsDeleteV1ParamsWithTimeout added in v0.14.0

func NewEntitiesRuleVersionsDeleteV1ParamsWithTimeout(timeout time.Duration) *EntitiesRuleVersionsDeleteV1Params

NewEntitiesRuleVersionsDeleteV1ParamsWithTimeout creates a new EntitiesRuleVersionsDeleteV1Params object with the ability to set a timeout on a request.

func (*EntitiesRuleVersionsDeleteV1Params) SetContext added in v0.14.0

SetContext adds the context to the entities rule versions delete v1 params

func (*EntitiesRuleVersionsDeleteV1Params) SetDefaults added in v0.14.0

func (o *EntitiesRuleVersionsDeleteV1Params) SetDefaults()

SetDefaults hydrates default values in the entities rule versions delete v1 params (not the query body).

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

func (*EntitiesRuleVersionsDeleteV1Params) SetHTTPClient added in v0.14.0

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

SetHTTPClient adds the HTTPClient to the entities rule versions delete v1 params

func (*EntitiesRuleVersionsDeleteV1Params) SetIds added in v0.14.0

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

SetIds adds the ids to the entities rule versions delete v1 params

func (*EntitiesRuleVersionsDeleteV1Params) SetTimeout added in v0.14.0

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

SetTimeout adds the timeout to the entities rule versions delete v1 params

func (*EntitiesRuleVersionsDeleteV1Params) WithContext added in v0.14.0

WithContext adds the context to the entities rule versions delete v1 params

func (*EntitiesRuleVersionsDeleteV1Params) WithDefaults added in v0.14.0

WithDefaults hydrates default values in the entities rule versions delete v1 params (not the query body).

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

func (*EntitiesRuleVersionsDeleteV1Params) WithHTTPClient added in v0.14.0

WithHTTPClient adds the HTTPClient to the entities rule versions delete v1 params

func (*EntitiesRuleVersionsDeleteV1Params) WithIds added in v0.14.0

WithIds adds the ids to the entities rule versions delete v1 params

func (*EntitiesRuleVersionsDeleteV1Params) WithTimeout added in v0.14.0

WithTimeout adds the timeout to the entities rule versions delete v1 params

func (*EntitiesRuleVersionsDeleteV1Params) WriteToRequest added in v0.14.0

WriteToRequest writes these params to a swagger request

type EntitiesRuleVersionsDeleteV1Reader added in v0.14.0

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

EntitiesRuleVersionsDeleteV1Reader is a Reader for the EntitiesRuleVersionsDeleteV1 structure.

func (*EntitiesRuleVersionsDeleteV1Reader) ReadResponse added in v0.14.0

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

ReadResponse reads a server response into the received o.

type EntitiesRuleVersionsDeleteV1TooManyRequests added in v0.14.0

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

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

Too Many Requests

func NewEntitiesRuleVersionsDeleteV1TooManyRequests added in v0.14.0

func NewEntitiesRuleVersionsDeleteV1TooManyRequests() *EntitiesRuleVersionsDeleteV1TooManyRequests

NewEntitiesRuleVersionsDeleteV1TooManyRequests creates a EntitiesRuleVersionsDeleteV1TooManyRequests with default headers values

func (*EntitiesRuleVersionsDeleteV1TooManyRequests) Code added in v0.14.0

Code gets the status code for the entities rule versions delete v1 too many requests response

func (*EntitiesRuleVersionsDeleteV1TooManyRequests) Error added in v0.14.0

func (*EntitiesRuleVersionsDeleteV1TooManyRequests) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsDeleteV1TooManyRequests) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions delete v1 too many requests response has a 4xx status code

func (*EntitiesRuleVersionsDeleteV1TooManyRequests) IsCode added in v0.14.0

IsCode returns true when this entities rule versions delete v1 too many requests response a status code equal to that given

func (*EntitiesRuleVersionsDeleteV1TooManyRequests) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions delete v1 too many requests response has a 3xx status code

func (*EntitiesRuleVersionsDeleteV1TooManyRequests) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions delete v1 too many requests response has a 5xx status code

func (*EntitiesRuleVersionsDeleteV1TooManyRequests) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions delete v1 too many requests response has a 2xx status code

func (*EntitiesRuleVersionsDeleteV1TooManyRequests) String added in v0.14.0

type EntitiesRuleVersionsDeleteV1Unauthorized added in v0.14.0

type EntitiesRuleVersionsDeleteV1Unauthorized 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.MsaspecQueryResponse
}

EntitiesRuleVersionsDeleteV1Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewEntitiesRuleVersionsDeleteV1Unauthorized added in v0.14.0

func NewEntitiesRuleVersionsDeleteV1Unauthorized() *EntitiesRuleVersionsDeleteV1Unauthorized

NewEntitiesRuleVersionsDeleteV1Unauthorized creates a EntitiesRuleVersionsDeleteV1Unauthorized with default headers values

func (*EntitiesRuleVersionsDeleteV1Unauthorized) Code added in v0.14.0

Code gets the status code for the entities rule versions delete v1 unauthorized response

func (*EntitiesRuleVersionsDeleteV1Unauthorized) Error added in v0.14.0

func (*EntitiesRuleVersionsDeleteV1Unauthorized) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsDeleteV1Unauthorized) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions delete v1 unauthorized response has a 4xx status code

func (*EntitiesRuleVersionsDeleteV1Unauthorized) IsCode added in v0.14.0

IsCode returns true when this entities rule versions delete v1 unauthorized response a status code equal to that given

func (*EntitiesRuleVersionsDeleteV1Unauthorized) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions delete v1 unauthorized response has a 3xx status code

func (*EntitiesRuleVersionsDeleteV1Unauthorized) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions delete v1 unauthorized response has a 5xx status code

func (*EntitiesRuleVersionsDeleteV1Unauthorized) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions delete v1 unauthorized response has a 2xx status code

func (*EntitiesRuleVersionsDeleteV1Unauthorized) String added in v0.14.0

type EntitiesRuleVersionsExportPostV1BadRequest added in v0.14.0

type EntitiesRuleVersionsExportPostV1BadRequest 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.APIJobLinkResponseV1
}

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

Bad Request

func NewEntitiesRuleVersionsExportPostV1BadRequest added in v0.14.0

func NewEntitiesRuleVersionsExportPostV1BadRequest() *EntitiesRuleVersionsExportPostV1BadRequest

NewEntitiesRuleVersionsExportPostV1BadRequest creates a EntitiesRuleVersionsExportPostV1BadRequest with default headers values

func (*EntitiesRuleVersionsExportPostV1BadRequest) Code added in v0.14.0

Code gets the status code for the entities rule versions export post v1 bad request response

func (*EntitiesRuleVersionsExportPostV1BadRequest) Error added in v0.14.0

func (*EntitiesRuleVersionsExportPostV1BadRequest) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsExportPostV1BadRequest) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions export post v1 bad request response has a 4xx status code

func (*EntitiesRuleVersionsExportPostV1BadRequest) IsCode added in v0.14.0

IsCode returns true when this entities rule versions export post v1 bad request response a status code equal to that given

func (*EntitiesRuleVersionsExportPostV1BadRequest) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions export post v1 bad request response has a 3xx status code

func (*EntitiesRuleVersionsExportPostV1BadRequest) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions export post v1 bad request response has a 5xx status code

func (*EntitiesRuleVersionsExportPostV1BadRequest) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions export post v1 bad request response has a 2xx status code

func (*EntitiesRuleVersionsExportPostV1BadRequest) String added in v0.14.0

type EntitiesRuleVersionsExportPostV1Forbidden added in v0.14.0

type EntitiesRuleVersionsExportPostV1Forbidden 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.APIJobLinkResponseV1
}

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

Forbidden

func NewEntitiesRuleVersionsExportPostV1Forbidden added in v0.14.0

func NewEntitiesRuleVersionsExportPostV1Forbidden() *EntitiesRuleVersionsExportPostV1Forbidden

NewEntitiesRuleVersionsExportPostV1Forbidden creates a EntitiesRuleVersionsExportPostV1Forbidden with default headers values

func (*EntitiesRuleVersionsExportPostV1Forbidden) Code added in v0.14.0

Code gets the status code for the entities rule versions export post v1 forbidden response

func (*EntitiesRuleVersionsExportPostV1Forbidden) Error added in v0.14.0

func (*EntitiesRuleVersionsExportPostV1Forbidden) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsExportPostV1Forbidden) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions export post v1 forbidden response has a 4xx status code

func (*EntitiesRuleVersionsExportPostV1Forbidden) IsCode added in v0.14.0

IsCode returns true when this entities rule versions export post v1 forbidden response a status code equal to that given

func (*EntitiesRuleVersionsExportPostV1Forbidden) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions export post v1 forbidden response has a 3xx status code

func (*EntitiesRuleVersionsExportPostV1Forbidden) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions export post v1 forbidden response has a 5xx status code

func (*EntitiesRuleVersionsExportPostV1Forbidden) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions export post v1 forbidden response has a 2xx status code

func (*EntitiesRuleVersionsExportPostV1Forbidden) String added in v0.14.0

type EntitiesRuleVersionsExportPostV1InternalServerError added in v0.14.0

type EntitiesRuleVersionsExportPostV1InternalServerError 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.APIJobLinkResponseV1
}

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

Internal Server Error

func NewEntitiesRuleVersionsExportPostV1InternalServerError added in v0.14.0

func NewEntitiesRuleVersionsExportPostV1InternalServerError() *EntitiesRuleVersionsExportPostV1InternalServerError

NewEntitiesRuleVersionsExportPostV1InternalServerError creates a EntitiesRuleVersionsExportPostV1InternalServerError with default headers values

func (*EntitiesRuleVersionsExportPostV1InternalServerError) Code added in v0.14.0

Code gets the status code for the entities rule versions export post v1 internal server error response

func (*EntitiesRuleVersionsExportPostV1InternalServerError) Error added in v0.14.0

func (*EntitiesRuleVersionsExportPostV1InternalServerError) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsExportPostV1InternalServerError) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions export post v1 internal server error response has a 4xx status code

func (*EntitiesRuleVersionsExportPostV1InternalServerError) IsCode added in v0.14.0

IsCode returns true when this entities rule versions export post v1 internal server error response a status code equal to that given

func (*EntitiesRuleVersionsExportPostV1InternalServerError) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions export post v1 internal server error response has a 3xx status code

func (*EntitiesRuleVersionsExportPostV1InternalServerError) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions export post v1 internal server error response has a 5xx status code

func (*EntitiesRuleVersionsExportPostV1InternalServerError) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions export post v1 internal server error response has a 2xx status code

func (*EntitiesRuleVersionsExportPostV1InternalServerError) String added in v0.14.0

type EntitiesRuleVersionsExportPostV1NotFound added in v0.14.0

type EntitiesRuleVersionsExportPostV1NotFound 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.APIJobLinkResponseV1
}

EntitiesRuleVersionsExportPostV1NotFound describes a response with status code 404, with default header values.

Not Found

func NewEntitiesRuleVersionsExportPostV1NotFound added in v0.14.0

func NewEntitiesRuleVersionsExportPostV1NotFound() *EntitiesRuleVersionsExportPostV1NotFound

NewEntitiesRuleVersionsExportPostV1NotFound creates a EntitiesRuleVersionsExportPostV1NotFound with default headers values

func (*EntitiesRuleVersionsExportPostV1NotFound) Code added in v0.14.0

Code gets the status code for the entities rule versions export post v1 not found response

func (*EntitiesRuleVersionsExportPostV1NotFound) Error added in v0.14.0

func (*EntitiesRuleVersionsExportPostV1NotFound) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsExportPostV1NotFound) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions export post v1 not found response has a 4xx status code

func (*EntitiesRuleVersionsExportPostV1NotFound) IsCode added in v0.14.0

IsCode returns true when this entities rule versions export post v1 not found response a status code equal to that given

func (*EntitiesRuleVersionsExportPostV1NotFound) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions export post v1 not found response has a 3xx status code

func (*EntitiesRuleVersionsExportPostV1NotFound) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions export post v1 not found response has a 5xx status code

func (*EntitiesRuleVersionsExportPostV1NotFound) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions export post v1 not found response has a 2xx status code

func (*EntitiesRuleVersionsExportPostV1NotFound) String added in v0.14.0

type EntitiesRuleVersionsExportPostV1OK added in v0.14.0

type EntitiesRuleVersionsExportPostV1OK 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.APIJobLinkResponseV1
}

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

OK

func NewEntitiesRuleVersionsExportPostV1OK added in v0.14.0

func NewEntitiesRuleVersionsExportPostV1OK() *EntitiesRuleVersionsExportPostV1OK

NewEntitiesRuleVersionsExportPostV1OK creates a EntitiesRuleVersionsExportPostV1OK with default headers values

func (*EntitiesRuleVersionsExportPostV1OK) Code added in v0.14.0

Code gets the status code for the entities rule versions export post v1 o k response

func (*EntitiesRuleVersionsExportPostV1OK) Error added in v0.14.0

func (*EntitiesRuleVersionsExportPostV1OK) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsExportPostV1OK) IsClientError added in v0.14.0

func (o *EntitiesRuleVersionsExportPostV1OK) IsClientError() bool

IsClientError returns true when this entities rule versions export post v1 o k response has a 4xx status code

func (*EntitiesRuleVersionsExportPostV1OK) IsCode added in v0.14.0

IsCode returns true when this entities rule versions export post v1 o k response a status code equal to that given

func (*EntitiesRuleVersionsExportPostV1OK) IsRedirect added in v0.14.0

func (o *EntitiesRuleVersionsExportPostV1OK) IsRedirect() bool

IsRedirect returns true when this entities rule versions export post v1 o k response has a 3xx status code

func (*EntitiesRuleVersionsExportPostV1OK) IsServerError added in v0.14.0

func (o *EntitiesRuleVersionsExportPostV1OK) IsServerError() bool

IsServerError returns true when this entities rule versions export post v1 o k response has a 5xx status code

func (*EntitiesRuleVersionsExportPostV1OK) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions export post v1 o k response has a 2xx status code

func (*EntitiesRuleVersionsExportPostV1OK) String added in v0.14.0

type EntitiesRuleVersionsExportPostV1Params added in v0.14.0

type EntitiesRuleVersionsExportPostV1Params struct {

	// Body.
	Body *models.APIRuleVersionReportRequest

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

EntitiesRuleVersionsExportPostV1Params contains all the parameters to send to the API endpoint

for the entities rule versions export post v1 operation.

Typically these are written to a http.Request.

func NewEntitiesRuleVersionsExportPostV1Params added in v0.14.0

func NewEntitiesRuleVersionsExportPostV1Params() *EntitiesRuleVersionsExportPostV1Params

NewEntitiesRuleVersionsExportPostV1Params creates a new EntitiesRuleVersionsExportPostV1Params 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 NewEntitiesRuleVersionsExportPostV1ParamsWithContext added in v0.14.0

func NewEntitiesRuleVersionsExportPostV1ParamsWithContext(ctx context.Context) *EntitiesRuleVersionsExportPostV1Params

NewEntitiesRuleVersionsExportPostV1ParamsWithContext creates a new EntitiesRuleVersionsExportPostV1Params object with the ability to set a context for a request.

func NewEntitiesRuleVersionsExportPostV1ParamsWithHTTPClient added in v0.14.0

func NewEntitiesRuleVersionsExportPostV1ParamsWithHTTPClient(client *http.Client) *EntitiesRuleVersionsExportPostV1Params

NewEntitiesRuleVersionsExportPostV1ParamsWithHTTPClient creates a new EntitiesRuleVersionsExportPostV1Params object with the ability to set a custom HTTPClient for a request.

func NewEntitiesRuleVersionsExportPostV1ParamsWithTimeout added in v0.14.0

func NewEntitiesRuleVersionsExportPostV1ParamsWithTimeout(timeout time.Duration) *EntitiesRuleVersionsExportPostV1Params

NewEntitiesRuleVersionsExportPostV1ParamsWithTimeout creates a new EntitiesRuleVersionsExportPostV1Params object with the ability to set a timeout on a request.

func (*EntitiesRuleVersionsExportPostV1Params) SetBody added in v0.14.0

SetBody adds the body to the entities rule versions export post v1 params

func (*EntitiesRuleVersionsExportPostV1Params) SetContext added in v0.14.0

SetContext adds the context to the entities rule versions export post v1 params

func (*EntitiesRuleVersionsExportPostV1Params) SetDefaults added in v0.14.0

func (o *EntitiesRuleVersionsExportPostV1Params) SetDefaults()

SetDefaults hydrates default values in the entities rule versions export post v1 params (not the query body).

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

func (*EntitiesRuleVersionsExportPostV1Params) SetHTTPClient added in v0.14.0

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

SetHTTPClient adds the HTTPClient to the entities rule versions export post v1 params

func (*EntitiesRuleVersionsExportPostV1Params) SetTimeout added in v0.14.0

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

SetTimeout adds the timeout to the entities rule versions export post v1 params

func (*EntitiesRuleVersionsExportPostV1Params) WithBody added in v0.14.0

WithBody adds the body to the entities rule versions export post v1 params

func (*EntitiesRuleVersionsExportPostV1Params) WithContext added in v0.14.0

WithContext adds the context to the entities rule versions export post v1 params

func (*EntitiesRuleVersionsExportPostV1Params) WithDefaults added in v0.14.0

WithDefaults hydrates default values in the entities rule versions export post v1 params (not the query body).

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

func (*EntitiesRuleVersionsExportPostV1Params) WithHTTPClient added in v0.14.0

WithHTTPClient adds the HTTPClient to the entities rule versions export post v1 params

func (*EntitiesRuleVersionsExportPostV1Params) WithTimeout added in v0.14.0

WithTimeout adds the timeout to the entities rule versions export post v1 params

func (*EntitiesRuleVersionsExportPostV1Params) WriteToRequest added in v0.14.0

WriteToRequest writes these params to a swagger request

type EntitiesRuleVersionsExportPostV1Reader added in v0.14.0

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

EntitiesRuleVersionsExportPostV1Reader is a Reader for the EntitiesRuleVersionsExportPostV1 structure.

func (*EntitiesRuleVersionsExportPostV1Reader) ReadResponse added in v0.14.0

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

ReadResponse reads a server response into the received o.

type EntitiesRuleVersionsExportPostV1TooManyRequests added in v0.14.0

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

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

Too Many Requests

func NewEntitiesRuleVersionsExportPostV1TooManyRequests added in v0.14.0

func NewEntitiesRuleVersionsExportPostV1TooManyRequests() *EntitiesRuleVersionsExportPostV1TooManyRequests

NewEntitiesRuleVersionsExportPostV1TooManyRequests creates a EntitiesRuleVersionsExportPostV1TooManyRequests with default headers values

func (*EntitiesRuleVersionsExportPostV1TooManyRequests) Code added in v0.14.0

Code gets the status code for the entities rule versions export post v1 too many requests response

func (*EntitiesRuleVersionsExportPostV1TooManyRequests) Error added in v0.14.0

func (*EntitiesRuleVersionsExportPostV1TooManyRequests) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsExportPostV1TooManyRequests) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions export post v1 too many requests response has a 4xx status code

func (*EntitiesRuleVersionsExportPostV1TooManyRequests) IsCode added in v0.14.0

IsCode returns true when this entities rule versions export post v1 too many requests response a status code equal to that given

func (*EntitiesRuleVersionsExportPostV1TooManyRequests) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions export post v1 too many requests response has a 3xx status code

func (*EntitiesRuleVersionsExportPostV1TooManyRequests) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions export post v1 too many requests response has a 5xx status code

func (*EntitiesRuleVersionsExportPostV1TooManyRequests) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions export post v1 too many requests response has a 2xx status code

func (*EntitiesRuleVersionsExportPostV1TooManyRequests) String added in v0.14.0

type EntitiesRuleVersionsExportPostV1Unauthorized added in v0.14.0

type EntitiesRuleVersionsExportPostV1Unauthorized 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.APIJobLinkResponseV1
}

EntitiesRuleVersionsExportPostV1Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewEntitiesRuleVersionsExportPostV1Unauthorized added in v0.14.0

func NewEntitiesRuleVersionsExportPostV1Unauthorized() *EntitiesRuleVersionsExportPostV1Unauthorized

NewEntitiesRuleVersionsExportPostV1Unauthorized creates a EntitiesRuleVersionsExportPostV1Unauthorized with default headers values

func (*EntitiesRuleVersionsExportPostV1Unauthorized) Code added in v0.14.0

Code gets the status code for the entities rule versions export post v1 unauthorized response

func (*EntitiesRuleVersionsExportPostV1Unauthorized) Error added in v0.14.0

func (*EntitiesRuleVersionsExportPostV1Unauthorized) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsExportPostV1Unauthorized) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions export post v1 unauthorized response has a 4xx status code

func (*EntitiesRuleVersionsExportPostV1Unauthorized) IsCode added in v0.14.0

IsCode returns true when this entities rule versions export post v1 unauthorized response a status code equal to that given

func (*EntitiesRuleVersionsExportPostV1Unauthorized) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions export post v1 unauthorized response has a 3xx status code

func (*EntitiesRuleVersionsExportPostV1Unauthorized) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions export post v1 unauthorized response has a 5xx status code

func (*EntitiesRuleVersionsExportPostV1Unauthorized) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions export post v1 unauthorized response has a 2xx status code

func (*EntitiesRuleVersionsExportPostV1Unauthorized) String added in v0.14.0

type EntitiesRuleVersionsImportPostV1BadRequest added in v0.14.0

type EntitiesRuleVersionsImportPostV1BadRequest 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.APIGetEntitiesRuleVersionsResponseV1
}

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

Bad Request

func NewEntitiesRuleVersionsImportPostV1BadRequest added in v0.14.0

func NewEntitiesRuleVersionsImportPostV1BadRequest() *EntitiesRuleVersionsImportPostV1BadRequest

NewEntitiesRuleVersionsImportPostV1BadRequest creates a EntitiesRuleVersionsImportPostV1BadRequest with default headers values

func (*EntitiesRuleVersionsImportPostV1BadRequest) Code added in v0.14.0

Code gets the status code for the entities rule versions import post v1 bad request response

func (*EntitiesRuleVersionsImportPostV1BadRequest) Error added in v0.14.0

func (*EntitiesRuleVersionsImportPostV1BadRequest) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsImportPostV1BadRequest) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions import post v1 bad request response has a 4xx status code

func (*EntitiesRuleVersionsImportPostV1BadRequest) IsCode added in v0.14.0

IsCode returns true when this entities rule versions import post v1 bad request response a status code equal to that given

func (*EntitiesRuleVersionsImportPostV1BadRequest) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions import post v1 bad request response has a 3xx status code

func (*EntitiesRuleVersionsImportPostV1BadRequest) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions import post v1 bad request response has a 5xx status code

func (*EntitiesRuleVersionsImportPostV1BadRequest) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions import post v1 bad request response has a 2xx status code

func (*EntitiesRuleVersionsImportPostV1BadRequest) String added in v0.14.0

type EntitiesRuleVersionsImportPostV1Forbidden added in v0.14.0

type EntitiesRuleVersionsImportPostV1Forbidden 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.APIGetEntitiesRuleVersionsResponseV1
}

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

Forbidden

func NewEntitiesRuleVersionsImportPostV1Forbidden added in v0.14.0

func NewEntitiesRuleVersionsImportPostV1Forbidden() *EntitiesRuleVersionsImportPostV1Forbidden

NewEntitiesRuleVersionsImportPostV1Forbidden creates a EntitiesRuleVersionsImportPostV1Forbidden with default headers values

func (*EntitiesRuleVersionsImportPostV1Forbidden) Code added in v0.14.0

Code gets the status code for the entities rule versions import post v1 forbidden response

func (*EntitiesRuleVersionsImportPostV1Forbidden) Error added in v0.14.0

func (*EntitiesRuleVersionsImportPostV1Forbidden) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsImportPostV1Forbidden) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions import post v1 forbidden response has a 4xx status code

func (*EntitiesRuleVersionsImportPostV1Forbidden) IsCode added in v0.14.0

IsCode returns true when this entities rule versions import post v1 forbidden response a status code equal to that given

func (*EntitiesRuleVersionsImportPostV1Forbidden) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions import post v1 forbidden response has a 3xx status code

func (*EntitiesRuleVersionsImportPostV1Forbidden) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions import post v1 forbidden response has a 5xx status code

func (*EntitiesRuleVersionsImportPostV1Forbidden) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions import post v1 forbidden response has a 2xx status code

func (*EntitiesRuleVersionsImportPostV1Forbidden) String added in v0.14.0

type EntitiesRuleVersionsImportPostV1InternalServerError added in v0.14.0

type EntitiesRuleVersionsImportPostV1InternalServerError 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.APIGetEntitiesRuleVersionsResponseV1
}

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

Internal Server Error

func NewEntitiesRuleVersionsImportPostV1InternalServerError added in v0.14.0

func NewEntitiesRuleVersionsImportPostV1InternalServerError() *EntitiesRuleVersionsImportPostV1InternalServerError

NewEntitiesRuleVersionsImportPostV1InternalServerError creates a EntitiesRuleVersionsImportPostV1InternalServerError with default headers values

func (*EntitiesRuleVersionsImportPostV1InternalServerError) Code added in v0.14.0

Code gets the status code for the entities rule versions import post v1 internal server error response

func (*EntitiesRuleVersionsImportPostV1InternalServerError) Error added in v0.14.0

func (*EntitiesRuleVersionsImportPostV1InternalServerError) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsImportPostV1InternalServerError) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions import post v1 internal server error response has a 4xx status code

func (*EntitiesRuleVersionsImportPostV1InternalServerError) IsCode added in v0.14.0

IsCode returns true when this entities rule versions import post v1 internal server error response a status code equal to that given

func (*EntitiesRuleVersionsImportPostV1InternalServerError) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions import post v1 internal server error response has a 3xx status code

func (*EntitiesRuleVersionsImportPostV1InternalServerError) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions import post v1 internal server error response has a 5xx status code

func (*EntitiesRuleVersionsImportPostV1InternalServerError) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions import post v1 internal server error response has a 2xx status code

func (*EntitiesRuleVersionsImportPostV1InternalServerError) String added in v0.14.0

type EntitiesRuleVersionsImportPostV1NotFound added in v0.14.0

type EntitiesRuleVersionsImportPostV1NotFound 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.APIGetEntitiesRuleVersionsResponseV1
}

EntitiesRuleVersionsImportPostV1NotFound describes a response with status code 404, with default header values.

Not Found

func NewEntitiesRuleVersionsImportPostV1NotFound added in v0.14.0

func NewEntitiesRuleVersionsImportPostV1NotFound() *EntitiesRuleVersionsImportPostV1NotFound

NewEntitiesRuleVersionsImportPostV1NotFound creates a EntitiesRuleVersionsImportPostV1NotFound with default headers values

func (*EntitiesRuleVersionsImportPostV1NotFound) Code added in v0.14.0

Code gets the status code for the entities rule versions import post v1 not found response

func (*EntitiesRuleVersionsImportPostV1NotFound) Error added in v0.14.0

func (*EntitiesRuleVersionsImportPostV1NotFound) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsImportPostV1NotFound) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions import post v1 not found response has a 4xx status code

func (*EntitiesRuleVersionsImportPostV1NotFound) IsCode added in v0.14.0

IsCode returns true when this entities rule versions import post v1 not found response a status code equal to that given

func (*EntitiesRuleVersionsImportPostV1NotFound) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions import post v1 not found response has a 3xx status code

func (*EntitiesRuleVersionsImportPostV1NotFound) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions import post v1 not found response has a 5xx status code

func (*EntitiesRuleVersionsImportPostV1NotFound) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions import post v1 not found response has a 2xx status code

func (*EntitiesRuleVersionsImportPostV1NotFound) String added in v0.14.0

type EntitiesRuleVersionsImportPostV1OK added in v0.14.0

type EntitiesRuleVersionsImportPostV1OK 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.APIGetEntitiesRuleVersionsResponseV1
}

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

OK

func NewEntitiesRuleVersionsImportPostV1OK added in v0.14.0

func NewEntitiesRuleVersionsImportPostV1OK() *EntitiesRuleVersionsImportPostV1OK

NewEntitiesRuleVersionsImportPostV1OK creates a EntitiesRuleVersionsImportPostV1OK with default headers values

func (*EntitiesRuleVersionsImportPostV1OK) Code added in v0.14.0

Code gets the status code for the entities rule versions import post v1 o k response

func (*EntitiesRuleVersionsImportPostV1OK) Error added in v0.14.0

func (*EntitiesRuleVersionsImportPostV1OK) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsImportPostV1OK) IsClientError added in v0.14.0

func (o *EntitiesRuleVersionsImportPostV1OK) IsClientError() bool

IsClientError returns true when this entities rule versions import post v1 o k response has a 4xx status code

func (*EntitiesRuleVersionsImportPostV1OK) IsCode added in v0.14.0

IsCode returns true when this entities rule versions import post v1 o k response a status code equal to that given

func (*EntitiesRuleVersionsImportPostV1OK) IsRedirect added in v0.14.0

func (o *EntitiesRuleVersionsImportPostV1OK) IsRedirect() bool

IsRedirect returns true when this entities rule versions import post v1 o k response has a 3xx status code

func (*EntitiesRuleVersionsImportPostV1OK) IsServerError added in v0.14.0

func (o *EntitiesRuleVersionsImportPostV1OK) IsServerError() bool

IsServerError returns true when this entities rule versions import post v1 o k response has a 5xx status code

func (*EntitiesRuleVersionsImportPostV1OK) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions import post v1 o k response has a 2xx status code

func (*EntitiesRuleVersionsImportPostV1OK) String added in v0.14.0

type EntitiesRuleVersionsImportPostV1Params added in v0.14.0

type EntitiesRuleVersionsImportPostV1Params struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EntitiesRuleVersionsImportPostV1Params contains all the parameters to send to the API endpoint

for the entities rule versions import post v1 operation.

Typically these are written to a http.Request.

func NewEntitiesRuleVersionsImportPostV1Params added in v0.14.0

func NewEntitiesRuleVersionsImportPostV1Params() *EntitiesRuleVersionsImportPostV1Params

NewEntitiesRuleVersionsImportPostV1Params creates a new EntitiesRuleVersionsImportPostV1Params 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 NewEntitiesRuleVersionsImportPostV1ParamsWithContext added in v0.14.0

func NewEntitiesRuleVersionsImportPostV1ParamsWithContext(ctx context.Context) *EntitiesRuleVersionsImportPostV1Params

NewEntitiesRuleVersionsImportPostV1ParamsWithContext creates a new EntitiesRuleVersionsImportPostV1Params object with the ability to set a context for a request.

func NewEntitiesRuleVersionsImportPostV1ParamsWithHTTPClient added in v0.14.0

func NewEntitiesRuleVersionsImportPostV1ParamsWithHTTPClient(client *http.Client) *EntitiesRuleVersionsImportPostV1Params

NewEntitiesRuleVersionsImportPostV1ParamsWithHTTPClient creates a new EntitiesRuleVersionsImportPostV1Params object with the ability to set a custom HTTPClient for a request.

func NewEntitiesRuleVersionsImportPostV1ParamsWithTimeout added in v0.14.0

func NewEntitiesRuleVersionsImportPostV1ParamsWithTimeout(timeout time.Duration) *EntitiesRuleVersionsImportPostV1Params

NewEntitiesRuleVersionsImportPostV1ParamsWithTimeout creates a new EntitiesRuleVersionsImportPostV1Params object with the ability to set a timeout on a request.

func (*EntitiesRuleVersionsImportPostV1Params) SetContext added in v0.14.0

SetContext adds the context to the entities rule versions import post v1 params

func (*EntitiesRuleVersionsImportPostV1Params) SetDefaults added in v0.14.0

func (o *EntitiesRuleVersionsImportPostV1Params) SetDefaults()

SetDefaults hydrates default values in the entities rule versions import post v1 params (not the query body).

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

func (*EntitiesRuleVersionsImportPostV1Params) SetHTTPClient added in v0.14.0

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

SetHTTPClient adds the HTTPClient to the entities rule versions import post v1 params

func (*EntitiesRuleVersionsImportPostV1Params) SetTimeout added in v0.14.0

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

SetTimeout adds the timeout to the entities rule versions import post v1 params

func (*EntitiesRuleVersionsImportPostV1Params) WithContext added in v0.14.0

WithContext adds the context to the entities rule versions import post v1 params

func (*EntitiesRuleVersionsImportPostV1Params) WithDefaults added in v0.14.0

WithDefaults hydrates default values in the entities rule versions import post v1 params (not the query body).

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

func (*EntitiesRuleVersionsImportPostV1Params) WithHTTPClient added in v0.14.0

WithHTTPClient adds the HTTPClient to the entities rule versions import post v1 params

func (*EntitiesRuleVersionsImportPostV1Params) WithTimeout added in v0.14.0

WithTimeout adds the timeout to the entities rule versions import post v1 params

func (*EntitiesRuleVersionsImportPostV1Params) WriteToRequest added in v0.14.0

WriteToRequest writes these params to a swagger request

type EntitiesRuleVersionsImportPostV1Reader added in v0.14.0

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

EntitiesRuleVersionsImportPostV1Reader is a Reader for the EntitiesRuleVersionsImportPostV1 structure.

func (*EntitiesRuleVersionsImportPostV1Reader) ReadResponse added in v0.14.0

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

ReadResponse reads a server response into the received o.

type EntitiesRuleVersionsImportPostV1TooManyRequests added in v0.14.0

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

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

Too Many Requests

func NewEntitiesRuleVersionsImportPostV1TooManyRequests added in v0.14.0

func NewEntitiesRuleVersionsImportPostV1TooManyRequests() *EntitiesRuleVersionsImportPostV1TooManyRequests

NewEntitiesRuleVersionsImportPostV1TooManyRequests creates a EntitiesRuleVersionsImportPostV1TooManyRequests with default headers values

func (*EntitiesRuleVersionsImportPostV1TooManyRequests) Code added in v0.14.0

Code gets the status code for the entities rule versions import post v1 too many requests response

func (*EntitiesRuleVersionsImportPostV1TooManyRequests) Error added in v0.14.0

func (*EntitiesRuleVersionsImportPostV1TooManyRequests) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsImportPostV1TooManyRequests) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions import post v1 too many requests response has a 4xx status code

func (*EntitiesRuleVersionsImportPostV1TooManyRequests) IsCode added in v0.14.0

IsCode returns true when this entities rule versions import post v1 too many requests response a status code equal to that given

func (*EntitiesRuleVersionsImportPostV1TooManyRequests) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions import post v1 too many requests response has a 3xx status code

func (*EntitiesRuleVersionsImportPostV1TooManyRequests) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions import post v1 too many requests response has a 5xx status code

func (*EntitiesRuleVersionsImportPostV1TooManyRequests) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions import post v1 too many requests response has a 2xx status code

func (*EntitiesRuleVersionsImportPostV1TooManyRequests) String added in v0.14.0

type EntitiesRuleVersionsImportPostV1Unauthorized added in v0.14.0

type EntitiesRuleVersionsImportPostV1Unauthorized 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.APIGetEntitiesRuleVersionsResponseV1
}

EntitiesRuleVersionsImportPostV1Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewEntitiesRuleVersionsImportPostV1Unauthorized added in v0.14.0

func NewEntitiesRuleVersionsImportPostV1Unauthorized() *EntitiesRuleVersionsImportPostV1Unauthorized

NewEntitiesRuleVersionsImportPostV1Unauthorized creates a EntitiesRuleVersionsImportPostV1Unauthorized with default headers values

func (*EntitiesRuleVersionsImportPostV1Unauthorized) Code added in v0.14.0

Code gets the status code for the entities rule versions import post v1 unauthorized response

func (*EntitiesRuleVersionsImportPostV1Unauthorized) Error added in v0.14.0

func (*EntitiesRuleVersionsImportPostV1Unauthorized) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsImportPostV1Unauthorized) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions import post v1 unauthorized response has a 4xx status code

func (*EntitiesRuleVersionsImportPostV1Unauthorized) IsCode added in v0.14.0

IsCode returns true when this entities rule versions import post v1 unauthorized response a status code equal to that given

func (*EntitiesRuleVersionsImportPostV1Unauthorized) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions import post v1 unauthorized response has a 3xx status code

func (*EntitiesRuleVersionsImportPostV1Unauthorized) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions import post v1 unauthorized response has a 5xx status code

func (*EntitiesRuleVersionsImportPostV1Unauthorized) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions import post v1 unauthorized response has a 2xx status code

func (*EntitiesRuleVersionsImportPostV1Unauthorized) String added in v0.14.0

type EntitiesRuleVersionsPublishPatchV1BadRequest added in v0.14.0

type EntitiesRuleVersionsPublishPatchV1BadRequest 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.APIGetEntitiesRuleVersionsResponseV1
}

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

Bad Request

func NewEntitiesRuleVersionsPublishPatchV1BadRequest added in v0.14.0

func NewEntitiesRuleVersionsPublishPatchV1BadRequest() *EntitiesRuleVersionsPublishPatchV1BadRequest

NewEntitiesRuleVersionsPublishPatchV1BadRequest creates a EntitiesRuleVersionsPublishPatchV1BadRequest with default headers values

func (*EntitiesRuleVersionsPublishPatchV1BadRequest) Code added in v0.14.0

Code gets the status code for the entities rule versions publish patch v1 bad request response

func (*EntitiesRuleVersionsPublishPatchV1BadRequest) Error added in v0.14.0

func (*EntitiesRuleVersionsPublishPatchV1BadRequest) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsPublishPatchV1BadRequest) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions publish patch v1 bad request response has a 4xx status code

func (*EntitiesRuleVersionsPublishPatchV1BadRequest) IsCode added in v0.14.0

IsCode returns true when this entities rule versions publish patch v1 bad request response a status code equal to that given

func (*EntitiesRuleVersionsPublishPatchV1BadRequest) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions publish patch v1 bad request response has a 3xx status code

func (*EntitiesRuleVersionsPublishPatchV1BadRequest) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions publish patch v1 bad request response has a 5xx status code

func (*EntitiesRuleVersionsPublishPatchV1BadRequest) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions publish patch v1 bad request response has a 2xx status code

func (*EntitiesRuleVersionsPublishPatchV1BadRequest) String added in v0.14.0

type EntitiesRuleVersionsPublishPatchV1Forbidden added in v0.14.0

type EntitiesRuleVersionsPublishPatchV1Forbidden 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.APIGetEntitiesRuleVersionsResponseV1
}

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

Forbidden

func NewEntitiesRuleVersionsPublishPatchV1Forbidden added in v0.14.0

func NewEntitiesRuleVersionsPublishPatchV1Forbidden() *EntitiesRuleVersionsPublishPatchV1Forbidden

NewEntitiesRuleVersionsPublishPatchV1Forbidden creates a EntitiesRuleVersionsPublishPatchV1Forbidden with default headers values

func (*EntitiesRuleVersionsPublishPatchV1Forbidden) Code added in v0.14.0

Code gets the status code for the entities rule versions publish patch v1 forbidden response

func (*EntitiesRuleVersionsPublishPatchV1Forbidden) Error added in v0.14.0

func (*EntitiesRuleVersionsPublishPatchV1Forbidden) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsPublishPatchV1Forbidden) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions publish patch v1 forbidden response has a 4xx status code

func (*EntitiesRuleVersionsPublishPatchV1Forbidden) IsCode added in v0.14.0

IsCode returns true when this entities rule versions publish patch v1 forbidden response a status code equal to that given

func (*EntitiesRuleVersionsPublishPatchV1Forbidden) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions publish patch v1 forbidden response has a 3xx status code

func (*EntitiesRuleVersionsPublishPatchV1Forbidden) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions publish patch v1 forbidden response has a 5xx status code

func (*EntitiesRuleVersionsPublishPatchV1Forbidden) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions publish patch v1 forbidden response has a 2xx status code

func (*EntitiesRuleVersionsPublishPatchV1Forbidden) String added in v0.14.0

type EntitiesRuleVersionsPublishPatchV1InternalServerError added in v0.14.0

type EntitiesRuleVersionsPublishPatchV1InternalServerError 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.APIGetEntitiesRuleVersionsResponseV1
}

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

Internal Server Error

func NewEntitiesRuleVersionsPublishPatchV1InternalServerError added in v0.14.0

func NewEntitiesRuleVersionsPublishPatchV1InternalServerError() *EntitiesRuleVersionsPublishPatchV1InternalServerError

NewEntitiesRuleVersionsPublishPatchV1InternalServerError creates a EntitiesRuleVersionsPublishPatchV1InternalServerError with default headers values

func (*EntitiesRuleVersionsPublishPatchV1InternalServerError) Code added in v0.14.0

Code gets the status code for the entities rule versions publish patch v1 internal server error response

func (*EntitiesRuleVersionsPublishPatchV1InternalServerError) Error added in v0.14.0

func (*EntitiesRuleVersionsPublishPatchV1InternalServerError) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsPublishPatchV1InternalServerError) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions publish patch v1 internal server error response has a 4xx status code

func (*EntitiesRuleVersionsPublishPatchV1InternalServerError) IsCode added in v0.14.0

IsCode returns true when this entities rule versions publish patch v1 internal server error response a status code equal to that given

func (*EntitiesRuleVersionsPublishPatchV1InternalServerError) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions publish patch v1 internal server error response has a 3xx status code

func (*EntitiesRuleVersionsPublishPatchV1InternalServerError) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions publish patch v1 internal server error response has a 5xx status code

func (*EntitiesRuleVersionsPublishPatchV1InternalServerError) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions publish patch v1 internal server error response has a 2xx status code

func (*EntitiesRuleVersionsPublishPatchV1InternalServerError) String added in v0.14.0

type EntitiesRuleVersionsPublishPatchV1NotFound added in v0.14.0

type EntitiesRuleVersionsPublishPatchV1NotFound 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.APIGetEntitiesRuleVersionsResponseV1
}

EntitiesRuleVersionsPublishPatchV1NotFound describes a response with status code 404, with default header values.

Not Found

func NewEntitiesRuleVersionsPublishPatchV1NotFound added in v0.14.0

func NewEntitiesRuleVersionsPublishPatchV1NotFound() *EntitiesRuleVersionsPublishPatchV1NotFound

NewEntitiesRuleVersionsPublishPatchV1NotFound creates a EntitiesRuleVersionsPublishPatchV1NotFound with default headers values

func (*EntitiesRuleVersionsPublishPatchV1NotFound) Code added in v0.14.0

Code gets the status code for the entities rule versions publish patch v1 not found response

func (*EntitiesRuleVersionsPublishPatchV1NotFound) Error added in v0.14.0

func (*EntitiesRuleVersionsPublishPatchV1NotFound) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsPublishPatchV1NotFound) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions publish patch v1 not found response has a 4xx status code

func (*EntitiesRuleVersionsPublishPatchV1NotFound) IsCode added in v0.14.0

IsCode returns true when this entities rule versions publish patch v1 not found response a status code equal to that given

func (*EntitiesRuleVersionsPublishPatchV1NotFound) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions publish patch v1 not found response has a 3xx status code

func (*EntitiesRuleVersionsPublishPatchV1NotFound) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions publish patch v1 not found response has a 5xx status code

func (*EntitiesRuleVersionsPublishPatchV1NotFound) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions publish patch v1 not found response has a 2xx status code

func (*EntitiesRuleVersionsPublishPatchV1NotFound) String added in v0.14.0

type EntitiesRuleVersionsPublishPatchV1OK added in v0.14.0

type EntitiesRuleVersionsPublishPatchV1OK 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.APIGetEntitiesRuleVersionsResponseV1
}

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

OK

func NewEntitiesRuleVersionsPublishPatchV1OK added in v0.14.0

func NewEntitiesRuleVersionsPublishPatchV1OK() *EntitiesRuleVersionsPublishPatchV1OK

NewEntitiesRuleVersionsPublishPatchV1OK creates a EntitiesRuleVersionsPublishPatchV1OK with default headers values

func (*EntitiesRuleVersionsPublishPatchV1OK) Code added in v0.14.0

Code gets the status code for the entities rule versions publish patch v1 o k response

func (*EntitiesRuleVersionsPublishPatchV1OK) Error added in v0.14.0

func (*EntitiesRuleVersionsPublishPatchV1OK) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsPublishPatchV1OK) IsClientError added in v0.14.0

func (o *EntitiesRuleVersionsPublishPatchV1OK) IsClientError() bool

IsClientError returns true when this entities rule versions publish patch v1 o k response has a 4xx status code

func (*EntitiesRuleVersionsPublishPatchV1OK) IsCode added in v0.14.0

IsCode returns true when this entities rule versions publish patch v1 o k response a status code equal to that given

func (*EntitiesRuleVersionsPublishPatchV1OK) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions publish patch v1 o k response has a 3xx status code

func (*EntitiesRuleVersionsPublishPatchV1OK) IsServerError added in v0.14.0

func (o *EntitiesRuleVersionsPublishPatchV1OK) IsServerError() bool

IsServerError returns true when this entities rule versions publish patch v1 o k response has a 5xx status code

func (*EntitiesRuleVersionsPublishPatchV1OK) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions publish patch v1 o k response has a 2xx status code

func (*EntitiesRuleVersionsPublishPatchV1OK) String added in v0.14.0

type EntitiesRuleVersionsPublishPatchV1Params added in v0.14.0

type EntitiesRuleVersionsPublishPatchV1Params struct {

	// Body.
	Body *models.APIRuleVersionPublishRequestV1

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

EntitiesRuleVersionsPublishPatchV1Params contains all the parameters to send to the API endpoint

for the entities rule versions publish patch v1 operation.

Typically these are written to a http.Request.

func NewEntitiesRuleVersionsPublishPatchV1Params added in v0.14.0

func NewEntitiesRuleVersionsPublishPatchV1Params() *EntitiesRuleVersionsPublishPatchV1Params

NewEntitiesRuleVersionsPublishPatchV1Params creates a new EntitiesRuleVersionsPublishPatchV1Params 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 NewEntitiesRuleVersionsPublishPatchV1ParamsWithContext added in v0.14.0

func NewEntitiesRuleVersionsPublishPatchV1ParamsWithContext(ctx context.Context) *EntitiesRuleVersionsPublishPatchV1Params

NewEntitiesRuleVersionsPublishPatchV1ParamsWithContext creates a new EntitiesRuleVersionsPublishPatchV1Params object with the ability to set a context for a request.

func NewEntitiesRuleVersionsPublishPatchV1ParamsWithHTTPClient added in v0.14.0

func NewEntitiesRuleVersionsPublishPatchV1ParamsWithHTTPClient(client *http.Client) *EntitiesRuleVersionsPublishPatchV1Params

NewEntitiesRuleVersionsPublishPatchV1ParamsWithHTTPClient creates a new EntitiesRuleVersionsPublishPatchV1Params object with the ability to set a custom HTTPClient for a request.

func NewEntitiesRuleVersionsPublishPatchV1ParamsWithTimeout added in v0.14.0

func NewEntitiesRuleVersionsPublishPatchV1ParamsWithTimeout(timeout time.Duration) *EntitiesRuleVersionsPublishPatchV1Params

NewEntitiesRuleVersionsPublishPatchV1ParamsWithTimeout creates a new EntitiesRuleVersionsPublishPatchV1Params object with the ability to set a timeout on a request.

func (*EntitiesRuleVersionsPublishPatchV1Params) SetBody added in v0.14.0

SetBody adds the body to the entities rule versions publish patch v1 params

func (*EntitiesRuleVersionsPublishPatchV1Params) SetContext added in v0.14.0

SetContext adds the context to the entities rule versions publish patch v1 params

func (*EntitiesRuleVersionsPublishPatchV1Params) SetDefaults added in v0.14.0

SetDefaults hydrates default values in the entities rule versions publish patch v1 params (not the query body).

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

func (*EntitiesRuleVersionsPublishPatchV1Params) SetHTTPClient added in v0.14.0

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

SetHTTPClient adds the HTTPClient to the entities rule versions publish patch v1 params

func (*EntitiesRuleVersionsPublishPatchV1Params) SetTimeout added in v0.14.0

SetTimeout adds the timeout to the entities rule versions publish patch v1 params

func (*EntitiesRuleVersionsPublishPatchV1Params) WithBody added in v0.14.0

WithBody adds the body to the entities rule versions publish patch v1 params

func (*EntitiesRuleVersionsPublishPatchV1Params) WithContext added in v0.14.0

WithContext adds the context to the entities rule versions publish patch v1 params

func (*EntitiesRuleVersionsPublishPatchV1Params) WithDefaults added in v0.14.0

WithDefaults hydrates default values in the entities rule versions publish patch v1 params (not the query body).

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

func (*EntitiesRuleVersionsPublishPatchV1Params) WithHTTPClient added in v0.14.0

WithHTTPClient adds the HTTPClient to the entities rule versions publish patch v1 params

func (*EntitiesRuleVersionsPublishPatchV1Params) WithTimeout added in v0.14.0

WithTimeout adds the timeout to the entities rule versions publish patch v1 params

func (*EntitiesRuleVersionsPublishPatchV1Params) WriteToRequest added in v0.14.0

WriteToRequest writes these params to a swagger request

type EntitiesRuleVersionsPublishPatchV1Reader added in v0.14.0

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

EntitiesRuleVersionsPublishPatchV1Reader is a Reader for the EntitiesRuleVersionsPublishPatchV1 structure.

func (*EntitiesRuleVersionsPublishPatchV1Reader) ReadResponse added in v0.14.0

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

ReadResponse reads a server response into the received o.

type EntitiesRuleVersionsPublishPatchV1TooManyRequests added in v0.14.0

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

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

Too Many Requests

func NewEntitiesRuleVersionsPublishPatchV1TooManyRequests added in v0.14.0

func NewEntitiesRuleVersionsPublishPatchV1TooManyRequests() *EntitiesRuleVersionsPublishPatchV1TooManyRequests

NewEntitiesRuleVersionsPublishPatchV1TooManyRequests creates a EntitiesRuleVersionsPublishPatchV1TooManyRequests with default headers values

func (*EntitiesRuleVersionsPublishPatchV1TooManyRequests) Code added in v0.14.0

Code gets the status code for the entities rule versions publish patch v1 too many requests response

func (*EntitiesRuleVersionsPublishPatchV1TooManyRequests) Error added in v0.14.0

func (*EntitiesRuleVersionsPublishPatchV1TooManyRequests) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsPublishPatchV1TooManyRequests) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions publish patch v1 too many requests response has a 4xx status code

func (*EntitiesRuleVersionsPublishPatchV1TooManyRequests) IsCode added in v0.14.0

IsCode returns true when this entities rule versions publish patch v1 too many requests response a status code equal to that given

func (*EntitiesRuleVersionsPublishPatchV1TooManyRequests) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions publish patch v1 too many requests response has a 3xx status code

func (*EntitiesRuleVersionsPublishPatchV1TooManyRequests) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions publish patch v1 too many requests response has a 5xx status code

func (*EntitiesRuleVersionsPublishPatchV1TooManyRequests) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions publish patch v1 too many requests response has a 2xx status code

func (*EntitiesRuleVersionsPublishPatchV1TooManyRequests) String added in v0.14.0

type EntitiesRuleVersionsPublishPatchV1Unauthorized added in v0.14.0

type EntitiesRuleVersionsPublishPatchV1Unauthorized 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.APIGetEntitiesRuleVersionsResponseV1
}

EntitiesRuleVersionsPublishPatchV1Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewEntitiesRuleVersionsPublishPatchV1Unauthorized added in v0.14.0

func NewEntitiesRuleVersionsPublishPatchV1Unauthorized() *EntitiesRuleVersionsPublishPatchV1Unauthorized

NewEntitiesRuleVersionsPublishPatchV1Unauthorized creates a EntitiesRuleVersionsPublishPatchV1Unauthorized with default headers values

func (*EntitiesRuleVersionsPublishPatchV1Unauthorized) Code added in v0.14.0

Code gets the status code for the entities rule versions publish patch v1 unauthorized response

func (*EntitiesRuleVersionsPublishPatchV1Unauthorized) Error added in v0.14.0

func (*EntitiesRuleVersionsPublishPatchV1Unauthorized) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsPublishPatchV1Unauthorized) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions publish patch v1 unauthorized response has a 4xx status code

func (*EntitiesRuleVersionsPublishPatchV1Unauthorized) IsCode added in v0.14.0

IsCode returns true when this entities rule versions publish patch v1 unauthorized response a status code equal to that given

func (*EntitiesRuleVersionsPublishPatchV1Unauthorized) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions publish patch v1 unauthorized response has a 3xx status code

func (*EntitiesRuleVersionsPublishPatchV1Unauthorized) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions publish patch v1 unauthorized response has a 5xx status code

func (*EntitiesRuleVersionsPublishPatchV1Unauthorized) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions publish patch v1 unauthorized response has a 2xx status code

func (*EntitiesRuleVersionsPublishPatchV1Unauthorized) String added in v0.14.0

type EntitiesRuleVersionsPublishPatchV1UnprocessableEntity added in v0.14.0

type EntitiesRuleVersionsPublishPatchV1UnprocessableEntity 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.APIGetEntitiesRuleVersionsResponseV1
}

EntitiesRuleVersionsPublishPatchV1UnprocessableEntity describes a response with status code 422, with default header values.

Customer has reached the limit of active rules

func NewEntitiesRuleVersionsPublishPatchV1UnprocessableEntity added in v0.14.0

func NewEntitiesRuleVersionsPublishPatchV1UnprocessableEntity() *EntitiesRuleVersionsPublishPatchV1UnprocessableEntity

NewEntitiesRuleVersionsPublishPatchV1UnprocessableEntity creates a EntitiesRuleVersionsPublishPatchV1UnprocessableEntity with default headers values

func (*EntitiesRuleVersionsPublishPatchV1UnprocessableEntity) Code added in v0.14.0

Code gets the status code for the entities rule versions publish patch v1 unprocessable entity response

func (*EntitiesRuleVersionsPublishPatchV1UnprocessableEntity) Error added in v0.14.0

func (*EntitiesRuleVersionsPublishPatchV1UnprocessableEntity) GetPayload added in v0.14.0

func (*EntitiesRuleVersionsPublishPatchV1UnprocessableEntity) IsClientError added in v0.14.0

IsClientError returns true when this entities rule versions publish patch v1 unprocessable entity response has a 4xx status code

func (*EntitiesRuleVersionsPublishPatchV1UnprocessableEntity) IsCode added in v0.14.0

IsCode returns true when this entities rule versions publish patch v1 unprocessable entity response a status code equal to that given

func (*EntitiesRuleVersionsPublishPatchV1UnprocessableEntity) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rule versions publish patch v1 unprocessable entity response has a 3xx status code

func (*EntitiesRuleVersionsPublishPatchV1UnprocessableEntity) IsServerError added in v0.14.0

IsServerError returns true when this entities rule versions publish patch v1 unprocessable entity response has a 5xx status code

func (*EntitiesRuleVersionsPublishPatchV1UnprocessableEntity) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rule versions publish patch v1 unprocessable entity response has a 2xx status code

func (*EntitiesRuleVersionsPublishPatchV1UnprocessableEntity) String added in v0.14.0

type EntitiesRulesDeleteV1BadRequest

type EntitiesRulesDeleteV1BadRequest 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.MsaspecQueryResponse
}

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

Bad Request

func NewEntitiesRulesDeleteV1BadRequest

func NewEntitiesRulesDeleteV1BadRequest() *EntitiesRulesDeleteV1BadRequest

NewEntitiesRulesDeleteV1BadRequest creates a EntitiesRulesDeleteV1BadRequest with default headers values

func (*EntitiesRulesDeleteV1BadRequest) Code

Code gets the status code for the entities rules delete v1 bad request response

func (*EntitiesRulesDeleteV1BadRequest) Error

func (*EntitiesRulesDeleteV1BadRequest) GetPayload

func (*EntitiesRulesDeleteV1BadRequest) IsClientError

func (o *EntitiesRulesDeleteV1BadRequest) IsClientError() bool

IsClientError returns true when this entities rules delete v1 bad request response has a 4xx status code

func (*EntitiesRulesDeleteV1BadRequest) IsCode

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

IsCode returns true when this entities rules delete v1 bad request response a status code equal to that given

func (*EntitiesRulesDeleteV1BadRequest) IsRedirect

func (o *EntitiesRulesDeleteV1BadRequest) IsRedirect() bool

IsRedirect returns true when this entities rules delete v1 bad request response has a 3xx status code

func (*EntitiesRulesDeleteV1BadRequest) IsServerError

func (o *EntitiesRulesDeleteV1BadRequest) IsServerError() bool

IsServerError returns true when this entities rules delete v1 bad request response has a 5xx status code

func (*EntitiesRulesDeleteV1BadRequest) IsSuccess

func (o *EntitiesRulesDeleteV1BadRequest) IsSuccess() bool

IsSuccess returns true when this entities rules delete v1 bad request response has a 2xx status code

func (*EntitiesRulesDeleteV1BadRequest) String

type EntitiesRulesDeleteV1Forbidden

type EntitiesRulesDeleteV1Forbidden 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.MsaspecQueryResponse
}

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

Forbidden

func NewEntitiesRulesDeleteV1Forbidden

func NewEntitiesRulesDeleteV1Forbidden() *EntitiesRulesDeleteV1Forbidden

NewEntitiesRulesDeleteV1Forbidden creates a EntitiesRulesDeleteV1Forbidden with default headers values

func (*EntitiesRulesDeleteV1Forbidden) Code

Code gets the status code for the entities rules delete v1 forbidden response

func (*EntitiesRulesDeleteV1Forbidden) Error

func (*EntitiesRulesDeleteV1Forbidden) GetPayload

func (*EntitiesRulesDeleteV1Forbidden) IsClientError

func (o *EntitiesRulesDeleteV1Forbidden) IsClientError() bool

IsClientError returns true when this entities rules delete v1 forbidden response has a 4xx status code

func (*EntitiesRulesDeleteV1Forbidden) IsCode

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

IsCode returns true when this entities rules delete v1 forbidden response a status code equal to that given

func (*EntitiesRulesDeleteV1Forbidden) IsRedirect

func (o *EntitiesRulesDeleteV1Forbidden) IsRedirect() bool

IsRedirect returns true when this entities rules delete v1 forbidden response has a 3xx status code

func (*EntitiesRulesDeleteV1Forbidden) IsServerError

func (o *EntitiesRulesDeleteV1Forbidden) IsServerError() bool

IsServerError returns true when this entities rules delete v1 forbidden response has a 5xx status code

func (*EntitiesRulesDeleteV1Forbidden) IsSuccess

func (o *EntitiesRulesDeleteV1Forbidden) IsSuccess() bool

IsSuccess returns true when this entities rules delete v1 forbidden response has a 2xx status code

func (*EntitiesRulesDeleteV1Forbidden) String

type EntitiesRulesDeleteV1InternalServerError

type EntitiesRulesDeleteV1InternalServerError 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.MsaspecQueryResponse
}

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

Internal Server Error

func NewEntitiesRulesDeleteV1InternalServerError

func NewEntitiesRulesDeleteV1InternalServerError() *EntitiesRulesDeleteV1InternalServerError

NewEntitiesRulesDeleteV1InternalServerError creates a EntitiesRulesDeleteV1InternalServerError with default headers values

func (*EntitiesRulesDeleteV1InternalServerError) Code

Code gets the status code for the entities rules delete v1 internal server error response

func (*EntitiesRulesDeleteV1InternalServerError) Error

func (*EntitiesRulesDeleteV1InternalServerError) GetPayload

func (*EntitiesRulesDeleteV1InternalServerError) IsClientError

IsClientError returns true when this entities rules delete v1 internal server error response has a 4xx status code

func (*EntitiesRulesDeleteV1InternalServerError) IsCode

IsCode returns true when this entities rules delete v1 internal server error response a status code equal to that given

func (*EntitiesRulesDeleteV1InternalServerError) IsRedirect

IsRedirect returns true when this entities rules delete v1 internal server error response has a 3xx status code

func (*EntitiesRulesDeleteV1InternalServerError) IsServerError

IsServerError returns true when this entities rules delete v1 internal server error response has a 5xx status code

func (*EntitiesRulesDeleteV1InternalServerError) IsSuccess

IsSuccess returns true when this entities rules delete v1 internal server error response has a 2xx status code

func (*EntitiesRulesDeleteV1InternalServerError) String

type EntitiesRulesDeleteV1NotFound

type EntitiesRulesDeleteV1NotFound 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.MsaspecQueryResponse
}

EntitiesRulesDeleteV1NotFound describes a response with status code 404, with default header values.

Not Found

func NewEntitiesRulesDeleteV1NotFound

func NewEntitiesRulesDeleteV1NotFound() *EntitiesRulesDeleteV1NotFound

NewEntitiesRulesDeleteV1NotFound creates a EntitiesRulesDeleteV1NotFound with default headers values

func (*EntitiesRulesDeleteV1NotFound) Code

Code gets the status code for the entities rules delete v1 not found response

func (*EntitiesRulesDeleteV1NotFound) Error

func (*EntitiesRulesDeleteV1NotFound) GetPayload

func (*EntitiesRulesDeleteV1NotFound) IsClientError

func (o *EntitiesRulesDeleteV1NotFound) IsClientError() bool

IsClientError returns true when this entities rules delete v1 not found response has a 4xx status code

func (*EntitiesRulesDeleteV1NotFound) IsCode

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

IsCode returns true when this entities rules delete v1 not found response a status code equal to that given

func (*EntitiesRulesDeleteV1NotFound) IsRedirect

func (o *EntitiesRulesDeleteV1NotFound) IsRedirect() bool

IsRedirect returns true when this entities rules delete v1 not found response has a 3xx status code

func (*EntitiesRulesDeleteV1NotFound) IsServerError

func (o *EntitiesRulesDeleteV1NotFound) IsServerError() bool

IsServerError returns true when this entities rules delete v1 not found response has a 5xx status code

func (*EntitiesRulesDeleteV1NotFound) IsSuccess

func (o *EntitiesRulesDeleteV1NotFound) IsSuccess() bool

IsSuccess returns true when this entities rules delete v1 not found response has a 2xx status code

func (*EntitiesRulesDeleteV1NotFound) String

type EntitiesRulesDeleteV1OK

type EntitiesRulesDeleteV1OK 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.MsaspecQueryResponse
}

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

OK

func NewEntitiesRulesDeleteV1OK

func NewEntitiesRulesDeleteV1OK() *EntitiesRulesDeleteV1OK

NewEntitiesRulesDeleteV1OK creates a EntitiesRulesDeleteV1OK with default headers values

func (*EntitiesRulesDeleteV1OK) Code

func (o *EntitiesRulesDeleteV1OK) Code() int

Code gets the status code for the entities rules delete v1 o k response

func (*EntitiesRulesDeleteV1OK) Error

func (o *EntitiesRulesDeleteV1OK) Error() string

func (*EntitiesRulesDeleteV1OK) GetPayload

func (*EntitiesRulesDeleteV1OK) IsClientError

func (o *EntitiesRulesDeleteV1OK) IsClientError() bool

IsClientError returns true when this entities rules delete v1 o k response has a 4xx status code

func (*EntitiesRulesDeleteV1OK) IsCode

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

IsCode returns true when this entities rules delete v1 o k response a status code equal to that given

func (*EntitiesRulesDeleteV1OK) IsRedirect

func (o *EntitiesRulesDeleteV1OK) IsRedirect() bool

IsRedirect returns true when this entities rules delete v1 o k response has a 3xx status code

func (*EntitiesRulesDeleteV1OK) IsServerError

func (o *EntitiesRulesDeleteV1OK) IsServerError() bool

IsServerError returns true when this entities rules delete v1 o k response has a 5xx status code

func (*EntitiesRulesDeleteV1OK) IsSuccess

func (o *EntitiesRulesDeleteV1OK) IsSuccess() bool

IsSuccess returns true when this entities rules delete v1 o k response has a 2xx status code

func (*EntitiesRulesDeleteV1OK) String

func (o *EntitiesRulesDeleteV1OK) String() string

type EntitiesRulesDeleteV1Params

type EntitiesRulesDeleteV1Params struct {

	/* Ids.

	   The IDs
	*/
	Ids []string

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

EntitiesRulesDeleteV1Params contains all the parameters to send to the API endpoint

for the entities rules delete v1 operation.

Typically these are written to a http.Request.

func NewEntitiesRulesDeleteV1Params

func NewEntitiesRulesDeleteV1Params() *EntitiesRulesDeleteV1Params

NewEntitiesRulesDeleteV1Params creates a new EntitiesRulesDeleteV1Params 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 NewEntitiesRulesDeleteV1ParamsWithContext

func NewEntitiesRulesDeleteV1ParamsWithContext(ctx context.Context) *EntitiesRulesDeleteV1Params

NewEntitiesRulesDeleteV1ParamsWithContext creates a new EntitiesRulesDeleteV1Params object with the ability to set a context for a request.

func NewEntitiesRulesDeleteV1ParamsWithHTTPClient

func NewEntitiesRulesDeleteV1ParamsWithHTTPClient(client *http.Client) *EntitiesRulesDeleteV1Params

NewEntitiesRulesDeleteV1ParamsWithHTTPClient creates a new EntitiesRulesDeleteV1Params object with the ability to set a custom HTTPClient for a request.

func NewEntitiesRulesDeleteV1ParamsWithTimeout

func NewEntitiesRulesDeleteV1ParamsWithTimeout(timeout time.Duration) *EntitiesRulesDeleteV1Params

NewEntitiesRulesDeleteV1ParamsWithTimeout creates a new EntitiesRulesDeleteV1Params object with the ability to set a timeout on a request.

func (*EntitiesRulesDeleteV1Params) SetContext

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

SetContext adds the context to the entities rules delete v1 params

func (*EntitiesRulesDeleteV1Params) SetDefaults

func (o *EntitiesRulesDeleteV1Params) SetDefaults()

SetDefaults hydrates default values in the entities rules delete v1 params (not the query body).

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

func (*EntitiesRulesDeleteV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the entities rules delete v1 params

func (*EntitiesRulesDeleteV1Params) SetIds

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

SetIds adds the ids to the entities rules delete v1 params

func (*EntitiesRulesDeleteV1Params) SetTimeout

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

SetTimeout adds the timeout to the entities rules delete v1 params

func (*EntitiesRulesDeleteV1Params) WithContext

WithContext adds the context to the entities rules delete v1 params

func (*EntitiesRulesDeleteV1Params) WithDefaults

WithDefaults hydrates default values in the entities rules delete v1 params (not the query body).

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

func (*EntitiesRulesDeleteV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the entities rules delete v1 params

func (*EntitiesRulesDeleteV1Params) WithIds

WithIds adds the ids to the entities rules delete v1 params

func (*EntitiesRulesDeleteV1Params) WithTimeout

WithTimeout adds the timeout to the entities rules delete v1 params

func (*EntitiesRulesDeleteV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type EntitiesRulesDeleteV1Reader

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

EntitiesRulesDeleteV1Reader is a Reader for the EntitiesRulesDeleteV1 structure.

func (*EntitiesRulesDeleteV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EntitiesRulesDeleteV1TooManyRequests

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

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

Too Many Requests

func NewEntitiesRulesDeleteV1TooManyRequests

func NewEntitiesRulesDeleteV1TooManyRequests() *EntitiesRulesDeleteV1TooManyRequests

NewEntitiesRulesDeleteV1TooManyRequests creates a EntitiesRulesDeleteV1TooManyRequests with default headers values

func (*EntitiesRulesDeleteV1TooManyRequests) Code

Code gets the status code for the entities rules delete v1 too many requests response

func (*EntitiesRulesDeleteV1TooManyRequests) Error

func (*EntitiesRulesDeleteV1TooManyRequests) GetPayload

func (*EntitiesRulesDeleteV1TooManyRequests) IsClientError

func (o *EntitiesRulesDeleteV1TooManyRequests) IsClientError() bool

IsClientError returns true when this entities rules delete v1 too many requests response has a 4xx status code

func (*EntitiesRulesDeleteV1TooManyRequests) IsCode

IsCode returns true when this entities rules delete v1 too many requests response a status code equal to that given

func (*EntitiesRulesDeleteV1TooManyRequests) IsRedirect

IsRedirect returns true when this entities rules delete v1 too many requests response has a 3xx status code

func (*EntitiesRulesDeleteV1TooManyRequests) IsServerError

func (o *EntitiesRulesDeleteV1TooManyRequests) IsServerError() bool

IsServerError returns true when this entities rules delete v1 too many requests response has a 5xx status code

func (*EntitiesRulesDeleteV1TooManyRequests) IsSuccess

IsSuccess returns true when this entities rules delete v1 too many requests response has a 2xx status code

func (*EntitiesRulesDeleteV1TooManyRequests) String

type EntitiesRulesDeleteV1Unauthorized

type EntitiesRulesDeleteV1Unauthorized 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.MsaspecQueryResponse
}

EntitiesRulesDeleteV1Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewEntitiesRulesDeleteV1Unauthorized

func NewEntitiesRulesDeleteV1Unauthorized() *EntitiesRulesDeleteV1Unauthorized

NewEntitiesRulesDeleteV1Unauthorized creates a EntitiesRulesDeleteV1Unauthorized with default headers values

func (*EntitiesRulesDeleteV1Unauthorized) Code

Code gets the status code for the entities rules delete v1 unauthorized response

func (*EntitiesRulesDeleteV1Unauthorized) Error

func (*EntitiesRulesDeleteV1Unauthorized) GetPayload

func (*EntitiesRulesDeleteV1Unauthorized) IsClientError

func (o *EntitiesRulesDeleteV1Unauthorized) IsClientError() bool

IsClientError returns true when this entities rules delete v1 unauthorized response has a 4xx status code

func (*EntitiesRulesDeleteV1Unauthorized) IsCode

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

IsCode returns true when this entities rules delete v1 unauthorized response a status code equal to that given

func (*EntitiesRulesDeleteV1Unauthorized) IsRedirect

func (o *EntitiesRulesDeleteV1Unauthorized) IsRedirect() bool

IsRedirect returns true when this entities rules delete v1 unauthorized response has a 3xx status code

func (*EntitiesRulesDeleteV1Unauthorized) IsServerError

func (o *EntitiesRulesDeleteV1Unauthorized) IsServerError() bool

IsServerError returns true when this entities rules delete v1 unauthorized response has a 5xx status code

func (*EntitiesRulesDeleteV1Unauthorized) IsSuccess

func (o *EntitiesRulesDeleteV1Unauthorized) IsSuccess() bool

IsSuccess returns true when this entities rules delete v1 unauthorized response has a 2xx status code

func (*EntitiesRulesDeleteV1Unauthorized) String

type EntitiesRulesGetV1BadRequest

type EntitiesRulesGetV1BadRequest 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.APIGetEntitiesRulesResponseV1
}

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

Bad Request

func NewEntitiesRulesGetV1BadRequest

func NewEntitiesRulesGetV1BadRequest() *EntitiesRulesGetV1BadRequest

NewEntitiesRulesGetV1BadRequest creates a EntitiesRulesGetV1BadRequest with default headers values

func (*EntitiesRulesGetV1BadRequest) Code

Code gets the status code for the entities rules get v1 bad request response

func (*EntitiesRulesGetV1BadRequest) Error

func (*EntitiesRulesGetV1BadRequest) GetPayload

func (*EntitiesRulesGetV1BadRequest) IsClientError

func (o *EntitiesRulesGetV1BadRequest) IsClientError() bool

IsClientError returns true when this entities rules get v1 bad request response has a 4xx status code

func (*EntitiesRulesGetV1BadRequest) IsCode

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

IsCode returns true when this entities rules get v1 bad request response a status code equal to that given

func (*EntitiesRulesGetV1BadRequest) IsRedirect

func (o *EntitiesRulesGetV1BadRequest) IsRedirect() bool

IsRedirect returns true when this entities rules get v1 bad request response has a 3xx status code

func (*EntitiesRulesGetV1BadRequest) IsServerError

func (o *EntitiesRulesGetV1BadRequest) IsServerError() bool

IsServerError returns true when this entities rules get v1 bad request response has a 5xx status code

func (*EntitiesRulesGetV1BadRequest) IsSuccess

func (o *EntitiesRulesGetV1BadRequest) IsSuccess() bool

IsSuccess returns true when this entities rules get v1 bad request response has a 2xx status code

func (*EntitiesRulesGetV1BadRequest) String

type EntitiesRulesGetV1Forbidden

type EntitiesRulesGetV1Forbidden 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.APIGetEntitiesRulesResponseV1
}

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

Forbidden

func NewEntitiesRulesGetV1Forbidden

func NewEntitiesRulesGetV1Forbidden() *EntitiesRulesGetV1Forbidden

NewEntitiesRulesGetV1Forbidden creates a EntitiesRulesGetV1Forbidden with default headers values

func (*EntitiesRulesGetV1Forbidden) Code

func (o *EntitiesRulesGetV1Forbidden) Code() int

Code gets the status code for the entities rules get v1 forbidden response

func (*EntitiesRulesGetV1Forbidden) Error

func (*EntitiesRulesGetV1Forbidden) GetPayload

func (*EntitiesRulesGetV1Forbidden) IsClientError

func (o *EntitiesRulesGetV1Forbidden) IsClientError() bool

IsClientError returns true when this entities rules get v1 forbidden response has a 4xx status code

func (*EntitiesRulesGetV1Forbidden) IsCode

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

IsCode returns true when this entities rules get v1 forbidden response a status code equal to that given

func (*EntitiesRulesGetV1Forbidden) IsRedirect

func (o *EntitiesRulesGetV1Forbidden) IsRedirect() bool

IsRedirect returns true when this entities rules get v1 forbidden response has a 3xx status code

func (*EntitiesRulesGetV1Forbidden) IsServerError

func (o *EntitiesRulesGetV1Forbidden) IsServerError() bool

IsServerError returns true when this entities rules get v1 forbidden response has a 5xx status code

func (*EntitiesRulesGetV1Forbidden) IsSuccess

func (o *EntitiesRulesGetV1Forbidden) IsSuccess() bool

IsSuccess returns true when this entities rules get v1 forbidden response has a 2xx status code

func (*EntitiesRulesGetV1Forbidden) String

func (o *EntitiesRulesGetV1Forbidden) String() string

type EntitiesRulesGetV1InternalServerError

type EntitiesRulesGetV1InternalServerError 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.APIGetEntitiesRulesResponseV1
}

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

Internal Server Error

func NewEntitiesRulesGetV1InternalServerError

func NewEntitiesRulesGetV1InternalServerError() *EntitiesRulesGetV1InternalServerError

NewEntitiesRulesGetV1InternalServerError creates a EntitiesRulesGetV1InternalServerError with default headers values

func (*EntitiesRulesGetV1InternalServerError) Code

Code gets the status code for the entities rules get v1 internal server error response

func (*EntitiesRulesGetV1InternalServerError) Error

func (*EntitiesRulesGetV1InternalServerError) GetPayload

func (*EntitiesRulesGetV1InternalServerError) IsClientError

func (o *EntitiesRulesGetV1InternalServerError) IsClientError() bool

IsClientError returns true when this entities rules get v1 internal server error response has a 4xx status code

func (*EntitiesRulesGetV1InternalServerError) IsCode

IsCode returns true when this entities rules get v1 internal server error response a status code equal to that given

func (*EntitiesRulesGetV1InternalServerError) IsRedirect

IsRedirect returns true when this entities rules get v1 internal server error response has a 3xx status code

func (*EntitiesRulesGetV1InternalServerError) IsServerError

func (o *EntitiesRulesGetV1InternalServerError) IsServerError() bool

IsServerError returns true when this entities rules get v1 internal server error response has a 5xx status code

func (*EntitiesRulesGetV1InternalServerError) IsSuccess

IsSuccess returns true when this entities rules get v1 internal server error response has a 2xx status code

func (*EntitiesRulesGetV1InternalServerError) String

type EntitiesRulesGetV1NotFound

type EntitiesRulesGetV1NotFound 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.APIGetEntitiesRulesResponseV1
}

EntitiesRulesGetV1NotFound describes a response with status code 404, with default header values.

Not Found

func NewEntitiesRulesGetV1NotFound

func NewEntitiesRulesGetV1NotFound() *EntitiesRulesGetV1NotFound

NewEntitiesRulesGetV1NotFound creates a EntitiesRulesGetV1NotFound with default headers values

func (*EntitiesRulesGetV1NotFound) Code

func (o *EntitiesRulesGetV1NotFound) Code() int

Code gets the status code for the entities rules get v1 not found response

func (*EntitiesRulesGetV1NotFound) Error

func (*EntitiesRulesGetV1NotFound) GetPayload

func (*EntitiesRulesGetV1NotFound) IsClientError

func (o *EntitiesRulesGetV1NotFound) IsClientError() bool

IsClientError returns true when this entities rules get v1 not found response has a 4xx status code

func (*EntitiesRulesGetV1NotFound) IsCode

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

IsCode returns true when this entities rules get v1 not found response a status code equal to that given

func (*EntitiesRulesGetV1NotFound) IsRedirect

func (o *EntitiesRulesGetV1NotFound) IsRedirect() bool

IsRedirect returns true when this entities rules get v1 not found response has a 3xx status code

func (*EntitiesRulesGetV1NotFound) IsServerError

func (o *EntitiesRulesGetV1NotFound) IsServerError() bool

IsServerError returns true when this entities rules get v1 not found response has a 5xx status code

func (*EntitiesRulesGetV1NotFound) IsSuccess

func (o *EntitiesRulesGetV1NotFound) IsSuccess() bool

IsSuccess returns true when this entities rules get v1 not found response has a 2xx status code

func (*EntitiesRulesGetV1NotFound) String

func (o *EntitiesRulesGetV1NotFound) String() string

type EntitiesRulesGetV1OK

type EntitiesRulesGetV1OK 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.APIGetEntitiesRulesResponseV1
}

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

OK

func NewEntitiesRulesGetV1OK

func NewEntitiesRulesGetV1OK() *EntitiesRulesGetV1OK

NewEntitiesRulesGetV1OK creates a EntitiesRulesGetV1OK with default headers values

func (*EntitiesRulesGetV1OK) Code

func (o *EntitiesRulesGetV1OK) Code() int

Code gets the status code for the entities rules get v1 o k response

func (*EntitiesRulesGetV1OK) Error

func (o *EntitiesRulesGetV1OK) Error() string

func (*EntitiesRulesGetV1OK) GetPayload

func (*EntitiesRulesGetV1OK) IsClientError

func (o *EntitiesRulesGetV1OK) IsClientError() bool

IsClientError returns true when this entities rules get v1 o k response has a 4xx status code

func (*EntitiesRulesGetV1OK) IsCode

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

IsCode returns true when this entities rules get v1 o k response a status code equal to that given

func (*EntitiesRulesGetV1OK) IsRedirect

func (o *EntitiesRulesGetV1OK) IsRedirect() bool

IsRedirect returns true when this entities rules get v1 o k response has a 3xx status code

func (*EntitiesRulesGetV1OK) IsServerError

func (o *EntitiesRulesGetV1OK) IsServerError() bool

IsServerError returns true when this entities rules get v1 o k response has a 5xx status code

func (*EntitiesRulesGetV1OK) IsSuccess

func (o *EntitiesRulesGetV1OK) IsSuccess() bool

IsSuccess returns true when this entities rules get v1 o k response has a 2xx status code

func (*EntitiesRulesGetV1OK) String

func (o *EntitiesRulesGetV1OK) String() string

type EntitiesRulesGetV1Params

type EntitiesRulesGetV1Params struct {

	/* Ids.

	   The IDs
	*/
	Ids []string

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

EntitiesRulesGetV1Params contains all the parameters to send to the API endpoint

for the entities rules get v1 operation.

Typically these are written to a http.Request.

func NewEntitiesRulesGetV1Params

func NewEntitiesRulesGetV1Params() *EntitiesRulesGetV1Params

NewEntitiesRulesGetV1Params creates a new EntitiesRulesGetV1Params 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 NewEntitiesRulesGetV1ParamsWithContext

func NewEntitiesRulesGetV1ParamsWithContext(ctx context.Context) *EntitiesRulesGetV1Params

NewEntitiesRulesGetV1ParamsWithContext creates a new EntitiesRulesGetV1Params object with the ability to set a context for a request.

func NewEntitiesRulesGetV1ParamsWithHTTPClient

func NewEntitiesRulesGetV1ParamsWithHTTPClient(client *http.Client) *EntitiesRulesGetV1Params

NewEntitiesRulesGetV1ParamsWithHTTPClient creates a new EntitiesRulesGetV1Params object with the ability to set a custom HTTPClient for a request.

func NewEntitiesRulesGetV1ParamsWithTimeout

func NewEntitiesRulesGetV1ParamsWithTimeout(timeout time.Duration) *EntitiesRulesGetV1Params

NewEntitiesRulesGetV1ParamsWithTimeout creates a new EntitiesRulesGetV1Params object with the ability to set a timeout on a request.

func (*EntitiesRulesGetV1Params) SetContext

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

SetContext adds the context to the entities rules get v1 params

func (*EntitiesRulesGetV1Params) SetDefaults

func (o *EntitiesRulesGetV1Params) SetDefaults()

SetDefaults hydrates default values in the entities rules get v1 params (not the query body).

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

func (*EntitiesRulesGetV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the entities rules get v1 params

func (*EntitiesRulesGetV1Params) SetIds

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

SetIds adds the ids to the entities rules get v1 params

func (*EntitiesRulesGetV1Params) SetTimeout

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

SetTimeout adds the timeout to the entities rules get v1 params

func (*EntitiesRulesGetV1Params) WithContext

WithContext adds the context to the entities rules get v1 params

func (*EntitiesRulesGetV1Params) WithDefaults

WithDefaults hydrates default values in the entities rules get v1 params (not the query body).

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

func (*EntitiesRulesGetV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the entities rules get v1 params

func (*EntitiesRulesGetV1Params) WithIds

WithIds adds the ids to the entities rules get v1 params

func (*EntitiesRulesGetV1Params) WithTimeout

WithTimeout adds the timeout to the entities rules get v1 params

func (*EntitiesRulesGetV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type EntitiesRulesGetV1Reader

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

EntitiesRulesGetV1Reader is a Reader for the EntitiesRulesGetV1 structure.

func (*EntitiesRulesGetV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EntitiesRulesGetV1TooManyRequests

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

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

Too Many Requests

func NewEntitiesRulesGetV1TooManyRequests

func NewEntitiesRulesGetV1TooManyRequests() *EntitiesRulesGetV1TooManyRequests

NewEntitiesRulesGetV1TooManyRequests creates a EntitiesRulesGetV1TooManyRequests with default headers values

func (*EntitiesRulesGetV1TooManyRequests) Code

Code gets the status code for the entities rules get v1 too many requests response

func (*EntitiesRulesGetV1TooManyRequests) Error

func (*EntitiesRulesGetV1TooManyRequests) GetPayload

func (*EntitiesRulesGetV1TooManyRequests) IsClientError

func (o *EntitiesRulesGetV1TooManyRequests) IsClientError() bool

IsClientError returns true when this entities rules get v1 too many requests response has a 4xx status code

func (*EntitiesRulesGetV1TooManyRequests) IsCode

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

IsCode returns true when this entities rules get v1 too many requests response a status code equal to that given

func (*EntitiesRulesGetV1TooManyRequests) IsRedirect

func (o *EntitiesRulesGetV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this entities rules get v1 too many requests response has a 3xx status code

func (*EntitiesRulesGetV1TooManyRequests) IsServerError

func (o *EntitiesRulesGetV1TooManyRequests) IsServerError() bool

IsServerError returns true when this entities rules get v1 too many requests response has a 5xx status code

func (*EntitiesRulesGetV1TooManyRequests) IsSuccess

func (o *EntitiesRulesGetV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this entities rules get v1 too many requests response has a 2xx status code

func (*EntitiesRulesGetV1TooManyRequests) String

type EntitiesRulesGetV1Unauthorized

type EntitiesRulesGetV1Unauthorized 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.APIGetEntitiesRulesResponseV1
}

EntitiesRulesGetV1Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewEntitiesRulesGetV1Unauthorized

func NewEntitiesRulesGetV1Unauthorized() *EntitiesRulesGetV1Unauthorized

NewEntitiesRulesGetV1Unauthorized creates a EntitiesRulesGetV1Unauthorized with default headers values

func (*EntitiesRulesGetV1Unauthorized) Code

Code gets the status code for the entities rules get v1 unauthorized response

func (*EntitiesRulesGetV1Unauthorized) Error

func (*EntitiesRulesGetV1Unauthorized) GetPayload

func (*EntitiesRulesGetV1Unauthorized) IsClientError

func (o *EntitiesRulesGetV1Unauthorized) IsClientError() bool

IsClientError returns true when this entities rules get v1 unauthorized response has a 4xx status code

func (*EntitiesRulesGetV1Unauthorized) IsCode

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

IsCode returns true when this entities rules get v1 unauthorized response a status code equal to that given

func (*EntitiesRulesGetV1Unauthorized) IsRedirect

func (o *EntitiesRulesGetV1Unauthorized) IsRedirect() bool

IsRedirect returns true when this entities rules get v1 unauthorized response has a 3xx status code

func (*EntitiesRulesGetV1Unauthorized) IsServerError

func (o *EntitiesRulesGetV1Unauthorized) IsServerError() bool

IsServerError returns true when this entities rules get v1 unauthorized response has a 5xx status code

func (*EntitiesRulesGetV1Unauthorized) IsSuccess

func (o *EntitiesRulesGetV1Unauthorized) IsSuccess() bool

IsSuccess returns true when this entities rules get v1 unauthorized response has a 2xx status code

func (*EntitiesRulesGetV1Unauthorized) String

type EntitiesRulesGetV2BadRequest added in v0.14.0

type EntitiesRulesGetV2BadRequest 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.APIGetEntitiesRulesResponseV1
}

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

Bad Request

func NewEntitiesRulesGetV2BadRequest added in v0.14.0

func NewEntitiesRulesGetV2BadRequest() *EntitiesRulesGetV2BadRequest

NewEntitiesRulesGetV2BadRequest creates a EntitiesRulesGetV2BadRequest with default headers values

func (*EntitiesRulesGetV2BadRequest) Code added in v0.14.0

Code gets the status code for the entities rules get v2 bad request response

func (*EntitiesRulesGetV2BadRequest) Error added in v0.14.0

func (*EntitiesRulesGetV2BadRequest) GetPayload added in v0.14.0

func (*EntitiesRulesGetV2BadRequest) IsClientError added in v0.14.0

func (o *EntitiesRulesGetV2BadRequest) IsClientError() bool

IsClientError returns true when this entities rules get v2 bad request response has a 4xx status code

func (*EntitiesRulesGetV2BadRequest) IsCode added in v0.14.0

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

IsCode returns true when this entities rules get v2 bad request response a status code equal to that given

func (*EntitiesRulesGetV2BadRequest) IsRedirect added in v0.14.0

func (o *EntitiesRulesGetV2BadRequest) IsRedirect() bool

IsRedirect returns true when this entities rules get v2 bad request response has a 3xx status code

func (*EntitiesRulesGetV2BadRequest) IsServerError added in v0.14.0

func (o *EntitiesRulesGetV2BadRequest) IsServerError() bool

IsServerError returns true when this entities rules get v2 bad request response has a 5xx status code

func (*EntitiesRulesGetV2BadRequest) IsSuccess added in v0.14.0

func (o *EntitiesRulesGetV2BadRequest) IsSuccess() bool

IsSuccess returns true when this entities rules get v2 bad request response has a 2xx status code

func (*EntitiesRulesGetV2BadRequest) String added in v0.14.0

type EntitiesRulesGetV2Forbidden added in v0.14.0

type EntitiesRulesGetV2Forbidden 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.APIGetEntitiesRulesResponseV1
}

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

Forbidden

func NewEntitiesRulesGetV2Forbidden added in v0.14.0

func NewEntitiesRulesGetV2Forbidden() *EntitiesRulesGetV2Forbidden

NewEntitiesRulesGetV2Forbidden creates a EntitiesRulesGetV2Forbidden with default headers values

func (*EntitiesRulesGetV2Forbidden) Code added in v0.14.0

func (o *EntitiesRulesGetV2Forbidden) Code() int

Code gets the status code for the entities rules get v2 forbidden response

func (*EntitiesRulesGetV2Forbidden) Error added in v0.14.0

func (*EntitiesRulesGetV2Forbidden) GetPayload added in v0.14.0

func (*EntitiesRulesGetV2Forbidden) IsClientError added in v0.14.0

func (o *EntitiesRulesGetV2Forbidden) IsClientError() bool

IsClientError returns true when this entities rules get v2 forbidden response has a 4xx status code

func (*EntitiesRulesGetV2Forbidden) IsCode added in v0.14.0

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

IsCode returns true when this entities rules get v2 forbidden response a status code equal to that given

func (*EntitiesRulesGetV2Forbidden) IsRedirect added in v0.14.0

func (o *EntitiesRulesGetV2Forbidden) IsRedirect() bool

IsRedirect returns true when this entities rules get v2 forbidden response has a 3xx status code

func (*EntitiesRulesGetV2Forbidden) IsServerError added in v0.14.0

func (o *EntitiesRulesGetV2Forbidden) IsServerError() bool

IsServerError returns true when this entities rules get v2 forbidden response has a 5xx status code

func (*EntitiesRulesGetV2Forbidden) IsSuccess added in v0.14.0

func (o *EntitiesRulesGetV2Forbidden) IsSuccess() bool

IsSuccess returns true when this entities rules get v2 forbidden response has a 2xx status code

func (*EntitiesRulesGetV2Forbidden) String added in v0.14.0

func (o *EntitiesRulesGetV2Forbidden) String() string

type EntitiesRulesGetV2InternalServerError added in v0.14.0

type EntitiesRulesGetV2InternalServerError 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.APIGetEntitiesRulesResponseV1
}

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

Internal Server Error

func NewEntitiesRulesGetV2InternalServerError added in v0.14.0

func NewEntitiesRulesGetV2InternalServerError() *EntitiesRulesGetV2InternalServerError

NewEntitiesRulesGetV2InternalServerError creates a EntitiesRulesGetV2InternalServerError with default headers values

func (*EntitiesRulesGetV2InternalServerError) Code added in v0.14.0

Code gets the status code for the entities rules get v2 internal server error response

func (*EntitiesRulesGetV2InternalServerError) Error added in v0.14.0

func (*EntitiesRulesGetV2InternalServerError) GetPayload added in v0.14.0

func (*EntitiesRulesGetV2InternalServerError) IsClientError added in v0.14.0

func (o *EntitiesRulesGetV2InternalServerError) IsClientError() bool

IsClientError returns true when this entities rules get v2 internal server error response has a 4xx status code

func (*EntitiesRulesGetV2InternalServerError) IsCode added in v0.14.0

IsCode returns true when this entities rules get v2 internal server error response a status code equal to that given

func (*EntitiesRulesGetV2InternalServerError) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rules get v2 internal server error response has a 3xx status code

func (*EntitiesRulesGetV2InternalServerError) IsServerError added in v0.14.0

func (o *EntitiesRulesGetV2InternalServerError) IsServerError() bool

IsServerError returns true when this entities rules get v2 internal server error response has a 5xx status code

func (*EntitiesRulesGetV2InternalServerError) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rules get v2 internal server error response has a 2xx status code

func (*EntitiesRulesGetV2InternalServerError) String added in v0.14.0

type EntitiesRulesGetV2NotFound added in v0.14.0

type EntitiesRulesGetV2NotFound 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.APIGetEntitiesRulesResponseV1
}

EntitiesRulesGetV2NotFound describes a response with status code 404, with default header values.

Not Found

func NewEntitiesRulesGetV2NotFound added in v0.14.0

func NewEntitiesRulesGetV2NotFound() *EntitiesRulesGetV2NotFound

NewEntitiesRulesGetV2NotFound creates a EntitiesRulesGetV2NotFound with default headers values

func (*EntitiesRulesGetV2NotFound) Code added in v0.14.0

func (o *EntitiesRulesGetV2NotFound) Code() int

Code gets the status code for the entities rules get v2 not found response

func (*EntitiesRulesGetV2NotFound) Error added in v0.14.0

func (*EntitiesRulesGetV2NotFound) GetPayload added in v0.14.0

func (*EntitiesRulesGetV2NotFound) IsClientError added in v0.14.0

func (o *EntitiesRulesGetV2NotFound) IsClientError() bool

IsClientError returns true when this entities rules get v2 not found response has a 4xx status code

func (*EntitiesRulesGetV2NotFound) IsCode added in v0.14.0

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

IsCode returns true when this entities rules get v2 not found response a status code equal to that given

func (*EntitiesRulesGetV2NotFound) IsRedirect added in v0.14.0

func (o *EntitiesRulesGetV2NotFound) IsRedirect() bool

IsRedirect returns true when this entities rules get v2 not found response has a 3xx status code

func (*EntitiesRulesGetV2NotFound) IsServerError added in v0.14.0

func (o *EntitiesRulesGetV2NotFound) IsServerError() bool

IsServerError returns true when this entities rules get v2 not found response has a 5xx status code

func (*EntitiesRulesGetV2NotFound) IsSuccess added in v0.14.0

func (o *EntitiesRulesGetV2NotFound) IsSuccess() bool

IsSuccess returns true when this entities rules get v2 not found response has a 2xx status code

func (*EntitiesRulesGetV2NotFound) String added in v0.14.0

func (o *EntitiesRulesGetV2NotFound) String() string

type EntitiesRulesGetV2OK added in v0.14.0

type EntitiesRulesGetV2OK 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.APIGetEntitiesRulesResponseV1
}

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

OK

func NewEntitiesRulesGetV2OK added in v0.14.0

func NewEntitiesRulesGetV2OK() *EntitiesRulesGetV2OK

NewEntitiesRulesGetV2OK creates a EntitiesRulesGetV2OK with default headers values

func (*EntitiesRulesGetV2OK) Code added in v0.14.0

func (o *EntitiesRulesGetV2OK) Code() int

Code gets the status code for the entities rules get v2 o k response

func (*EntitiesRulesGetV2OK) Error added in v0.14.0

func (o *EntitiesRulesGetV2OK) Error() string

func (*EntitiesRulesGetV2OK) GetPayload added in v0.14.0

func (*EntitiesRulesGetV2OK) IsClientError added in v0.14.0

func (o *EntitiesRulesGetV2OK) IsClientError() bool

IsClientError returns true when this entities rules get v2 o k response has a 4xx status code

func (*EntitiesRulesGetV2OK) IsCode added in v0.14.0

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

IsCode returns true when this entities rules get v2 o k response a status code equal to that given

func (*EntitiesRulesGetV2OK) IsRedirect added in v0.14.0

func (o *EntitiesRulesGetV2OK) IsRedirect() bool

IsRedirect returns true when this entities rules get v2 o k response has a 3xx status code

func (*EntitiesRulesGetV2OK) IsServerError added in v0.14.0

func (o *EntitiesRulesGetV2OK) IsServerError() bool

IsServerError returns true when this entities rules get v2 o k response has a 5xx status code

func (*EntitiesRulesGetV2OK) IsSuccess added in v0.14.0

func (o *EntitiesRulesGetV2OK) IsSuccess() bool

IsSuccess returns true when this entities rules get v2 o k response has a 2xx status code

func (*EntitiesRulesGetV2OK) String added in v0.14.0

func (o *EntitiesRulesGetV2OK) String() string

type EntitiesRulesGetV2Params added in v0.14.0

type EntitiesRulesGetV2Params struct {

	/* Ids.

	   The IDs
	*/
	Ids []string

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

EntitiesRulesGetV2Params contains all the parameters to send to the API endpoint

for the entities rules get v2 operation.

Typically these are written to a http.Request.

func NewEntitiesRulesGetV2Params added in v0.14.0

func NewEntitiesRulesGetV2Params() *EntitiesRulesGetV2Params

NewEntitiesRulesGetV2Params creates a new EntitiesRulesGetV2Params 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 NewEntitiesRulesGetV2ParamsWithContext added in v0.14.0

func NewEntitiesRulesGetV2ParamsWithContext(ctx context.Context) *EntitiesRulesGetV2Params

NewEntitiesRulesGetV2ParamsWithContext creates a new EntitiesRulesGetV2Params object with the ability to set a context for a request.

func NewEntitiesRulesGetV2ParamsWithHTTPClient added in v0.14.0

func NewEntitiesRulesGetV2ParamsWithHTTPClient(client *http.Client) *EntitiesRulesGetV2Params

NewEntitiesRulesGetV2ParamsWithHTTPClient creates a new EntitiesRulesGetV2Params object with the ability to set a custom HTTPClient for a request.

func NewEntitiesRulesGetV2ParamsWithTimeout added in v0.14.0

func NewEntitiesRulesGetV2ParamsWithTimeout(timeout time.Duration) *EntitiesRulesGetV2Params

NewEntitiesRulesGetV2ParamsWithTimeout creates a new EntitiesRulesGetV2Params object with the ability to set a timeout on a request.

func (*EntitiesRulesGetV2Params) SetContext added in v0.14.0

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

SetContext adds the context to the entities rules get v2 params

func (*EntitiesRulesGetV2Params) SetDefaults added in v0.14.0

func (o *EntitiesRulesGetV2Params) SetDefaults()

SetDefaults hydrates default values in the entities rules get v2 params (not the query body).

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

func (*EntitiesRulesGetV2Params) SetHTTPClient added in v0.14.0

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

SetHTTPClient adds the HTTPClient to the entities rules get v2 params

func (*EntitiesRulesGetV2Params) SetIds added in v0.14.0

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

SetIds adds the ids to the entities rules get v2 params

func (*EntitiesRulesGetV2Params) SetTimeout added in v0.14.0

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

SetTimeout adds the timeout to the entities rules get v2 params

func (*EntitiesRulesGetV2Params) WithContext added in v0.14.0

WithContext adds the context to the entities rules get v2 params

func (*EntitiesRulesGetV2Params) WithDefaults added in v0.14.0

WithDefaults hydrates default values in the entities rules get v2 params (not the query body).

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

func (*EntitiesRulesGetV2Params) WithHTTPClient added in v0.14.0

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

WithHTTPClient adds the HTTPClient to the entities rules get v2 params

func (*EntitiesRulesGetV2Params) WithIds added in v0.14.0

WithIds adds the ids to the entities rules get v2 params

func (*EntitiesRulesGetV2Params) WithTimeout added in v0.14.0

WithTimeout adds the timeout to the entities rules get v2 params

func (*EntitiesRulesGetV2Params) WriteToRequest added in v0.14.0

WriteToRequest writes these params to a swagger request

type EntitiesRulesGetV2Reader added in v0.14.0

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

EntitiesRulesGetV2Reader is a Reader for the EntitiesRulesGetV2 structure.

func (*EntitiesRulesGetV2Reader) ReadResponse added in v0.14.0

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

ReadResponse reads a server response into the received o.

type EntitiesRulesGetV2TooManyRequests added in v0.14.0

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

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

Too Many Requests

func NewEntitiesRulesGetV2TooManyRequests added in v0.14.0

func NewEntitiesRulesGetV2TooManyRequests() *EntitiesRulesGetV2TooManyRequests

NewEntitiesRulesGetV2TooManyRequests creates a EntitiesRulesGetV2TooManyRequests with default headers values

func (*EntitiesRulesGetV2TooManyRequests) Code added in v0.14.0

Code gets the status code for the entities rules get v2 too many requests response

func (*EntitiesRulesGetV2TooManyRequests) Error added in v0.14.0

func (*EntitiesRulesGetV2TooManyRequests) GetPayload added in v0.14.0

func (*EntitiesRulesGetV2TooManyRequests) IsClientError added in v0.14.0

func (o *EntitiesRulesGetV2TooManyRequests) IsClientError() bool

IsClientError returns true when this entities rules get v2 too many requests response has a 4xx status code

func (*EntitiesRulesGetV2TooManyRequests) IsCode added in v0.14.0

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

IsCode returns true when this entities rules get v2 too many requests response a status code equal to that given

func (*EntitiesRulesGetV2TooManyRequests) IsRedirect added in v0.14.0

func (o *EntitiesRulesGetV2TooManyRequests) IsRedirect() bool

IsRedirect returns true when this entities rules get v2 too many requests response has a 3xx status code

func (*EntitiesRulesGetV2TooManyRequests) IsServerError added in v0.14.0

func (o *EntitiesRulesGetV2TooManyRequests) IsServerError() bool

IsServerError returns true when this entities rules get v2 too many requests response has a 5xx status code

func (*EntitiesRulesGetV2TooManyRequests) IsSuccess added in v0.14.0

func (o *EntitiesRulesGetV2TooManyRequests) IsSuccess() bool

IsSuccess returns true when this entities rules get v2 too many requests response has a 2xx status code

func (*EntitiesRulesGetV2TooManyRequests) String added in v0.14.0

type EntitiesRulesGetV2Unauthorized added in v0.14.0

type EntitiesRulesGetV2Unauthorized 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.APIGetEntitiesRulesResponseV1
}

EntitiesRulesGetV2Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewEntitiesRulesGetV2Unauthorized added in v0.14.0

func NewEntitiesRulesGetV2Unauthorized() *EntitiesRulesGetV2Unauthorized

NewEntitiesRulesGetV2Unauthorized creates a EntitiesRulesGetV2Unauthorized with default headers values

func (*EntitiesRulesGetV2Unauthorized) Code added in v0.14.0

Code gets the status code for the entities rules get v2 unauthorized response

func (*EntitiesRulesGetV2Unauthorized) Error added in v0.14.0

func (*EntitiesRulesGetV2Unauthorized) GetPayload added in v0.14.0

func (*EntitiesRulesGetV2Unauthorized) IsClientError added in v0.14.0

func (o *EntitiesRulesGetV2Unauthorized) IsClientError() bool

IsClientError returns true when this entities rules get v2 unauthorized response has a 4xx status code

func (*EntitiesRulesGetV2Unauthorized) IsCode added in v0.14.0

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

IsCode returns true when this entities rules get v2 unauthorized response a status code equal to that given

func (*EntitiesRulesGetV2Unauthorized) IsRedirect added in v0.14.0

func (o *EntitiesRulesGetV2Unauthorized) IsRedirect() bool

IsRedirect returns true when this entities rules get v2 unauthorized response has a 3xx status code

func (*EntitiesRulesGetV2Unauthorized) IsServerError added in v0.14.0

func (o *EntitiesRulesGetV2Unauthorized) IsServerError() bool

IsServerError returns true when this entities rules get v2 unauthorized response has a 5xx status code

func (*EntitiesRulesGetV2Unauthorized) IsSuccess added in v0.14.0

func (o *EntitiesRulesGetV2Unauthorized) IsSuccess() bool

IsSuccess returns true when this entities rules get v2 unauthorized response has a 2xx status code

func (*EntitiesRulesGetV2Unauthorized) String added in v0.14.0

type EntitiesRulesPatchV1BadRequest added in v0.12.0

type EntitiesRulesPatchV1BadRequest 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.APIGetEntitiesRulesResponseV1
}

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

Bad Request

func NewEntitiesRulesPatchV1BadRequest added in v0.12.0

func NewEntitiesRulesPatchV1BadRequest() *EntitiesRulesPatchV1BadRequest

NewEntitiesRulesPatchV1BadRequest creates a EntitiesRulesPatchV1BadRequest with default headers values

func (*EntitiesRulesPatchV1BadRequest) Code added in v0.12.0

Code gets the status code for the entities rules patch v1 bad request response

func (*EntitiesRulesPatchV1BadRequest) Error added in v0.12.0

func (*EntitiesRulesPatchV1BadRequest) GetPayload added in v0.12.0

func (*EntitiesRulesPatchV1BadRequest) IsClientError added in v0.12.0

func (o *EntitiesRulesPatchV1BadRequest) IsClientError() bool

IsClientError returns true when this entities rules patch v1 bad request response has a 4xx status code

func (*EntitiesRulesPatchV1BadRequest) IsCode added in v0.12.0

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

IsCode returns true when this entities rules patch v1 bad request response a status code equal to that given

func (*EntitiesRulesPatchV1BadRequest) IsRedirect added in v0.12.0

func (o *EntitiesRulesPatchV1BadRequest) IsRedirect() bool

IsRedirect returns true when this entities rules patch v1 bad request response has a 3xx status code

func (*EntitiesRulesPatchV1BadRequest) IsServerError added in v0.12.0

func (o *EntitiesRulesPatchV1BadRequest) IsServerError() bool

IsServerError returns true when this entities rules patch v1 bad request response has a 5xx status code

func (*EntitiesRulesPatchV1BadRequest) IsSuccess added in v0.12.0

func (o *EntitiesRulesPatchV1BadRequest) IsSuccess() bool

IsSuccess returns true when this entities rules patch v1 bad request response has a 2xx status code

func (*EntitiesRulesPatchV1BadRequest) String added in v0.12.0

type EntitiesRulesPatchV1Forbidden added in v0.12.0

type EntitiesRulesPatchV1Forbidden 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.APIGetEntitiesRulesResponseV1
}

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

Forbidden

func NewEntitiesRulesPatchV1Forbidden added in v0.12.0

func NewEntitiesRulesPatchV1Forbidden() *EntitiesRulesPatchV1Forbidden

NewEntitiesRulesPatchV1Forbidden creates a EntitiesRulesPatchV1Forbidden with default headers values

func (*EntitiesRulesPatchV1Forbidden) Code added in v0.12.0

Code gets the status code for the entities rules patch v1 forbidden response

func (*EntitiesRulesPatchV1Forbidden) Error added in v0.12.0

func (*EntitiesRulesPatchV1Forbidden) GetPayload added in v0.12.0

func (*EntitiesRulesPatchV1Forbidden) IsClientError added in v0.12.0

func (o *EntitiesRulesPatchV1Forbidden) IsClientError() bool

IsClientError returns true when this entities rules patch v1 forbidden response has a 4xx status code

func (*EntitiesRulesPatchV1Forbidden) IsCode added in v0.12.0

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

IsCode returns true when this entities rules patch v1 forbidden response a status code equal to that given

func (*EntitiesRulesPatchV1Forbidden) IsRedirect added in v0.12.0

func (o *EntitiesRulesPatchV1Forbidden) IsRedirect() bool

IsRedirect returns true when this entities rules patch v1 forbidden response has a 3xx status code

func (*EntitiesRulesPatchV1Forbidden) IsServerError added in v0.12.0

func (o *EntitiesRulesPatchV1Forbidden) IsServerError() bool

IsServerError returns true when this entities rules patch v1 forbidden response has a 5xx status code

func (*EntitiesRulesPatchV1Forbidden) IsSuccess added in v0.12.0

func (o *EntitiesRulesPatchV1Forbidden) IsSuccess() bool

IsSuccess returns true when this entities rules patch v1 forbidden response has a 2xx status code

func (*EntitiesRulesPatchV1Forbidden) String added in v0.12.0

type EntitiesRulesPatchV1InternalServerError added in v0.12.0

type EntitiesRulesPatchV1InternalServerError 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.APIGetEntitiesRulesResponseV1
}

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

Internal Server Error

func NewEntitiesRulesPatchV1InternalServerError added in v0.12.0

func NewEntitiesRulesPatchV1InternalServerError() *EntitiesRulesPatchV1InternalServerError

NewEntitiesRulesPatchV1InternalServerError creates a EntitiesRulesPatchV1InternalServerError with default headers values

func (*EntitiesRulesPatchV1InternalServerError) Code added in v0.12.0

Code gets the status code for the entities rules patch v1 internal server error response

func (*EntitiesRulesPatchV1InternalServerError) Error added in v0.12.0

func (*EntitiesRulesPatchV1InternalServerError) GetPayload added in v0.12.0

func (*EntitiesRulesPatchV1InternalServerError) IsClientError added in v0.12.0

func (o *EntitiesRulesPatchV1InternalServerError) IsClientError() bool

IsClientError returns true when this entities rules patch v1 internal server error response has a 4xx status code

func (*EntitiesRulesPatchV1InternalServerError) IsCode added in v0.12.0

IsCode returns true when this entities rules patch v1 internal server error response a status code equal to that given

func (*EntitiesRulesPatchV1InternalServerError) IsRedirect added in v0.12.0

IsRedirect returns true when this entities rules patch v1 internal server error response has a 3xx status code

func (*EntitiesRulesPatchV1InternalServerError) IsServerError added in v0.12.0

func (o *EntitiesRulesPatchV1InternalServerError) IsServerError() bool

IsServerError returns true when this entities rules patch v1 internal server error response has a 5xx status code

func (*EntitiesRulesPatchV1InternalServerError) IsSuccess added in v0.12.0

IsSuccess returns true when this entities rules patch v1 internal server error response has a 2xx status code

func (*EntitiesRulesPatchV1InternalServerError) String added in v0.12.0

type EntitiesRulesPatchV1NotFound added in v0.12.0

type EntitiesRulesPatchV1NotFound 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.APIGetEntitiesRulesResponseV1
}

EntitiesRulesPatchV1NotFound describes a response with status code 404, with default header values.

Not Found

func NewEntitiesRulesPatchV1NotFound added in v0.12.0

func NewEntitiesRulesPatchV1NotFound() *EntitiesRulesPatchV1NotFound

NewEntitiesRulesPatchV1NotFound creates a EntitiesRulesPatchV1NotFound with default headers values

func (*EntitiesRulesPatchV1NotFound) Code added in v0.12.0

Code gets the status code for the entities rules patch v1 not found response

func (*EntitiesRulesPatchV1NotFound) Error added in v0.12.0

func (*EntitiesRulesPatchV1NotFound) GetPayload added in v0.12.0

func (*EntitiesRulesPatchV1NotFound) IsClientError added in v0.12.0

func (o *EntitiesRulesPatchV1NotFound) IsClientError() bool

IsClientError returns true when this entities rules patch v1 not found response has a 4xx status code

func (*EntitiesRulesPatchV1NotFound) IsCode added in v0.12.0

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

IsCode returns true when this entities rules patch v1 not found response a status code equal to that given

func (*EntitiesRulesPatchV1NotFound) IsRedirect added in v0.12.0

func (o *EntitiesRulesPatchV1NotFound) IsRedirect() bool

IsRedirect returns true when this entities rules patch v1 not found response has a 3xx status code

func (*EntitiesRulesPatchV1NotFound) IsServerError added in v0.12.0

func (o *EntitiesRulesPatchV1NotFound) IsServerError() bool

IsServerError returns true when this entities rules patch v1 not found response has a 5xx status code

func (*EntitiesRulesPatchV1NotFound) IsSuccess added in v0.12.0

func (o *EntitiesRulesPatchV1NotFound) IsSuccess() bool

IsSuccess returns true when this entities rules patch v1 not found response has a 2xx status code

func (*EntitiesRulesPatchV1NotFound) String added in v0.12.0

type EntitiesRulesPatchV1OK added in v0.12.0

type EntitiesRulesPatchV1OK 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.APIGetEntitiesRulesResponseV1
}

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

OK

func NewEntitiesRulesPatchV1OK added in v0.12.0

func NewEntitiesRulesPatchV1OK() *EntitiesRulesPatchV1OK

NewEntitiesRulesPatchV1OK creates a EntitiesRulesPatchV1OK with default headers values

func (*EntitiesRulesPatchV1OK) Code added in v0.12.0

func (o *EntitiesRulesPatchV1OK) Code() int

Code gets the status code for the entities rules patch v1 o k response

func (*EntitiesRulesPatchV1OK) Error added in v0.12.0

func (o *EntitiesRulesPatchV1OK) Error() string

func (*EntitiesRulesPatchV1OK) GetPayload added in v0.12.0

func (*EntitiesRulesPatchV1OK) IsClientError added in v0.12.0

func (o *EntitiesRulesPatchV1OK) IsClientError() bool

IsClientError returns true when this entities rules patch v1 o k response has a 4xx status code

func (*EntitiesRulesPatchV1OK) IsCode added in v0.12.0

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

IsCode returns true when this entities rules patch v1 o k response a status code equal to that given

func (*EntitiesRulesPatchV1OK) IsRedirect added in v0.12.0

func (o *EntitiesRulesPatchV1OK) IsRedirect() bool

IsRedirect returns true when this entities rules patch v1 o k response has a 3xx status code

func (*EntitiesRulesPatchV1OK) IsServerError added in v0.12.0

func (o *EntitiesRulesPatchV1OK) IsServerError() bool

IsServerError returns true when this entities rules patch v1 o k response has a 5xx status code

func (*EntitiesRulesPatchV1OK) IsSuccess added in v0.12.0

func (o *EntitiesRulesPatchV1OK) IsSuccess() bool

IsSuccess returns true when this entities rules patch v1 o k response has a 2xx status code

func (*EntitiesRulesPatchV1OK) String added in v0.12.0

func (o *EntitiesRulesPatchV1OK) String() string

type EntitiesRulesPatchV1Params added in v0.12.0

type EntitiesRulesPatchV1Params struct {

	// Body.
	Body []*models.APIRulePatchRequestV1

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

EntitiesRulesPatchV1Params contains all the parameters to send to the API endpoint

for the entities rules patch v1 operation.

Typically these are written to a http.Request.

func NewEntitiesRulesPatchV1Params added in v0.12.0

func NewEntitiesRulesPatchV1Params() *EntitiesRulesPatchV1Params

NewEntitiesRulesPatchV1Params creates a new EntitiesRulesPatchV1Params 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 NewEntitiesRulesPatchV1ParamsWithContext added in v0.12.0

func NewEntitiesRulesPatchV1ParamsWithContext(ctx context.Context) *EntitiesRulesPatchV1Params

NewEntitiesRulesPatchV1ParamsWithContext creates a new EntitiesRulesPatchV1Params object with the ability to set a context for a request.

func NewEntitiesRulesPatchV1ParamsWithHTTPClient added in v0.12.0

func NewEntitiesRulesPatchV1ParamsWithHTTPClient(client *http.Client) *EntitiesRulesPatchV1Params

NewEntitiesRulesPatchV1ParamsWithHTTPClient creates a new EntitiesRulesPatchV1Params object with the ability to set a custom HTTPClient for a request.

func NewEntitiesRulesPatchV1ParamsWithTimeout added in v0.12.0

func NewEntitiesRulesPatchV1ParamsWithTimeout(timeout time.Duration) *EntitiesRulesPatchV1Params

NewEntitiesRulesPatchV1ParamsWithTimeout creates a new EntitiesRulesPatchV1Params object with the ability to set a timeout on a request.

func (*EntitiesRulesPatchV1Params) SetBody added in v0.12.0

SetBody adds the body to the entities rules patch v1 params

func (*EntitiesRulesPatchV1Params) SetContext added in v0.12.0

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

SetContext adds the context to the entities rules patch v1 params

func (*EntitiesRulesPatchV1Params) SetDefaults added in v0.12.0

func (o *EntitiesRulesPatchV1Params) SetDefaults()

SetDefaults hydrates default values in the entities rules patch v1 params (not the query body).

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

func (*EntitiesRulesPatchV1Params) SetHTTPClient added in v0.12.0

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

SetHTTPClient adds the HTTPClient to the entities rules patch v1 params

func (*EntitiesRulesPatchV1Params) SetTimeout added in v0.12.0

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

SetTimeout adds the timeout to the entities rules patch v1 params

func (*EntitiesRulesPatchV1Params) WithBody added in v0.12.0

WithBody adds the body to the entities rules patch v1 params

func (*EntitiesRulesPatchV1Params) WithContext added in v0.12.0

WithContext adds the context to the entities rules patch v1 params

func (*EntitiesRulesPatchV1Params) WithDefaults added in v0.12.0

WithDefaults hydrates default values in the entities rules patch v1 params (not the query body).

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

func (*EntitiesRulesPatchV1Params) WithHTTPClient added in v0.12.0

WithHTTPClient adds the HTTPClient to the entities rules patch v1 params

func (*EntitiesRulesPatchV1Params) WithTimeout added in v0.12.0

WithTimeout adds the timeout to the entities rules patch v1 params

func (*EntitiesRulesPatchV1Params) WriteToRequest added in v0.12.0

WriteToRequest writes these params to a swagger request

type EntitiesRulesPatchV1Reader added in v0.12.0

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

EntitiesRulesPatchV1Reader is a Reader for the EntitiesRulesPatchV1 structure.

func (*EntitiesRulesPatchV1Reader) ReadResponse added in v0.12.0

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

ReadResponse reads a server response into the received o.

type EntitiesRulesPatchV1TooManyRequests added in v0.12.0

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

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

Too Many Requests

func NewEntitiesRulesPatchV1TooManyRequests added in v0.12.0

func NewEntitiesRulesPatchV1TooManyRequests() *EntitiesRulesPatchV1TooManyRequests

NewEntitiesRulesPatchV1TooManyRequests creates a EntitiesRulesPatchV1TooManyRequests with default headers values

func (*EntitiesRulesPatchV1TooManyRequests) Code added in v0.12.0

Code gets the status code for the entities rules patch v1 too many requests response

func (*EntitiesRulesPatchV1TooManyRequests) Error added in v0.12.0

func (*EntitiesRulesPatchV1TooManyRequests) GetPayload added in v0.12.0

func (*EntitiesRulesPatchV1TooManyRequests) IsClientError added in v0.12.0

func (o *EntitiesRulesPatchV1TooManyRequests) IsClientError() bool

IsClientError returns true when this entities rules patch v1 too many requests response has a 4xx status code

func (*EntitiesRulesPatchV1TooManyRequests) IsCode added in v0.12.0

IsCode returns true when this entities rules patch v1 too many requests response a status code equal to that given

func (*EntitiesRulesPatchV1TooManyRequests) IsRedirect added in v0.12.0

func (o *EntitiesRulesPatchV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this entities rules patch v1 too many requests response has a 3xx status code

func (*EntitiesRulesPatchV1TooManyRequests) IsServerError added in v0.12.0

func (o *EntitiesRulesPatchV1TooManyRequests) IsServerError() bool

IsServerError returns true when this entities rules patch v1 too many requests response has a 5xx status code

func (*EntitiesRulesPatchV1TooManyRequests) IsSuccess added in v0.12.0

IsSuccess returns true when this entities rules patch v1 too many requests response has a 2xx status code

func (*EntitiesRulesPatchV1TooManyRequests) String added in v0.12.0

type EntitiesRulesPatchV1Unauthorized added in v0.12.0

type EntitiesRulesPatchV1Unauthorized 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.APIGetEntitiesRulesResponseV1
}

EntitiesRulesPatchV1Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewEntitiesRulesPatchV1Unauthorized added in v0.12.0

func NewEntitiesRulesPatchV1Unauthorized() *EntitiesRulesPatchV1Unauthorized

NewEntitiesRulesPatchV1Unauthorized creates a EntitiesRulesPatchV1Unauthorized with default headers values

func (*EntitiesRulesPatchV1Unauthorized) Code added in v0.12.0

Code gets the status code for the entities rules patch v1 unauthorized response

func (*EntitiesRulesPatchV1Unauthorized) Error added in v0.12.0

func (*EntitiesRulesPatchV1Unauthorized) GetPayload added in v0.12.0

func (*EntitiesRulesPatchV1Unauthorized) IsClientError added in v0.12.0

func (o *EntitiesRulesPatchV1Unauthorized) IsClientError() bool

IsClientError returns true when this entities rules patch v1 unauthorized response has a 4xx status code

func (*EntitiesRulesPatchV1Unauthorized) IsCode added in v0.12.0

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

IsCode returns true when this entities rules patch v1 unauthorized response a status code equal to that given

func (*EntitiesRulesPatchV1Unauthorized) IsRedirect added in v0.12.0

func (o *EntitiesRulesPatchV1Unauthorized) IsRedirect() bool

IsRedirect returns true when this entities rules patch v1 unauthorized response has a 3xx status code

func (*EntitiesRulesPatchV1Unauthorized) IsServerError added in v0.12.0

func (o *EntitiesRulesPatchV1Unauthorized) IsServerError() bool

IsServerError returns true when this entities rules patch v1 unauthorized response has a 5xx status code

func (*EntitiesRulesPatchV1Unauthorized) IsSuccess added in v0.12.0

func (o *EntitiesRulesPatchV1Unauthorized) IsSuccess() bool

IsSuccess returns true when this entities rules patch v1 unauthorized response has a 2xx status code

func (*EntitiesRulesPatchV1Unauthorized) String added in v0.12.0

type EntitiesRulesPatchV1UnprocessableEntity added in v0.14.0

type EntitiesRulesPatchV1UnprocessableEntity 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.APIGetEntitiesRulesResponseV1
}

EntitiesRulesPatchV1UnprocessableEntity describes a response with status code 422, with default header values.

Customer has reached the limit of active rules

func NewEntitiesRulesPatchV1UnprocessableEntity added in v0.14.0

func NewEntitiesRulesPatchV1UnprocessableEntity() *EntitiesRulesPatchV1UnprocessableEntity

NewEntitiesRulesPatchV1UnprocessableEntity creates a EntitiesRulesPatchV1UnprocessableEntity with default headers values

func (*EntitiesRulesPatchV1UnprocessableEntity) Code added in v0.14.0

Code gets the status code for the entities rules patch v1 unprocessable entity response

func (*EntitiesRulesPatchV1UnprocessableEntity) Error added in v0.14.0

func (*EntitiesRulesPatchV1UnprocessableEntity) GetPayload added in v0.14.0

func (*EntitiesRulesPatchV1UnprocessableEntity) IsClientError added in v0.14.0

func (o *EntitiesRulesPatchV1UnprocessableEntity) IsClientError() bool

IsClientError returns true when this entities rules patch v1 unprocessable entity response has a 4xx status code

func (*EntitiesRulesPatchV1UnprocessableEntity) IsCode added in v0.14.0

IsCode returns true when this entities rules patch v1 unprocessable entity response a status code equal to that given

func (*EntitiesRulesPatchV1UnprocessableEntity) IsRedirect added in v0.14.0

IsRedirect returns true when this entities rules patch v1 unprocessable entity response has a 3xx status code

func (*EntitiesRulesPatchV1UnprocessableEntity) IsServerError added in v0.14.0

func (o *EntitiesRulesPatchV1UnprocessableEntity) IsServerError() bool

IsServerError returns true when this entities rules patch v1 unprocessable entity response has a 5xx status code

func (*EntitiesRulesPatchV1UnprocessableEntity) IsSuccess added in v0.14.0

IsSuccess returns true when this entities rules patch v1 unprocessable entity response has a 2xx status code

func (*EntitiesRulesPatchV1UnprocessableEntity) String added in v0.14.0

type EntitiesRulesPostV1BadRequest

type EntitiesRulesPostV1BadRequest 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.MsaspecQueryResponse
}

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

Bad Request

func NewEntitiesRulesPostV1BadRequest

func NewEntitiesRulesPostV1BadRequest() *EntitiesRulesPostV1BadRequest

NewEntitiesRulesPostV1BadRequest creates a EntitiesRulesPostV1BadRequest with default headers values

func (*EntitiesRulesPostV1BadRequest) Code

Code gets the status code for the entities rules post v1 bad request response

func (*EntitiesRulesPostV1BadRequest) Error

func (*EntitiesRulesPostV1BadRequest) GetPayload

func (*EntitiesRulesPostV1BadRequest) IsClientError

func (o *EntitiesRulesPostV1BadRequest) IsClientError() bool

IsClientError returns true when this entities rules post v1 bad request response has a 4xx status code

func (*EntitiesRulesPostV1BadRequest) IsCode

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

IsCode returns true when this entities rules post v1 bad request response a status code equal to that given

func (*EntitiesRulesPostV1BadRequest) IsRedirect

func (o *EntitiesRulesPostV1BadRequest) IsRedirect() bool

IsRedirect returns true when this entities rules post v1 bad request response has a 3xx status code

func (*EntitiesRulesPostV1BadRequest) IsServerError

func (o *EntitiesRulesPostV1BadRequest) IsServerError() bool

IsServerError returns true when this entities rules post v1 bad request response has a 5xx status code

func (*EntitiesRulesPostV1BadRequest) IsSuccess

func (o *EntitiesRulesPostV1BadRequest) IsSuccess() bool

IsSuccess returns true when this entities rules post v1 bad request response has a 2xx status code

func (*EntitiesRulesPostV1BadRequest) String

type EntitiesRulesPostV1Forbidden

type EntitiesRulesPostV1Forbidden 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.MsaspecQueryResponse
}

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

Forbidden

func NewEntitiesRulesPostV1Forbidden

func NewEntitiesRulesPostV1Forbidden() *EntitiesRulesPostV1Forbidden

NewEntitiesRulesPostV1Forbidden creates a EntitiesRulesPostV1Forbidden with default headers values

func (*EntitiesRulesPostV1Forbidden) Code

Code gets the status code for the entities rules post v1 forbidden response

func (*EntitiesRulesPostV1Forbidden) Error

func (*EntitiesRulesPostV1Forbidden) GetPayload

func (*EntitiesRulesPostV1Forbidden) IsClientError

func (o *EntitiesRulesPostV1Forbidden) IsClientError() bool

IsClientError returns true when this entities rules post v1 forbidden response has a 4xx status code

func (*EntitiesRulesPostV1Forbidden) IsCode

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

IsCode returns true when this entities rules post v1 forbidden response a status code equal to that given

func (*EntitiesRulesPostV1Forbidden) IsRedirect

func (o *EntitiesRulesPostV1Forbidden) IsRedirect() bool

IsRedirect returns true when this entities rules post v1 forbidden response has a 3xx status code

func (*EntitiesRulesPostV1Forbidden) IsServerError

func (o *EntitiesRulesPostV1Forbidden) IsServerError() bool

IsServerError returns true when this entities rules post v1 forbidden response has a 5xx status code

func (*EntitiesRulesPostV1Forbidden) IsSuccess

func (o *EntitiesRulesPostV1Forbidden) IsSuccess() bool

IsSuccess returns true when this entities rules post v1 forbidden response has a 2xx status code

func (*EntitiesRulesPostV1Forbidden) String

type EntitiesRulesPostV1InternalServerError

type EntitiesRulesPostV1InternalServerError 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.MsaspecQueryResponse
}

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

Internal Server Error

func NewEntitiesRulesPostV1InternalServerError

func NewEntitiesRulesPostV1InternalServerError() *EntitiesRulesPostV1InternalServerError

NewEntitiesRulesPostV1InternalServerError creates a EntitiesRulesPostV1InternalServerError with default headers values

func (*EntitiesRulesPostV1InternalServerError) Code

Code gets the status code for the entities rules post v1 internal server error response

func (*EntitiesRulesPostV1InternalServerError) Error

func (*EntitiesRulesPostV1InternalServerError) GetPayload

func (*EntitiesRulesPostV1InternalServerError) IsClientError

func (o *EntitiesRulesPostV1InternalServerError) IsClientError() bool

IsClientError returns true when this entities rules post v1 internal server error response has a 4xx status code

func (*EntitiesRulesPostV1InternalServerError) IsCode

IsCode returns true when this entities rules post v1 internal server error response a status code equal to that given

func (*EntitiesRulesPostV1InternalServerError) IsRedirect

IsRedirect returns true when this entities rules post v1 internal server error response has a 3xx status code

func (*EntitiesRulesPostV1InternalServerError) IsServerError

func (o *EntitiesRulesPostV1InternalServerError) IsServerError() bool

IsServerError returns true when this entities rules post v1 internal server error response has a 5xx status code

func (*EntitiesRulesPostV1InternalServerError) IsSuccess

IsSuccess returns true when this entities rules post v1 internal server error response has a 2xx status code

func (*EntitiesRulesPostV1InternalServerError) String

type EntitiesRulesPostV1NotFound

type EntitiesRulesPostV1NotFound 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.MsaspecQueryResponse
}

EntitiesRulesPostV1NotFound describes a response with status code 404, with default header values.

Not Found

func NewEntitiesRulesPostV1NotFound

func NewEntitiesRulesPostV1NotFound() *EntitiesRulesPostV1NotFound

NewEntitiesRulesPostV1NotFound creates a EntitiesRulesPostV1NotFound with default headers values

func (*EntitiesRulesPostV1NotFound) Code

func (o *EntitiesRulesPostV1NotFound) Code() int

Code gets the status code for the entities rules post v1 not found response

func (*EntitiesRulesPostV1NotFound) Error

func (*EntitiesRulesPostV1NotFound) GetPayload

func (*EntitiesRulesPostV1NotFound) IsClientError

func (o *EntitiesRulesPostV1NotFound) IsClientError() bool

IsClientError returns true when this entities rules post v1 not found response has a 4xx status code

func (*EntitiesRulesPostV1NotFound) IsCode

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

IsCode returns true when this entities rules post v1 not found response a status code equal to that given

func (*EntitiesRulesPostV1NotFound) IsRedirect

func (o *EntitiesRulesPostV1NotFound) IsRedirect() bool

IsRedirect returns true when this entities rules post v1 not found response has a 3xx status code

func (*EntitiesRulesPostV1NotFound) IsServerError

func (o *EntitiesRulesPostV1NotFound) IsServerError() bool

IsServerError returns true when this entities rules post v1 not found response has a 5xx status code

func (*EntitiesRulesPostV1NotFound) IsSuccess

func (o *EntitiesRulesPostV1NotFound) IsSuccess() bool

IsSuccess returns true when this entities rules post v1 not found response has a 2xx status code

func (*EntitiesRulesPostV1NotFound) String

func (o *EntitiesRulesPostV1NotFound) String() string

type EntitiesRulesPostV1OK

type EntitiesRulesPostV1OK 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.MsaspecQueryResponse
}

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

OK

func NewEntitiesRulesPostV1OK

func NewEntitiesRulesPostV1OK() *EntitiesRulesPostV1OK

NewEntitiesRulesPostV1OK creates a EntitiesRulesPostV1OK with default headers values

func (*EntitiesRulesPostV1OK) Code

func (o *EntitiesRulesPostV1OK) Code() int

Code gets the status code for the entities rules post v1 o k response

func (*EntitiesRulesPostV1OK) Error

func (o *EntitiesRulesPostV1OK) Error() string

func (*EntitiesRulesPostV1OK) GetPayload

func (*EntitiesRulesPostV1OK) IsClientError

func (o *EntitiesRulesPostV1OK) IsClientError() bool

IsClientError returns true when this entities rules post v1 o k response has a 4xx status code

func (*EntitiesRulesPostV1OK) IsCode

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

IsCode returns true when this entities rules post v1 o k response a status code equal to that given

func (*EntitiesRulesPostV1OK) IsRedirect

func (o *EntitiesRulesPostV1OK) IsRedirect() bool

IsRedirect returns true when this entities rules post v1 o k response has a 3xx status code

func (*EntitiesRulesPostV1OK) IsServerError

func (o *EntitiesRulesPostV1OK) IsServerError() bool

IsServerError returns true when this entities rules post v1 o k response has a 5xx status code

func (*EntitiesRulesPostV1OK) IsSuccess

func (o *EntitiesRulesPostV1OK) IsSuccess() bool

IsSuccess returns true when this entities rules post v1 o k response has a 2xx status code

func (*EntitiesRulesPostV1OK) String

func (o *EntitiesRulesPostV1OK) String() string

type EntitiesRulesPostV1Params

type EntitiesRulesPostV1Params struct {

	// Body.
	Body *models.APIRuleCreateRequestV1

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

EntitiesRulesPostV1Params contains all the parameters to send to the API endpoint

for the entities rules post v1 operation.

Typically these are written to a http.Request.

func NewEntitiesRulesPostV1Params

func NewEntitiesRulesPostV1Params() *EntitiesRulesPostV1Params

NewEntitiesRulesPostV1Params creates a new EntitiesRulesPostV1Params 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 NewEntitiesRulesPostV1ParamsWithContext

func NewEntitiesRulesPostV1ParamsWithContext(ctx context.Context) *EntitiesRulesPostV1Params

NewEntitiesRulesPostV1ParamsWithContext creates a new EntitiesRulesPostV1Params object with the ability to set a context for a request.

func NewEntitiesRulesPostV1ParamsWithHTTPClient

func NewEntitiesRulesPostV1ParamsWithHTTPClient(client *http.Client) *EntitiesRulesPostV1Params

NewEntitiesRulesPostV1ParamsWithHTTPClient creates a new EntitiesRulesPostV1Params object with the ability to set a custom HTTPClient for a request.

func NewEntitiesRulesPostV1ParamsWithTimeout

func NewEntitiesRulesPostV1ParamsWithTimeout(timeout time.Duration) *EntitiesRulesPostV1Params

NewEntitiesRulesPostV1ParamsWithTimeout creates a new EntitiesRulesPostV1Params object with the ability to set a timeout on a request.

func (*EntitiesRulesPostV1Params) SetBody

SetBody adds the body to the entities rules post v1 params

func (*EntitiesRulesPostV1Params) SetContext

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

SetContext adds the context to the entities rules post v1 params

func (*EntitiesRulesPostV1Params) SetDefaults

func (o *EntitiesRulesPostV1Params) SetDefaults()

SetDefaults hydrates default values in the entities rules post v1 params (not the query body).

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

func (*EntitiesRulesPostV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the entities rules post v1 params

func (*EntitiesRulesPostV1Params) SetTimeout

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

SetTimeout adds the timeout to the entities rules post v1 params

func (*EntitiesRulesPostV1Params) WithBody

WithBody adds the body to the entities rules post v1 params

func (*EntitiesRulesPostV1Params) WithContext

WithContext adds the context to the entities rules post v1 params

func (*EntitiesRulesPostV1Params) WithDefaults

WithDefaults hydrates default values in the entities rules post v1 params (not the query body).

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

func (*EntitiesRulesPostV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the entities rules post v1 params

func (*EntitiesRulesPostV1Params) WithTimeout

WithTimeout adds the timeout to the entities rules post v1 params

func (*EntitiesRulesPostV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type EntitiesRulesPostV1Reader

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

EntitiesRulesPostV1Reader is a Reader for the EntitiesRulesPostV1 structure.

func (*EntitiesRulesPostV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EntitiesRulesPostV1TooManyRequests

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

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

Too Many Requests

func NewEntitiesRulesPostV1TooManyRequests

func NewEntitiesRulesPostV1TooManyRequests() *EntitiesRulesPostV1TooManyRequests

NewEntitiesRulesPostV1TooManyRequests creates a EntitiesRulesPostV1TooManyRequests with default headers values

func (*EntitiesRulesPostV1TooManyRequests) Code

Code gets the status code for the entities rules post v1 too many requests response

func (*EntitiesRulesPostV1TooManyRequests) Error

func (*EntitiesRulesPostV1TooManyRequests) GetPayload

func (*EntitiesRulesPostV1TooManyRequests) IsClientError

func (o *EntitiesRulesPostV1TooManyRequests) IsClientError() bool

IsClientError returns true when this entities rules post v1 too many requests response has a 4xx status code

func (*EntitiesRulesPostV1TooManyRequests) IsCode

IsCode returns true when this entities rules post v1 too many requests response a status code equal to that given

func (*EntitiesRulesPostV1TooManyRequests) IsRedirect

func (o *EntitiesRulesPostV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this entities rules post v1 too many requests response has a 3xx status code

func (*EntitiesRulesPostV1TooManyRequests) IsServerError

func (o *EntitiesRulesPostV1TooManyRequests) IsServerError() bool

IsServerError returns true when this entities rules post v1 too many requests response has a 5xx status code

func (*EntitiesRulesPostV1TooManyRequests) IsSuccess

IsSuccess returns true when this entities rules post v1 too many requests response has a 2xx status code

func (*EntitiesRulesPostV1TooManyRequests) String

type EntitiesRulesPostV1Unauthorized

type EntitiesRulesPostV1Unauthorized 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.MsaspecQueryResponse
}

EntitiesRulesPostV1Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewEntitiesRulesPostV1Unauthorized

func NewEntitiesRulesPostV1Unauthorized() *EntitiesRulesPostV1Unauthorized

NewEntitiesRulesPostV1Unauthorized creates a EntitiesRulesPostV1Unauthorized with default headers values

func (*EntitiesRulesPostV1Unauthorized) Code

Code gets the status code for the entities rules post v1 unauthorized response

func (*EntitiesRulesPostV1Unauthorized) Error

func (*EntitiesRulesPostV1Unauthorized) GetPayload

func (*EntitiesRulesPostV1Unauthorized) IsClientError

func (o *EntitiesRulesPostV1Unauthorized) IsClientError() bool

IsClientError returns true when this entities rules post v1 unauthorized response has a 4xx status code

func (*EntitiesRulesPostV1Unauthorized) IsCode

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

IsCode returns true when this entities rules post v1 unauthorized response a status code equal to that given

func (*EntitiesRulesPostV1Unauthorized) IsRedirect

func (o *EntitiesRulesPostV1Unauthorized) IsRedirect() bool

IsRedirect returns true when this entities rules post v1 unauthorized response has a 3xx status code

func (*EntitiesRulesPostV1Unauthorized) IsServerError

func (o *EntitiesRulesPostV1Unauthorized) IsServerError() bool

IsServerError returns true when this entities rules post v1 unauthorized response has a 5xx status code

func (*EntitiesRulesPostV1Unauthorized) IsSuccess

func (o *EntitiesRulesPostV1Unauthorized) IsSuccess() bool

IsSuccess returns true when this entities rules post v1 unauthorized response has a 2xx status code

func (*EntitiesRulesPostV1Unauthorized) String

type QueriesRulesGetV1BadRequest

type QueriesRulesGetV1BadRequest 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.MsaspecQueryResponse
}

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

Bad Request

func NewQueriesRulesGetV1BadRequest

func NewQueriesRulesGetV1BadRequest() *QueriesRulesGetV1BadRequest

NewQueriesRulesGetV1BadRequest creates a QueriesRulesGetV1BadRequest with default headers values

func (*QueriesRulesGetV1BadRequest) Code

func (o *QueriesRulesGetV1BadRequest) Code() int

Code gets the status code for the queries rules get v1 bad request response

func (*QueriesRulesGetV1BadRequest) Error

func (*QueriesRulesGetV1BadRequest) GetPayload

func (*QueriesRulesGetV1BadRequest) IsClientError

func (o *QueriesRulesGetV1BadRequest) IsClientError() bool

IsClientError returns true when this queries rules get v1 bad request response has a 4xx status code

func (*QueriesRulesGetV1BadRequest) IsCode

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

IsCode returns true when this queries rules get v1 bad request response a status code equal to that given

func (*QueriesRulesGetV1BadRequest) IsRedirect

func (o *QueriesRulesGetV1BadRequest) IsRedirect() bool

IsRedirect returns true when this queries rules get v1 bad request response has a 3xx status code

func (*QueriesRulesGetV1BadRequest) IsServerError

func (o *QueriesRulesGetV1BadRequest) IsServerError() bool

IsServerError returns true when this queries rules get v1 bad request response has a 5xx status code

func (*QueriesRulesGetV1BadRequest) IsSuccess

func (o *QueriesRulesGetV1BadRequest) IsSuccess() bool

IsSuccess returns true when this queries rules get v1 bad request response has a 2xx status code

func (*QueriesRulesGetV1BadRequest) String

func (o *QueriesRulesGetV1BadRequest) String() string

type QueriesRulesGetV1Forbidden

type QueriesRulesGetV1Forbidden 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.MsaspecQueryResponse
}

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

Forbidden

func NewQueriesRulesGetV1Forbidden

func NewQueriesRulesGetV1Forbidden() *QueriesRulesGetV1Forbidden

NewQueriesRulesGetV1Forbidden creates a QueriesRulesGetV1Forbidden with default headers values

func (*QueriesRulesGetV1Forbidden) Code

func (o *QueriesRulesGetV1Forbidden) Code() int

Code gets the status code for the queries rules get v1 forbidden response

func (*QueriesRulesGetV1Forbidden) Error

func (*QueriesRulesGetV1Forbidden) GetPayload

func (*QueriesRulesGetV1Forbidden) IsClientError

func (o *QueriesRulesGetV1Forbidden) IsClientError() bool

IsClientError returns true when this queries rules get v1 forbidden response has a 4xx status code

func (*QueriesRulesGetV1Forbidden) IsCode

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

IsCode returns true when this queries rules get v1 forbidden response a status code equal to that given

func (*QueriesRulesGetV1Forbidden) IsRedirect

func (o *QueriesRulesGetV1Forbidden) IsRedirect() bool

IsRedirect returns true when this queries rules get v1 forbidden response has a 3xx status code

func (*QueriesRulesGetV1Forbidden) IsServerError

func (o *QueriesRulesGetV1Forbidden) IsServerError() bool

IsServerError returns true when this queries rules get v1 forbidden response has a 5xx status code

func (*QueriesRulesGetV1Forbidden) IsSuccess

func (o *QueriesRulesGetV1Forbidden) IsSuccess() bool

IsSuccess returns true when this queries rules get v1 forbidden response has a 2xx status code

func (*QueriesRulesGetV1Forbidden) String

func (o *QueriesRulesGetV1Forbidden) String() string

type QueriesRulesGetV1InternalServerError

type QueriesRulesGetV1InternalServerError 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.MsaspecQueryResponse
}

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

Internal Server Error

func NewQueriesRulesGetV1InternalServerError

func NewQueriesRulesGetV1InternalServerError() *QueriesRulesGetV1InternalServerError

NewQueriesRulesGetV1InternalServerError creates a QueriesRulesGetV1InternalServerError with default headers values

func (*QueriesRulesGetV1InternalServerError) Code

Code gets the status code for the queries rules get v1 internal server error response

func (*QueriesRulesGetV1InternalServerError) Error

func (*QueriesRulesGetV1InternalServerError) GetPayload

func (*QueriesRulesGetV1InternalServerError) IsClientError

func (o *QueriesRulesGetV1InternalServerError) IsClientError() bool

IsClientError returns true when this queries rules get v1 internal server error response has a 4xx status code

func (*QueriesRulesGetV1InternalServerError) IsCode

IsCode returns true when this queries rules get v1 internal server error response a status code equal to that given

func (*QueriesRulesGetV1InternalServerError) IsRedirect

IsRedirect returns true when this queries rules get v1 internal server error response has a 3xx status code

func (*QueriesRulesGetV1InternalServerError) IsServerError

func (o *QueriesRulesGetV1InternalServerError) IsServerError() bool

IsServerError returns true when this queries rules get v1 internal server error response has a 5xx status code

func (*QueriesRulesGetV1InternalServerError) IsSuccess

IsSuccess returns true when this queries rules get v1 internal server error response has a 2xx status code

func (*QueriesRulesGetV1InternalServerError) String

type QueriesRulesGetV1NotFound

type QueriesRulesGetV1NotFound 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.MsaspecQueryResponse
}

QueriesRulesGetV1NotFound describes a response with status code 404, with default header values.

Not Found

func NewQueriesRulesGetV1NotFound

func NewQueriesRulesGetV1NotFound() *QueriesRulesGetV1NotFound

NewQueriesRulesGetV1NotFound creates a QueriesRulesGetV1NotFound with default headers values

func (*QueriesRulesGetV1NotFound) Code

func (o *QueriesRulesGetV1NotFound) Code() int

Code gets the status code for the queries rules get v1 not found response

func (*QueriesRulesGetV1NotFound) Error

func (o *QueriesRulesGetV1NotFound) Error() string

func (*QueriesRulesGetV1NotFound) GetPayload

func (*QueriesRulesGetV1NotFound) IsClientError

func (o *QueriesRulesGetV1NotFound) IsClientError() bool

IsClientError returns true when this queries rules get v1 not found response has a 4xx status code

func (*QueriesRulesGetV1NotFound) IsCode

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

IsCode returns true when this queries rules get v1 not found response a status code equal to that given

func (*QueriesRulesGetV1NotFound) IsRedirect

func (o *QueriesRulesGetV1NotFound) IsRedirect() bool

IsRedirect returns true when this queries rules get v1 not found response has a 3xx status code

func (*QueriesRulesGetV1NotFound) IsServerError

func (o *QueriesRulesGetV1NotFound) IsServerError() bool

IsServerError returns true when this queries rules get v1 not found response has a 5xx status code

func (*QueriesRulesGetV1NotFound) IsSuccess

func (o *QueriesRulesGetV1NotFound) IsSuccess() bool

IsSuccess returns true when this queries rules get v1 not found response has a 2xx status code

func (*QueriesRulesGetV1NotFound) String

func (o *QueriesRulesGetV1NotFound) String() string

type QueriesRulesGetV1OK

type QueriesRulesGetV1OK 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.MsaspecQueryResponse
}

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

OK

func NewQueriesRulesGetV1OK

func NewQueriesRulesGetV1OK() *QueriesRulesGetV1OK

NewQueriesRulesGetV1OK creates a QueriesRulesGetV1OK with default headers values

func (*QueriesRulesGetV1OK) Code

func (o *QueriesRulesGetV1OK) Code() int

Code gets the status code for the queries rules get v1 o k response

func (*QueriesRulesGetV1OK) Error

func (o *QueriesRulesGetV1OK) Error() string

func (*QueriesRulesGetV1OK) GetPayload

func (*QueriesRulesGetV1OK) IsClientError

func (o *QueriesRulesGetV1OK) IsClientError() bool

IsClientError returns true when this queries rules get v1 o k response has a 4xx status code

func (*QueriesRulesGetV1OK) IsCode

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

IsCode returns true when this queries rules get v1 o k response a status code equal to that given

func (*QueriesRulesGetV1OK) IsRedirect

func (o *QueriesRulesGetV1OK) IsRedirect() bool

IsRedirect returns true when this queries rules get v1 o k response has a 3xx status code

func (*QueriesRulesGetV1OK) IsServerError

func (o *QueriesRulesGetV1OK) IsServerError() bool

IsServerError returns true when this queries rules get v1 o k response has a 5xx status code

func (*QueriesRulesGetV1OK) IsSuccess

func (o *QueriesRulesGetV1OK) IsSuccess() bool

IsSuccess returns true when this queries rules get v1 o k response has a 2xx status code

func (*QueriesRulesGetV1OK) String

func (o *QueriesRulesGetV1OK) String() string

type QueriesRulesGetV1Params

type QueriesRulesGetV1Params struct {

	/* Filter.

	   FQL query specifying the filter parameters
	*/
	Filter *string

	/* Limit.

	   Number of IDs to return

	   Default: 100
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return IDs
	*/
	Offset *int64

	/* Q.

	   Match query criteria, which includes all the filter string fields
	*/
	Q *string

	/* Sort.

	   Rule property to sort on

	   Default: "created_on"
	*/
	Sort *string

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

QueriesRulesGetV1Params contains all the parameters to send to the API endpoint

for the queries rules get v1 operation.

Typically these are written to a http.Request.

func NewQueriesRulesGetV1Params

func NewQueriesRulesGetV1Params() *QueriesRulesGetV1Params

NewQueriesRulesGetV1Params creates a new QueriesRulesGetV1Params 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 NewQueriesRulesGetV1ParamsWithContext

func NewQueriesRulesGetV1ParamsWithContext(ctx context.Context) *QueriesRulesGetV1Params

NewQueriesRulesGetV1ParamsWithContext creates a new QueriesRulesGetV1Params object with the ability to set a context for a request.

func NewQueriesRulesGetV1ParamsWithHTTPClient

func NewQueriesRulesGetV1ParamsWithHTTPClient(client *http.Client) *QueriesRulesGetV1Params

NewQueriesRulesGetV1ParamsWithHTTPClient creates a new QueriesRulesGetV1Params object with the ability to set a custom HTTPClient for a request.

func NewQueriesRulesGetV1ParamsWithTimeout

func NewQueriesRulesGetV1ParamsWithTimeout(timeout time.Duration) *QueriesRulesGetV1Params

NewQueriesRulesGetV1ParamsWithTimeout creates a new QueriesRulesGetV1Params object with the ability to set a timeout on a request.

func (*QueriesRulesGetV1Params) SetContext

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

SetContext adds the context to the queries rules get v1 params

func (*QueriesRulesGetV1Params) SetDefaults

func (o *QueriesRulesGetV1Params) SetDefaults()

SetDefaults hydrates default values in the queries rules get v1 params (not the query body).

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

func (*QueriesRulesGetV1Params) SetFilter

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

SetFilter adds the filter to the queries rules get v1 params

func (*QueriesRulesGetV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the queries rules get v1 params

func (*QueriesRulesGetV1Params) SetLimit

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

SetLimit adds the limit to the queries rules get v1 params

func (*QueriesRulesGetV1Params) SetOffset

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

SetOffset adds the offset to the queries rules get v1 params

func (*QueriesRulesGetV1Params) SetQ

func (o *QueriesRulesGetV1Params) SetQ(q *string)

SetQ adds the q to the queries rules get v1 params

func (*QueriesRulesGetV1Params) SetSort

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

SetSort adds the sort to the queries rules get v1 params

func (*QueriesRulesGetV1Params) SetTimeout

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

SetTimeout adds the timeout to the queries rules get v1 params

func (*QueriesRulesGetV1Params) WithContext

WithContext adds the context to the queries rules get v1 params

func (*QueriesRulesGetV1Params) WithDefaults

WithDefaults hydrates default values in the queries rules get v1 params (not the query body).

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

func (*QueriesRulesGetV1Params) WithFilter

func (o *QueriesRulesGetV1Params) WithFilter(filter *string) *QueriesRulesGetV1Params

WithFilter adds the filter to the queries rules get v1 params

func (*QueriesRulesGetV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the queries rules get v1 params

func (*QueriesRulesGetV1Params) WithLimit

WithLimit adds the limit to the queries rules get v1 params

func (*QueriesRulesGetV1Params) WithOffset

func (o *QueriesRulesGetV1Params) WithOffset(offset *int64) *QueriesRulesGetV1Params

WithOffset adds the offset to the queries rules get v1 params

func (*QueriesRulesGetV1Params) WithQ

WithQ adds the q to the queries rules get v1 params

func (*QueriesRulesGetV1Params) WithSort

WithSort adds the sort to the queries rules get v1 params

func (*QueriesRulesGetV1Params) WithTimeout

WithTimeout adds the timeout to the queries rules get v1 params

func (*QueriesRulesGetV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueriesRulesGetV1Reader

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

QueriesRulesGetV1Reader is a Reader for the QueriesRulesGetV1 structure.

func (*QueriesRulesGetV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueriesRulesGetV1TooManyRequests

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

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

Too Many Requests

func NewQueriesRulesGetV1TooManyRequests

func NewQueriesRulesGetV1TooManyRequests() *QueriesRulesGetV1TooManyRequests

NewQueriesRulesGetV1TooManyRequests creates a QueriesRulesGetV1TooManyRequests with default headers values

func (*QueriesRulesGetV1TooManyRequests) Code

Code gets the status code for the queries rules get v1 too many requests response

func (*QueriesRulesGetV1TooManyRequests) Error

func (*QueriesRulesGetV1TooManyRequests) GetPayload

func (*QueriesRulesGetV1TooManyRequests) IsClientError

func (o *QueriesRulesGetV1TooManyRequests) IsClientError() bool

IsClientError returns true when this queries rules get v1 too many requests response has a 4xx status code

func (*QueriesRulesGetV1TooManyRequests) IsCode

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

IsCode returns true when this queries rules get v1 too many requests response a status code equal to that given

func (*QueriesRulesGetV1TooManyRequests) IsRedirect

func (o *QueriesRulesGetV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this queries rules get v1 too many requests response has a 3xx status code

func (*QueriesRulesGetV1TooManyRequests) IsServerError

func (o *QueriesRulesGetV1TooManyRequests) IsServerError() bool

IsServerError returns true when this queries rules get v1 too many requests response has a 5xx status code

func (*QueriesRulesGetV1TooManyRequests) IsSuccess

func (o *QueriesRulesGetV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this queries rules get v1 too many requests response has a 2xx status code

func (*QueriesRulesGetV1TooManyRequests) String

type QueriesRulesGetV1Unauthorized

type QueriesRulesGetV1Unauthorized 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.MsaspecQueryResponse
}

QueriesRulesGetV1Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewQueriesRulesGetV1Unauthorized

func NewQueriesRulesGetV1Unauthorized() *QueriesRulesGetV1Unauthorized

NewQueriesRulesGetV1Unauthorized creates a QueriesRulesGetV1Unauthorized with default headers values

func (*QueriesRulesGetV1Unauthorized) Code

Code gets the status code for the queries rules get v1 unauthorized response

func (*QueriesRulesGetV1Unauthorized) Error

func (*QueriesRulesGetV1Unauthorized) GetPayload

func (*QueriesRulesGetV1Unauthorized) IsClientError

func (o *QueriesRulesGetV1Unauthorized) IsClientError() bool

IsClientError returns true when this queries rules get v1 unauthorized response has a 4xx status code

func (*QueriesRulesGetV1Unauthorized) IsCode

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

IsCode returns true when this queries rules get v1 unauthorized response a status code equal to that given

func (*QueriesRulesGetV1Unauthorized) IsRedirect

func (o *QueriesRulesGetV1Unauthorized) IsRedirect() bool

IsRedirect returns true when this queries rules get v1 unauthorized response has a 3xx status code

func (*QueriesRulesGetV1Unauthorized) IsServerError

func (o *QueriesRulesGetV1Unauthorized) IsServerError() bool

IsServerError returns true when this queries rules get v1 unauthorized response has a 5xx status code

func (*QueriesRulesGetV1Unauthorized) IsSuccess

func (o *QueriesRulesGetV1Unauthorized) IsSuccess() bool

IsSuccess returns true when this queries rules get v1 unauthorized response has a 2xx status code

func (*QueriesRulesGetV1Unauthorized) String

type QueriesRulesGetV2BadRequest added in v0.14.0

type QueriesRulesGetV2BadRequest 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.MsaspecQueryResponse
}

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

Bad Request

func NewQueriesRulesGetV2BadRequest added in v0.14.0

func NewQueriesRulesGetV2BadRequest() *QueriesRulesGetV2BadRequest

NewQueriesRulesGetV2BadRequest creates a QueriesRulesGetV2BadRequest with default headers values

func (*QueriesRulesGetV2BadRequest) Code added in v0.14.0

func (o *QueriesRulesGetV2BadRequest) Code() int

Code gets the status code for the queries rules get v2 bad request response

func (*QueriesRulesGetV2BadRequest) Error added in v0.14.0

func (*QueriesRulesGetV2BadRequest) GetPayload added in v0.14.0

func (*QueriesRulesGetV2BadRequest) IsClientError added in v0.14.0

func (o *QueriesRulesGetV2BadRequest) IsClientError() bool

IsClientError returns true when this queries rules get v2 bad request response has a 4xx status code

func (*QueriesRulesGetV2BadRequest) IsCode added in v0.14.0

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

IsCode returns true when this queries rules get v2 bad request response a status code equal to that given

func (*QueriesRulesGetV2BadRequest) IsRedirect added in v0.14.0

func (o *QueriesRulesGetV2BadRequest) IsRedirect() bool

IsRedirect returns true when this queries rules get v2 bad request response has a 3xx status code

func (*QueriesRulesGetV2BadRequest) IsServerError added in v0.14.0

func (o *QueriesRulesGetV2BadRequest) IsServerError() bool

IsServerError returns true when this queries rules get v2 bad request response has a 5xx status code

func (*QueriesRulesGetV2BadRequest) IsSuccess added in v0.14.0

func (o *QueriesRulesGetV2BadRequest) IsSuccess() bool

IsSuccess returns true when this queries rules get v2 bad request response has a 2xx status code

func (*QueriesRulesGetV2BadRequest) String added in v0.14.0

func (o *QueriesRulesGetV2BadRequest) String() string

type QueriesRulesGetV2Forbidden added in v0.14.0

type QueriesRulesGetV2Forbidden 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.MsaspecQueryResponse
}

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

Forbidden

func NewQueriesRulesGetV2Forbidden added in v0.14.0

func NewQueriesRulesGetV2Forbidden() *QueriesRulesGetV2Forbidden

NewQueriesRulesGetV2Forbidden creates a QueriesRulesGetV2Forbidden with default headers values

func (*QueriesRulesGetV2Forbidden) Code added in v0.14.0

func (o *QueriesRulesGetV2Forbidden) Code() int

Code gets the status code for the queries rules get v2 forbidden response

func (*QueriesRulesGetV2Forbidden) Error added in v0.14.0

func (*QueriesRulesGetV2Forbidden) GetPayload added in v0.14.0

func (*QueriesRulesGetV2Forbidden) IsClientError added in v0.14.0

func (o *QueriesRulesGetV2Forbidden) IsClientError() bool

IsClientError returns true when this queries rules get v2 forbidden response has a 4xx status code

func (*QueriesRulesGetV2Forbidden) IsCode added in v0.14.0

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

IsCode returns true when this queries rules get v2 forbidden response a status code equal to that given

func (*QueriesRulesGetV2Forbidden) IsRedirect added in v0.14.0

func (o *QueriesRulesGetV2Forbidden) IsRedirect() bool

IsRedirect returns true when this queries rules get v2 forbidden response has a 3xx status code

func (*QueriesRulesGetV2Forbidden) IsServerError added in v0.14.0

func (o *QueriesRulesGetV2Forbidden) IsServerError() bool

IsServerError returns true when this queries rules get v2 forbidden response has a 5xx status code

func (*QueriesRulesGetV2Forbidden) IsSuccess added in v0.14.0

func (o *QueriesRulesGetV2Forbidden) IsSuccess() bool

IsSuccess returns true when this queries rules get v2 forbidden response has a 2xx status code

func (*QueriesRulesGetV2Forbidden) String added in v0.14.0

func (o *QueriesRulesGetV2Forbidden) String() string

type QueriesRulesGetV2InternalServerError added in v0.14.0

type QueriesRulesGetV2InternalServerError 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.MsaspecQueryResponse
}

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

Internal Server Error

func NewQueriesRulesGetV2InternalServerError added in v0.14.0

func NewQueriesRulesGetV2InternalServerError() *QueriesRulesGetV2InternalServerError

NewQueriesRulesGetV2InternalServerError creates a QueriesRulesGetV2InternalServerError with default headers values

func (*QueriesRulesGetV2InternalServerError) Code added in v0.14.0

Code gets the status code for the queries rules get v2 internal server error response

func (*QueriesRulesGetV2InternalServerError) Error added in v0.14.0

func (*QueriesRulesGetV2InternalServerError) GetPayload added in v0.14.0

func (*QueriesRulesGetV2InternalServerError) IsClientError added in v0.14.0

func (o *QueriesRulesGetV2InternalServerError) IsClientError() bool

IsClientError returns true when this queries rules get v2 internal server error response has a 4xx status code

func (*QueriesRulesGetV2InternalServerError) IsCode added in v0.14.0

IsCode returns true when this queries rules get v2 internal server error response a status code equal to that given

func (*QueriesRulesGetV2InternalServerError) IsRedirect added in v0.14.0

IsRedirect returns true when this queries rules get v2 internal server error response has a 3xx status code

func (*QueriesRulesGetV2InternalServerError) IsServerError added in v0.14.0

func (o *QueriesRulesGetV2InternalServerError) IsServerError() bool

IsServerError returns true when this queries rules get v2 internal server error response has a 5xx status code

func (*QueriesRulesGetV2InternalServerError) IsSuccess added in v0.14.0

IsSuccess returns true when this queries rules get v2 internal server error response has a 2xx status code

func (*QueriesRulesGetV2InternalServerError) String added in v0.14.0

type QueriesRulesGetV2NotFound added in v0.14.0

type QueriesRulesGetV2NotFound 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.MsaspecQueryResponse
}

QueriesRulesGetV2NotFound describes a response with status code 404, with default header values.

Not Found

func NewQueriesRulesGetV2NotFound added in v0.14.0

func NewQueriesRulesGetV2NotFound() *QueriesRulesGetV2NotFound

NewQueriesRulesGetV2NotFound creates a QueriesRulesGetV2NotFound with default headers values

func (*QueriesRulesGetV2NotFound) Code added in v0.14.0

func (o *QueriesRulesGetV2NotFound) Code() int

Code gets the status code for the queries rules get v2 not found response

func (*QueriesRulesGetV2NotFound) Error added in v0.14.0

func (o *QueriesRulesGetV2NotFound) Error() string

func (*QueriesRulesGetV2NotFound) GetPayload added in v0.14.0

func (*QueriesRulesGetV2NotFound) IsClientError added in v0.14.0

func (o *QueriesRulesGetV2NotFound) IsClientError() bool

IsClientError returns true when this queries rules get v2 not found response has a 4xx status code

func (*QueriesRulesGetV2NotFound) IsCode added in v0.14.0

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

IsCode returns true when this queries rules get v2 not found response a status code equal to that given

func (*QueriesRulesGetV2NotFound) IsRedirect added in v0.14.0

func (o *QueriesRulesGetV2NotFound) IsRedirect() bool

IsRedirect returns true when this queries rules get v2 not found response has a 3xx status code

func (*QueriesRulesGetV2NotFound) IsServerError added in v0.14.0

func (o *QueriesRulesGetV2NotFound) IsServerError() bool

IsServerError returns true when this queries rules get v2 not found response has a 5xx status code

func (*QueriesRulesGetV2NotFound) IsSuccess added in v0.14.0

func (o *QueriesRulesGetV2NotFound) IsSuccess() bool

IsSuccess returns true when this queries rules get v2 not found response has a 2xx status code

func (*QueriesRulesGetV2NotFound) String added in v0.14.0

func (o *QueriesRulesGetV2NotFound) String() string

type QueriesRulesGetV2OK added in v0.14.0

type QueriesRulesGetV2OK 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.MsaspecQueryResponse
}

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

OK

func NewQueriesRulesGetV2OK added in v0.14.0

func NewQueriesRulesGetV2OK() *QueriesRulesGetV2OK

NewQueriesRulesGetV2OK creates a QueriesRulesGetV2OK with default headers values

func (*QueriesRulesGetV2OK) Code added in v0.14.0

func (o *QueriesRulesGetV2OK) Code() int

Code gets the status code for the queries rules get v2 o k response

func (*QueriesRulesGetV2OK) Error added in v0.14.0

func (o *QueriesRulesGetV2OK) Error() string

func (*QueriesRulesGetV2OK) GetPayload added in v0.14.0

func (*QueriesRulesGetV2OK) IsClientError added in v0.14.0

func (o *QueriesRulesGetV2OK) IsClientError() bool

IsClientError returns true when this queries rules get v2 o k response has a 4xx status code

func (*QueriesRulesGetV2OK) IsCode added in v0.14.0

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

IsCode returns true when this queries rules get v2 o k response a status code equal to that given

func (*QueriesRulesGetV2OK) IsRedirect added in v0.14.0

func (o *QueriesRulesGetV2OK) IsRedirect() bool

IsRedirect returns true when this queries rules get v2 o k response has a 3xx status code

func (*QueriesRulesGetV2OK) IsServerError added in v0.14.0

func (o *QueriesRulesGetV2OK) IsServerError() bool

IsServerError returns true when this queries rules get v2 o k response has a 5xx status code

func (*QueriesRulesGetV2OK) IsSuccess added in v0.14.0

func (o *QueriesRulesGetV2OK) IsSuccess() bool

IsSuccess returns true when this queries rules get v2 o k response has a 2xx status code

func (*QueriesRulesGetV2OK) String added in v0.14.0

func (o *QueriesRulesGetV2OK) String() string

type QueriesRulesGetV2Params added in v0.14.0

type QueriesRulesGetV2Params struct {

	/* Filter.

	   FQL query specifying the filter parameters
	*/
	Filter *string

	/* Limit.

	   Number of IDs to return

	   Default: 100
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return IDs
	*/
	Offset *int64

	/* Q.

	   Match query criteria, which includes all the filter string fields
	*/
	Q *string

	/* Sort.

	   Rule property to sort on

	   Default: "created_on"
	*/
	Sort *string

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

QueriesRulesGetV2Params contains all the parameters to send to the API endpoint

for the queries rules get v2 operation.

Typically these are written to a http.Request.

func NewQueriesRulesGetV2Params added in v0.14.0

func NewQueriesRulesGetV2Params() *QueriesRulesGetV2Params

NewQueriesRulesGetV2Params creates a new QueriesRulesGetV2Params 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 NewQueriesRulesGetV2ParamsWithContext added in v0.14.0

func NewQueriesRulesGetV2ParamsWithContext(ctx context.Context) *QueriesRulesGetV2Params

NewQueriesRulesGetV2ParamsWithContext creates a new QueriesRulesGetV2Params object with the ability to set a context for a request.

func NewQueriesRulesGetV2ParamsWithHTTPClient added in v0.14.0

func NewQueriesRulesGetV2ParamsWithHTTPClient(client *http.Client) *QueriesRulesGetV2Params

NewQueriesRulesGetV2ParamsWithHTTPClient creates a new QueriesRulesGetV2Params object with the ability to set a custom HTTPClient for a request.

func NewQueriesRulesGetV2ParamsWithTimeout added in v0.14.0

func NewQueriesRulesGetV2ParamsWithTimeout(timeout time.Duration) *QueriesRulesGetV2Params

NewQueriesRulesGetV2ParamsWithTimeout creates a new QueriesRulesGetV2Params object with the ability to set a timeout on a request.

func (*QueriesRulesGetV2Params) SetContext added in v0.14.0

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

SetContext adds the context to the queries rules get v2 params

func (*QueriesRulesGetV2Params) SetDefaults added in v0.14.0

func (o *QueriesRulesGetV2Params) SetDefaults()

SetDefaults hydrates default values in the queries rules get v2 params (not the query body).

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

func (*QueriesRulesGetV2Params) SetFilter added in v0.14.0

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

SetFilter adds the filter to the queries rules get v2 params

func (*QueriesRulesGetV2Params) SetHTTPClient added in v0.14.0

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

SetHTTPClient adds the HTTPClient to the queries rules get v2 params

func (*QueriesRulesGetV2Params) SetLimit added in v0.14.0

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

SetLimit adds the limit to the queries rules get v2 params

func (*QueriesRulesGetV2Params) SetOffset added in v0.14.0

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

SetOffset adds the offset to the queries rules get v2 params

func (*QueriesRulesGetV2Params) SetQ added in v0.14.0

func (o *QueriesRulesGetV2Params) SetQ(q *string)

SetQ adds the q to the queries rules get v2 params

func (*QueriesRulesGetV2Params) SetSort added in v0.14.0

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

SetSort adds the sort to the queries rules get v2 params

func (*QueriesRulesGetV2Params) SetTimeout added in v0.14.0

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

SetTimeout adds the timeout to the queries rules get v2 params

func (*QueriesRulesGetV2Params) WithContext added in v0.14.0

WithContext adds the context to the queries rules get v2 params

func (*QueriesRulesGetV2Params) WithDefaults added in v0.14.0

WithDefaults hydrates default values in the queries rules get v2 params (not the query body).

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

func (*QueriesRulesGetV2Params) WithFilter added in v0.14.0

func (o *QueriesRulesGetV2Params) WithFilter(filter *string) *QueriesRulesGetV2Params

WithFilter adds the filter to the queries rules get v2 params

func (*QueriesRulesGetV2Params) WithHTTPClient added in v0.14.0

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

WithHTTPClient adds the HTTPClient to the queries rules get v2 params

func (*QueriesRulesGetV2Params) WithLimit added in v0.14.0

WithLimit adds the limit to the queries rules get v2 params

func (*QueriesRulesGetV2Params) WithOffset added in v0.14.0

func (o *QueriesRulesGetV2Params) WithOffset(offset *int64) *QueriesRulesGetV2Params

WithOffset adds the offset to the queries rules get v2 params

func (*QueriesRulesGetV2Params) WithQ added in v0.14.0

WithQ adds the q to the queries rules get v2 params

func (*QueriesRulesGetV2Params) WithSort added in v0.14.0

WithSort adds the sort to the queries rules get v2 params

func (*QueriesRulesGetV2Params) WithTimeout added in v0.14.0

WithTimeout adds the timeout to the queries rules get v2 params

func (*QueriesRulesGetV2Params) WriteToRequest added in v0.14.0

WriteToRequest writes these params to a swagger request

type QueriesRulesGetV2Reader added in v0.14.0

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

QueriesRulesGetV2Reader is a Reader for the QueriesRulesGetV2 structure.

func (*QueriesRulesGetV2Reader) ReadResponse added in v0.14.0

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

ReadResponse reads a server response into the received o.

type QueriesRulesGetV2TooManyRequests added in v0.14.0

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

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

Too Many Requests

func NewQueriesRulesGetV2TooManyRequests added in v0.14.0

func NewQueriesRulesGetV2TooManyRequests() *QueriesRulesGetV2TooManyRequests

NewQueriesRulesGetV2TooManyRequests creates a QueriesRulesGetV2TooManyRequests with default headers values

func (*QueriesRulesGetV2TooManyRequests) Code added in v0.14.0

Code gets the status code for the queries rules get v2 too many requests response

func (*QueriesRulesGetV2TooManyRequests) Error added in v0.14.0

func (*QueriesRulesGetV2TooManyRequests) GetPayload added in v0.14.0

func (*QueriesRulesGetV2TooManyRequests) IsClientError added in v0.14.0

func (o *QueriesRulesGetV2TooManyRequests) IsClientError() bool

IsClientError returns true when this queries rules get v2 too many requests response has a 4xx status code

func (*QueriesRulesGetV2TooManyRequests) IsCode added in v0.14.0

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

IsCode returns true when this queries rules get v2 too many requests response a status code equal to that given

func (*QueriesRulesGetV2TooManyRequests) IsRedirect added in v0.14.0

func (o *QueriesRulesGetV2TooManyRequests) IsRedirect() bool

IsRedirect returns true when this queries rules get v2 too many requests response has a 3xx status code

func (*QueriesRulesGetV2TooManyRequests) IsServerError added in v0.14.0

func (o *QueriesRulesGetV2TooManyRequests) IsServerError() bool

IsServerError returns true when this queries rules get v2 too many requests response has a 5xx status code

func (*QueriesRulesGetV2TooManyRequests) IsSuccess added in v0.14.0

func (o *QueriesRulesGetV2TooManyRequests) IsSuccess() bool

IsSuccess returns true when this queries rules get v2 too many requests response has a 2xx status code

func (*QueriesRulesGetV2TooManyRequests) String added in v0.14.0

type QueriesRulesGetV2Unauthorized added in v0.14.0

type QueriesRulesGetV2Unauthorized 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.MsaspecQueryResponse
}

QueriesRulesGetV2Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewQueriesRulesGetV2Unauthorized added in v0.14.0

func NewQueriesRulesGetV2Unauthorized() *QueriesRulesGetV2Unauthorized

NewQueriesRulesGetV2Unauthorized creates a QueriesRulesGetV2Unauthorized with default headers values

func (*QueriesRulesGetV2Unauthorized) Code added in v0.14.0

Code gets the status code for the queries rules get v2 unauthorized response

func (*QueriesRulesGetV2Unauthorized) Error added in v0.14.0

func (*QueriesRulesGetV2Unauthorized) GetPayload added in v0.14.0

func (*QueriesRulesGetV2Unauthorized) IsClientError added in v0.14.0

func (o *QueriesRulesGetV2Unauthorized) IsClientError() bool

IsClientError returns true when this queries rules get v2 unauthorized response has a 4xx status code

func (*QueriesRulesGetV2Unauthorized) IsCode added in v0.14.0

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

IsCode returns true when this queries rules get v2 unauthorized response a status code equal to that given

func (*QueriesRulesGetV2Unauthorized) IsRedirect added in v0.14.0

func (o *QueriesRulesGetV2Unauthorized) IsRedirect() bool

IsRedirect returns true when this queries rules get v2 unauthorized response has a 3xx status code

func (*QueriesRulesGetV2Unauthorized) IsServerError added in v0.14.0

func (o *QueriesRulesGetV2Unauthorized) IsServerError() bool

IsServerError returns true when this queries rules get v2 unauthorized response has a 5xx status code

func (*QueriesRulesGetV2Unauthorized) IsSuccess added in v0.14.0

func (o *QueriesRulesGetV2Unauthorized) IsSuccess() bool

IsSuccess returns true when this queries rules get v2 unauthorized response has a 2xx status code

func (*QueriesRulesGetV2Unauthorized) String added in v0.14.0

Jump to

Keyboard shortcuts

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