content_update_policies

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 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 Client

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

Client for content update policies API

func (*Client) CreateContentUpdatePolicies

func (a *Client) CreateContentUpdatePolicies(params *CreateContentUpdatePoliciesParams, opts ...ClientOption) (*CreateContentUpdatePoliciesCreated, error)

CreateContentUpdatePolicies creates content update policies by specifying details about the policy to create

func (*Client) DeleteContentUpdatePolicies

func (a *Client) DeleteContentUpdatePolicies(params *DeleteContentUpdatePoliciesParams, opts ...ClientOption) (*DeleteContentUpdatePoliciesOK, error)

DeleteContentUpdatePolicies deletes a set of content update policies by specifying their i ds

func (*Client) GetContentUpdatePolicies

func (a *Client) GetContentUpdatePolicies(params *GetContentUpdatePoliciesParams, opts ...ClientOption) (*GetContentUpdatePoliciesOK, error)

GetContentUpdatePolicies retrieves a set of content update policies by specifying their i ds

func (*Client) PerformContentUpdatePoliciesAction

func (a *Client) PerformContentUpdatePoliciesAction(params *PerformContentUpdatePoliciesActionParams, opts ...ClientOption) (*PerformContentUpdatePoliciesActionOK, error)

PerformContentUpdatePoliciesAction performs the specified action on the content update policies specified in the request

func (*Client) QueryCombinedContentUpdatePolicies

func (a *Client) QueryCombinedContentUpdatePolicies(params *QueryCombinedContentUpdatePoliciesParams, opts ...ClientOption) (*QueryCombinedContentUpdatePoliciesOK, error)

QueryCombinedContentUpdatePolicies searches for content update policies in your environment by providing an f q l filter and paging details returns a set of content update policies which match the filter criteria

func (*Client) QueryCombinedContentUpdatePolicyMembers

func (a *Client) QueryCombinedContentUpdatePolicyMembers(params *QueryCombinedContentUpdatePolicyMembersParams, opts ...ClientOption) (*QueryCombinedContentUpdatePolicyMembersOK, error)

QueryCombinedContentUpdatePolicyMembers searches for members of a content update policy in your environment by providing an f q l filter and paging details returns a set of host details which match the filter criteria

func (*Client) QueryContentUpdatePolicies

func (a *Client) QueryContentUpdatePolicies(params *QueryContentUpdatePoliciesParams, opts ...ClientOption) (*QueryContentUpdatePoliciesOK, error)

QueryContentUpdatePolicies searches for content update policies in your environment by providing an f q l filter and paging details returns a set of content update policy i ds which match the filter criteria

func (*Client) QueryContentUpdatePolicyMembers

func (a *Client) QueryContentUpdatePolicyMembers(params *QueryContentUpdatePolicyMembersParams, opts ...ClientOption) (*QueryContentUpdatePolicyMembersOK, error)

QueryContentUpdatePolicyMembers searches for members of a content update policy in your environment by providing an f q l filter and paging details returns a set of agent i ds which match the filter criteria

func (*Client) SetContentUpdatePoliciesPrecedence

func (a *Client) SetContentUpdatePoliciesPrecedence(params *SetContentUpdatePoliciesPrecedenceParams, opts ...ClientOption) (*SetContentUpdatePoliciesPrecedenceOK, error)

SetContentUpdatePoliciesPrecedence sets the precedence of content update policies based on the order of i ds specified in the request the first ID specified will have the highest precedence and the last ID specified will have the lowest you must specify all non default policies when updating precedence

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateContentUpdatePolicies

func (a *Client) UpdateContentUpdatePolicies(params *UpdateContentUpdatePoliciesParams, opts ...ClientOption) (*UpdateContentUpdatePoliciesOK, error)

UpdateContentUpdatePolicies updates content update policies by specifying the ID of the policy and details to update

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateContentUpdatePolicies(params *CreateContentUpdatePoliciesParams, opts ...ClientOption) (*CreateContentUpdatePoliciesCreated, error)

	DeleteContentUpdatePolicies(params *DeleteContentUpdatePoliciesParams, opts ...ClientOption) (*DeleteContentUpdatePoliciesOK, error)

	GetContentUpdatePolicies(params *GetContentUpdatePoliciesParams, opts ...ClientOption) (*GetContentUpdatePoliciesOK, error)

	PerformContentUpdatePoliciesAction(params *PerformContentUpdatePoliciesActionParams, opts ...ClientOption) (*PerformContentUpdatePoliciesActionOK, error)

	QueryCombinedContentUpdatePolicies(params *QueryCombinedContentUpdatePoliciesParams, opts ...ClientOption) (*QueryCombinedContentUpdatePoliciesOK, error)

	QueryCombinedContentUpdatePolicyMembers(params *QueryCombinedContentUpdatePolicyMembersParams, opts ...ClientOption) (*QueryCombinedContentUpdatePolicyMembersOK, error)

	QueryContentUpdatePolicies(params *QueryContentUpdatePoliciesParams, opts ...ClientOption) (*QueryContentUpdatePoliciesOK, error)

	QueryContentUpdatePolicyMembers(params *QueryContentUpdatePolicyMembersParams, opts ...ClientOption) (*QueryContentUpdatePolicyMembersOK, error)

	SetContentUpdatePoliciesPrecedence(params *SetContentUpdatePoliciesPrecedenceParams, opts ...ClientOption) (*SetContentUpdatePoliciesPrecedenceOK, error)

	UpdateContentUpdatePolicies(params *UpdateContentUpdatePoliciesParams, opts ...ClientOption) (*UpdateContentUpdatePoliciesOK, 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 content update policies API client.

type CreateContentUpdatePoliciesBadRequest

type CreateContentUpdatePoliciesBadRequest 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.DomainContentUpdatePolicyRespV1
}

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

Bad Request

func NewCreateContentUpdatePoliciesBadRequest

func NewCreateContentUpdatePoliciesBadRequest() *CreateContentUpdatePoliciesBadRequest

NewCreateContentUpdatePoliciesBadRequest creates a CreateContentUpdatePoliciesBadRequest with default headers values

func (*CreateContentUpdatePoliciesBadRequest) Code

Code gets the status code for the create content update policies bad request response

func (*CreateContentUpdatePoliciesBadRequest) Error

func (*CreateContentUpdatePoliciesBadRequest) GetPayload

func (*CreateContentUpdatePoliciesBadRequest) IsClientError

func (o *CreateContentUpdatePoliciesBadRequest) IsClientError() bool

IsClientError returns true when this create content update policies bad request response has a 4xx status code

func (*CreateContentUpdatePoliciesBadRequest) IsCode

IsCode returns true when this create content update policies bad request response a status code equal to that given

func (*CreateContentUpdatePoliciesBadRequest) IsRedirect

IsRedirect returns true when this create content update policies bad request response has a 3xx status code

func (*CreateContentUpdatePoliciesBadRequest) IsServerError

func (o *CreateContentUpdatePoliciesBadRequest) IsServerError() bool

IsServerError returns true when this create content update policies bad request response has a 5xx status code

func (*CreateContentUpdatePoliciesBadRequest) IsSuccess

IsSuccess returns true when this create content update policies bad request response has a 2xx status code

func (*CreateContentUpdatePoliciesBadRequest) String

type CreateContentUpdatePoliciesCreated

type CreateContentUpdatePoliciesCreated 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.DomainContentUpdatePolicyRespV1
}

CreateContentUpdatePoliciesCreated describes a response with status code 201, with default header values.

Created

func NewCreateContentUpdatePoliciesCreated

func NewCreateContentUpdatePoliciesCreated() *CreateContentUpdatePoliciesCreated

NewCreateContentUpdatePoliciesCreated creates a CreateContentUpdatePoliciesCreated with default headers values

func (*CreateContentUpdatePoliciesCreated) Code

Code gets the status code for the create content update policies created response

func (*CreateContentUpdatePoliciesCreated) Error

func (*CreateContentUpdatePoliciesCreated) GetPayload

func (*CreateContentUpdatePoliciesCreated) IsClientError

func (o *CreateContentUpdatePoliciesCreated) IsClientError() bool

IsClientError returns true when this create content update policies created response has a 4xx status code

func (*CreateContentUpdatePoliciesCreated) IsCode

IsCode returns true when this create content update policies created response a status code equal to that given

func (*CreateContentUpdatePoliciesCreated) IsRedirect

func (o *CreateContentUpdatePoliciesCreated) IsRedirect() bool

IsRedirect returns true when this create content update policies created response has a 3xx status code

func (*CreateContentUpdatePoliciesCreated) IsServerError

func (o *CreateContentUpdatePoliciesCreated) IsServerError() bool

IsServerError returns true when this create content update policies created response has a 5xx status code

func (*CreateContentUpdatePoliciesCreated) IsSuccess

IsSuccess returns true when this create content update policies created response has a 2xx status code

func (*CreateContentUpdatePoliciesCreated) String

type CreateContentUpdatePoliciesForbidden

type CreateContentUpdatePoliciesForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Forbidden

func NewCreateContentUpdatePoliciesForbidden

func NewCreateContentUpdatePoliciesForbidden() *CreateContentUpdatePoliciesForbidden

NewCreateContentUpdatePoliciesForbidden creates a CreateContentUpdatePoliciesForbidden with default headers values

func (*CreateContentUpdatePoliciesForbidden) Code

Code gets the status code for the create content update policies forbidden response

func (*CreateContentUpdatePoliciesForbidden) Error

func (*CreateContentUpdatePoliciesForbidden) GetPayload

func (*CreateContentUpdatePoliciesForbidden) IsClientError

func (o *CreateContentUpdatePoliciesForbidden) IsClientError() bool

IsClientError returns true when this create content update policies forbidden response has a 4xx status code

func (*CreateContentUpdatePoliciesForbidden) IsCode

IsCode returns true when this create content update policies forbidden response a status code equal to that given

func (*CreateContentUpdatePoliciesForbidden) IsRedirect

IsRedirect returns true when this create content update policies forbidden response has a 3xx status code

func (*CreateContentUpdatePoliciesForbidden) IsServerError

func (o *CreateContentUpdatePoliciesForbidden) IsServerError() bool

IsServerError returns true when this create content update policies forbidden response has a 5xx status code

func (*CreateContentUpdatePoliciesForbidden) IsSuccess

IsSuccess returns true when this create content update policies forbidden response has a 2xx status code

func (*CreateContentUpdatePoliciesForbidden) String

type CreateContentUpdatePoliciesInternalServerError

type CreateContentUpdatePoliciesInternalServerError 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.DomainContentUpdatePolicyRespV1
}

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

Internal Server Error

func NewCreateContentUpdatePoliciesInternalServerError

func NewCreateContentUpdatePoliciesInternalServerError() *CreateContentUpdatePoliciesInternalServerError

NewCreateContentUpdatePoliciesInternalServerError creates a CreateContentUpdatePoliciesInternalServerError with default headers values

func (*CreateContentUpdatePoliciesInternalServerError) Code

Code gets the status code for the create content update policies internal server error response

func (*CreateContentUpdatePoliciesInternalServerError) Error

func (*CreateContentUpdatePoliciesInternalServerError) GetPayload

func (*CreateContentUpdatePoliciesInternalServerError) IsClientError

IsClientError returns true when this create content update policies internal server error response has a 4xx status code

func (*CreateContentUpdatePoliciesInternalServerError) IsCode

IsCode returns true when this create content update policies internal server error response a status code equal to that given

func (*CreateContentUpdatePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this create content update policies internal server error response has a 3xx status code

func (*CreateContentUpdatePoliciesInternalServerError) IsServerError

IsServerError returns true when this create content update policies internal server error response has a 5xx status code

func (*CreateContentUpdatePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this create content update policies internal server error response has a 2xx status code

func (*CreateContentUpdatePoliciesInternalServerError) String

type CreateContentUpdatePoliciesNotFound

type CreateContentUpdatePoliciesNotFound 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.DomainContentUpdatePolicyRespV1
}

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

Not Found

func NewCreateContentUpdatePoliciesNotFound

func NewCreateContentUpdatePoliciesNotFound() *CreateContentUpdatePoliciesNotFound

NewCreateContentUpdatePoliciesNotFound creates a CreateContentUpdatePoliciesNotFound with default headers values

func (*CreateContentUpdatePoliciesNotFound) Code

Code gets the status code for the create content update policies not found response

func (*CreateContentUpdatePoliciesNotFound) Error

func (*CreateContentUpdatePoliciesNotFound) GetPayload

func (*CreateContentUpdatePoliciesNotFound) IsClientError

func (o *CreateContentUpdatePoliciesNotFound) IsClientError() bool

IsClientError returns true when this create content update policies not found response has a 4xx status code

func (*CreateContentUpdatePoliciesNotFound) IsCode

IsCode returns true when this create content update policies not found response a status code equal to that given

func (*CreateContentUpdatePoliciesNotFound) IsRedirect

func (o *CreateContentUpdatePoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this create content update policies not found response has a 3xx status code

func (*CreateContentUpdatePoliciesNotFound) IsServerError

func (o *CreateContentUpdatePoliciesNotFound) IsServerError() bool

IsServerError returns true when this create content update policies not found response has a 5xx status code

func (*CreateContentUpdatePoliciesNotFound) IsSuccess

IsSuccess returns true when this create content update policies not found response has a 2xx status code

func (*CreateContentUpdatePoliciesNotFound) String

type CreateContentUpdatePoliciesParams

type CreateContentUpdatePoliciesParams struct {

	// Body.
	Body *models.ContentUpdateCreatePoliciesReqV1

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

CreateContentUpdatePoliciesParams contains all the parameters to send to the API endpoint

for the create content update policies operation.

Typically these are written to a http.Request.

func NewCreateContentUpdatePoliciesParams

func NewCreateContentUpdatePoliciesParams() *CreateContentUpdatePoliciesParams

NewCreateContentUpdatePoliciesParams creates a new CreateContentUpdatePoliciesParams 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 NewCreateContentUpdatePoliciesParamsWithContext

func NewCreateContentUpdatePoliciesParamsWithContext(ctx context.Context) *CreateContentUpdatePoliciesParams

NewCreateContentUpdatePoliciesParamsWithContext creates a new CreateContentUpdatePoliciesParams object with the ability to set a context for a request.

func NewCreateContentUpdatePoliciesParamsWithHTTPClient

func NewCreateContentUpdatePoliciesParamsWithHTTPClient(client *http.Client) *CreateContentUpdatePoliciesParams

NewCreateContentUpdatePoliciesParamsWithHTTPClient creates a new CreateContentUpdatePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewCreateContentUpdatePoliciesParamsWithTimeout

func NewCreateContentUpdatePoliciesParamsWithTimeout(timeout time.Duration) *CreateContentUpdatePoliciesParams

NewCreateContentUpdatePoliciesParamsWithTimeout creates a new CreateContentUpdatePoliciesParams object with the ability to set a timeout on a request.

func (*CreateContentUpdatePoliciesParams) SetBody

SetBody adds the body to the create content update policies params

func (*CreateContentUpdatePoliciesParams) SetContext

SetContext adds the context to the create content update policies params

func (*CreateContentUpdatePoliciesParams) SetDefaults

func (o *CreateContentUpdatePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the create content update policies params (not the query body).

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

func (*CreateContentUpdatePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create content update policies params

func (*CreateContentUpdatePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the create content update policies params

func (*CreateContentUpdatePoliciesParams) WithBody

WithBody adds the body to the create content update policies params

func (*CreateContentUpdatePoliciesParams) WithContext

WithContext adds the context to the create content update policies params

func (*CreateContentUpdatePoliciesParams) WithDefaults

WithDefaults hydrates default values in the create content update policies params (not the query body).

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

func (*CreateContentUpdatePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create content update policies params

func (*CreateContentUpdatePoliciesParams) WithTimeout

WithTimeout adds the timeout to the create content update policies params

func (*CreateContentUpdatePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateContentUpdatePoliciesReader

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

CreateContentUpdatePoliciesReader is a Reader for the CreateContentUpdatePolicies structure.

func (*CreateContentUpdatePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateContentUpdatePoliciesTooManyRequests

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

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

Too Many Requests

func NewCreateContentUpdatePoliciesTooManyRequests

func NewCreateContentUpdatePoliciesTooManyRequests() *CreateContentUpdatePoliciesTooManyRequests

NewCreateContentUpdatePoliciesTooManyRequests creates a CreateContentUpdatePoliciesTooManyRequests with default headers values

func (*CreateContentUpdatePoliciesTooManyRequests) Code

Code gets the status code for the create content update policies too many requests response

func (*CreateContentUpdatePoliciesTooManyRequests) Error

func (*CreateContentUpdatePoliciesTooManyRequests) GetPayload

func (*CreateContentUpdatePoliciesTooManyRequests) IsClientError

IsClientError returns true when this create content update policies too many requests response has a 4xx status code

func (*CreateContentUpdatePoliciesTooManyRequests) IsCode

IsCode returns true when this create content update policies too many requests response a status code equal to that given

func (*CreateContentUpdatePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this create content update policies too many requests response has a 3xx status code

func (*CreateContentUpdatePoliciesTooManyRequests) IsServerError

IsServerError returns true when this create content update policies too many requests response has a 5xx status code

func (*CreateContentUpdatePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this create content update policies too many requests response has a 2xx status code

func (*CreateContentUpdatePoliciesTooManyRequests) String

type DeleteContentUpdatePoliciesForbidden

type DeleteContentUpdatePoliciesForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Forbidden

func NewDeleteContentUpdatePoliciesForbidden

func NewDeleteContentUpdatePoliciesForbidden() *DeleteContentUpdatePoliciesForbidden

NewDeleteContentUpdatePoliciesForbidden creates a DeleteContentUpdatePoliciesForbidden with default headers values

func (*DeleteContentUpdatePoliciesForbidden) Code

Code gets the status code for the delete content update policies forbidden response

func (*DeleteContentUpdatePoliciesForbidden) Error

func (*DeleteContentUpdatePoliciesForbidden) GetPayload

func (*DeleteContentUpdatePoliciesForbidden) IsClientError

func (o *DeleteContentUpdatePoliciesForbidden) IsClientError() bool

IsClientError returns true when this delete content update policies forbidden response has a 4xx status code

func (*DeleteContentUpdatePoliciesForbidden) IsCode

IsCode returns true when this delete content update policies forbidden response a status code equal to that given

func (*DeleteContentUpdatePoliciesForbidden) IsRedirect

IsRedirect returns true when this delete content update policies forbidden response has a 3xx status code

func (*DeleteContentUpdatePoliciesForbidden) IsServerError

func (o *DeleteContentUpdatePoliciesForbidden) IsServerError() bool

IsServerError returns true when this delete content update policies forbidden response has a 5xx status code

func (*DeleteContentUpdatePoliciesForbidden) IsSuccess

IsSuccess returns true when this delete content update policies forbidden response has a 2xx status code

func (*DeleteContentUpdatePoliciesForbidden) String

type DeleteContentUpdatePoliciesInternalServerError

type DeleteContentUpdatePoliciesInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

Internal Server Error

func NewDeleteContentUpdatePoliciesInternalServerError

func NewDeleteContentUpdatePoliciesInternalServerError() *DeleteContentUpdatePoliciesInternalServerError

NewDeleteContentUpdatePoliciesInternalServerError creates a DeleteContentUpdatePoliciesInternalServerError with default headers values

func (*DeleteContentUpdatePoliciesInternalServerError) Code

Code gets the status code for the delete content update policies internal server error response

func (*DeleteContentUpdatePoliciesInternalServerError) Error

func (*DeleteContentUpdatePoliciesInternalServerError) GetPayload

func (*DeleteContentUpdatePoliciesInternalServerError) IsClientError

IsClientError returns true when this delete content update policies internal server error response has a 4xx status code

func (*DeleteContentUpdatePoliciesInternalServerError) IsCode

IsCode returns true when this delete content update policies internal server error response a status code equal to that given

func (*DeleteContentUpdatePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this delete content update policies internal server error response has a 3xx status code

func (*DeleteContentUpdatePoliciesInternalServerError) IsServerError

IsServerError returns true when this delete content update policies internal server error response has a 5xx status code

func (*DeleteContentUpdatePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this delete content update policies internal server error response has a 2xx status code

func (*DeleteContentUpdatePoliciesInternalServerError) String

type DeleteContentUpdatePoliciesNotFound

type DeleteContentUpdatePoliciesNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

Not Found

func NewDeleteContentUpdatePoliciesNotFound

func NewDeleteContentUpdatePoliciesNotFound() *DeleteContentUpdatePoliciesNotFound

NewDeleteContentUpdatePoliciesNotFound creates a DeleteContentUpdatePoliciesNotFound with default headers values

func (*DeleteContentUpdatePoliciesNotFound) Code

Code gets the status code for the delete content update policies not found response

func (*DeleteContentUpdatePoliciesNotFound) Error

func (*DeleteContentUpdatePoliciesNotFound) GetPayload

func (*DeleteContentUpdatePoliciesNotFound) IsClientError

func (o *DeleteContentUpdatePoliciesNotFound) IsClientError() bool

IsClientError returns true when this delete content update policies not found response has a 4xx status code

func (*DeleteContentUpdatePoliciesNotFound) IsCode

IsCode returns true when this delete content update policies not found response a status code equal to that given

func (*DeleteContentUpdatePoliciesNotFound) IsRedirect

func (o *DeleteContentUpdatePoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this delete content update policies not found response has a 3xx status code

func (*DeleteContentUpdatePoliciesNotFound) IsServerError

func (o *DeleteContentUpdatePoliciesNotFound) IsServerError() bool

IsServerError returns true when this delete content update policies not found response has a 5xx status code

func (*DeleteContentUpdatePoliciesNotFound) IsSuccess

IsSuccess returns true when this delete content update policies not found response has a 2xx status code

func (*DeleteContentUpdatePoliciesNotFound) String

type DeleteContentUpdatePoliciesOK

type DeleteContentUpdatePoliciesOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

OK

func NewDeleteContentUpdatePoliciesOK

func NewDeleteContentUpdatePoliciesOK() *DeleteContentUpdatePoliciesOK

NewDeleteContentUpdatePoliciesOK creates a DeleteContentUpdatePoliciesOK with default headers values

func (*DeleteContentUpdatePoliciesOK) Code

Code gets the status code for the delete content update policies o k response

func (*DeleteContentUpdatePoliciesOK) Error

func (*DeleteContentUpdatePoliciesOK) GetPayload

func (*DeleteContentUpdatePoliciesOK) IsClientError

func (o *DeleteContentUpdatePoliciesOK) IsClientError() bool

IsClientError returns true when this delete content update policies o k response has a 4xx status code

func (*DeleteContentUpdatePoliciesOK) IsCode

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

IsCode returns true when this delete content update policies o k response a status code equal to that given

func (*DeleteContentUpdatePoliciesOK) IsRedirect

func (o *DeleteContentUpdatePoliciesOK) IsRedirect() bool

IsRedirect returns true when this delete content update policies o k response has a 3xx status code

func (*DeleteContentUpdatePoliciesOK) IsServerError

func (o *DeleteContentUpdatePoliciesOK) IsServerError() bool

IsServerError returns true when this delete content update policies o k response has a 5xx status code

func (*DeleteContentUpdatePoliciesOK) IsSuccess

func (o *DeleteContentUpdatePoliciesOK) IsSuccess() bool

IsSuccess returns true when this delete content update policies o k response has a 2xx status code

func (*DeleteContentUpdatePoliciesOK) String

type DeleteContentUpdatePoliciesParams

type DeleteContentUpdatePoliciesParams struct {

	/* Ids.

	   The IDs of the Content Update Policies to delete
	*/
	Ids []string

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

DeleteContentUpdatePoliciesParams contains all the parameters to send to the API endpoint

for the delete content update policies operation.

Typically these are written to a http.Request.

func NewDeleteContentUpdatePoliciesParams

func NewDeleteContentUpdatePoliciesParams() *DeleteContentUpdatePoliciesParams

NewDeleteContentUpdatePoliciesParams creates a new DeleteContentUpdatePoliciesParams 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 NewDeleteContentUpdatePoliciesParamsWithContext

func NewDeleteContentUpdatePoliciesParamsWithContext(ctx context.Context) *DeleteContentUpdatePoliciesParams

NewDeleteContentUpdatePoliciesParamsWithContext creates a new DeleteContentUpdatePoliciesParams object with the ability to set a context for a request.

func NewDeleteContentUpdatePoliciesParamsWithHTTPClient

func NewDeleteContentUpdatePoliciesParamsWithHTTPClient(client *http.Client) *DeleteContentUpdatePoliciesParams

NewDeleteContentUpdatePoliciesParamsWithHTTPClient creates a new DeleteContentUpdatePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteContentUpdatePoliciesParamsWithTimeout

func NewDeleteContentUpdatePoliciesParamsWithTimeout(timeout time.Duration) *DeleteContentUpdatePoliciesParams

NewDeleteContentUpdatePoliciesParamsWithTimeout creates a new DeleteContentUpdatePoliciesParams object with the ability to set a timeout on a request.

func (*DeleteContentUpdatePoliciesParams) SetContext

SetContext adds the context to the delete content update policies params

func (*DeleteContentUpdatePoliciesParams) SetDefaults

func (o *DeleteContentUpdatePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the delete content update policies params (not the query body).

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

func (*DeleteContentUpdatePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete content update policies params

func (*DeleteContentUpdatePoliciesParams) SetIds

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

SetIds adds the ids to the delete content update policies params

func (*DeleteContentUpdatePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the delete content update policies params

func (*DeleteContentUpdatePoliciesParams) WithContext

WithContext adds the context to the delete content update policies params

func (*DeleteContentUpdatePoliciesParams) WithDefaults

WithDefaults hydrates default values in the delete content update policies params (not the query body).

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

func (*DeleteContentUpdatePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete content update policies params

func (*DeleteContentUpdatePoliciesParams) WithIds

WithIds adds the ids to the delete content update policies params

func (*DeleteContentUpdatePoliciesParams) WithTimeout

WithTimeout adds the timeout to the delete content update policies params

func (*DeleteContentUpdatePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteContentUpdatePoliciesReader

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

DeleteContentUpdatePoliciesReader is a Reader for the DeleteContentUpdatePolicies structure.

func (*DeleteContentUpdatePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteContentUpdatePoliciesTooManyRequests

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

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

Too Many Requests

func NewDeleteContentUpdatePoliciesTooManyRequests

func NewDeleteContentUpdatePoliciesTooManyRequests() *DeleteContentUpdatePoliciesTooManyRequests

NewDeleteContentUpdatePoliciesTooManyRequests creates a DeleteContentUpdatePoliciesTooManyRequests with default headers values

func (*DeleteContentUpdatePoliciesTooManyRequests) Code

Code gets the status code for the delete content update policies too many requests response

func (*DeleteContentUpdatePoliciesTooManyRequests) Error

func (*DeleteContentUpdatePoliciesTooManyRequests) GetPayload

func (*DeleteContentUpdatePoliciesTooManyRequests) IsClientError

IsClientError returns true when this delete content update policies too many requests response has a 4xx status code

func (*DeleteContentUpdatePoliciesTooManyRequests) IsCode

IsCode returns true when this delete content update policies too many requests response a status code equal to that given

func (*DeleteContentUpdatePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this delete content update policies too many requests response has a 3xx status code

func (*DeleteContentUpdatePoliciesTooManyRequests) IsServerError

IsServerError returns true when this delete content update policies too many requests response has a 5xx status code

func (*DeleteContentUpdatePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this delete content update policies too many requests response has a 2xx status code

func (*DeleteContentUpdatePoliciesTooManyRequests) String

type GetContentUpdatePoliciesForbidden

type GetContentUpdatePoliciesForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Forbidden

func NewGetContentUpdatePoliciesForbidden

func NewGetContentUpdatePoliciesForbidden() *GetContentUpdatePoliciesForbidden

NewGetContentUpdatePoliciesForbidden creates a GetContentUpdatePoliciesForbidden with default headers values

func (*GetContentUpdatePoliciesForbidden) Code

Code gets the status code for the get content update policies forbidden response

func (*GetContentUpdatePoliciesForbidden) Error

func (*GetContentUpdatePoliciesForbidden) GetPayload

func (*GetContentUpdatePoliciesForbidden) IsClientError

func (o *GetContentUpdatePoliciesForbidden) IsClientError() bool

IsClientError returns true when this get content update policies forbidden response has a 4xx status code

func (*GetContentUpdatePoliciesForbidden) IsCode

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

IsCode returns true when this get content update policies forbidden response a status code equal to that given

func (*GetContentUpdatePoliciesForbidden) IsRedirect

func (o *GetContentUpdatePoliciesForbidden) IsRedirect() bool

IsRedirect returns true when this get content update policies forbidden response has a 3xx status code

func (*GetContentUpdatePoliciesForbidden) IsServerError

func (o *GetContentUpdatePoliciesForbidden) IsServerError() bool

IsServerError returns true when this get content update policies forbidden response has a 5xx status code

func (*GetContentUpdatePoliciesForbidden) IsSuccess

func (o *GetContentUpdatePoliciesForbidden) IsSuccess() bool

IsSuccess returns true when this get content update policies forbidden response has a 2xx status code

func (*GetContentUpdatePoliciesForbidden) String

type GetContentUpdatePoliciesInternalServerError

type GetContentUpdatePoliciesInternalServerError 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.DomainContentUpdatePolicyRespV1
}

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

Internal Server Error

func NewGetContentUpdatePoliciesInternalServerError

func NewGetContentUpdatePoliciesInternalServerError() *GetContentUpdatePoliciesInternalServerError

NewGetContentUpdatePoliciesInternalServerError creates a GetContentUpdatePoliciesInternalServerError with default headers values

func (*GetContentUpdatePoliciesInternalServerError) Code

Code gets the status code for the get content update policies internal server error response

func (*GetContentUpdatePoliciesInternalServerError) Error

func (*GetContentUpdatePoliciesInternalServerError) GetPayload

func (*GetContentUpdatePoliciesInternalServerError) IsClientError

IsClientError returns true when this get content update policies internal server error response has a 4xx status code

func (*GetContentUpdatePoliciesInternalServerError) IsCode

IsCode returns true when this get content update policies internal server error response a status code equal to that given

func (*GetContentUpdatePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this get content update policies internal server error response has a 3xx status code

func (*GetContentUpdatePoliciesInternalServerError) IsServerError

IsServerError returns true when this get content update policies internal server error response has a 5xx status code

func (*GetContentUpdatePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this get content update policies internal server error response has a 2xx status code

func (*GetContentUpdatePoliciesInternalServerError) String

type GetContentUpdatePoliciesNotFound

type GetContentUpdatePoliciesNotFound 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.DomainContentUpdatePolicyRespV1
}

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

Not Found

func NewGetContentUpdatePoliciesNotFound

func NewGetContentUpdatePoliciesNotFound() *GetContentUpdatePoliciesNotFound

NewGetContentUpdatePoliciesNotFound creates a GetContentUpdatePoliciesNotFound with default headers values

func (*GetContentUpdatePoliciesNotFound) Code

Code gets the status code for the get content update policies not found response

func (*GetContentUpdatePoliciesNotFound) Error

func (*GetContentUpdatePoliciesNotFound) GetPayload

func (*GetContentUpdatePoliciesNotFound) IsClientError

func (o *GetContentUpdatePoliciesNotFound) IsClientError() bool

IsClientError returns true when this get content update policies not found response has a 4xx status code

func (*GetContentUpdatePoliciesNotFound) IsCode

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

IsCode returns true when this get content update policies not found response a status code equal to that given

func (*GetContentUpdatePoliciesNotFound) IsRedirect

func (o *GetContentUpdatePoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this get content update policies not found response has a 3xx status code

func (*GetContentUpdatePoliciesNotFound) IsServerError

func (o *GetContentUpdatePoliciesNotFound) IsServerError() bool

IsServerError returns true when this get content update policies not found response has a 5xx status code

func (*GetContentUpdatePoliciesNotFound) IsSuccess

func (o *GetContentUpdatePoliciesNotFound) IsSuccess() bool

IsSuccess returns true when this get content update policies not found response has a 2xx status code

func (*GetContentUpdatePoliciesNotFound) String

type GetContentUpdatePoliciesOK

type GetContentUpdatePoliciesOK 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.DomainContentUpdatePolicyRespV1
}

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

OK

func NewGetContentUpdatePoliciesOK

func NewGetContentUpdatePoliciesOK() *GetContentUpdatePoliciesOK

NewGetContentUpdatePoliciesOK creates a GetContentUpdatePoliciesOK with default headers values

func (*GetContentUpdatePoliciesOK) Code

func (o *GetContentUpdatePoliciesOK) Code() int

Code gets the status code for the get content update policies o k response

func (*GetContentUpdatePoliciesOK) Error

func (*GetContentUpdatePoliciesOK) GetPayload

func (*GetContentUpdatePoliciesOK) IsClientError

func (o *GetContentUpdatePoliciesOK) IsClientError() bool

IsClientError returns true when this get content update policies o k response has a 4xx status code

func (*GetContentUpdatePoliciesOK) IsCode

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

IsCode returns true when this get content update policies o k response a status code equal to that given

func (*GetContentUpdatePoliciesOK) IsRedirect

func (o *GetContentUpdatePoliciesOK) IsRedirect() bool

IsRedirect returns true when this get content update policies o k response has a 3xx status code

func (*GetContentUpdatePoliciesOK) IsServerError

func (o *GetContentUpdatePoliciesOK) IsServerError() bool

IsServerError returns true when this get content update policies o k response has a 5xx status code

func (*GetContentUpdatePoliciesOK) IsSuccess

func (o *GetContentUpdatePoliciesOK) IsSuccess() bool

IsSuccess returns true when this get content update policies o k response has a 2xx status code

func (*GetContentUpdatePoliciesOK) String

func (o *GetContentUpdatePoliciesOK) String() string

type GetContentUpdatePoliciesParams

type GetContentUpdatePoliciesParams struct {

	/* Ids.

	   The IDs of the Content Update Policies to return
	*/
	Ids []string

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

GetContentUpdatePoliciesParams contains all the parameters to send to the API endpoint

for the get content update policies operation.

Typically these are written to a http.Request.

func NewGetContentUpdatePoliciesParams

func NewGetContentUpdatePoliciesParams() *GetContentUpdatePoliciesParams

NewGetContentUpdatePoliciesParams creates a new GetContentUpdatePoliciesParams 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 NewGetContentUpdatePoliciesParamsWithContext

func NewGetContentUpdatePoliciesParamsWithContext(ctx context.Context) *GetContentUpdatePoliciesParams

NewGetContentUpdatePoliciesParamsWithContext creates a new GetContentUpdatePoliciesParams object with the ability to set a context for a request.

func NewGetContentUpdatePoliciesParamsWithHTTPClient

func NewGetContentUpdatePoliciesParamsWithHTTPClient(client *http.Client) *GetContentUpdatePoliciesParams

NewGetContentUpdatePoliciesParamsWithHTTPClient creates a new GetContentUpdatePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentUpdatePoliciesParamsWithTimeout

func NewGetContentUpdatePoliciesParamsWithTimeout(timeout time.Duration) *GetContentUpdatePoliciesParams

NewGetContentUpdatePoliciesParamsWithTimeout creates a new GetContentUpdatePoliciesParams object with the ability to set a timeout on a request.

func (*GetContentUpdatePoliciesParams) SetContext

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

SetContext adds the context to the get content update policies params

func (*GetContentUpdatePoliciesParams) SetDefaults

func (o *GetContentUpdatePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the get content update policies params (not the query body).

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

func (*GetContentUpdatePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get content update policies params

func (*GetContentUpdatePoliciesParams) SetIds

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

SetIds adds the ids to the get content update policies params

func (*GetContentUpdatePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the get content update policies params

func (*GetContentUpdatePoliciesParams) WithContext

WithContext adds the context to the get content update policies params

func (*GetContentUpdatePoliciesParams) WithDefaults

WithDefaults hydrates default values in the get content update policies params (not the query body).

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

func (*GetContentUpdatePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get content update policies params

func (*GetContentUpdatePoliciesParams) WithIds

WithIds adds the ids to the get content update policies params

func (*GetContentUpdatePoliciesParams) WithTimeout

WithTimeout adds the timeout to the get content update policies params

func (*GetContentUpdatePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentUpdatePoliciesReader

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

GetContentUpdatePoliciesReader is a Reader for the GetContentUpdatePolicies structure.

func (*GetContentUpdatePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentUpdatePoliciesTooManyRequests

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

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

Too Many Requests

func NewGetContentUpdatePoliciesTooManyRequests

func NewGetContentUpdatePoliciesTooManyRequests() *GetContentUpdatePoliciesTooManyRequests

NewGetContentUpdatePoliciesTooManyRequests creates a GetContentUpdatePoliciesTooManyRequests with default headers values

func (*GetContentUpdatePoliciesTooManyRequests) Code

Code gets the status code for the get content update policies too many requests response

func (*GetContentUpdatePoliciesTooManyRequests) Error

func (*GetContentUpdatePoliciesTooManyRequests) GetPayload

func (*GetContentUpdatePoliciesTooManyRequests) IsClientError

func (o *GetContentUpdatePoliciesTooManyRequests) IsClientError() bool

IsClientError returns true when this get content update policies too many requests response has a 4xx status code

func (*GetContentUpdatePoliciesTooManyRequests) IsCode

IsCode returns true when this get content update policies too many requests response a status code equal to that given

func (*GetContentUpdatePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this get content update policies too many requests response has a 3xx status code

func (*GetContentUpdatePoliciesTooManyRequests) IsServerError

func (o *GetContentUpdatePoliciesTooManyRequests) IsServerError() bool

IsServerError returns true when this get content update policies too many requests response has a 5xx status code

func (*GetContentUpdatePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this get content update policies too many requests response has a 2xx status code

func (*GetContentUpdatePoliciesTooManyRequests) String

type PerformContentUpdatePoliciesActionBadRequest

type PerformContentUpdatePoliciesActionBadRequest 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.DomainContentUpdatePolicyRespV1
}

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

Bad Request

func NewPerformContentUpdatePoliciesActionBadRequest

func NewPerformContentUpdatePoliciesActionBadRequest() *PerformContentUpdatePoliciesActionBadRequest

NewPerformContentUpdatePoliciesActionBadRequest creates a PerformContentUpdatePoliciesActionBadRequest with default headers values

func (*PerformContentUpdatePoliciesActionBadRequest) Code

Code gets the status code for the perform content update policies action bad request response

func (*PerformContentUpdatePoliciesActionBadRequest) Error

func (*PerformContentUpdatePoliciesActionBadRequest) GetPayload

func (*PerformContentUpdatePoliciesActionBadRequest) IsClientError

IsClientError returns true when this perform content update policies action bad request response has a 4xx status code

func (*PerformContentUpdatePoliciesActionBadRequest) IsCode

IsCode returns true when this perform content update policies action bad request response a status code equal to that given

func (*PerformContentUpdatePoliciesActionBadRequest) IsRedirect

IsRedirect returns true when this perform content update policies action bad request response has a 3xx status code

func (*PerformContentUpdatePoliciesActionBadRequest) IsServerError

IsServerError returns true when this perform content update policies action bad request response has a 5xx status code

func (*PerformContentUpdatePoliciesActionBadRequest) IsSuccess

IsSuccess returns true when this perform content update policies action bad request response has a 2xx status code

func (*PerformContentUpdatePoliciesActionBadRequest) String

type PerformContentUpdatePoliciesActionForbidden

type PerformContentUpdatePoliciesActionForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Forbidden

func NewPerformContentUpdatePoliciesActionForbidden

func NewPerformContentUpdatePoliciesActionForbidden() *PerformContentUpdatePoliciesActionForbidden

NewPerformContentUpdatePoliciesActionForbidden creates a PerformContentUpdatePoliciesActionForbidden with default headers values

func (*PerformContentUpdatePoliciesActionForbidden) Code

Code gets the status code for the perform content update policies action forbidden response

func (*PerformContentUpdatePoliciesActionForbidden) Error

func (*PerformContentUpdatePoliciesActionForbidden) GetPayload

func (*PerformContentUpdatePoliciesActionForbidden) IsClientError

IsClientError returns true when this perform content update policies action forbidden response has a 4xx status code

func (*PerformContentUpdatePoliciesActionForbidden) IsCode

IsCode returns true when this perform content update policies action forbidden response a status code equal to that given

func (*PerformContentUpdatePoliciesActionForbidden) IsRedirect

IsRedirect returns true when this perform content update policies action forbidden response has a 3xx status code

func (*PerformContentUpdatePoliciesActionForbidden) IsServerError

IsServerError returns true when this perform content update policies action forbidden response has a 5xx status code

func (*PerformContentUpdatePoliciesActionForbidden) IsSuccess

IsSuccess returns true when this perform content update policies action forbidden response has a 2xx status code

func (*PerformContentUpdatePoliciesActionForbidden) String

type PerformContentUpdatePoliciesActionInternalServerError

type PerformContentUpdatePoliciesActionInternalServerError 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.DomainContentUpdatePolicyRespV1
}

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

Internal Server Error

func NewPerformContentUpdatePoliciesActionInternalServerError

func NewPerformContentUpdatePoliciesActionInternalServerError() *PerformContentUpdatePoliciesActionInternalServerError

NewPerformContentUpdatePoliciesActionInternalServerError creates a PerformContentUpdatePoliciesActionInternalServerError with default headers values

func (*PerformContentUpdatePoliciesActionInternalServerError) Code

Code gets the status code for the perform content update policies action internal server error response

func (*PerformContentUpdatePoliciesActionInternalServerError) Error

func (*PerformContentUpdatePoliciesActionInternalServerError) GetPayload

func (*PerformContentUpdatePoliciesActionInternalServerError) IsClientError

IsClientError returns true when this perform content update policies action internal server error response has a 4xx status code

func (*PerformContentUpdatePoliciesActionInternalServerError) IsCode

IsCode returns true when this perform content update policies action internal server error response a status code equal to that given

func (*PerformContentUpdatePoliciesActionInternalServerError) IsRedirect

IsRedirect returns true when this perform content update policies action internal server error response has a 3xx status code

func (*PerformContentUpdatePoliciesActionInternalServerError) IsServerError

IsServerError returns true when this perform content update policies action internal server error response has a 5xx status code

func (*PerformContentUpdatePoliciesActionInternalServerError) IsSuccess

IsSuccess returns true when this perform content update policies action internal server error response has a 2xx status code

func (*PerformContentUpdatePoliciesActionInternalServerError) String

type PerformContentUpdatePoliciesActionNotFound

type PerformContentUpdatePoliciesActionNotFound 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.DomainContentUpdatePolicyRespV1
}

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

Not Found

func NewPerformContentUpdatePoliciesActionNotFound

func NewPerformContentUpdatePoliciesActionNotFound() *PerformContentUpdatePoliciesActionNotFound

NewPerformContentUpdatePoliciesActionNotFound creates a PerformContentUpdatePoliciesActionNotFound with default headers values

func (*PerformContentUpdatePoliciesActionNotFound) Code

Code gets the status code for the perform content update policies action not found response

func (*PerformContentUpdatePoliciesActionNotFound) Error

func (*PerformContentUpdatePoliciesActionNotFound) GetPayload

func (*PerformContentUpdatePoliciesActionNotFound) IsClientError

IsClientError returns true when this perform content update policies action not found response has a 4xx status code

func (*PerformContentUpdatePoliciesActionNotFound) IsCode

IsCode returns true when this perform content update policies action not found response a status code equal to that given

func (*PerformContentUpdatePoliciesActionNotFound) IsRedirect

IsRedirect returns true when this perform content update policies action not found response has a 3xx status code

func (*PerformContentUpdatePoliciesActionNotFound) IsServerError

IsServerError returns true when this perform content update policies action not found response has a 5xx status code

func (*PerformContentUpdatePoliciesActionNotFound) IsSuccess

IsSuccess returns true when this perform content update policies action not found response has a 2xx status code

func (*PerformContentUpdatePoliciesActionNotFound) String

type PerformContentUpdatePoliciesActionOK

type PerformContentUpdatePoliciesActionOK 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.DomainContentUpdatePolicyRespV1
}

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

OK

func NewPerformContentUpdatePoliciesActionOK

func NewPerformContentUpdatePoliciesActionOK() *PerformContentUpdatePoliciesActionOK

NewPerformContentUpdatePoliciesActionOK creates a PerformContentUpdatePoliciesActionOK with default headers values

func (*PerformContentUpdatePoliciesActionOK) Code

Code gets the status code for the perform content update policies action o k response

func (*PerformContentUpdatePoliciesActionOK) Error

func (*PerformContentUpdatePoliciesActionOK) GetPayload

func (*PerformContentUpdatePoliciesActionOK) IsClientError

func (o *PerformContentUpdatePoliciesActionOK) IsClientError() bool

IsClientError returns true when this perform content update policies action o k response has a 4xx status code

func (*PerformContentUpdatePoliciesActionOK) IsCode

IsCode returns true when this perform content update policies action o k response a status code equal to that given

func (*PerformContentUpdatePoliciesActionOK) IsRedirect

IsRedirect returns true when this perform content update policies action o k response has a 3xx status code

func (*PerformContentUpdatePoliciesActionOK) IsServerError

func (o *PerformContentUpdatePoliciesActionOK) IsServerError() bool

IsServerError returns true when this perform content update policies action o k response has a 5xx status code

func (*PerformContentUpdatePoliciesActionOK) IsSuccess

IsSuccess returns true when this perform content update policies action o k response has a 2xx status code

func (*PerformContentUpdatePoliciesActionOK) String

type PerformContentUpdatePoliciesActionParams

type PerformContentUpdatePoliciesActionParams struct {

	/* ActionName.

	   The action to perform
	*/
	ActionName string

	// Body.
	Body *models.MsaEntityActionRequestV2

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

PerformContentUpdatePoliciesActionParams contains all the parameters to send to the API endpoint

for the perform content update policies action operation.

Typically these are written to a http.Request.

func NewPerformContentUpdatePoliciesActionParams

func NewPerformContentUpdatePoliciesActionParams() *PerformContentUpdatePoliciesActionParams

NewPerformContentUpdatePoliciesActionParams creates a new PerformContentUpdatePoliciesActionParams 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 NewPerformContentUpdatePoliciesActionParamsWithContext

func NewPerformContentUpdatePoliciesActionParamsWithContext(ctx context.Context) *PerformContentUpdatePoliciesActionParams

NewPerformContentUpdatePoliciesActionParamsWithContext creates a new PerformContentUpdatePoliciesActionParams object with the ability to set a context for a request.

func NewPerformContentUpdatePoliciesActionParamsWithHTTPClient

func NewPerformContentUpdatePoliciesActionParamsWithHTTPClient(client *http.Client) *PerformContentUpdatePoliciesActionParams

NewPerformContentUpdatePoliciesActionParamsWithHTTPClient creates a new PerformContentUpdatePoliciesActionParams object with the ability to set a custom HTTPClient for a request.

func NewPerformContentUpdatePoliciesActionParamsWithTimeout

func NewPerformContentUpdatePoliciesActionParamsWithTimeout(timeout time.Duration) *PerformContentUpdatePoliciesActionParams

NewPerformContentUpdatePoliciesActionParamsWithTimeout creates a new PerformContentUpdatePoliciesActionParams object with the ability to set a timeout on a request.

func (*PerformContentUpdatePoliciesActionParams) SetActionName

func (o *PerformContentUpdatePoliciesActionParams) SetActionName(actionName string)

SetActionName adds the actionName to the perform content update policies action params

func (*PerformContentUpdatePoliciesActionParams) SetBody

SetBody adds the body to the perform content update policies action params

func (*PerformContentUpdatePoliciesActionParams) SetContext

SetContext adds the context to the perform content update policies action params

func (*PerformContentUpdatePoliciesActionParams) SetDefaults

SetDefaults hydrates default values in the perform content update policies action params (not the query body).

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

func (*PerformContentUpdatePoliciesActionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the perform content update policies action params

func (*PerformContentUpdatePoliciesActionParams) SetTimeout

SetTimeout adds the timeout to the perform content update policies action params

func (*PerformContentUpdatePoliciesActionParams) WithActionName

WithActionName adds the actionName to the perform content update policies action params

func (*PerformContentUpdatePoliciesActionParams) WithBody

WithBody adds the body to the perform content update policies action params

func (*PerformContentUpdatePoliciesActionParams) WithContext

WithContext adds the context to the perform content update policies action params

func (*PerformContentUpdatePoliciesActionParams) WithDefaults

WithDefaults hydrates default values in the perform content update policies action params (not the query body).

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

func (*PerformContentUpdatePoliciesActionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the perform content update policies action params

func (*PerformContentUpdatePoliciesActionParams) WithTimeout

WithTimeout adds the timeout to the perform content update policies action params

func (*PerformContentUpdatePoliciesActionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PerformContentUpdatePoliciesActionReader

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

PerformContentUpdatePoliciesActionReader is a Reader for the PerformContentUpdatePoliciesAction structure.

func (*PerformContentUpdatePoliciesActionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PerformContentUpdatePoliciesActionTooManyRequests

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

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

Too Many Requests

func NewPerformContentUpdatePoliciesActionTooManyRequests

func NewPerformContentUpdatePoliciesActionTooManyRequests() *PerformContentUpdatePoliciesActionTooManyRequests

NewPerformContentUpdatePoliciesActionTooManyRequests creates a PerformContentUpdatePoliciesActionTooManyRequests with default headers values

func (*PerformContentUpdatePoliciesActionTooManyRequests) Code

Code gets the status code for the perform content update policies action too many requests response

func (*PerformContentUpdatePoliciesActionTooManyRequests) Error

func (*PerformContentUpdatePoliciesActionTooManyRequests) GetPayload

func (*PerformContentUpdatePoliciesActionTooManyRequests) IsClientError

IsClientError returns true when this perform content update policies action too many requests response has a 4xx status code

func (*PerformContentUpdatePoliciesActionTooManyRequests) IsCode

IsCode returns true when this perform content update policies action too many requests response a status code equal to that given

func (*PerformContentUpdatePoliciesActionTooManyRequests) IsRedirect

IsRedirect returns true when this perform content update policies action too many requests response has a 3xx status code

func (*PerformContentUpdatePoliciesActionTooManyRequests) IsServerError

IsServerError returns true when this perform content update policies action too many requests response has a 5xx status code

func (*PerformContentUpdatePoliciesActionTooManyRequests) IsSuccess

IsSuccess returns true when this perform content update policies action too many requests response has a 2xx status code

func (*PerformContentUpdatePoliciesActionTooManyRequests) String

type QueryCombinedContentUpdatePoliciesBadRequest

type QueryCombinedContentUpdatePoliciesBadRequest 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.DomainContentUpdatePolicyRespV1
}

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

Bad Request

func NewQueryCombinedContentUpdatePoliciesBadRequest

func NewQueryCombinedContentUpdatePoliciesBadRequest() *QueryCombinedContentUpdatePoliciesBadRequest

NewQueryCombinedContentUpdatePoliciesBadRequest creates a QueryCombinedContentUpdatePoliciesBadRequest with default headers values

func (*QueryCombinedContentUpdatePoliciesBadRequest) Code

Code gets the status code for the query combined content update policies bad request response

func (*QueryCombinedContentUpdatePoliciesBadRequest) Error

func (*QueryCombinedContentUpdatePoliciesBadRequest) GetPayload

func (*QueryCombinedContentUpdatePoliciesBadRequest) IsClientError

IsClientError returns true when this query combined content update policies bad request response has a 4xx status code

func (*QueryCombinedContentUpdatePoliciesBadRequest) IsCode

IsCode returns true when this query combined content update policies bad request response a status code equal to that given

func (*QueryCombinedContentUpdatePoliciesBadRequest) IsRedirect

IsRedirect returns true when this query combined content update policies bad request response has a 3xx status code

func (*QueryCombinedContentUpdatePoliciesBadRequest) IsServerError

IsServerError returns true when this query combined content update policies bad request response has a 5xx status code

func (*QueryCombinedContentUpdatePoliciesBadRequest) IsSuccess

IsSuccess returns true when this query combined content update policies bad request response has a 2xx status code

func (*QueryCombinedContentUpdatePoliciesBadRequest) String

type QueryCombinedContentUpdatePoliciesForbidden

type QueryCombinedContentUpdatePoliciesForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Forbidden

func NewQueryCombinedContentUpdatePoliciesForbidden

func NewQueryCombinedContentUpdatePoliciesForbidden() *QueryCombinedContentUpdatePoliciesForbidden

NewQueryCombinedContentUpdatePoliciesForbidden creates a QueryCombinedContentUpdatePoliciesForbidden with default headers values

func (*QueryCombinedContentUpdatePoliciesForbidden) Code

Code gets the status code for the query combined content update policies forbidden response

func (*QueryCombinedContentUpdatePoliciesForbidden) Error

func (*QueryCombinedContentUpdatePoliciesForbidden) GetPayload

func (*QueryCombinedContentUpdatePoliciesForbidden) IsClientError

IsClientError returns true when this query combined content update policies forbidden response has a 4xx status code

func (*QueryCombinedContentUpdatePoliciesForbidden) IsCode

IsCode returns true when this query combined content update policies forbidden response a status code equal to that given

func (*QueryCombinedContentUpdatePoliciesForbidden) IsRedirect

IsRedirect returns true when this query combined content update policies forbidden response has a 3xx status code

func (*QueryCombinedContentUpdatePoliciesForbidden) IsServerError

IsServerError returns true when this query combined content update policies forbidden response has a 5xx status code

func (*QueryCombinedContentUpdatePoliciesForbidden) IsSuccess

IsSuccess returns true when this query combined content update policies forbidden response has a 2xx status code

func (*QueryCombinedContentUpdatePoliciesForbidden) String

type QueryCombinedContentUpdatePoliciesInternalServerError

type QueryCombinedContentUpdatePoliciesInternalServerError 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.DomainContentUpdatePolicyRespV1
}

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

Internal Server Error

func NewQueryCombinedContentUpdatePoliciesInternalServerError

func NewQueryCombinedContentUpdatePoliciesInternalServerError() *QueryCombinedContentUpdatePoliciesInternalServerError

NewQueryCombinedContentUpdatePoliciesInternalServerError creates a QueryCombinedContentUpdatePoliciesInternalServerError with default headers values

func (*QueryCombinedContentUpdatePoliciesInternalServerError) Code

Code gets the status code for the query combined content update policies internal server error response

func (*QueryCombinedContentUpdatePoliciesInternalServerError) Error

func (*QueryCombinedContentUpdatePoliciesInternalServerError) GetPayload

func (*QueryCombinedContentUpdatePoliciesInternalServerError) IsClientError

IsClientError returns true when this query combined content update policies internal server error response has a 4xx status code

func (*QueryCombinedContentUpdatePoliciesInternalServerError) IsCode

IsCode returns true when this query combined content update policies internal server error response a status code equal to that given

func (*QueryCombinedContentUpdatePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this query combined content update policies internal server error response has a 3xx status code

func (*QueryCombinedContentUpdatePoliciesInternalServerError) IsServerError

IsServerError returns true when this query combined content update policies internal server error response has a 5xx status code

func (*QueryCombinedContentUpdatePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this query combined content update policies internal server error response has a 2xx status code

func (*QueryCombinedContentUpdatePoliciesInternalServerError) String

type QueryCombinedContentUpdatePoliciesOK

type QueryCombinedContentUpdatePoliciesOK 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.DomainContentUpdatePolicyRespV1
}

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

OK

func NewQueryCombinedContentUpdatePoliciesOK

func NewQueryCombinedContentUpdatePoliciesOK() *QueryCombinedContentUpdatePoliciesOK

NewQueryCombinedContentUpdatePoliciesOK creates a QueryCombinedContentUpdatePoliciesOK with default headers values

func (*QueryCombinedContentUpdatePoliciesOK) Code

Code gets the status code for the query combined content update policies o k response

func (*QueryCombinedContentUpdatePoliciesOK) Error

func (*QueryCombinedContentUpdatePoliciesOK) GetPayload

func (*QueryCombinedContentUpdatePoliciesOK) IsClientError

func (o *QueryCombinedContentUpdatePoliciesOK) IsClientError() bool

IsClientError returns true when this query combined content update policies o k response has a 4xx status code

func (*QueryCombinedContentUpdatePoliciesOK) IsCode

IsCode returns true when this query combined content update policies o k response a status code equal to that given

func (*QueryCombinedContentUpdatePoliciesOK) IsRedirect

IsRedirect returns true when this query combined content update policies o k response has a 3xx status code

func (*QueryCombinedContentUpdatePoliciesOK) IsServerError

func (o *QueryCombinedContentUpdatePoliciesOK) IsServerError() bool

IsServerError returns true when this query combined content update policies o k response has a 5xx status code

func (*QueryCombinedContentUpdatePoliciesOK) IsSuccess

IsSuccess returns true when this query combined content update policies o k response has a 2xx status code

func (*QueryCombinedContentUpdatePoliciesOK) String

type QueryCombinedContentUpdatePoliciesParams

type QueryCombinedContentUpdatePoliciesParams struct {

	/* Filter.

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

	/* Limit.

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

	/* Offset.

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

	/* Sort.

	   The property to sort by
	*/
	Sort *string

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

QueryCombinedContentUpdatePoliciesParams contains all the parameters to send to the API endpoint

for the query combined content update policies operation.

Typically these are written to a http.Request.

func NewQueryCombinedContentUpdatePoliciesParams

func NewQueryCombinedContentUpdatePoliciesParams() *QueryCombinedContentUpdatePoliciesParams

NewQueryCombinedContentUpdatePoliciesParams creates a new QueryCombinedContentUpdatePoliciesParams 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 NewQueryCombinedContentUpdatePoliciesParamsWithContext

func NewQueryCombinedContentUpdatePoliciesParamsWithContext(ctx context.Context) *QueryCombinedContentUpdatePoliciesParams

NewQueryCombinedContentUpdatePoliciesParamsWithContext creates a new QueryCombinedContentUpdatePoliciesParams object with the ability to set a context for a request.

func NewQueryCombinedContentUpdatePoliciesParamsWithHTTPClient

func NewQueryCombinedContentUpdatePoliciesParamsWithHTTPClient(client *http.Client) *QueryCombinedContentUpdatePoliciesParams

NewQueryCombinedContentUpdatePoliciesParamsWithHTTPClient creates a new QueryCombinedContentUpdatePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryCombinedContentUpdatePoliciesParamsWithTimeout

func NewQueryCombinedContentUpdatePoliciesParamsWithTimeout(timeout time.Duration) *QueryCombinedContentUpdatePoliciesParams

NewQueryCombinedContentUpdatePoliciesParamsWithTimeout creates a new QueryCombinedContentUpdatePoliciesParams object with the ability to set a timeout on a request.

func (*QueryCombinedContentUpdatePoliciesParams) SetContext

SetContext adds the context to the query combined content update policies params

func (*QueryCombinedContentUpdatePoliciesParams) SetDefaults

SetDefaults hydrates default values in the query combined content update policies params (not the query body).

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

func (*QueryCombinedContentUpdatePoliciesParams) SetFilter

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

SetFilter adds the filter to the query combined content update policies params

func (*QueryCombinedContentUpdatePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query combined content update policies params

func (*QueryCombinedContentUpdatePoliciesParams) SetLimit

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

SetLimit adds the limit to the query combined content update policies params

func (*QueryCombinedContentUpdatePoliciesParams) SetOffset

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

SetOffset adds the offset to the query combined content update policies params

func (*QueryCombinedContentUpdatePoliciesParams) SetSort

SetSort adds the sort to the query combined content update policies params

func (*QueryCombinedContentUpdatePoliciesParams) SetTimeout

SetTimeout adds the timeout to the query combined content update policies params

func (*QueryCombinedContentUpdatePoliciesParams) WithContext

WithContext adds the context to the query combined content update policies params

func (*QueryCombinedContentUpdatePoliciesParams) WithDefaults

WithDefaults hydrates default values in the query combined content update policies params (not the query body).

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

func (*QueryCombinedContentUpdatePoliciesParams) WithFilter

WithFilter adds the filter to the query combined content update policies params

func (*QueryCombinedContentUpdatePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query combined content update policies params

func (*QueryCombinedContentUpdatePoliciesParams) WithLimit

WithLimit adds the limit to the query combined content update policies params

func (*QueryCombinedContentUpdatePoliciesParams) WithOffset

WithOffset adds the offset to the query combined content update policies params

func (*QueryCombinedContentUpdatePoliciesParams) WithSort

WithSort adds the sort to the query combined content update policies params

func (*QueryCombinedContentUpdatePoliciesParams) WithTimeout

WithTimeout adds the timeout to the query combined content update policies params

func (*QueryCombinedContentUpdatePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryCombinedContentUpdatePoliciesReader

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

QueryCombinedContentUpdatePoliciesReader is a Reader for the QueryCombinedContentUpdatePolicies structure.

func (*QueryCombinedContentUpdatePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryCombinedContentUpdatePoliciesTooManyRequests

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

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

Too Many Requests

func NewQueryCombinedContentUpdatePoliciesTooManyRequests

func NewQueryCombinedContentUpdatePoliciesTooManyRequests() *QueryCombinedContentUpdatePoliciesTooManyRequests

NewQueryCombinedContentUpdatePoliciesTooManyRequests creates a QueryCombinedContentUpdatePoliciesTooManyRequests with default headers values

func (*QueryCombinedContentUpdatePoliciesTooManyRequests) Code

Code gets the status code for the query combined content update policies too many requests response

func (*QueryCombinedContentUpdatePoliciesTooManyRequests) Error

func (*QueryCombinedContentUpdatePoliciesTooManyRequests) GetPayload

func (*QueryCombinedContentUpdatePoliciesTooManyRequests) IsClientError

IsClientError returns true when this query combined content update policies too many requests response has a 4xx status code

func (*QueryCombinedContentUpdatePoliciesTooManyRequests) IsCode

IsCode returns true when this query combined content update policies too many requests response a status code equal to that given

func (*QueryCombinedContentUpdatePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this query combined content update policies too many requests response has a 3xx status code

func (*QueryCombinedContentUpdatePoliciesTooManyRequests) IsServerError

IsServerError returns true when this query combined content update policies too many requests response has a 5xx status code

func (*QueryCombinedContentUpdatePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this query combined content update policies too many requests response has a 2xx status code

func (*QueryCombinedContentUpdatePoliciesTooManyRequests) String

type QueryCombinedContentUpdatePolicyMembersBadRequest

type QueryCombinedContentUpdatePolicyMembersBadRequest 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.BasePolicyMembersRespV1
}

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

Bad Request

func NewQueryCombinedContentUpdatePolicyMembersBadRequest

func NewQueryCombinedContentUpdatePolicyMembersBadRequest() *QueryCombinedContentUpdatePolicyMembersBadRequest

NewQueryCombinedContentUpdatePolicyMembersBadRequest creates a QueryCombinedContentUpdatePolicyMembersBadRequest with default headers values

func (*QueryCombinedContentUpdatePolicyMembersBadRequest) Code

Code gets the status code for the query combined content update policy members bad request response

func (*QueryCombinedContentUpdatePolicyMembersBadRequest) Error

func (*QueryCombinedContentUpdatePolicyMembersBadRequest) GetPayload

func (*QueryCombinedContentUpdatePolicyMembersBadRequest) IsClientError

IsClientError returns true when this query combined content update policy members bad request response has a 4xx status code

func (*QueryCombinedContentUpdatePolicyMembersBadRequest) IsCode

IsCode returns true when this query combined content update policy members bad request response a status code equal to that given

func (*QueryCombinedContentUpdatePolicyMembersBadRequest) IsRedirect

IsRedirect returns true when this query combined content update policy members bad request response has a 3xx status code

func (*QueryCombinedContentUpdatePolicyMembersBadRequest) IsServerError

IsServerError returns true when this query combined content update policy members bad request response has a 5xx status code

func (*QueryCombinedContentUpdatePolicyMembersBadRequest) IsSuccess

IsSuccess returns true when this query combined content update policy members bad request response has a 2xx status code

func (*QueryCombinedContentUpdatePolicyMembersBadRequest) String

type QueryCombinedContentUpdatePolicyMembersForbidden

type QueryCombinedContentUpdatePolicyMembersForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Forbidden

func NewQueryCombinedContentUpdatePolicyMembersForbidden

func NewQueryCombinedContentUpdatePolicyMembersForbidden() *QueryCombinedContentUpdatePolicyMembersForbidden

NewQueryCombinedContentUpdatePolicyMembersForbidden creates a QueryCombinedContentUpdatePolicyMembersForbidden with default headers values

func (*QueryCombinedContentUpdatePolicyMembersForbidden) Code

Code gets the status code for the query combined content update policy members forbidden response

func (*QueryCombinedContentUpdatePolicyMembersForbidden) Error

func (*QueryCombinedContentUpdatePolicyMembersForbidden) GetPayload

func (*QueryCombinedContentUpdatePolicyMembersForbidden) IsClientError

IsClientError returns true when this query combined content update policy members forbidden response has a 4xx status code

func (*QueryCombinedContentUpdatePolicyMembersForbidden) IsCode

IsCode returns true when this query combined content update policy members forbidden response a status code equal to that given

func (*QueryCombinedContentUpdatePolicyMembersForbidden) IsRedirect

IsRedirect returns true when this query combined content update policy members forbidden response has a 3xx status code

func (*QueryCombinedContentUpdatePolicyMembersForbidden) IsServerError

IsServerError returns true when this query combined content update policy members forbidden response has a 5xx status code

func (*QueryCombinedContentUpdatePolicyMembersForbidden) IsSuccess

IsSuccess returns true when this query combined content update policy members forbidden response has a 2xx status code

func (*QueryCombinedContentUpdatePolicyMembersForbidden) String

type QueryCombinedContentUpdatePolicyMembersInternalServerError

type QueryCombinedContentUpdatePolicyMembersInternalServerError 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.BasePolicyMembersRespV1
}

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

Internal Server Error

func NewQueryCombinedContentUpdatePolicyMembersInternalServerError

func NewQueryCombinedContentUpdatePolicyMembersInternalServerError() *QueryCombinedContentUpdatePolicyMembersInternalServerError

NewQueryCombinedContentUpdatePolicyMembersInternalServerError creates a QueryCombinedContentUpdatePolicyMembersInternalServerError with default headers values

func (*QueryCombinedContentUpdatePolicyMembersInternalServerError) Code

Code gets the status code for the query combined content update policy members internal server error response

func (*QueryCombinedContentUpdatePolicyMembersInternalServerError) Error

func (*QueryCombinedContentUpdatePolicyMembersInternalServerError) GetPayload

func (*QueryCombinedContentUpdatePolicyMembersInternalServerError) IsClientError

IsClientError returns true when this query combined content update policy members internal server error response has a 4xx status code

func (*QueryCombinedContentUpdatePolicyMembersInternalServerError) IsCode

IsCode returns true when this query combined content update policy members internal server error response a status code equal to that given

func (*QueryCombinedContentUpdatePolicyMembersInternalServerError) IsRedirect

IsRedirect returns true when this query combined content update policy members internal server error response has a 3xx status code

func (*QueryCombinedContentUpdatePolicyMembersInternalServerError) IsServerError

IsServerError returns true when this query combined content update policy members internal server error response has a 5xx status code

func (*QueryCombinedContentUpdatePolicyMembersInternalServerError) IsSuccess

IsSuccess returns true when this query combined content update policy members internal server error response has a 2xx status code

func (*QueryCombinedContentUpdatePolicyMembersInternalServerError) String

type QueryCombinedContentUpdatePolicyMembersNotFound

type QueryCombinedContentUpdatePolicyMembersNotFound 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.BasePolicyMembersRespV1
}

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

Not Found

func NewQueryCombinedContentUpdatePolicyMembersNotFound

func NewQueryCombinedContentUpdatePolicyMembersNotFound() *QueryCombinedContentUpdatePolicyMembersNotFound

NewQueryCombinedContentUpdatePolicyMembersNotFound creates a QueryCombinedContentUpdatePolicyMembersNotFound with default headers values

func (*QueryCombinedContentUpdatePolicyMembersNotFound) Code

Code gets the status code for the query combined content update policy members not found response

func (*QueryCombinedContentUpdatePolicyMembersNotFound) Error

func (*QueryCombinedContentUpdatePolicyMembersNotFound) GetPayload

func (*QueryCombinedContentUpdatePolicyMembersNotFound) IsClientError

IsClientError returns true when this query combined content update policy members not found response has a 4xx status code

func (*QueryCombinedContentUpdatePolicyMembersNotFound) IsCode

IsCode returns true when this query combined content update policy members not found response a status code equal to that given

func (*QueryCombinedContentUpdatePolicyMembersNotFound) IsRedirect

IsRedirect returns true when this query combined content update policy members not found response has a 3xx status code

func (*QueryCombinedContentUpdatePolicyMembersNotFound) IsServerError

IsServerError returns true when this query combined content update policy members not found response has a 5xx status code

func (*QueryCombinedContentUpdatePolicyMembersNotFound) IsSuccess

IsSuccess returns true when this query combined content update policy members not found response has a 2xx status code

func (*QueryCombinedContentUpdatePolicyMembersNotFound) String

type QueryCombinedContentUpdatePolicyMembersOK

type QueryCombinedContentUpdatePolicyMembersOK 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.BasePolicyMembersRespV1
}

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

OK

func NewQueryCombinedContentUpdatePolicyMembersOK

func NewQueryCombinedContentUpdatePolicyMembersOK() *QueryCombinedContentUpdatePolicyMembersOK

NewQueryCombinedContentUpdatePolicyMembersOK creates a QueryCombinedContentUpdatePolicyMembersOK with default headers values

func (*QueryCombinedContentUpdatePolicyMembersOK) Code

Code gets the status code for the query combined content update policy members o k response

func (*QueryCombinedContentUpdatePolicyMembersOK) Error

func (*QueryCombinedContentUpdatePolicyMembersOK) GetPayload

func (*QueryCombinedContentUpdatePolicyMembersOK) IsClientError

IsClientError returns true when this query combined content update policy members o k response has a 4xx status code

func (*QueryCombinedContentUpdatePolicyMembersOK) IsCode

IsCode returns true when this query combined content update policy members o k response a status code equal to that given

func (*QueryCombinedContentUpdatePolicyMembersOK) IsRedirect

IsRedirect returns true when this query combined content update policy members o k response has a 3xx status code

func (*QueryCombinedContentUpdatePolicyMembersOK) IsServerError

IsServerError returns true when this query combined content update policy members o k response has a 5xx status code

func (*QueryCombinedContentUpdatePolicyMembersOK) IsSuccess

IsSuccess returns true when this query combined content update policy members o k response has a 2xx status code

func (*QueryCombinedContentUpdatePolicyMembersOK) String

type QueryCombinedContentUpdatePolicyMembersParams

type QueryCombinedContentUpdatePolicyMembersParams struct {

	/* Filter.

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

	/* ID.

	   The ID of the Content Update Policy to search for members of
	*/
	ID *string

	/* Limit.

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

	/* Offset.

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

	/* Sort.

	   The property to sort by
	*/
	Sort *string

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

QueryCombinedContentUpdatePolicyMembersParams contains all the parameters to send to the API endpoint

for the query combined content update policy members operation.

Typically these are written to a http.Request.

func NewQueryCombinedContentUpdatePolicyMembersParams

func NewQueryCombinedContentUpdatePolicyMembersParams() *QueryCombinedContentUpdatePolicyMembersParams

NewQueryCombinedContentUpdatePolicyMembersParams creates a new QueryCombinedContentUpdatePolicyMembersParams 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 NewQueryCombinedContentUpdatePolicyMembersParamsWithContext

func NewQueryCombinedContentUpdatePolicyMembersParamsWithContext(ctx context.Context) *QueryCombinedContentUpdatePolicyMembersParams

NewQueryCombinedContentUpdatePolicyMembersParamsWithContext creates a new QueryCombinedContentUpdatePolicyMembersParams object with the ability to set a context for a request.

func NewQueryCombinedContentUpdatePolicyMembersParamsWithHTTPClient

func NewQueryCombinedContentUpdatePolicyMembersParamsWithHTTPClient(client *http.Client) *QueryCombinedContentUpdatePolicyMembersParams

NewQueryCombinedContentUpdatePolicyMembersParamsWithHTTPClient creates a new QueryCombinedContentUpdatePolicyMembersParams object with the ability to set a custom HTTPClient for a request.

func NewQueryCombinedContentUpdatePolicyMembersParamsWithTimeout

func NewQueryCombinedContentUpdatePolicyMembersParamsWithTimeout(timeout time.Duration) *QueryCombinedContentUpdatePolicyMembersParams

NewQueryCombinedContentUpdatePolicyMembersParamsWithTimeout creates a new QueryCombinedContentUpdatePolicyMembersParams object with the ability to set a timeout on a request.

func (*QueryCombinedContentUpdatePolicyMembersParams) SetContext

SetContext adds the context to the query combined content update policy members params

func (*QueryCombinedContentUpdatePolicyMembersParams) SetDefaults

SetDefaults hydrates default values in the query combined content update policy members params (not the query body).

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

func (*QueryCombinedContentUpdatePolicyMembersParams) SetFilter

SetFilter adds the filter to the query combined content update policy members params

func (*QueryCombinedContentUpdatePolicyMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query combined content update policy members params

func (*QueryCombinedContentUpdatePolicyMembersParams) SetID

SetID adds the id to the query combined content update policy members params

func (*QueryCombinedContentUpdatePolicyMembersParams) SetLimit

SetLimit adds the limit to the query combined content update policy members params

func (*QueryCombinedContentUpdatePolicyMembersParams) SetOffset

SetOffset adds the offset to the query combined content update policy members params

func (*QueryCombinedContentUpdatePolicyMembersParams) SetSort

SetSort adds the sort to the query combined content update policy members params

func (*QueryCombinedContentUpdatePolicyMembersParams) SetTimeout

SetTimeout adds the timeout to the query combined content update policy members params

func (*QueryCombinedContentUpdatePolicyMembersParams) WithContext

WithContext adds the context to the query combined content update policy members params

func (*QueryCombinedContentUpdatePolicyMembersParams) WithDefaults

WithDefaults hydrates default values in the query combined content update policy members params (not the query body).

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

func (*QueryCombinedContentUpdatePolicyMembersParams) WithFilter

WithFilter adds the filter to the query combined content update policy members params

func (*QueryCombinedContentUpdatePolicyMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query combined content update policy members params

func (*QueryCombinedContentUpdatePolicyMembersParams) WithID

WithID adds the id to the query combined content update policy members params

func (*QueryCombinedContentUpdatePolicyMembersParams) WithLimit

WithLimit adds the limit to the query combined content update policy members params

func (*QueryCombinedContentUpdatePolicyMembersParams) WithOffset

WithOffset adds the offset to the query combined content update policy members params

func (*QueryCombinedContentUpdatePolicyMembersParams) WithSort

WithSort adds the sort to the query combined content update policy members params

func (*QueryCombinedContentUpdatePolicyMembersParams) WithTimeout

WithTimeout adds the timeout to the query combined content update policy members params

func (*QueryCombinedContentUpdatePolicyMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryCombinedContentUpdatePolicyMembersReader

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

QueryCombinedContentUpdatePolicyMembersReader is a Reader for the QueryCombinedContentUpdatePolicyMembers structure.

func (*QueryCombinedContentUpdatePolicyMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryCombinedContentUpdatePolicyMembersTooManyRequests

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

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

Too Many Requests

func NewQueryCombinedContentUpdatePolicyMembersTooManyRequests

func NewQueryCombinedContentUpdatePolicyMembersTooManyRequests() *QueryCombinedContentUpdatePolicyMembersTooManyRequests

NewQueryCombinedContentUpdatePolicyMembersTooManyRequests creates a QueryCombinedContentUpdatePolicyMembersTooManyRequests with default headers values

func (*QueryCombinedContentUpdatePolicyMembersTooManyRequests) Code

Code gets the status code for the query combined content update policy members too many requests response

func (*QueryCombinedContentUpdatePolicyMembersTooManyRequests) Error

func (*QueryCombinedContentUpdatePolicyMembersTooManyRequests) GetPayload

func (*QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsClientError

IsClientError returns true when this query combined content update policy members too many requests response has a 4xx status code

func (*QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsCode

IsCode returns true when this query combined content update policy members too many requests response a status code equal to that given

func (*QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsRedirect

IsRedirect returns true when this query combined content update policy members too many requests response has a 3xx status code

func (*QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsServerError

IsServerError returns true when this query combined content update policy members too many requests response has a 5xx status code

func (*QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsSuccess

IsSuccess returns true when this query combined content update policy members too many requests response has a 2xx status code

func (*QueryCombinedContentUpdatePolicyMembersTooManyRequests) String

type QueryContentUpdatePoliciesBadRequest

type QueryContentUpdatePoliciesBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

Bad Request

func NewQueryContentUpdatePoliciesBadRequest

func NewQueryContentUpdatePoliciesBadRequest() *QueryContentUpdatePoliciesBadRequest

NewQueryContentUpdatePoliciesBadRequest creates a QueryContentUpdatePoliciesBadRequest with default headers values

func (*QueryContentUpdatePoliciesBadRequest) Code

Code gets the status code for the query content update policies bad request response

func (*QueryContentUpdatePoliciesBadRequest) Error

func (*QueryContentUpdatePoliciesBadRequest) GetPayload

func (*QueryContentUpdatePoliciesBadRequest) IsClientError

func (o *QueryContentUpdatePoliciesBadRequest) IsClientError() bool

IsClientError returns true when this query content update policies bad request response has a 4xx status code

func (*QueryContentUpdatePoliciesBadRequest) IsCode

IsCode returns true when this query content update policies bad request response a status code equal to that given

func (*QueryContentUpdatePoliciesBadRequest) IsRedirect

IsRedirect returns true when this query content update policies bad request response has a 3xx status code

func (*QueryContentUpdatePoliciesBadRequest) IsServerError

func (o *QueryContentUpdatePoliciesBadRequest) IsServerError() bool

IsServerError returns true when this query content update policies bad request response has a 5xx status code

func (*QueryContentUpdatePoliciesBadRequest) IsSuccess

IsSuccess returns true when this query content update policies bad request response has a 2xx status code

func (*QueryContentUpdatePoliciesBadRequest) String

type QueryContentUpdatePoliciesForbidden

type QueryContentUpdatePoliciesForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Forbidden

func NewQueryContentUpdatePoliciesForbidden

func NewQueryContentUpdatePoliciesForbidden() *QueryContentUpdatePoliciesForbidden

NewQueryContentUpdatePoliciesForbidden creates a QueryContentUpdatePoliciesForbidden with default headers values

func (*QueryContentUpdatePoliciesForbidden) Code

Code gets the status code for the query content update policies forbidden response

func (*QueryContentUpdatePoliciesForbidden) Error

func (*QueryContentUpdatePoliciesForbidden) GetPayload

func (*QueryContentUpdatePoliciesForbidden) IsClientError

func (o *QueryContentUpdatePoliciesForbidden) IsClientError() bool

IsClientError returns true when this query content update policies forbidden response has a 4xx status code

func (*QueryContentUpdatePoliciesForbidden) IsCode

IsCode returns true when this query content update policies forbidden response a status code equal to that given

func (*QueryContentUpdatePoliciesForbidden) IsRedirect

func (o *QueryContentUpdatePoliciesForbidden) IsRedirect() bool

IsRedirect returns true when this query content update policies forbidden response has a 3xx status code

func (*QueryContentUpdatePoliciesForbidden) IsServerError

func (o *QueryContentUpdatePoliciesForbidden) IsServerError() bool

IsServerError returns true when this query content update policies forbidden response has a 5xx status code

func (*QueryContentUpdatePoliciesForbidden) IsSuccess

IsSuccess returns true when this query content update policies forbidden response has a 2xx status code

func (*QueryContentUpdatePoliciesForbidden) String

type QueryContentUpdatePoliciesInternalServerError

type QueryContentUpdatePoliciesInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

Internal Server Error

func NewQueryContentUpdatePoliciesInternalServerError

func NewQueryContentUpdatePoliciesInternalServerError() *QueryContentUpdatePoliciesInternalServerError

NewQueryContentUpdatePoliciesInternalServerError creates a QueryContentUpdatePoliciesInternalServerError with default headers values

func (*QueryContentUpdatePoliciesInternalServerError) Code

Code gets the status code for the query content update policies internal server error response

func (*QueryContentUpdatePoliciesInternalServerError) Error

func (*QueryContentUpdatePoliciesInternalServerError) GetPayload

func (*QueryContentUpdatePoliciesInternalServerError) IsClientError

IsClientError returns true when this query content update policies internal server error response has a 4xx status code

func (*QueryContentUpdatePoliciesInternalServerError) IsCode

IsCode returns true when this query content update policies internal server error response a status code equal to that given

func (*QueryContentUpdatePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this query content update policies internal server error response has a 3xx status code

func (*QueryContentUpdatePoliciesInternalServerError) IsServerError

IsServerError returns true when this query content update policies internal server error response has a 5xx status code

func (*QueryContentUpdatePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this query content update policies internal server error response has a 2xx status code

func (*QueryContentUpdatePoliciesInternalServerError) String

type QueryContentUpdatePoliciesOK

type QueryContentUpdatePoliciesOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

OK

func NewQueryContentUpdatePoliciesOK

func NewQueryContentUpdatePoliciesOK() *QueryContentUpdatePoliciesOK

NewQueryContentUpdatePoliciesOK creates a QueryContentUpdatePoliciesOK with default headers values

func (*QueryContentUpdatePoliciesOK) Code

Code gets the status code for the query content update policies o k response

func (*QueryContentUpdatePoliciesOK) Error

func (*QueryContentUpdatePoliciesOK) GetPayload

func (*QueryContentUpdatePoliciesOK) IsClientError

func (o *QueryContentUpdatePoliciesOK) IsClientError() bool

IsClientError returns true when this query content update policies o k response has a 4xx status code

func (*QueryContentUpdatePoliciesOK) IsCode

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

IsCode returns true when this query content update policies o k response a status code equal to that given

func (*QueryContentUpdatePoliciesOK) IsRedirect

func (o *QueryContentUpdatePoliciesOK) IsRedirect() bool

IsRedirect returns true when this query content update policies o k response has a 3xx status code

func (*QueryContentUpdatePoliciesOK) IsServerError

func (o *QueryContentUpdatePoliciesOK) IsServerError() bool

IsServerError returns true when this query content update policies o k response has a 5xx status code

func (*QueryContentUpdatePoliciesOK) IsSuccess

func (o *QueryContentUpdatePoliciesOK) IsSuccess() bool

IsSuccess returns true when this query content update policies o k response has a 2xx status code

func (*QueryContentUpdatePoliciesOK) String

type QueryContentUpdatePoliciesParams

type QueryContentUpdatePoliciesParams struct {

	/* Filter.

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

	/* Limit.

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

	/* Offset.

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

	/* Sort.

	   The property to sort by
	*/
	Sort *string

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

QueryContentUpdatePoliciesParams contains all the parameters to send to the API endpoint

for the query content update policies operation.

Typically these are written to a http.Request.

func NewQueryContentUpdatePoliciesParams

func NewQueryContentUpdatePoliciesParams() *QueryContentUpdatePoliciesParams

NewQueryContentUpdatePoliciesParams creates a new QueryContentUpdatePoliciesParams 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 NewQueryContentUpdatePoliciesParamsWithContext

func NewQueryContentUpdatePoliciesParamsWithContext(ctx context.Context) *QueryContentUpdatePoliciesParams

NewQueryContentUpdatePoliciesParamsWithContext creates a new QueryContentUpdatePoliciesParams object with the ability to set a context for a request.

func NewQueryContentUpdatePoliciesParamsWithHTTPClient

func NewQueryContentUpdatePoliciesParamsWithHTTPClient(client *http.Client) *QueryContentUpdatePoliciesParams

NewQueryContentUpdatePoliciesParamsWithHTTPClient creates a new QueryContentUpdatePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryContentUpdatePoliciesParamsWithTimeout

func NewQueryContentUpdatePoliciesParamsWithTimeout(timeout time.Duration) *QueryContentUpdatePoliciesParams

NewQueryContentUpdatePoliciesParamsWithTimeout creates a new QueryContentUpdatePoliciesParams object with the ability to set a timeout on a request.

func (*QueryContentUpdatePoliciesParams) SetContext

SetContext adds the context to the query content update policies params

func (*QueryContentUpdatePoliciesParams) SetDefaults

func (o *QueryContentUpdatePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the query content update policies params (not the query body).

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

func (*QueryContentUpdatePoliciesParams) SetFilter

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

SetFilter adds the filter to the query content update policies params

func (*QueryContentUpdatePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query content update policies params

func (*QueryContentUpdatePoliciesParams) SetLimit

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

SetLimit adds the limit to the query content update policies params

func (*QueryContentUpdatePoliciesParams) SetOffset

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

SetOffset adds the offset to the query content update policies params

func (*QueryContentUpdatePoliciesParams) SetSort

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

SetSort adds the sort to the query content update policies params

func (*QueryContentUpdatePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the query content update policies params

func (*QueryContentUpdatePoliciesParams) WithContext

WithContext adds the context to the query content update policies params

func (*QueryContentUpdatePoliciesParams) WithDefaults

WithDefaults hydrates default values in the query content update policies params (not the query body).

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

func (*QueryContentUpdatePoliciesParams) WithFilter

WithFilter adds the filter to the query content update policies params

func (*QueryContentUpdatePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query content update policies params

func (*QueryContentUpdatePoliciesParams) WithLimit

WithLimit adds the limit to the query content update policies params

func (*QueryContentUpdatePoliciesParams) WithOffset

WithOffset adds the offset to the query content update policies params

func (*QueryContentUpdatePoliciesParams) WithSort

WithSort adds the sort to the query content update policies params

func (*QueryContentUpdatePoliciesParams) WithTimeout

WithTimeout adds the timeout to the query content update policies params

func (*QueryContentUpdatePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryContentUpdatePoliciesReader

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

QueryContentUpdatePoliciesReader is a Reader for the QueryContentUpdatePolicies structure.

func (*QueryContentUpdatePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryContentUpdatePoliciesTooManyRequests

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

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

Too Many Requests

func NewQueryContentUpdatePoliciesTooManyRequests

func NewQueryContentUpdatePoliciesTooManyRequests() *QueryContentUpdatePoliciesTooManyRequests

NewQueryContentUpdatePoliciesTooManyRequests creates a QueryContentUpdatePoliciesTooManyRequests with default headers values

func (*QueryContentUpdatePoliciesTooManyRequests) Code

Code gets the status code for the query content update policies too many requests response

func (*QueryContentUpdatePoliciesTooManyRequests) Error

func (*QueryContentUpdatePoliciesTooManyRequests) GetPayload

func (*QueryContentUpdatePoliciesTooManyRequests) IsClientError

IsClientError returns true when this query content update policies too many requests response has a 4xx status code

func (*QueryContentUpdatePoliciesTooManyRequests) IsCode

IsCode returns true when this query content update policies too many requests response a status code equal to that given

func (*QueryContentUpdatePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this query content update policies too many requests response has a 3xx status code

func (*QueryContentUpdatePoliciesTooManyRequests) IsServerError

IsServerError returns true when this query content update policies too many requests response has a 5xx status code

func (*QueryContentUpdatePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this query content update policies too many requests response has a 2xx status code

func (*QueryContentUpdatePoliciesTooManyRequests) String

type QueryContentUpdatePolicyMembersBadRequest

type QueryContentUpdatePolicyMembersBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

Bad Request

func NewQueryContentUpdatePolicyMembersBadRequest

func NewQueryContentUpdatePolicyMembersBadRequest() *QueryContentUpdatePolicyMembersBadRequest

NewQueryContentUpdatePolicyMembersBadRequest creates a QueryContentUpdatePolicyMembersBadRequest with default headers values

func (*QueryContentUpdatePolicyMembersBadRequest) Code

Code gets the status code for the query content update policy members bad request response

func (*QueryContentUpdatePolicyMembersBadRequest) Error

func (*QueryContentUpdatePolicyMembersBadRequest) GetPayload

func (*QueryContentUpdatePolicyMembersBadRequest) IsClientError

IsClientError returns true when this query content update policy members bad request response has a 4xx status code

func (*QueryContentUpdatePolicyMembersBadRequest) IsCode

IsCode returns true when this query content update policy members bad request response a status code equal to that given

func (*QueryContentUpdatePolicyMembersBadRequest) IsRedirect

IsRedirect returns true when this query content update policy members bad request response has a 3xx status code

func (*QueryContentUpdatePolicyMembersBadRequest) IsServerError

IsServerError returns true when this query content update policy members bad request response has a 5xx status code

func (*QueryContentUpdatePolicyMembersBadRequest) IsSuccess

IsSuccess returns true when this query content update policy members bad request response has a 2xx status code

func (*QueryContentUpdatePolicyMembersBadRequest) String

type QueryContentUpdatePolicyMembersForbidden

type QueryContentUpdatePolicyMembersForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Forbidden

func NewQueryContentUpdatePolicyMembersForbidden

func NewQueryContentUpdatePolicyMembersForbidden() *QueryContentUpdatePolicyMembersForbidden

NewQueryContentUpdatePolicyMembersForbidden creates a QueryContentUpdatePolicyMembersForbidden with default headers values

func (*QueryContentUpdatePolicyMembersForbidden) Code

Code gets the status code for the query content update policy members forbidden response

func (*QueryContentUpdatePolicyMembersForbidden) Error

func (*QueryContentUpdatePolicyMembersForbidden) GetPayload

func (*QueryContentUpdatePolicyMembersForbidden) IsClientError

IsClientError returns true when this query content update policy members forbidden response has a 4xx status code

func (*QueryContentUpdatePolicyMembersForbidden) IsCode

IsCode returns true when this query content update policy members forbidden response a status code equal to that given

func (*QueryContentUpdatePolicyMembersForbidden) IsRedirect

IsRedirect returns true when this query content update policy members forbidden response has a 3xx status code

func (*QueryContentUpdatePolicyMembersForbidden) IsServerError

IsServerError returns true when this query content update policy members forbidden response has a 5xx status code

func (*QueryContentUpdatePolicyMembersForbidden) IsSuccess

IsSuccess returns true when this query content update policy members forbidden response has a 2xx status code

func (*QueryContentUpdatePolicyMembersForbidden) String

type QueryContentUpdatePolicyMembersInternalServerError

type QueryContentUpdatePolicyMembersInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

Internal Server Error

func NewQueryContentUpdatePolicyMembersInternalServerError

func NewQueryContentUpdatePolicyMembersInternalServerError() *QueryContentUpdatePolicyMembersInternalServerError

NewQueryContentUpdatePolicyMembersInternalServerError creates a QueryContentUpdatePolicyMembersInternalServerError with default headers values

func (*QueryContentUpdatePolicyMembersInternalServerError) Code

Code gets the status code for the query content update policy members internal server error response

func (*QueryContentUpdatePolicyMembersInternalServerError) Error

func (*QueryContentUpdatePolicyMembersInternalServerError) GetPayload

func (*QueryContentUpdatePolicyMembersInternalServerError) IsClientError

IsClientError returns true when this query content update policy members internal server error response has a 4xx status code

func (*QueryContentUpdatePolicyMembersInternalServerError) IsCode

IsCode returns true when this query content update policy members internal server error response a status code equal to that given

func (*QueryContentUpdatePolicyMembersInternalServerError) IsRedirect

IsRedirect returns true when this query content update policy members internal server error response has a 3xx status code

func (*QueryContentUpdatePolicyMembersInternalServerError) IsServerError

IsServerError returns true when this query content update policy members internal server error response has a 5xx status code

func (*QueryContentUpdatePolicyMembersInternalServerError) IsSuccess

IsSuccess returns true when this query content update policy members internal server error response has a 2xx status code

func (*QueryContentUpdatePolicyMembersInternalServerError) String

type QueryContentUpdatePolicyMembersNotFound

type QueryContentUpdatePolicyMembersNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

Not Found

func NewQueryContentUpdatePolicyMembersNotFound

func NewQueryContentUpdatePolicyMembersNotFound() *QueryContentUpdatePolicyMembersNotFound

NewQueryContentUpdatePolicyMembersNotFound creates a QueryContentUpdatePolicyMembersNotFound with default headers values

func (*QueryContentUpdatePolicyMembersNotFound) Code

Code gets the status code for the query content update policy members not found response

func (*QueryContentUpdatePolicyMembersNotFound) Error

func (*QueryContentUpdatePolicyMembersNotFound) GetPayload

func (*QueryContentUpdatePolicyMembersNotFound) IsClientError

func (o *QueryContentUpdatePolicyMembersNotFound) IsClientError() bool

IsClientError returns true when this query content update policy members not found response has a 4xx status code

func (*QueryContentUpdatePolicyMembersNotFound) IsCode

IsCode returns true when this query content update policy members not found response a status code equal to that given

func (*QueryContentUpdatePolicyMembersNotFound) IsRedirect

IsRedirect returns true when this query content update policy members not found response has a 3xx status code

func (*QueryContentUpdatePolicyMembersNotFound) IsServerError

func (o *QueryContentUpdatePolicyMembersNotFound) IsServerError() bool

IsServerError returns true when this query content update policy members not found response has a 5xx status code

func (*QueryContentUpdatePolicyMembersNotFound) IsSuccess

IsSuccess returns true when this query content update policy members not found response has a 2xx status code

func (*QueryContentUpdatePolicyMembersNotFound) String

type QueryContentUpdatePolicyMembersOK

type QueryContentUpdatePolicyMembersOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

OK

func NewQueryContentUpdatePolicyMembersOK

func NewQueryContentUpdatePolicyMembersOK() *QueryContentUpdatePolicyMembersOK

NewQueryContentUpdatePolicyMembersOK creates a QueryContentUpdatePolicyMembersOK with default headers values

func (*QueryContentUpdatePolicyMembersOK) Code

Code gets the status code for the query content update policy members o k response

func (*QueryContentUpdatePolicyMembersOK) Error

func (*QueryContentUpdatePolicyMembersOK) GetPayload

func (*QueryContentUpdatePolicyMembersOK) IsClientError

func (o *QueryContentUpdatePolicyMembersOK) IsClientError() bool

IsClientError returns true when this query content update policy members o k response has a 4xx status code

func (*QueryContentUpdatePolicyMembersOK) IsCode

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

IsCode returns true when this query content update policy members o k response a status code equal to that given

func (*QueryContentUpdatePolicyMembersOK) IsRedirect

func (o *QueryContentUpdatePolicyMembersOK) IsRedirect() bool

IsRedirect returns true when this query content update policy members o k response has a 3xx status code

func (*QueryContentUpdatePolicyMembersOK) IsServerError

func (o *QueryContentUpdatePolicyMembersOK) IsServerError() bool

IsServerError returns true when this query content update policy members o k response has a 5xx status code

func (*QueryContentUpdatePolicyMembersOK) IsSuccess

func (o *QueryContentUpdatePolicyMembersOK) IsSuccess() bool

IsSuccess returns true when this query content update policy members o k response has a 2xx status code

func (*QueryContentUpdatePolicyMembersOK) String

type QueryContentUpdatePolicyMembersParams

type QueryContentUpdatePolicyMembersParams struct {

	/* Filter.

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

	/* ID.

	   The ID of the Content Update Policy to search for members of
	*/
	ID *string

	/* Limit.

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

	/* Offset.

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

	/* Sort.

	   The property to sort by
	*/
	Sort *string

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

QueryContentUpdatePolicyMembersParams contains all the parameters to send to the API endpoint

for the query content update policy members operation.

Typically these are written to a http.Request.

func NewQueryContentUpdatePolicyMembersParams

func NewQueryContentUpdatePolicyMembersParams() *QueryContentUpdatePolicyMembersParams

NewQueryContentUpdatePolicyMembersParams creates a new QueryContentUpdatePolicyMembersParams 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 NewQueryContentUpdatePolicyMembersParamsWithContext

func NewQueryContentUpdatePolicyMembersParamsWithContext(ctx context.Context) *QueryContentUpdatePolicyMembersParams

NewQueryContentUpdatePolicyMembersParamsWithContext creates a new QueryContentUpdatePolicyMembersParams object with the ability to set a context for a request.

func NewQueryContentUpdatePolicyMembersParamsWithHTTPClient

func NewQueryContentUpdatePolicyMembersParamsWithHTTPClient(client *http.Client) *QueryContentUpdatePolicyMembersParams

NewQueryContentUpdatePolicyMembersParamsWithHTTPClient creates a new QueryContentUpdatePolicyMembersParams object with the ability to set a custom HTTPClient for a request.

func NewQueryContentUpdatePolicyMembersParamsWithTimeout

func NewQueryContentUpdatePolicyMembersParamsWithTimeout(timeout time.Duration) *QueryContentUpdatePolicyMembersParams

NewQueryContentUpdatePolicyMembersParamsWithTimeout creates a new QueryContentUpdatePolicyMembersParams object with the ability to set a timeout on a request.

func (*QueryContentUpdatePolicyMembersParams) SetContext

SetContext adds the context to the query content update policy members params

func (*QueryContentUpdatePolicyMembersParams) SetDefaults

func (o *QueryContentUpdatePolicyMembersParams) SetDefaults()

SetDefaults hydrates default values in the query content update policy members params (not the query body).

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

func (*QueryContentUpdatePolicyMembersParams) SetFilter

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

SetFilter adds the filter to the query content update policy members params

func (*QueryContentUpdatePolicyMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query content update policy members params

func (*QueryContentUpdatePolicyMembersParams) SetID

SetID adds the id to the query content update policy members params

func (*QueryContentUpdatePolicyMembersParams) SetLimit

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

SetLimit adds the limit to the query content update policy members params

func (*QueryContentUpdatePolicyMembersParams) SetOffset

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

SetOffset adds the offset to the query content update policy members params

func (*QueryContentUpdatePolicyMembersParams) SetSort

SetSort adds the sort to the query content update policy members params

func (*QueryContentUpdatePolicyMembersParams) SetTimeout

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

SetTimeout adds the timeout to the query content update policy members params

func (*QueryContentUpdatePolicyMembersParams) WithContext

WithContext adds the context to the query content update policy members params

func (*QueryContentUpdatePolicyMembersParams) WithDefaults

WithDefaults hydrates default values in the query content update policy members params (not the query body).

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

func (*QueryContentUpdatePolicyMembersParams) WithFilter

WithFilter adds the filter to the query content update policy members params

func (*QueryContentUpdatePolicyMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query content update policy members params

func (*QueryContentUpdatePolicyMembersParams) WithID

WithID adds the id to the query content update policy members params

func (*QueryContentUpdatePolicyMembersParams) WithLimit

WithLimit adds the limit to the query content update policy members params

func (*QueryContentUpdatePolicyMembersParams) WithOffset

WithOffset adds the offset to the query content update policy members params

func (*QueryContentUpdatePolicyMembersParams) WithSort

WithSort adds the sort to the query content update policy members params

func (*QueryContentUpdatePolicyMembersParams) WithTimeout

WithTimeout adds the timeout to the query content update policy members params

func (*QueryContentUpdatePolicyMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryContentUpdatePolicyMembersReader

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

QueryContentUpdatePolicyMembersReader is a Reader for the QueryContentUpdatePolicyMembers structure.

func (*QueryContentUpdatePolicyMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryContentUpdatePolicyMembersTooManyRequests

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

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

Too Many Requests

func NewQueryContentUpdatePolicyMembersTooManyRequests

func NewQueryContentUpdatePolicyMembersTooManyRequests() *QueryContentUpdatePolicyMembersTooManyRequests

NewQueryContentUpdatePolicyMembersTooManyRequests creates a QueryContentUpdatePolicyMembersTooManyRequests with default headers values

func (*QueryContentUpdatePolicyMembersTooManyRequests) Code

Code gets the status code for the query content update policy members too many requests response

func (*QueryContentUpdatePolicyMembersTooManyRequests) Error

func (*QueryContentUpdatePolicyMembersTooManyRequests) GetPayload

func (*QueryContentUpdatePolicyMembersTooManyRequests) IsClientError

IsClientError returns true when this query content update policy members too many requests response has a 4xx status code

func (*QueryContentUpdatePolicyMembersTooManyRequests) IsCode

IsCode returns true when this query content update policy members too many requests response a status code equal to that given

func (*QueryContentUpdatePolicyMembersTooManyRequests) IsRedirect

IsRedirect returns true when this query content update policy members too many requests response has a 3xx status code

func (*QueryContentUpdatePolicyMembersTooManyRequests) IsServerError

IsServerError returns true when this query content update policy members too many requests response has a 5xx status code

func (*QueryContentUpdatePolicyMembersTooManyRequests) IsSuccess

IsSuccess returns true when this query content update policy members too many requests response has a 2xx status code

func (*QueryContentUpdatePolicyMembersTooManyRequests) String

type SetContentUpdatePoliciesPrecedenceBadRequest

type SetContentUpdatePoliciesPrecedenceBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

Bad Request

func NewSetContentUpdatePoliciesPrecedenceBadRequest

func NewSetContentUpdatePoliciesPrecedenceBadRequest() *SetContentUpdatePoliciesPrecedenceBadRequest

NewSetContentUpdatePoliciesPrecedenceBadRequest creates a SetContentUpdatePoliciesPrecedenceBadRequest with default headers values

func (*SetContentUpdatePoliciesPrecedenceBadRequest) Code

Code gets the status code for the set content update policies precedence bad request response

func (*SetContentUpdatePoliciesPrecedenceBadRequest) Error

func (*SetContentUpdatePoliciesPrecedenceBadRequest) GetPayload

func (*SetContentUpdatePoliciesPrecedenceBadRequest) IsClientError

IsClientError returns true when this set content update policies precedence bad request response has a 4xx status code

func (*SetContentUpdatePoliciesPrecedenceBadRequest) IsCode

IsCode returns true when this set content update policies precedence bad request response a status code equal to that given

func (*SetContentUpdatePoliciesPrecedenceBadRequest) IsRedirect

IsRedirect returns true when this set content update policies precedence bad request response has a 3xx status code

func (*SetContentUpdatePoliciesPrecedenceBadRequest) IsServerError

IsServerError returns true when this set content update policies precedence bad request response has a 5xx status code

func (*SetContentUpdatePoliciesPrecedenceBadRequest) IsSuccess

IsSuccess returns true when this set content update policies precedence bad request response has a 2xx status code

func (*SetContentUpdatePoliciesPrecedenceBadRequest) String

type SetContentUpdatePoliciesPrecedenceForbidden

type SetContentUpdatePoliciesPrecedenceForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Forbidden

func NewSetContentUpdatePoliciesPrecedenceForbidden

func NewSetContentUpdatePoliciesPrecedenceForbidden() *SetContentUpdatePoliciesPrecedenceForbidden

NewSetContentUpdatePoliciesPrecedenceForbidden creates a SetContentUpdatePoliciesPrecedenceForbidden with default headers values

func (*SetContentUpdatePoliciesPrecedenceForbidden) Code

Code gets the status code for the set content update policies precedence forbidden response

func (*SetContentUpdatePoliciesPrecedenceForbidden) Error

func (*SetContentUpdatePoliciesPrecedenceForbidden) GetPayload

func (*SetContentUpdatePoliciesPrecedenceForbidden) IsClientError

IsClientError returns true when this set content update policies precedence forbidden response has a 4xx status code

func (*SetContentUpdatePoliciesPrecedenceForbidden) IsCode

IsCode returns true when this set content update policies precedence forbidden response a status code equal to that given

func (*SetContentUpdatePoliciesPrecedenceForbidden) IsRedirect

IsRedirect returns true when this set content update policies precedence forbidden response has a 3xx status code

func (*SetContentUpdatePoliciesPrecedenceForbidden) IsServerError

IsServerError returns true when this set content update policies precedence forbidden response has a 5xx status code

func (*SetContentUpdatePoliciesPrecedenceForbidden) IsSuccess

IsSuccess returns true when this set content update policies precedence forbidden response has a 2xx status code

func (*SetContentUpdatePoliciesPrecedenceForbidden) String

type SetContentUpdatePoliciesPrecedenceInternalServerError

type SetContentUpdatePoliciesPrecedenceInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

Internal Server Error

func NewSetContentUpdatePoliciesPrecedenceInternalServerError

func NewSetContentUpdatePoliciesPrecedenceInternalServerError() *SetContentUpdatePoliciesPrecedenceInternalServerError

NewSetContentUpdatePoliciesPrecedenceInternalServerError creates a SetContentUpdatePoliciesPrecedenceInternalServerError with default headers values

func (*SetContentUpdatePoliciesPrecedenceInternalServerError) Code

Code gets the status code for the set content update policies precedence internal server error response

func (*SetContentUpdatePoliciesPrecedenceInternalServerError) Error

func (*SetContentUpdatePoliciesPrecedenceInternalServerError) GetPayload

func (*SetContentUpdatePoliciesPrecedenceInternalServerError) IsClientError

IsClientError returns true when this set content update policies precedence internal server error response has a 4xx status code

func (*SetContentUpdatePoliciesPrecedenceInternalServerError) IsCode

IsCode returns true when this set content update policies precedence internal server error response a status code equal to that given

func (*SetContentUpdatePoliciesPrecedenceInternalServerError) IsRedirect

IsRedirect returns true when this set content update policies precedence internal server error response has a 3xx status code

func (*SetContentUpdatePoliciesPrecedenceInternalServerError) IsServerError

IsServerError returns true when this set content update policies precedence internal server error response has a 5xx status code

func (*SetContentUpdatePoliciesPrecedenceInternalServerError) IsSuccess

IsSuccess returns true when this set content update policies precedence internal server error response has a 2xx status code

func (*SetContentUpdatePoliciesPrecedenceInternalServerError) String

type SetContentUpdatePoliciesPrecedenceOK

type SetContentUpdatePoliciesPrecedenceOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

OK

func NewSetContentUpdatePoliciesPrecedenceOK

func NewSetContentUpdatePoliciesPrecedenceOK() *SetContentUpdatePoliciesPrecedenceOK

NewSetContentUpdatePoliciesPrecedenceOK creates a SetContentUpdatePoliciesPrecedenceOK with default headers values

func (*SetContentUpdatePoliciesPrecedenceOK) Code

Code gets the status code for the set content update policies precedence o k response

func (*SetContentUpdatePoliciesPrecedenceOK) Error

func (*SetContentUpdatePoliciesPrecedenceOK) GetPayload

func (*SetContentUpdatePoliciesPrecedenceOK) IsClientError

func (o *SetContentUpdatePoliciesPrecedenceOK) IsClientError() bool

IsClientError returns true when this set content update policies precedence o k response has a 4xx status code

func (*SetContentUpdatePoliciesPrecedenceOK) IsCode

IsCode returns true when this set content update policies precedence o k response a status code equal to that given

func (*SetContentUpdatePoliciesPrecedenceOK) IsRedirect

IsRedirect returns true when this set content update policies precedence o k response has a 3xx status code

func (*SetContentUpdatePoliciesPrecedenceOK) IsServerError

func (o *SetContentUpdatePoliciesPrecedenceOK) IsServerError() bool

IsServerError returns true when this set content update policies precedence o k response has a 5xx status code

func (*SetContentUpdatePoliciesPrecedenceOK) IsSuccess

IsSuccess returns true when this set content update policies precedence o k response has a 2xx status code

func (*SetContentUpdatePoliciesPrecedenceOK) String

type SetContentUpdatePoliciesPrecedenceParams

type SetContentUpdatePoliciesPrecedenceParams struct {

	// Body.
	Body *models.BaseSetContentUpdatePolicyPrecedenceReqV1

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

SetContentUpdatePoliciesPrecedenceParams contains all the parameters to send to the API endpoint

for the set content update policies precedence operation.

Typically these are written to a http.Request.

func NewSetContentUpdatePoliciesPrecedenceParams

func NewSetContentUpdatePoliciesPrecedenceParams() *SetContentUpdatePoliciesPrecedenceParams

NewSetContentUpdatePoliciesPrecedenceParams creates a new SetContentUpdatePoliciesPrecedenceParams 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 NewSetContentUpdatePoliciesPrecedenceParamsWithContext

func NewSetContentUpdatePoliciesPrecedenceParamsWithContext(ctx context.Context) *SetContentUpdatePoliciesPrecedenceParams

NewSetContentUpdatePoliciesPrecedenceParamsWithContext creates a new SetContentUpdatePoliciesPrecedenceParams object with the ability to set a context for a request.

func NewSetContentUpdatePoliciesPrecedenceParamsWithHTTPClient

func NewSetContentUpdatePoliciesPrecedenceParamsWithHTTPClient(client *http.Client) *SetContentUpdatePoliciesPrecedenceParams

NewSetContentUpdatePoliciesPrecedenceParamsWithHTTPClient creates a new SetContentUpdatePoliciesPrecedenceParams object with the ability to set a custom HTTPClient for a request.

func NewSetContentUpdatePoliciesPrecedenceParamsWithTimeout

func NewSetContentUpdatePoliciesPrecedenceParamsWithTimeout(timeout time.Duration) *SetContentUpdatePoliciesPrecedenceParams

NewSetContentUpdatePoliciesPrecedenceParamsWithTimeout creates a new SetContentUpdatePoliciesPrecedenceParams object with the ability to set a timeout on a request.

func (*SetContentUpdatePoliciesPrecedenceParams) SetBody

SetBody adds the body to the set content update policies precedence params

func (*SetContentUpdatePoliciesPrecedenceParams) SetContext

SetContext adds the context to the set content update policies precedence params

func (*SetContentUpdatePoliciesPrecedenceParams) SetDefaults

SetDefaults hydrates default values in the set content update policies precedence params (not the query body).

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

func (*SetContentUpdatePoliciesPrecedenceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set content update policies precedence params

func (*SetContentUpdatePoliciesPrecedenceParams) SetTimeout

SetTimeout adds the timeout to the set content update policies precedence params

func (*SetContentUpdatePoliciesPrecedenceParams) WithBody

WithBody adds the body to the set content update policies precedence params

func (*SetContentUpdatePoliciesPrecedenceParams) WithContext

WithContext adds the context to the set content update policies precedence params

func (*SetContentUpdatePoliciesPrecedenceParams) WithDefaults

WithDefaults hydrates default values in the set content update policies precedence params (not the query body).

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

func (*SetContentUpdatePoliciesPrecedenceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set content update policies precedence params

func (*SetContentUpdatePoliciesPrecedenceParams) WithTimeout

WithTimeout adds the timeout to the set content update policies precedence params

func (*SetContentUpdatePoliciesPrecedenceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetContentUpdatePoliciesPrecedenceReader

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

SetContentUpdatePoliciesPrecedenceReader is a Reader for the SetContentUpdatePoliciesPrecedence structure.

func (*SetContentUpdatePoliciesPrecedenceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetContentUpdatePoliciesPrecedenceTooManyRequests

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

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

Too Many Requests

func NewSetContentUpdatePoliciesPrecedenceTooManyRequests

func NewSetContentUpdatePoliciesPrecedenceTooManyRequests() *SetContentUpdatePoliciesPrecedenceTooManyRequests

NewSetContentUpdatePoliciesPrecedenceTooManyRequests creates a SetContentUpdatePoliciesPrecedenceTooManyRequests with default headers values

func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) Code

Code gets the status code for the set content update policies precedence too many requests response

func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) Error

func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) GetPayload

func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) IsClientError

IsClientError returns true when this set content update policies precedence too many requests response has a 4xx status code

func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) IsCode

IsCode returns true when this set content update policies precedence too many requests response a status code equal to that given

func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) IsRedirect

IsRedirect returns true when this set content update policies precedence too many requests response has a 3xx status code

func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) IsServerError

IsServerError returns true when this set content update policies precedence too many requests response has a 5xx status code

func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) IsSuccess

IsSuccess returns true when this set content update policies precedence too many requests response has a 2xx status code

func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) String

type UpdateContentUpdatePoliciesBadRequest

type UpdateContentUpdatePoliciesBadRequest 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.DomainContentUpdatePolicyRespV1
}

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

Bad Request

func NewUpdateContentUpdatePoliciesBadRequest

func NewUpdateContentUpdatePoliciesBadRequest() *UpdateContentUpdatePoliciesBadRequest

NewUpdateContentUpdatePoliciesBadRequest creates a UpdateContentUpdatePoliciesBadRequest with default headers values

func (*UpdateContentUpdatePoliciesBadRequest) Code

Code gets the status code for the update content update policies bad request response

func (*UpdateContentUpdatePoliciesBadRequest) Error

func (*UpdateContentUpdatePoliciesBadRequest) GetPayload

func (*UpdateContentUpdatePoliciesBadRequest) IsClientError

func (o *UpdateContentUpdatePoliciesBadRequest) IsClientError() bool

IsClientError returns true when this update content update policies bad request response has a 4xx status code

func (*UpdateContentUpdatePoliciesBadRequest) IsCode

IsCode returns true when this update content update policies bad request response a status code equal to that given

func (*UpdateContentUpdatePoliciesBadRequest) IsRedirect

IsRedirect returns true when this update content update policies bad request response has a 3xx status code

func (*UpdateContentUpdatePoliciesBadRequest) IsServerError

func (o *UpdateContentUpdatePoliciesBadRequest) IsServerError() bool

IsServerError returns true when this update content update policies bad request response has a 5xx status code

func (*UpdateContentUpdatePoliciesBadRequest) IsSuccess

IsSuccess returns true when this update content update policies bad request response has a 2xx status code

func (*UpdateContentUpdatePoliciesBadRequest) String

type UpdateContentUpdatePoliciesForbidden

type UpdateContentUpdatePoliciesForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Forbidden

func NewUpdateContentUpdatePoliciesForbidden

func NewUpdateContentUpdatePoliciesForbidden() *UpdateContentUpdatePoliciesForbidden

NewUpdateContentUpdatePoliciesForbidden creates a UpdateContentUpdatePoliciesForbidden with default headers values

func (*UpdateContentUpdatePoliciesForbidden) Code

Code gets the status code for the update content update policies forbidden response

func (*UpdateContentUpdatePoliciesForbidden) Error

func (*UpdateContentUpdatePoliciesForbidden) GetPayload

func (*UpdateContentUpdatePoliciesForbidden) IsClientError

func (o *UpdateContentUpdatePoliciesForbidden) IsClientError() bool

IsClientError returns true when this update content update policies forbidden response has a 4xx status code

func (*UpdateContentUpdatePoliciesForbidden) IsCode

IsCode returns true when this update content update policies forbidden response a status code equal to that given

func (*UpdateContentUpdatePoliciesForbidden) IsRedirect

IsRedirect returns true when this update content update policies forbidden response has a 3xx status code

func (*UpdateContentUpdatePoliciesForbidden) IsServerError

func (o *UpdateContentUpdatePoliciesForbidden) IsServerError() bool

IsServerError returns true when this update content update policies forbidden response has a 5xx status code

func (*UpdateContentUpdatePoliciesForbidden) IsSuccess

IsSuccess returns true when this update content update policies forbidden response has a 2xx status code

func (*UpdateContentUpdatePoliciesForbidden) String

type UpdateContentUpdatePoliciesInternalServerError

type UpdateContentUpdatePoliciesInternalServerError 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.DomainContentUpdatePolicyRespV1
}

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

Internal Server Error

func NewUpdateContentUpdatePoliciesInternalServerError

func NewUpdateContentUpdatePoliciesInternalServerError() *UpdateContentUpdatePoliciesInternalServerError

NewUpdateContentUpdatePoliciesInternalServerError creates a UpdateContentUpdatePoliciesInternalServerError with default headers values

func (*UpdateContentUpdatePoliciesInternalServerError) Code

Code gets the status code for the update content update policies internal server error response

func (*UpdateContentUpdatePoliciesInternalServerError) Error

func (*UpdateContentUpdatePoliciesInternalServerError) GetPayload

func (*UpdateContentUpdatePoliciesInternalServerError) IsClientError

IsClientError returns true when this update content update policies internal server error response has a 4xx status code

func (*UpdateContentUpdatePoliciesInternalServerError) IsCode

IsCode returns true when this update content update policies internal server error response a status code equal to that given

func (*UpdateContentUpdatePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this update content update policies internal server error response has a 3xx status code

func (*UpdateContentUpdatePoliciesInternalServerError) IsServerError

IsServerError returns true when this update content update policies internal server error response has a 5xx status code

func (*UpdateContentUpdatePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this update content update policies internal server error response has a 2xx status code

func (*UpdateContentUpdatePoliciesInternalServerError) String

type UpdateContentUpdatePoliciesNotFound

type UpdateContentUpdatePoliciesNotFound 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.DomainContentUpdatePolicyRespV1
}

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

Not Found

func NewUpdateContentUpdatePoliciesNotFound

func NewUpdateContentUpdatePoliciesNotFound() *UpdateContentUpdatePoliciesNotFound

NewUpdateContentUpdatePoliciesNotFound creates a UpdateContentUpdatePoliciesNotFound with default headers values

func (*UpdateContentUpdatePoliciesNotFound) Code

Code gets the status code for the update content update policies not found response

func (*UpdateContentUpdatePoliciesNotFound) Error

func (*UpdateContentUpdatePoliciesNotFound) GetPayload

func (*UpdateContentUpdatePoliciesNotFound) IsClientError

func (o *UpdateContentUpdatePoliciesNotFound) IsClientError() bool

IsClientError returns true when this update content update policies not found response has a 4xx status code

func (*UpdateContentUpdatePoliciesNotFound) IsCode

IsCode returns true when this update content update policies not found response a status code equal to that given

func (*UpdateContentUpdatePoliciesNotFound) IsRedirect

func (o *UpdateContentUpdatePoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this update content update policies not found response has a 3xx status code

func (*UpdateContentUpdatePoliciesNotFound) IsServerError

func (o *UpdateContentUpdatePoliciesNotFound) IsServerError() bool

IsServerError returns true when this update content update policies not found response has a 5xx status code

func (*UpdateContentUpdatePoliciesNotFound) IsSuccess

IsSuccess returns true when this update content update policies not found response has a 2xx status code

func (*UpdateContentUpdatePoliciesNotFound) String

type UpdateContentUpdatePoliciesOK

type UpdateContentUpdatePoliciesOK 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.DomainContentUpdatePolicyRespV1
}

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

OK

func NewUpdateContentUpdatePoliciesOK

func NewUpdateContentUpdatePoliciesOK() *UpdateContentUpdatePoliciesOK

NewUpdateContentUpdatePoliciesOK creates a UpdateContentUpdatePoliciesOK with default headers values

func (*UpdateContentUpdatePoliciesOK) Code

Code gets the status code for the update content update policies o k response

func (*UpdateContentUpdatePoliciesOK) Error

func (*UpdateContentUpdatePoliciesOK) GetPayload

func (*UpdateContentUpdatePoliciesOK) IsClientError

func (o *UpdateContentUpdatePoliciesOK) IsClientError() bool

IsClientError returns true when this update content update policies o k response has a 4xx status code

func (*UpdateContentUpdatePoliciesOK) IsCode

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

IsCode returns true when this update content update policies o k response a status code equal to that given

func (*UpdateContentUpdatePoliciesOK) IsRedirect

func (o *UpdateContentUpdatePoliciesOK) IsRedirect() bool

IsRedirect returns true when this update content update policies o k response has a 3xx status code

func (*UpdateContentUpdatePoliciesOK) IsServerError

func (o *UpdateContentUpdatePoliciesOK) IsServerError() bool

IsServerError returns true when this update content update policies o k response has a 5xx status code

func (*UpdateContentUpdatePoliciesOK) IsSuccess

func (o *UpdateContentUpdatePoliciesOK) IsSuccess() bool

IsSuccess returns true when this update content update policies o k response has a 2xx status code

func (*UpdateContentUpdatePoliciesOK) String

type UpdateContentUpdatePoliciesParams

type UpdateContentUpdatePoliciesParams struct {

	// Body.
	Body *models.ContentUpdateUpdatePoliciesReqV1

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

UpdateContentUpdatePoliciesParams contains all the parameters to send to the API endpoint

for the update content update policies operation.

Typically these are written to a http.Request.

func NewUpdateContentUpdatePoliciesParams

func NewUpdateContentUpdatePoliciesParams() *UpdateContentUpdatePoliciesParams

NewUpdateContentUpdatePoliciesParams creates a new UpdateContentUpdatePoliciesParams 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 NewUpdateContentUpdatePoliciesParamsWithContext

func NewUpdateContentUpdatePoliciesParamsWithContext(ctx context.Context) *UpdateContentUpdatePoliciesParams

NewUpdateContentUpdatePoliciesParamsWithContext creates a new UpdateContentUpdatePoliciesParams object with the ability to set a context for a request.

func NewUpdateContentUpdatePoliciesParamsWithHTTPClient

func NewUpdateContentUpdatePoliciesParamsWithHTTPClient(client *http.Client) *UpdateContentUpdatePoliciesParams

NewUpdateContentUpdatePoliciesParamsWithHTTPClient creates a new UpdateContentUpdatePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateContentUpdatePoliciesParamsWithTimeout

func NewUpdateContentUpdatePoliciesParamsWithTimeout(timeout time.Duration) *UpdateContentUpdatePoliciesParams

NewUpdateContentUpdatePoliciesParamsWithTimeout creates a new UpdateContentUpdatePoliciesParams object with the ability to set a timeout on a request.

func (*UpdateContentUpdatePoliciesParams) SetBody

SetBody adds the body to the update content update policies params

func (*UpdateContentUpdatePoliciesParams) SetContext

SetContext adds the context to the update content update policies params

func (*UpdateContentUpdatePoliciesParams) SetDefaults

func (o *UpdateContentUpdatePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the update content update policies params (not the query body).

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

func (*UpdateContentUpdatePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update content update policies params

func (*UpdateContentUpdatePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the update content update policies params

func (*UpdateContentUpdatePoliciesParams) WithBody

WithBody adds the body to the update content update policies params

func (*UpdateContentUpdatePoliciesParams) WithContext

WithContext adds the context to the update content update policies params

func (*UpdateContentUpdatePoliciesParams) WithDefaults

WithDefaults hydrates default values in the update content update policies params (not the query body).

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

func (*UpdateContentUpdatePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update content update policies params

func (*UpdateContentUpdatePoliciesParams) WithTimeout

WithTimeout adds the timeout to the update content update policies params

func (*UpdateContentUpdatePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateContentUpdatePoliciesReader

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

UpdateContentUpdatePoliciesReader is a Reader for the UpdateContentUpdatePolicies structure.

func (*UpdateContentUpdatePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateContentUpdatePoliciesTooManyRequests

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

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

Too Many Requests

func NewUpdateContentUpdatePoliciesTooManyRequests

func NewUpdateContentUpdatePoliciesTooManyRequests() *UpdateContentUpdatePoliciesTooManyRequests

NewUpdateContentUpdatePoliciesTooManyRequests creates a UpdateContentUpdatePoliciesTooManyRequests with default headers values

func (*UpdateContentUpdatePoliciesTooManyRequests) Code

Code gets the status code for the update content update policies too many requests response

func (*UpdateContentUpdatePoliciesTooManyRequests) Error

func (*UpdateContentUpdatePoliciesTooManyRequests) GetPayload

func (*UpdateContentUpdatePoliciesTooManyRequests) IsClientError

IsClientError returns true when this update content update policies too many requests response has a 4xx status code

func (*UpdateContentUpdatePoliciesTooManyRequests) IsCode

IsCode returns true when this update content update policies too many requests response a status code equal to that given

func (*UpdateContentUpdatePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this update content update policies too many requests response has a 3xx status code

func (*UpdateContentUpdatePoliciesTooManyRequests) IsServerError

IsServerError returns true when this update content update policies too many requests response has a 5xx status code

func (*UpdateContentUpdatePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this update content update policies too many requests response has a 2xx status code

func (*UpdateContentUpdatePoliciesTooManyRequests) String

Jump to

Keyboard shortcuts

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