Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateContentUpdatePolicies(params *CreateContentUpdatePoliciesParams, opts ...ClientOption) (*CreateContentUpdatePoliciesCreated, error)
- func (a *Client) DeleteContentUpdatePolicies(params *DeleteContentUpdatePoliciesParams, opts ...ClientOption) (*DeleteContentUpdatePoliciesOK, error)
- func (a *Client) GetContentUpdatePolicies(params *GetContentUpdatePoliciesParams, opts ...ClientOption) (*GetContentUpdatePoliciesOK, error)
- func (a *Client) PerformContentUpdatePoliciesAction(params *PerformContentUpdatePoliciesActionParams, opts ...ClientOption) (*PerformContentUpdatePoliciesActionOK, error)
- func (a *Client) QueryCombinedContentUpdatePolicies(params *QueryCombinedContentUpdatePoliciesParams, opts ...ClientOption) (*QueryCombinedContentUpdatePoliciesOK, error)
- func (a *Client) QueryCombinedContentUpdatePolicyMembers(params *QueryCombinedContentUpdatePolicyMembersParams, opts ...ClientOption) (*QueryCombinedContentUpdatePolicyMembersOK, error)
- func (a *Client) QueryContentUpdatePolicies(params *QueryContentUpdatePoliciesParams, opts ...ClientOption) (*QueryContentUpdatePoliciesOK, error)
- func (a *Client) QueryContentUpdatePolicyMembers(params *QueryContentUpdatePolicyMembersParams, opts ...ClientOption) (*QueryContentUpdatePolicyMembersOK, error)
- func (a *Client) SetContentUpdatePoliciesPrecedence(params *SetContentUpdatePoliciesPrecedenceParams, opts ...ClientOption) (*SetContentUpdatePoliciesPrecedenceOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateContentUpdatePolicies(params *UpdateContentUpdatePoliciesParams, opts ...ClientOption) (*UpdateContentUpdatePoliciesOK, error)
- type ClientOption
- type ClientService
- type CreateContentUpdatePoliciesBadRequest
- func (o *CreateContentUpdatePoliciesBadRequest) Code() int
- func (o *CreateContentUpdatePoliciesBadRequest) Error() string
- func (o *CreateContentUpdatePoliciesBadRequest) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *CreateContentUpdatePoliciesBadRequest) IsClientError() bool
- func (o *CreateContentUpdatePoliciesBadRequest) IsCode(code int) bool
- func (o *CreateContentUpdatePoliciesBadRequest) IsRedirect() bool
- func (o *CreateContentUpdatePoliciesBadRequest) IsServerError() bool
- func (o *CreateContentUpdatePoliciesBadRequest) IsSuccess() bool
- func (o *CreateContentUpdatePoliciesBadRequest) String() string
- type CreateContentUpdatePoliciesCreated
- func (o *CreateContentUpdatePoliciesCreated) Code() int
- func (o *CreateContentUpdatePoliciesCreated) Error() string
- func (o *CreateContentUpdatePoliciesCreated) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *CreateContentUpdatePoliciesCreated) IsClientError() bool
- func (o *CreateContentUpdatePoliciesCreated) IsCode(code int) bool
- func (o *CreateContentUpdatePoliciesCreated) IsRedirect() bool
- func (o *CreateContentUpdatePoliciesCreated) IsServerError() bool
- func (o *CreateContentUpdatePoliciesCreated) IsSuccess() bool
- func (o *CreateContentUpdatePoliciesCreated) String() string
- type CreateContentUpdatePoliciesForbidden
- func (o *CreateContentUpdatePoliciesForbidden) Code() int
- func (o *CreateContentUpdatePoliciesForbidden) Error() string
- func (o *CreateContentUpdatePoliciesForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *CreateContentUpdatePoliciesForbidden) IsClientError() bool
- func (o *CreateContentUpdatePoliciesForbidden) IsCode(code int) bool
- func (o *CreateContentUpdatePoliciesForbidden) IsRedirect() bool
- func (o *CreateContentUpdatePoliciesForbidden) IsServerError() bool
- func (o *CreateContentUpdatePoliciesForbidden) IsSuccess() bool
- func (o *CreateContentUpdatePoliciesForbidden) String() string
- type CreateContentUpdatePoliciesInternalServerError
- func (o *CreateContentUpdatePoliciesInternalServerError) Code() int
- func (o *CreateContentUpdatePoliciesInternalServerError) Error() string
- func (o *CreateContentUpdatePoliciesInternalServerError) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *CreateContentUpdatePoliciesInternalServerError) IsClientError() bool
- func (o *CreateContentUpdatePoliciesInternalServerError) IsCode(code int) bool
- func (o *CreateContentUpdatePoliciesInternalServerError) IsRedirect() bool
- func (o *CreateContentUpdatePoliciesInternalServerError) IsServerError() bool
- func (o *CreateContentUpdatePoliciesInternalServerError) IsSuccess() bool
- func (o *CreateContentUpdatePoliciesInternalServerError) String() string
- type CreateContentUpdatePoliciesNotFound
- func (o *CreateContentUpdatePoliciesNotFound) Code() int
- func (o *CreateContentUpdatePoliciesNotFound) Error() string
- func (o *CreateContentUpdatePoliciesNotFound) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *CreateContentUpdatePoliciesNotFound) IsClientError() bool
- func (o *CreateContentUpdatePoliciesNotFound) IsCode(code int) bool
- func (o *CreateContentUpdatePoliciesNotFound) IsRedirect() bool
- func (o *CreateContentUpdatePoliciesNotFound) IsServerError() bool
- func (o *CreateContentUpdatePoliciesNotFound) IsSuccess() bool
- func (o *CreateContentUpdatePoliciesNotFound) String() string
- type CreateContentUpdatePoliciesParams
- func NewCreateContentUpdatePoliciesParams() *CreateContentUpdatePoliciesParams
- func NewCreateContentUpdatePoliciesParamsWithContext(ctx context.Context) *CreateContentUpdatePoliciesParams
- func NewCreateContentUpdatePoliciesParamsWithHTTPClient(client *http.Client) *CreateContentUpdatePoliciesParams
- func NewCreateContentUpdatePoliciesParamsWithTimeout(timeout time.Duration) *CreateContentUpdatePoliciesParams
- func (o *CreateContentUpdatePoliciesParams) SetBody(body *models.ContentUpdateCreatePoliciesReqV1)
- func (o *CreateContentUpdatePoliciesParams) SetContext(ctx context.Context)
- func (o *CreateContentUpdatePoliciesParams) SetDefaults()
- func (o *CreateContentUpdatePoliciesParams) SetHTTPClient(client *http.Client)
- func (o *CreateContentUpdatePoliciesParams) SetTimeout(timeout time.Duration)
- func (o *CreateContentUpdatePoliciesParams) WithBody(body *models.ContentUpdateCreatePoliciesReqV1) *CreateContentUpdatePoliciesParams
- func (o *CreateContentUpdatePoliciesParams) WithContext(ctx context.Context) *CreateContentUpdatePoliciesParams
- func (o *CreateContentUpdatePoliciesParams) WithDefaults() *CreateContentUpdatePoliciesParams
- func (o *CreateContentUpdatePoliciesParams) WithHTTPClient(client *http.Client) *CreateContentUpdatePoliciesParams
- func (o *CreateContentUpdatePoliciesParams) WithTimeout(timeout time.Duration) *CreateContentUpdatePoliciesParams
- func (o *CreateContentUpdatePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateContentUpdatePoliciesReader
- type CreateContentUpdatePoliciesTooManyRequests
- func (o *CreateContentUpdatePoliciesTooManyRequests) Code() int
- func (o *CreateContentUpdatePoliciesTooManyRequests) Error() string
- func (o *CreateContentUpdatePoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *CreateContentUpdatePoliciesTooManyRequests) IsClientError() bool
- func (o *CreateContentUpdatePoliciesTooManyRequests) IsCode(code int) bool
- func (o *CreateContentUpdatePoliciesTooManyRequests) IsRedirect() bool
- func (o *CreateContentUpdatePoliciesTooManyRequests) IsServerError() bool
- func (o *CreateContentUpdatePoliciesTooManyRequests) IsSuccess() bool
- func (o *CreateContentUpdatePoliciesTooManyRequests) String() string
- type DeleteContentUpdatePoliciesForbidden
- func (o *DeleteContentUpdatePoliciesForbidden) Code() int
- func (o *DeleteContentUpdatePoliciesForbidden) Error() string
- func (o *DeleteContentUpdatePoliciesForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *DeleteContentUpdatePoliciesForbidden) IsClientError() bool
- func (o *DeleteContentUpdatePoliciesForbidden) IsCode(code int) bool
- func (o *DeleteContentUpdatePoliciesForbidden) IsRedirect() bool
- func (o *DeleteContentUpdatePoliciesForbidden) IsServerError() bool
- func (o *DeleteContentUpdatePoliciesForbidden) IsSuccess() bool
- func (o *DeleteContentUpdatePoliciesForbidden) String() string
- type DeleteContentUpdatePoliciesInternalServerError
- func (o *DeleteContentUpdatePoliciesInternalServerError) Code() int
- func (o *DeleteContentUpdatePoliciesInternalServerError) Error() string
- func (o *DeleteContentUpdatePoliciesInternalServerError) GetPayload() *models.MsaQueryResponse
- func (o *DeleteContentUpdatePoliciesInternalServerError) IsClientError() bool
- func (o *DeleteContentUpdatePoliciesInternalServerError) IsCode(code int) bool
- func (o *DeleteContentUpdatePoliciesInternalServerError) IsRedirect() bool
- func (o *DeleteContentUpdatePoliciesInternalServerError) IsServerError() bool
- func (o *DeleteContentUpdatePoliciesInternalServerError) IsSuccess() bool
- func (o *DeleteContentUpdatePoliciesInternalServerError) String() string
- type DeleteContentUpdatePoliciesNotFound
- func (o *DeleteContentUpdatePoliciesNotFound) Code() int
- func (o *DeleteContentUpdatePoliciesNotFound) Error() string
- func (o *DeleteContentUpdatePoliciesNotFound) GetPayload() *models.MsaQueryResponse
- func (o *DeleteContentUpdatePoliciesNotFound) IsClientError() bool
- func (o *DeleteContentUpdatePoliciesNotFound) IsCode(code int) bool
- func (o *DeleteContentUpdatePoliciesNotFound) IsRedirect() bool
- func (o *DeleteContentUpdatePoliciesNotFound) IsServerError() bool
- func (o *DeleteContentUpdatePoliciesNotFound) IsSuccess() bool
- func (o *DeleteContentUpdatePoliciesNotFound) String() string
- type DeleteContentUpdatePoliciesOK
- func (o *DeleteContentUpdatePoliciesOK) Code() int
- func (o *DeleteContentUpdatePoliciesOK) Error() string
- func (o *DeleteContentUpdatePoliciesOK) GetPayload() *models.MsaQueryResponse
- func (o *DeleteContentUpdatePoliciesOK) IsClientError() bool
- func (o *DeleteContentUpdatePoliciesOK) IsCode(code int) bool
- func (o *DeleteContentUpdatePoliciesOK) IsRedirect() bool
- func (o *DeleteContentUpdatePoliciesOK) IsServerError() bool
- func (o *DeleteContentUpdatePoliciesOK) IsSuccess() bool
- func (o *DeleteContentUpdatePoliciesOK) String() string
- type DeleteContentUpdatePoliciesParams
- func NewDeleteContentUpdatePoliciesParams() *DeleteContentUpdatePoliciesParams
- func NewDeleteContentUpdatePoliciesParamsWithContext(ctx context.Context) *DeleteContentUpdatePoliciesParams
- func NewDeleteContentUpdatePoliciesParamsWithHTTPClient(client *http.Client) *DeleteContentUpdatePoliciesParams
- func NewDeleteContentUpdatePoliciesParamsWithTimeout(timeout time.Duration) *DeleteContentUpdatePoliciesParams
- func (o *DeleteContentUpdatePoliciesParams) SetContext(ctx context.Context)
- func (o *DeleteContentUpdatePoliciesParams) SetDefaults()
- func (o *DeleteContentUpdatePoliciesParams) SetHTTPClient(client *http.Client)
- func (o *DeleteContentUpdatePoliciesParams) SetIds(ids []string)
- func (o *DeleteContentUpdatePoliciesParams) SetTimeout(timeout time.Duration)
- func (o *DeleteContentUpdatePoliciesParams) WithContext(ctx context.Context) *DeleteContentUpdatePoliciesParams
- func (o *DeleteContentUpdatePoliciesParams) WithDefaults() *DeleteContentUpdatePoliciesParams
- func (o *DeleteContentUpdatePoliciesParams) WithHTTPClient(client *http.Client) *DeleteContentUpdatePoliciesParams
- func (o *DeleteContentUpdatePoliciesParams) WithIds(ids []string) *DeleteContentUpdatePoliciesParams
- func (o *DeleteContentUpdatePoliciesParams) WithTimeout(timeout time.Duration) *DeleteContentUpdatePoliciesParams
- func (o *DeleteContentUpdatePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteContentUpdatePoliciesReader
- type DeleteContentUpdatePoliciesTooManyRequests
- func (o *DeleteContentUpdatePoliciesTooManyRequests) Code() int
- func (o *DeleteContentUpdatePoliciesTooManyRequests) Error() string
- func (o *DeleteContentUpdatePoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *DeleteContentUpdatePoliciesTooManyRequests) IsClientError() bool
- func (o *DeleteContentUpdatePoliciesTooManyRequests) IsCode(code int) bool
- func (o *DeleteContentUpdatePoliciesTooManyRequests) IsRedirect() bool
- func (o *DeleteContentUpdatePoliciesTooManyRequests) IsServerError() bool
- func (o *DeleteContentUpdatePoliciesTooManyRequests) IsSuccess() bool
- func (o *DeleteContentUpdatePoliciesTooManyRequests) String() string
- type GetContentUpdatePoliciesForbidden
- func (o *GetContentUpdatePoliciesForbidden) Code() int
- func (o *GetContentUpdatePoliciesForbidden) Error() string
- func (o *GetContentUpdatePoliciesForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *GetContentUpdatePoliciesForbidden) IsClientError() bool
- func (o *GetContentUpdatePoliciesForbidden) IsCode(code int) bool
- func (o *GetContentUpdatePoliciesForbidden) IsRedirect() bool
- func (o *GetContentUpdatePoliciesForbidden) IsServerError() bool
- func (o *GetContentUpdatePoliciesForbidden) IsSuccess() bool
- func (o *GetContentUpdatePoliciesForbidden) String() string
- type GetContentUpdatePoliciesInternalServerError
- func (o *GetContentUpdatePoliciesInternalServerError) Code() int
- func (o *GetContentUpdatePoliciesInternalServerError) Error() string
- func (o *GetContentUpdatePoliciesInternalServerError) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *GetContentUpdatePoliciesInternalServerError) IsClientError() bool
- func (o *GetContentUpdatePoliciesInternalServerError) IsCode(code int) bool
- func (o *GetContentUpdatePoliciesInternalServerError) IsRedirect() bool
- func (o *GetContentUpdatePoliciesInternalServerError) IsServerError() bool
- func (o *GetContentUpdatePoliciesInternalServerError) IsSuccess() bool
- func (o *GetContentUpdatePoliciesInternalServerError) String() string
- type GetContentUpdatePoliciesNotFound
- func (o *GetContentUpdatePoliciesNotFound) Code() int
- func (o *GetContentUpdatePoliciesNotFound) Error() string
- func (o *GetContentUpdatePoliciesNotFound) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *GetContentUpdatePoliciesNotFound) IsClientError() bool
- func (o *GetContentUpdatePoliciesNotFound) IsCode(code int) bool
- func (o *GetContentUpdatePoliciesNotFound) IsRedirect() bool
- func (o *GetContentUpdatePoliciesNotFound) IsServerError() bool
- func (o *GetContentUpdatePoliciesNotFound) IsSuccess() bool
- func (o *GetContentUpdatePoliciesNotFound) String() string
- type GetContentUpdatePoliciesOK
- func (o *GetContentUpdatePoliciesOK) Code() int
- func (o *GetContentUpdatePoliciesOK) Error() string
- func (o *GetContentUpdatePoliciesOK) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *GetContentUpdatePoliciesOK) IsClientError() bool
- func (o *GetContentUpdatePoliciesOK) IsCode(code int) bool
- func (o *GetContentUpdatePoliciesOK) IsRedirect() bool
- func (o *GetContentUpdatePoliciesOK) IsServerError() bool
- func (o *GetContentUpdatePoliciesOK) IsSuccess() bool
- func (o *GetContentUpdatePoliciesOK) String() string
- type GetContentUpdatePoliciesParams
- func NewGetContentUpdatePoliciesParams() *GetContentUpdatePoliciesParams
- func NewGetContentUpdatePoliciesParamsWithContext(ctx context.Context) *GetContentUpdatePoliciesParams
- func NewGetContentUpdatePoliciesParamsWithHTTPClient(client *http.Client) *GetContentUpdatePoliciesParams
- func NewGetContentUpdatePoliciesParamsWithTimeout(timeout time.Duration) *GetContentUpdatePoliciesParams
- func (o *GetContentUpdatePoliciesParams) SetContext(ctx context.Context)
- func (o *GetContentUpdatePoliciesParams) SetDefaults()
- func (o *GetContentUpdatePoliciesParams) SetHTTPClient(client *http.Client)
- func (o *GetContentUpdatePoliciesParams) SetIds(ids []string)
- func (o *GetContentUpdatePoliciesParams) SetTimeout(timeout time.Duration)
- func (o *GetContentUpdatePoliciesParams) WithContext(ctx context.Context) *GetContentUpdatePoliciesParams
- func (o *GetContentUpdatePoliciesParams) WithDefaults() *GetContentUpdatePoliciesParams
- func (o *GetContentUpdatePoliciesParams) WithHTTPClient(client *http.Client) *GetContentUpdatePoliciesParams
- func (o *GetContentUpdatePoliciesParams) WithIds(ids []string) *GetContentUpdatePoliciesParams
- func (o *GetContentUpdatePoliciesParams) WithTimeout(timeout time.Duration) *GetContentUpdatePoliciesParams
- func (o *GetContentUpdatePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetContentUpdatePoliciesReader
- type GetContentUpdatePoliciesTooManyRequests
- func (o *GetContentUpdatePoliciesTooManyRequests) Code() int
- func (o *GetContentUpdatePoliciesTooManyRequests) Error() string
- func (o *GetContentUpdatePoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetContentUpdatePoliciesTooManyRequests) IsClientError() bool
- func (o *GetContentUpdatePoliciesTooManyRequests) IsCode(code int) bool
- func (o *GetContentUpdatePoliciesTooManyRequests) IsRedirect() bool
- func (o *GetContentUpdatePoliciesTooManyRequests) IsServerError() bool
- func (o *GetContentUpdatePoliciesTooManyRequests) IsSuccess() bool
- func (o *GetContentUpdatePoliciesTooManyRequests) String() string
- type PerformContentUpdatePoliciesActionBadRequest
- func (o *PerformContentUpdatePoliciesActionBadRequest) Code() int
- func (o *PerformContentUpdatePoliciesActionBadRequest) Error() string
- func (o *PerformContentUpdatePoliciesActionBadRequest) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *PerformContentUpdatePoliciesActionBadRequest) IsClientError() bool
- func (o *PerformContentUpdatePoliciesActionBadRequest) IsCode(code int) bool
- func (o *PerformContentUpdatePoliciesActionBadRequest) IsRedirect() bool
- func (o *PerformContentUpdatePoliciesActionBadRequest) IsServerError() bool
- func (o *PerformContentUpdatePoliciesActionBadRequest) IsSuccess() bool
- func (o *PerformContentUpdatePoliciesActionBadRequest) String() string
- type PerformContentUpdatePoliciesActionForbidden
- func (o *PerformContentUpdatePoliciesActionForbidden) Code() int
- func (o *PerformContentUpdatePoliciesActionForbidden) Error() string
- func (o *PerformContentUpdatePoliciesActionForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *PerformContentUpdatePoliciesActionForbidden) IsClientError() bool
- func (o *PerformContentUpdatePoliciesActionForbidden) IsCode(code int) bool
- func (o *PerformContentUpdatePoliciesActionForbidden) IsRedirect() bool
- func (o *PerformContentUpdatePoliciesActionForbidden) IsServerError() bool
- func (o *PerformContentUpdatePoliciesActionForbidden) IsSuccess() bool
- func (o *PerformContentUpdatePoliciesActionForbidden) String() string
- type PerformContentUpdatePoliciesActionInternalServerError
- func (o *PerformContentUpdatePoliciesActionInternalServerError) Code() int
- func (o *PerformContentUpdatePoliciesActionInternalServerError) Error() string
- func (o *PerformContentUpdatePoliciesActionInternalServerError) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *PerformContentUpdatePoliciesActionInternalServerError) IsClientError() bool
- func (o *PerformContentUpdatePoliciesActionInternalServerError) IsCode(code int) bool
- func (o *PerformContentUpdatePoliciesActionInternalServerError) IsRedirect() bool
- func (o *PerformContentUpdatePoliciesActionInternalServerError) IsServerError() bool
- func (o *PerformContentUpdatePoliciesActionInternalServerError) IsSuccess() bool
- func (o *PerformContentUpdatePoliciesActionInternalServerError) String() string
- type PerformContentUpdatePoliciesActionNotFound
- func (o *PerformContentUpdatePoliciesActionNotFound) Code() int
- func (o *PerformContentUpdatePoliciesActionNotFound) Error() string
- func (o *PerformContentUpdatePoliciesActionNotFound) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *PerformContentUpdatePoliciesActionNotFound) IsClientError() bool
- func (o *PerformContentUpdatePoliciesActionNotFound) IsCode(code int) bool
- func (o *PerformContentUpdatePoliciesActionNotFound) IsRedirect() bool
- func (o *PerformContentUpdatePoliciesActionNotFound) IsServerError() bool
- func (o *PerformContentUpdatePoliciesActionNotFound) IsSuccess() bool
- func (o *PerformContentUpdatePoliciesActionNotFound) String() string
- type PerformContentUpdatePoliciesActionOK
- func (o *PerformContentUpdatePoliciesActionOK) Code() int
- func (o *PerformContentUpdatePoliciesActionOK) Error() string
- func (o *PerformContentUpdatePoliciesActionOK) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *PerformContentUpdatePoliciesActionOK) IsClientError() bool
- func (o *PerformContentUpdatePoliciesActionOK) IsCode(code int) bool
- func (o *PerformContentUpdatePoliciesActionOK) IsRedirect() bool
- func (o *PerformContentUpdatePoliciesActionOK) IsServerError() bool
- func (o *PerformContentUpdatePoliciesActionOK) IsSuccess() bool
- func (o *PerformContentUpdatePoliciesActionOK) String() string
- type PerformContentUpdatePoliciesActionParams
- func NewPerformContentUpdatePoliciesActionParams() *PerformContentUpdatePoliciesActionParams
- func NewPerformContentUpdatePoliciesActionParamsWithContext(ctx context.Context) *PerformContentUpdatePoliciesActionParams
- func NewPerformContentUpdatePoliciesActionParamsWithHTTPClient(client *http.Client) *PerformContentUpdatePoliciesActionParams
- func NewPerformContentUpdatePoliciesActionParamsWithTimeout(timeout time.Duration) *PerformContentUpdatePoliciesActionParams
- func (o *PerformContentUpdatePoliciesActionParams) SetActionName(actionName string)
- func (o *PerformContentUpdatePoliciesActionParams) SetBody(body *models.MsaEntityActionRequestV2)
- func (o *PerformContentUpdatePoliciesActionParams) SetContext(ctx context.Context)
- func (o *PerformContentUpdatePoliciesActionParams) SetDefaults()
- func (o *PerformContentUpdatePoliciesActionParams) SetHTTPClient(client *http.Client)
- func (o *PerformContentUpdatePoliciesActionParams) SetTimeout(timeout time.Duration)
- func (o *PerformContentUpdatePoliciesActionParams) WithActionName(actionName string) *PerformContentUpdatePoliciesActionParams
- func (o *PerformContentUpdatePoliciesActionParams) WithBody(body *models.MsaEntityActionRequestV2) *PerformContentUpdatePoliciesActionParams
- func (o *PerformContentUpdatePoliciesActionParams) WithContext(ctx context.Context) *PerformContentUpdatePoliciesActionParams
- func (o *PerformContentUpdatePoliciesActionParams) WithDefaults() *PerformContentUpdatePoliciesActionParams
- func (o *PerformContentUpdatePoliciesActionParams) WithHTTPClient(client *http.Client) *PerformContentUpdatePoliciesActionParams
- func (o *PerformContentUpdatePoliciesActionParams) WithTimeout(timeout time.Duration) *PerformContentUpdatePoliciesActionParams
- func (o *PerformContentUpdatePoliciesActionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PerformContentUpdatePoliciesActionReader
- type PerformContentUpdatePoliciesActionTooManyRequests
- func (o *PerformContentUpdatePoliciesActionTooManyRequests) Code() int
- func (o *PerformContentUpdatePoliciesActionTooManyRequests) Error() string
- func (o *PerformContentUpdatePoliciesActionTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *PerformContentUpdatePoliciesActionTooManyRequests) IsClientError() bool
- func (o *PerformContentUpdatePoliciesActionTooManyRequests) IsCode(code int) bool
- func (o *PerformContentUpdatePoliciesActionTooManyRequests) IsRedirect() bool
- func (o *PerformContentUpdatePoliciesActionTooManyRequests) IsServerError() bool
- func (o *PerformContentUpdatePoliciesActionTooManyRequests) IsSuccess() bool
- func (o *PerformContentUpdatePoliciesActionTooManyRequests) String() string
- type QueryCombinedContentUpdatePoliciesBadRequest
- func (o *QueryCombinedContentUpdatePoliciesBadRequest) Code() int
- func (o *QueryCombinedContentUpdatePoliciesBadRequest) Error() string
- func (o *QueryCombinedContentUpdatePoliciesBadRequest) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *QueryCombinedContentUpdatePoliciesBadRequest) IsClientError() bool
- func (o *QueryCombinedContentUpdatePoliciesBadRequest) IsCode(code int) bool
- func (o *QueryCombinedContentUpdatePoliciesBadRequest) IsRedirect() bool
- func (o *QueryCombinedContentUpdatePoliciesBadRequest) IsServerError() bool
- func (o *QueryCombinedContentUpdatePoliciesBadRequest) IsSuccess() bool
- func (o *QueryCombinedContentUpdatePoliciesBadRequest) String() string
- type QueryCombinedContentUpdatePoliciesForbidden
- func (o *QueryCombinedContentUpdatePoliciesForbidden) Code() int
- func (o *QueryCombinedContentUpdatePoliciesForbidden) Error() string
- func (o *QueryCombinedContentUpdatePoliciesForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *QueryCombinedContentUpdatePoliciesForbidden) IsClientError() bool
- func (o *QueryCombinedContentUpdatePoliciesForbidden) IsCode(code int) bool
- func (o *QueryCombinedContentUpdatePoliciesForbidden) IsRedirect() bool
- func (o *QueryCombinedContentUpdatePoliciesForbidden) IsServerError() bool
- func (o *QueryCombinedContentUpdatePoliciesForbidden) IsSuccess() bool
- func (o *QueryCombinedContentUpdatePoliciesForbidden) String() string
- type QueryCombinedContentUpdatePoliciesInternalServerError
- func (o *QueryCombinedContentUpdatePoliciesInternalServerError) Code() int
- func (o *QueryCombinedContentUpdatePoliciesInternalServerError) Error() string
- func (o *QueryCombinedContentUpdatePoliciesInternalServerError) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *QueryCombinedContentUpdatePoliciesInternalServerError) IsClientError() bool
- func (o *QueryCombinedContentUpdatePoliciesInternalServerError) IsCode(code int) bool
- func (o *QueryCombinedContentUpdatePoliciesInternalServerError) IsRedirect() bool
- func (o *QueryCombinedContentUpdatePoliciesInternalServerError) IsServerError() bool
- func (o *QueryCombinedContentUpdatePoliciesInternalServerError) IsSuccess() bool
- func (o *QueryCombinedContentUpdatePoliciesInternalServerError) String() string
- type QueryCombinedContentUpdatePoliciesOK
- func (o *QueryCombinedContentUpdatePoliciesOK) Code() int
- func (o *QueryCombinedContentUpdatePoliciesOK) Error() string
- func (o *QueryCombinedContentUpdatePoliciesOK) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *QueryCombinedContentUpdatePoliciesOK) IsClientError() bool
- func (o *QueryCombinedContentUpdatePoliciesOK) IsCode(code int) bool
- func (o *QueryCombinedContentUpdatePoliciesOK) IsRedirect() bool
- func (o *QueryCombinedContentUpdatePoliciesOK) IsServerError() bool
- func (o *QueryCombinedContentUpdatePoliciesOK) IsSuccess() bool
- func (o *QueryCombinedContentUpdatePoliciesOK) String() string
- type QueryCombinedContentUpdatePoliciesParams
- func NewQueryCombinedContentUpdatePoliciesParams() *QueryCombinedContentUpdatePoliciesParams
- func NewQueryCombinedContentUpdatePoliciesParamsWithContext(ctx context.Context) *QueryCombinedContentUpdatePoliciesParams
- func NewQueryCombinedContentUpdatePoliciesParamsWithHTTPClient(client *http.Client) *QueryCombinedContentUpdatePoliciesParams
- func NewQueryCombinedContentUpdatePoliciesParamsWithTimeout(timeout time.Duration) *QueryCombinedContentUpdatePoliciesParams
- func (o *QueryCombinedContentUpdatePoliciesParams) SetContext(ctx context.Context)
- func (o *QueryCombinedContentUpdatePoliciesParams) SetDefaults()
- func (o *QueryCombinedContentUpdatePoliciesParams) SetFilter(filter *string)
- func (o *QueryCombinedContentUpdatePoliciesParams) SetHTTPClient(client *http.Client)
- func (o *QueryCombinedContentUpdatePoliciesParams) SetLimit(limit *int64)
- func (o *QueryCombinedContentUpdatePoliciesParams) SetOffset(offset *int64)
- func (o *QueryCombinedContentUpdatePoliciesParams) SetSort(sort *string)
- func (o *QueryCombinedContentUpdatePoliciesParams) SetTimeout(timeout time.Duration)
- func (o *QueryCombinedContentUpdatePoliciesParams) WithContext(ctx context.Context) *QueryCombinedContentUpdatePoliciesParams
- func (o *QueryCombinedContentUpdatePoliciesParams) WithDefaults() *QueryCombinedContentUpdatePoliciesParams
- func (o *QueryCombinedContentUpdatePoliciesParams) WithFilter(filter *string) *QueryCombinedContentUpdatePoliciesParams
- func (o *QueryCombinedContentUpdatePoliciesParams) WithHTTPClient(client *http.Client) *QueryCombinedContentUpdatePoliciesParams
- func (o *QueryCombinedContentUpdatePoliciesParams) WithLimit(limit *int64) *QueryCombinedContentUpdatePoliciesParams
- func (o *QueryCombinedContentUpdatePoliciesParams) WithOffset(offset *int64) *QueryCombinedContentUpdatePoliciesParams
- func (o *QueryCombinedContentUpdatePoliciesParams) WithSort(sort *string) *QueryCombinedContentUpdatePoliciesParams
- func (o *QueryCombinedContentUpdatePoliciesParams) WithTimeout(timeout time.Duration) *QueryCombinedContentUpdatePoliciesParams
- func (o *QueryCombinedContentUpdatePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryCombinedContentUpdatePoliciesReader
- type QueryCombinedContentUpdatePoliciesTooManyRequests
- func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) Code() int
- func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) Error() string
- func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) IsClientError() bool
- func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) IsCode(code int) bool
- func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) IsRedirect() bool
- func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) IsServerError() bool
- func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) IsSuccess() bool
- func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) String() string
- type QueryCombinedContentUpdatePolicyMembersBadRequest
- func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) Code() int
- func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) Error() string
- func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) GetPayload() *models.BasePolicyMembersRespV1
- func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) IsClientError() bool
- func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) IsCode(code int) bool
- func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) IsRedirect() bool
- func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) IsServerError() bool
- func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) IsSuccess() bool
- func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) String() string
- type QueryCombinedContentUpdatePolicyMembersForbidden
- func (o *QueryCombinedContentUpdatePolicyMembersForbidden) Code() int
- func (o *QueryCombinedContentUpdatePolicyMembersForbidden) Error() string
- func (o *QueryCombinedContentUpdatePolicyMembersForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *QueryCombinedContentUpdatePolicyMembersForbidden) IsClientError() bool
- func (o *QueryCombinedContentUpdatePolicyMembersForbidden) IsCode(code int) bool
- func (o *QueryCombinedContentUpdatePolicyMembersForbidden) IsRedirect() bool
- func (o *QueryCombinedContentUpdatePolicyMembersForbidden) IsServerError() bool
- func (o *QueryCombinedContentUpdatePolicyMembersForbidden) IsSuccess() bool
- func (o *QueryCombinedContentUpdatePolicyMembersForbidden) String() string
- type QueryCombinedContentUpdatePolicyMembersInternalServerError
- func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) Code() int
- func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) Error() string
- func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) GetPayload() *models.BasePolicyMembersRespV1
- func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) IsClientError() bool
- func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) IsCode(code int) bool
- func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) IsRedirect() bool
- func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) IsServerError() bool
- func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) IsSuccess() bool
- func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) String() string
- type QueryCombinedContentUpdatePolicyMembersNotFound
- func (o *QueryCombinedContentUpdatePolicyMembersNotFound) Code() int
- func (o *QueryCombinedContentUpdatePolicyMembersNotFound) Error() string
- func (o *QueryCombinedContentUpdatePolicyMembersNotFound) GetPayload() *models.BasePolicyMembersRespV1
- func (o *QueryCombinedContentUpdatePolicyMembersNotFound) IsClientError() bool
- func (o *QueryCombinedContentUpdatePolicyMembersNotFound) IsCode(code int) bool
- func (o *QueryCombinedContentUpdatePolicyMembersNotFound) IsRedirect() bool
- func (o *QueryCombinedContentUpdatePolicyMembersNotFound) IsServerError() bool
- func (o *QueryCombinedContentUpdatePolicyMembersNotFound) IsSuccess() bool
- func (o *QueryCombinedContentUpdatePolicyMembersNotFound) String() string
- type QueryCombinedContentUpdatePolicyMembersOK
- func (o *QueryCombinedContentUpdatePolicyMembersOK) Code() int
- func (o *QueryCombinedContentUpdatePolicyMembersOK) Error() string
- func (o *QueryCombinedContentUpdatePolicyMembersOK) GetPayload() *models.BasePolicyMembersRespV1
- func (o *QueryCombinedContentUpdatePolicyMembersOK) IsClientError() bool
- func (o *QueryCombinedContentUpdatePolicyMembersOK) IsCode(code int) bool
- func (o *QueryCombinedContentUpdatePolicyMembersOK) IsRedirect() bool
- func (o *QueryCombinedContentUpdatePolicyMembersOK) IsServerError() bool
- func (o *QueryCombinedContentUpdatePolicyMembersOK) IsSuccess() bool
- func (o *QueryCombinedContentUpdatePolicyMembersOK) String() string
- type QueryCombinedContentUpdatePolicyMembersParams
- func NewQueryCombinedContentUpdatePolicyMembersParams() *QueryCombinedContentUpdatePolicyMembersParams
- func NewQueryCombinedContentUpdatePolicyMembersParamsWithContext(ctx context.Context) *QueryCombinedContentUpdatePolicyMembersParams
- func NewQueryCombinedContentUpdatePolicyMembersParamsWithHTTPClient(client *http.Client) *QueryCombinedContentUpdatePolicyMembersParams
- func NewQueryCombinedContentUpdatePolicyMembersParamsWithTimeout(timeout time.Duration) *QueryCombinedContentUpdatePolicyMembersParams
- func (o *QueryCombinedContentUpdatePolicyMembersParams) SetContext(ctx context.Context)
- func (o *QueryCombinedContentUpdatePolicyMembersParams) SetDefaults()
- func (o *QueryCombinedContentUpdatePolicyMembersParams) SetFilter(filter *string)
- func (o *QueryCombinedContentUpdatePolicyMembersParams) SetHTTPClient(client *http.Client)
- func (o *QueryCombinedContentUpdatePolicyMembersParams) SetID(id *string)
- func (o *QueryCombinedContentUpdatePolicyMembersParams) SetLimit(limit *int64)
- func (o *QueryCombinedContentUpdatePolicyMembersParams) SetOffset(offset *int64)
- func (o *QueryCombinedContentUpdatePolicyMembersParams) SetSort(sort *string)
- func (o *QueryCombinedContentUpdatePolicyMembersParams) SetTimeout(timeout time.Duration)
- func (o *QueryCombinedContentUpdatePolicyMembersParams) WithContext(ctx context.Context) *QueryCombinedContentUpdatePolicyMembersParams
- func (o *QueryCombinedContentUpdatePolicyMembersParams) WithDefaults() *QueryCombinedContentUpdatePolicyMembersParams
- func (o *QueryCombinedContentUpdatePolicyMembersParams) WithFilter(filter *string) *QueryCombinedContentUpdatePolicyMembersParams
- func (o *QueryCombinedContentUpdatePolicyMembersParams) WithHTTPClient(client *http.Client) *QueryCombinedContentUpdatePolicyMembersParams
- func (o *QueryCombinedContentUpdatePolicyMembersParams) WithID(id *string) *QueryCombinedContentUpdatePolicyMembersParams
- func (o *QueryCombinedContentUpdatePolicyMembersParams) WithLimit(limit *int64) *QueryCombinedContentUpdatePolicyMembersParams
- func (o *QueryCombinedContentUpdatePolicyMembersParams) WithOffset(offset *int64) *QueryCombinedContentUpdatePolicyMembersParams
- func (o *QueryCombinedContentUpdatePolicyMembersParams) WithSort(sort *string) *QueryCombinedContentUpdatePolicyMembersParams
- func (o *QueryCombinedContentUpdatePolicyMembersParams) WithTimeout(timeout time.Duration) *QueryCombinedContentUpdatePolicyMembersParams
- func (o *QueryCombinedContentUpdatePolicyMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryCombinedContentUpdatePolicyMembersReader
- type QueryCombinedContentUpdatePolicyMembersTooManyRequests
- func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) Code() int
- func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) Error() string
- func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsClientError() bool
- func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsCode(code int) bool
- func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsRedirect() bool
- func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsServerError() bool
- func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsSuccess() bool
- func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) String() string
- type QueryContentUpdatePoliciesBadRequest
- func (o *QueryContentUpdatePoliciesBadRequest) Code() int
- func (o *QueryContentUpdatePoliciesBadRequest) Error() string
- func (o *QueryContentUpdatePoliciesBadRequest) GetPayload() *models.MsaQueryResponse
- func (o *QueryContentUpdatePoliciesBadRequest) IsClientError() bool
- func (o *QueryContentUpdatePoliciesBadRequest) IsCode(code int) bool
- func (o *QueryContentUpdatePoliciesBadRequest) IsRedirect() bool
- func (o *QueryContentUpdatePoliciesBadRequest) IsServerError() bool
- func (o *QueryContentUpdatePoliciesBadRequest) IsSuccess() bool
- func (o *QueryContentUpdatePoliciesBadRequest) String() string
- type QueryContentUpdatePoliciesForbidden
- func (o *QueryContentUpdatePoliciesForbidden) Code() int
- func (o *QueryContentUpdatePoliciesForbidden) Error() string
- func (o *QueryContentUpdatePoliciesForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *QueryContentUpdatePoliciesForbidden) IsClientError() bool
- func (o *QueryContentUpdatePoliciesForbidden) IsCode(code int) bool
- func (o *QueryContentUpdatePoliciesForbidden) IsRedirect() bool
- func (o *QueryContentUpdatePoliciesForbidden) IsServerError() bool
- func (o *QueryContentUpdatePoliciesForbidden) IsSuccess() bool
- func (o *QueryContentUpdatePoliciesForbidden) String() string
- type QueryContentUpdatePoliciesInternalServerError
- func (o *QueryContentUpdatePoliciesInternalServerError) Code() int
- func (o *QueryContentUpdatePoliciesInternalServerError) Error() string
- func (o *QueryContentUpdatePoliciesInternalServerError) GetPayload() *models.MsaQueryResponse
- func (o *QueryContentUpdatePoliciesInternalServerError) IsClientError() bool
- func (o *QueryContentUpdatePoliciesInternalServerError) IsCode(code int) bool
- func (o *QueryContentUpdatePoliciesInternalServerError) IsRedirect() bool
- func (o *QueryContentUpdatePoliciesInternalServerError) IsServerError() bool
- func (o *QueryContentUpdatePoliciesInternalServerError) IsSuccess() bool
- func (o *QueryContentUpdatePoliciesInternalServerError) String() string
- type QueryContentUpdatePoliciesOK
- func (o *QueryContentUpdatePoliciesOK) Code() int
- func (o *QueryContentUpdatePoliciesOK) Error() string
- func (o *QueryContentUpdatePoliciesOK) GetPayload() *models.MsaQueryResponse
- func (o *QueryContentUpdatePoliciesOK) IsClientError() bool
- func (o *QueryContentUpdatePoliciesOK) IsCode(code int) bool
- func (o *QueryContentUpdatePoliciesOK) IsRedirect() bool
- func (o *QueryContentUpdatePoliciesOK) IsServerError() bool
- func (o *QueryContentUpdatePoliciesOK) IsSuccess() bool
- func (o *QueryContentUpdatePoliciesOK) String() string
- type QueryContentUpdatePoliciesParams
- func NewQueryContentUpdatePoliciesParams() *QueryContentUpdatePoliciesParams
- func NewQueryContentUpdatePoliciesParamsWithContext(ctx context.Context) *QueryContentUpdatePoliciesParams
- func NewQueryContentUpdatePoliciesParamsWithHTTPClient(client *http.Client) *QueryContentUpdatePoliciesParams
- func NewQueryContentUpdatePoliciesParamsWithTimeout(timeout time.Duration) *QueryContentUpdatePoliciesParams
- func (o *QueryContentUpdatePoliciesParams) SetContext(ctx context.Context)
- func (o *QueryContentUpdatePoliciesParams) SetDefaults()
- func (o *QueryContentUpdatePoliciesParams) SetFilter(filter *string)
- func (o *QueryContentUpdatePoliciesParams) SetHTTPClient(client *http.Client)
- func (o *QueryContentUpdatePoliciesParams) SetLimit(limit *int64)
- func (o *QueryContentUpdatePoliciesParams) SetOffset(offset *int64)
- func (o *QueryContentUpdatePoliciesParams) SetSort(sort *string)
- func (o *QueryContentUpdatePoliciesParams) SetTimeout(timeout time.Duration)
- func (o *QueryContentUpdatePoliciesParams) WithContext(ctx context.Context) *QueryContentUpdatePoliciesParams
- func (o *QueryContentUpdatePoliciesParams) WithDefaults() *QueryContentUpdatePoliciesParams
- func (o *QueryContentUpdatePoliciesParams) WithFilter(filter *string) *QueryContentUpdatePoliciesParams
- func (o *QueryContentUpdatePoliciesParams) WithHTTPClient(client *http.Client) *QueryContentUpdatePoliciesParams
- func (o *QueryContentUpdatePoliciesParams) WithLimit(limit *int64) *QueryContentUpdatePoliciesParams
- func (o *QueryContentUpdatePoliciesParams) WithOffset(offset *int64) *QueryContentUpdatePoliciesParams
- func (o *QueryContentUpdatePoliciesParams) WithSort(sort *string) *QueryContentUpdatePoliciesParams
- func (o *QueryContentUpdatePoliciesParams) WithTimeout(timeout time.Duration) *QueryContentUpdatePoliciesParams
- func (o *QueryContentUpdatePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryContentUpdatePoliciesReader
- type QueryContentUpdatePoliciesTooManyRequests
- func (o *QueryContentUpdatePoliciesTooManyRequests) Code() int
- func (o *QueryContentUpdatePoliciesTooManyRequests) Error() string
- func (o *QueryContentUpdatePoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryContentUpdatePoliciesTooManyRequests) IsClientError() bool
- func (o *QueryContentUpdatePoliciesTooManyRequests) IsCode(code int) bool
- func (o *QueryContentUpdatePoliciesTooManyRequests) IsRedirect() bool
- func (o *QueryContentUpdatePoliciesTooManyRequests) IsServerError() bool
- func (o *QueryContentUpdatePoliciesTooManyRequests) IsSuccess() bool
- func (o *QueryContentUpdatePoliciesTooManyRequests) String() string
- type QueryContentUpdatePolicyMembersBadRequest
- func (o *QueryContentUpdatePolicyMembersBadRequest) Code() int
- func (o *QueryContentUpdatePolicyMembersBadRequest) Error() string
- func (o *QueryContentUpdatePolicyMembersBadRequest) GetPayload() *models.MsaQueryResponse
- func (o *QueryContentUpdatePolicyMembersBadRequest) IsClientError() bool
- func (o *QueryContentUpdatePolicyMembersBadRequest) IsCode(code int) bool
- func (o *QueryContentUpdatePolicyMembersBadRequest) IsRedirect() bool
- func (o *QueryContentUpdatePolicyMembersBadRequest) IsServerError() bool
- func (o *QueryContentUpdatePolicyMembersBadRequest) IsSuccess() bool
- func (o *QueryContentUpdatePolicyMembersBadRequest) String() string
- type QueryContentUpdatePolicyMembersForbidden
- func (o *QueryContentUpdatePolicyMembersForbidden) Code() int
- func (o *QueryContentUpdatePolicyMembersForbidden) Error() string
- func (o *QueryContentUpdatePolicyMembersForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *QueryContentUpdatePolicyMembersForbidden) IsClientError() bool
- func (o *QueryContentUpdatePolicyMembersForbidden) IsCode(code int) bool
- func (o *QueryContentUpdatePolicyMembersForbidden) IsRedirect() bool
- func (o *QueryContentUpdatePolicyMembersForbidden) IsServerError() bool
- func (o *QueryContentUpdatePolicyMembersForbidden) IsSuccess() bool
- func (o *QueryContentUpdatePolicyMembersForbidden) String() string
- type QueryContentUpdatePolicyMembersInternalServerError
- func (o *QueryContentUpdatePolicyMembersInternalServerError) Code() int
- func (o *QueryContentUpdatePolicyMembersInternalServerError) Error() string
- func (o *QueryContentUpdatePolicyMembersInternalServerError) GetPayload() *models.MsaQueryResponse
- func (o *QueryContentUpdatePolicyMembersInternalServerError) IsClientError() bool
- func (o *QueryContentUpdatePolicyMembersInternalServerError) IsCode(code int) bool
- func (o *QueryContentUpdatePolicyMembersInternalServerError) IsRedirect() bool
- func (o *QueryContentUpdatePolicyMembersInternalServerError) IsServerError() bool
- func (o *QueryContentUpdatePolicyMembersInternalServerError) IsSuccess() bool
- func (o *QueryContentUpdatePolicyMembersInternalServerError) String() string
- type QueryContentUpdatePolicyMembersNotFound
- func (o *QueryContentUpdatePolicyMembersNotFound) Code() int
- func (o *QueryContentUpdatePolicyMembersNotFound) Error() string
- func (o *QueryContentUpdatePolicyMembersNotFound) GetPayload() *models.MsaQueryResponse
- func (o *QueryContentUpdatePolicyMembersNotFound) IsClientError() bool
- func (o *QueryContentUpdatePolicyMembersNotFound) IsCode(code int) bool
- func (o *QueryContentUpdatePolicyMembersNotFound) IsRedirect() bool
- func (o *QueryContentUpdatePolicyMembersNotFound) IsServerError() bool
- func (o *QueryContentUpdatePolicyMembersNotFound) IsSuccess() bool
- func (o *QueryContentUpdatePolicyMembersNotFound) String() string
- type QueryContentUpdatePolicyMembersOK
- func (o *QueryContentUpdatePolicyMembersOK) Code() int
- func (o *QueryContentUpdatePolicyMembersOK) Error() string
- func (o *QueryContentUpdatePolicyMembersOK) GetPayload() *models.MsaQueryResponse
- func (o *QueryContentUpdatePolicyMembersOK) IsClientError() bool
- func (o *QueryContentUpdatePolicyMembersOK) IsCode(code int) bool
- func (o *QueryContentUpdatePolicyMembersOK) IsRedirect() bool
- func (o *QueryContentUpdatePolicyMembersOK) IsServerError() bool
- func (o *QueryContentUpdatePolicyMembersOK) IsSuccess() bool
- func (o *QueryContentUpdatePolicyMembersOK) String() string
- type QueryContentUpdatePolicyMembersParams
- func NewQueryContentUpdatePolicyMembersParams() *QueryContentUpdatePolicyMembersParams
- func NewQueryContentUpdatePolicyMembersParamsWithContext(ctx context.Context) *QueryContentUpdatePolicyMembersParams
- func NewQueryContentUpdatePolicyMembersParamsWithHTTPClient(client *http.Client) *QueryContentUpdatePolicyMembersParams
- func NewQueryContentUpdatePolicyMembersParamsWithTimeout(timeout time.Duration) *QueryContentUpdatePolicyMembersParams
- func (o *QueryContentUpdatePolicyMembersParams) SetContext(ctx context.Context)
- func (o *QueryContentUpdatePolicyMembersParams) SetDefaults()
- func (o *QueryContentUpdatePolicyMembersParams) SetFilter(filter *string)
- func (o *QueryContentUpdatePolicyMembersParams) SetHTTPClient(client *http.Client)
- func (o *QueryContentUpdatePolicyMembersParams) SetID(id *string)
- func (o *QueryContentUpdatePolicyMembersParams) SetLimit(limit *int64)
- func (o *QueryContentUpdatePolicyMembersParams) SetOffset(offset *int64)
- func (o *QueryContentUpdatePolicyMembersParams) SetSort(sort *string)
- func (o *QueryContentUpdatePolicyMembersParams) SetTimeout(timeout time.Duration)
- func (o *QueryContentUpdatePolicyMembersParams) WithContext(ctx context.Context) *QueryContentUpdatePolicyMembersParams
- func (o *QueryContentUpdatePolicyMembersParams) WithDefaults() *QueryContentUpdatePolicyMembersParams
- func (o *QueryContentUpdatePolicyMembersParams) WithFilter(filter *string) *QueryContentUpdatePolicyMembersParams
- func (o *QueryContentUpdatePolicyMembersParams) WithHTTPClient(client *http.Client) *QueryContentUpdatePolicyMembersParams
- func (o *QueryContentUpdatePolicyMembersParams) WithID(id *string) *QueryContentUpdatePolicyMembersParams
- func (o *QueryContentUpdatePolicyMembersParams) WithLimit(limit *int64) *QueryContentUpdatePolicyMembersParams
- func (o *QueryContentUpdatePolicyMembersParams) WithOffset(offset *int64) *QueryContentUpdatePolicyMembersParams
- func (o *QueryContentUpdatePolicyMembersParams) WithSort(sort *string) *QueryContentUpdatePolicyMembersParams
- func (o *QueryContentUpdatePolicyMembersParams) WithTimeout(timeout time.Duration) *QueryContentUpdatePolicyMembersParams
- func (o *QueryContentUpdatePolicyMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryContentUpdatePolicyMembersReader
- type QueryContentUpdatePolicyMembersTooManyRequests
- func (o *QueryContentUpdatePolicyMembersTooManyRequests) Code() int
- func (o *QueryContentUpdatePolicyMembersTooManyRequests) Error() string
- func (o *QueryContentUpdatePolicyMembersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryContentUpdatePolicyMembersTooManyRequests) IsClientError() bool
- func (o *QueryContentUpdatePolicyMembersTooManyRequests) IsCode(code int) bool
- func (o *QueryContentUpdatePolicyMembersTooManyRequests) IsRedirect() bool
- func (o *QueryContentUpdatePolicyMembersTooManyRequests) IsServerError() bool
- func (o *QueryContentUpdatePolicyMembersTooManyRequests) IsSuccess() bool
- func (o *QueryContentUpdatePolicyMembersTooManyRequests) String() string
- type SetContentUpdatePoliciesPrecedenceBadRequest
- func (o *SetContentUpdatePoliciesPrecedenceBadRequest) Code() int
- func (o *SetContentUpdatePoliciesPrecedenceBadRequest) Error() string
- func (o *SetContentUpdatePoliciesPrecedenceBadRequest) GetPayload() *models.MsaQueryResponse
- func (o *SetContentUpdatePoliciesPrecedenceBadRequest) IsClientError() bool
- func (o *SetContentUpdatePoliciesPrecedenceBadRequest) IsCode(code int) bool
- func (o *SetContentUpdatePoliciesPrecedenceBadRequest) IsRedirect() bool
- func (o *SetContentUpdatePoliciesPrecedenceBadRequest) IsServerError() bool
- func (o *SetContentUpdatePoliciesPrecedenceBadRequest) IsSuccess() bool
- func (o *SetContentUpdatePoliciesPrecedenceBadRequest) String() string
- type SetContentUpdatePoliciesPrecedenceForbidden
- func (o *SetContentUpdatePoliciesPrecedenceForbidden) Code() int
- func (o *SetContentUpdatePoliciesPrecedenceForbidden) Error() string
- func (o *SetContentUpdatePoliciesPrecedenceForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *SetContentUpdatePoliciesPrecedenceForbidden) IsClientError() bool
- func (o *SetContentUpdatePoliciesPrecedenceForbidden) IsCode(code int) bool
- func (o *SetContentUpdatePoliciesPrecedenceForbidden) IsRedirect() bool
- func (o *SetContentUpdatePoliciesPrecedenceForbidden) IsServerError() bool
- func (o *SetContentUpdatePoliciesPrecedenceForbidden) IsSuccess() bool
- func (o *SetContentUpdatePoliciesPrecedenceForbidden) String() string
- type SetContentUpdatePoliciesPrecedenceInternalServerError
- func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) Code() int
- func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) Error() string
- func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) GetPayload() *models.MsaQueryResponse
- func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) IsClientError() bool
- func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) IsCode(code int) bool
- func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) IsRedirect() bool
- func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) IsServerError() bool
- func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) IsSuccess() bool
- func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) String() string
- type SetContentUpdatePoliciesPrecedenceOK
- func (o *SetContentUpdatePoliciesPrecedenceOK) Code() int
- func (o *SetContentUpdatePoliciesPrecedenceOK) Error() string
- func (o *SetContentUpdatePoliciesPrecedenceOK) GetPayload() *models.MsaQueryResponse
- func (o *SetContentUpdatePoliciesPrecedenceOK) IsClientError() bool
- func (o *SetContentUpdatePoliciesPrecedenceOK) IsCode(code int) bool
- func (o *SetContentUpdatePoliciesPrecedenceOK) IsRedirect() bool
- func (o *SetContentUpdatePoliciesPrecedenceOK) IsServerError() bool
- func (o *SetContentUpdatePoliciesPrecedenceOK) IsSuccess() bool
- func (o *SetContentUpdatePoliciesPrecedenceOK) String() string
- type SetContentUpdatePoliciesPrecedenceParams
- func NewSetContentUpdatePoliciesPrecedenceParams() *SetContentUpdatePoliciesPrecedenceParams
- func NewSetContentUpdatePoliciesPrecedenceParamsWithContext(ctx context.Context) *SetContentUpdatePoliciesPrecedenceParams
- func NewSetContentUpdatePoliciesPrecedenceParamsWithHTTPClient(client *http.Client) *SetContentUpdatePoliciesPrecedenceParams
- func NewSetContentUpdatePoliciesPrecedenceParamsWithTimeout(timeout time.Duration) *SetContentUpdatePoliciesPrecedenceParams
- func (o *SetContentUpdatePoliciesPrecedenceParams) SetBody(body *models.BaseSetContentUpdatePolicyPrecedenceReqV1)
- func (o *SetContentUpdatePoliciesPrecedenceParams) SetContext(ctx context.Context)
- func (o *SetContentUpdatePoliciesPrecedenceParams) SetDefaults()
- func (o *SetContentUpdatePoliciesPrecedenceParams) SetHTTPClient(client *http.Client)
- func (o *SetContentUpdatePoliciesPrecedenceParams) SetTimeout(timeout time.Duration)
- func (o *SetContentUpdatePoliciesPrecedenceParams) WithBody(body *models.BaseSetContentUpdatePolicyPrecedenceReqV1) *SetContentUpdatePoliciesPrecedenceParams
- func (o *SetContentUpdatePoliciesPrecedenceParams) WithContext(ctx context.Context) *SetContentUpdatePoliciesPrecedenceParams
- func (o *SetContentUpdatePoliciesPrecedenceParams) WithDefaults() *SetContentUpdatePoliciesPrecedenceParams
- func (o *SetContentUpdatePoliciesPrecedenceParams) WithHTTPClient(client *http.Client) *SetContentUpdatePoliciesPrecedenceParams
- func (o *SetContentUpdatePoliciesPrecedenceParams) WithTimeout(timeout time.Duration) *SetContentUpdatePoliciesPrecedenceParams
- func (o *SetContentUpdatePoliciesPrecedenceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetContentUpdatePoliciesPrecedenceReader
- type SetContentUpdatePoliciesPrecedenceTooManyRequests
- func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) Code() int
- func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) Error() string
- func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) IsClientError() bool
- func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) IsCode(code int) bool
- func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) IsRedirect() bool
- func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) IsServerError() bool
- func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) IsSuccess() bool
- func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) String() string
- type UpdateContentUpdatePoliciesBadRequest
- func (o *UpdateContentUpdatePoliciesBadRequest) Code() int
- func (o *UpdateContentUpdatePoliciesBadRequest) Error() string
- func (o *UpdateContentUpdatePoliciesBadRequest) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *UpdateContentUpdatePoliciesBadRequest) IsClientError() bool
- func (o *UpdateContentUpdatePoliciesBadRequest) IsCode(code int) bool
- func (o *UpdateContentUpdatePoliciesBadRequest) IsRedirect() bool
- func (o *UpdateContentUpdatePoliciesBadRequest) IsServerError() bool
- func (o *UpdateContentUpdatePoliciesBadRequest) IsSuccess() bool
- func (o *UpdateContentUpdatePoliciesBadRequest) String() string
- type UpdateContentUpdatePoliciesForbidden
- func (o *UpdateContentUpdatePoliciesForbidden) Code() int
- func (o *UpdateContentUpdatePoliciesForbidden) Error() string
- func (o *UpdateContentUpdatePoliciesForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *UpdateContentUpdatePoliciesForbidden) IsClientError() bool
- func (o *UpdateContentUpdatePoliciesForbidden) IsCode(code int) bool
- func (o *UpdateContentUpdatePoliciesForbidden) IsRedirect() bool
- func (o *UpdateContentUpdatePoliciesForbidden) IsServerError() bool
- func (o *UpdateContentUpdatePoliciesForbidden) IsSuccess() bool
- func (o *UpdateContentUpdatePoliciesForbidden) String() string
- type UpdateContentUpdatePoliciesInternalServerError
- func (o *UpdateContentUpdatePoliciesInternalServerError) Code() int
- func (o *UpdateContentUpdatePoliciesInternalServerError) Error() string
- func (o *UpdateContentUpdatePoliciesInternalServerError) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *UpdateContentUpdatePoliciesInternalServerError) IsClientError() bool
- func (o *UpdateContentUpdatePoliciesInternalServerError) IsCode(code int) bool
- func (o *UpdateContentUpdatePoliciesInternalServerError) IsRedirect() bool
- func (o *UpdateContentUpdatePoliciesInternalServerError) IsServerError() bool
- func (o *UpdateContentUpdatePoliciesInternalServerError) IsSuccess() bool
- func (o *UpdateContentUpdatePoliciesInternalServerError) String() string
- type UpdateContentUpdatePoliciesNotFound
- func (o *UpdateContentUpdatePoliciesNotFound) Code() int
- func (o *UpdateContentUpdatePoliciesNotFound) Error() string
- func (o *UpdateContentUpdatePoliciesNotFound) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *UpdateContentUpdatePoliciesNotFound) IsClientError() bool
- func (o *UpdateContentUpdatePoliciesNotFound) IsCode(code int) bool
- func (o *UpdateContentUpdatePoliciesNotFound) IsRedirect() bool
- func (o *UpdateContentUpdatePoliciesNotFound) IsServerError() bool
- func (o *UpdateContentUpdatePoliciesNotFound) IsSuccess() bool
- func (o *UpdateContentUpdatePoliciesNotFound) String() string
- type UpdateContentUpdatePoliciesOK
- func (o *UpdateContentUpdatePoliciesOK) Code() int
- func (o *UpdateContentUpdatePoliciesOK) Error() string
- func (o *UpdateContentUpdatePoliciesOK) GetPayload() *models.DomainContentUpdatePolicyRespV1
- func (o *UpdateContentUpdatePoliciesOK) IsClientError() bool
- func (o *UpdateContentUpdatePoliciesOK) IsCode(code int) bool
- func (o *UpdateContentUpdatePoliciesOK) IsRedirect() bool
- func (o *UpdateContentUpdatePoliciesOK) IsServerError() bool
- func (o *UpdateContentUpdatePoliciesOK) IsSuccess() bool
- func (o *UpdateContentUpdatePoliciesOK) String() string
- type UpdateContentUpdatePoliciesParams
- func NewUpdateContentUpdatePoliciesParams() *UpdateContentUpdatePoliciesParams
- func NewUpdateContentUpdatePoliciesParamsWithContext(ctx context.Context) *UpdateContentUpdatePoliciesParams
- func NewUpdateContentUpdatePoliciesParamsWithHTTPClient(client *http.Client) *UpdateContentUpdatePoliciesParams
- func NewUpdateContentUpdatePoliciesParamsWithTimeout(timeout time.Duration) *UpdateContentUpdatePoliciesParams
- func (o *UpdateContentUpdatePoliciesParams) SetBody(body *models.ContentUpdateUpdatePoliciesReqV1)
- func (o *UpdateContentUpdatePoliciesParams) SetContext(ctx context.Context)
- func (o *UpdateContentUpdatePoliciesParams) SetDefaults()
- func (o *UpdateContentUpdatePoliciesParams) SetHTTPClient(client *http.Client)
- func (o *UpdateContentUpdatePoliciesParams) SetTimeout(timeout time.Duration)
- func (o *UpdateContentUpdatePoliciesParams) WithBody(body *models.ContentUpdateUpdatePoliciesReqV1) *UpdateContentUpdatePoliciesParams
- func (o *UpdateContentUpdatePoliciesParams) WithContext(ctx context.Context) *UpdateContentUpdatePoliciesParams
- func (o *UpdateContentUpdatePoliciesParams) WithDefaults() *UpdateContentUpdatePoliciesParams
- func (o *UpdateContentUpdatePoliciesParams) WithHTTPClient(client *http.Client) *UpdateContentUpdatePoliciesParams
- func (o *UpdateContentUpdatePoliciesParams) WithTimeout(timeout time.Duration) *UpdateContentUpdatePoliciesParams
- func (o *UpdateContentUpdatePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateContentUpdatePoliciesReader
- type UpdateContentUpdatePoliciesTooManyRequests
- func (o *UpdateContentUpdatePoliciesTooManyRequests) Code() int
- func (o *UpdateContentUpdatePoliciesTooManyRequests) Error() string
- func (o *UpdateContentUpdatePoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *UpdateContentUpdatePoliciesTooManyRequests) IsClientError() bool
- func (o *UpdateContentUpdatePoliciesTooManyRequests) IsCode(code int) bool
- func (o *UpdateContentUpdatePoliciesTooManyRequests) IsRedirect() bool
- func (o *UpdateContentUpdatePoliciesTooManyRequests) IsServerError() bool
- func (o *UpdateContentUpdatePoliciesTooManyRequests) IsSuccess() bool
- func (o *UpdateContentUpdatePoliciesTooManyRequests) String() string
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 ¶
func (o *CreateContentUpdatePoliciesBadRequest) Code() int
Code gets the status code for the create content update policies bad request response
func (*CreateContentUpdatePoliciesBadRequest) Error ¶
func (o *CreateContentUpdatePoliciesBadRequest) Error() string
func (*CreateContentUpdatePoliciesBadRequest) GetPayload ¶
func (o *CreateContentUpdatePoliciesBadRequest) GetPayload() *models.DomainContentUpdatePolicyRespV1
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 ¶
func (o *CreateContentUpdatePoliciesBadRequest) IsCode(code int) bool
IsCode returns true when this create content update policies bad request response a status code equal to that given
func (*CreateContentUpdatePoliciesBadRequest) IsRedirect ¶
func (o *CreateContentUpdatePoliciesBadRequest) IsRedirect() bool
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 ¶
func (o *CreateContentUpdatePoliciesBadRequest) IsSuccess() bool
IsSuccess returns true when this create content update policies bad request response has a 2xx status code
func (*CreateContentUpdatePoliciesBadRequest) String ¶
func (o *CreateContentUpdatePoliciesBadRequest) String() 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 ¶
func (o *CreateContentUpdatePoliciesCreated) Code() int
Code gets the status code for the create content update policies created response
func (*CreateContentUpdatePoliciesCreated) Error ¶
func (o *CreateContentUpdatePoliciesCreated) Error() string
func (*CreateContentUpdatePoliciesCreated) GetPayload ¶
func (o *CreateContentUpdatePoliciesCreated) GetPayload() *models.DomainContentUpdatePolicyRespV1
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 ¶
func (o *CreateContentUpdatePoliciesCreated) IsCode(code int) bool
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 ¶
func (o *CreateContentUpdatePoliciesCreated) IsSuccess() bool
IsSuccess returns true when this create content update policies created response has a 2xx status code
func (*CreateContentUpdatePoliciesCreated) String ¶
func (o *CreateContentUpdatePoliciesCreated) String() 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 ¶
func (o *CreateContentUpdatePoliciesForbidden) Code() int
Code gets the status code for the create content update policies forbidden response
func (*CreateContentUpdatePoliciesForbidden) Error ¶
func (o *CreateContentUpdatePoliciesForbidden) Error() string
func (*CreateContentUpdatePoliciesForbidden) GetPayload ¶
func (o *CreateContentUpdatePoliciesForbidden) GetPayload() *models.MsaErrorsOnly
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 ¶
func (o *CreateContentUpdatePoliciesForbidden) IsCode(code int) bool
IsCode returns true when this create content update policies forbidden response a status code equal to that given
func (*CreateContentUpdatePoliciesForbidden) IsRedirect ¶
func (o *CreateContentUpdatePoliciesForbidden) IsRedirect() bool
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 ¶
func (o *CreateContentUpdatePoliciesForbidden) IsSuccess() bool
IsSuccess returns true when this create content update policies forbidden response has a 2xx status code
func (*CreateContentUpdatePoliciesForbidden) String ¶
func (o *CreateContentUpdatePoliciesForbidden) String() 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 ¶
func (o *CreateContentUpdatePoliciesInternalServerError) Code() int
Code gets the status code for the create content update policies internal server error response
func (*CreateContentUpdatePoliciesInternalServerError) Error ¶
func (o *CreateContentUpdatePoliciesInternalServerError) Error() string
func (*CreateContentUpdatePoliciesInternalServerError) GetPayload ¶
func (o *CreateContentUpdatePoliciesInternalServerError) GetPayload() *models.DomainContentUpdatePolicyRespV1
func (*CreateContentUpdatePoliciesInternalServerError) IsClientError ¶
func (o *CreateContentUpdatePoliciesInternalServerError) IsClientError() bool
IsClientError returns true when this create content update policies internal server error response has a 4xx status code
func (*CreateContentUpdatePoliciesInternalServerError) IsCode ¶
func (o *CreateContentUpdatePoliciesInternalServerError) IsCode(code int) bool
IsCode returns true when this create content update policies internal server error response a status code equal to that given
func (*CreateContentUpdatePoliciesInternalServerError) IsRedirect ¶
func (o *CreateContentUpdatePoliciesInternalServerError) IsRedirect() bool
IsRedirect returns true when this create content update policies internal server error response has a 3xx status code
func (*CreateContentUpdatePoliciesInternalServerError) IsServerError ¶
func (o *CreateContentUpdatePoliciesInternalServerError) IsServerError() bool
IsServerError returns true when this create content update policies internal server error response has a 5xx status code
func (*CreateContentUpdatePoliciesInternalServerError) IsSuccess ¶
func (o *CreateContentUpdatePoliciesInternalServerError) IsSuccess() bool
IsSuccess returns true when this create content update policies internal server error response has a 2xx status code
func (*CreateContentUpdatePoliciesInternalServerError) String ¶
func (o *CreateContentUpdatePoliciesInternalServerError) String() 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 ¶
func (o *CreateContentUpdatePoliciesNotFound) Code() int
Code gets the status code for the create content update policies not found response
func (*CreateContentUpdatePoliciesNotFound) Error ¶
func (o *CreateContentUpdatePoliciesNotFound) Error() string
func (*CreateContentUpdatePoliciesNotFound) GetPayload ¶
func (o *CreateContentUpdatePoliciesNotFound) GetPayload() *models.DomainContentUpdatePolicyRespV1
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 ¶
func (o *CreateContentUpdatePoliciesNotFound) IsCode(code int) bool
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 ¶
func (o *CreateContentUpdatePoliciesNotFound) IsSuccess() bool
IsSuccess returns true when this create content update policies not found response has a 2xx status code
func (*CreateContentUpdatePoliciesNotFound) String ¶
func (o *CreateContentUpdatePoliciesNotFound) String() 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 ¶
func (o *CreateContentUpdatePoliciesParams) SetBody(body *models.ContentUpdateCreatePoliciesReqV1)
SetBody adds the body to the create content update policies params
func (*CreateContentUpdatePoliciesParams) SetContext ¶
func (o *CreateContentUpdatePoliciesParams) SetContext(ctx context.Context)
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 ¶
func (o *CreateContentUpdatePoliciesParams) WithBody(body *models.ContentUpdateCreatePoliciesReqV1) *CreateContentUpdatePoliciesParams
WithBody adds the body to the create content update policies params
func (*CreateContentUpdatePoliciesParams) WithContext ¶
func (o *CreateContentUpdatePoliciesParams) WithContext(ctx context.Context) *CreateContentUpdatePoliciesParams
WithContext adds the context to the create content update policies params
func (*CreateContentUpdatePoliciesParams) WithDefaults ¶
func (o *CreateContentUpdatePoliciesParams) WithDefaults() *CreateContentUpdatePoliciesParams
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 ¶
func (o *CreateContentUpdatePoliciesParams) WithHTTPClient(client *http.Client) *CreateContentUpdatePoliciesParams
WithHTTPClient adds the HTTPClient to the create content update policies params
func (*CreateContentUpdatePoliciesParams) WithTimeout ¶
func (o *CreateContentUpdatePoliciesParams) WithTimeout(timeout time.Duration) *CreateContentUpdatePoliciesParams
WithTimeout adds the timeout to the create content update policies params
func (*CreateContentUpdatePoliciesParams) WriteToRequest ¶
func (o *CreateContentUpdatePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *CreateContentUpdatePoliciesTooManyRequests) Code() int
Code gets the status code for the create content update policies too many requests response
func (*CreateContentUpdatePoliciesTooManyRequests) Error ¶
func (o *CreateContentUpdatePoliciesTooManyRequests) Error() string
func (*CreateContentUpdatePoliciesTooManyRequests) GetPayload ¶
func (o *CreateContentUpdatePoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*CreateContentUpdatePoliciesTooManyRequests) IsClientError ¶
func (o *CreateContentUpdatePoliciesTooManyRequests) IsClientError() bool
IsClientError returns true when this create content update policies too many requests response has a 4xx status code
func (*CreateContentUpdatePoliciesTooManyRequests) IsCode ¶
func (o *CreateContentUpdatePoliciesTooManyRequests) IsCode(code int) bool
IsCode returns true when this create content update policies too many requests response a status code equal to that given
func (*CreateContentUpdatePoliciesTooManyRequests) IsRedirect ¶
func (o *CreateContentUpdatePoliciesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this create content update policies too many requests response has a 3xx status code
func (*CreateContentUpdatePoliciesTooManyRequests) IsServerError ¶
func (o *CreateContentUpdatePoliciesTooManyRequests) IsServerError() bool
IsServerError returns true when this create content update policies too many requests response has a 5xx status code
func (*CreateContentUpdatePoliciesTooManyRequests) IsSuccess ¶
func (o *CreateContentUpdatePoliciesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this create content update policies too many requests response has a 2xx status code
func (*CreateContentUpdatePoliciesTooManyRequests) String ¶
func (o *CreateContentUpdatePoliciesTooManyRequests) String() 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 ¶
func (o *DeleteContentUpdatePoliciesForbidden) Code() int
Code gets the status code for the delete content update policies forbidden response
func (*DeleteContentUpdatePoliciesForbidden) Error ¶
func (o *DeleteContentUpdatePoliciesForbidden) Error() string
func (*DeleteContentUpdatePoliciesForbidden) GetPayload ¶
func (o *DeleteContentUpdatePoliciesForbidden) GetPayload() *models.MsaErrorsOnly
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 ¶
func (o *DeleteContentUpdatePoliciesForbidden) IsCode(code int) bool
IsCode returns true when this delete content update policies forbidden response a status code equal to that given
func (*DeleteContentUpdatePoliciesForbidden) IsRedirect ¶
func (o *DeleteContentUpdatePoliciesForbidden) IsRedirect() bool
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 ¶
func (o *DeleteContentUpdatePoliciesForbidden) IsSuccess() bool
IsSuccess returns true when this delete content update policies forbidden response has a 2xx status code
func (*DeleteContentUpdatePoliciesForbidden) String ¶
func (o *DeleteContentUpdatePoliciesForbidden) String() 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 ¶
func (o *DeleteContentUpdatePoliciesInternalServerError) Code() int
Code gets the status code for the delete content update policies internal server error response
func (*DeleteContentUpdatePoliciesInternalServerError) Error ¶
func (o *DeleteContentUpdatePoliciesInternalServerError) Error() string
func (*DeleteContentUpdatePoliciesInternalServerError) GetPayload ¶
func (o *DeleteContentUpdatePoliciesInternalServerError) GetPayload() *models.MsaQueryResponse
func (*DeleteContentUpdatePoliciesInternalServerError) IsClientError ¶
func (o *DeleteContentUpdatePoliciesInternalServerError) IsClientError() bool
IsClientError returns true when this delete content update policies internal server error response has a 4xx status code
func (*DeleteContentUpdatePoliciesInternalServerError) IsCode ¶
func (o *DeleteContentUpdatePoliciesInternalServerError) IsCode(code int) bool
IsCode returns true when this delete content update policies internal server error response a status code equal to that given
func (*DeleteContentUpdatePoliciesInternalServerError) IsRedirect ¶
func (o *DeleteContentUpdatePoliciesInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete content update policies internal server error response has a 3xx status code
func (*DeleteContentUpdatePoliciesInternalServerError) IsServerError ¶
func (o *DeleteContentUpdatePoliciesInternalServerError) IsServerError() bool
IsServerError returns true when this delete content update policies internal server error response has a 5xx status code
func (*DeleteContentUpdatePoliciesInternalServerError) IsSuccess ¶
func (o *DeleteContentUpdatePoliciesInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete content update policies internal server error response has a 2xx status code
func (*DeleteContentUpdatePoliciesInternalServerError) String ¶
func (o *DeleteContentUpdatePoliciesInternalServerError) String() 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 ¶
func (o *DeleteContentUpdatePoliciesNotFound) Code() int
Code gets the status code for the delete content update policies not found response
func (*DeleteContentUpdatePoliciesNotFound) Error ¶
func (o *DeleteContentUpdatePoliciesNotFound) Error() string
func (*DeleteContentUpdatePoliciesNotFound) GetPayload ¶
func (o *DeleteContentUpdatePoliciesNotFound) GetPayload() *models.MsaQueryResponse
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 ¶
func (o *DeleteContentUpdatePoliciesNotFound) IsCode(code int) bool
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 ¶
func (o *DeleteContentUpdatePoliciesNotFound) IsSuccess() bool
IsSuccess returns true when this delete content update policies not found response has a 2xx status code
func (*DeleteContentUpdatePoliciesNotFound) String ¶
func (o *DeleteContentUpdatePoliciesNotFound) String() 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 ¶
func (o *DeleteContentUpdatePoliciesOK) Code() int
Code gets the status code for the delete content update policies o k response
func (*DeleteContentUpdatePoliciesOK) Error ¶
func (o *DeleteContentUpdatePoliciesOK) Error() string
func (*DeleteContentUpdatePoliciesOK) GetPayload ¶
func (o *DeleteContentUpdatePoliciesOK) GetPayload() *models.MsaQueryResponse
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 ¶
func (o *DeleteContentUpdatePoliciesOK) String() 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 ¶
func (o *DeleteContentUpdatePoliciesParams) SetContext(ctx context.Context)
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 ¶
func (o *DeleteContentUpdatePoliciesParams) WithContext(ctx context.Context) *DeleteContentUpdatePoliciesParams
WithContext adds the context to the delete content update policies params
func (*DeleteContentUpdatePoliciesParams) WithDefaults ¶
func (o *DeleteContentUpdatePoliciesParams) WithDefaults() *DeleteContentUpdatePoliciesParams
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 ¶
func (o *DeleteContentUpdatePoliciesParams) WithHTTPClient(client *http.Client) *DeleteContentUpdatePoliciesParams
WithHTTPClient adds the HTTPClient to the delete content update policies params
func (*DeleteContentUpdatePoliciesParams) WithIds ¶
func (o *DeleteContentUpdatePoliciesParams) WithIds(ids []string) *DeleteContentUpdatePoliciesParams
WithIds adds the ids to the delete content update policies params
func (*DeleteContentUpdatePoliciesParams) WithTimeout ¶
func (o *DeleteContentUpdatePoliciesParams) WithTimeout(timeout time.Duration) *DeleteContentUpdatePoliciesParams
WithTimeout adds the timeout to the delete content update policies params
func (*DeleteContentUpdatePoliciesParams) WriteToRequest ¶
func (o *DeleteContentUpdatePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteContentUpdatePoliciesTooManyRequests) Code() int
Code gets the status code for the delete content update policies too many requests response
func (*DeleteContentUpdatePoliciesTooManyRequests) Error ¶
func (o *DeleteContentUpdatePoliciesTooManyRequests) Error() string
func (*DeleteContentUpdatePoliciesTooManyRequests) GetPayload ¶
func (o *DeleteContentUpdatePoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*DeleteContentUpdatePoliciesTooManyRequests) IsClientError ¶
func (o *DeleteContentUpdatePoliciesTooManyRequests) IsClientError() bool
IsClientError returns true when this delete content update policies too many requests response has a 4xx status code
func (*DeleteContentUpdatePoliciesTooManyRequests) IsCode ¶
func (o *DeleteContentUpdatePoliciesTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete content update policies too many requests response a status code equal to that given
func (*DeleteContentUpdatePoliciesTooManyRequests) IsRedirect ¶
func (o *DeleteContentUpdatePoliciesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete content update policies too many requests response has a 3xx status code
func (*DeleteContentUpdatePoliciesTooManyRequests) IsServerError ¶
func (o *DeleteContentUpdatePoliciesTooManyRequests) IsServerError() bool
IsServerError returns true when this delete content update policies too many requests response has a 5xx status code
func (*DeleteContentUpdatePoliciesTooManyRequests) IsSuccess ¶
func (o *DeleteContentUpdatePoliciesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete content update policies too many requests response has a 2xx status code
func (*DeleteContentUpdatePoliciesTooManyRequests) String ¶
func (o *DeleteContentUpdatePoliciesTooManyRequests) String() 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 ¶
func (o *GetContentUpdatePoliciesForbidden) Code() int
Code gets the status code for the get content update policies forbidden response
func (*GetContentUpdatePoliciesForbidden) Error ¶
func (o *GetContentUpdatePoliciesForbidden) Error() string
func (*GetContentUpdatePoliciesForbidden) GetPayload ¶
func (o *GetContentUpdatePoliciesForbidden) GetPayload() *models.MsaErrorsOnly
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 ¶
func (o *GetContentUpdatePoliciesForbidden) String() 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 ¶
func (o *GetContentUpdatePoliciesInternalServerError) Code() int
Code gets the status code for the get content update policies internal server error response
func (*GetContentUpdatePoliciesInternalServerError) Error ¶
func (o *GetContentUpdatePoliciesInternalServerError) Error() string
func (*GetContentUpdatePoliciesInternalServerError) GetPayload ¶
func (o *GetContentUpdatePoliciesInternalServerError) GetPayload() *models.DomainContentUpdatePolicyRespV1
func (*GetContentUpdatePoliciesInternalServerError) IsClientError ¶
func (o *GetContentUpdatePoliciesInternalServerError) IsClientError() bool
IsClientError returns true when this get content update policies internal server error response has a 4xx status code
func (*GetContentUpdatePoliciesInternalServerError) IsCode ¶
func (o *GetContentUpdatePoliciesInternalServerError) IsCode(code int) bool
IsCode returns true when this get content update policies internal server error response a status code equal to that given
func (*GetContentUpdatePoliciesInternalServerError) IsRedirect ¶
func (o *GetContentUpdatePoliciesInternalServerError) IsRedirect() bool
IsRedirect returns true when this get content update policies internal server error response has a 3xx status code
func (*GetContentUpdatePoliciesInternalServerError) IsServerError ¶
func (o *GetContentUpdatePoliciesInternalServerError) IsServerError() bool
IsServerError returns true when this get content update policies internal server error response has a 5xx status code
func (*GetContentUpdatePoliciesInternalServerError) IsSuccess ¶
func (o *GetContentUpdatePoliciesInternalServerError) IsSuccess() bool
IsSuccess returns true when this get content update policies internal server error response has a 2xx status code
func (*GetContentUpdatePoliciesInternalServerError) String ¶
func (o *GetContentUpdatePoliciesInternalServerError) String() 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 ¶
func (o *GetContentUpdatePoliciesNotFound) Code() int
Code gets the status code for the get content update policies not found response
func (*GetContentUpdatePoliciesNotFound) Error ¶
func (o *GetContentUpdatePoliciesNotFound) Error() string
func (*GetContentUpdatePoliciesNotFound) GetPayload ¶
func (o *GetContentUpdatePoliciesNotFound) GetPayload() *models.DomainContentUpdatePolicyRespV1
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 ¶
func (o *GetContentUpdatePoliciesNotFound) String() 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 (o *GetContentUpdatePoliciesOK) Error() string
func (*GetContentUpdatePoliciesOK) GetPayload ¶
func (o *GetContentUpdatePoliciesOK) GetPayload() *models.DomainContentUpdatePolicyRespV1
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 ¶
func (o *GetContentUpdatePoliciesParams) WithContext(ctx context.Context) *GetContentUpdatePoliciesParams
WithContext adds the context to the get content update policies params
func (*GetContentUpdatePoliciesParams) WithDefaults ¶
func (o *GetContentUpdatePoliciesParams) WithDefaults() *GetContentUpdatePoliciesParams
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 ¶
func (o *GetContentUpdatePoliciesParams) WithHTTPClient(client *http.Client) *GetContentUpdatePoliciesParams
WithHTTPClient adds the HTTPClient to the get content update policies params
func (*GetContentUpdatePoliciesParams) WithIds ¶
func (o *GetContentUpdatePoliciesParams) WithIds(ids []string) *GetContentUpdatePoliciesParams
WithIds adds the ids to the get content update policies params
func (*GetContentUpdatePoliciesParams) WithTimeout ¶
func (o *GetContentUpdatePoliciesParams) WithTimeout(timeout time.Duration) *GetContentUpdatePoliciesParams
WithTimeout adds the timeout to the get content update policies params
func (*GetContentUpdatePoliciesParams) WriteToRequest ¶
func (o *GetContentUpdatePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetContentUpdatePoliciesTooManyRequests) Code() int
Code gets the status code for the get content update policies too many requests response
func (*GetContentUpdatePoliciesTooManyRequests) Error ¶
func (o *GetContentUpdatePoliciesTooManyRequests) Error() string
func (*GetContentUpdatePoliciesTooManyRequests) GetPayload ¶
func (o *GetContentUpdatePoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetContentUpdatePoliciesTooManyRequests) IsCode(code int) bool
IsCode returns true when this get content update policies too many requests response a status code equal to that given
func (*GetContentUpdatePoliciesTooManyRequests) IsRedirect ¶
func (o *GetContentUpdatePoliciesTooManyRequests) IsRedirect() bool
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 ¶
func (o *GetContentUpdatePoliciesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get content update policies too many requests response has a 2xx status code
func (*GetContentUpdatePoliciesTooManyRequests) String ¶
func (o *GetContentUpdatePoliciesTooManyRequests) String() 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 ¶
func (o *PerformContentUpdatePoliciesActionBadRequest) Code() int
Code gets the status code for the perform content update policies action bad request response
func (*PerformContentUpdatePoliciesActionBadRequest) Error ¶
func (o *PerformContentUpdatePoliciesActionBadRequest) Error() string
func (*PerformContentUpdatePoliciesActionBadRequest) GetPayload ¶
func (o *PerformContentUpdatePoliciesActionBadRequest) GetPayload() *models.DomainContentUpdatePolicyRespV1
func (*PerformContentUpdatePoliciesActionBadRequest) IsClientError ¶
func (o *PerformContentUpdatePoliciesActionBadRequest) IsClientError() bool
IsClientError returns true when this perform content update policies action bad request response has a 4xx status code
func (*PerformContentUpdatePoliciesActionBadRequest) IsCode ¶
func (o *PerformContentUpdatePoliciesActionBadRequest) IsCode(code int) bool
IsCode returns true when this perform content update policies action bad request response a status code equal to that given
func (*PerformContentUpdatePoliciesActionBadRequest) IsRedirect ¶
func (o *PerformContentUpdatePoliciesActionBadRequest) IsRedirect() bool
IsRedirect returns true when this perform content update policies action bad request response has a 3xx status code
func (*PerformContentUpdatePoliciesActionBadRequest) IsServerError ¶
func (o *PerformContentUpdatePoliciesActionBadRequest) IsServerError() bool
IsServerError returns true when this perform content update policies action bad request response has a 5xx status code
func (*PerformContentUpdatePoliciesActionBadRequest) IsSuccess ¶
func (o *PerformContentUpdatePoliciesActionBadRequest) IsSuccess() bool
IsSuccess returns true when this perform content update policies action bad request response has a 2xx status code
func (*PerformContentUpdatePoliciesActionBadRequest) String ¶
func (o *PerformContentUpdatePoliciesActionBadRequest) String() 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 ¶
func (o *PerformContentUpdatePoliciesActionForbidden) Code() int
Code gets the status code for the perform content update policies action forbidden response
func (*PerformContentUpdatePoliciesActionForbidden) Error ¶
func (o *PerformContentUpdatePoliciesActionForbidden) Error() string
func (*PerformContentUpdatePoliciesActionForbidden) GetPayload ¶
func (o *PerformContentUpdatePoliciesActionForbidden) GetPayload() *models.MsaErrorsOnly
func (*PerformContentUpdatePoliciesActionForbidden) IsClientError ¶
func (o *PerformContentUpdatePoliciesActionForbidden) IsClientError() bool
IsClientError returns true when this perform content update policies action forbidden response has a 4xx status code
func (*PerformContentUpdatePoliciesActionForbidden) IsCode ¶
func (o *PerformContentUpdatePoliciesActionForbidden) IsCode(code int) bool
IsCode returns true when this perform content update policies action forbidden response a status code equal to that given
func (*PerformContentUpdatePoliciesActionForbidden) IsRedirect ¶
func (o *PerformContentUpdatePoliciesActionForbidden) IsRedirect() bool
IsRedirect returns true when this perform content update policies action forbidden response has a 3xx status code
func (*PerformContentUpdatePoliciesActionForbidden) IsServerError ¶
func (o *PerformContentUpdatePoliciesActionForbidden) IsServerError() bool
IsServerError returns true when this perform content update policies action forbidden response has a 5xx status code
func (*PerformContentUpdatePoliciesActionForbidden) IsSuccess ¶
func (o *PerformContentUpdatePoliciesActionForbidden) IsSuccess() bool
IsSuccess returns true when this perform content update policies action forbidden response has a 2xx status code
func (*PerformContentUpdatePoliciesActionForbidden) String ¶
func (o *PerformContentUpdatePoliciesActionForbidden) String() 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 ¶
func (o *PerformContentUpdatePoliciesActionInternalServerError) Code() int
Code gets the status code for the perform content update policies action internal server error response
func (*PerformContentUpdatePoliciesActionInternalServerError) Error ¶
func (o *PerformContentUpdatePoliciesActionInternalServerError) Error() string
func (*PerformContentUpdatePoliciesActionInternalServerError) GetPayload ¶
func (o *PerformContentUpdatePoliciesActionInternalServerError) GetPayload() *models.DomainContentUpdatePolicyRespV1
func (*PerformContentUpdatePoliciesActionInternalServerError) IsClientError ¶
func (o *PerformContentUpdatePoliciesActionInternalServerError) IsClientError() bool
IsClientError returns true when this perform content update policies action internal server error response has a 4xx status code
func (*PerformContentUpdatePoliciesActionInternalServerError) IsCode ¶
func (o *PerformContentUpdatePoliciesActionInternalServerError) IsCode(code int) bool
IsCode returns true when this perform content update policies action internal server error response a status code equal to that given
func (*PerformContentUpdatePoliciesActionInternalServerError) IsRedirect ¶
func (o *PerformContentUpdatePoliciesActionInternalServerError) IsRedirect() bool
IsRedirect returns true when this perform content update policies action internal server error response has a 3xx status code
func (*PerformContentUpdatePoliciesActionInternalServerError) IsServerError ¶
func (o *PerformContentUpdatePoliciesActionInternalServerError) IsServerError() bool
IsServerError returns true when this perform content update policies action internal server error response has a 5xx status code
func (*PerformContentUpdatePoliciesActionInternalServerError) IsSuccess ¶
func (o *PerformContentUpdatePoliciesActionInternalServerError) IsSuccess() bool
IsSuccess returns true when this perform content update policies action internal server error response has a 2xx status code
func (*PerformContentUpdatePoliciesActionInternalServerError) String ¶
func (o *PerformContentUpdatePoliciesActionInternalServerError) String() 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 ¶
func (o *PerformContentUpdatePoliciesActionNotFound) Code() int
Code gets the status code for the perform content update policies action not found response
func (*PerformContentUpdatePoliciesActionNotFound) Error ¶
func (o *PerformContentUpdatePoliciesActionNotFound) Error() string
func (*PerformContentUpdatePoliciesActionNotFound) GetPayload ¶
func (o *PerformContentUpdatePoliciesActionNotFound) GetPayload() *models.DomainContentUpdatePolicyRespV1
func (*PerformContentUpdatePoliciesActionNotFound) IsClientError ¶
func (o *PerformContentUpdatePoliciesActionNotFound) IsClientError() bool
IsClientError returns true when this perform content update policies action not found response has a 4xx status code
func (*PerformContentUpdatePoliciesActionNotFound) IsCode ¶
func (o *PerformContentUpdatePoliciesActionNotFound) IsCode(code int) bool
IsCode returns true when this perform content update policies action not found response a status code equal to that given
func (*PerformContentUpdatePoliciesActionNotFound) IsRedirect ¶
func (o *PerformContentUpdatePoliciesActionNotFound) IsRedirect() bool
IsRedirect returns true when this perform content update policies action not found response has a 3xx status code
func (*PerformContentUpdatePoliciesActionNotFound) IsServerError ¶
func (o *PerformContentUpdatePoliciesActionNotFound) IsServerError() bool
IsServerError returns true when this perform content update policies action not found response has a 5xx status code
func (*PerformContentUpdatePoliciesActionNotFound) IsSuccess ¶
func (o *PerformContentUpdatePoliciesActionNotFound) IsSuccess() bool
IsSuccess returns true when this perform content update policies action not found response has a 2xx status code
func (*PerformContentUpdatePoliciesActionNotFound) String ¶
func (o *PerformContentUpdatePoliciesActionNotFound) String() 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 ¶
func (o *PerformContentUpdatePoliciesActionOK) Code() int
Code gets the status code for the perform content update policies action o k response
func (*PerformContentUpdatePoliciesActionOK) Error ¶
func (o *PerformContentUpdatePoliciesActionOK) Error() string
func (*PerformContentUpdatePoliciesActionOK) GetPayload ¶
func (o *PerformContentUpdatePoliciesActionOK) GetPayload() *models.DomainContentUpdatePolicyRespV1
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 ¶
func (o *PerformContentUpdatePoliciesActionOK) IsCode(code int) bool
IsCode returns true when this perform content update policies action o k response a status code equal to that given
func (*PerformContentUpdatePoliciesActionOK) IsRedirect ¶
func (o *PerformContentUpdatePoliciesActionOK) IsRedirect() bool
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 ¶
func (o *PerformContentUpdatePoliciesActionOK) IsSuccess() bool
IsSuccess returns true when this perform content update policies action o k response has a 2xx status code
func (*PerformContentUpdatePoliciesActionOK) String ¶
func (o *PerformContentUpdatePoliciesActionOK) String() 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 ¶
func (o *PerformContentUpdatePoliciesActionParams) SetBody(body *models.MsaEntityActionRequestV2)
SetBody adds the body to the perform content update policies action params
func (*PerformContentUpdatePoliciesActionParams) SetContext ¶
func (o *PerformContentUpdatePoliciesActionParams) SetContext(ctx context.Context)
SetContext adds the context to the perform content update policies action params
func (*PerformContentUpdatePoliciesActionParams) SetDefaults ¶
func (o *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 ¶
func (o *PerformContentUpdatePoliciesActionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the perform content update policies action params
func (*PerformContentUpdatePoliciesActionParams) WithActionName ¶
func (o *PerformContentUpdatePoliciesActionParams) WithActionName(actionName string) *PerformContentUpdatePoliciesActionParams
WithActionName adds the actionName to the perform content update policies action params
func (*PerformContentUpdatePoliciesActionParams) WithBody ¶
func (o *PerformContentUpdatePoliciesActionParams) WithBody(body *models.MsaEntityActionRequestV2) *PerformContentUpdatePoliciesActionParams
WithBody adds the body to the perform content update policies action params
func (*PerformContentUpdatePoliciesActionParams) WithContext ¶
func (o *PerformContentUpdatePoliciesActionParams) WithContext(ctx context.Context) *PerformContentUpdatePoliciesActionParams
WithContext adds the context to the perform content update policies action params
func (*PerformContentUpdatePoliciesActionParams) WithDefaults ¶
func (o *PerformContentUpdatePoliciesActionParams) WithDefaults() *PerformContentUpdatePoliciesActionParams
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 ¶
func (o *PerformContentUpdatePoliciesActionParams) WithHTTPClient(client *http.Client) *PerformContentUpdatePoliciesActionParams
WithHTTPClient adds the HTTPClient to the perform content update policies action params
func (*PerformContentUpdatePoliciesActionParams) WithTimeout ¶
func (o *PerformContentUpdatePoliciesActionParams) WithTimeout(timeout time.Duration) *PerformContentUpdatePoliciesActionParams
WithTimeout adds the timeout to the perform content update policies action params
func (*PerformContentUpdatePoliciesActionParams) WriteToRequest ¶
func (o *PerformContentUpdatePoliciesActionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *PerformContentUpdatePoliciesActionTooManyRequests) Code() int
Code gets the status code for the perform content update policies action too many requests response
func (*PerformContentUpdatePoliciesActionTooManyRequests) Error ¶
func (o *PerformContentUpdatePoliciesActionTooManyRequests) Error() string
func (*PerformContentUpdatePoliciesActionTooManyRequests) GetPayload ¶
func (o *PerformContentUpdatePoliciesActionTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*PerformContentUpdatePoliciesActionTooManyRequests) IsClientError ¶
func (o *PerformContentUpdatePoliciesActionTooManyRequests) IsClientError() bool
IsClientError returns true when this perform content update policies action too many requests response has a 4xx status code
func (*PerformContentUpdatePoliciesActionTooManyRequests) IsCode ¶
func (o *PerformContentUpdatePoliciesActionTooManyRequests) IsCode(code int) bool
IsCode returns true when this perform content update policies action too many requests response a status code equal to that given
func (*PerformContentUpdatePoliciesActionTooManyRequests) IsRedirect ¶
func (o *PerformContentUpdatePoliciesActionTooManyRequests) IsRedirect() bool
IsRedirect returns true when this perform content update policies action too many requests response has a 3xx status code
func (*PerformContentUpdatePoliciesActionTooManyRequests) IsServerError ¶
func (o *PerformContentUpdatePoliciesActionTooManyRequests) IsServerError() bool
IsServerError returns true when this perform content update policies action too many requests response has a 5xx status code
func (*PerformContentUpdatePoliciesActionTooManyRequests) IsSuccess ¶
func (o *PerformContentUpdatePoliciesActionTooManyRequests) IsSuccess() bool
IsSuccess returns true when this perform content update policies action too many requests response has a 2xx status code
func (*PerformContentUpdatePoliciesActionTooManyRequests) String ¶
func (o *PerformContentUpdatePoliciesActionTooManyRequests) String() 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 ¶
func (o *QueryCombinedContentUpdatePoliciesBadRequest) Code() int
Code gets the status code for the query combined content update policies bad request response
func (*QueryCombinedContentUpdatePoliciesBadRequest) Error ¶
func (o *QueryCombinedContentUpdatePoliciesBadRequest) Error() string
func (*QueryCombinedContentUpdatePoliciesBadRequest) GetPayload ¶
func (o *QueryCombinedContentUpdatePoliciesBadRequest) GetPayload() *models.DomainContentUpdatePolicyRespV1
func (*QueryCombinedContentUpdatePoliciesBadRequest) IsClientError ¶
func (o *QueryCombinedContentUpdatePoliciesBadRequest) IsClientError() bool
IsClientError returns true when this query combined content update policies bad request response has a 4xx status code
func (*QueryCombinedContentUpdatePoliciesBadRequest) IsCode ¶
func (o *QueryCombinedContentUpdatePoliciesBadRequest) IsCode(code int) bool
IsCode returns true when this query combined content update policies bad request response a status code equal to that given
func (*QueryCombinedContentUpdatePoliciesBadRequest) IsRedirect ¶
func (o *QueryCombinedContentUpdatePoliciesBadRequest) IsRedirect() bool
IsRedirect returns true when this query combined content update policies bad request response has a 3xx status code
func (*QueryCombinedContentUpdatePoliciesBadRequest) IsServerError ¶
func (o *QueryCombinedContentUpdatePoliciesBadRequest) IsServerError() bool
IsServerError returns true when this query combined content update policies bad request response has a 5xx status code
func (*QueryCombinedContentUpdatePoliciesBadRequest) IsSuccess ¶
func (o *QueryCombinedContentUpdatePoliciesBadRequest) IsSuccess() bool
IsSuccess returns true when this query combined content update policies bad request response has a 2xx status code
func (*QueryCombinedContentUpdatePoliciesBadRequest) String ¶
func (o *QueryCombinedContentUpdatePoliciesBadRequest) String() 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 ¶
func (o *QueryCombinedContentUpdatePoliciesForbidden) Code() int
Code gets the status code for the query combined content update policies forbidden response
func (*QueryCombinedContentUpdatePoliciesForbidden) Error ¶
func (o *QueryCombinedContentUpdatePoliciesForbidden) Error() string
func (*QueryCombinedContentUpdatePoliciesForbidden) GetPayload ¶
func (o *QueryCombinedContentUpdatePoliciesForbidden) GetPayload() *models.MsaErrorsOnly
func (*QueryCombinedContentUpdatePoliciesForbidden) IsClientError ¶
func (o *QueryCombinedContentUpdatePoliciesForbidden) IsClientError() bool
IsClientError returns true when this query combined content update policies forbidden response has a 4xx status code
func (*QueryCombinedContentUpdatePoliciesForbidden) IsCode ¶
func (o *QueryCombinedContentUpdatePoliciesForbidden) IsCode(code int) bool
IsCode returns true when this query combined content update policies forbidden response a status code equal to that given
func (*QueryCombinedContentUpdatePoliciesForbidden) IsRedirect ¶
func (o *QueryCombinedContentUpdatePoliciesForbidden) IsRedirect() bool
IsRedirect returns true when this query combined content update policies forbidden response has a 3xx status code
func (*QueryCombinedContentUpdatePoliciesForbidden) IsServerError ¶
func (o *QueryCombinedContentUpdatePoliciesForbidden) IsServerError() bool
IsServerError returns true when this query combined content update policies forbidden response has a 5xx status code
func (*QueryCombinedContentUpdatePoliciesForbidden) IsSuccess ¶
func (o *QueryCombinedContentUpdatePoliciesForbidden) IsSuccess() bool
IsSuccess returns true when this query combined content update policies forbidden response has a 2xx status code
func (*QueryCombinedContentUpdatePoliciesForbidden) String ¶
func (o *QueryCombinedContentUpdatePoliciesForbidden) String() 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 ¶
func (o *QueryCombinedContentUpdatePoliciesInternalServerError) Code() int
Code gets the status code for the query combined content update policies internal server error response
func (*QueryCombinedContentUpdatePoliciesInternalServerError) Error ¶
func (o *QueryCombinedContentUpdatePoliciesInternalServerError) Error() string
func (*QueryCombinedContentUpdatePoliciesInternalServerError) GetPayload ¶
func (o *QueryCombinedContentUpdatePoliciesInternalServerError) GetPayload() *models.DomainContentUpdatePolicyRespV1
func (*QueryCombinedContentUpdatePoliciesInternalServerError) IsClientError ¶
func (o *QueryCombinedContentUpdatePoliciesInternalServerError) IsClientError() bool
IsClientError returns true when this query combined content update policies internal server error response has a 4xx status code
func (*QueryCombinedContentUpdatePoliciesInternalServerError) IsCode ¶
func (o *QueryCombinedContentUpdatePoliciesInternalServerError) IsCode(code int) bool
IsCode returns true when this query combined content update policies internal server error response a status code equal to that given
func (*QueryCombinedContentUpdatePoliciesInternalServerError) IsRedirect ¶
func (o *QueryCombinedContentUpdatePoliciesInternalServerError) IsRedirect() bool
IsRedirect returns true when this query combined content update policies internal server error response has a 3xx status code
func (*QueryCombinedContentUpdatePoliciesInternalServerError) IsServerError ¶
func (o *QueryCombinedContentUpdatePoliciesInternalServerError) IsServerError() bool
IsServerError returns true when this query combined content update policies internal server error response has a 5xx status code
func (*QueryCombinedContentUpdatePoliciesInternalServerError) IsSuccess ¶
func (o *QueryCombinedContentUpdatePoliciesInternalServerError) IsSuccess() bool
IsSuccess returns true when this query combined content update policies internal server error response has a 2xx status code
func (*QueryCombinedContentUpdatePoliciesInternalServerError) String ¶
func (o *QueryCombinedContentUpdatePoliciesInternalServerError) String() 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 ¶
func (o *QueryCombinedContentUpdatePoliciesOK) Code() int
Code gets the status code for the query combined content update policies o k response
func (*QueryCombinedContentUpdatePoliciesOK) Error ¶
func (o *QueryCombinedContentUpdatePoliciesOK) Error() string
func (*QueryCombinedContentUpdatePoliciesOK) GetPayload ¶
func (o *QueryCombinedContentUpdatePoliciesOK) GetPayload() *models.DomainContentUpdatePolicyRespV1
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 ¶
func (o *QueryCombinedContentUpdatePoliciesOK) IsCode(code int) bool
IsCode returns true when this query combined content update policies o k response a status code equal to that given
func (*QueryCombinedContentUpdatePoliciesOK) IsRedirect ¶
func (o *QueryCombinedContentUpdatePoliciesOK) IsRedirect() bool
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 ¶
func (o *QueryCombinedContentUpdatePoliciesOK) IsSuccess() bool
IsSuccess returns true when this query combined content update policies o k response has a 2xx status code
func (*QueryCombinedContentUpdatePoliciesOK) String ¶
func (o *QueryCombinedContentUpdatePoliciesOK) String() 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 ¶
func (o *QueryCombinedContentUpdatePoliciesParams) SetContext(ctx context.Context)
SetContext adds the context to the query combined content update policies params
func (*QueryCombinedContentUpdatePoliciesParams) SetDefaults ¶
func (o *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 ¶
func (o *QueryCombinedContentUpdatePoliciesParams) SetSort(sort *string)
SetSort adds the sort to the query combined content update policies params
func (*QueryCombinedContentUpdatePoliciesParams) SetTimeout ¶
func (o *QueryCombinedContentUpdatePoliciesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query combined content update policies params
func (*QueryCombinedContentUpdatePoliciesParams) WithContext ¶
func (o *QueryCombinedContentUpdatePoliciesParams) WithContext(ctx context.Context) *QueryCombinedContentUpdatePoliciesParams
WithContext adds the context to the query combined content update policies params
func (*QueryCombinedContentUpdatePoliciesParams) WithDefaults ¶
func (o *QueryCombinedContentUpdatePoliciesParams) WithDefaults() *QueryCombinedContentUpdatePoliciesParams
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 ¶
func (o *QueryCombinedContentUpdatePoliciesParams) WithFilter(filter *string) *QueryCombinedContentUpdatePoliciesParams
WithFilter adds the filter to the query combined content update policies params
func (*QueryCombinedContentUpdatePoliciesParams) WithHTTPClient ¶
func (o *QueryCombinedContentUpdatePoliciesParams) WithHTTPClient(client *http.Client) *QueryCombinedContentUpdatePoliciesParams
WithHTTPClient adds the HTTPClient to the query combined content update policies params
func (*QueryCombinedContentUpdatePoliciesParams) WithLimit ¶
func (o *QueryCombinedContentUpdatePoliciesParams) WithLimit(limit *int64) *QueryCombinedContentUpdatePoliciesParams
WithLimit adds the limit to the query combined content update policies params
func (*QueryCombinedContentUpdatePoliciesParams) WithOffset ¶
func (o *QueryCombinedContentUpdatePoliciesParams) WithOffset(offset *int64) *QueryCombinedContentUpdatePoliciesParams
WithOffset adds the offset to the query combined content update policies params
func (*QueryCombinedContentUpdatePoliciesParams) WithSort ¶
func (o *QueryCombinedContentUpdatePoliciesParams) WithSort(sort *string) *QueryCombinedContentUpdatePoliciesParams
WithSort adds the sort to the query combined content update policies params
func (*QueryCombinedContentUpdatePoliciesParams) WithTimeout ¶
func (o *QueryCombinedContentUpdatePoliciesParams) WithTimeout(timeout time.Duration) *QueryCombinedContentUpdatePoliciesParams
WithTimeout adds the timeout to the query combined content update policies params
func (*QueryCombinedContentUpdatePoliciesParams) WriteToRequest ¶
func (o *QueryCombinedContentUpdatePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) Code() int
Code gets the status code for the query combined content update policies too many requests response
func (*QueryCombinedContentUpdatePoliciesTooManyRequests) Error ¶
func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) Error() string
func (*QueryCombinedContentUpdatePoliciesTooManyRequests) GetPayload ¶
func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryCombinedContentUpdatePoliciesTooManyRequests) IsClientError ¶
func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) IsClientError() bool
IsClientError returns true when this query combined content update policies too many requests response has a 4xx status code
func (*QueryCombinedContentUpdatePoliciesTooManyRequests) IsCode ¶
func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) IsCode(code int) bool
IsCode returns true when this query combined content update policies too many requests response a status code equal to that given
func (*QueryCombinedContentUpdatePoliciesTooManyRequests) IsRedirect ¶
func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query combined content update policies too many requests response has a 3xx status code
func (*QueryCombinedContentUpdatePoliciesTooManyRequests) IsServerError ¶
func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) IsServerError() bool
IsServerError returns true when this query combined content update policies too many requests response has a 5xx status code
func (*QueryCombinedContentUpdatePoliciesTooManyRequests) IsSuccess ¶
func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query combined content update policies too many requests response has a 2xx status code
func (*QueryCombinedContentUpdatePoliciesTooManyRequests) String ¶
func (o *QueryCombinedContentUpdatePoliciesTooManyRequests) String() 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 ¶
func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) Code() int
Code gets the status code for the query combined content update policy members bad request response
func (*QueryCombinedContentUpdatePolicyMembersBadRequest) Error ¶
func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) Error() string
func (*QueryCombinedContentUpdatePolicyMembersBadRequest) GetPayload ¶
func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) GetPayload() *models.BasePolicyMembersRespV1
func (*QueryCombinedContentUpdatePolicyMembersBadRequest) IsClientError ¶
func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) IsClientError() bool
IsClientError returns true when this query combined content update policy members bad request response has a 4xx status code
func (*QueryCombinedContentUpdatePolicyMembersBadRequest) IsCode ¶
func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) IsCode(code int) bool
IsCode returns true when this query combined content update policy members bad request response a status code equal to that given
func (*QueryCombinedContentUpdatePolicyMembersBadRequest) IsRedirect ¶
func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) IsRedirect() bool
IsRedirect returns true when this query combined content update policy members bad request response has a 3xx status code
func (*QueryCombinedContentUpdatePolicyMembersBadRequest) IsServerError ¶
func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) IsServerError() bool
IsServerError returns true when this query combined content update policy members bad request response has a 5xx status code
func (*QueryCombinedContentUpdatePolicyMembersBadRequest) IsSuccess ¶
func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) IsSuccess() bool
IsSuccess returns true when this query combined content update policy members bad request response has a 2xx status code
func (*QueryCombinedContentUpdatePolicyMembersBadRequest) String ¶
func (o *QueryCombinedContentUpdatePolicyMembersBadRequest) String() 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 ¶
func (o *QueryCombinedContentUpdatePolicyMembersForbidden) Code() int
Code gets the status code for the query combined content update policy members forbidden response
func (*QueryCombinedContentUpdatePolicyMembersForbidden) Error ¶
func (o *QueryCombinedContentUpdatePolicyMembersForbidden) Error() string
func (*QueryCombinedContentUpdatePolicyMembersForbidden) GetPayload ¶
func (o *QueryCombinedContentUpdatePolicyMembersForbidden) GetPayload() *models.MsaErrorsOnly
func (*QueryCombinedContentUpdatePolicyMembersForbidden) IsClientError ¶
func (o *QueryCombinedContentUpdatePolicyMembersForbidden) IsClientError() bool
IsClientError returns true when this query combined content update policy members forbidden response has a 4xx status code
func (*QueryCombinedContentUpdatePolicyMembersForbidden) IsCode ¶
func (o *QueryCombinedContentUpdatePolicyMembersForbidden) IsCode(code int) bool
IsCode returns true when this query combined content update policy members forbidden response a status code equal to that given
func (*QueryCombinedContentUpdatePolicyMembersForbidden) IsRedirect ¶
func (o *QueryCombinedContentUpdatePolicyMembersForbidden) IsRedirect() bool
IsRedirect returns true when this query combined content update policy members forbidden response has a 3xx status code
func (*QueryCombinedContentUpdatePolicyMembersForbidden) IsServerError ¶
func (o *QueryCombinedContentUpdatePolicyMembersForbidden) IsServerError() bool
IsServerError returns true when this query combined content update policy members forbidden response has a 5xx status code
func (*QueryCombinedContentUpdatePolicyMembersForbidden) IsSuccess ¶
func (o *QueryCombinedContentUpdatePolicyMembersForbidden) IsSuccess() bool
IsSuccess returns true when this query combined content update policy members forbidden response has a 2xx status code
func (*QueryCombinedContentUpdatePolicyMembersForbidden) String ¶
func (o *QueryCombinedContentUpdatePolicyMembersForbidden) String() 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 ¶
func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) Code() int
Code gets the status code for the query combined content update policy members internal server error response
func (*QueryCombinedContentUpdatePolicyMembersInternalServerError) Error ¶
func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) Error() string
func (*QueryCombinedContentUpdatePolicyMembersInternalServerError) GetPayload ¶
func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) GetPayload() *models.BasePolicyMembersRespV1
func (*QueryCombinedContentUpdatePolicyMembersInternalServerError) IsClientError ¶
func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) IsClientError() bool
IsClientError returns true when this query combined content update policy members internal server error response has a 4xx status code
func (*QueryCombinedContentUpdatePolicyMembersInternalServerError) IsCode ¶
func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) IsCode(code int) bool
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 ¶
func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) IsRedirect() bool
IsRedirect returns true when this query combined content update policy members internal server error response has a 3xx status code
func (*QueryCombinedContentUpdatePolicyMembersInternalServerError) IsServerError ¶
func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) IsServerError() bool
IsServerError returns true when this query combined content update policy members internal server error response has a 5xx status code
func (*QueryCombinedContentUpdatePolicyMembersInternalServerError) IsSuccess ¶
func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) IsSuccess() bool
IsSuccess returns true when this query combined content update policy members internal server error response has a 2xx status code
func (*QueryCombinedContentUpdatePolicyMembersInternalServerError) String ¶
func (o *QueryCombinedContentUpdatePolicyMembersInternalServerError) String() 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 ¶
func (o *QueryCombinedContentUpdatePolicyMembersNotFound) Code() int
Code gets the status code for the query combined content update policy members not found response
func (*QueryCombinedContentUpdatePolicyMembersNotFound) Error ¶
func (o *QueryCombinedContentUpdatePolicyMembersNotFound) Error() string
func (*QueryCombinedContentUpdatePolicyMembersNotFound) GetPayload ¶
func (o *QueryCombinedContentUpdatePolicyMembersNotFound) GetPayload() *models.BasePolicyMembersRespV1
func (*QueryCombinedContentUpdatePolicyMembersNotFound) IsClientError ¶
func (o *QueryCombinedContentUpdatePolicyMembersNotFound) IsClientError() bool
IsClientError returns true when this query combined content update policy members not found response has a 4xx status code
func (*QueryCombinedContentUpdatePolicyMembersNotFound) IsCode ¶
func (o *QueryCombinedContentUpdatePolicyMembersNotFound) IsCode(code int) bool
IsCode returns true when this query combined content update policy members not found response a status code equal to that given
func (*QueryCombinedContentUpdatePolicyMembersNotFound) IsRedirect ¶
func (o *QueryCombinedContentUpdatePolicyMembersNotFound) IsRedirect() bool
IsRedirect returns true when this query combined content update policy members not found response has a 3xx status code
func (*QueryCombinedContentUpdatePolicyMembersNotFound) IsServerError ¶
func (o *QueryCombinedContentUpdatePolicyMembersNotFound) IsServerError() bool
IsServerError returns true when this query combined content update policy members not found response has a 5xx status code
func (*QueryCombinedContentUpdatePolicyMembersNotFound) IsSuccess ¶
func (o *QueryCombinedContentUpdatePolicyMembersNotFound) IsSuccess() bool
IsSuccess returns true when this query combined content update policy members not found response has a 2xx status code
func (*QueryCombinedContentUpdatePolicyMembersNotFound) String ¶
func (o *QueryCombinedContentUpdatePolicyMembersNotFound) String() 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 ¶
func (o *QueryCombinedContentUpdatePolicyMembersOK) Code() int
Code gets the status code for the query combined content update policy members o k response
func (*QueryCombinedContentUpdatePolicyMembersOK) Error ¶
func (o *QueryCombinedContentUpdatePolicyMembersOK) Error() string
func (*QueryCombinedContentUpdatePolicyMembersOK) GetPayload ¶
func (o *QueryCombinedContentUpdatePolicyMembersOK) GetPayload() *models.BasePolicyMembersRespV1
func (*QueryCombinedContentUpdatePolicyMembersOK) IsClientError ¶
func (o *QueryCombinedContentUpdatePolicyMembersOK) IsClientError() bool
IsClientError returns true when this query combined content update policy members o k response has a 4xx status code
func (*QueryCombinedContentUpdatePolicyMembersOK) IsCode ¶
func (o *QueryCombinedContentUpdatePolicyMembersOK) IsCode(code int) bool
IsCode returns true when this query combined content update policy members o k response a status code equal to that given
func (*QueryCombinedContentUpdatePolicyMembersOK) IsRedirect ¶
func (o *QueryCombinedContentUpdatePolicyMembersOK) IsRedirect() bool
IsRedirect returns true when this query combined content update policy members o k response has a 3xx status code
func (*QueryCombinedContentUpdatePolicyMembersOK) IsServerError ¶
func (o *QueryCombinedContentUpdatePolicyMembersOK) IsServerError() bool
IsServerError returns true when this query combined content update policy members o k response has a 5xx status code
func (*QueryCombinedContentUpdatePolicyMembersOK) IsSuccess ¶
func (o *QueryCombinedContentUpdatePolicyMembersOK) IsSuccess() bool
IsSuccess returns true when this query combined content update policy members o k response has a 2xx status code
func (*QueryCombinedContentUpdatePolicyMembersOK) String ¶
func (o *QueryCombinedContentUpdatePolicyMembersOK) String() 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 ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) SetContext(ctx context.Context)
SetContext adds the context to the query combined content update policy members params
func (*QueryCombinedContentUpdatePolicyMembersParams) SetDefaults ¶
func (o *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 ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) SetFilter(filter *string)
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 ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) SetID(id *string)
SetID adds the id to the query combined content update policy members params
func (*QueryCombinedContentUpdatePolicyMembersParams) SetLimit ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) SetLimit(limit *int64)
SetLimit adds the limit to the query combined content update policy members params
func (*QueryCombinedContentUpdatePolicyMembersParams) SetOffset ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) SetOffset(offset *int64)
SetOffset adds the offset to the query combined content update policy members params
func (*QueryCombinedContentUpdatePolicyMembersParams) SetSort ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) SetSort(sort *string)
SetSort adds the sort to the query combined content update policy members params
func (*QueryCombinedContentUpdatePolicyMembersParams) SetTimeout ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query combined content update policy members params
func (*QueryCombinedContentUpdatePolicyMembersParams) WithContext ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) WithContext(ctx context.Context) *QueryCombinedContentUpdatePolicyMembersParams
WithContext adds the context to the query combined content update policy members params
func (*QueryCombinedContentUpdatePolicyMembersParams) WithDefaults ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) WithDefaults() *QueryCombinedContentUpdatePolicyMembersParams
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 ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) WithFilter(filter *string) *QueryCombinedContentUpdatePolicyMembersParams
WithFilter adds the filter to the query combined content update policy members params
func (*QueryCombinedContentUpdatePolicyMembersParams) WithHTTPClient ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) WithHTTPClient(client *http.Client) *QueryCombinedContentUpdatePolicyMembersParams
WithHTTPClient adds the HTTPClient to the query combined content update policy members params
func (*QueryCombinedContentUpdatePolicyMembersParams) WithID ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) WithID(id *string) *QueryCombinedContentUpdatePolicyMembersParams
WithID adds the id to the query combined content update policy members params
func (*QueryCombinedContentUpdatePolicyMembersParams) WithLimit ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) WithLimit(limit *int64) *QueryCombinedContentUpdatePolicyMembersParams
WithLimit adds the limit to the query combined content update policy members params
func (*QueryCombinedContentUpdatePolicyMembersParams) WithOffset ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) WithOffset(offset *int64) *QueryCombinedContentUpdatePolicyMembersParams
WithOffset adds the offset to the query combined content update policy members params
func (*QueryCombinedContentUpdatePolicyMembersParams) WithSort ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) WithSort(sort *string) *QueryCombinedContentUpdatePolicyMembersParams
WithSort adds the sort to the query combined content update policy members params
func (*QueryCombinedContentUpdatePolicyMembersParams) WithTimeout ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) WithTimeout(timeout time.Duration) *QueryCombinedContentUpdatePolicyMembersParams
WithTimeout adds the timeout to the query combined content update policy members params
func (*QueryCombinedContentUpdatePolicyMembersParams) WriteToRequest ¶
func (o *QueryCombinedContentUpdatePolicyMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) Code() int
Code gets the status code for the query combined content update policy members too many requests response
func (*QueryCombinedContentUpdatePolicyMembersTooManyRequests) Error ¶
func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) Error() string
func (*QueryCombinedContentUpdatePolicyMembersTooManyRequests) GetPayload ¶
func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsClientError ¶
func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsClientError() bool
IsClientError returns true when this query combined content update policy members too many requests response has a 4xx status code
func (*QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsCode ¶
func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsCode(code int) bool
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 ¶
func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query combined content update policy members too many requests response has a 3xx status code
func (*QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsServerError ¶
func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsServerError() bool
IsServerError returns true when this query combined content update policy members too many requests response has a 5xx status code
func (*QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsSuccess ¶
func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query combined content update policy members too many requests response has a 2xx status code
func (*QueryCombinedContentUpdatePolicyMembersTooManyRequests) String ¶
func (o *QueryCombinedContentUpdatePolicyMembersTooManyRequests) String() 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 ¶
func (o *QueryContentUpdatePoliciesBadRequest) Code() int
Code gets the status code for the query content update policies bad request response
func (*QueryContentUpdatePoliciesBadRequest) Error ¶
func (o *QueryContentUpdatePoliciesBadRequest) Error() string
func (*QueryContentUpdatePoliciesBadRequest) GetPayload ¶
func (o *QueryContentUpdatePoliciesBadRequest) GetPayload() *models.MsaQueryResponse
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 ¶
func (o *QueryContentUpdatePoliciesBadRequest) IsCode(code int) bool
IsCode returns true when this query content update policies bad request response a status code equal to that given
func (*QueryContentUpdatePoliciesBadRequest) IsRedirect ¶
func (o *QueryContentUpdatePoliciesBadRequest) IsRedirect() bool
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 ¶
func (o *QueryContentUpdatePoliciesBadRequest) IsSuccess() bool
IsSuccess returns true when this query content update policies bad request response has a 2xx status code
func (*QueryContentUpdatePoliciesBadRequest) String ¶
func (o *QueryContentUpdatePoliciesBadRequest) String() 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 ¶
func (o *QueryContentUpdatePoliciesForbidden) Code() int
Code gets the status code for the query content update policies forbidden response
func (*QueryContentUpdatePoliciesForbidden) Error ¶
func (o *QueryContentUpdatePoliciesForbidden) Error() string
func (*QueryContentUpdatePoliciesForbidden) GetPayload ¶
func (o *QueryContentUpdatePoliciesForbidden) GetPayload() *models.MsaErrorsOnly
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 ¶
func (o *QueryContentUpdatePoliciesForbidden) IsCode(code int) bool
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 ¶
func (o *QueryContentUpdatePoliciesForbidden) IsSuccess() bool
IsSuccess returns true when this query content update policies forbidden response has a 2xx status code
func (*QueryContentUpdatePoliciesForbidden) String ¶
func (o *QueryContentUpdatePoliciesForbidden) String() 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 ¶
func (o *QueryContentUpdatePoliciesInternalServerError) Code() int
Code gets the status code for the query content update policies internal server error response
func (*QueryContentUpdatePoliciesInternalServerError) Error ¶
func (o *QueryContentUpdatePoliciesInternalServerError) Error() string
func (*QueryContentUpdatePoliciesInternalServerError) GetPayload ¶
func (o *QueryContentUpdatePoliciesInternalServerError) GetPayload() *models.MsaQueryResponse
func (*QueryContentUpdatePoliciesInternalServerError) IsClientError ¶
func (o *QueryContentUpdatePoliciesInternalServerError) IsClientError() bool
IsClientError returns true when this query content update policies internal server error response has a 4xx status code
func (*QueryContentUpdatePoliciesInternalServerError) IsCode ¶
func (o *QueryContentUpdatePoliciesInternalServerError) IsCode(code int) bool
IsCode returns true when this query content update policies internal server error response a status code equal to that given
func (*QueryContentUpdatePoliciesInternalServerError) IsRedirect ¶
func (o *QueryContentUpdatePoliciesInternalServerError) IsRedirect() bool
IsRedirect returns true when this query content update policies internal server error response has a 3xx status code
func (*QueryContentUpdatePoliciesInternalServerError) IsServerError ¶
func (o *QueryContentUpdatePoliciesInternalServerError) IsServerError() bool
IsServerError returns true when this query content update policies internal server error response has a 5xx status code
func (*QueryContentUpdatePoliciesInternalServerError) IsSuccess ¶
func (o *QueryContentUpdatePoliciesInternalServerError) IsSuccess() bool
IsSuccess returns true when this query content update policies internal server error response has a 2xx status code
func (*QueryContentUpdatePoliciesInternalServerError) String ¶
func (o *QueryContentUpdatePoliciesInternalServerError) String() 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 ¶
func (o *QueryContentUpdatePoliciesOK) Code() int
Code gets the status code for the query content update policies o k response
func (*QueryContentUpdatePoliciesOK) Error ¶
func (o *QueryContentUpdatePoliciesOK) Error() string
func (*QueryContentUpdatePoliciesOK) GetPayload ¶
func (o *QueryContentUpdatePoliciesOK) GetPayload() *models.MsaQueryResponse
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 ¶
func (o *QueryContentUpdatePoliciesOK) String() 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 ¶
func (o *QueryContentUpdatePoliciesParams) SetContext(ctx context.Context)
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 ¶
func (o *QueryContentUpdatePoliciesParams) WithContext(ctx context.Context) *QueryContentUpdatePoliciesParams
WithContext adds the context to the query content update policies params
func (*QueryContentUpdatePoliciesParams) WithDefaults ¶
func (o *QueryContentUpdatePoliciesParams) WithDefaults() *QueryContentUpdatePoliciesParams
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 ¶
func (o *QueryContentUpdatePoliciesParams) WithFilter(filter *string) *QueryContentUpdatePoliciesParams
WithFilter adds the filter to the query content update policies params
func (*QueryContentUpdatePoliciesParams) WithHTTPClient ¶
func (o *QueryContentUpdatePoliciesParams) WithHTTPClient(client *http.Client) *QueryContentUpdatePoliciesParams
WithHTTPClient adds the HTTPClient to the query content update policies params
func (*QueryContentUpdatePoliciesParams) WithLimit ¶
func (o *QueryContentUpdatePoliciesParams) WithLimit(limit *int64) *QueryContentUpdatePoliciesParams
WithLimit adds the limit to the query content update policies params
func (*QueryContentUpdatePoliciesParams) WithOffset ¶
func (o *QueryContentUpdatePoliciesParams) WithOffset(offset *int64) *QueryContentUpdatePoliciesParams
WithOffset adds the offset to the query content update policies params
func (*QueryContentUpdatePoliciesParams) WithSort ¶
func (o *QueryContentUpdatePoliciesParams) WithSort(sort *string) *QueryContentUpdatePoliciesParams
WithSort adds the sort to the query content update policies params
func (*QueryContentUpdatePoliciesParams) WithTimeout ¶
func (o *QueryContentUpdatePoliciesParams) WithTimeout(timeout time.Duration) *QueryContentUpdatePoliciesParams
WithTimeout adds the timeout to the query content update policies params
func (*QueryContentUpdatePoliciesParams) WriteToRequest ¶
func (o *QueryContentUpdatePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *QueryContentUpdatePoliciesTooManyRequests) Code() int
Code gets the status code for the query content update policies too many requests response
func (*QueryContentUpdatePoliciesTooManyRequests) Error ¶
func (o *QueryContentUpdatePoliciesTooManyRequests) Error() string
func (*QueryContentUpdatePoliciesTooManyRequests) GetPayload ¶
func (o *QueryContentUpdatePoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryContentUpdatePoliciesTooManyRequests) IsClientError ¶
func (o *QueryContentUpdatePoliciesTooManyRequests) IsClientError() bool
IsClientError returns true when this query content update policies too many requests response has a 4xx status code
func (*QueryContentUpdatePoliciesTooManyRequests) IsCode ¶
func (o *QueryContentUpdatePoliciesTooManyRequests) IsCode(code int) bool
IsCode returns true when this query content update policies too many requests response a status code equal to that given
func (*QueryContentUpdatePoliciesTooManyRequests) IsRedirect ¶
func (o *QueryContentUpdatePoliciesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query content update policies too many requests response has a 3xx status code
func (*QueryContentUpdatePoliciesTooManyRequests) IsServerError ¶
func (o *QueryContentUpdatePoliciesTooManyRequests) IsServerError() bool
IsServerError returns true when this query content update policies too many requests response has a 5xx status code
func (*QueryContentUpdatePoliciesTooManyRequests) IsSuccess ¶
func (o *QueryContentUpdatePoliciesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query content update policies too many requests response has a 2xx status code
func (*QueryContentUpdatePoliciesTooManyRequests) String ¶
func (o *QueryContentUpdatePoliciesTooManyRequests) String() 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 ¶
func (o *QueryContentUpdatePolicyMembersBadRequest) Code() int
Code gets the status code for the query content update policy members bad request response
func (*QueryContentUpdatePolicyMembersBadRequest) Error ¶
func (o *QueryContentUpdatePolicyMembersBadRequest) Error() string
func (*QueryContentUpdatePolicyMembersBadRequest) GetPayload ¶
func (o *QueryContentUpdatePolicyMembersBadRequest) GetPayload() *models.MsaQueryResponse
func (*QueryContentUpdatePolicyMembersBadRequest) IsClientError ¶
func (o *QueryContentUpdatePolicyMembersBadRequest) IsClientError() bool
IsClientError returns true when this query content update policy members bad request response has a 4xx status code
func (*QueryContentUpdatePolicyMembersBadRequest) IsCode ¶
func (o *QueryContentUpdatePolicyMembersBadRequest) IsCode(code int) bool
IsCode returns true when this query content update policy members bad request response a status code equal to that given
func (*QueryContentUpdatePolicyMembersBadRequest) IsRedirect ¶
func (o *QueryContentUpdatePolicyMembersBadRequest) IsRedirect() bool
IsRedirect returns true when this query content update policy members bad request response has a 3xx status code
func (*QueryContentUpdatePolicyMembersBadRequest) IsServerError ¶
func (o *QueryContentUpdatePolicyMembersBadRequest) IsServerError() bool
IsServerError returns true when this query content update policy members bad request response has a 5xx status code
func (*QueryContentUpdatePolicyMembersBadRequest) IsSuccess ¶
func (o *QueryContentUpdatePolicyMembersBadRequest) IsSuccess() bool
IsSuccess returns true when this query content update policy members bad request response has a 2xx status code
func (*QueryContentUpdatePolicyMembersBadRequest) String ¶
func (o *QueryContentUpdatePolicyMembersBadRequest) String() 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 ¶
func (o *QueryContentUpdatePolicyMembersForbidden) Code() int
Code gets the status code for the query content update policy members forbidden response
func (*QueryContentUpdatePolicyMembersForbidden) Error ¶
func (o *QueryContentUpdatePolicyMembersForbidden) Error() string
func (*QueryContentUpdatePolicyMembersForbidden) GetPayload ¶
func (o *QueryContentUpdatePolicyMembersForbidden) GetPayload() *models.MsaErrorsOnly
func (*QueryContentUpdatePolicyMembersForbidden) IsClientError ¶
func (o *QueryContentUpdatePolicyMembersForbidden) IsClientError() bool
IsClientError returns true when this query content update policy members forbidden response has a 4xx status code
func (*QueryContentUpdatePolicyMembersForbidden) IsCode ¶
func (o *QueryContentUpdatePolicyMembersForbidden) IsCode(code int) bool
IsCode returns true when this query content update policy members forbidden response a status code equal to that given
func (*QueryContentUpdatePolicyMembersForbidden) IsRedirect ¶
func (o *QueryContentUpdatePolicyMembersForbidden) IsRedirect() bool
IsRedirect returns true when this query content update policy members forbidden response has a 3xx status code
func (*QueryContentUpdatePolicyMembersForbidden) IsServerError ¶
func (o *QueryContentUpdatePolicyMembersForbidden) IsServerError() bool
IsServerError returns true when this query content update policy members forbidden response has a 5xx status code
func (*QueryContentUpdatePolicyMembersForbidden) IsSuccess ¶
func (o *QueryContentUpdatePolicyMembersForbidden) IsSuccess() bool
IsSuccess returns true when this query content update policy members forbidden response has a 2xx status code
func (*QueryContentUpdatePolicyMembersForbidden) String ¶
func (o *QueryContentUpdatePolicyMembersForbidden) String() 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 ¶
func (o *QueryContentUpdatePolicyMembersInternalServerError) Code() int
Code gets the status code for the query content update policy members internal server error response
func (*QueryContentUpdatePolicyMembersInternalServerError) Error ¶
func (o *QueryContentUpdatePolicyMembersInternalServerError) Error() string
func (*QueryContentUpdatePolicyMembersInternalServerError) GetPayload ¶
func (o *QueryContentUpdatePolicyMembersInternalServerError) GetPayload() *models.MsaQueryResponse
func (*QueryContentUpdatePolicyMembersInternalServerError) IsClientError ¶
func (o *QueryContentUpdatePolicyMembersInternalServerError) IsClientError() bool
IsClientError returns true when this query content update policy members internal server error response has a 4xx status code
func (*QueryContentUpdatePolicyMembersInternalServerError) IsCode ¶
func (o *QueryContentUpdatePolicyMembersInternalServerError) IsCode(code int) bool
IsCode returns true when this query content update policy members internal server error response a status code equal to that given
func (*QueryContentUpdatePolicyMembersInternalServerError) IsRedirect ¶
func (o *QueryContentUpdatePolicyMembersInternalServerError) IsRedirect() bool
IsRedirect returns true when this query content update policy members internal server error response has a 3xx status code
func (*QueryContentUpdatePolicyMembersInternalServerError) IsServerError ¶
func (o *QueryContentUpdatePolicyMembersInternalServerError) IsServerError() bool
IsServerError returns true when this query content update policy members internal server error response has a 5xx status code
func (*QueryContentUpdatePolicyMembersInternalServerError) IsSuccess ¶
func (o *QueryContentUpdatePolicyMembersInternalServerError) IsSuccess() bool
IsSuccess returns true when this query content update policy members internal server error response has a 2xx status code
func (*QueryContentUpdatePolicyMembersInternalServerError) String ¶
func (o *QueryContentUpdatePolicyMembersInternalServerError) String() 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 ¶
func (o *QueryContentUpdatePolicyMembersNotFound) Code() int
Code gets the status code for the query content update policy members not found response
func (*QueryContentUpdatePolicyMembersNotFound) Error ¶
func (o *QueryContentUpdatePolicyMembersNotFound) Error() string
func (*QueryContentUpdatePolicyMembersNotFound) GetPayload ¶
func (o *QueryContentUpdatePolicyMembersNotFound) GetPayload() *models.MsaQueryResponse
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 ¶
func (o *QueryContentUpdatePolicyMembersNotFound) IsCode(code int) bool
IsCode returns true when this query content update policy members not found response a status code equal to that given
func (*QueryContentUpdatePolicyMembersNotFound) IsRedirect ¶
func (o *QueryContentUpdatePolicyMembersNotFound) IsRedirect() bool
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 ¶
func (o *QueryContentUpdatePolicyMembersNotFound) IsSuccess() bool
IsSuccess returns true when this query content update policy members not found response has a 2xx status code
func (*QueryContentUpdatePolicyMembersNotFound) String ¶
func (o *QueryContentUpdatePolicyMembersNotFound) String() 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 ¶
func (o *QueryContentUpdatePolicyMembersOK) Code() int
Code gets the status code for the query content update policy members o k response
func (*QueryContentUpdatePolicyMembersOK) Error ¶
func (o *QueryContentUpdatePolicyMembersOK) Error() string
func (*QueryContentUpdatePolicyMembersOK) GetPayload ¶
func (o *QueryContentUpdatePolicyMembersOK) GetPayload() *models.MsaQueryResponse
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 ¶
func (o *QueryContentUpdatePolicyMembersOK) String() 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 ¶
func (o *QueryContentUpdatePolicyMembersParams) SetContext(ctx context.Context)
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 ¶
func (o *QueryContentUpdatePolicyMembersParams) SetID(id *string)
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 ¶
func (o *QueryContentUpdatePolicyMembersParams) SetSort(sort *string)
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 ¶
func (o *QueryContentUpdatePolicyMembersParams) WithContext(ctx context.Context) *QueryContentUpdatePolicyMembersParams
WithContext adds the context to the query content update policy members params
func (*QueryContentUpdatePolicyMembersParams) WithDefaults ¶
func (o *QueryContentUpdatePolicyMembersParams) WithDefaults() *QueryContentUpdatePolicyMembersParams
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 ¶
func (o *QueryContentUpdatePolicyMembersParams) WithFilter(filter *string) *QueryContentUpdatePolicyMembersParams
WithFilter adds the filter to the query content update policy members params
func (*QueryContentUpdatePolicyMembersParams) WithHTTPClient ¶
func (o *QueryContentUpdatePolicyMembersParams) WithHTTPClient(client *http.Client) *QueryContentUpdatePolicyMembersParams
WithHTTPClient adds the HTTPClient to the query content update policy members params
func (*QueryContentUpdatePolicyMembersParams) WithID ¶
func (o *QueryContentUpdatePolicyMembersParams) WithID(id *string) *QueryContentUpdatePolicyMembersParams
WithID adds the id to the query content update policy members params
func (*QueryContentUpdatePolicyMembersParams) WithLimit ¶
func (o *QueryContentUpdatePolicyMembersParams) WithLimit(limit *int64) *QueryContentUpdatePolicyMembersParams
WithLimit adds the limit to the query content update policy members params
func (*QueryContentUpdatePolicyMembersParams) WithOffset ¶
func (o *QueryContentUpdatePolicyMembersParams) WithOffset(offset *int64) *QueryContentUpdatePolicyMembersParams
WithOffset adds the offset to the query content update policy members params
func (*QueryContentUpdatePolicyMembersParams) WithSort ¶
func (o *QueryContentUpdatePolicyMembersParams) WithSort(sort *string) *QueryContentUpdatePolicyMembersParams
WithSort adds the sort to the query content update policy members params
func (*QueryContentUpdatePolicyMembersParams) WithTimeout ¶
func (o *QueryContentUpdatePolicyMembersParams) WithTimeout(timeout time.Duration) *QueryContentUpdatePolicyMembersParams
WithTimeout adds the timeout to the query content update policy members params
func (*QueryContentUpdatePolicyMembersParams) WriteToRequest ¶
func (o *QueryContentUpdatePolicyMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *QueryContentUpdatePolicyMembersTooManyRequests) Code() int
Code gets the status code for the query content update policy members too many requests response
func (*QueryContentUpdatePolicyMembersTooManyRequests) Error ¶
func (o *QueryContentUpdatePolicyMembersTooManyRequests) Error() string
func (*QueryContentUpdatePolicyMembersTooManyRequests) GetPayload ¶
func (o *QueryContentUpdatePolicyMembersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryContentUpdatePolicyMembersTooManyRequests) IsClientError ¶
func (o *QueryContentUpdatePolicyMembersTooManyRequests) IsClientError() bool
IsClientError returns true when this query content update policy members too many requests response has a 4xx status code
func (*QueryContentUpdatePolicyMembersTooManyRequests) IsCode ¶
func (o *QueryContentUpdatePolicyMembersTooManyRequests) IsCode(code int) bool
IsCode returns true when this query content update policy members too many requests response a status code equal to that given
func (*QueryContentUpdatePolicyMembersTooManyRequests) IsRedirect ¶
func (o *QueryContentUpdatePolicyMembersTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query content update policy members too many requests response has a 3xx status code
func (*QueryContentUpdatePolicyMembersTooManyRequests) IsServerError ¶
func (o *QueryContentUpdatePolicyMembersTooManyRequests) IsServerError() bool
IsServerError returns true when this query content update policy members too many requests response has a 5xx status code
func (*QueryContentUpdatePolicyMembersTooManyRequests) IsSuccess ¶
func (o *QueryContentUpdatePolicyMembersTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query content update policy members too many requests response has a 2xx status code
func (*QueryContentUpdatePolicyMembersTooManyRequests) String ¶
func (o *QueryContentUpdatePolicyMembersTooManyRequests) String() 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 ¶
func (o *SetContentUpdatePoliciesPrecedenceBadRequest) Code() int
Code gets the status code for the set content update policies precedence bad request response
func (*SetContentUpdatePoliciesPrecedenceBadRequest) Error ¶
func (o *SetContentUpdatePoliciesPrecedenceBadRequest) Error() string
func (*SetContentUpdatePoliciesPrecedenceBadRequest) GetPayload ¶
func (o *SetContentUpdatePoliciesPrecedenceBadRequest) GetPayload() *models.MsaQueryResponse
func (*SetContentUpdatePoliciesPrecedenceBadRequest) IsClientError ¶
func (o *SetContentUpdatePoliciesPrecedenceBadRequest) IsClientError() bool
IsClientError returns true when this set content update policies precedence bad request response has a 4xx status code
func (*SetContentUpdatePoliciesPrecedenceBadRequest) IsCode ¶
func (o *SetContentUpdatePoliciesPrecedenceBadRequest) IsCode(code int) bool
IsCode returns true when this set content update policies precedence bad request response a status code equal to that given
func (*SetContentUpdatePoliciesPrecedenceBadRequest) IsRedirect ¶
func (o *SetContentUpdatePoliciesPrecedenceBadRequest) IsRedirect() bool
IsRedirect returns true when this set content update policies precedence bad request response has a 3xx status code
func (*SetContentUpdatePoliciesPrecedenceBadRequest) IsServerError ¶
func (o *SetContentUpdatePoliciesPrecedenceBadRequest) IsServerError() bool
IsServerError returns true when this set content update policies precedence bad request response has a 5xx status code
func (*SetContentUpdatePoliciesPrecedenceBadRequest) IsSuccess ¶
func (o *SetContentUpdatePoliciesPrecedenceBadRequest) IsSuccess() bool
IsSuccess returns true when this set content update policies precedence bad request response has a 2xx status code
func (*SetContentUpdatePoliciesPrecedenceBadRequest) String ¶
func (o *SetContentUpdatePoliciesPrecedenceBadRequest) String() 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 ¶
func (o *SetContentUpdatePoliciesPrecedenceForbidden) Code() int
Code gets the status code for the set content update policies precedence forbidden response
func (*SetContentUpdatePoliciesPrecedenceForbidden) Error ¶
func (o *SetContentUpdatePoliciesPrecedenceForbidden) Error() string
func (*SetContentUpdatePoliciesPrecedenceForbidden) GetPayload ¶
func (o *SetContentUpdatePoliciesPrecedenceForbidden) GetPayload() *models.MsaErrorsOnly
func (*SetContentUpdatePoliciesPrecedenceForbidden) IsClientError ¶
func (o *SetContentUpdatePoliciesPrecedenceForbidden) IsClientError() bool
IsClientError returns true when this set content update policies precedence forbidden response has a 4xx status code
func (*SetContentUpdatePoliciesPrecedenceForbidden) IsCode ¶
func (o *SetContentUpdatePoliciesPrecedenceForbidden) IsCode(code int) bool
IsCode returns true when this set content update policies precedence forbidden response a status code equal to that given
func (*SetContentUpdatePoliciesPrecedenceForbidden) IsRedirect ¶
func (o *SetContentUpdatePoliciesPrecedenceForbidden) IsRedirect() bool
IsRedirect returns true when this set content update policies precedence forbidden response has a 3xx status code
func (*SetContentUpdatePoliciesPrecedenceForbidden) IsServerError ¶
func (o *SetContentUpdatePoliciesPrecedenceForbidden) IsServerError() bool
IsServerError returns true when this set content update policies precedence forbidden response has a 5xx status code
func (*SetContentUpdatePoliciesPrecedenceForbidden) IsSuccess ¶
func (o *SetContentUpdatePoliciesPrecedenceForbidden) IsSuccess() bool
IsSuccess returns true when this set content update policies precedence forbidden response has a 2xx status code
func (*SetContentUpdatePoliciesPrecedenceForbidden) String ¶
func (o *SetContentUpdatePoliciesPrecedenceForbidden) String() 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 ¶
func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) Code() int
Code gets the status code for the set content update policies precedence internal server error response
func (*SetContentUpdatePoliciesPrecedenceInternalServerError) Error ¶
func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) Error() string
func (*SetContentUpdatePoliciesPrecedenceInternalServerError) GetPayload ¶
func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) GetPayload() *models.MsaQueryResponse
func (*SetContentUpdatePoliciesPrecedenceInternalServerError) IsClientError ¶
func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) IsClientError() bool
IsClientError returns true when this set content update policies precedence internal server error response has a 4xx status code
func (*SetContentUpdatePoliciesPrecedenceInternalServerError) IsCode ¶
func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) IsCode(code int) bool
IsCode returns true when this set content update policies precedence internal server error response a status code equal to that given
func (*SetContentUpdatePoliciesPrecedenceInternalServerError) IsRedirect ¶
func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) IsRedirect() bool
IsRedirect returns true when this set content update policies precedence internal server error response has a 3xx status code
func (*SetContentUpdatePoliciesPrecedenceInternalServerError) IsServerError ¶
func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) IsServerError() bool
IsServerError returns true when this set content update policies precedence internal server error response has a 5xx status code
func (*SetContentUpdatePoliciesPrecedenceInternalServerError) IsSuccess ¶
func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) IsSuccess() bool
IsSuccess returns true when this set content update policies precedence internal server error response has a 2xx status code
func (*SetContentUpdatePoliciesPrecedenceInternalServerError) String ¶
func (o *SetContentUpdatePoliciesPrecedenceInternalServerError) String() 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 ¶
func (o *SetContentUpdatePoliciesPrecedenceOK) Code() int
Code gets the status code for the set content update policies precedence o k response
func (*SetContentUpdatePoliciesPrecedenceOK) Error ¶
func (o *SetContentUpdatePoliciesPrecedenceOK) Error() string
func (*SetContentUpdatePoliciesPrecedenceOK) GetPayload ¶
func (o *SetContentUpdatePoliciesPrecedenceOK) GetPayload() *models.MsaQueryResponse
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 ¶
func (o *SetContentUpdatePoliciesPrecedenceOK) IsCode(code int) bool
IsCode returns true when this set content update policies precedence o k response a status code equal to that given
func (*SetContentUpdatePoliciesPrecedenceOK) IsRedirect ¶
func (o *SetContentUpdatePoliciesPrecedenceOK) IsRedirect() bool
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 ¶
func (o *SetContentUpdatePoliciesPrecedenceOK) IsSuccess() bool
IsSuccess returns true when this set content update policies precedence o k response has a 2xx status code
func (*SetContentUpdatePoliciesPrecedenceOK) String ¶
func (o *SetContentUpdatePoliciesPrecedenceOK) String() 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 ¶
func (o *SetContentUpdatePoliciesPrecedenceParams) SetBody(body *models.BaseSetContentUpdatePolicyPrecedenceReqV1)
SetBody adds the body to the set content update policies precedence params
func (*SetContentUpdatePoliciesPrecedenceParams) SetContext ¶
func (o *SetContentUpdatePoliciesPrecedenceParams) SetContext(ctx context.Context)
SetContext adds the context to the set content update policies precedence params
func (*SetContentUpdatePoliciesPrecedenceParams) SetDefaults ¶
func (o *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 ¶
func (o *SetContentUpdatePoliciesPrecedenceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the set content update policies precedence params
func (*SetContentUpdatePoliciesPrecedenceParams) WithBody ¶
func (o *SetContentUpdatePoliciesPrecedenceParams) WithBody(body *models.BaseSetContentUpdatePolicyPrecedenceReqV1) *SetContentUpdatePoliciesPrecedenceParams
WithBody adds the body to the set content update policies precedence params
func (*SetContentUpdatePoliciesPrecedenceParams) WithContext ¶
func (o *SetContentUpdatePoliciesPrecedenceParams) WithContext(ctx context.Context) *SetContentUpdatePoliciesPrecedenceParams
WithContext adds the context to the set content update policies precedence params
func (*SetContentUpdatePoliciesPrecedenceParams) WithDefaults ¶
func (o *SetContentUpdatePoliciesPrecedenceParams) WithDefaults() *SetContentUpdatePoliciesPrecedenceParams
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 ¶
func (o *SetContentUpdatePoliciesPrecedenceParams) WithHTTPClient(client *http.Client) *SetContentUpdatePoliciesPrecedenceParams
WithHTTPClient adds the HTTPClient to the set content update policies precedence params
func (*SetContentUpdatePoliciesPrecedenceParams) WithTimeout ¶
func (o *SetContentUpdatePoliciesPrecedenceParams) WithTimeout(timeout time.Duration) *SetContentUpdatePoliciesPrecedenceParams
WithTimeout adds the timeout to the set content update policies precedence params
func (*SetContentUpdatePoliciesPrecedenceParams) WriteToRequest ¶
func (o *SetContentUpdatePoliciesPrecedenceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) Code() int
Code gets the status code for the set content update policies precedence too many requests response
func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) Error ¶
func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) Error() string
func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) GetPayload ¶
func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) IsClientError ¶
func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) IsClientError() bool
IsClientError returns true when this set content update policies precedence too many requests response has a 4xx status code
func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) IsCode ¶
func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) IsCode(code int) bool
IsCode returns true when this set content update policies precedence too many requests response a status code equal to that given
func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) IsRedirect ¶
func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) IsRedirect() bool
IsRedirect returns true when this set content update policies precedence too many requests response has a 3xx status code
func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) IsServerError ¶
func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) IsServerError() bool
IsServerError returns true when this set content update policies precedence too many requests response has a 5xx status code
func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) IsSuccess ¶
func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) IsSuccess() bool
IsSuccess returns true when this set content update policies precedence too many requests response has a 2xx status code
func (*SetContentUpdatePoliciesPrecedenceTooManyRequests) String ¶
func (o *SetContentUpdatePoliciesPrecedenceTooManyRequests) String() 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 ¶
func (o *UpdateContentUpdatePoliciesBadRequest) Code() int
Code gets the status code for the update content update policies bad request response
func (*UpdateContentUpdatePoliciesBadRequest) Error ¶
func (o *UpdateContentUpdatePoliciesBadRequest) Error() string
func (*UpdateContentUpdatePoliciesBadRequest) GetPayload ¶
func (o *UpdateContentUpdatePoliciesBadRequest) GetPayload() *models.DomainContentUpdatePolicyRespV1
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 ¶
func (o *UpdateContentUpdatePoliciesBadRequest) IsCode(code int) bool
IsCode returns true when this update content update policies bad request response a status code equal to that given
func (*UpdateContentUpdatePoliciesBadRequest) IsRedirect ¶
func (o *UpdateContentUpdatePoliciesBadRequest) IsRedirect() bool
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 ¶
func (o *UpdateContentUpdatePoliciesBadRequest) IsSuccess() bool
IsSuccess returns true when this update content update policies bad request response has a 2xx status code
func (*UpdateContentUpdatePoliciesBadRequest) String ¶
func (o *UpdateContentUpdatePoliciesBadRequest) String() 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 ¶
func (o *UpdateContentUpdatePoliciesForbidden) Code() int
Code gets the status code for the update content update policies forbidden response
func (*UpdateContentUpdatePoliciesForbidden) Error ¶
func (o *UpdateContentUpdatePoliciesForbidden) Error() string
func (*UpdateContentUpdatePoliciesForbidden) GetPayload ¶
func (o *UpdateContentUpdatePoliciesForbidden) GetPayload() *models.MsaErrorsOnly
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 ¶
func (o *UpdateContentUpdatePoliciesForbidden) IsCode(code int) bool
IsCode returns true when this update content update policies forbidden response a status code equal to that given
func (*UpdateContentUpdatePoliciesForbidden) IsRedirect ¶
func (o *UpdateContentUpdatePoliciesForbidden) IsRedirect() bool
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 ¶
func (o *UpdateContentUpdatePoliciesForbidden) IsSuccess() bool
IsSuccess returns true when this update content update policies forbidden response has a 2xx status code
func (*UpdateContentUpdatePoliciesForbidden) String ¶
func (o *UpdateContentUpdatePoliciesForbidden) String() 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 ¶
func (o *UpdateContentUpdatePoliciesInternalServerError) Code() int
Code gets the status code for the update content update policies internal server error response
func (*UpdateContentUpdatePoliciesInternalServerError) Error ¶
func (o *UpdateContentUpdatePoliciesInternalServerError) Error() string
func (*UpdateContentUpdatePoliciesInternalServerError) GetPayload ¶
func (o *UpdateContentUpdatePoliciesInternalServerError) GetPayload() *models.DomainContentUpdatePolicyRespV1
func (*UpdateContentUpdatePoliciesInternalServerError) IsClientError ¶
func (o *UpdateContentUpdatePoliciesInternalServerError) IsClientError() bool
IsClientError returns true when this update content update policies internal server error response has a 4xx status code
func (*UpdateContentUpdatePoliciesInternalServerError) IsCode ¶
func (o *UpdateContentUpdatePoliciesInternalServerError) IsCode(code int) bool
IsCode returns true when this update content update policies internal server error response a status code equal to that given
func (*UpdateContentUpdatePoliciesInternalServerError) IsRedirect ¶
func (o *UpdateContentUpdatePoliciesInternalServerError) IsRedirect() bool
IsRedirect returns true when this update content update policies internal server error response has a 3xx status code
func (*UpdateContentUpdatePoliciesInternalServerError) IsServerError ¶
func (o *UpdateContentUpdatePoliciesInternalServerError) IsServerError() bool
IsServerError returns true when this update content update policies internal server error response has a 5xx status code
func (*UpdateContentUpdatePoliciesInternalServerError) IsSuccess ¶
func (o *UpdateContentUpdatePoliciesInternalServerError) IsSuccess() bool
IsSuccess returns true when this update content update policies internal server error response has a 2xx status code
func (*UpdateContentUpdatePoliciesInternalServerError) String ¶
func (o *UpdateContentUpdatePoliciesInternalServerError) String() 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 ¶
func (o *UpdateContentUpdatePoliciesNotFound) Code() int
Code gets the status code for the update content update policies not found response
func (*UpdateContentUpdatePoliciesNotFound) Error ¶
func (o *UpdateContentUpdatePoliciesNotFound) Error() string
func (*UpdateContentUpdatePoliciesNotFound) GetPayload ¶
func (o *UpdateContentUpdatePoliciesNotFound) GetPayload() *models.DomainContentUpdatePolicyRespV1
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 ¶
func (o *UpdateContentUpdatePoliciesNotFound) IsCode(code int) bool
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 ¶
func (o *UpdateContentUpdatePoliciesNotFound) IsSuccess() bool
IsSuccess returns true when this update content update policies not found response has a 2xx status code
func (*UpdateContentUpdatePoliciesNotFound) String ¶
func (o *UpdateContentUpdatePoliciesNotFound) String() 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 ¶
func (o *UpdateContentUpdatePoliciesOK) Code() int
Code gets the status code for the update content update policies o k response
func (*UpdateContentUpdatePoliciesOK) Error ¶
func (o *UpdateContentUpdatePoliciesOK) Error() string
func (*UpdateContentUpdatePoliciesOK) GetPayload ¶
func (o *UpdateContentUpdatePoliciesOK) GetPayload() *models.DomainContentUpdatePolicyRespV1
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 ¶
func (o *UpdateContentUpdatePoliciesOK) String() 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 ¶
func (o *UpdateContentUpdatePoliciesParams) SetBody(body *models.ContentUpdateUpdatePoliciesReqV1)
SetBody adds the body to the update content update policies params
func (*UpdateContentUpdatePoliciesParams) SetContext ¶
func (o *UpdateContentUpdatePoliciesParams) SetContext(ctx context.Context)
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 ¶
func (o *UpdateContentUpdatePoliciesParams) WithBody(body *models.ContentUpdateUpdatePoliciesReqV1) *UpdateContentUpdatePoliciesParams
WithBody adds the body to the update content update policies params
func (*UpdateContentUpdatePoliciesParams) WithContext ¶
func (o *UpdateContentUpdatePoliciesParams) WithContext(ctx context.Context) *UpdateContentUpdatePoliciesParams
WithContext adds the context to the update content update policies params
func (*UpdateContentUpdatePoliciesParams) WithDefaults ¶
func (o *UpdateContentUpdatePoliciesParams) WithDefaults() *UpdateContentUpdatePoliciesParams
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 ¶
func (o *UpdateContentUpdatePoliciesParams) WithHTTPClient(client *http.Client) *UpdateContentUpdatePoliciesParams
WithHTTPClient adds the HTTPClient to the update content update policies params
func (*UpdateContentUpdatePoliciesParams) WithTimeout ¶
func (o *UpdateContentUpdatePoliciesParams) WithTimeout(timeout time.Duration) *UpdateContentUpdatePoliciesParams
WithTimeout adds the timeout to the update content update policies params
func (*UpdateContentUpdatePoliciesParams) WriteToRequest ¶
func (o *UpdateContentUpdatePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UpdateContentUpdatePoliciesTooManyRequests) Code() int
Code gets the status code for the update content update policies too many requests response
func (*UpdateContentUpdatePoliciesTooManyRequests) Error ¶
func (o *UpdateContentUpdatePoliciesTooManyRequests) Error() string
func (*UpdateContentUpdatePoliciesTooManyRequests) GetPayload ¶
func (o *UpdateContentUpdatePoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*UpdateContentUpdatePoliciesTooManyRequests) IsClientError ¶
func (o *UpdateContentUpdatePoliciesTooManyRequests) IsClientError() bool
IsClientError returns true when this update content update policies too many requests response has a 4xx status code
func (*UpdateContentUpdatePoliciesTooManyRequests) IsCode ¶
func (o *UpdateContentUpdatePoliciesTooManyRequests) IsCode(code int) bool
IsCode returns true when this update content update policies too many requests response a status code equal to that given
func (*UpdateContentUpdatePoliciesTooManyRequests) IsRedirect ¶
func (o *UpdateContentUpdatePoliciesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this update content update policies too many requests response has a 3xx status code
func (*UpdateContentUpdatePoliciesTooManyRequests) IsServerError ¶
func (o *UpdateContentUpdatePoliciesTooManyRequests) IsServerError() bool
IsServerError returns true when this update content update policies too many requests response has a 5xx status code
func (*UpdateContentUpdatePoliciesTooManyRequests) IsSuccess ¶
func (o *UpdateContentUpdatePoliciesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this update content update policies too many requests response has a 2xx status code
func (*UpdateContentUpdatePoliciesTooManyRequests) String ¶
func (o *UpdateContentUpdatePoliciesTooManyRequests) String() string
Source Files ¶
- content_update_policies_client.go
- create_content_update_policies_parameters.go
- create_content_update_policies_responses.go
- delete_content_update_policies_parameters.go
- delete_content_update_policies_responses.go
- get_content_update_policies_parameters.go
- get_content_update_policies_responses.go
- perform_content_update_policies_action_parameters.go
- perform_content_update_policies_action_responses.go
- query_combined_content_update_policies_parameters.go
- query_combined_content_update_policies_responses.go
- query_combined_content_update_policy_members_parameters.go
- query_combined_content_update_policy_members_responses.go
- query_content_update_policies_parameters.go
- query_content_update_policies_responses.go
- query_content_update_policy_members_parameters.go
- query_content_update_policy_members_responses.go
- set_content_update_policies_precedence_parameters.go
- set_content_update_policies_precedence_responses.go
- update_content_update_policies_parameters.go
- update_content_update_policies_responses.go