process_automation

package
v0.0.0-...-e2f0fdc Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   DeleteProcessautomationTrigger deletes a trigger
	*/
	DeleteProcessautomationTrigger(ctx context.Context, params *DeleteProcessautomationTriggerParams) (*DeleteProcessautomationTriggerNoContent, error)
	/*
	   GetProcessautomationTrigger retrieves a single trigger matching id
	*/
	GetProcessautomationTrigger(ctx context.Context, params *GetProcessautomationTriggerParams) (*GetProcessautomationTriggerOK, error)
	/*
	   GetProcessautomationTriggers retrieves all triggers optionally filtered by query parameters
	*/
	GetProcessautomationTriggers(ctx context.Context, params *GetProcessautomationTriggersParams) (*GetProcessautomationTriggersOK, error)
	/*
	   GetProcessautomationTriggersTopics gets topics available for organization
	*/
	GetProcessautomationTriggersTopics(ctx context.Context, params *GetProcessautomationTriggersTopicsParams) (*GetProcessautomationTriggersTopicsOK, error)
	/*
	   PostProcessautomationTriggerTest tests the matching of a trigger based on provided event body
	*/
	PostProcessautomationTriggerTest(ctx context.Context, params *PostProcessautomationTriggerTestParams) (*PostProcessautomationTriggerTestOK, error)
	/*
	   PostProcessautomationTriggers creates a trigger
	*/
	PostProcessautomationTriggers(ctx context.Context, params *PostProcessautomationTriggersParams) (*PostProcessautomationTriggersOK, error)
	/*
	   PostProcessautomationTriggersTopicTest tests the matching of all organization triggers on given topic using provided event body
	*/
	PostProcessautomationTriggersTopicTest(ctx context.Context, params *PostProcessautomationTriggersTopicTestParams) (*PostProcessautomationTriggersTopicTestOK, error)
	/*
	   PutProcessautomationTrigger updates a trigger
	*/
	PutProcessautomationTrigger(ctx context.Context, params *PutProcessautomationTriggerParams) (*PutProcessautomationTriggerOK, error)
}

API is the interface of the process automation client

type Client

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

Client for process automation API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client

New creates a new process automation API client.

func (*Client) DeleteProcessautomationTrigger

DeleteProcessautomationTrigger deletes a trigger

func (*Client) GetProcessautomationTrigger

func (a *Client) GetProcessautomationTrigger(ctx context.Context, params *GetProcessautomationTriggerParams) (*GetProcessautomationTriggerOK, error)

GetProcessautomationTrigger retrieves a single trigger matching id

func (*Client) GetProcessautomationTriggers

func (a *Client) GetProcessautomationTriggers(ctx context.Context, params *GetProcessautomationTriggersParams) (*GetProcessautomationTriggersOK, error)

GetProcessautomationTriggers retrieves all triggers optionally filtered by query parameters

func (*Client) GetProcessautomationTriggersTopics

func (a *Client) GetProcessautomationTriggersTopics(ctx context.Context, params *GetProcessautomationTriggersTopicsParams) (*GetProcessautomationTriggersTopicsOK, error)

GetProcessautomationTriggersTopics gets topics available for organization

func (*Client) PostProcessautomationTriggerTest

func (a *Client) PostProcessautomationTriggerTest(ctx context.Context, params *PostProcessautomationTriggerTestParams) (*PostProcessautomationTriggerTestOK, error)

PostProcessautomationTriggerTest tests the matching of a trigger based on provided event body

func (*Client) PostProcessautomationTriggers

func (a *Client) PostProcessautomationTriggers(ctx context.Context, params *PostProcessautomationTriggersParams) (*PostProcessautomationTriggersOK, error)

PostProcessautomationTriggers creates a trigger

func (*Client) PostProcessautomationTriggersTopicTest

func (a *Client) PostProcessautomationTriggersTopicTest(ctx context.Context, params *PostProcessautomationTriggersTopicTestParams) (*PostProcessautomationTriggersTopicTestOK, error)

PostProcessautomationTriggersTopicTest tests the matching of all organization triggers on given topic using provided event body

func (*Client) PutProcessautomationTrigger

func (a *Client) PutProcessautomationTrigger(ctx context.Context, params *PutProcessautomationTriggerParams) (*PutProcessautomationTriggerOK, error)

PutProcessautomationTrigger updates a trigger

type DeleteProcessautomationTriggerBadRequest

type DeleteProcessautomationTriggerBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewDeleteProcessautomationTriggerBadRequest

func NewDeleteProcessautomationTriggerBadRequest() *DeleteProcessautomationTriggerBadRequest

NewDeleteProcessautomationTriggerBadRequest creates a DeleteProcessautomationTriggerBadRequest with default headers values

func (*DeleteProcessautomationTriggerBadRequest) Error

func (*DeleteProcessautomationTriggerBadRequest) GetPayload

func (*DeleteProcessautomationTriggerBadRequest) IsClientError

IsClientError returns true when this delete processautomation trigger bad request response has a 4xx status code

func (*DeleteProcessautomationTriggerBadRequest) IsCode

IsCode returns true when this delete processautomation trigger bad request response a status code equal to that given

func (*DeleteProcessautomationTriggerBadRequest) IsRedirect

IsRedirect returns true when this delete processautomation trigger bad request response has a 3xx status code

func (*DeleteProcessautomationTriggerBadRequest) IsServerError

IsServerError returns true when this delete processautomation trigger bad request response has a 5xx status code

func (*DeleteProcessautomationTriggerBadRequest) IsSuccess

IsSuccess returns true when this delete processautomation trigger bad request response has a 2xx status code

func (*DeleteProcessautomationTriggerBadRequest) String

type DeleteProcessautomationTriggerForbidden

type DeleteProcessautomationTriggerForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteProcessautomationTriggerForbidden

func NewDeleteProcessautomationTriggerForbidden() *DeleteProcessautomationTriggerForbidden

NewDeleteProcessautomationTriggerForbidden creates a DeleteProcessautomationTriggerForbidden with default headers values

func (*DeleteProcessautomationTriggerForbidden) Error

func (*DeleteProcessautomationTriggerForbidden) GetPayload

func (*DeleteProcessautomationTriggerForbidden) IsClientError

func (o *DeleteProcessautomationTriggerForbidden) IsClientError() bool

IsClientError returns true when this delete processautomation trigger forbidden response has a 4xx status code

func (*DeleteProcessautomationTriggerForbidden) IsCode

IsCode returns true when this delete processautomation trigger forbidden response a status code equal to that given

func (*DeleteProcessautomationTriggerForbidden) IsRedirect

IsRedirect returns true when this delete processautomation trigger forbidden response has a 3xx status code

func (*DeleteProcessautomationTriggerForbidden) IsServerError

func (o *DeleteProcessautomationTriggerForbidden) IsServerError() bool

IsServerError returns true when this delete processautomation trigger forbidden response has a 5xx status code

func (*DeleteProcessautomationTriggerForbidden) IsSuccess

IsSuccess returns true when this delete processautomation trigger forbidden response has a 2xx status code

func (*DeleteProcessautomationTriggerForbidden) String

type DeleteProcessautomationTriggerGatewayTimeout

type DeleteProcessautomationTriggerGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteProcessautomationTriggerGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteProcessautomationTriggerGatewayTimeout

func NewDeleteProcessautomationTriggerGatewayTimeout() *DeleteProcessautomationTriggerGatewayTimeout

NewDeleteProcessautomationTriggerGatewayTimeout creates a DeleteProcessautomationTriggerGatewayTimeout with default headers values

func (*DeleteProcessautomationTriggerGatewayTimeout) Error

func (*DeleteProcessautomationTriggerGatewayTimeout) GetPayload

func (*DeleteProcessautomationTriggerGatewayTimeout) IsClientError

IsClientError returns true when this delete processautomation trigger gateway timeout response has a 4xx status code

func (*DeleteProcessautomationTriggerGatewayTimeout) IsCode

IsCode returns true when this delete processautomation trigger gateway timeout response a status code equal to that given

func (*DeleteProcessautomationTriggerGatewayTimeout) IsRedirect

IsRedirect returns true when this delete processautomation trigger gateway timeout response has a 3xx status code

func (*DeleteProcessautomationTriggerGatewayTimeout) IsServerError

IsServerError returns true when this delete processautomation trigger gateway timeout response has a 5xx status code

func (*DeleteProcessautomationTriggerGatewayTimeout) IsSuccess

IsSuccess returns true when this delete processautomation trigger gateway timeout response has a 2xx status code

func (*DeleteProcessautomationTriggerGatewayTimeout) String

type DeleteProcessautomationTriggerInternalServerError

type DeleteProcessautomationTriggerInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteProcessautomationTriggerInternalServerError

func NewDeleteProcessautomationTriggerInternalServerError() *DeleteProcessautomationTriggerInternalServerError

NewDeleteProcessautomationTriggerInternalServerError creates a DeleteProcessautomationTriggerInternalServerError with default headers values

func (*DeleteProcessautomationTriggerInternalServerError) Error

func (*DeleteProcessautomationTriggerInternalServerError) GetPayload

func (*DeleteProcessautomationTriggerInternalServerError) IsClientError

IsClientError returns true when this delete processautomation trigger internal server error response has a 4xx status code

func (*DeleteProcessautomationTriggerInternalServerError) IsCode

IsCode returns true when this delete processautomation trigger internal server error response a status code equal to that given

func (*DeleteProcessautomationTriggerInternalServerError) IsRedirect

IsRedirect returns true when this delete processautomation trigger internal server error response has a 3xx status code

func (*DeleteProcessautomationTriggerInternalServerError) IsServerError

IsServerError returns true when this delete processautomation trigger internal server error response has a 5xx status code

func (*DeleteProcessautomationTriggerInternalServerError) IsSuccess

IsSuccess returns true when this delete processautomation trigger internal server error response has a 2xx status code

func (*DeleteProcessautomationTriggerInternalServerError) String

type DeleteProcessautomationTriggerNoContent

type DeleteProcessautomationTriggerNoContent struct {
}

DeleteProcessautomationTriggerNoContent describes a response with status code 204, with default header values.

Delete was successful

func NewDeleteProcessautomationTriggerNoContent

func NewDeleteProcessautomationTriggerNoContent() *DeleteProcessautomationTriggerNoContent

NewDeleteProcessautomationTriggerNoContent creates a DeleteProcessautomationTriggerNoContent with default headers values

func (*DeleteProcessautomationTriggerNoContent) Error

func (*DeleteProcessautomationTriggerNoContent) IsClientError

func (o *DeleteProcessautomationTriggerNoContent) IsClientError() bool

IsClientError returns true when this delete processautomation trigger no content response has a 4xx status code

func (*DeleteProcessautomationTriggerNoContent) IsCode

IsCode returns true when this delete processautomation trigger no content response a status code equal to that given

func (*DeleteProcessautomationTriggerNoContent) IsRedirect

IsRedirect returns true when this delete processautomation trigger no content response has a 3xx status code

func (*DeleteProcessautomationTriggerNoContent) IsServerError

func (o *DeleteProcessautomationTriggerNoContent) IsServerError() bool

IsServerError returns true when this delete processautomation trigger no content response has a 5xx status code

func (*DeleteProcessautomationTriggerNoContent) IsSuccess

IsSuccess returns true when this delete processautomation trigger no content response has a 2xx status code

func (*DeleteProcessautomationTriggerNoContent) String

type DeleteProcessautomationTriggerNotFound

type DeleteProcessautomationTriggerNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteProcessautomationTriggerNotFound

func NewDeleteProcessautomationTriggerNotFound() *DeleteProcessautomationTriggerNotFound

NewDeleteProcessautomationTriggerNotFound creates a DeleteProcessautomationTriggerNotFound with default headers values

func (*DeleteProcessautomationTriggerNotFound) Error

func (*DeleteProcessautomationTriggerNotFound) GetPayload

func (*DeleteProcessautomationTriggerNotFound) IsClientError

func (o *DeleteProcessautomationTriggerNotFound) IsClientError() bool

IsClientError returns true when this delete processautomation trigger not found response has a 4xx status code

func (*DeleteProcessautomationTriggerNotFound) IsCode

IsCode returns true when this delete processautomation trigger not found response a status code equal to that given

func (*DeleteProcessautomationTriggerNotFound) IsRedirect

IsRedirect returns true when this delete processautomation trigger not found response has a 3xx status code

func (*DeleteProcessautomationTriggerNotFound) IsServerError

func (o *DeleteProcessautomationTriggerNotFound) IsServerError() bool

IsServerError returns true when this delete processautomation trigger not found response has a 5xx status code

func (*DeleteProcessautomationTriggerNotFound) IsSuccess

IsSuccess returns true when this delete processautomation trigger not found response has a 2xx status code

func (*DeleteProcessautomationTriggerNotFound) String

type DeleteProcessautomationTriggerParams

type DeleteProcessautomationTriggerParams struct {

	/* TriggerID.

	   triggerId
	*/
	TriggerID string

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

DeleteProcessautomationTriggerParams contains all the parameters to send to the API endpoint

for the delete processautomation trigger operation.

Typically these are written to a http.Request.

func NewDeleteProcessautomationTriggerParams

func NewDeleteProcessautomationTriggerParams() *DeleteProcessautomationTriggerParams

NewDeleteProcessautomationTriggerParams creates a new DeleteProcessautomationTriggerParams 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 NewDeleteProcessautomationTriggerParamsWithContext

func NewDeleteProcessautomationTriggerParamsWithContext(ctx context.Context) *DeleteProcessautomationTriggerParams

NewDeleteProcessautomationTriggerParamsWithContext creates a new DeleteProcessautomationTriggerParams object with the ability to set a context for a request.

func NewDeleteProcessautomationTriggerParamsWithHTTPClient

func NewDeleteProcessautomationTriggerParamsWithHTTPClient(client *http.Client) *DeleteProcessautomationTriggerParams

NewDeleteProcessautomationTriggerParamsWithHTTPClient creates a new DeleteProcessautomationTriggerParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteProcessautomationTriggerParamsWithTimeout

func NewDeleteProcessautomationTriggerParamsWithTimeout(timeout time.Duration) *DeleteProcessautomationTriggerParams

NewDeleteProcessautomationTriggerParamsWithTimeout creates a new DeleteProcessautomationTriggerParams object with the ability to set a timeout on a request.

func (*DeleteProcessautomationTriggerParams) SetContext

SetContext adds the context to the delete processautomation trigger params

func (*DeleteProcessautomationTriggerParams) SetDefaults

func (o *DeleteProcessautomationTriggerParams) SetDefaults()

SetDefaults hydrates default values in the delete processautomation trigger params (not the query body).

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

func (*DeleteProcessautomationTriggerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete processautomation trigger params

func (*DeleteProcessautomationTriggerParams) SetTimeout

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

SetTimeout adds the timeout to the delete processautomation trigger params

func (*DeleteProcessautomationTriggerParams) SetTriggerID

func (o *DeleteProcessautomationTriggerParams) SetTriggerID(triggerID string)

SetTriggerID adds the triggerId to the delete processautomation trigger params

func (*DeleteProcessautomationTriggerParams) WithContext

WithContext adds the context to the delete processautomation trigger params

func (*DeleteProcessautomationTriggerParams) WithDefaults

WithDefaults hydrates default values in the delete processautomation trigger params (not the query body).

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

func (*DeleteProcessautomationTriggerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete processautomation trigger params

func (*DeleteProcessautomationTriggerParams) WithTimeout

WithTimeout adds the timeout to the delete processautomation trigger params

func (*DeleteProcessautomationTriggerParams) WithTriggerID

WithTriggerID adds the triggerID to the delete processautomation trigger params

func (*DeleteProcessautomationTriggerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteProcessautomationTriggerReader

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

DeleteProcessautomationTriggerReader is a Reader for the DeleteProcessautomationTrigger structure.

func (*DeleteProcessautomationTriggerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteProcessautomationTriggerRequestEntityTooLarge

type DeleteProcessautomationTriggerRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteProcessautomationTriggerRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteProcessautomationTriggerRequestEntityTooLarge

func NewDeleteProcessautomationTriggerRequestEntityTooLarge() *DeleteProcessautomationTriggerRequestEntityTooLarge

NewDeleteProcessautomationTriggerRequestEntityTooLarge creates a DeleteProcessautomationTriggerRequestEntityTooLarge with default headers values

func (*DeleteProcessautomationTriggerRequestEntityTooLarge) Error

func (*DeleteProcessautomationTriggerRequestEntityTooLarge) GetPayload

func (*DeleteProcessautomationTriggerRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete processautomation trigger request entity too large response has a 4xx status code

func (*DeleteProcessautomationTriggerRequestEntityTooLarge) IsCode

IsCode returns true when this delete processautomation trigger request entity too large response a status code equal to that given

func (*DeleteProcessautomationTriggerRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete processautomation trigger request entity too large response has a 3xx status code

func (*DeleteProcessautomationTriggerRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete processautomation trigger request entity too large response has a 5xx status code

func (*DeleteProcessautomationTriggerRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete processautomation trigger request entity too large response has a 2xx status code

func (*DeleteProcessautomationTriggerRequestEntityTooLarge) String

type DeleteProcessautomationTriggerRequestTimeout

type DeleteProcessautomationTriggerRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteProcessautomationTriggerRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteProcessautomationTriggerRequestTimeout

func NewDeleteProcessautomationTriggerRequestTimeout() *DeleteProcessautomationTriggerRequestTimeout

NewDeleteProcessautomationTriggerRequestTimeout creates a DeleteProcessautomationTriggerRequestTimeout with default headers values

func (*DeleteProcessautomationTriggerRequestTimeout) Error

func (*DeleteProcessautomationTriggerRequestTimeout) GetPayload

func (*DeleteProcessautomationTriggerRequestTimeout) IsClientError

IsClientError returns true when this delete processautomation trigger request timeout response has a 4xx status code

func (*DeleteProcessautomationTriggerRequestTimeout) IsCode

IsCode returns true when this delete processautomation trigger request timeout response a status code equal to that given

func (*DeleteProcessautomationTriggerRequestTimeout) IsRedirect

IsRedirect returns true when this delete processautomation trigger request timeout response has a 3xx status code

func (*DeleteProcessautomationTriggerRequestTimeout) IsServerError

IsServerError returns true when this delete processautomation trigger request timeout response has a 5xx status code

func (*DeleteProcessautomationTriggerRequestTimeout) IsSuccess

IsSuccess returns true when this delete processautomation trigger request timeout response has a 2xx status code

func (*DeleteProcessautomationTriggerRequestTimeout) String

type DeleteProcessautomationTriggerServiceUnavailable

type DeleteProcessautomationTriggerServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteProcessautomationTriggerServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteProcessautomationTriggerServiceUnavailable

func NewDeleteProcessautomationTriggerServiceUnavailable() *DeleteProcessautomationTriggerServiceUnavailable

NewDeleteProcessautomationTriggerServiceUnavailable creates a DeleteProcessautomationTriggerServiceUnavailable with default headers values

func (*DeleteProcessautomationTriggerServiceUnavailable) Error

func (*DeleteProcessautomationTriggerServiceUnavailable) GetPayload

func (*DeleteProcessautomationTriggerServiceUnavailable) IsClientError

IsClientError returns true when this delete processautomation trigger service unavailable response has a 4xx status code

func (*DeleteProcessautomationTriggerServiceUnavailable) IsCode

IsCode returns true when this delete processautomation trigger service unavailable response a status code equal to that given

func (*DeleteProcessautomationTriggerServiceUnavailable) IsRedirect

IsRedirect returns true when this delete processautomation trigger service unavailable response has a 3xx status code

func (*DeleteProcessautomationTriggerServiceUnavailable) IsServerError

IsServerError returns true when this delete processautomation trigger service unavailable response has a 5xx status code

func (*DeleteProcessautomationTriggerServiceUnavailable) IsSuccess

IsSuccess returns true when this delete processautomation trigger service unavailable response has a 2xx status code

func (*DeleteProcessautomationTriggerServiceUnavailable) String

type DeleteProcessautomationTriggerTooManyRequests

type DeleteProcessautomationTriggerTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteProcessautomationTriggerTooManyRequests

func NewDeleteProcessautomationTriggerTooManyRequests() *DeleteProcessautomationTriggerTooManyRequests

NewDeleteProcessautomationTriggerTooManyRequests creates a DeleteProcessautomationTriggerTooManyRequests with default headers values

func (*DeleteProcessautomationTriggerTooManyRequests) Error

func (*DeleteProcessautomationTriggerTooManyRequests) GetPayload

func (*DeleteProcessautomationTriggerTooManyRequests) IsClientError

IsClientError returns true when this delete processautomation trigger too many requests response has a 4xx status code

func (*DeleteProcessautomationTriggerTooManyRequests) IsCode

IsCode returns true when this delete processautomation trigger too many requests response a status code equal to that given

func (*DeleteProcessautomationTriggerTooManyRequests) IsRedirect

IsRedirect returns true when this delete processautomation trigger too many requests response has a 3xx status code

func (*DeleteProcessautomationTriggerTooManyRequests) IsServerError

IsServerError returns true when this delete processautomation trigger too many requests response has a 5xx status code

func (*DeleteProcessautomationTriggerTooManyRequests) IsSuccess

IsSuccess returns true when this delete processautomation trigger too many requests response has a 2xx status code

func (*DeleteProcessautomationTriggerTooManyRequests) String

type DeleteProcessautomationTriggerUnauthorized

type DeleteProcessautomationTriggerUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteProcessautomationTriggerUnauthorized

func NewDeleteProcessautomationTriggerUnauthorized() *DeleteProcessautomationTriggerUnauthorized

NewDeleteProcessautomationTriggerUnauthorized creates a DeleteProcessautomationTriggerUnauthorized with default headers values

func (*DeleteProcessautomationTriggerUnauthorized) Error

func (*DeleteProcessautomationTriggerUnauthorized) GetPayload

func (*DeleteProcessautomationTriggerUnauthorized) IsClientError

IsClientError returns true when this delete processautomation trigger unauthorized response has a 4xx status code

func (*DeleteProcessautomationTriggerUnauthorized) IsCode

IsCode returns true when this delete processautomation trigger unauthorized response a status code equal to that given

func (*DeleteProcessautomationTriggerUnauthorized) IsRedirect

IsRedirect returns true when this delete processautomation trigger unauthorized response has a 3xx status code

func (*DeleteProcessautomationTriggerUnauthorized) IsServerError

IsServerError returns true when this delete processautomation trigger unauthorized response has a 5xx status code

func (*DeleteProcessautomationTriggerUnauthorized) IsSuccess

IsSuccess returns true when this delete processautomation trigger unauthorized response has a 2xx status code

func (*DeleteProcessautomationTriggerUnauthorized) String

type DeleteProcessautomationTriggerUnsupportedMediaType

type DeleteProcessautomationTriggerUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteProcessautomationTriggerUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteProcessautomationTriggerUnsupportedMediaType

func NewDeleteProcessautomationTriggerUnsupportedMediaType() *DeleteProcessautomationTriggerUnsupportedMediaType

NewDeleteProcessautomationTriggerUnsupportedMediaType creates a DeleteProcessautomationTriggerUnsupportedMediaType with default headers values

func (*DeleteProcessautomationTriggerUnsupportedMediaType) Error

func (*DeleteProcessautomationTriggerUnsupportedMediaType) GetPayload

func (*DeleteProcessautomationTriggerUnsupportedMediaType) IsClientError

IsClientError returns true when this delete processautomation trigger unsupported media type response has a 4xx status code

func (*DeleteProcessautomationTriggerUnsupportedMediaType) IsCode

IsCode returns true when this delete processautomation trigger unsupported media type response a status code equal to that given

func (*DeleteProcessautomationTriggerUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete processautomation trigger unsupported media type response has a 3xx status code

func (*DeleteProcessautomationTriggerUnsupportedMediaType) IsServerError

IsServerError returns true when this delete processautomation trigger unsupported media type response has a 5xx status code

func (*DeleteProcessautomationTriggerUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete processautomation trigger unsupported media type response has a 2xx status code

func (*DeleteProcessautomationTriggerUnsupportedMediaType) String

type GetProcessautomationTriggerBadRequest

type GetProcessautomationTriggerBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetProcessautomationTriggerBadRequest

func NewGetProcessautomationTriggerBadRequest() *GetProcessautomationTriggerBadRequest

NewGetProcessautomationTriggerBadRequest creates a GetProcessautomationTriggerBadRequest with default headers values

func (*GetProcessautomationTriggerBadRequest) Error

func (*GetProcessautomationTriggerBadRequest) GetPayload

func (*GetProcessautomationTriggerBadRequest) IsClientError

func (o *GetProcessautomationTriggerBadRequest) IsClientError() bool

IsClientError returns true when this get processautomation trigger bad request response has a 4xx status code

func (*GetProcessautomationTriggerBadRequest) IsCode

IsCode returns true when this get processautomation trigger bad request response a status code equal to that given

func (*GetProcessautomationTriggerBadRequest) IsRedirect

IsRedirect returns true when this get processautomation trigger bad request response has a 3xx status code

func (*GetProcessautomationTriggerBadRequest) IsServerError

func (o *GetProcessautomationTriggerBadRequest) IsServerError() bool

IsServerError returns true when this get processautomation trigger bad request response has a 5xx status code

func (*GetProcessautomationTriggerBadRequest) IsSuccess

IsSuccess returns true when this get processautomation trigger bad request response has a 2xx status code

func (*GetProcessautomationTriggerBadRequest) String

type GetProcessautomationTriggerForbidden

type GetProcessautomationTriggerForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetProcessautomationTriggerForbidden

func NewGetProcessautomationTriggerForbidden() *GetProcessautomationTriggerForbidden

NewGetProcessautomationTriggerForbidden creates a GetProcessautomationTriggerForbidden with default headers values

func (*GetProcessautomationTriggerForbidden) Error

func (*GetProcessautomationTriggerForbidden) GetPayload

func (*GetProcessautomationTriggerForbidden) IsClientError

func (o *GetProcessautomationTriggerForbidden) IsClientError() bool

IsClientError returns true when this get processautomation trigger forbidden response has a 4xx status code

func (*GetProcessautomationTriggerForbidden) IsCode

IsCode returns true when this get processautomation trigger forbidden response a status code equal to that given

func (*GetProcessautomationTriggerForbidden) IsRedirect

IsRedirect returns true when this get processautomation trigger forbidden response has a 3xx status code

func (*GetProcessautomationTriggerForbidden) IsServerError

func (o *GetProcessautomationTriggerForbidden) IsServerError() bool

IsServerError returns true when this get processautomation trigger forbidden response has a 5xx status code

func (*GetProcessautomationTriggerForbidden) IsSuccess

IsSuccess returns true when this get processautomation trigger forbidden response has a 2xx status code

func (*GetProcessautomationTriggerForbidden) String

type GetProcessautomationTriggerGatewayTimeout

type GetProcessautomationTriggerGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetProcessautomationTriggerGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetProcessautomationTriggerGatewayTimeout

func NewGetProcessautomationTriggerGatewayTimeout() *GetProcessautomationTriggerGatewayTimeout

NewGetProcessautomationTriggerGatewayTimeout creates a GetProcessautomationTriggerGatewayTimeout with default headers values

func (*GetProcessautomationTriggerGatewayTimeout) Error

func (*GetProcessautomationTriggerGatewayTimeout) GetPayload

func (*GetProcessautomationTriggerGatewayTimeout) IsClientError

IsClientError returns true when this get processautomation trigger gateway timeout response has a 4xx status code

func (*GetProcessautomationTriggerGatewayTimeout) IsCode

IsCode returns true when this get processautomation trigger gateway timeout response a status code equal to that given

func (*GetProcessautomationTriggerGatewayTimeout) IsRedirect

IsRedirect returns true when this get processautomation trigger gateway timeout response has a 3xx status code

func (*GetProcessautomationTriggerGatewayTimeout) IsServerError

IsServerError returns true when this get processautomation trigger gateway timeout response has a 5xx status code

func (*GetProcessautomationTriggerGatewayTimeout) IsSuccess

IsSuccess returns true when this get processautomation trigger gateway timeout response has a 2xx status code

func (*GetProcessautomationTriggerGatewayTimeout) String

type GetProcessautomationTriggerInternalServerError

type GetProcessautomationTriggerInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetProcessautomationTriggerInternalServerError

func NewGetProcessautomationTriggerInternalServerError() *GetProcessautomationTriggerInternalServerError

NewGetProcessautomationTriggerInternalServerError creates a GetProcessautomationTriggerInternalServerError with default headers values

func (*GetProcessautomationTriggerInternalServerError) Error

func (*GetProcessautomationTriggerInternalServerError) GetPayload

func (*GetProcessautomationTriggerInternalServerError) IsClientError

IsClientError returns true when this get processautomation trigger internal server error response has a 4xx status code

func (*GetProcessautomationTriggerInternalServerError) IsCode

IsCode returns true when this get processautomation trigger internal server error response a status code equal to that given

func (*GetProcessautomationTriggerInternalServerError) IsRedirect

IsRedirect returns true when this get processautomation trigger internal server error response has a 3xx status code

func (*GetProcessautomationTriggerInternalServerError) IsServerError

IsServerError returns true when this get processautomation trigger internal server error response has a 5xx status code

func (*GetProcessautomationTriggerInternalServerError) IsSuccess

IsSuccess returns true when this get processautomation trigger internal server error response has a 2xx status code

func (*GetProcessautomationTriggerInternalServerError) String

type GetProcessautomationTriggerNotFound

type GetProcessautomationTriggerNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetProcessautomationTriggerNotFound

func NewGetProcessautomationTriggerNotFound() *GetProcessautomationTriggerNotFound

NewGetProcessautomationTriggerNotFound creates a GetProcessautomationTriggerNotFound with default headers values

func (*GetProcessautomationTriggerNotFound) Error

func (*GetProcessautomationTriggerNotFound) GetPayload

func (*GetProcessautomationTriggerNotFound) IsClientError

func (o *GetProcessautomationTriggerNotFound) IsClientError() bool

IsClientError returns true when this get processautomation trigger not found response has a 4xx status code

func (*GetProcessautomationTriggerNotFound) IsCode

IsCode returns true when this get processautomation trigger not found response a status code equal to that given

func (*GetProcessautomationTriggerNotFound) IsRedirect

func (o *GetProcessautomationTriggerNotFound) IsRedirect() bool

IsRedirect returns true when this get processautomation trigger not found response has a 3xx status code

func (*GetProcessautomationTriggerNotFound) IsServerError

func (o *GetProcessautomationTriggerNotFound) IsServerError() bool

IsServerError returns true when this get processautomation trigger not found response has a 5xx status code

func (*GetProcessautomationTriggerNotFound) IsSuccess

IsSuccess returns true when this get processautomation trigger not found response has a 2xx status code

func (*GetProcessautomationTriggerNotFound) String

type GetProcessautomationTriggerOK

type GetProcessautomationTriggerOK struct {
	Payload *models.Trigger
}

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

successful operation

func NewGetProcessautomationTriggerOK

func NewGetProcessautomationTriggerOK() *GetProcessautomationTriggerOK

NewGetProcessautomationTriggerOK creates a GetProcessautomationTriggerOK with default headers values

func (*GetProcessautomationTriggerOK) Error

func (*GetProcessautomationTriggerOK) GetPayload

func (o *GetProcessautomationTriggerOK) GetPayload() *models.Trigger

func (*GetProcessautomationTriggerOK) IsClientError

func (o *GetProcessautomationTriggerOK) IsClientError() bool

IsClientError returns true when this get processautomation trigger o k response has a 4xx status code

func (*GetProcessautomationTriggerOK) IsCode

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

IsCode returns true when this get processautomation trigger o k response a status code equal to that given

func (*GetProcessautomationTriggerOK) IsRedirect

func (o *GetProcessautomationTriggerOK) IsRedirect() bool

IsRedirect returns true when this get processautomation trigger o k response has a 3xx status code

func (*GetProcessautomationTriggerOK) IsServerError

func (o *GetProcessautomationTriggerOK) IsServerError() bool

IsServerError returns true when this get processautomation trigger o k response has a 5xx status code

func (*GetProcessautomationTriggerOK) IsSuccess

func (o *GetProcessautomationTriggerOK) IsSuccess() bool

IsSuccess returns true when this get processautomation trigger o k response has a 2xx status code

func (*GetProcessautomationTriggerOK) String

type GetProcessautomationTriggerParams

type GetProcessautomationTriggerParams struct {

	/* TriggerID.

	   triggerId
	*/
	TriggerID string

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

GetProcessautomationTriggerParams contains all the parameters to send to the API endpoint

for the get processautomation trigger operation.

Typically these are written to a http.Request.

func NewGetProcessautomationTriggerParams

func NewGetProcessautomationTriggerParams() *GetProcessautomationTriggerParams

NewGetProcessautomationTriggerParams creates a new GetProcessautomationTriggerParams 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 NewGetProcessautomationTriggerParamsWithContext

func NewGetProcessautomationTriggerParamsWithContext(ctx context.Context) *GetProcessautomationTriggerParams

NewGetProcessautomationTriggerParamsWithContext creates a new GetProcessautomationTriggerParams object with the ability to set a context for a request.

func NewGetProcessautomationTriggerParamsWithHTTPClient

func NewGetProcessautomationTriggerParamsWithHTTPClient(client *http.Client) *GetProcessautomationTriggerParams

NewGetProcessautomationTriggerParamsWithHTTPClient creates a new GetProcessautomationTriggerParams object with the ability to set a custom HTTPClient for a request.

func NewGetProcessautomationTriggerParamsWithTimeout

func NewGetProcessautomationTriggerParamsWithTimeout(timeout time.Duration) *GetProcessautomationTriggerParams

NewGetProcessautomationTriggerParamsWithTimeout creates a new GetProcessautomationTriggerParams object with the ability to set a timeout on a request.

func (*GetProcessautomationTriggerParams) SetContext

SetContext adds the context to the get processautomation trigger params

func (*GetProcessautomationTriggerParams) SetDefaults

func (o *GetProcessautomationTriggerParams) SetDefaults()

SetDefaults hydrates default values in the get processautomation trigger params (not the query body).

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

func (*GetProcessautomationTriggerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get processautomation trigger params

func (*GetProcessautomationTriggerParams) SetTimeout

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

SetTimeout adds the timeout to the get processautomation trigger params

func (*GetProcessautomationTriggerParams) SetTriggerID

func (o *GetProcessautomationTriggerParams) SetTriggerID(triggerID string)

SetTriggerID adds the triggerId to the get processautomation trigger params

func (*GetProcessautomationTriggerParams) WithContext

WithContext adds the context to the get processautomation trigger params

func (*GetProcessautomationTriggerParams) WithDefaults

WithDefaults hydrates default values in the get processautomation trigger params (not the query body).

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

func (*GetProcessautomationTriggerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get processautomation trigger params

func (*GetProcessautomationTriggerParams) WithTimeout

WithTimeout adds the timeout to the get processautomation trigger params

func (*GetProcessautomationTriggerParams) WithTriggerID

WithTriggerID adds the triggerID to the get processautomation trigger params

func (*GetProcessautomationTriggerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProcessautomationTriggerReader

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

GetProcessautomationTriggerReader is a Reader for the GetProcessautomationTrigger structure.

func (*GetProcessautomationTriggerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProcessautomationTriggerRequestEntityTooLarge

type GetProcessautomationTriggerRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetProcessautomationTriggerRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetProcessautomationTriggerRequestEntityTooLarge

func NewGetProcessautomationTriggerRequestEntityTooLarge() *GetProcessautomationTriggerRequestEntityTooLarge

NewGetProcessautomationTriggerRequestEntityTooLarge creates a GetProcessautomationTriggerRequestEntityTooLarge with default headers values

func (*GetProcessautomationTriggerRequestEntityTooLarge) Error

func (*GetProcessautomationTriggerRequestEntityTooLarge) GetPayload

func (*GetProcessautomationTriggerRequestEntityTooLarge) IsClientError

IsClientError returns true when this get processautomation trigger request entity too large response has a 4xx status code

func (*GetProcessautomationTriggerRequestEntityTooLarge) IsCode

IsCode returns true when this get processautomation trigger request entity too large response a status code equal to that given

func (*GetProcessautomationTriggerRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get processautomation trigger request entity too large response has a 3xx status code

func (*GetProcessautomationTriggerRequestEntityTooLarge) IsServerError

IsServerError returns true when this get processautomation trigger request entity too large response has a 5xx status code

func (*GetProcessautomationTriggerRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get processautomation trigger request entity too large response has a 2xx status code

func (*GetProcessautomationTriggerRequestEntityTooLarge) String

type GetProcessautomationTriggerRequestTimeout

type GetProcessautomationTriggerRequestTimeout struct {
	Payload *models.ErrorBody
}

GetProcessautomationTriggerRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetProcessautomationTriggerRequestTimeout

func NewGetProcessautomationTriggerRequestTimeout() *GetProcessautomationTriggerRequestTimeout

NewGetProcessautomationTriggerRequestTimeout creates a GetProcessautomationTriggerRequestTimeout with default headers values

func (*GetProcessautomationTriggerRequestTimeout) Error

func (*GetProcessautomationTriggerRequestTimeout) GetPayload

func (*GetProcessautomationTriggerRequestTimeout) IsClientError

IsClientError returns true when this get processautomation trigger request timeout response has a 4xx status code

func (*GetProcessautomationTriggerRequestTimeout) IsCode

IsCode returns true when this get processautomation trigger request timeout response a status code equal to that given

func (*GetProcessautomationTriggerRequestTimeout) IsRedirect

IsRedirect returns true when this get processautomation trigger request timeout response has a 3xx status code

func (*GetProcessautomationTriggerRequestTimeout) IsServerError

IsServerError returns true when this get processautomation trigger request timeout response has a 5xx status code

func (*GetProcessautomationTriggerRequestTimeout) IsSuccess

IsSuccess returns true when this get processautomation trigger request timeout response has a 2xx status code

func (*GetProcessautomationTriggerRequestTimeout) String

type GetProcessautomationTriggerServiceUnavailable

type GetProcessautomationTriggerServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetProcessautomationTriggerServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetProcessautomationTriggerServiceUnavailable

func NewGetProcessautomationTriggerServiceUnavailable() *GetProcessautomationTriggerServiceUnavailable

NewGetProcessautomationTriggerServiceUnavailable creates a GetProcessautomationTriggerServiceUnavailable with default headers values

func (*GetProcessautomationTriggerServiceUnavailable) Error

func (*GetProcessautomationTriggerServiceUnavailable) GetPayload

func (*GetProcessautomationTriggerServiceUnavailable) IsClientError

IsClientError returns true when this get processautomation trigger service unavailable response has a 4xx status code

func (*GetProcessautomationTriggerServiceUnavailable) IsCode

IsCode returns true when this get processautomation trigger service unavailable response a status code equal to that given

func (*GetProcessautomationTriggerServiceUnavailable) IsRedirect

IsRedirect returns true when this get processautomation trigger service unavailable response has a 3xx status code

func (*GetProcessautomationTriggerServiceUnavailable) IsServerError

IsServerError returns true when this get processautomation trigger service unavailable response has a 5xx status code

func (*GetProcessautomationTriggerServiceUnavailable) IsSuccess

IsSuccess returns true when this get processautomation trigger service unavailable response has a 2xx status code

func (*GetProcessautomationTriggerServiceUnavailable) String

type GetProcessautomationTriggerTooManyRequests

type GetProcessautomationTriggerTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetProcessautomationTriggerTooManyRequests

func NewGetProcessautomationTriggerTooManyRequests() *GetProcessautomationTriggerTooManyRequests

NewGetProcessautomationTriggerTooManyRequests creates a GetProcessautomationTriggerTooManyRequests with default headers values

func (*GetProcessautomationTriggerTooManyRequests) Error

func (*GetProcessautomationTriggerTooManyRequests) GetPayload

func (*GetProcessautomationTriggerTooManyRequests) IsClientError

IsClientError returns true when this get processautomation trigger too many requests response has a 4xx status code

func (*GetProcessautomationTriggerTooManyRequests) IsCode

IsCode returns true when this get processautomation trigger too many requests response a status code equal to that given

func (*GetProcessautomationTriggerTooManyRequests) IsRedirect

IsRedirect returns true when this get processautomation trigger too many requests response has a 3xx status code

func (*GetProcessautomationTriggerTooManyRequests) IsServerError

IsServerError returns true when this get processautomation trigger too many requests response has a 5xx status code

func (*GetProcessautomationTriggerTooManyRequests) IsSuccess

IsSuccess returns true when this get processautomation trigger too many requests response has a 2xx status code

func (*GetProcessautomationTriggerTooManyRequests) String

type GetProcessautomationTriggerUnauthorized

type GetProcessautomationTriggerUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetProcessautomationTriggerUnauthorized

func NewGetProcessautomationTriggerUnauthorized() *GetProcessautomationTriggerUnauthorized

NewGetProcessautomationTriggerUnauthorized creates a GetProcessautomationTriggerUnauthorized with default headers values

func (*GetProcessautomationTriggerUnauthorized) Error

func (*GetProcessautomationTriggerUnauthorized) GetPayload

func (*GetProcessautomationTriggerUnauthorized) IsClientError

func (o *GetProcessautomationTriggerUnauthorized) IsClientError() bool

IsClientError returns true when this get processautomation trigger unauthorized response has a 4xx status code

func (*GetProcessautomationTriggerUnauthorized) IsCode

IsCode returns true when this get processautomation trigger unauthorized response a status code equal to that given

func (*GetProcessautomationTriggerUnauthorized) IsRedirect

IsRedirect returns true when this get processautomation trigger unauthorized response has a 3xx status code

func (*GetProcessautomationTriggerUnauthorized) IsServerError

func (o *GetProcessautomationTriggerUnauthorized) IsServerError() bool

IsServerError returns true when this get processautomation trigger unauthorized response has a 5xx status code

func (*GetProcessautomationTriggerUnauthorized) IsSuccess

IsSuccess returns true when this get processautomation trigger unauthorized response has a 2xx status code

func (*GetProcessautomationTriggerUnauthorized) String

type GetProcessautomationTriggerUnsupportedMediaType

type GetProcessautomationTriggerUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetProcessautomationTriggerUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetProcessautomationTriggerUnsupportedMediaType

func NewGetProcessautomationTriggerUnsupportedMediaType() *GetProcessautomationTriggerUnsupportedMediaType

NewGetProcessautomationTriggerUnsupportedMediaType creates a GetProcessautomationTriggerUnsupportedMediaType with default headers values

func (*GetProcessautomationTriggerUnsupportedMediaType) Error

func (*GetProcessautomationTriggerUnsupportedMediaType) GetPayload

func (*GetProcessautomationTriggerUnsupportedMediaType) IsClientError

IsClientError returns true when this get processautomation trigger unsupported media type response has a 4xx status code

func (*GetProcessautomationTriggerUnsupportedMediaType) IsCode

IsCode returns true when this get processautomation trigger unsupported media type response a status code equal to that given

func (*GetProcessautomationTriggerUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get processautomation trigger unsupported media type response has a 3xx status code

func (*GetProcessautomationTriggerUnsupportedMediaType) IsServerError

IsServerError returns true when this get processautomation trigger unsupported media type response has a 5xx status code

func (*GetProcessautomationTriggerUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get processautomation trigger unsupported media type response has a 2xx status code

func (*GetProcessautomationTriggerUnsupportedMediaType) String

type GetProcessautomationTriggersBadRequest

type GetProcessautomationTriggersBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetProcessautomationTriggersBadRequest

func NewGetProcessautomationTriggersBadRequest() *GetProcessautomationTriggersBadRequest

NewGetProcessautomationTriggersBadRequest creates a GetProcessautomationTriggersBadRequest with default headers values

func (*GetProcessautomationTriggersBadRequest) Error

func (*GetProcessautomationTriggersBadRequest) GetPayload

func (*GetProcessautomationTriggersBadRequest) IsClientError

func (o *GetProcessautomationTriggersBadRequest) IsClientError() bool

IsClientError returns true when this get processautomation triggers bad request response has a 4xx status code

func (*GetProcessautomationTriggersBadRequest) IsCode

IsCode returns true when this get processautomation triggers bad request response a status code equal to that given

func (*GetProcessautomationTriggersBadRequest) IsRedirect

IsRedirect returns true when this get processautomation triggers bad request response has a 3xx status code

func (*GetProcessautomationTriggersBadRequest) IsServerError

func (o *GetProcessautomationTriggersBadRequest) IsServerError() bool

IsServerError returns true when this get processautomation triggers bad request response has a 5xx status code

func (*GetProcessautomationTriggersBadRequest) IsSuccess

IsSuccess returns true when this get processautomation triggers bad request response has a 2xx status code

func (*GetProcessautomationTriggersBadRequest) String

type GetProcessautomationTriggersForbidden

type GetProcessautomationTriggersForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetProcessautomationTriggersForbidden

func NewGetProcessautomationTriggersForbidden() *GetProcessautomationTriggersForbidden

NewGetProcessautomationTriggersForbidden creates a GetProcessautomationTriggersForbidden with default headers values

func (*GetProcessautomationTriggersForbidden) Error

func (*GetProcessautomationTriggersForbidden) GetPayload

func (*GetProcessautomationTriggersForbidden) IsClientError

func (o *GetProcessautomationTriggersForbidden) IsClientError() bool

IsClientError returns true when this get processautomation triggers forbidden response has a 4xx status code

func (*GetProcessautomationTriggersForbidden) IsCode

IsCode returns true when this get processautomation triggers forbidden response a status code equal to that given

func (*GetProcessautomationTriggersForbidden) IsRedirect

IsRedirect returns true when this get processautomation triggers forbidden response has a 3xx status code

func (*GetProcessautomationTriggersForbidden) IsServerError

func (o *GetProcessautomationTriggersForbidden) IsServerError() bool

IsServerError returns true when this get processautomation triggers forbidden response has a 5xx status code

func (*GetProcessautomationTriggersForbidden) IsSuccess

IsSuccess returns true when this get processautomation triggers forbidden response has a 2xx status code

func (*GetProcessautomationTriggersForbidden) String

type GetProcessautomationTriggersGatewayTimeout

type GetProcessautomationTriggersGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetProcessautomationTriggersGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetProcessautomationTriggersGatewayTimeout

func NewGetProcessautomationTriggersGatewayTimeout() *GetProcessautomationTriggersGatewayTimeout

NewGetProcessautomationTriggersGatewayTimeout creates a GetProcessautomationTriggersGatewayTimeout with default headers values

func (*GetProcessautomationTriggersGatewayTimeout) Error

func (*GetProcessautomationTriggersGatewayTimeout) GetPayload

func (*GetProcessautomationTriggersGatewayTimeout) IsClientError

IsClientError returns true when this get processautomation triggers gateway timeout response has a 4xx status code

func (*GetProcessautomationTriggersGatewayTimeout) IsCode

IsCode returns true when this get processautomation triggers gateway timeout response a status code equal to that given

func (*GetProcessautomationTriggersGatewayTimeout) IsRedirect

IsRedirect returns true when this get processautomation triggers gateway timeout response has a 3xx status code

func (*GetProcessautomationTriggersGatewayTimeout) IsServerError

IsServerError returns true when this get processautomation triggers gateway timeout response has a 5xx status code

func (*GetProcessautomationTriggersGatewayTimeout) IsSuccess

IsSuccess returns true when this get processautomation triggers gateway timeout response has a 2xx status code

func (*GetProcessautomationTriggersGatewayTimeout) String

type GetProcessautomationTriggersInternalServerError

type GetProcessautomationTriggersInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetProcessautomationTriggersInternalServerError

func NewGetProcessautomationTriggersInternalServerError() *GetProcessautomationTriggersInternalServerError

NewGetProcessautomationTriggersInternalServerError creates a GetProcessautomationTriggersInternalServerError with default headers values

func (*GetProcessautomationTriggersInternalServerError) Error

func (*GetProcessautomationTriggersInternalServerError) GetPayload

func (*GetProcessautomationTriggersInternalServerError) IsClientError

IsClientError returns true when this get processautomation triggers internal server error response has a 4xx status code

func (*GetProcessautomationTriggersInternalServerError) IsCode

IsCode returns true when this get processautomation triggers internal server error response a status code equal to that given

func (*GetProcessautomationTriggersInternalServerError) IsRedirect

IsRedirect returns true when this get processautomation triggers internal server error response has a 3xx status code

func (*GetProcessautomationTriggersInternalServerError) IsServerError

IsServerError returns true when this get processautomation triggers internal server error response has a 5xx status code

func (*GetProcessautomationTriggersInternalServerError) IsSuccess

IsSuccess returns true when this get processautomation triggers internal server error response has a 2xx status code

func (*GetProcessautomationTriggersInternalServerError) String

type GetProcessautomationTriggersNotFound

type GetProcessautomationTriggersNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetProcessautomationTriggersNotFound

func NewGetProcessautomationTriggersNotFound() *GetProcessautomationTriggersNotFound

NewGetProcessautomationTriggersNotFound creates a GetProcessautomationTriggersNotFound with default headers values

func (*GetProcessautomationTriggersNotFound) Error

func (*GetProcessautomationTriggersNotFound) GetPayload

func (*GetProcessautomationTriggersNotFound) IsClientError

func (o *GetProcessautomationTriggersNotFound) IsClientError() bool

IsClientError returns true when this get processautomation triggers not found response has a 4xx status code

func (*GetProcessautomationTriggersNotFound) IsCode

IsCode returns true when this get processautomation triggers not found response a status code equal to that given

func (*GetProcessautomationTriggersNotFound) IsRedirect

IsRedirect returns true when this get processautomation triggers not found response has a 3xx status code

func (*GetProcessautomationTriggersNotFound) IsServerError

func (o *GetProcessautomationTriggersNotFound) IsServerError() bool

IsServerError returns true when this get processautomation triggers not found response has a 5xx status code

func (*GetProcessautomationTriggersNotFound) IsSuccess

IsSuccess returns true when this get processautomation triggers not found response has a 2xx status code

func (*GetProcessautomationTriggersNotFound) String

type GetProcessautomationTriggersOK

type GetProcessautomationTriggersOK struct {
	Payload *models.TriggerEntityListing
}

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

successful operation

func NewGetProcessautomationTriggersOK

func NewGetProcessautomationTriggersOK() *GetProcessautomationTriggersOK

NewGetProcessautomationTriggersOK creates a GetProcessautomationTriggersOK with default headers values

func (*GetProcessautomationTriggersOK) Error

func (*GetProcessautomationTriggersOK) GetPayload

func (*GetProcessautomationTriggersOK) IsClientError

func (o *GetProcessautomationTriggersOK) IsClientError() bool

IsClientError returns true when this get processautomation triggers o k response has a 4xx status code

func (*GetProcessautomationTriggersOK) IsCode

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

IsCode returns true when this get processautomation triggers o k response a status code equal to that given

func (*GetProcessautomationTriggersOK) IsRedirect

func (o *GetProcessautomationTriggersOK) IsRedirect() bool

IsRedirect returns true when this get processautomation triggers o k response has a 3xx status code

func (*GetProcessautomationTriggersOK) IsServerError

func (o *GetProcessautomationTriggersOK) IsServerError() bool

IsServerError returns true when this get processautomation triggers o k response has a 5xx status code

func (*GetProcessautomationTriggersOK) IsSuccess

func (o *GetProcessautomationTriggersOK) IsSuccess() bool

IsSuccess returns true when this get processautomation triggers o k response has a 2xx status code

func (*GetProcessautomationTriggersOK) String

type GetProcessautomationTriggersParams

type GetProcessautomationTriggersParams struct {

	/* After.

	   The cursor that points to the end of the set of entities that has been returned.
	*/
	After *string

	/* Before.

	   The cursor that points to the start of the set of entities that has been returned.
	*/
	Before *string

	/* Enabled.

	   Boolean indicating desired enabled state of triggers
	*/
	Enabled *bool

	/* HasDelayBy.

	   Boolean to filter based on delayBySeconds being set in triggers. Default returns all, true returns only those with delayBySeconds set, false returns those without delayBySeconds set.
	*/
	HasDelayBy *bool

	/* PageSize.

	   Number of entities to return. Maximum of 200.
	*/
	PageSize *string

	/* TopicName.

	   Topic name(s). Separated by commas
	*/
	TopicName *string

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

GetProcessautomationTriggersParams contains all the parameters to send to the API endpoint

for the get processautomation triggers operation.

Typically these are written to a http.Request.

func NewGetProcessautomationTriggersParams

func NewGetProcessautomationTriggersParams() *GetProcessautomationTriggersParams

NewGetProcessautomationTriggersParams creates a new GetProcessautomationTriggersParams 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 NewGetProcessautomationTriggersParamsWithContext

func NewGetProcessautomationTriggersParamsWithContext(ctx context.Context) *GetProcessautomationTriggersParams

NewGetProcessautomationTriggersParamsWithContext creates a new GetProcessautomationTriggersParams object with the ability to set a context for a request.

func NewGetProcessautomationTriggersParamsWithHTTPClient

func NewGetProcessautomationTriggersParamsWithHTTPClient(client *http.Client) *GetProcessautomationTriggersParams

NewGetProcessautomationTriggersParamsWithHTTPClient creates a new GetProcessautomationTriggersParams object with the ability to set a custom HTTPClient for a request.

func NewGetProcessautomationTriggersParamsWithTimeout

func NewGetProcessautomationTriggersParamsWithTimeout(timeout time.Duration) *GetProcessautomationTriggersParams

NewGetProcessautomationTriggersParamsWithTimeout creates a new GetProcessautomationTriggersParams object with the ability to set a timeout on a request.

func (*GetProcessautomationTriggersParams) SetAfter

func (o *GetProcessautomationTriggersParams) SetAfter(after *string)

SetAfter adds the after to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) SetBefore

func (o *GetProcessautomationTriggersParams) SetBefore(before *string)

SetBefore adds the before to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) SetContext

SetContext adds the context to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) SetDefaults

func (o *GetProcessautomationTriggersParams) SetDefaults()

SetDefaults hydrates default values in the get processautomation triggers params (not the query body).

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

func (*GetProcessautomationTriggersParams) SetEnabled

func (o *GetProcessautomationTriggersParams) SetEnabled(enabled *bool)

SetEnabled adds the enabled to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) SetHasDelayBy

func (o *GetProcessautomationTriggersParams) SetHasDelayBy(hasDelayBy *bool)

SetHasDelayBy adds the hasDelayBy to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) SetPageSize

func (o *GetProcessautomationTriggersParams) SetPageSize(pageSize *string)

SetPageSize adds the pageSize to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) SetTimeout

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

SetTimeout adds the timeout to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) SetTopicName

func (o *GetProcessautomationTriggersParams) SetTopicName(topicName *string)

SetTopicName adds the topicName to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) WithAfter

WithAfter adds the after to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) WithBefore

WithBefore adds the before to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) WithContext

WithContext adds the context to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) WithDefaults

WithDefaults hydrates default values in the get processautomation triggers params (not the query body).

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

func (*GetProcessautomationTriggersParams) WithEnabled

WithEnabled adds the enabled to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) WithHasDelayBy

WithHasDelayBy adds the hasDelayBy to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) WithPageSize

WithPageSize adds the pageSize to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) WithTimeout

WithTimeout adds the timeout to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) WithTopicName

WithTopicName adds the topicName to the get processautomation triggers params

func (*GetProcessautomationTriggersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProcessautomationTriggersReader

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

GetProcessautomationTriggersReader is a Reader for the GetProcessautomationTriggers structure.

func (*GetProcessautomationTriggersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProcessautomationTriggersRequestEntityTooLarge

type GetProcessautomationTriggersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetProcessautomationTriggersRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetProcessautomationTriggersRequestEntityTooLarge

func NewGetProcessautomationTriggersRequestEntityTooLarge() *GetProcessautomationTriggersRequestEntityTooLarge

NewGetProcessautomationTriggersRequestEntityTooLarge creates a GetProcessautomationTriggersRequestEntityTooLarge with default headers values

func (*GetProcessautomationTriggersRequestEntityTooLarge) Error

func (*GetProcessautomationTriggersRequestEntityTooLarge) GetPayload

func (*GetProcessautomationTriggersRequestEntityTooLarge) IsClientError

IsClientError returns true when this get processautomation triggers request entity too large response has a 4xx status code

func (*GetProcessautomationTriggersRequestEntityTooLarge) IsCode

IsCode returns true when this get processautomation triggers request entity too large response a status code equal to that given

func (*GetProcessautomationTriggersRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get processautomation triggers request entity too large response has a 3xx status code

func (*GetProcessautomationTriggersRequestEntityTooLarge) IsServerError

IsServerError returns true when this get processautomation triggers request entity too large response has a 5xx status code

func (*GetProcessautomationTriggersRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get processautomation triggers request entity too large response has a 2xx status code

func (*GetProcessautomationTriggersRequestEntityTooLarge) String

type GetProcessautomationTriggersRequestTimeout

type GetProcessautomationTriggersRequestTimeout struct {
	Payload *models.ErrorBody
}

GetProcessautomationTriggersRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetProcessautomationTriggersRequestTimeout

func NewGetProcessautomationTriggersRequestTimeout() *GetProcessautomationTriggersRequestTimeout

NewGetProcessautomationTriggersRequestTimeout creates a GetProcessautomationTriggersRequestTimeout with default headers values

func (*GetProcessautomationTriggersRequestTimeout) Error

func (*GetProcessautomationTriggersRequestTimeout) GetPayload

func (*GetProcessautomationTriggersRequestTimeout) IsClientError

IsClientError returns true when this get processautomation triggers request timeout response has a 4xx status code

func (*GetProcessautomationTriggersRequestTimeout) IsCode

IsCode returns true when this get processautomation triggers request timeout response a status code equal to that given

func (*GetProcessautomationTriggersRequestTimeout) IsRedirect

IsRedirect returns true when this get processautomation triggers request timeout response has a 3xx status code

func (*GetProcessautomationTriggersRequestTimeout) IsServerError

IsServerError returns true when this get processautomation triggers request timeout response has a 5xx status code

func (*GetProcessautomationTriggersRequestTimeout) IsSuccess

IsSuccess returns true when this get processautomation triggers request timeout response has a 2xx status code

func (*GetProcessautomationTriggersRequestTimeout) String

type GetProcessautomationTriggersServiceUnavailable

type GetProcessautomationTriggersServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetProcessautomationTriggersServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetProcessautomationTriggersServiceUnavailable

func NewGetProcessautomationTriggersServiceUnavailable() *GetProcessautomationTriggersServiceUnavailable

NewGetProcessautomationTriggersServiceUnavailable creates a GetProcessautomationTriggersServiceUnavailable with default headers values

func (*GetProcessautomationTriggersServiceUnavailable) Error

func (*GetProcessautomationTriggersServiceUnavailable) GetPayload

func (*GetProcessautomationTriggersServiceUnavailable) IsClientError

IsClientError returns true when this get processautomation triggers service unavailable response has a 4xx status code

func (*GetProcessautomationTriggersServiceUnavailable) IsCode

IsCode returns true when this get processautomation triggers service unavailable response a status code equal to that given

func (*GetProcessautomationTriggersServiceUnavailable) IsRedirect

IsRedirect returns true when this get processautomation triggers service unavailable response has a 3xx status code

func (*GetProcessautomationTriggersServiceUnavailable) IsServerError

IsServerError returns true when this get processautomation triggers service unavailable response has a 5xx status code

func (*GetProcessautomationTriggersServiceUnavailable) IsSuccess

IsSuccess returns true when this get processautomation triggers service unavailable response has a 2xx status code

func (*GetProcessautomationTriggersServiceUnavailable) String

type GetProcessautomationTriggersTooManyRequests

type GetProcessautomationTriggersTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetProcessautomationTriggersTooManyRequests

func NewGetProcessautomationTriggersTooManyRequests() *GetProcessautomationTriggersTooManyRequests

NewGetProcessautomationTriggersTooManyRequests creates a GetProcessautomationTriggersTooManyRequests with default headers values

func (*GetProcessautomationTriggersTooManyRequests) Error

func (*GetProcessautomationTriggersTooManyRequests) GetPayload

func (*GetProcessautomationTriggersTooManyRequests) IsClientError

IsClientError returns true when this get processautomation triggers too many requests response has a 4xx status code

func (*GetProcessautomationTriggersTooManyRequests) IsCode

IsCode returns true when this get processautomation triggers too many requests response a status code equal to that given

func (*GetProcessautomationTriggersTooManyRequests) IsRedirect

IsRedirect returns true when this get processautomation triggers too many requests response has a 3xx status code

func (*GetProcessautomationTriggersTooManyRequests) IsServerError

IsServerError returns true when this get processautomation triggers too many requests response has a 5xx status code

func (*GetProcessautomationTriggersTooManyRequests) IsSuccess

IsSuccess returns true when this get processautomation triggers too many requests response has a 2xx status code

func (*GetProcessautomationTriggersTooManyRequests) String

type GetProcessautomationTriggersTopicsBadRequest

type GetProcessautomationTriggersTopicsBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetProcessautomationTriggersTopicsBadRequest

func NewGetProcessautomationTriggersTopicsBadRequest() *GetProcessautomationTriggersTopicsBadRequest

NewGetProcessautomationTriggersTopicsBadRequest creates a GetProcessautomationTriggersTopicsBadRequest with default headers values

func (*GetProcessautomationTriggersTopicsBadRequest) Error

func (*GetProcessautomationTriggersTopicsBadRequest) GetPayload

func (*GetProcessautomationTriggersTopicsBadRequest) IsClientError

IsClientError returns true when this get processautomation triggers topics bad request response has a 4xx status code

func (*GetProcessautomationTriggersTopicsBadRequest) IsCode

IsCode returns true when this get processautomation triggers topics bad request response a status code equal to that given

func (*GetProcessautomationTriggersTopicsBadRequest) IsRedirect

IsRedirect returns true when this get processautomation triggers topics bad request response has a 3xx status code

func (*GetProcessautomationTriggersTopicsBadRequest) IsServerError

IsServerError returns true when this get processautomation triggers topics bad request response has a 5xx status code

func (*GetProcessautomationTriggersTopicsBadRequest) IsSuccess

IsSuccess returns true when this get processautomation triggers topics bad request response has a 2xx status code

func (*GetProcessautomationTriggersTopicsBadRequest) String

type GetProcessautomationTriggersTopicsForbidden

type GetProcessautomationTriggersTopicsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetProcessautomationTriggersTopicsForbidden

func NewGetProcessautomationTriggersTopicsForbidden() *GetProcessautomationTriggersTopicsForbidden

NewGetProcessautomationTriggersTopicsForbidden creates a GetProcessautomationTriggersTopicsForbidden with default headers values

func (*GetProcessautomationTriggersTopicsForbidden) Error

func (*GetProcessautomationTriggersTopicsForbidden) GetPayload

func (*GetProcessautomationTriggersTopicsForbidden) IsClientError

IsClientError returns true when this get processautomation triggers topics forbidden response has a 4xx status code

func (*GetProcessautomationTriggersTopicsForbidden) IsCode

IsCode returns true when this get processautomation triggers topics forbidden response a status code equal to that given

func (*GetProcessautomationTriggersTopicsForbidden) IsRedirect

IsRedirect returns true when this get processautomation triggers topics forbidden response has a 3xx status code

func (*GetProcessautomationTriggersTopicsForbidden) IsServerError

IsServerError returns true when this get processautomation triggers topics forbidden response has a 5xx status code

func (*GetProcessautomationTriggersTopicsForbidden) IsSuccess

IsSuccess returns true when this get processautomation triggers topics forbidden response has a 2xx status code

func (*GetProcessautomationTriggersTopicsForbidden) String

type GetProcessautomationTriggersTopicsGatewayTimeout

type GetProcessautomationTriggersTopicsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetProcessautomationTriggersTopicsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetProcessautomationTriggersTopicsGatewayTimeout

func NewGetProcessautomationTriggersTopicsGatewayTimeout() *GetProcessautomationTriggersTopicsGatewayTimeout

NewGetProcessautomationTriggersTopicsGatewayTimeout creates a GetProcessautomationTriggersTopicsGatewayTimeout with default headers values

func (*GetProcessautomationTriggersTopicsGatewayTimeout) Error

func (*GetProcessautomationTriggersTopicsGatewayTimeout) GetPayload

func (*GetProcessautomationTriggersTopicsGatewayTimeout) IsClientError

IsClientError returns true when this get processautomation triggers topics gateway timeout response has a 4xx status code

func (*GetProcessautomationTriggersTopicsGatewayTimeout) IsCode

IsCode returns true when this get processautomation triggers topics gateway timeout response a status code equal to that given

func (*GetProcessautomationTriggersTopicsGatewayTimeout) IsRedirect

IsRedirect returns true when this get processautomation triggers topics gateway timeout response has a 3xx status code

func (*GetProcessautomationTriggersTopicsGatewayTimeout) IsServerError

IsServerError returns true when this get processautomation triggers topics gateway timeout response has a 5xx status code

func (*GetProcessautomationTriggersTopicsGatewayTimeout) IsSuccess

IsSuccess returns true when this get processautomation triggers topics gateway timeout response has a 2xx status code

func (*GetProcessautomationTriggersTopicsGatewayTimeout) String

type GetProcessautomationTriggersTopicsInternalServerError

type GetProcessautomationTriggersTopicsInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetProcessautomationTriggersTopicsInternalServerError

func NewGetProcessautomationTriggersTopicsInternalServerError() *GetProcessautomationTriggersTopicsInternalServerError

NewGetProcessautomationTriggersTopicsInternalServerError creates a GetProcessautomationTriggersTopicsInternalServerError with default headers values

func (*GetProcessautomationTriggersTopicsInternalServerError) Error

func (*GetProcessautomationTriggersTopicsInternalServerError) GetPayload

func (*GetProcessautomationTriggersTopicsInternalServerError) IsClientError

IsClientError returns true when this get processautomation triggers topics internal server error response has a 4xx status code

func (*GetProcessautomationTriggersTopicsInternalServerError) IsCode

IsCode returns true when this get processautomation triggers topics internal server error response a status code equal to that given

func (*GetProcessautomationTriggersTopicsInternalServerError) IsRedirect

IsRedirect returns true when this get processautomation triggers topics internal server error response has a 3xx status code

func (*GetProcessautomationTriggersTopicsInternalServerError) IsServerError

IsServerError returns true when this get processautomation triggers topics internal server error response has a 5xx status code

func (*GetProcessautomationTriggersTopicsInternalServerError) IsSuccess

IsSuccess returns true when this get processautomation triggers topics internal server error response has a 2xx status code

func (*GetProcessautomationTriggersTopicsInternalServerError) String

type GetProcessautomationTriggersTopicsNotFound

type GetProcessautomationTriggersTopicsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetProcessautomationTriggersTopicsNotFound

func NewGetProcessautomationTriggersTopicsNotFound() *GetProcessautomationTriggersTopicsNotFound

NewGetProcessautomationTriggersTopicsNotFound creates a GetProcessautomationTriggersTopicsNotFound with default headers values

func (*GetProcessautomationTriggersTopicsNotFound) Error

func (*GetProcessautomationTriggersTopicsNotFound) GetPayload

func (*GetProcessautomationTriggersTopicsNotFound) IsClientError

IsClientError returns true when this get processautomation triggers topics not found response has a 4xx status code

func (*GetProcessautomationTriggersTopicsNotFound) IsCode

IsCode returns true when this get processautomation triggers topics not found response a status code equal to that given

func (*GetProcessautomationTriggersTopicsNotFound) IsRedirect

IsRedirect returns true when this get processautomation triggers topics not found response has a 3xx status code

func (*GetProcessautomationTriggersTopicsNotFound) IsServerError

IsServerError returns true when this get processautomation triggers topics not found response has a 5xx status code

func (*GetProcessautomationTriggersTopicsNotFound) IsSuccess

IsSuccess returns true when this get processautomation triggers topics not found response has a 2xx status code

func (*GetProcessautomationTriggersTopicsNotFound) String

type GetProcessautomationTriggersTopicsOK

type GetProcessautomationTriggersTopicsOK struct {
	Payload *models.TopicCursorEntityListing
}

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

successful operation

func NewGetProcessautomationTriggersTopicsOK

func NewGetProcessautomationTriggersTopicsOK() *GetProcessautomationTriggersTopicsOK

NewGetProcessautomationTriggersTopicsOK creates a GetProcessautomationTriggersTopicsOK with default headers values

func (*GetProcessautomationTriggersTopicsOK) Error

func (*GetProcessautomationTriggersTopicsOK) GetPayload

func (*GetProcessautomationTriggersTopicsOK) IsClientError

func (o *GetProcessautomationTriggersTopicsOK) IsClientError() bool

IsClientError returns true when this get processautomation triggers topics o k response has a 4xx status code

func (*GetProcessautomationTriggersTopicsOK) IsCode

IsCode returns true when this get processautomation triggers topics o k response a status code equal to that given

func (*GetProcessautomationTriggersTopicsOK) IsRedirect

IsRedirect returns true when this get processautomation triggers topics o k response has a 3xx status code

func (*GetProcessautomationTriggersTopicsOK) IsServerError

func (o *GetProcessautomationTriggersTopicsOK) IsServerError() bool

IsServerError returns true when this get processautomation triggers topics o k response has a 5xx status code

func (*GetProcessautomationTriggersTopicsOK) IsSuccess

IsSuccess returns true when this get processautomation triggers topics o k response has a 2xx status code

func (*GetProcessautomationTriggersTopicsOK) String

type GetProcessautomationTriggersTopicsParams

type GetProcessautomationTriggersTopicsParams struct {

	/* After.

	   The cursor that points to the end of the set of entities that has been returned.
	*/
	After *string

	/* Before.

	   The cursor that points to the start of the set of entities that has been returned.
	*/
	Before *string

	/* PageSize.

	   Number of entities to return. Maximum of 200.
	*/
	PageSize *string

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

GetProcessautomationTriggersTopicsParams contains all the parameters to send to the API endpoint

for the get processautomation triggers topics operation.

Typically these are written to a http.Request.

func NewGetProcessautomationTriggersTopicsParams

func NewGetProcessautomationTriggersTopicsParams() *GetProcessautomationTriggersTopicsParams

NewGetProcessautomationTriggersTopicsParams creates a new GetProcessautomationTriggersTopicsParams 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 NewGetProcessautomationTriggersTopicsParamsWithContext

func NewGetProcessautomationTriggersTopicsParamsWithContext(ctx context.Context) *GetProcessautomationTriggersTopicsParams

NewGetProcessautomationTriggersTopicsParamsWithContext creates a new GetProcessautomationTriggersTopicsParams object with the ability to set a context for a request.

func NewGetProcessautomationTriggersTopicsParamsWithHTTPClient

func NewGetProcessautomationTriggersTopicsParamsWithHTTPClient(client *http.Client) *GetProcessautomationTriggersTopicsParams

NewGetProcessautomationTriggersTopicsParamsWithHTTPClient creates a new GetProcessautomationTriggersTopicsParams object with the ability to set a custom HTTPClient for a request.

func NewGetProcessautomationTriggersTopicsParamsWithTimeout

func NewGetProcessautomationTriggersTopicsParamsWithTimeout(timeout time.Duration) *GetProcessautomationTriggersTopicsParams

NewGetProcessautomationTriggersTopicsParamsWithTimeout creates a new GetProcessautomationTriggersTopicsParams object with the ability to set a timeout on a request.

func (*GetProcessautomationTriggersTopicsParams) SetAfter

SetAfter adds the after to the get processautomation triggers topics params

func (*GetProcessautomationTriggersTopicsParams) SetBefore

func (o *GetProcessautomationTriggersTopicsParams) SetBefore(before *string)

SetBefore adds the before to the get processautomation triggers topics params

func (*GetProcessautomationTriggersTopicsParams) SetContext

SetContext adds the context to the get processautomation triggers topics params

func (*GetProcessautomationTriggersTopicsParams) SetDefaults

SetDefaults hydrates default values in the get processautomation triggers topics params (not the query body).

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

func (*GetProcessautomationTriggersTopicsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get processautomation triggers topics params

func (*GetProcessautomationTriggersTopicsParams) SetPageSize

func (o *GetProcessautomationTriggersTopicsParams) SetPageSize(pageSize *string)

SetPageSize adds the pageSize to the get processautomation triggers topics params

func (*GetProcessautomationTriggersTopicsParams) SetTimeout

SetTimeout adds the timeout to the get processautomation triggers topics params

func (*GetProcessautomationTriggersTopicsParams) WithAfter

WithAfter adds the after to the get processautomation triggers topics params

func (*GetProcessautomationTriggersTopicsParams) WithBefore

WithBefore adds the before to the get processautomation triggers topics params

func (*GetProcessautomationTriggersTopicsParams) WithContext

WithContext adds the context to the get processautomation triggers topics params

func (*GetProcessautomationTriggersTopicsParams) WithDefaults

WithDefaults hydrates default values in the get processautomation triggers topics params (not the query body).

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

func (*GetProcessautomationTriggersTopicsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get processautomation triggers topics params

func (*GetProcessautomationTriggersTopicsParams) WithPageSize

WithPageSize adds the pageSize to the get processautomation triggers topics params

func (*GetProcessautomationTriggersTopicsParams) WithTimeout

WithTimeout adds the timeout to the get processautomation triggers topics params

func (*GetProcessautomationTriggersTopicsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProcessautomationTriggersTopicsReader

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

GetProcessautomationTriggersTopicsReader is a Reader for the GetProcessautomationTriggersTopics structure.

func (*GetProcessautomationTriggersTopicsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProcessautomationTriggersTopicsRequestEntityTooLarge

type GetProcessautomationTriggersTopicsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetProcessautomationTriggersTopicsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetProcessautomationTriggersTopicsRequestEntityTooLarge

func NewGetProcessautomationTriggersTopicsRequestEntityTooLarge() *GetProcessautomationTriggersTopicsRequestEntityTooLarge

NewGetProcessautomationTriggersTopicsRequestEntityTooLarge creates a GetProcessautomationTriggersTopicsRequestEntityTooLarge with default headers values

func (*GetProcessautomationTriggersTopicsRequestEntityTooLarge) Error

func (*GetProcessautomationTriggersTopicsRequestEntityTooLarge) GetPayload

func (*GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get processautomation triggers topics request entity too large response has a 4xx status code

func (*GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsCode

IsCode returns true when this get processautomation triggers topics request entity too large response a status code equal to that given

func (*GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get processautomation triggers topics request entity too large response has a 3xx status code

func (*GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get processautomation triggers topics request entity too large response has a 5xx status code

func (*GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get processautomation triggers topics request entity too large response has a 2xx status code

func (*GetProcessautomationTriggersTopicsRequestEntityTooLarge) String

type GetProcessautomationTriggersTopicsRequestTimeout

type GetProcessautomationTriggersTopicsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetProcessautomationTriggersTopicsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetProcessautomationTriggersTopicsRequestTimeout

func NewGetProcessautomationTriggersTopicsRequestTimeout() *GetProcessautomationTriggersTopicsRequestTimeout

NewGetProcessautomationTriggersTopicsRequestTimeout creates a GetProcessautomationTriggersTopicsRequestTimeout with default headers values

func (*GetProcessautomationTriggersTopicsRequestTimeout) Error

func (*GetProcessautomationTriggersTopicsRequestTimeout) GetPayload

func (*GetProcessautomationTriggersTopicsRequestTimeout) IsClientError

IsClientError returns true when this get processautomation triggers topics request timeout response has a 4xx status code

func (*GetProcessautomationTriggersTopicsRequestTimeout) IsCode

IsCode returns true when this get processautomation triggers topics request timeout response a status code equal to that given

func (*GetProcessautomationTriggersTopicsRequestTimeout) IsRedirect

IsRedirect returns true when this get processautomation triggers topics request timeout response has a 3xx status code

func (*GetProcessautomationTriggersTopicsRequestTimeout) IsServerError

IsServerError returns true when this get processautomation triggers topics request timeout response has a 5xx status code

func (*GetProcessautomationTriggersTopicsRequestTimeout) IsSuccess

IsSuccess returns true when this get processautomation triggers topics request timeout response has a 2xx status code

func (*GetProcessautomationTriggersTopicsRequestTimeout) String

type GetProcessautomationTriggersTopicsServiceUnavailable

type GetProcessautomationTriggersTopicsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetProcessautomationTriggersTopicsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetProcessautomationTriggersTopicsServiceUnavailable

func NewGetProcessautomationTriggersTopicsServiceUnavailable() *GetProcessautomationTriggersTopicsServiceUnavailable

NewGetProcessautomationTriggersTopicsServiceUnavailable creates a GetProcessautomationTriggersTopicsServiceUnavailable with default headers values

func (*GetProcessautomationTriggersTopicsServiceUnavailable) Error

func (*GetProcessautomationTriggersTopicsServiceUnavailable) GetPayload

func (*GetProcessautomationTriggersTopicsServiceUnavailable) IsClientError

IsClientError returns true when this get processautomation triggers topics service unavailable response has a 4xx status code

func (*GetProcessautomationTriggersTopicsServiceUnavailable) IsCode

IsCode returns true when this get processautomation triggers topics service unavailable response a status code equal to that given

func (*GetProcessautomationTriggersTopicsServiceUnavailable) IsRedirect

IsRedirect returns true when this get processautomation triggers topics service unavailable response has a 3xx status code

func (*GetProcessautomationTriggersTopicsServiceUnavailable) IsServerError

IsServerError returns true when this get processautomation triggers topics service unavailable response has a 5xx status code

func (*GetProcessautomationTriggersTopicsServiceUnavailable) IsSuccess

IsSuccess returns true when this get processautomation triggers topics service unavailable response has a 2xx status code

func (*GetProcessautomationTriggersTopicsServiceUnavailable) String

type GetProcessautomationTriggersTopicsTooManyRequests

type GetProcessautomationTriggersTopicsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetProcessautomationTriggersTopicsTooManyRequests

func NewGetProcessautomationTriggersTopicsTooManyRequests() *GetProcessautomationTriggersTopicsTooManyRequests

NewGetProcessautomationTriggersTopicsTooManyRequests creates a GetProcessautomationTriggersTopicsTooManyRequests with default headers values

func (*GetProcessautomationTriggersTopicsTooManyRequests) Error

func (*GetProcessautomationTriggersTopicsTooManyRequests) GetPayload

func (*GetProcessautomationTriggersTopicsTooManyRequests) IsClientError

IsClientError returns true when this get processautomation triggers topics too many requests response has a 4xx status code

func (*GetProcessautomationTriggersTopicsTooManyRequests) IsCode

IsCode returns true when this get processautomation triggers topics too many requests response a status code equal to that given

func (*GetProcessautomationTriggersTopicsTooManyRequests) IsRedirect

IsRedirect returns true when this get processautomation triggers topics too many requests response has a 3xx status code

func (*GetProcessautomationTriggersTopicsTooManyRequests) IsServerError

IsServerError returns true when this get processautomation triggers topics too many requests response has a 5xx status code

func (*GetProcessautomationTriggersTopicsTooManyRequests) IsSuccess

IsSuccess returns true when this get processautomation triggers topics too many requests response has a 2xx status code

func (*GetProcessautomationTriggersTopicsTooManyRequests) String

type GetProcessautomationTriggersTopicsUnauthorized

type GetProcessautomationTriggersTopicsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetProcessautomationTriggersTopicsUnauthorized

func NewGetProcessautomationTriggersTopicsUnauthorized() *GetProcessautomationTriggersTopicsUnauthorized

NewGetProcessautomationTriggersTopicsUnauthorized creates a GetProcessautomationTriggersTopicsUnauthorized with default headers values

func (*GetProcessautomationTriggersTopicsUnauthorized) Error

func (*GetProcessautomationTriggersTopicsUnauthorized) GetPayload

func (*GetProcessautomationTriggersTopicsUnauthorized) IsClientError

IsClientError returns true when this get processautomation triggers topics unauthorized response has a 4xx status code

func (*GetProcessautomationTriggersTopicsUnauthorized) IsCode

IsCode returns true when this get processautomation triggers topics unauthorized response a status code equal to that given

func (*GetProcessautomationTriggersTopicsUnauthorized) IsRedirect

IsRedirect returns true when this get processautomation triggers topics unauthorized response has a 3xx status code

func (*GetProcessautomationTriggersTopicsUnauthorized) IsServerError

IsServerError returns true when this get processautomation triggers topics unauthorized response has a 5xx status code

func (*GetProcessautomationTriggersTopicsUnauthorized) IsSuccess

IsSuccess returns true when this get processautomation triggers topics unauthorized response has a 2xx status code

func (*GetProcessautomationTriggersTopicsUnauthorized) String

type GetProcessautomationTriggersTopicsUnsupportedMediaType

type GetProcessautomationTriggersTopicsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetProcessautomationTriggersTopicsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetProcessautomationTriggersTopicsUnsupportedMediaType

func NewGetProcessautomationTriggersTopicsUnsupportedMediaType() *GetProcessautomationTriggersTopicsUnsupportedMediaType

NewGetProcessautomationTriggersTopicsUnsupportedMediaType creates a GetProcessautomationTriggersTopicsUnsupportedMediaType with default headers values

func (*GetProcessautomationTriggersTopicsUnsupportedMediaType) Error

func (*GetProcessautomationTriggersTopicsUnsupportedMediaType) GetPayload

func (*GetProcessautomationTriggersTopicsUnsupportedMediaType) IsClientError

IsClientError returns true when this get processautomation triggers topics unsupported media type response has a 4xx status code

func (*GetProcessautomationTriggersTopicsUnsupportedMediaType) IsCode

IsCode returns true when this get processautomation triggers topics unsupported media type response a status code equal to that given

func (*GetProcessautomationTriggersTopicsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get processautomation triggers topics unsupported media type response has a 3xx status code

func (*GetProcessautomationTriggersTopicsUnsupportedMediaType) IsServerError

IsServerError returns true when this get processautomation triggers topics unsupported media type response has a 5xx status code

func (*GetProcessautomationTriggersTopicsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get processautomation triggers topics unsupported media type response has a 2xx status code

func (*GetProcessautomationTriggersTopicsUnsupportedMediaType) String

type GetProcessautomationTriggersUnauthorized

type GetProcessautomationTriggersUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetProcessautomationTriggersUnauthorized

func NewGetProcessautomationTriggersUnauthorized() *GetProcessautomationTriggersUnauthorized

NewGetProcessautomationTriggersUnauthorized creates a GetProcessautomationTriggersUnauthorized with default headers values

func (*GetProcessautomationTriggersUnauthorized) Error

func (*GetProcessautomationTriggersUnauthorized) GetPayload

func (*GetProcessautomationTriggersUnauthorized) IsClientError

IsClientError returns true when this get processautomation triggers unauthorized response has a 4xx status code

func (*GetProcessautomationTriggersUnauthorized) IsCode

IsCode returns true when this get processautomation triggers unauthorized response a status code equal to that given

func (*GetProcessautomationTriggersUnauthorized) IsRedirect

IsRedirect returns true when this get processautomation triggers unauthorized response has a 3xx status code

func (*GetProcessautomationTriggersUnauthorized) IsServerError

IsServerError returns true when this get processautomation triggers unauthorized response has a 5xx status code

func (*GetProcessautomationTriggersUnauthorized) IsSuccess

IsSuccess returns true when this get processautomation triggers unauthorized response has a 2xx status code

func (*GetProcessautomationTriggersUnauthorized) String

type GetProcessautomationTriggersUnsupportedMediaType

type GetProcessautomationTriggersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetProcessautomationTriggersUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetProcessautomationTriggersUnsupportedMediaType

func NewGetProcessautomationTriggersUnsupportedMediaType() *GetProcessautomationTriggersUnsupportedMediaType

NewGetProcessautomationTriggersUnsupportedMediaType creates a GetProcessautomationTriggersUnsupportedMediaType with default headers values

func (*GetProcessautomationTriggersUnsupportedMediaType) Error

func (*GetProcessautomationTriggersUnsupportedMediaType) GetPayload

func (*GetProcessautomationTriggersUnsupportedMediaType) IsClientError

IsClientError returns true when this get processautomation triggers unsupported media type response has a 4xx status code

func (*GetProcessautomationTriggersUnsupportedMediaType) IsCode

IsCode returns true when this get processautomation triggers unsupported media type response a status code equal to that given

func (*GetProcessautomationTriggersUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get processautomation triggers unsupported media type response has a 3xx status code

func (*GetProcessautomationTriggersUnsupportedMediaType) IsServerError

IsServerError returns true when this get processautomation triggers unsupported media type response has a 5xx status code

func (*GetProcessautomationTriggersUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get processautomation triggers unsupported media type response has a 2xx status code

func (*GetProcessautomationTriggersUnsupportedMediaType) String

type PostProcessautomationTriggerTestBadRequest

type PostProcessautomationTriggerTestBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPostProcessautomationTriggerTestBadRequest

func NewPostProcessautomationTriggerTestBadRequest() *PostProcessautomationTriggerTestBadRequest

NewPostProcessautomationTriggerTestBadRequest creates a PostProcessautomationTriggerTestBadRequest with default headers values

func (*PostProcessautomationTriggerTestBadRequest) Error

func (*PostProcessautomationTriggerTestBadRequest) GetPayload

func (*PostProcessautomationTriggerTestBadRequest) IsClientError

IsClientError returns true when this post processautomation trigger test bad request response has a 4xx status code

func (*PostProcessautomationTriggerTestBadRequest) IsCode

IsCode returns true when this post processautomation trigger test bad request response a status code equal to that given

func (*PostProcessautomationTriggerTestBadRequest) IsRedirect

IsRedirect returns true when this post processautomation trigger test bad request response has a 3xx status code

func (*PostProcessautomationTriggerTestBadRequest) IsServerError

IsServerError returns true when this post processautomation trigger test bad request response has a 5xx status code

func (*PostProcessautomationTriggerTestBadRequest) IsSuccess

IsSuccess returns true when this post processautomation trigger test bad request response has a 2xx status code

func (*PostProcessautomationTriggerTestBadRequest) String

type PostProcessautomationTriggerTestForbidden

type PostProcessautomationTriggerTestForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostProcessautomationTriggerTestForbidden

func NewPostProcessautomationTriggerTestForbidden() *PostProcessautomationTriggerTestForbidden

NewPostProcessautomationTriggerTestForbidden creates a PostProcessautomationTriggerTestForbidden with default headers values

func (*PostProcessautomationTriggerTestForbidden) Error

func (*PostProcessautomationTriggerTestForbidden) GetPayload

func (*PostProcessautomationTriggerTestForbidden) IsClientError

IsClientError returns true when this post processautomation trigger test forbidden response has a 4xx status code

func (*PostProcessautomationTriggerTestForbidden) IsCode

IsCode returns true when this post processautomation trigger test forbidden response a status code equal to that given

func (*PostProcessautomationTriggerTestForbidden) IsRedirect

IsRedirect returns true when this post processautomation trigger test forbidden response has a 3xx status code

func (*PostProcessautomationTriggerTestForbidden) IsServerError

IsServerError returns true when this post processautomation trigger test forbidden response has a 5xx status code

func (*PostProcessautomationTriggerTestForbidden) IsSuccess

IsSuccess returns true when this post processautomation trigger test forbidden response has a 2xx status code

func (*PostProcessautomationTriggerTestForbidden) String

type PostProcessautomationTriggerTestGatewayTimeout

type PostProcessautomationTriggerTestGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostProcessautomationTriggerTestGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostProcessautomationTriggerTestGatewayTimeout

func NewPostProcessautomationTriggerTestGatewayTimeout() *PostProcessautomationTriggerTestGatewayTimeout

NewPostProcessautomationTriggerTestGatewayTimeout creates a PostProcessautomationTriggerTestGatewayTimeout with default headers values

func (*PostProcessautomationTriggerTestGatewayTimeout) Error

func (*PostProcessautomationTriggerTestGatewayTimeout) GetPayload

func (*PostProcessautomationTriggerTestGatewayTimeout) IsClientError

IsClientError returns true when this post processautomation trigger test gateway timeout response has a 4xx status code

func (*PostProcessautomationTriggerTestGatewayTimeout) IsCode

IsCode returns true when this post processautomation trigger test gateway timeout response a status code equal to that given

func (*PostProcessautomationTriggerTestGatewayTimeout) IsRedirect

IsRedirect returns true when this post processautomation trigger test gateway timeout response has a 3xx status code

func (*PostProcessautomationTriggerTestGatewayTimeout) IsServerError

IsServerError returns true when this post processautomation trigger test gateway timeout response has a 5xx status code

func (*PostProcessautomationTriggerTestGatewayTimeout) IsSuccess

IsSuccess returns true when this post processautomation trigger test gateway timeout response has a 2xx status code

func (*PostProcessautomationTriggerTestGatewayTimeout) String

type PostProcessautomationTriggerTestInternalServerError

type PostProcessautomationTriggerTestInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostProcessautomationTriggerTestInternalServerError

func NewPostProcessautomationTriggerTestInternalServerError() *PostProcessautomationTriggerTestInternalServerError

NewPostProcessautomationTriggerTestInternalServerError creates a PostProcessautomationTriggerTestInternalServerError with default headers values

func (*PostProcessautomationTriggerTestInternalServerError) Error

func (*PostProcessautomationTriggerTestInternalServerError) GetPayload

func (*PostProcessautomationTriggerTestInternalServerError) IsClientError

IsClientError returns true when this post processautomation trigger test internal server error response has a 4xx status code

func (*PostProcessautomationTriggerTestInternalServerError) IsCode

IsCode returns true when this post processautomation trigger test internal server error response a status code equal to that given

func (*PostProcessautomationTriggerTestInternalServerError) IsRedirect

IsRedirect returns true when this post processautomation trigger test internal server error response has a 3xx status code

func (*PostProcessautomationTriggerTestInternalServerError) IsServerError

IsServerError returns true when this post processautomation trigger test internal server error response has a 5xx status code

func (*PostProcessautomationTriggerTestInternalServerError) IsSuccess

IsSuccess returns true when this post processautomation trigger test internal server error response has a 2xx status code

func (*PostProcessautomationTriggerTestInternalServerError) String

type PostProcessautomationTriggerTestNotFound

type PostProcessautomationTriggerTestNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostProcessautomationTriggerTestNotFound

func NewPostProcessautomationTriggerTestNotFound() *PostProcessautomationTriggerTestNotFound

NewPostProcessautomationTriggerTestNotFound creates a PostProcessautomationTriggerTestNotFound with default headers values

func (*PostProcessautomationTriggerTestNotFound) Error

func (*PostProcessautomationTriggerTestNotFound) GetPayload

func (*PostProcessautomationTriggerTestNotFound) IsClientError

IsClientError returns true when this post processautomation trigger test not found response has a 4xx status code

func (*PostProcessautomationTriggerTestNotFound) IsCode

IsCode returns true when this post processautomation trigger test not found response a status code equal to that given

func (*PostProcessautomationTriggerTestNotFound) IsRedirect

IsRedirect returns true when this post processautomation trigger test not found response has a 3xx status code

func (*PostProcessautomationTriggerTestNotFound) IsServerError

IsServerError returns true when this post processautomation trigger test not found response has a 5xx status code

func (*PostProcessautomationTriggerTestNotFound) IsSuccess

IsSuccess returns true when this post processautomation trigger test not found response has a 2xx status code

func (*PostProcessautomationTriggerTestNotFound) String

type PostProcessautomationTriggerTestOK

type PostProcessautomationTriggerTestOK struct {
	Payload *models.TestModeResults
}

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

successful operation

func NewPostProcessautomationTriggerTestOK

func NewPostProcessautomationTriggerTestOK() *PostProcessautomationTriggerTestOK

NewPostProcessautomationTriggerTestOK creates a PostProcessautomationTriggerTestOK with default headers values

func (*PostProcessautomationTriggerTestOK) Error

func (*PostProcessautomationTriggerTestOK) GetPayload

func (*PostProcessautomationTriggerTestOK) IsClientError

func (o *PostProcessautomationTriggerTestOK) IsClientError() bool

IsClientError returns true when this post processautomation trigger test o k response has a 4xx status code

func (*PostProcessautomationTriggerTestOK) IsCode

IsCode returns true when this post processautomation trigger test o k response a status code equal to that given

func (*PostProcessautomationTriggerTestOK) IsRedirect

func (o *PostProcessautomationTriggerTestOK) IsRedirect() bool

IsRedirect returns true when this post processautomation trigger test o k response has a 3xx status code

func (*PostProcessautomationTriggerTestOK) IsServerError

func (o *PostProcessautomationTriggerTestOK) IsServerError() bool

IsServerError returns true when this post processautomation trigger test o k response has a 5xx status code

func (*PostProcessautomationTriggerTestOK) IsSuccess

IsSuccess returns true when this post processautomation trigger test o k response has a 2xx status code

func (*PostProcessautomationTriggerTestOK) String

type PostProcessautomationTriggerTestParams

type PostProcessautomationTriggerTestParams struct {

	/* Body.

	   eventBody
	*/
	Body string

	/* TriggerID.

	   triggerId
	*/
	TriggerID string

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

PostProcessautomationTriggerTestParams contains all the parameters to send to the API endpoint

for the post processautomation trigger test operation.

Typically these are written to a http.Request.

func NewPostProcessautomationTriggerTestParams

func NewPostProcessautomationTriggerTestParams() *PostProcessautomationTriggerTestParams

NewPostProcessautomationTriggerTestParams creates a new PostProcessautomationTriggerTestParams 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 NewPostProcessautomationTriggerTestParamsWithContext

func NewPostProcessautomationTriggerTestParamsWithContext(ctx context.Context) *PostProcessautomationTriggerTestParams

NewPostProcessautomationTriggerTestParamsWithContext creates a new PostProcessautomationTriggerTestParams object with the ability to set a context for a request.

func NewPostProcessautomationTriggerTestParamsWithHTTPClient

func NewPostProcessautomationTriggerTestParamsWithHTTPClient(client *http.Client) *PostProcessautomationTriggerTestParams

NewPostProcessautomationTriggerTestParamsWithHTTPClient creates a new PostProcessautomationTriggerTestParams object with the ability to set a custom HTTPClient for a request.

func NewPostProcessautomationTriggerTestParamsWithTimeout

func NewPostProcessautomationTriggerTestParamsWithTimeout(timeout time.Duration) *PostProcessautomationTriggerTestParams

NewPostProcessautomationTriggerTestParamsWithTimeout creates a new PostProcessautomationTriggerTestParams object with the ability to set a timeout on a request.

func (*PostProcessautomationTriggerTestParams) SetBody

SetBody adds the body to the post processautomation trigger test params

func (*PostProcessautomationTriggerTestParams) SetContext

SetContext adds the context to the post processautomation trigger test params

func (*PostProcessautomationTriggerTestParams) SetDefaults

func (o *PostProcessautomationTriggerTestParams) SetDefaults()

SetDefaults hydrates default values in the post processautomation trigger test params (not the query body).

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

func (*PostProcessautomationTriggerTestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post processautomation trigger test params

func (*PostProcessautomationTriggerTestParams) SetTimeout

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

SetTimeout adds the timeout to the post processautomation trigger test params

func (*PostProcessautomationTriggerTestParams) SetTriggerID

func (o *PostProcessautomationTriggerTestParams) SetTriggerID(triggerID string)

SetTriggerID adds the triggerId to the post processautomation trigger test params

func (*PostProcessautomationTriggerTestParams) WithBody

WithBody adds the body to the post processautomation trigger test params

func (*PostProcessautomationTriggerTestParams) WithContext

WithContext adds the context to the post processautomation trigger test params

func (*PostProcessautomationTriggerTestParams) WithDefaults

WithDefaults hydrates default values in the post processautomation trigger test params (not the query body).

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

func (*PostProcessautomationTriggerTestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post processautomation trigger test params

func (*PostProcessautomationTriggerTestParams) WithTimeout

WithTimeout adds the timeout to the post processautomation trigger test params

func (*PostProcessautomationTriggerTestParams) WithTriggerID

WithTriggerID adds the triggerID to the post processautomation trigger test params

func (*PostProcessautomationTriggerTestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostProcessautomationTriggerTestReader

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

PostProcessautomationTriggerTestReader is a Reader for the PostProcessautomationTriggerTest structure.

func (*PostProcessautomationTriggerTestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostProcessautomationTriggerTestRequestEntityTooLarge

type PostProcessautomationTriggerTestRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostProcessautomationTriggerTestRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostProcessautomationTriggerTestRequestEntityTooLarge

func NewPostProcessautomationTriggerTestRequestEntityTooLarge() *PostProcessautomationTriggerTestRequestEntityTooLarge

NewPostProcessautomationTriggerTestRequestEntityTooLarge creates a PostProcessautomationTriggerTestRequestEntityTooLarge with default headers values

func (*PostProcessautomationTriggerTestRequestEntityTooLarge) Error

func (*PostProcessautomationTriggerTestRequestEntityTooLarge) GetPayload

func (*PostProcessautomationTriggerTestRequestEntityTooLarge) IsClientError

IsClientError returns true when this post processautomation trigger test request entity too large response has a 4xx status code

func (*PostProcessautomationTriggerTestRequestEntityTooLarge) IsCode

IsCode returns true when this post processautomation trigger test request entity too large response a status code equal to that given

func (*PostProcessautomationTriggerTestRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post processautomation trigger test request entity too large response has a 3xx status code

func (*PostProcessautomationTriggerTestRequestEntityTooLarge) IsServerError

IsServerError returns true when this post processautomation trigger test request entity too large response has a 5xx status code

func (*PostProcessautomationTriggerTestRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post processautomation trigger test request entity too large response has a 2xx status code

func (*PostProcessautomationTriggerTestRequestEntityTooLarge) String

type PostProcessautomationTriggerTestRequestTimeout

type PostProcessautomationTriggerTestRequestTimeout struct {
	Payload *models.ErrorBody
}

PostProcessautomationTriggerTestRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostProcessautomationTriggerTestRequestTimeout

func NewPostProcessautomationTriggerTestRequestTimeout() *PostProcessautomationTriggerTestRequestTimeout

NewPostProcessautomationTriggerTestRequestTimeout creates a PostProcessautomationTriggerTestRequestTimeout with default headers values

func (*PostProcessautomationTriggerTestRequestTimeout) Error

func (*PostProcessautomationTriggerTestRequestTimeout) GetPayload

func (*PostProcessautomationTriggerTestRequestTimeout) IsClientError

IsClientError returns true when this post processautomation trigger test request timeout response has a 4xx status code

func (*PostProcessautomationTriggerTestRequestTimeout) IsCode

IsCode returns true when this post processautomation trigger test request timeout response a status code equal to that given

func (*PostProcessautomationTriggerTestRequestTimeout) IsRedirect

IsRedirect returns true when this post processautomation trigger test request timeout response has a 3xx status code

func (*PostProcessautomationTriggerTestRequestTimeout) IsServerError

IsServerError returns true when this post processautomation trigger test request timeout response has a 5xx status code

func (*PostProcessautomationTriggerTestRequestTimeout) IsSuccess

IsSuccess returns true when this post processautomation trigger test request timeout response has a 2xx status code

func (*PostProcessautomationTriggerTestRequestTimeout) String

type PostProcessautomationTriggerTestServiceUnavailable

type PostProcessautomationTriggerTestServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostProcessautomationTriggerTestServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostProcessautomationTriggerTestServiceUnavailable

func NewPostProcessautomationTriggerTestServiceUnavailable() *PostProcessautomationTriggerTestServiceUnavailable

NewPostProcessautomationTriggerTestServiceUnavailable creates a PostProcessautomationTriggerTestServiceUnavailable with default headers values

func (*PostProcessautomationTriggerTestServiceUnavailable) Error

func (*PostProcessautomationTriggerTestServiceUnavailable) GetPayload

func (*PostProcessautomationTriggerTestServiceUnavailable) IsClientError

IsClientError returns true when this post processautomation trigger test service unavailable response has a 4xx status code

func (*PostProcessautomationTriggerTestServiceUnavailable) IsCode

IsCode returns true when this post processautomation trigger test service unavailable response a status code equal to that given

func (*PostProcessautomationTriggerTestServiceUnavailable) IsRedirect

IsRedirect returns true when this post processautomation trigger test service unavailable response has a 3xx status code

func (*PostProcessautomationTriggerTestServiceUnavailable) IsServerError

IsServerError returns true when this post processautomation trigger test service unavailable response has a 5xx status code

func (*PostProcessautomationTriggerTestServiceUnavailable) IsSuccess

IsSuccess returns true when this post processautomation trigger test service unavailable response has a 2xx status code

func (*PostProcessautomationTriggerTestServiceUnavailable) String

type PostProcessautomationTriggerTestTooManyRequests

type PostProcessautomationTriggerTestTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostProcessautomationTriggerTestTooManyRequests

func NewPostProcessautomationTriggerTestTooManyRequests() *PostProcessautomationTriggerTestTooManyRequests

NewPostProcessautomationTriggerTestTooManyRequests creates a PostProcessautomationTriggerTestTooManyRequests with default headers values

func (*PostProcessautomationTriggerTestTooManyRequests) Error

func (*PostProcessautomationTriggerTestTooManyRequests) GetPayload

func (*PostProcessautomationTriggerTestTooManyRequests) IsClientError

IsClientError returns true when this post processautomation trigger test too many requests response has a 4xx status code

func (*PostProcessautomationTriggerTestTooManyRequests) IsCode

IsCode returns true when this post processautomation trigger test too many requests response a status code equal to that given

func (*PostProcessautomationTriggerTestTooManyRequests) IsRedirect

IsRedirect returns true when this post processautomation trigger test too many requests response has a 3xx status code

func (*PostProcessautomationTriggerTestTooManyRequests) IsServerError

IsServerError returns true when this post processautomation trigger test too many requests response has a 5xx status code

func (*PostProcessautomationTriggerTestTooManyRequests) IsSuccess

IsSuccess returns true when this post processautomation trigger test too many requests response has a 2xx status code

func (*PostProcessautomationTriggerTestTooManyRequests) String

type PostProcessautomationTriggerTestUnauthorized

type PostProcessautomationTriggerTestUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostProcessautomationTriggerTestUnauthorized

func NewPostProcessautomationTriggerTestUnauthorized() *PostProcessautomationTriggerTestUnauthorized

NewPostProcessautomationTriggerTestUnauthorized creates a PostProcessautomationTriggerTestUnauthorized with default headers values

func (*PostProcessautomationTriggerTestUnauthorized) Error

func (*PostProcessautomationTriggerTestUnauthorized) GetPayload

func (*PostProcessautomationTriggerTestUnauthorized) IsClientError

IsClientError returns true when this post processautomation trigger test unauthorized response has a 4xx status code

func (*PostProcessautomationTriggerTestUnauthorized) IsCode

IsCode returns true when this post processautomation trigger test unauthorized response a status code equal to that given

func (*PostProcessautomationTriggerTestUnauthorized) IsRedirect

IsRedirect returns true when this post processautomation trigger test unauthorized response has a 3xx status code

func (*PostProcessautomationTriggerTestUnauthorized) IsServerError

IsServerError returns true when this post processautomation trigger test unauthorized response has a 5xx status code

func (*PostProcessautomationTriggerTestUnauthorized) IsSuccess

IsSuccess returns true when this post processautomation trigger test unauthorized response has a 2xx status code

func (*PostProcessautomationTriggerTestUnauthorized) String

type PostProcessautomationTriggerTestUnsupportedMediaType

type PostProcessautomationTriggerTestUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostProcessautomationTriggerTestUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostProcessautomationTriggerTestUnsupportedMediaType

func NewPostProcessautomationTriggerTestUnsupportedMediaType() *PostProcessautomationTriggerTestUnsupportedMediaType

NewPostProcessautomationTriggerTestUnsupportedMediaType creates a PostProcessautomationTriggerTestUnsupportedMediaType with default headers values

func (*PostProcessautomationTriggerTestUnsupportedMediaType) Error

func (*PostProcessautomationTriggerTestUnsupportedMediaType) GetPayload

func (*PostProcessautomationTriggerTestUnsupportedMediaType) IsClientError

IsClientError returns true when this post processautomation trigger test unsupported media type response has a 4xx status code

func (*PostProcessautomationTriggerTestUnsupportedMediaType) IsCode

IsCode returns true when this post processautomation trigger test unsupported media type response a status code equal to that given

func (*PostProcessautomationTriggerTestUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post processautomation trigger test unsupported media type response has a 3xx status code

func (*PostProcessautomationTriggerTestUnsupportedMediaType) IsServerError

IsServerError returns true when this post processautomation trigger test unsupported media type response has a 5xx status code

func (*PostProcessautomationTriggerTestUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post processautomation trigger test unsupported media type response has a 2xx status code

func (*PostProcessautomationTriggerTestUnsupportedMediaType) String

type PostProcessautomationTriggersBadRequest

type PostProcessautomationTriggersBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPostProcessautomationTriggersBadRequest

func NewPostProcessautomationTriggersBadRequest() *PostProcessautomationTriggersBadRequest

NewPostProcessautomationTriggersBadRequest creates a PostProcessautomationTriggersBadRequest with default headers values

func (*PostProcessautomationTriggersBadRequest) Error

func (*PostProcessautomationTriggersBadRequest) GetPayload

func (*PostProcessautomationTriggersBadRequest) IsClientError

func (o *PostProcessautomationTriggersBadRequest) IsClientError() bool

IsClientError returns true when this post processautomation triggers bad request response has a 4xx status code

func (*PostProcessautomationTriggersBadRequest) IsCode

IsCode returns true when this post processautomation triggers bad request response a status code equal to that given

func (*PostProcessautomationTriggersBadRequest) IsRedirect

IsRedirect returns true when this post processautomation triggers bad request response has a 3xx status code

func (*PostProcessautomationTriggersBadRequest) IsServerError

func (o *PostProcessautomationTriggersBadRequest) IsServerError() bool

IsServerError returns true when this post processautomation triggers bad request response has a 5xx status code

func (*PostProcessautomationTriggersBadRequest) IsSuccess

IsSuccess returns true when this post processautomation triggers bad request response has a 2xx status code

func (*PostProcessautomationTriggersBadRequest) String

type PostProcessautomationTriggersForbidden

type PostProcessautomationTriggersForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostProcessautomationTriggersForbidden

func NewPostProcessautomationTriggersForbidden() *PostProcessautomationTriggersForbidden

NewPostProcessautomationTriggersForbidden creates a PostProcessautomationTriggersForbidden with default headers values

func (*PostProcessautomationTriggersForbidden) Error

func (*PostProcessautomationTriggersForbidden) GetPayload

func (*PostProcessautomationTriggersForbidden) IsClientError

func (o *PostProcessautomationTriggersForbidden) IsClientError() bool

IsClientError returns true when this post processautomation triggers forbidden response has a 4xx status code

func (*PostProcessautomationTriggersForbidden) IsCode

IsCode returns true when this post processautomation triggers forbidden response a status code equal to that given

func (*PostProcessautomationTriggersForbidden) IsRedirect

IsRedirect returns true when this post processautomation triggers forbidden response has a 3xx status code

func (*PostProcessautomationTriggersForbidden) IsServerError

func (o *PostProcessautomationTriggersForbidden) IsServerError() bool

IsServerError returns true when this post processautomation triggers forbidden response has a 5xx status code

func (*PostProcessautomationTriggersForbidden) IsSuccess

IsSuccess returns true when this post processautomation triggers forbidden response has a 2xx status code

func (*PostProcessautomationTriggersForbidden) String

type PostProcessautomationTriggersGatewayTimeout

type PostProcessautomationTriggersGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostProcessautomationTriggersGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostProcessautomationTriggersGatewayTimeout

func NewPostProcessautomationTriggersGatewayTimeout() *PostProcessautomationTriggersGatewayTimeout

NewPostProcessautomationTriggersGatewayTimeout creates a PostProcessautomationTriggersGatewayTimeout with default headers values

func (*PostProcessautomationTriggersGatewayTimeout) Error

func (*PostProcessautomationTriggersGatewayTimeout) GetPayload

func (*PostProcessautomationTriggersGatewayTimeout) IsClientError

IsClientError returns true when this post processautomation triggers gateway timeout response has a 4xx status code

func (*PostProcessautomationTriggersGatewayTimeout) IsCode

IsCode returns true when this post processautomation triggers gateway timeout response a status code equal to that given

func (*PostProcessautomationTriggersGatewayTimeout) IsRedirect

IsRedirect returns true when this post processautomation triggers gateway timeout response has a 3xx status code

func (*PostProcessautomationTriggersGatewayTimeout) IsServerError

IsServerError returns true when this post processautomation triggers gateway timeout response has a 5xx status code

func (*PostProcessautomationTriggersGatewayTimeout) IsSuccess

IsSuccess returns true when this post processautomation triggers gateway timeout response has a 2xx status code

func (*PostProcessautomationTriggersGatewayTimeout) String

type PostProcessautomationTriggersInternalServerError

type PostProcessautomationTriggersInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostProcessautomationTriggersInternalServerError

func NewPostProcessautomationTriggersInternalServerError() *PostProcessautomationTriggersInternalServerError

NewPostProcessautomationTriggersInternalServerError creates a PostProcessautomationTriggersInternalServerError with default headers values

func (*PostProcessautomationTriggersInternalServerError) Error

func (*PostProcessautomationTriggersInternalServerError) GetPayload

func (*PostProcessautomationTriggersInternalServerError) IsClientError

IsClientError returns true when this post processautomation triggers internal server error response has a 4xx status code

func (*PostProcessautomationTriggersInternalServerError) IsCode

IsCode returns true when this post processautomation triggers internal server error response a status code equal to that given

func (*PostProcessautomationTriggersInternalServerError) IsRedirect

IsRedirect returns true when this post processautomation triggers internal server error response has a 3xx status code

func (*PostProcessautomationTriggersInternalServerError) IsServerError

IsServerError returns true when this post processautomation triggers internal server error response has a 5xx status code

func (*PostProcessautomationTriggersInternalServerError) IsSuccess

IsSuccess returns true when this post processautomation triggers internal server error response has a 2xx status code

func (*PostProcessautomationTriggersInternalServerError) String

type PostProcessautomationTriggersNotFound

type PostProcessautomationTriggersNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostProcessautomationTriggersNotFound

func NewPostProcessautomationTriggersNotFound() *PostProcessautomationTriggersNotFound

NewPostProcessautomationTriggersNotFound creates a PostProcessautomationTriggersNotFound with default headers values

func (*PostProcessautomationTriggersNotFound) Error

func (*PostProcessautomationTriggersNotFound) GetPayload

func (*PostProcessautomationTriggersNotFound) IsClientError

func (o *PostProcessautomationTriggersNotFound) IsClientError() bool

IsClientError returns true when this post processautomation triggers not found response has a 4xx status code

func (*PostProcessautomationTriggersNotFound) IsCode

IsCode returns true when this post processautomation triggers not found response a status code equal to that given

func (*PostProcessautomationTriggersNotFound) IsRedirect

IsRedirect returns true when this post processautomation triggers not found response has a 3xx status code

func (*PostProcessautomationTriggersNotFound) IsServerError

func (o *PostProcessautomationTriggersNotFound) IsServerError() bool

IsServerError returns true when this post processautomation triggers not found response has a 5xx status code

func (*PostProcessautomationTriggersNotFound) IsSuccess

IsSuccess returns true when this post processautomation triggers not found response has a 2xx status code

func (*PostProcessautomationTriggersNotFound) String

type PostProcessautomationTriggersOK

type PostProcessautomationTriggersOK struct {
	Payload *models.Trigger
}

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

successful operation

func NewPostProcessautomationTriggersOK

func NewPostProcessautomationTriggersOK() *PostProcessautomationTriggersOK

NewPostProcessautomationTriggersOK creates a PostProcessautomationTriggersOK with default headers values

func (*PostProcessautomationTriggersOK) Error

func (*PostProcessautomationTriggersOK) GetPayload

func (*PostProcessautomationTriggersOK) IsClientError

func (o *PostProcessautomationTriggersOK) IsClientError() bool

IsClientError returns true when this post processautomation triggers o k response has a 4xx status code

func (*PostProcessautomationTriggersOK) IsCode

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

IsCode returns true when this post processautomation triggers o k response a status code equal to that given

func (*PostProcessautomationTriggersOK) IsRedirect

func (o *PostProcessautomationTriggersOK) IsRedirect() bool

IsRedirect returns true when this post processautomation triggers o k response has a 3xx status code

func (*PostProcessautomationTriggersOK) IsServerError

func (o *PostProcessautomationTriggersOK) IsServerError() bool

IsServerError returns true when this post processautomation triggers o k response has a 5xx status code

func (*PostProcessautomationTriggersOK) IsSuccess

func (o *PostProcessautomationTriggersOK) IsSuccess() bool

IsSuccess returns true when this post processautomation triggers o k response has a 2xx status code

func (*PostProcessautomationTriggersOK) String

type PostProcessautomationTriggersParams

type PostProcessautomationTriggersParams struct {

	/* Body.

	   Input used to create a Trigger.
	*/
	Body *models.CreateTriggerRequest

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

PostProcessautomationTriggersParams contains all the parameters to send to the API endpoint

for the post processautomation triggers operation.

Typically these are written to a http.Request.

func NewPostProcessautomationTriggersParams

func NewPostProcessautomationTriggersParams() *PostProcessautomationTriggersParams

NewPostProcessautomationTriggersParams creates a new PostProcessautomationTriggersParams 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 NewPostProcessautomationTriggersParamsWithContext

func NewPostProcessautomationTriggersParamsWithContext(ctx context.Context) *PostProcessautomationTriggersParams

NewPostProcessautomationTriggersParamsWithContext creates a new PostProcessautomationTriggersParams object with the ability to set a context for a request.

func NewPostProcessautomationTriggersParamsWithHTTPClient

func NewPostProcessautomationTriggersParamsWithHTTPClient(client *http.Client) *PostProcessautomationTriggersParams

NewPostProcessautomationTriggersParamsWithHTTPClient creates a new PostProcessautomationTriggersParams object with the ability to set a custom HTTPClient for a request.

func NewPostProcessautomationTriggersParamsWithTimeout

func NewPostProcessautomationTriggersParamsWithTimeout(timeout time.Duration) *PostProcessautomationTriggersParams

NewPostProcessautomationTriggersParamsWithTimeout creates a new PostProcessautomationTriggersParams object with the ability to set a timeout on a request.

func (*PostProcessautomationTriggersParams) SetBody

SetBody adds the body to the post processautomation triggers params

func (*PostProcessautomationTriggersParams) SetContext

SetContext adds the context to the post processautomation triggers params

func (*PostProcessautomationTriggersParams) SetDefaults

func (o *PostProcessautomationTriggersParams) SetDefaults()

SetDefaults hydrates default values in the post processautomation triggers params (not the query body).

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

func (*PostProcessautomationTriggersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post processautomation triggers params

func (*PostProcessautomationTriggersParams) SetTimeout

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

SetTimeout adds the timeout to the post processautomation triggers params

func (*PostProcessautomationTriggersParams) WithBody

WithBody adds the body to the post processautomation triggers params

func (*PostProcessautomationTriggersParams) WithContext

WithContext adds the context to the post processautomation triggers params

func (*PostProcessautomationTriggersParams) WithDefaults

WithDefaults hydrates default values in the post processautomation triggers params (not the query body).

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

func (*PostProcessautomationTriggersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post processautomation triggers params

func (*PostProcessautomationTriggersParams) WithTimeout

WithTimeout adds the timeout to the post processautomation triggers params

func (*PostProcessautomationTriggersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostProcessautomationTriggersReader

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

PostProcessautomationTriggersReader is a Reader for the PostProcessautomationTriggers structure.

func (*PostProcessautomationTriggersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostProcessautomationTriggersRequestEntityTooLarge

type PostProcessautomationTriggersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostProcessautomationTriggersRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostProcessautomationTriggersRequestEntityTooLarge

func NewPostProcessautomationTriggersRequestEntityTooLarge() *PostProcessautomationTriggersRequestEntityTooLarge

NewPostProcessautomationTriggersRequestEntityTooLarge creates a PostProcessautomationTriggersRequestEntityTooLarge with default headers values

func (*PostProcessautomationTriggersRequestEntityTooLarge) Error

func (*PostProcessautomationTriggersRequestEntityTooLarge) GetPayload

func (*PostProcessautomationTriggersRequestEntityTooLarge) IsClientError

IsClientError returns true when this post processautomation triggers request entity too large response has a 4xx status code

func (*PostProcessautomationTriggersRequestEntityTooLarge) IsCode

IsCode returns true when this post processautomation triggers request entity too large response a status code equal to that given

func (*PostProcessautomationTriggersRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post processautomation triggers request entity too large response has a 3xx status code

func (*PostProcessautomationTriggersRequestEntityTooLarge) IsServerError

IsServerError returns true when this post processautomation triggers request entity too large response has a 5xx status code

func (*PostProcessautomationTriggersRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post processautomation triggers request entity too large response has a 2xx status code

func (*PostProcessautomationTriggersRequestEntityTooLarge) String

type PostProcessautomationTriggersRequestTimeout

type PostProcessautomationTriggersRequestTimeout struct {
	Payload *models.ErrorBody
}

PostProcessautomationTriggersRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostProcessautomationTriggersRequestTimeout

func NewPostProcessautomationTriggersRequestTimeout() *PostProcessautomationTriggersRequestTimeout

NewPostProcessautomationTriggersRequestTimeout creates a PostProcessautomationTriggersRequestTimeout with default headers values

func (*PostProcessautomationTriggersRequestTimeout) Error

func (*PostProcessautomationTriggersRequestTimeout) GetPayload

func (*PostProcessautomationTriggersRequestTimeout) IsClientError

IsClientError returns true when this post processautomation triggers request timeout response has a 4xx status code

func (*PostProcessautomationTriggersRequestTimeout) IsCode

IsCode returns true when this post processautomation triggers request timeout response a status code equal to that given

func (*PostProcessautomationTriggersRequestTimeout) IsRedirect

IsRedirect returns true when this post processautomation triggers request timeout response has a 3xx status code

func (*PostProcessautomationTriggersRequestTimeout) IsServerError

IsServerError returns true when this post processautomation triggers request timeout response has a 5xx status code

func (*PostProcessautomationTriggersRequestTimeout) IsSuccess

IsSuccess returns true when this post processautomation triggers request timeout response has a 2xx status code

func (*PostProcessautomationTriggersRequestTimeout) String

type PostProcessautomationTriggersServiceUnavailable

type PostProcessautomationTriggersServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostProcessautomationTriggersServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostProcessautomationTriggersServiceUnavailable

func NewPostProcessautomationTriggersServiceUnavailable() *PostProcessautomationTriggersServiceUnavailable

NewPostProcessautomationTriggersServiceUnavailable creates a PostProcessautomationTriggersServiceUnavailable with default headers values

func (*PostProcessautomationTriggersServiceUnavailable) Error

func (*PostProcessautomationTriggersServiceUnavailable) GetPayload

func (*PostProcessautomationTriggersServiceUnavailable) IsClientError

IsClientError returns true when this post processautomation triggers service unavailable response has a 4xx status code

func (*PostProcessautomationTriggersServiceUnavailable) IsCode

IsCode returns true when this post processautomation triggers service unavailable response a status code equal to that given

func (*PostProcessautomationTriggersServiceUnavailable) IsRedirect

IsRedirect returns true when this post processautomation triggers service unavailable response has a 3xx status code

func (*PostProcessautomationTriggersServiceUnavailable) IsServerError

IsServerError returns true when this post processautomation triggers service unavailable response has a 5xx status code

func (*PostProcessautomationTriggersServiceUnavailable) IsSuccess

IsSuccess returns true when this post processautomation triggers service unavailable response has a 2xx status code

func (*PostProcessautomationTriggersServiceUnavailable) String

type PostProcessautomationTriggersTooManyRequests

type PostProcessautomationTriggersTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostProcessautomationTriggersTooManyRequests

func NewPostProcessautomationTriggersTooManyRequests() *PostProcessautomationTriggersTooManyRequests

NewPostProcessautomationTriggersTooManyRequests creates a PostProcessautomationTriggersTooManyRequests with default headers values

func (*PostProcessautomationTriggersTooManyRequests) Error

func (*PostProcessautomationTriggersTooManyRequests) GetPayload

func (*PostProcessautomationTriggersTooManyRequests) IsClientError

IsClientError returns true when this post processautomation triggers too many requests response has a 4xx status code

func (*PostProcessautomationTriggersTooManyRequests) IsCode

IsCode returns true when this post processautomation triggers too many requests response a status code equal to that given

func (*PostProcessautomationTriggersTooManyRequests) IsRedirect

IsRedirect returns true when this post processautomation triggers too many requests response has a 3xx status code

func (*PostProcessautomationTriggersTooManyRequests) IsServerError

IsServerError returns true when this post processautomation triggers too many requests response has a 5xx status code

func (*PostProcessautomationTriggersTooManyRequests) IsSuccess

IsSuccess returns true when this post processautomation triggers too many requests response has a 2xx status code

func (*PostProcessautomationTriggersTooManyRequests) String

type PostProcessautomationTriggersTopicTestBadRequest

type PostProcessautomationTriggersTopicTestBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPostProcessautomationTriggersTopicTestBadRequest

func NewPostProcessautomationTriggersTopicTestBadRequest() *PostProcessautomationTriggersTopicTestBadRequest

NewPostProcessautomationTriggersTopicTestBadRequest creates a PostProcessautomationTriggersTopicTestBadRequest with default headers values

func (*PostProcessautomationTriggersTopicTestBadRequest) Error

func (*PostProcessautomationTriggersTopicTestBadRequest) GetPayload

func (*PostProcessautomationTriggersTopicTestBadRequest) IsClientError

IsClientError returns true when this post processautomation triggers topic test bad request response has a 4xx status code

func (*PostProcessautomationTriggersTopicTestBadRequest) IsCode

IsCode returns true when this post processautomation triggers topic test bad request response a status code equal to that given

func (*PostProcessautomationTriggersTopicTestBadRequest) IsRedirect

IsRedirect returns true when this post processautomation triggers topic test bad request response has a 3xx status code

func (*PostProcessautomationTriggersTopicTestBadRequest) IsServerError

IsServerError returns true when this post processautomation triggers topic test bad request response has a 5xx status code

func (*PostProcessautomationTriggersTopicTestBadRequest) IsSuccess

IsSuccess returns true when this post processautomation triggers topic test bad request response has a 2xx status code

func (*PostProcessautomationTriggersTopicTestBadRequest) String

type PostProcessautomationTriggersTopicTestForbidden

type PostProcessautomationTriggersTopicTestForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostProcessautomationTriggersTopicTestForbidden

func NewPostProcessautomationTriggersTopicTestForbidden() *PostProcessautomationTriggersTopicTestForbidden

NewPostProcessautomationTriggersTopicTestForbidden creates a PostProcessautomationTriggersTopicTestForbidden with default headers values

func (*PostProcessautomationTriggersTopicTestForbidden) Error

func (*PostProcessautomationTriggersTopicTestForbidden) GetPayload

func (*PostProcessautomationTriggersTopicTestForbidden) IsClientError

IsClientError returns true when this post processautomation triggers topic test forbidden response has a 4xx status code

func (*PostProcessautomationTriggersTopicTestForbidden) IsCode

IsCode returns true when this post processautomation triggers topic test forbidden response a status code equal to that given

func (*PostProcessautomationTriggersTopicTestForbidden) IsRedirect

IsRedirect returns true when this post processautomation triggers topic test forbidden response has a 3xx status code

func (*PostProcessautomationTriggersTopicTestForbidden) IsServerError

IsServerError returns true when this post processautomation triggers topic test forbidden response has a 5xx status code

func (*PostProcessautomationTriggersTopicTestForbidden) IsSuccess

IsSuccess returns true when this post processautomation triggers topic test forbidden response has a 2xx status code

func (*PostProcessautomationTriggersTopicTestForbidden) String

type PostProcessautomationTriggersTopicTestGatewayTimeout

type PostProcessautomationTriggersTopicTestGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostProcessautomationTriggersTopicTestGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostProcessautomationTriggersTopicTestGatewayTimeout

func NewPostProcessautomationTriggersTopicTestGatewayTimeout() *PostProcessautomationTriggersTopicTestGatewayTimeout

NewPostProcessautomationTriggersTopicTestGatewayTimeout creates a PostProcessautomationTriggersTopicTestGatewayTimeout with default headers values

func (*PostProcessautomationTriggersTopicTestGatewayTimeout) Error

func (*PostProcessautomationTriggersTopicTestGatewayTimeout) GetPayload

func (*PostProcessautomationTriggersTopicTestGatewayTimeout) IsClientError

IsClientError returns true when this post processautomation triggers topic test gateway timeout response has a 4xx status code

func (*PostProcessautomationTriggersTopicTestGatewayTimeout) IsCode

IsCode returns true when this post processautomation triggers topic test gateway timeout response a status code equal to that given

func (*PostProcessautomationTriggersTopicTestGatewayTimeout) IsRedirect

IsRedirect returns true when this post processautomation triggers topic test gateway timeout response has a 3xx status code

func (*PostProcessautomationTriggersTopicTestGatewayTimeout) IsServerError

IsServerError returns true when this post processautomation triggers topic test gateway timeout response has a 5xx status code

func (*PostProcessautomationTriggersTopicTestGatewayTimeout) IsSuccess

IsSuccess returns true when this post processautomation triggers topic test gateway timeout response has a 2xx status code

func (*PostProcessautomationTriggersTopicTestGatewayTimeout) String

type PostProcessautomationTriggersTopicTestInternalServerError

type PostProcessautomationTriggersTopicTestInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostProcessautomationTriggersTopicTestInternalServerError

func NewPostProcessautomationTriggersTopicTestInternalServerError() *PostProcessautomationTriggersTopicTestInternalServerError

NewPostProcessautomationTriggersTopicTestInternalServerError creates a PostProcessautomationTriggersTopicTestInternalServerError with default headers values

func (*PostProcessautomationTriggersTopicTestInternalServerError) Error

func (*PostProcessautomationTriggersTopicTestInternalServerError) GetPayload

func (*PostProcessautomationTriggersTopicTestInternalServerError) IsClientError

IsClientError returns true when this post processautomation triggers topic test internal server error response has a 4xx status code

func (*PostProcessautomationTriggersTopicTestInternalServerError) IsCode

IsCode returns true when this post processautomation triggers topic test internal server error response a status code equal to that given

func (*PostProcessautomationTriggersTopicTestInternalServerError) IsRedirect

IsRedirect returns true when this post processautomation triggers topic test internal server error response has a 3xx status code

func (*PostProcessautomationTriggersTopicTestInternalServerError) IsServerError

IsServerError returns true when this post processautomation triggers topic test internal server error response has a 5xx status code

func (*PostProcessautomationTriggersTopicTestInternalServerError) IsSuccess

IsSuccess returns true when this post processautomation triggers topic test internal server error response has a 2xx status code

func (*PostProcessautomationTriggersTopicTestInternalServerError) String

type PostProcessautomationTriggersTopicTestNotFound

type PostProcessautomationTriggersTopicTestNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostProcessautomationTriggersTopicTestNotFound

func NewPostProcessautomationTriggersTopicTestNotFound() *PostProcessautomationTriggersTopicTestNotFound

NewPostProcessautomationTriggersTopicTestNotFound creates a PostProcessautomationTriggersTopicTestNotFound with default headers values

func (*PostProcessautomationTriggersTopicTestNotFound) Error

func (*PostProcessautomationTriggersTopicTestNotFound) GetPayload

func (*PostProcessautomationTriggersTopicTestNotFound) IsClientError

IsClientError returns true when this post processautomation triggers topic test not found response has a 4xx status code

func (*PostProcessautomationTriggersTopicTestNotFound) IsCode

IsCode returns true when this post processautomation triggers topic test not found response a status code equal to that given

func (*PostProcessautomationTriggersTopicTestNotFound) IsRedirect

IsRedirect returns true when this post processautomation triggers topic test not found response has a 3xx status code

func (*PostProcessautomationTriggersTopicTestNotFound) IsServerError

IsServerError returns true when this post processautomation triggers topic test not found response has a 5xx status code

func (*PostProcessautomationTriggersTopicTestNotFound) IsSuccess

IsSuccess returns true when this post processautomation triggers topic test not found response has a 2xx status code

func (*PostProcessautomationTriggersTopicTestNotFound) String

type PostProcessautomationTriggersTopicTestOK

type PostProcessautomationTriggersTopicTestOK struct {
	Payload *models.TestModeEventResults
}

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

successful operation

func NewPostProcessautomationTriggersTopicTestOK

func NewPostProcessautomationTriggersTopicTestOK() *PostProcessautomationTriggersTopicTestOK

NewPostProcessautomationTriggersTopicTestOK creates a PostProcessautomationTriggersTopicTestOK with default headers values

func (*PostProcessautomationTriggersTopicTestOK) Error

func (*PostProcessautomationTriggersTopicTestOK) GetPayload

func (*PostProcessautomationTriggersTopicTestOK) IsClientError

IsClientError returns true when this post processautomation triggers topic test o k response has a 4xx status code

func (*PostProcessautomationTriggersTopicTestOK) IsCode

IsCode returns true when this post processautomation triggers topic test o k response a status code equal to that given

func (*PostProcessautomationTriggersTopicTestOK) IsRedirect

IsRedirect returns true when this post processautomation triggers topic test o k response has a 3xx status code

func (*PostProcessautomationTriggersTopicTestOK) IsServerError

IsServerError returns true when this post processautomation triggers topic test o k response has a 5xx status code

func (*PostProcessautomationTriggersTopicTestOK) IsSuccess

IsSuccess returns true when this post processautomation triggers topic test o k response has a 2xx status code

func (*PostProcessautomationTriggersTopicTestOK) String

type PostProcessautomationTriggersTopicTestParams

type PostProcessautomationTriggersTopicTestParams struct {

	/* Body.

	   eventBody
	*/
	Body string

	/* TopicName.

	   topicName
	*/
	TopicName string

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

PostProcessautomationTriggersTopicTestParams contains all the parameters to send to the API endpoint

for the post processautomation triggers topic test operation.

Typically these are written to a http.Request.

func NewPostProcessautomationTriggersTopicTestParams

func NewPostProcessautomationTriggersTopicTestParams() *PostProcessautomationTriggersTopicTestParams

NewPostProcessautomationTriggersTopicTestParams creates a new PostProcessautomationTriggersTopicTestParams 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 NewPostProcessautomationTriggersTopicTestParamsWithContext

func NewPostProcessautomationTriggersTopicTestParamsWithContext(ctx context.Context) *PostProcessautomationTriggersTopicTestParams

NewPostProcessautomationTriggersTopicTestParamsWithContext creates a new PostProcessautomationTriggersTopicTestParams object with the ability to set a context for a request.

func NewPostProcessautomationTriggersTopicTestParamsWithHTTPClient

func NewPostProcessautomationTriggersTopicTestParamsWithHTTPClient(client *http.Client) *PostProcessautomationTriggersTopicTestParams

NewPostProcessautomationTriggersTopicTestParamsWithHTTPClient creates a new PostProcessautomationTriggersTopicTestParams object with the ability to set a custom HTTPClient for a request.

func NewPostProcessautomationTriggersTopicTestParamsWithTimeout

func NewPostProcessautomationTriggersTopicTestParamsWithTimeout(timeout time.Duration) *PostProcessautomationTriggersTopicTestParams

NewPostProcessautomationTriggersTopicTestParamsWithTimeout creates a new PostProcessautomationTriggersTopicTestParams object with the ability to set a timeout on a request.

func (*PostProcessautomationTriggersTopicTestParams) SetBody

SetBody adds the body to the post processautomation triggers topic test params

func (*PostProcessautomationTriggersTopicTestParams) SetContext

SetContext adds the context to the post processautomation triggers topic test params

func (*PostProcessautomationTriggersTopicTestParams) SetDefaults

SetDefaults hydrates default values in the post processautomation triggers topic test params (not the query body).

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

func (*PostProcessautomationTriggersTopicTestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post processautomation triggers topic test params

func (*PostProcessautomationTriggersTopicTestParams) SetTimeout

SetTimeout adds the timeout to the post processautomation triggers topic test params

func (*PostProcessautomationTriggersTopicTestParams) SetTopicName

func (o *PostProcessautomationTriggersTopicTestParams) SetTopicName(topicName string)

SetTopicName adds the topicName to the post processautomation triggers topic test params

func (*PostProcessautomationTriggersTopicTestParams) WithBody

WithBody adds the body to the post processautomation triggers topic test params

func (*PostProcessautomationTriggersTopicTestParams) WithContext

WithContext adds the context to the post processautomation triggers topic test params

func (*PostProcessautomationTriggersTopicTestParams) WithDefaults

WithDefaults hydrates default values in the post processautomation triggers topic test params (not the query body).

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

func (*PostProcessautomationTriggersTopicTestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post processautomation triggers topic test params

func (*PostProcessautomationTriggersTopicTestParams) WithTimeout

WithTimeout adds the timeout to the post processautomation triggers topic test params

func (*PostProcessautomationTriggersTopicTestParams) WithTopicName

WithTopicName adds the topicName to the post processautomation triggers topic test params

func (*PostProcessautomationTriggersTopicTestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostProcessautomationTriggersTopicTestReader

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

PostProcessautomationTriggersTopicTestReader is a Reader for the PostProcessautomationTriggersTopicTest structure.

func (*PostProcessautomationTriggersTopicTestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostProcessautomationTriggersTopicTestRequestEntityTooLarge

type PostProcessautomationTriggersTopicTestRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostProcessautomationTriggersTopicTestRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostProcessautomationTriggersTopicTestRequestEntityTooLarge

func NewPostProcessautomationTriggersTopicTestRequestEntityTooLarge() *PostProcessautomationTriggersTopicTestRequestEntityTooLarge

NewPostProcessautomationTriggersTopicTestRequestEntityTooLarge creates a PostProcessautomationTriggersTopicTestRequestEntityTooLarge with default headers values

func (*PostProcessautomationTriggersTopicTestRequestEntityTooLarge) Error

func (*PostProcessautomationTriggersTopicTestRequestEntityTooLarge) GetPayload

func (*PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsClientError

IsClientError returns true when this post processautomation triggers topic test request entity too large response has a 4xx status code

func (*PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsCode

IsCode returns true when this post processautomation triggers topic test request entity too large response a status code equal to that given

func (*PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post processautomation triggers topic test request entity too large response has a 3xx status code

func (*PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsServerError

IsServerError returns true when this post processautomation triggers topic test request entity too large response has a 5xx status code

func (*PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post processautomation triggers topic test request entity too large response has a 2xx status code

func (*PostProcessautomationTriggersTopicTestRequestEntityTooLarge) String

type PostProcessautomationTriggersTopicTestRequestTimeout

type PostProcessautomationTriggersTopicTestRequestTimeout struct {
	Payload *models.ErrorBody
}

PostProcessautomationTriggersTopicTestRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostProcessautomationTriggersTopicTestRequestTimeout

func NewPostProcessautomationTriggersTopicTestRequestTimeout() *PostProcessautomationTriggersTopicTestRequestTimeout

NewPostProcessautomationTriggersTopicTestRequestTimeout creates a PostProcessautomationTriggersTopicTestRequestTimeout with default headers values

func (*PostProcessautomationTriggersTopicTestRequestTimeout) Error

func (*PostProcessautomationTriggersTopicTestRequestTimeout) GetPayload

func (*PostProcessautomationTriggersTopicTestRequestTimeout) IsClientError

IsClientError returns true when this post processautomation triggers topic test request timeout response has a 4xx status code

func (*PostProcessautomationTriggersTopicTestRequestTimeout) IsCode

IsCode returns true when this post processautomation triggers topic test request timeout response a status code equal to that given

func (*PostProcessautomationTriggersTopicTestRequestTimeout) IsRedirect

IsRedirect returns true when this post processautomation triggers topic test request timeout response has a 3xx status code

func (*PostProcessautomationTriggersTopicTestRequestTimeout) IsServerError

IsServerError returns true when this post processautomation triggers topic test request timeout response has a 5xx status code

func (*PostProcessautomationTriggersTopicTestRequestTimeout) IsSuccess

IsSuccess returns true when this post processautomation triggers topic test request timeout response has a 2xx status code

func (*PostProcessautomationTriggersTopicTestRequestTimeout) String

type PostProcessautomationTriggersTopicTestServiceUnavailable

type PostProcessautomationTriggersTopicTestServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostProcessautomationTriggersTopicTestServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostProcessautomationTriggersTopicTestServiceUnavailable

func NewPostProcessautomationTriggersTopicTestServiceUnavailable() *PostProcessautomationTriggersTopicTestServiceUnavailable

NewPostProcessautomationTriggersTopicTestServiceUnavailable creates a PostProcessautomationTriggersTopicTestServiceUnavailable with default headers values

func (*PostProcessautomationTriggersTopicTestServiceUnavailable) Error

func (*PostProcessautomationTriggersTopicTestServiceUnavailable) GetPayload

func (*PostProcessautomationTriggersTopicTestServiceUnavailable) IsClientError

IsClientError returns true when this post processautomation triggers topic test service unavailable response has a 4xx status code

func (*PostProcessautomationTriggersTopicTestServiceUnavailable) IsCode

IsCode returns true when this post processautomation triggers topic test service unavailable response a status code equal to that given

func (*PostProcessautomationTriggersTopicTestServiceUnavailable) IsRedirect

IsRedirect returns true when this post processautomation triggers topic test service unavailable response has a 3xx status code

func (*PostProcessautomationTriggersTopicTestServiceUnavailable) IsServerError

IsServerError returns true when this post processautomation triggers topic test service unavailable response has a 5xx status code

func (*PostProcessautomationTriggersTopicTestServiceUnavailable) IsSuccess

IsSuccess returns true when this post processautomation triggers topic test service unavailable response has a 2xx status code

func (*PostProcessautomationTriggersTopicTestServiceUnavailable) String

type PostProcessautomationTriggersTopicTestTooManyRequests

type PostProcessautomationTriggersTopicTestTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostProcessautomationTriggersTopicTestTooManyRequests

func NewPostProcessautomationTriggersTopicTestTooManyRequests() *PostProcessautomationTriggersTopicTestTooManyRequests

NewPostProcessautomationTriggersTopicTestTooManyRequests creates a PostProcessautomationTriggersTopicTestTooManyRequests with default headers values

func (*PostProcessautomationTriggersTopicTestTooManyRequests) Error

func (*PostProcessautomationTriggersTopicTestTooManyRequests) GetPayload

func (*PostProcessautomationTriggersTopicTestTooManyRequests) IsClientError

IsClientError returns true when this post processautomation triggers topic test too many requests response has a 4xx status code

func (*PostProcessautomationTriggersTopicTestTooManyRequests) IsCode

IsCode returns true when this post processautomation triggers topic test too many requests response a status code equal to that given

func (*PostProcessautomationTriggersTopicTestTooManyRequests) IsRedirect

IsRedirect returns true when this post processautomation triggers topic test too many requests response has a 3xx status code

func (*PostProcessautomationTriggersTopicTestTooManyRequests) IsServerError

IsServerError returns true when this post processautomation triggers topic test too many requests response has a 5xx status code

func (*PostProcessautomationTriggersTopicTestTooManyRequests) IsSuccess

IsSuccess returns true when this post processautomation triggers topic test too many requests response has a 2xx status code

func (*PostProcessautomationTriggersTopicTestTooManyRequests) String

type PostProcessautomationTriggersTopicTestUnauthorized

type PostProcessautomationTriggersTopicTestUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostProcessautomationTriggersTopicTestUnauthorized

func NewPostProcessautomationTriggersTopicTestUnauthorized() *PostProcessautomationTriggersTopicTestUnauthorized

NewPostProcessautomationTriggersTopicTestUnauthorized creates a PostProcessautomationTriggersTopicTestUnauthorized with default headers values

func (*PostProcessautomationTriggersTopicTestUnauthorized) Error

func (*PostProcessautomationTriggersTopicTestUnauthorized) GetPayload

func (*PostProcessautomationTriggersTopicTestUnauthorized) IsClientError

IsClientError returns true when this post processautomation triggers topic test unauthorized response has a 4xx status code

func (*PostProcessautomationTriggersTopicTestUnauthorized) IsCode

IsCode returns true when this post processautomation triggers topic test unauthorized response a status code equal to that given

func (*PostProcessautomationTriggersTopicTestUnauthorized) IsRedirect

IsRedirect returns true when this post processautomation triggers topic test unauthorized response has a 3xx status code

func (*PostProcessautomationTriggersTopicTestUnauthorized) IsServerError

IsServerError returns true when this post processautomation triggers topic test unauthorized response has a 5xx status code

func (*PostProcessautomationTriggersTopicTestUnauthorized) IsSuccess

IsSuccess returns true when this post processautomation triggers topic test unauthorized response has a 2xx status code

func (*PostProcessautomationTriggersTopicTestUnauthorized) String

type PostProcessautomationTriggersTopicTestUnsupportedMediaType

type PostProcessautomationTriggersTopicTestUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostProcessautomationTriggersTopicTestUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostProcessautomationTriggersTopicTestUnsupportedMediaType

func NewPostProcessautomationTriggersTopicTestUnsupportedMediaType() *PostProcessautomationTriggersTopicTestUnsupportedMediaType

NewPostProcessautomationTriggersTopicTestUnsupportedMediaType creates a PostProcessautomationTriggersTopicTestUnsupportedMediaType with default headers values

func (*PostProcessautomationTriggersTopicTestUnsupportedMediaType) Error

func (*PostProcessautomationTriggersTopicTestUnsupportedMediaType) GetPayload

func (*PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsClientError

IsClientError returns true when this post processautomation triggers topic test unsupported media type response has a 4xx status code

func (*PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsCode

IsCode returns true when this post processautomation triggers topic test unsupported media type response a status code equal to that given

func (*PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post processautomation triggers topic test unsupported media type response has a 3xx status code

func (*PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsServerError

IsServerError returns true when this post processautomation triggers topic test unsupported media type response has a 5xx status code

func (*PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post processautomation triggers topic test unsupported media type response has a 2xx status code

func (*PostProcessautomationTriggersTopicTestUnsupportedMediaType) String

type PostProcessautomationTriggersUnauthorized

type PostProcessautomationTriggersUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostProcessautomationTriggersUnauthorized

func NewPostProcessautomationTriggersUnauthorized() *PostProcessautomationTriggersUnauthorized

NewPostProcessautomationTriggersUnauthorized creates a PostProcessautomationTriggersUnauthorized with default headers values

func (*PostProcessautomationTriggersUnauthorized) Error

func (*PostProcessautomationTriggersUnauthorized) GetPayload

func (*PostProcessautomationTriggersUnauthorized) IsClientError

IsClientError returns true when this post processautomation triggers unauthorized response has a 4xx status code

func (*PostProcessautomationTriggersUnauthorized) IsCode

IsCode returns true when this post processautomation triggers unauthorized response a status code equal to that given

func (*PostProcessautomationTriggersUnauthorized) IsRedirect

IsRedirect returns true when this post processautomation triggers unauthorized response has a 3xx status code

func (*PostProcessautomationTriggersUnauthorized) IsServerError

IsServerError returns true when this post processautomation triggers unauthorized response has a 5xx status code

func (*PostProcessautomationTriggersUnauthorized) IsSuccess

IsSuccess returns true when this post processautomation triggers unauthorized response has a 2xx status code

func (*PostProcessautomationTriggersUnauthorized) String

type PostProcessautomationTriggersUnsupportedMediaType

type PostProcessautomationTriggersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostProcessautomationTriggersUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostProcessautomationTriggersUnsupportedMediaType

func NewPostProcessautomationTriggersUnsupportedMediaType() *PostProcessautomationTriggersUnsupportedMediaType

NewPostProcessautomationTriggersUnsupportedMediaType creates a PostProcessautomationTriggersUnsupportedMediaType with default headers values

func (*PostProcessautomationTriggersUnsupportedMediaType) Error

func (*PostProcessautomationTriggersUnsupportedMediaType) GetPayload

func (*PostProcessautomationTriggersUnsupportedMediaType) IsClientError

IsClientError returns true when this post processautomation triggers unsupported media type response has a 4xx status code

func (*PostProcessautomationTriggersUnsupportedMediaType) IsCode

IsCode returns true when this post processautomation triggers unsupported media type response a status code equal to that given

func (*PostProcessautomationTriggersUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post processautomation triggers unsupported media type response has a 3xx status code

func (*PostProcessautomationTriggersUnsupportedMediaType) IsServerError

IsServerError returns true when this post processautomation triggers unsupported media type response has a 5xx status code

func (*PostProcessautomationTriggersUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post processautomation triggers unsupported media type response has a 2xx status code

func (*PostProcessautomationTriggersUnsupportedMediaType) String

type PutProcessautomationTriggerBadRequest

type PutProcessautomationTriggerBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPutProcessautomationTriggerBadRequest

func NewPutProcessautomationTriggerBadRequest() *PutProcessautomationTriggerBadRequest

NewPutProcessautomationTriggerBadRequest creates a PutProcessautomationTriggerBadRequest with default headers values

func (*PutProcessautomationTriggerBadRequest) Error

func (*PutProcessautomationTriggerBadRequest) GetPayload

func (*PutProcessautomationTriggerBadRequest) IsClientError

func (o *PutProcessautomationTriggerBadRequest) IsClientError() bool

IsClientError returns true when this put processautomation trigger bad request response has a 4xx status code

func (*PutProcessautomationTriggerBadRequest) IsCode

IsCode returns true when this put processautomation trigger bad request response a status code equal to that given

func (*PutProcessautomationTriggerBadRequest) IsRedirect

IsRedirect returns true when this put processautomation trigger bad request response has a 3xx status code

func (*PutProcessautomationTriggerBadRequest) IsServerError

func (o *PutProcessautomationTriggerBadRequest) IsServerError() bool

IsServerError returns true when this put processautomation trigger bad request response has a 5xx status code

func (*PutProcessautomationTriggerBadRequest) IsSuccess

IsSuccess returns true when this put processautomation trigger bad request response has a 2xx status code

func (*PutProcessautomationTriggerBadRequest) String

type PutProcessautomationTriggerForbidden

type PutProcessautomationTriggerForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPutProcessautomationTriggerForbidden

func NewPutProcessautomationTriggerForbidden() *PutProcessautomationTriggerForbidden

NewPutProcessautomationTriggerForbidden creates a PutProcessautomationTriggerForbidden with default headers values

func (*PutProcessautomationTriggerForbidden) Error

func (*PutProcessautomationTriggerForbidden) GetPayload

func (*PutProcessautomationTriggerForbidden) IsClientError

func (o *PutProcessautomationTriggerForbidden) IsClientError() bool

IsClientError returns true when this put processautomation trigger forbidden response has a 4xx status code

func (*PutProcessautomationTriggerForbidden) IsCode

IsCode returns true when this put processautomation trigger forbidden response a status code equal to that given

func (*PutProcessautomationTriggerForbidden) IsRedirect

IsRedirect returns true when this put processautomation trigger forbidden response has a 3xx status code

func (*PutProcessautomationTriggerForbidden) IsServerError

func (o *PutProcessautomationTriggerForbidden) IsServerError() bool

IsServerError returns true when this put processautomation trigger forbidden response has a 5xx status code

func (*PutProcessautomationTriggerForbidden) IsSuccess

IsSuccess returns true when this put processautomation trigger forbidden response has a 2xx status code

func (*PutProcessautomationTriggerForbidden) String

type PutProcessautomationTriggerGatewayTimeout

type PutProcessautomationTriggerGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutProcessautomationTriggerGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutProcessautomationTriggerGatewayTimeout

func NewPutProcessautomationTriggerGatewayTimeout() *PutProcessautomationTriggerGatewayTimeout

NewPutProcessautomationTriggerGatewayTimeout creates a PutProcessautomationTriggerGatewayTimeout with default headers values

func (*PutProcessautomationTriggerGatewayTimeout) Error

func (*PutProcessautomationTriggerGatewayTimeout) GetPayload

func (*PutProcessautomationTriggerGatewayTimeout) IsClientError

IsClientError returns true when this put processautomation trigger gateway timeout response has a 4xx status code

func (*PutProcessautomationTriggerGatewayTimeout) IsCode

IsCode returns true when this put processautomation trigger gateway timeout response a status code equal to that given

func (*PutProcessautomationTriggerGatewayTimeout) IsRedirect

IsRedirect returns true when this put processautomation trigger gateway timeout response has a 3xx status code

func (*PutProcessautomationTriggerGatewayTimeout) IsServerError

IsServerError returns true when this put processautomation trigger gateway timeout response has a 5xx status code

func (*PutProcessautomationTriggerGatewayTimeout) IsSuccess

IsSuccess returns true when this put processautomation trigger gateway timeout response has a 2xx status code

func (*PutProcessautomationTriggerGatewayTimeout) String

type PutProcessautomationTriggerInternalServerError

type PutProcessautomationTriggerInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutProcessautomationTriggerInternalServerError

func NewPutProcessautomationTriggerInternalServerError() *PutProcessautomationTriggerInternalServerError

NewPutProcessautomationTriggerInternalServerError creates a PutProcessautomationTriggerInternalServerError with default headers values

func (*PutProcessautomationTriggerInternalServerError) Error

func (*PutProcessautomationTriggerInternalServerError) GetPayload

func (*PutProcessautomationTriggerInternalServerError) IsClientError

IsClientError returns true when this put processautomation trigger internal server error response has a 4xx status code

func (*PutProcessautomationTriggerInternalServerError) IsCode

IsCode returns true when this put processautomation trigger internal server error response a status code equal to that given

func (*PutProcessautomationTriggerInternalServerError) IsRedirect

IsRedirect returns true when this put processautomation trigger internal server error response has a 3xx status code

func (*PutProcessautomationTriggerInternalServerError) IsServerError

IsServerError returns true when this put processautomation trigger internal server error response has a 5xx status code

func (*PutProcessautomationTriggerInternalServerError) IsSuccess

IsSuccess returns true when this put processautomation trigger internal server error response has a 2xx status code

func (*PutProcessautomationTriggerInternalServerError) String

type PutProcessautomationTriggerNotFound

type PutProcessautomationTriggerNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPutProcessautomationTriggerNotFound

func NewPutProcessautomationTriggerNotFound() *PutProcessautomationTriggerNotFound

NewPutProcessautomationTriggerNotFound creates a PutProcessautomationTriggerNotFound with default headers values

func (*PutProcessautomationTriggerNotFound) Error

func (*PutProcessautomationTriggerNotFound) GetPayload

func (*PutProcessautomationTriggerNotFound) IsClientError

func (o *PutProcessautomationTriggerNotFound) IsClientError() bool

IsClientError returns true when this put processautomation trigger not found response has a 4xx status code

func (*PutProcessautomationTriggerNotFound) IsCode

IsCode returns true when this put processautomation trigger not found response a status code equal to that given

func (*PutProcessautomationTriggerNotFound) IsRedirect

func (o *PutProcessautomationTriggerNotFound) IsRedirect() bool

IsRedirect returns true when this put processautomation trigger not found response has a 3xx status code

func (*PutProcessautomationTriggerNotFound) IsServerError

func (o *PutProcessautomationTriggerNotFound) IsServerError() bool

IsServerError returns true when this put processautomation trigger not found response has a 5xx status code

func (*PutProcessautomationTriggerNotFound) IsSuccess

IsSuccess returns true when this put processautomation trigger not found response has a 2xx status code

func (*PutProcessautomationTriggerNotFound) String

type PutProcessautomationTriggerOK

type PutProcessautomationTriggerOK struct {
	Payload *models.Trigger
}

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

successful operation

func NewPutProcessautomationTriggerOK

func NewPutProcessautomationTriggerOK() *PutProcessautomationTriggerOK

NewPutProcessautomationTriggerOK creates a PutProcessautomationTriggerOK with default headers values

func (*PutProcessautomationTriggerOK) Error

func (*PutProcessautomationTriggerOK) GetPayload

func (o *PutProcessautomationTriggerOK) GetPayload() *models.Trigger

func (*PutProcessautomationTriggerOK) IsClientError

func (o *PutProcessautomationTriggerOK) IsClientError() bool

IsClientError returns true when this put processautomation trigger o k response has a 4xx status code

func (*PutProcessautomationTriggerOK) IsCode

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

IsCode returns true when this put processautomation trigger o k response a status code equal to that given

func (*PutProcessautomationTriggerOK) IsRedirect

func (o *PutProcessautomationTriggerOK) IsRedirect() bool

IsRedirect returns true when this put processautomation trigger o k response has a 3xx status code

func (*PutProcessautomationTriggerOK) IsServerError

func (o *PutProcessautomationTriggerOK) IsServerError() bool

IsServerError returns true when this put processautomation trigger o k response has a 5xx status code

func (*PutProcessautomationTriggerOK) IsSuccess

func (o *PutProcessautomationTriggerOK) IsSuccess() bool

IsSuccess returns true when this put processautomation trigger o k response has a 2xx status code

func (*PutProcessautomationTriggerOK) String

type PutProcessautomationTriggerParams

type PutProcessautomationTriggerParams struct {

	/* Body.

	   Input to update Trigger. (topicName cannot be updated, a new trigger must be created to use a new topicName)
	*/
	Body *models.UpdateTriggerRequest

	/* TriggerID.

	   triggerId
	*/
	TriggerID string

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

PutProcessautomationTriggerParams contains all the parameters to send to the API endpoint

for the put processautomation trigger operation.

Typically these are written to a http.Request.

func NewPutProcessautomationTriggerParams

func NewPutProcessautomationTriggerParams() *PutProcessautomationTriggerParams

NewPutProcessautomationTriggerParams creates a new PutProcessautomationTriggerParams 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 NewPutProcessautomationTriggerParamsWithContext

func NewPutProcessautomationTriggerParamsWithContext(ctx context.Context) *PutProcessautomationTriggerParams

NewPutProcessautomationTriggerParamsWithContext creates a new PutProcessautomationTriggerParams object with the ability to set a context for a request.

func NewPutProcessautomationTriggerParamsWithHTTPClient

func NewPutProcessautomationTriggerParamsWithHTTPClient(client *http.Client) *PutProcessautomationTriggerParams

NewPutProcessautomationTriggerParamsWithHTTPClient creates a new PutProcessautomationTriggerParams object with the ability to set a custom HTTPClient for a request.

func NewPutProcessautomationTriggerParamsWithTimeout

func NewPutProcessautomationTriggerParamsWithTimeout(timeout time.Duration) *PutProcessautomationTriggerParams

NewPutProcessautomationTriggerParamsWithTimeout creates a new PutProcessautomationTriggerParams object with the ability to set a timeout on a request.

func (*PutProcessautomationTriggerParams) SetBody

SetBody adds the body to the put processautomation trigger params

func (*PutProcessautomationTriggerParams) SetContext

SetContext adds the context to the put processautomation trigger params

func (*PutProcessautomationTriggerParams) SetDefaults

func (o *PutProcessautomationTriggerParams) SetDefaults()

SetDefaults hydrates default values in the put processautomation trigger params (not the query body).

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

func (*PutProcessautomationTriggerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put processautomation trigger params

func (*PutProcessautomationTriggerParams) SetTimeout

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

SetTimeout adds the timeout to the put processautomation trigger params

func (*PutProcessautomationTriggerParams) SetTriggerID

func (o *PutProcessautomationTriggerParams) SetTriggerID(triggerID string)

SetTriggerID adds the triggerId to the put processautomation trigger params

func (*PutProcessautomationTriggerParams) WithBody

WithBody adds the body to the put processautomation trigger params

func (*PutProcessautomationTriggerParams) WithContext

WithContext adds the context to the put processautomation trigger params

func (*PutProcessautomationTriggerParams) WithDefaults

WithDefaults hydrates default values in the put processautomation trigger params (not the query body).

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

func (*PutProcessautomationTriggerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put processautomation trigger params

func (*PutProcessautomationTriggerParams) WithTimeout

WithTimeout adds the timeout to the put processautomation trigger params

func (*PutProcessautomationTriggerParams) WithTriggerID

WithTriggerID adds the triggerID to the put processautomation trigger params

func (*PutProcessautomationTriggerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutProcessautomationTriggerReader

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

PutProcessautomationTriggerReader is a Reader for the PutProcessautomationTrigger structure.

func (*PutProcessautomationTriggerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutProcessautomationTriggerRequestEntityTooLarge

type PutProcessautomationTriggerRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutProcessautomationTriggerRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutProcessautomationTriggerRequestEntityTooLarge

func NewPutProcessautomationTriggerRequestEntityTooLarge() *PutProcessautomationTriggerRequestEntityTooLarge

NewPutProcessautomationTriggerRequestEntityTooLarge creates a PutProcessautomationTriggerRequestEntityTooLarge with default headers values

func (*PutProcessautomationTriggerRequestEntityTooLarge) Error

func (*PutProcessautomationTriggerRequestEntityTooLarge) GetPayload

func (*PutProcessautomationTriggerRequestEntityTooLarge) IsClientError

IsClientError returns true when this put processautomation trigger request entity too large response has a 4xx status code

func (*PutProcessautomationTriggerRequestEntityTooLarge) IsCode

IsCode returns true when this put processautomation trigger request entity too large response a status code equal to that given

func (*PutProcessautomationTriggerRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put processautomation trigger request entity too large response has a 3xx status code

func (*PutProcessautomationTriggerRequestEntityTooLarge) IsServerError

IsServerError returns true when this put processautomation trigger request entity too large response has a 5xx status code

func (*PutProcessautomationTriggerRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put processautomation trigger request entity too large response has a 2xx status code

func (*PutProcessautomationTriggerRequestEntityTooLarge) String

type PutProcessautomationTriggerRequestTimeout

type PutProcessautomationTriggerRequestTimeout struct {
	Payload *models.ErrorBody
}

PutProcessautomationTriggerRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutProcessautomationTriggerRequestTimeout

func NewPutProcessautomationTriggerRequestTimeout() *PutProcessautomationTriggerRequestTimeout

NewPutProcessautomationTriggerRequestTimeout creates a PutProcessautomationTriggerRequestTimeout with default headers values

func (*PutProcessautomationTriggerRequestTimeout) Error

func (*PutProcessautomationTriggerRequestTimeout) GetPayload

func (*PutProcessautomationTriggerRequestTimeout) IsClientError

IsClientError returns true when this put processautomation trigger request timeout response has a 4xx status code

func (*PutProcessautomationTriggerRequestTimeout) IsCode

IsCode returns true when this put processautomation trigger request timeout response a status code equal to that given

func (*PutProcessautomationTriggerRequestTimeout) IsRedirect

IsRedirect returns true when this put processautomation trigger request timeout response has a 3xx status code

func (*PutProcessautomationTriggerRequestTimeout) IsServerError

IsServerError returns true when this put processautomation trigger request timeout response has a 5xx status code

func (*PutProcessautomationTriggerRequestTimeout) IsSuccess

IsSuccess returns true when this put processautomation trigger request timeout response has a 2xx status code

func (*PutProcessautomationTriggerRequestTimeout) String

type PutProcessautomationTriggerServiceUnavailable

type PutProcessautomationTriggerServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutProcessautomationTriggerServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutProcessautomationTriggerServiceUnavailable

func NewPutProcessautomationTriggerServiceUnavailable() *PutProcessautomationTriggerServiceUnavailable

NewPutProcessautomationTriggerServiceUnavailable creates a PutProcessautomationTriggerServiceUnavailable with default headers values

func (*PutProcessautomationTriggerServiceUnavailable) Error

func (*PutProcessautomationTriggerServiceUnavailable) GetPayload

func (*PutProcessautomationTriggerServiceUnavailable) IsClientError

IsClientError returns true when this put processautomation trigger service unavailable response has a 4xx status code

func (*PutProcessautomationTriggerServiceUnavailable) IsCode

IsCode returns true when this put processautomation trigger service unavailable response a status code equal to that given

func (*PutProcessautomationTriggerServiceUnavailable) IsRedirect

IsRedirect returns true when this put processautomation trigger service unavailable response has a 3xx status code

func (*PutProcessautomationTriggerServiceUnavailable) IsServerError

IsServerError returns true when this put processautomation trigger service unavailable response has a 5xx status code

func (*PutProcessautomationTriggerServiceUnavailable) IsSuccess

IsSuccess returns true when this put processautomation trigger service unavailable response has a 2xx status code

func (*PutProcessautomationTriggerServiceUnavailable) String

type PutProcessautomationTriggerTooManyRequests

type PutProcessautomationTriggerTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutProcessautomationTriggerTooManyRequests

func NewPutProcessautomationTriggerTooManyRequests() *PutProcessautomationTriggerTooManyRequests

NewPutProcessautomationTriggerTooManyRequests creates a PutProcessautomationTriggerTooManyRequests with default headers values

func (*PutProcessautomationTriggerTooManyRequests) Error

func (*PutProcessautomationTriggerTooManyRequests) GetPayload

func (*PutProcessautomationTriggerTooManyRequests) IsClientError

IsClientError returns true when this put processautomation trigger too many requests response has a 4xx status code

func (*PutProcessautomationTriggerTooManyRequests) IsCode

IsCode returns true when this put processautomation trigger too many requests response a status code equal to that given

func (*PutProcessautomationTriggerTooManyRequests) IsRedirect

IsRedirect returns true when this put processautomation trigger too many requests response has a 3xx status code

func (*PutProcessautomationTriggerTooManyRequests) IsServerError

IsServerError returns true when this put processautomation trigger too many requests response has a 5xx status code

func (*PutProcessautomationTriggerTooManyRequests) IsSuccess

IsSuccess returns true when this put processautomation trigger too many requests response has a 2xx status code

func (*PutProcessautomationTriggerTooManyRequests) String

type PutProcessautomationTriggerUnauthorized

type PutProcessautomationTriggerUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPutProcessautomationTriggerUnauthorized

func NewPutProcessautomationTriggerUnauthorized() *PutProcessautomationTriggerUnauthorized

NewPutProcessautomationTriggerUnauthorized creates a PutProcessautomationTriggerUnauthorized with default headers values

func (*PutProcessautomationTriggerUnauthorized) Error

func (*PutProcessautomationTriggerUnauthorized) GetPayload

func (*PutProcessautomationTriggerUnauthorized) IsClientError

func (o *PutProcessautomationTriggerUnauthorized) IsClientError() bool

IsClientError returns true when this put processautomation trigger unauthorized response has a 4xx status code

func (*PutProcessautomationTriggerUnauthorized) IsCode

IsCode returns true when this put processautomation trigger unauthorized response a status code equal to that given

func (*PutProcessautomationTriggerUnauthorized) IsRedirect

IsRedirect returns true when this put processautomation trigger unauthorized response has a 3xx status code

func (*PutProcessautomationTriggerUnauthorized) IsServerError

func (o *PutProcessautomationTriggerUnauthorized) IsServerError() bool

IsServerError returns true when this put processautomation trigger unauthorized response has a 5xx status code

func (*PutProcessautomationTriggerUnauthorized) IsSuccess

IsSuccess returns true when this put processautomation trigger unauthorized response has a 2xx status code

func (*PutProcessautomationTriggerUnauthorized) String

type PutProcessautomationTriggerUnsupportedMediaType

type PutProcessautomationTriggerUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutProcessautomationTriggerUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutProcessautomationTriggerUnsupportedMediaType

func NewPutProcessautomationTriggerUnsupportedMediaType() *PutProcessautomationTriggerUnsupportedMediaType

NewPutProcessautomationTriggerUnsupportedMediaType creates a PutProcessautomationTriggerUnsupportedMediaType with default headers values

func (*PutProcessautomationTriggerUnsupportedMediaType) Error

func (*PutProcessautomationTriggerUnsupportedMediaType) GetPayload

func (*PutProcessautomationTriggerUnsupportedMediaType) IsClientError

IsClientError returns true when this put processautomation trigger unsupported media type response has a 4xx status code

func (*PutProcessautomationTriggerUnsupportedMediaType) IsCode

IsCode returns true when this put processautomation trigger unsupported media type response a status code equal to that given

func (*PutProcessautomationTriggerUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put processautomation trigger unsupported media type response has a 3xx status code

func (*PutProcessautomationTriggerUnsupportedMediaType) IsServerError

IsServerError returns true when this put processautomation trigger unsupported media type response has a 5xx status code

func (*PutProcessautomationTriggerUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put processautomation trigger unsupported media type response has a 2xx status code

func (*PutProcessautomationTriggerUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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