workflows

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for workflows API

func (*Client) Deprovision

func (a *Client) Deprovision(params *DeprovisionParams, opts ...ClientOption) (*DeprovisionOK, error)

Deprovision deprovisions a system definition that was previously provisioned on the target c ID

func (*Client) Execute

func (a *Client) Execute(params *ExecuteParams, opts ...ClientOption) (*ExecuteOK, error)

Execute executes an on demand workflow the body is JSON used to trigger the execution the response the execution ID s

func (*Client) ExecutionAction

func (a *Client) ExecutionAction(params *ExecutionActionParams, opts ...ClientOption) (*ExecutionActionOK, error)

ExecutionAction allows a user to resume retry a failed workflow execution

func (*Client) ExecutionResults

func (a *Client) ExecutionResults(params *ExecutionResultsParams, opts ...ClientOption) (*ExecutionResultsOK, error)

ExecutionResults gets execution result of a given execution

func (*Client) Promote

func (a *Client) Promote(params *PromoteParams, opts ...ClientOption) (*PromoteOK, error)

Promote promotes a version of a system definition for a customer the customer must already have been provisioned this allows the caller to apply an updated template version to a specific cid and expects all parameters to be supplied if the template supports multi instance the customer scope definition ID must be supplied to determine which customer workflow should be updated

func (*Client) Provision

func (a *Client) Provision(params *ProvisionParams, opts ...ClientOption) (*ProvisionOK, error)

Provision provisions a system definition onto the target c ID by using the template and provided parameters

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) WorkflowActivitiesCombined

func (a *Client) WorkflowActivitiesCombined(params *WorkflowActivitiesCombinedParams, opts ...ClientOption) (*WorkflowActivitiesCombinedOK, error)

WorkflowActivitiesCombined searches for activities by name returns all supported activities if no filter specified

func (*Client) WorkflowDefinitionsCombined

func (a *Client) WorkflowDefinitionsCombined(params *WorkflowDefinitionsCombinedParams, opts ...ClientOption) (*WorkflowDefinitionsCombinedOK, error)

WorkflowDefinitionsCombined searches workflow definitions based on the provided filter

func (*Client) WorkflowDefinitionsExport

WorkflowDefinitionsExport exports a workflow definition for the given definition ID

func (*Client) WorkflowDefinitionsImport

func (a *Client) WorkflowDefinitionsImport(params *WorkflowDefinitionsImportParams, opts ...ClientOption) (*WorkflowDefinitionsImportOK, error)

WorkflowDefinitionsImport imports a workflow definition based on the provided model

func (*Client) WorkflowDefinitionsUpdate

func (a *Client) WorkflowDefinitionsUpdate(params *WorkflowDefinitionsUpdateParams, opts ...ClientOption) (*WorkflowDefinitionsUpdateOK, error)

WorkflowDefinitionsUpdate updates a workflow definition based on the provided model

func (*Client) WorkflowExecuteInternal

func (a *Client) WorkflowExecuteInternal(params *WorkflowExecuteInternalParams, opts ...ClientOption) (*WorkflowExecuteInternalOK, error)

WorkflowExecuteInternal executes an on demand workflow internal workflows permitted the body is JSON used to trigger the execution the response the execution ID s

func (*Client) WorkflowExecutionsCombined

func (a *Client) WorkflowExecutionsCombined(params *WorkflowExecutionsCombinedParams, opts ...ClientOption) (*WorkflowExecutionsCombinedOK, error)

WorkflowExecutionsCombined searches workflow executions based on the provided filter

func (*Client) WorkflowGetHumanInputV1

func (a *Client) WorkflowGetHumanInputV1(params *WorkflowGetHumanInputV1Params, opts ...ClientOption) (*WorkflowGetHumanInputV1OK, error)

WorkflowGetHumanInputV1 gets one or more specific human inputs by their i ds

func (*Client) WorkflowMockExecute

func (a *Client) WorkflowMockExecute(params *WorkflowMockExecuteParams, opts ...ClientOption) (*WorkflowMockExecuteOK, error)

WorkflowMockExecute executes a workflow definition with mocks

func (*Client) WorkflowTriggersCombined

func (a *Client) WorkflowTriggersCombined(params *WorkflowTriggersCombinedParams, opts ...ClientOption) (*WorkflowTriggersCombinedOK, error)

WorkflowTriggersCombined searches for triggers by namespaced identifier i e falcon audit detection or falcon audit detection status returns all triggers if no filter specified

func (*Client) WorkflowUpdateHumanInputV1

func (a *Client) WorkflowUpdateHumanInputV1(params *WorkflowUpdateHumanInputV1Params, opts ...ClientOption) (*WorkflowUpdateHumanInputV1OK, error)

WorkflowUpdateHumanInputV1 provides an input in response to a human input action depending on action configuration one or more of approve decline and or escalate are permitted

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	Deprovision(params *DeprovisionParams, opts ...ClientOption) (*DeprovisionOK, error)

	Execute(params *ExecuteParams, opts ...ClientOption) (*ExecuteOK, error)

	ExecutionAction(params *ExecutionActionParams, opts ...ClientOption) (*ExecutionActionOK, error)

	ExecutionResults(params *ExecutionResultsParams, opts ...ClientOption) (*ExecutionResultsOK, error)

	Promote(params *PromoteParams, opts ...ClientOption) (*PromoteOK, error)

	Provision(params *ProvisionParams, opts ...ClientOption) (*ProvisionOK, error)

	WorkflowActivitiesCombined(params *WorkflowActivitiesCombinedParams, opts ...ClientOption) (*WorkflowActivitiesCombinedOK, error)

	WorkflowDefinitionsCombined(params *WorkflowDefinitionsCombinedParams, opts ...ClientOption) (*WorkflowDefinitionsCombinedOK, error)

	WorkflowDefinitionsExport(params *WorkflowDefinitionsExportParams, opts ...ClientOption) (*WorkflowDefinitionsExportOK, *WorkflowDefinitionsExportStatus299, error)

	WorkflowDefinitionsImport(params *WorkflowDefinitionsImportParams, opts ...ClientOption) (*WorkflowDefinitionsImportOK, error)

	WorkflowDefinitionsUpdate(params *WorkflowDefinitionsUpdateParams, opts ...ClientOption) (*WorkflowDefinitionsUpdateOK, error)

	WorkflowExecuteInternal(params *WorkflowExecuteInternalParams, opts ...ClientOption) (*WorkflowExecuteInternalOK, error)

	WorkflowExecutionsCombined(params *WorkflowExecutionsCombinedParams, opts ...ClientOption) (*WorkflowExecutionsCombinedOK, error)

	WorkflowGetHumanInputV1(params *WorkflowGetHumanInputV1Params, opts ...ClientOption) (*WorkflowGetHumanInputV1OK, error)

	WorkflowMockExecute(params *WorkflowMockExecuteParams, opts ...ClientOption) (*WorkflowMockExecuteOK, error)

	WorkflowTriggersCombined(params *WorkflowTriggersCombinedParams, opts ...ClientOption) (*WorkflowTriggersCombinedOK, error)

	WorkflowUpdateHumanInputV1(params *WorkflowUpdateHumanInputV1Params, opts ...ClientOption) (*WorkflowUpdateHumanInputV1OK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new workflows API client.

type DeprovisionBadRequest

type DeprovisionBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ClientSystemDefinitionCreateResponse
}

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

Bad Request

func NewDeprovisionBadRequest

func NewDeprovisionBadRequest() *DeprovisionBadRequest

NewDeprovisionBadRequest creates a DeprovisionBadRequest with default headers values

func (*DeprovisionBadRequest) Code

func (o *DeprovisionBadRequest) Code() int

Code gets the status code for the deprovision bad request response

func (*DeprovisionBadRequest) Error

func (o *DeprovisionBadRequest) Error() string

func (*DeprovisionBadRequest) GetPayload

func (*DeprovisionBadRequest) IsClientError

func (o *DeprovisionBadRequest) IsClientError() bool

IsClientError returns true when this deprovision bad request response has a 4xx status code

func (*DeprovisionBadRequest) IsCode

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

IsCode returns true when this deprovision bad request response a status code equal to that given

func (*DeprovisionBadRequest) IsRedirect

func (o *DeprovisionBadRequest) IsRedirect() bool

IsRedirect returns true when this deprovision bad request response has a 3xx status code

func (*DeprovisionBadRequest) IsServerError

func (o *DeprovisionBadRequest) IsServerError() bool

IsServerError returns true when this deprovision bad request response has a 5xx status code

func (*DeprovisionBadRequest) IsSuccess

func (o *DeprovisionBadRequest) IsSuccess() bool

IsSuccess returns true when this deprovision bad request response has a 2xx status code

func (*DeprovisionBadRequest) String

func (o *DeprovisionBadRequest) String() string

type DeprovisionForbidden

type DeprovisionForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewDeprovisionForbidden

func NewDeprovisionForbidden() *DeprovisionForbidden

NewDeprovisionForbidden creates a DeprovisionForbidden with default headers values

func (*DeprovisionForbidden) Code

func (o *DeprovisionForbidden) Code() int

Code gets the status code for the deprovision forbidden response

func (*DeprovisionForbidden) Error

func (o *DeprovisionForbidden) Error() string

func (*DeprovisionForbidden) GetPayload

func (o *DeprovisionForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*DeprovisionForbidden) IsClientError

func (o *DeprovisionForbidden) IsClientError() bool

IsClientError returns true when this deprovision forbidden response has a 4xx status code

func (*DeprovisionForbidden) IsCode

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

IsCode returns true when this deprovision forbidden response a status code equal to that given

func (*DeprovisionForbidden) IsRedirect

func (o *DeprovisionForbidden) IsRedirect() bool

IsRedirect returns true when this deprovision forbidden response has a 3xx status code

func (*DeprovisionForbidden) IsServerError

func (o *DeprovisionForbidden) IsServerError() bool

IsServerError returns true when this deprovision forbidden response has a 5xx status code

func (*DeprovisionForbidden) IsSuccess

func (o *DeprovisionForbidden) IsSuccess() bool

IsSuccess returns true when this deprovision forbidden response has a 2xx status code

func (*DeprovisionForbidden) String

func (o *DeprovisionForbidden) String() string

type DeprovisionInternalServerError

type DeprovisionInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ClientSystemDefinitionCreateResponse
}

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

Internal Server Error

func NewDeprovisionInternalServerError

func NewDeprovisionInternalServerError() *DeprovisionInternalServerError

NewDeprovisionInternalServerError creates a DeprovisionInternalServerError with default headers values

func (*DeprovisionInternalServerError) Code

Code gets the status code for the deprovision internal server error response

func (*DeprovisionInternalServerError) Error

func (*DeprovisionInternalServerError) GetPayload

func (*DeprovisionInternalServerError) IsClientError

func (o *DeprovisionInternalServerError) IsClientError() bool

IsClientError returns true when this deprovision internal server error response has a 4xx status code

func (*DeprovisionInternalServerError) IsCode

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

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

func (*DeprovisionInternalServerError) IsRedirect

func (o *DeprovisionInternalServerError) IsRedirect() bool

IsRedirect returns true when this deprovision internal server error response has a 3xx status code

func (*DeprovisionInternalServerError) IsServerError

func (o *DeprovisionInternalServerError) IsServerError() bool

IsServerError returns true when this deprovision internal server error response has a 5xx status code

func (*DeprovisionInternalServerError) IsSuccess

func (o *DeprovisionInternalServerError) IsSuccess() bool

IsSuccess returns true when this deprovision internal server error response has a 2xx status code

func (*DeprovisionInternalServerError) String

type DeprovisionNotFound

type DeprovisionNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ClientSystemDefinitionCreateResponse
}

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

Not Found

func NewDeprovisionNotFound

func NewDeprovisionNotFound() *DeprovisionNotFound

NewDeprovisionNotFound creates a DeprovisionNotFound with default headers values

func (*DeprovisionNotFound) Code

func (o *DeprovisionNotFound) Code() int

Code gets the status code for the deprovision not found response

func (*DeprovisionNotFound) Error

func (o *DeprovisionNotFound) Error() string

func (*DeprovisionNotFound) GetPayload

func (*DeprovisionNotFound) IsClientError

func (o *DeprovisionNotFound) IsClientError() bool

IsClientError returns true when this deprovision not found response has a 4xx status code

func (*DeprovisionNotFound) IsCode

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

IsCode returns true when this deprovision not found response a status code equal to that given

func (*DeprovisionNotFound) IsRedirect

func (o *DeprovisionNotFound) IsRedirect() bool

IsRedirect returns true when this deprovision not found response has a 3xx status code

func (*DeprovisionNotFound) IsServerError

func (o *DeprovisionNotFound) IsServerError() bool

IsServerError returns true when this deprovision not found response has a 5xx status code

func (*DeprovisionNotFound) IsSuccess

func (o *DeprovisionNotFound) IsSuccess() bool

IsSuccess returns true when this deprovision not found response has a 2xx status code

func (*DeprovisionNotFound) String

func (o *DeprovisionNotFound) String() string

type DeprovisionOK

type DeprovisionOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ClientSystemDefinitionCreateResponse
}

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

OK

func NewDeprovisionOK

func NewDeprovisionOK() *DeprovisionOK

NewDeprovisionOK creates a DeprovisionOK with default headers values

func (*DeprovisionOK) Code

func (o *DeprovisionOK) Code() int

Code gets the status code for the deprovision o k response

func (*DeprovisionOK) Error

func (o *DeprovisionOK) Error() string

func (*DeprovisionOK) GetPayload

func (*DeprovisionOK) IsClientError

func (o *DeprovisionOK) IsClientError() bool

IsClientError returns true when this deprovision o k response has a 4xx status code

func (*DeprovisionOK) IsCode

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

IsCode returns true when this deprovision o k response a status code equal to that given

func (*DeprovisionOK) IsRedirect

func (o *DeprovisionOK) IsRedirect() bool

IsRedirect returns true when this deprovision o k response has a 3xx status code

func (*DeprovisionOK) IsServerError

func (o *DeprovisionOK) IsServerError() bool

IsServerError returns true when this deprovision o k response has a 5xx status code

func (*DeprovisionOK) IsSuccess

func (o *DeprovisionOK) IsSuccess() bool

IsSuccess returns true when this deprovision o k response has a 2xx status code

func (*DeprovisionOK) String

func (o *DeprovisionOK) String() string

type DeprovisionParams

type DeprovisionParams struct {

	// Body.
	Body *models.ClientSystemDefinitionDeProvisionRequest

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

DeprovisionParams contains all the parameters to send to the API endpoint

for the deprovision operation.

Typically these are written to a http.Request.

func NewDeprovisionParams

func NewDeprovisionParams() *DeprovisionParams

NewDeprovisionParams creates a new DeprovisionParams 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 NewDeprovisionParamsWithContext

func NewDeprovisionParamsWithContext(ctx context.Context) *DeprovisionParams

NewDeprovisionParamsWithContext creates a new DeprovisionParams object with the ability to set a context for a request.

func NewDeprovisionParamsWithHTTPClient

func NewDeprovisionParamsWithHTTPClient(client *http.Client) *DeprovisionParams

NewDeprovisionParamsWithHTTPClient creates a new DeprovisionParams object with the ability to set a custom HTTPClient for a request.

func NewDeprovisionParamsWithTimeout

func NewDeprovisionParamsWithTimeout(timeout time.Duration) *DeprovisionParams

NewDeprovisionParamsWithTimeout creates a new DeprovisionParams object with the ability to set a timeout on a request.

func (*DeprovisionParams) SetBody

SetBody adds the body to the deprovision params

func (*DeprovisionParams) SetContext

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

SetContext adds the context to the deprovision params

func (*DeprovisionParams) SetDefaults

func (o *DeprovisionParams) SetDefaults()

SetDefaults hydrates default values in the deprovision params (not the query body).

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

func (*DeprovisionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the deprovision params

func (*DeprovisionParams) SetTimeout

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

SetTimeout adds the timeout to the deprovision params

func (*DeprovisionParams) WithBody

WithBody adds the body to the deprovision params

func (*DeprovisionParams) WithContext

func (o *DeprovisionParams) WithContext(ctx context.Context) *DeprovisionParams

WithContext adds the context to the deprovision params

func (*DeprovisionParams) WithDefaults

func (o *DeprovisionParams) WithDefaults() *DeprovisionParams

WithDefaults hydrates default values in the deprovision params (not the query body).

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

func (*DeprovisionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the deprovision params

func (*DeprovisionParams) WithTimeout

func (o *DeprovisionParams) WithTimeout(timeout time.Duration) *DeprovisionParams

WithTimeout adds the timeout to the deprovision params

func (*DeprovisionParams) WriteToRequest

func (o *DeprovisionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeprovisionReader

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

DeprovisionReader is a Reader for the Deprovision structure.

func (*DeprovisionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeprovisionTooManyRequests

type DeprovisionTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewDeprovisionTooManyRequests

func NewDeprovisionTooManyRequests() *DeprovisionTooManyRequests

NewDeprovisionTooManyRequests creates a DeprovisionTooManyRequests with default headers values

func (*DeprovisionTooManyRequests) Code

func (o *DeprovisionTooManyRequests) Code() int

Code gets the status code for the deprovision too many requests response

func (*DeprovisionTooManyRequests) Error

func (*DeprovisionTooManyRequests) GetPayload

func (*DeprovisionTooManyRequests) IsClientError

func (o *DeprovisionTooManyRequests) IsClientError() bool

IsClientError returns true when this deprovision too many requests response has a 4xx status code

func (*DeprovisionTooManyRequests) IsCode

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

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

func (*DeprovisionTooManyRequests) IsRedirect

func (o *DeprovisionTooManyRequests) IsRedirect() bool

IsRedirect returns true when this deprovision too many requests response has a 3xx status code

func (*DeprovisionTooManyRequests) IsServerError

func (o *DeprovisionTooManyRequests) IsServerError() bool

IsServerError returns true when this deprovision too many requests response has a 5xx status code

func (*DeprovisionTooManyRequests) IsSuccess

func (o *DeprovisionTooManyRequests) IsSuccess() bool

IsSuccess returns true when this deprovision too many requests response has a 2xx status code

func (*DeprovisionTooManyRequests) String

func (o *DeprovisionTooManyRequests) String() string

type ExecuteBadRequest

type ExecuteBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

Bad Request

func NewExecuteBadRequest

func NewExecuteBadRequest() *ExecuteBadRequest

NewExecuteBadRequest creates a ExecuteBadRequest with default headers values

func (*ExecuteBadRequest) Code

func (o *ExecuteBadRequest) Code() int

Code gets the status code for the execute bad request response

func (*ExecuteBadRequest) Error

func (o *ExecuteBadRequest) Error() string

func (*ExecuteBadRequest) GetPayload

func (*ExecuteBadRequest) IsClientError

func (o *ExecuteBadRequest) IsClientError() bool

IsClientError returns true when this execute bad request response has a 4xx status code

func (*ExecuteBadRequest) IsCode

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

IsCode returns true when this execute bad request response a status code equal to that given

func (*ExecuteBadRequest) IsRedirect

func (o *ExecuteBadRequest) IsRedirect() bool

IsRedirect returns true when this execute bad request response has a 3xx status code

func (*ExecuteBadRequest) IsServerError

func (o *ExecuteBadRequest) IsServerError() bool

IsServerError returns true when this execute bad request response has a 5xx status code

func (*ExecuteBadRequest) IsSuccess

func (o *ExecuteBadRequest) IsSuccess() bool

IsSuccess returns true when this execute bad request response has a 2xx status code

func (*ExecuteBadRequest) String

func (o *ExecuteBadRequest) String() string

type ExecuteForbidden

type ExecuteForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewExecuteForbidden

func NewExecuteForbidden() *ExecuteForbidden

NewExecuteForbidden creates a ExecuteForbidden with default headers values

func (*ExecuteForbidden) Code

func (o *ExecuteForbidden) Code() int

Code gets the status code for the execute forbidden response

func (*ExecuteForbidden) Error

func (o *ExecuteForbidden) Error() string

func (*ExecuteForbidden) GetPayload

func (o *ExecuteForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*ExecuteForbidden) IsClientError

func (o *ExecuteForbidden) IsClientError() bool

IsClientError returns true when this execute forbidden response has a 4xx status code

func (*ExecuteForbidden) IsCode

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

IsCode returns true when this execute forbidden response a status code equal to that given

func (*ExecuteForbidden) IsRedirect

func (o *ExecuteForbidden) IsRedirect() bool

IsRedirect returns true when this execute forbidden response has a 3xx status code

func (*ExecuteForbidden) IsServerError

func (o *ExecuteForbidden) IsServerError() bool

IsServerError returns true when this execute forbidden response has a 5xx status code

func (*ExecuteForbidden) IsSuccess

func (o *ExecuteForbidden) IsSuccess() bool

IsSuccess returns true when this execute forbidden response has a 2xx status code

func (*ExecuteForbidden) String

func (o *ExecuteForbidden) String() string

type ExecuteInternalServerError

type ExecuteInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

Internal Server Error

func NewExecuteInternalServerError

func NewExecuteInternalServerError() *ExecuteInternalServerError

NewExecuteInternalServerError creates a ExecuteInternalServerError with default headers values

func (*ExecuteInternalServerError) Code

func (o *ExecuteInternalServerError) Code() int

Code gets the status code for the execute internal server error response

func (*ExecuteInternalServerError) Error

func (*ExecuteInternalServerError) GetPayload

func (*ExecuteInternalServerError) IsClientError

func (o *ExecuteInternalServerError) IsClientError() bool

IsClientError returns true when this execute internal server error response has a 4xx status code

func (*ExecuteInternalServerError) IsCode

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

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

func (*ExecuteInternalServerError) IsRedirect

func (o *ExecuteInternalServerError) IsRedirect() bool

IsRedirect returns true when this execute internal server error response has a 3xx status code

func (*ExecuteInternalServerError) IsServerError

func (o *ExecuteInternalServerError) IsServerError() bool

IsServerError returns true when this execute internal server error response has a 5xx status code

func (*ExecuteInternalServerError) IsSuccess

func (o *ExecuteInternalServerError) IsSuccess() bool

IsSuccess returns true when this execute internal server error response has a 2xx status code

func (*ExecuteInternalServerError) String

func (o *ExecuteInternalServerError) String() string

type ExecuteNotFound

type ExecuteNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

Not Found

func NewExecuteNotFound

func NewExecuteNotFound() *ExecuteNotFound

NewExecuteNotFound creates a ExecuteNotFound with default headers values

func (*ExecuteNotFound) Code

func (o *ExecuteNotFound) Code() int

Code gets the status code for the execute not found response

func (*ExecuteNotFound) Error

func (o *ExecuteNotFound) Error() string

func (*ExecuteNotFound) GetPayload

func (*ExecuteNotFound) IsClientError

func (o *ExecuteNotFound) IsClientError() bool

IsClientError returns true when this execute not found response has a 4xx status code

func (*ExecuteNotFound) IsCode

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

IsCode returns true when this execute not found response a status code equal to that given

func (*ExecuteNotFound) IsRedirect

func (o *ExecuteNotFound) IsRedirect() bool

IsRedirect returns true when this execute not found response has a 3xx status code

func (*ExecuteNotFound) IsServerError

func (o *ExecuteNotFound) IsServerError() bool

IsServerError returns true when this execute not found response has a 5xx status code

func (*ExecuteNotFound) IsSuccess

func (o *ExecuteNotFound) IsSuccess() bool

IsSuccess returns true when this execute not found response has a 2xx status code

func (*ExecuteNotFound) String

func (o *ExecuteNotFound) String() string

type ExecuteOK

type ExecuteOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

OK

func NewExecuteOK

func NewExecuteOK() *ExecuteOK

NewExecuteOK creates a ExecuteOK with default headers values

func (*ExecuteOK) Code

func (o *ExecuteOK) Code() int

Code gets the status code for the execute o k response

func (*ExecuteOK) Error

func (o *ExecuteOK) Error() string

func (*ExecuteOK) GetPayload

func (o *ExecuteOK) GetPayload() *models.APIResourceIDsResponse

func (*ExecuteOK) IsClientError

func (o *ExecuteOK) IsClientError() bool

IsClientError returns true when this execute o k response has a 4xx status code

func (*ExecuteOK) IsCode

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

IsCode returns true when this execute o k response a status code equal to that given

func (*ExecuteOK) IsRedirect

func (o *ExecuteOK) IsRedirect() bool

IsRedirect returns true when this execute o k response has a 3xx status code

func (*ExecuteOK) IsServerError

func (o *ExecuteOK) IsServerError() bool

IsServerError returns true when this execute o k response has a 5xx status code

func (*ExecuteOK) IsSuccess

func (o *ExecuteOK) IsSuccess() bool

IsSuccess returns true when this execute o k response has a 2xx status code

func (*ExecuteOK) String

func (o *ExecuteOK) String() string

type ExecuteParams

type ExecuteParams struct {

	// Body.
	Body models.MapStringInterface

	/* DefinitionID.

	   Definition ID to execute, either a name or an ID can be specified.
	*/
	DefinitionID []string

	/* Depth.

	   Used to record the execution depth to help limit execution loops when a workflow triggers another. The maximum depth is 4.
	*/
	Depth *int64

	/* ExecutionCid.

	   CID(s) to execute on. This can be a child if this is a flight control enabled definition. If unset the definition CID is used.
	*/
	ExecutionCid []string

	/* Key.

	   Key used to help deduplicate executions, if unset a new UUID is used
	*/
	Key *string

	/* Name.

	   Workflow name to execute, either a name or an ID can be specified.
	*/
	Name *string

	/* SourceEventURL.

	   Used to record a URL to the source that led to triggering this workflow
	*/
	SourceEventURL *string

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

ExecuteParams contains all the parameters to send to the API endpoint

for the execute operation.

Typically these are written to a http.Request.

func NewExecuteParams

func NewExecuteParams() *ExecuteParams

NewExecuteParams creates a new ExecuteParams 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 NewExecuteParamsWithContext

func NewExecuteParamsWithContext(ctx context.Context) *ExecuteParams

NewExecuteParamsWithContext creates a new ExecuteParams object with the ability to set a context for a request.

func NewExecuteParamsWithHTTPClient

func NewExecuteParamsWithHTTPClient(client *http.Client) *ExecuteParams

NewExecuteParamsWithHTTPClient creates a new ExecuteParams object with the ability to set a custom HTTPClient for a request.

func NewExecuteParamsWithTimeout

func NewExecuteParamsWithTimeout(timeout time.Duration) *ExecuteParams

NewExecuteParamsWithTimeout creates a new ExecuteParams object with the ability to set a timeout on a request.

func (*ExecuteParams) SetBody

func (o *ExecuteParams) SetBody(body models.MapStringInterface)

SetBody adds the body to the execute params

func (*ExecuteParams) SetContext

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

SetContext adds the context to the execute params

func (*ExecuteParams) SetDefaults

func (o *ExecuteParams) SetDefaults()

SetDefaults hydrates default values in the execute params (not the query body).

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

func (*ExecuteParams) SetDefinitionID

func (o *ExecuteParams) SetDefinitionID(definitionID []string)

SetDefinitionID adds the definitionId to the execute params

func (*ExecuteParams) SetDepth

func (o *ExecuteParams) SetDepth(depth *int64)

SetDepth adds the depth to the execute params

func (*ExecuteParams) SetExecutionCid

func (o *ExecuteParams) SetExecutionCid(executionCid []string)

SetExecutionCid adds the executionCid to the execute params

func (*ExecuteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the execute params

func (*ExecuteParams) SetKey

func (o *ExecuteParams) SetKey(key *string)

SetKey adds the key to the execute params

func (*ExecuteParams) SetName

func (o *ExecuteParams) SetName(name *string)

SetName adds the name to the execute params

func (*ExecuteParams) SetSourceEventURL

func (o *ExecuteParams) SetSourceEventURL(sourceEventURL *string)

SetSourceEventURL adds the sourceEventUrl to the execute params

func (*ExecuteParams) SetTimeout

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

SetTimeout adds the timeout to the execute params

func (*ExecuteParams) WithBody

WithBody adds the body to the execute params

func (*ExecuteParams) WithContext

func (o *ExecuteParams) WithContext(ctx context.Context) *ExecuteParams

WithContext adds the context to the execute params

func (*ExecuteParams) WithDefaults

func (o *ExecuteParams) WithDefaults() *ExecuteParams

WithDefaults hydrates default values in the execute params (not the query body).

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

func (*ExecuteParams) WithDefinitionID

func (o *ExecuteParams) WithDefinitionID(definitionID []string) *ExecuteParams

WithDefinitionID adds the definitionID to the execute params

func (*ExecuteParams) WithDepth

func (o *ExecuteParams) WithDepth(depth *int64) *ExecuteParams

WithDepth adds the depth to the execute params

func (*ExecuteParams) WithExecutionCid

func (o *ExecuteParams) WithExecutionCid(executionCid []string) *ExecuteParams

WithExecutionCid adds the executionCid to the execute params

func (*ExecuteParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the execute params

func (*ExecuteParams) WithKey

func (o *ExecuteParams) WithKey(key *string) *ExecuteParams

WithKey adds the key to the execute params

func (*ExecuteParams) WithName

func (o *ExecuteParams) WithName(name *string) *ExecuteParams

WithName adds the name to the execute params

func (*ExecuteParams) WithSourceEventURL

func (o *ExecuteParams) WithSourceEventURL(sourceEventURL *string) *ExecuteParams

WithSourceEventURL adds the sourceEventURL to the execute params

func (*ExecuteParams) WithTimeout

func (o *ExecuteParams) WithTimeout(timeout time.Duration) *ExecuteParams

WithTimeout adds the timeout to the execute params

func (*ExecuteParams) WriteToRequest

func (o *ExecuteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ExecuteReader

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

ExecuteReader is a Reader for the Execute structure.

func (*ExecuteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExecuteTooManyRequests

type ExecuteTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewExecuteTooManyRequests

func NewExecuteTooManyRequests() *ExecuteTooManyRequests

NewExecuteTooManyRequests creates a ExecuteTooManyRequests with default headers values

func (*ExecuteTooManyRequests) Code

func (o *ExecuteTooManyRequests) Code() int

Code gets the status code for the execute too many requests response

func (*ExecuteTooManyRequests) Error

func (o *ExecuteTooManyRequests) Error() string

func (*ExecuteTooManyRequests) GetPayload

func (*ExecuteTooManyRequests) IsClientError

func (o *ExecuteTooManyRequests) IsClientError() bool

IsClientError returns true when this execute too many requests response has a 4xx status code

func (*ExecuteTooManyRequests) IsCode

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

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

func (*ExecuteTooManyRequests) IsRedirect

func (o *ExecuteTooManyRequests) IsRedirect() bool

IsRedirect returns true when this execute too many requests response has a 3xx status code

func (*ExecuteTooManyRequests) IsServerError

func (o *ExecuteTooManyRequests) IsServerError() bool

IsServerError returns true when this execute too many requests response has a 5xx status code

func (*ExecuteTooManyRequests) IsSuccess

func (o *ExecuteTooManyRequests) IsSuccess() bool

IsSuccess returns true when this execute too many requests response has a 2xx status code

func (*ExecuteTooManyRequests) String

func (o *ExecuteTooManyRequests) String() string

type ExecutionActionBadRequest

type ExecutionActionBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DefinitionsDefinitionEntitiesResponse
}

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

Bad Request

func NewExecutionActionBadRequest

func NewExecutionActionBadRequest() *ExecutionActionBadRequest

NewExecutionActionBadRequest creates a ExecutionActionBadRequest with default headers values

func (*ExecutionActionBadRequest) Code

func (o *ExecutionActionBadRequest) Code() int

Code gets the status code for the execution action bad request response

func (*ExecutionActionBadRequest) Error

func (o *ExecutionActionBadRequest) Error() string

func (*ExecutionActionBadRequest) GetPayload

func (*ExecutionActionBadRequest) IsClientError

func (o *ExecutionActionBadRequest) IsClientError() bool

IsClientError returns true when this execution action bad request response has a 4xx status code

func (*ExecutionActionBadRequest) IsCode

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

IsCode returns true when this execution action bad request response a status code equal to that given

func (*ExecutionActionBadRequest) IsRedirect

func (o *ExecutionActionBadRequest) IsRedirect() bool

IsRedirect returns true when this execution action bad request response has a 3xx status code

func (*ExecutionActionBadRequest) IsServerError

func (o *ExecutionActionBadRequest) IsServerError() bool

IsServerError returns true when this execution action bad request response has a 5xx status code

func (*ExecutionActionBadRequest) IsSuccess

func (o *ExecutionActionBadRequest) IsSuccess() bool

IsSuccess returns true when this execution action bad request response has a 2xx status code

func (*ExecutionActionBadRequest) String

func (o *ExecutionActionBadRequest) String() string

type ExecutionActionForbidden

type ExecutionActionForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewExecutionActionForbidden

func NewExecutionActionForbidden() *ExecutionActionForbidden

NewExecutionActionForbidden creates a ExecutionActionForbidden with default headers values

func (*ExecutionActionForbidden) Code

func (o *ExecutionActionForbidden) Code() int

Code gets the status code for the execution action forbidden response

func (*ExecutionActionForbidden) Error

func (o *ExecutionActionForbidden) Error() string

func (*ExecutionActionForbidden) GetPayload

func (*ExecutionActionForbidden) IsClientError

func (o *ExecutionActionForbidden) IsClientError() bool

IsClientError returns true when this execution action forbidden response has a 4xx status code

func (*ExecutionActionForbidden) IsCode

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

IsCode returns true when this execution action forbidden response a status code equal to that given

func (*ExecutionActionForbidden) IsRedirect

func (o *ExecutionActionForbidden) IsRedirect() bool

IsRedirect returns true when this execution action forbidden response has a 3xx status code

func (*ExecutionActionForbidden) IsServerError

func (o *ExecutionActionForbidden) IsServerError() bool

IsServerError returns true when this execution action forbidden response has a 5xx status code

func (*ExecutionActionForbidden) IsSuccess

func (o *ExecutionActionForbidden) IsSuccess() bool

IsSuccess returns true when this execution action forbidden response has a 2xx status code

func (*ExecutionActionForbidden) String

func (o *ExecutionActionForbidden) String() string

type ExecutionActionInternalServerError

type ExecutionActionInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DefinitionsDefinitionEntitiesResponse
}

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

Internal Server Error

func NewExecutionActionInternalServerError

func NewExecutionActionInternalServerError() *ExecutionActionInternalServerError

NewExecutionActionInternalServerError creates a ExecutionActionInternalServerError with default headers values

func (*ExecutionActionInternalServerError) Code

Code gets the status code for the execution action internal server error response

func (*ExecutionActionInternalServerError) Error

func (*ExecutionActionInternalServerError) GetPayload

func (*ExecutionActionInternalServerError) IsClientError

func (o *ExecutionActionInternalServerError) IsClientError() bool

IsClientError returns true when this execution action internal server error response has a 4xx status code

func (*ExecutionActionInternalServerError) IsCode

IsCode returns true when this execution action internal server error response a status code equal to that given

func (*ExecutionActionInternalServerError) IsRedirect

func (o *ExecutionActionInternalServerError) IsRedirect() bool

IsRedirect returns true when this execution action internal server error response has a 3xx status code

func (*ExecutionActionInternalServerError) IsServerError

func (o *ExecutionActionInternalServerError) IsServerError() bool

IsServerError returns true when this execution action internal server error response has a 5xx status code

func (*ExecutionActionInternalServerError) IsSuccess

IsSuccess returns true when this execution action internal server error response has a 2xx status code

func (*ExecutionActionInternalServerError) String

type ExecutionActionNotFound

type ExecutionActionNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DefinitionsDefinitionEntitiesResponse
}

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

Not Found

func NewExecutionActionNotFound

func NewExecutionActionNotFound() *ExecutionActionNotFound

NewExecutionActionNotFound creates a ExecutionActionNotFound with default headers values

func (*ExecutionActionNotFound) Code

func (o *ExecutionActionNotFound) Code() int

Code gets the status code for the execution action not found response

func (*ExecutionActionNotFound) Error

func (o *ExecutionActionNotFound) Error() string

func (*ExecutionActionNotFound) GetPayload

func (*ExecutionActionNotFound) IsClientError

func (o *ExecutionActionNotFound) IsClientError() bool

IsClientError returns true when this execution action not found response has a 4xx status code

func (*ExecutionActionNotFound) IsCode

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

IsCode returns true when this execution action not found response a status code equal to that given

func (*ExecutionActionNotFound) IsRedirect

func (o *ExecutionActionNotFound) IsRedirect() bool

IsRedirect returns true when this execution action not found response has a 3xx status code

func (*ExecutionActionNotFound) IsServerError

func (o *ExecutionActionNotFound) IsServerError() bool

IsServerError returns true when this execution action not found response has a 5xx status code

func (*ExecutionActionNotFound) IsSuccess

func (o *ExecutionActionNotFound) IsSuccess() bool

IsSuccess returns true when this execution action not found response has a 2xx status code

func (*ExecutionActionNotFound) String

func (o *ExecutionActionNotFound) String() string

type ExecutionActionOK

type ExecutionActionOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DefinitionsDefinitionEntitiesResponse
}

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

OK

func NewExecutionActionOK

func NewExecutionActionOK() *ExecutionActionOK

NewExecutionActionOK creates a ExecutionActionOK with default headers values

func (*ExecutionActionOK) Code

func (o *ExecutionActionOK) Code() int

Code gets the status code for the execution action o k response

func (*ExecutionActionOK) Error

func (o *ExecutionActionOK) Error() string

func (*ExecutionActionOK) GetPayload

func (*ExecutionActionOK) IsClientError

func (o *ExecutionActionOK) IsClientError() bool

IsClientError returns true when this execution action o k response has a 4xx status code

func (*ExecutionActionOK) IsCode

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

IsCode returns true when this execution action o k response a status code equal to that given

func (*ExecutionActionOK) IsRedirect

func (o *ExecutionActionOK) IsRedirect() bool

IsRedirect returns true when this execution action o k response has a 3xx status code

func (*ExecutionActionOK) IsServerError

func (o *ExecutionActionOK) IsServerError() bool

IsServerError returns true when this execution action o k response has a 5xx status code

func (*ExecutionActionOK) IsSuccess

func (o *ExecutionActionOK) IsSuccess() bool

IsSuccess returns true when this execution action o k response has a 2xx status code

func (*ExecutionActionOK) String

func (o *ExecutionActionOK) String() string

type ExecutionActionParams

type ExecutionActionParams struct {

	/* ActionName.

	     Specify one of these actions:

	- `resume`: resume/retry the workflow execution(s) specified in ids
	*/
	ActionName string

	// Body.
	Body *models.ClientActionRequest

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

ExecutionActionParams contains all the parameters to send to the API endpoint

for the execution action operation.

Typically these are written to a http.Request.

func NewExecutionActionParams

func NewExecutionActionParams() *ExecutionActionParams

NewExecutionActionParams creates a new ExecutionActionParams 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 NewExecutionActionParamsWithContext

func NewExecutionActionParamsWithContext(ctx context.Context) *ExecutionActionParams

NewExecutionActionParamsWithContext creates a new ExecutionActionParams object with the ability to set a context for a request.

func NewExecutionActionParamsWithHTTPClient

func NewExecutionActionParamsWithHTTPClient(client *http.Client) *ExecutionActionParams

NewExecutionActionParamsWithHTTPClient creates a new ExecutionActionParams object with the ability to set a custom HTTPClient for a request.

func NewExecutionActionParamsWithTimeout

func NewExecutionActionParamsWithTimeout(timeout time.Duration) *ExecutionActionParams

NewExecutionActionParamsWithTimeout creates a new ExecutionActionParams object with the ability to set a timeout on a request.

func (*ExecutionActionParams) SetActionName

func (o *ExecutionActionParams) SetActionName(actionName string)

SetActionName adds the actionName to the execution action params

func (*ExecutionActionParams) SetBody

SetBody adds the body to the execution action params

func (*ExecutionActionParams) SetContext

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

SetContext adds the context to the execution action params

func (*ExecutionActionParams) SetDefaults

func (o *ExecutionActionParams) SetDefaults()

SetDefaults hydrates default values in the execution action params (not the query body).

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

func (*ExecutionActionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the execution action params

func (*ExecutionActionParams) SetTimeout

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

SetTimeout adds the timeout to the execution action params

func (*ExecutionActionParams) WithActionName

func (o *ExecutionActionParams) WithActionName(actionName string) *ExecutionActionParams

WithActionName adds the actionName to the execution action params

func (*ExecutionActionParams) WithBody

WithBody adds the body to the execution action params

func (*ExecutionActionParams) WithContext

WithContext adds the context to the execution action params

func (*ExecutionActionParams) WithDefaults

func (o *ExecutionActionParams) WithDefaults() *ExecutionActionParams

WithDefaults hydrates default values in the execution action params (not the query body).

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

func (*ExecutionActionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the execution action params

func (*ExecutionActionParams) WithTimeout

func (o *ExecutionActionParams) WithTimeout(timeout time.Duration) *ExecutionActionParams

WithTimeout adds the timeout to the execution action params

func (*ExecutionActionParams) WriteToRequest

func (o *ExecutionActionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ExecutionActionReader

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

ExecutionActionReader is a Reader for the ExecutionAction structure.

func (*ExecutionActionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExecutionActionTooManyRequests

type ExecutionActionTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewExecutionActionTooManyRequests

func NewExecutionActionTooManyRequests() *ExecutionActionTooManyRequests

NewExecutionActionTooManyRequests creates a ExecutionActionTooManyRequests with default headers values

func (*ExecutionActionTooManyRequests) Code

Code gets the status code for the execution action too many requests response

func (*ExecutionActionTooManyRequests) Error

func (*ExecutionActionTooManyRequests) GetPayload

func (*ExecutionActionTooManyRequests) IsClientError

func (o *ExecutionActionTooManyRequests) IsClientError() bool

IsClientError returns true when this execution action too many requests response has a 4xx status code

func (*ExecutionActionTooManyRequests) IsCode

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

IsCode returns true when this execution action too many requests response a status code equal to that given

func (*ExecutionActionTooManyRequests) IsRedirect

func (o *ExecutionActionTooManyRequests) IsRedirect() bool

IsRedirect returns true when this execution action too many requests response has a 3xx status code

func (*ExecutionActionTooManyRequests) IsServerError

func (o *ExecutionActionTooManyRequests) IsServerError() bool

IsServerError returns true when this execution action too many requests response has a 5xx status code

func (*ExecutionActionTooManyRequests) IsSuccess

func (o *ExecutionActionTooManyRequests) IsSuccess() bool

IsSuccess returns true when this execution action too many requests response has a 2xx status code

func (*ExecutionActionTooManyRequests) String

type ExecutionResultsBadRequest

type ExecutionResultsBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIExecutionResultsResponse
}

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

Bad Request

func NewExecutionResultsBadRequest

func NewExecutionResultsBadRequest() *ExecutionResultsBadRequest

NewExecutionResultsBadRequest creates a ExecutionResultsBadRequest with default headers values

func (*ExecutionResultsBadRequest) Code

func (o *ExecutionResultsBadRequest) Code() int

Code gets the status code for the execution results bad request response

func (*ExecutionResultsBadRequest) Error

func (*ExecutionResultsBadRequest) GetPayload

func (*ExecutionResultsBadRequest) IsClientError

func (o *ExecutionResultsBadRequest) IsClientError() bool

IsClientError returns true when this execution results bad request response has a 4xx status code

func (*ExecutionResultsBadRequest) IsCode

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

IsCode returns true when this execution results bad request response a status code equal to that given

func (*ExecutionResultsBadRequest) IsRedirect

func (o *ExecutionResultsBadRequest) IsRedirect() bool

IsRedirect returns true when this execution results bad request response has a 3xx status code

func (*ExecutionResultsBadRequest) IsServerError

func (o *ExecutionResultsBadRequest) IsServerError() bool

IsServerError returns true when this execution results bad request response has a 5xx status code

func (*ExecutionResultsBadRequest) IsSuccess

func (o *ExecutionResultsBadRequest) IsSuccess() bool

IsSuccess returns true when this execution results bad request response has a 2xx status code

func (*ExecutionResultsBadRequest) String

func (o *ExecutionResultsBadRequest) String() string

type ExecutionResultsForbidden

type ExecutionResultsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewExecutionResultsForbidden

func NewExecutionResultsForbidden() *ExecutionResultsForbidden

NewExecutionResultsForbidden creates a ExecutionResultsForbidden with default headers values

func (*ExecutionResultsForbidden) Code

func (o *ExecutionResultsForbidden) Code() int

Code gets the status code for the execution results forbidden response

func (*ExecutionResultsForbidden) Error

func (o *ExecutionResultsForbidden) Error() string

func (*ExecutionResultsForbidden) GetPayload

func (*ExecutionResultsForbidden) IsClientError

func (o *ExecutionResultsForbidden) IsClientError() bool

IsClientError returns true when this execution results forbidden response has a 4xx status code

func (*ExecutionResultsForbidden) IsCode

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

IsCode returns true when this execution results forbidden response a status code equal to that given

func (*ExecutionResultsForbidden) IsRedirect

func (o *ExecutionResultsForbidden) IsRedirect() bool

IsRedirect returns true when this execution results forbidden response has a 3xx status code

func (*ExecutionResultsForbidden) IsServerError

func (o *ExecutionResultsForbidden) IsServerError() bool

IsServerError returns true when this execution results forbidden response has a 5xx status code

func (*ExecutionResultsForbidden) IsSuccess

func (o *ExecutionResultsForbidden) IsSuccess() bool

IsSuccess returns true when this execution results forbidden response has a 2xx status code

func (*ExecutionResultsForbidden) String

func (o *ExecutionResultsForbidden) String() string

type ExecutionResultsInternalServerError

type ExecutionResultsInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIExecutionResultsResponse
}

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

Internal Server Error

func NewExecutionResultsInternalServerError

func NewExecutionResultsInternalServerError() *ExecutionResultsInternalServerError

NewExecutionResultsInternalServerError creates a ExecutionResultsInternalServerError with default headers values

func (*ExecutionResultsInternalServerError) Code

Code gets the status code for the execution results internal server error response

func (*ExecutionResultsInternalServerError) Error

func (*ExecutionResultsInternalServerError) GetPayload

func (*ExecutionResultsInternalServerError) IsClientError

func (o *ExecutionResultsInternalServerError) IsClientError() bool

IsClientError returns true when this execution results internal server error response has a 4xx status code

func (*ExecutionResultsInternalServerError) IsCode

IsCode returns true when this execution results internal server error response a status code equal to that given

func (*ExecutionResultsInternalServerError) IsRedirect

func (o *ExecutionResultsInternalServerError) IsRedirect() bool

IsRedirect returns true when this execution results internal server error response has a 3xx status code

func (*ExecutionResultsInternalServerError) IsServerError

func (o *ExecutionResultsInternalServerError) IsServerError() bool

IsServerError returns true when this execution results internal server error response has a 5xx status code

func (*ExecutionResultsInternalServerError) IsSuccess

IsSuccess returns true when this execution results internal server error response has a 2xx status code

func (*ExecutionResultsInternalServerError) String

type ExecutionResultsNotFound

type ExecutionResultsNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIExecutionResultsResponse
}

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

Not Found

func NewExecutionResultsNotFound

func NewExecutionResultsNotFound() *ExecutionResultsNotFound

NewExecutionResultsNotFound creates a ExecutionResultsNotFound with default headers values

func (*ExecutionResultsNotFound) Code

func (o *ExecutionResultsNotFound) Code() int

Code gets the status code for the execution results not found response

func (*ExecutionResultsNotFound) Error

func (o *ExecutionResultsNotFound) Error() string

func (*ExecutionResultsNotFound) GetPayload

func (*ExecutionResultsNotFound) IsClientError

func (o *ExecutionResultsNotFound) IsClientError() bool

IsClientError returns true when this execution results not found response has a 4xx status code

func (*ExecutionResultsNotFound) IsCode

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

IsCode returns true when this execution results not found response a status code equal to that given

func (*ExecutionResultsNotFound) IsRedirect

func (o *ExecutionResultsNotFound) IsRedirect() bool

IsRedirect returns true when this execution results not found response has a 3xx status code

func (*ExecutionResultsNotFound) IsServerError

func (o *ExecutionResultsNotFound) IsServerError() bool

IsServerError returns true when this execution results not found response has a 5xx status code

func (*ExecutionResultsNotFound) IsSuccess

func (o *ExecutionResultsNotFound) IsSuccess() bool

IsSuccess returns true when this execution results not found response has a 2xx status code

func (*ExecutionResultsNotFound) String

func (o *ExecutionResultsNotFound) String() string

type ExecutionResultsOK

type ExecutionResultsOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIExecutionResultsResponse
}

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

OK

func NewExecutionResultsOK

func NewExecutionResultsOK() *ExecutionResultsOK

NewExecutionResultsOK creates a ExecutionResultsOK with default headers values

func (*ExecutionResultsOK) Code

func (o *ExecutionResultsOK) Code() int

Code gets the status code for the execution results o k response

func (*ExecutionResultsOK) Error

func (o *ExecutionResultsOK) Error() string

func (*ExecutionResultsOK) GetPayload

func (*ExecutionResultsOK) IsClientError

func (o *ExecutionResultsOK) IsClientError() bool

IsClientError returns true when this execution results o k response has a 4xx status code

func (*ExecutionResultsOK) IsCode

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

IsCode returns true when this execution results o k response a status code equal to that given

func (*ExecutionResultsOK) IsRedirect

func (o *ExecutionResultsOK) IsRedirect() bool

IsRedirect returns true when this execution results o k response has a 3xx status code

func (*ExecutionResultsOK) IsServerError

func (o *ExecutionResultsOK) IsServerError() bool

IsServerError returns true when this execution results o k response has a 5xx status code

func (*ExecutionResultsOK) IsSuccess

func (o *ExecutionResultsOK) IsSuccess() bool

IsSuccess returns true when this execution results o k response has a 2xx status code

func (*ExecutionResultsOK) String

func (o *ExecutionResultsOK) String() string

type ExecutionResultsParams

type ExecutionResultsParams struct {

	/* Ids.

	   workflow execution id to return results for.
	*/
	Ids []string

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

ExecutionResultsParams contains all the parameters to send to the API endpoint

for the execution results operation.

Typically these are written to a http.Request.

func NewExecutionResultsParams

func NewExecutionResultsParams() *ExecutionResultsParams

NewExecutionResultsParams creates a new ExecutionResultsParams 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 NewExecutionResultsParamsWithContext

func NewExecutionResultsParamsWithContext(ctx context.Context) *ExecutionResultsParams

NewExecutionResultsParamsWithContext creates a new ExecutionResultsParams object with the ability to set a context for a request.

func NewExecutionResultsParamsWithHTTPClient

func NewExecutionResultsParamsWithHTTPClient(client *http.Client) *ExecutionResultsParams

NewExecutionResultsParamsWithHTTPClient creates a new ExecutionResultsParams object with the ability to set a custom HTTPClient for a request.

func NewExecutionResultsParamsWithTimeout

func NewExecutionResultsParamsWithTimeout(timeout time.Duration) *ExecutionResultsParams

NewExecutionResultsParamsWithTimeout creates a new ExecutionResultsParams object with the ability to set a timeout on a request.

func (*ExecutionResultsParams) SetContext

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

SetContext adds the context to the execution results params

func (*ExecutionResultsParams) SetDefaults

func (o *ExecutionResultsParams) SetDefaults()

SetDefaults hydrates default values in the execution results params (not the query body).

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

func (*ExecutionResultsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the execution results params

func (*ExecutionResultsParams) SetIds

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

SetIds adds the ids to the execution results params

func (*ExecutionResultsParams) SetTimeout

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

SetTimeout adds the timeout to the execution results params

func (*ExecutionResultsParams) WithContext

WithContext adds the context to the execution results params

func (*ExecutionResultsParams) WithDefaults

WithDefaults hydrates default values in the execution results params (not the query body).

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

func (*ExecutionResultsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the execution results params

func (*ExecutionResultsParams) WithIds

WithIds adds the ids to the execution results params

func (*ExecutionResultsParams) WithTimeout

WithTimeout adds the timeout to the execution results params

func (*ExecutionResultsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExecutionResultsReader

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

ExecutionResultsReader is a Reader for the ExecutionResults structure.

func (*ExecutionResultsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExecutionResultsTooManyRequests

type ExecutionResultsTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewExecutionResultsTooManyRequests

func NewExecutionResultsTooManyRequests() *ExecutionResultsTooManyRequests

NewExecutionResultsTooManyRequests creates a ExecutionResultsTooManyRequests with default headers values

func (*ExecutionResultsTooManyRequests) Code

Code gets the status code for the execution results too many requests response

func (*ExecutionResultsTooManyRequests) Error

func (*ExecutionResultsTooManyRequests) GetPayload

func (*ExecutionResultsTooManyRequests) IsClientError

func (o *ExecutionResultsTooManyRequests) IsClientError() bool

IsClientError returns true when this execution results too many requests response has a 4xx status code

func (*ExecutionResultsTooManyRequests) IsCode

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

IsCode returns true when this execution results too many requests response a status code equal to that given

func (*ExecutionResultsTooManyRequests) IsRedirect

func (o *ExecutionResultsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this execution results too many requests response has a 3xx status code

func (*ExecutionResultsTooManyRequests) IsServerError

func (o *ExecutionResultsTooManyRequests) IsServerError() bool

IsServerError returns true when this execution results too many requests response has a 5xx status code

func (*ExecutionResultsTooManyRequests) IsSuccess

func (o *ExecutionResultsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this execution results too many requests response has a 2xx status code

func (*ExecutionResultsTooManyRequests) String

type PromoteBadRequest

type PromoteBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ClientSystemDefinitionCreateResponse
}

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

Bad Request

func NewPromoteBadRequest

func NewPromoteBadRequest() *PromoteBadRequest

NewPromoteBadRequest creates a PromoteBadRequest with default headers values

func (*PromoteBadRequest) Code

func (o *PromoteBadRequest) Code() int

Code gets the status code for the promote bad request response

func (*PromoteBadRequest) Error

func (o *PromoteBadRequest) Error() string

func (*PromoteBadRequest) GetPayload

func (*PromoteBadRequest) IsClientError

func (o *PromoteBadRequest) IsClientError() bool

IsClientError returns true when this promote bad request response has a 4xx status code

func (*PromoteBadRequest) IsCode

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

IsCode returns true when this promote bad request response a status code equal to that given

func (*PromoteBadRequest) IsRedirect

func (o *PromoteBadRequest) IsRedirect() bool

IsRedirect returns true when this promote bad request response has a 3xx status code

func (*PromoteBadRequest) IsServerError

func (o *PromoteBadRequest) IsServerError() bool

IsServerError returns true when this promote bad request response has a 5xx status code

func (*PromoteBadRequest) IsSuccess

func (o *PromoteBadRequest) IsSuccess() bool

IsSuccess returns true when this promote bad request response has a 2xx status code

func (*PromoteBadRequest) String

func (o *PromoteBadRequest) String() string

type PromoteForbidden

type PromoteForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewPromoteForbidden

func NewPromoteForbidden() *PromoteForbidden

NewPromoteForbidden creates a PromoteForbidden with default headers values

func (*PromoteForbidden) Code

func (o *PromoteForbidden) Code() int

Code gets the status code for the promote forbidden response

func (*PromoteForbidden) Error

func (o *PromoteForbidden) Error() string

func (*PromoteForbidden) GetPayload

func (o *PromoteForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*PromoteForbidden) IsClientError

func (o *PromoteForbidden) IsClientError() bool

IsClientError returns true when this promote forbidden response has a 4xx status code

func (*PromoteForbidden) IsCode

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

IsCode returns true when this promote forbidden response a status code equal to that given

func (*PromoteForbidden) IsRedirect

func (o *PromoteForbidden) IsRedirect() bool

IsRedirect returns true when this promote forbidden response has a 3xx status code

func (*PromoteForbidden) IsServerError

func (o *PromoteForbidden) IsServerError() bool

IsServerError returns true when this promote forbidden response has a 5xx status code

func (*PromoteForbidden) IsSuccess

func (o *PromoteForbidden) IsSuccess() bool

IsSuccess returns true when this promote forbidden response has a 2xx status code

func (*PromoteForbidden) String

func (o *PromoteForbidden) String() string

type PromoteInternalServerError

type PromoteInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ClientSystemDefinitionCreateResponse
}

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

Internal Server Error

func NewPromoteInternalServerError

func NewPromoteInternalServerError() *PromoteInternalServerError

NewPromoteInternalServerError creates a PromoteInternalServerError with default headers values

func (*PromoteInternalServerError) Code

func (o *PromoteInternalServerError) Code() int

Code gets the status code for the promote internal server error response

func (*PromoteInternalServerError) Error

func (*PromoteInternalServerError) GetPayload

func (*PromoteInternalServerError) IsClientError

func (o *PromoteInternalServerError) IsClientError() bool

IsClientError returns true when this promote internal server error response has a 4xx status code

func (*PromoteInternalServerError) IsCode

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

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

func (*PromoteInternalServerError) IsRedirect

func (o *PromoteInternalServerError) IsRedirect() bool

IsRedirect returns true when this promote internal server error response has a 3xx status code

func (*PromoteInternalServerError) IsServerError

func (o *PromoteInternalServerError) IsServerError() bool

IsServerError returns true when this promote internal server error response has a 5xx status code

func (*PromoteInternalServerError) IsSuccess

func (o *PromoteInternalServerError) IsSuccess() bool

IsSuccess returns true when this promote internal server error response has a 2xx status code

func (*PromoteInternalServerError) String

func (o *PromoteInternalServerError) String() string

type PromoteNotFound

type PromoteNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ClientSystemDefinitionCreateResponse
}

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

Not Found

func NewPromoteNotFound

func NewPromoteNotFound() *PromoteNotFound

NewPromoteNotFound creates a PromoteNotFound with default headers values

func (*PromoteNotFound) Code

func (o *PromoteNotFound) Code() int

Code gets the status code for the promote not found response

func (*PromoteNotFound) Error

func (o *PromoteNotFound) Error() string

func (*PromoteNotFound) GetPayload

func (*PromoteNotFound) IsClientError

func (o *PromoteNotFound) IsClientError() bool

IsClientError returns true when this promote not found response has a 4xx status code

func (*PromoteNotFound) IsCode

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

IsCode returns true when this promote not found response a status code equal to that given

func (*PromoteNotFound) IsRedirect

func (o *PromoteNotFound) IsRedirect() bool

IsRedirect returns true when this promote not found response has a 3xx status code

func (*PromoteNotFound) IsServerError

func (o *PromoteNotFound) IsServerError() bool

IsServerError returns true when this promote not found response has a 5xx status code

func (*PromoteNotFound) IsSuccess

func (o *PromoteNotFound) IsSuccess() bool

IsSuccess returns true when this promote not found response has a 2xx status code

func (*PromoteNotFound) String

func (o *PromoteNotFound) String() string

type PromoteOK

type PromoteOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ClientSystemDefinitionCreateResponse
}

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

OK

func NewPromoteOK

func NewPromoteOK() *PromoteOK

NewPromoteOK creates a PromoteOK with default headers values

func (*PromoteOK) Code

func (o *PromoteOK) Code() int

Code gets the status code for the promote o k response

func (*PromoteOK) Error

func (o *PromoteOK) Error() string

func (*PromoteOK) GetPayload

func (*PromoteOK) IsClientError

func (o *PromoteOK) IsClientError() bool

IsClientError returns true when this promote o k response has a 4xx status code

func (*PromoteOK) IsCode

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

IsCode returns true when this promote o k response a status code equal to that given

func (*PromoteOK) IsRedirect

func (o *PromoteOK) IsRedirect() bool

IsRedirect returns true when this promote o k response has a 3xx status code

func (*PromoteOK) IsServerError

func (o *PromoteOK) IsServerError() bool

IsServerError returns true when this promote o k response has a 5xx status code

func (*PromoteOK) IsSuccess

func (o *PromoteOK) IsSuccess() bool

IsSuccess returns true when this promote o k response has a 2xx status code

func (*PromoteOK) String

func (o *PromoteOK) String() string

type PromoteParams

type PromoteParams struct {

	// Body.
	Body *models.ClientSystemDefinitionPromoteRequest

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

PromoteParams contains all the parameters to send to the API endpoint

for the promote operation.

Typically these are written to a http.Request.

func NewPromoteParams

func NewPromoteParams() *PromoteParams

NewPromoteParams creates a new PromoteParams 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 NewPromoteParamsWithContext

func NewPromoteParamsWithContext(ctx context.Context) *PromoteParams

NewPromoteParamsWithContext creates a new PromoteParams object with the ability to set a context for a request.

func NewPromoteParamsWithHTTPClient

func NewPromoteParamsWithHTTPClient(client *http.Client) *PromoteParams

NewPromoteParamsWithHTTPClient creates a new PromoteParams object with the ability to set a custom HTTPClient for a request.

func NewPromoteParamsWithTimeout

func NewPromoteParamsWithTimeout(timeout time.Duration) *PromoteParams

NewPromoteParamsWithTimeout creates a new PromoteParams object with the ability to set a timeout on a request.

func (*PromoteParams) SetBody

SetBody adds the body to the promote params

func (*PromoteParams) SetContext

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

SetContext adds the context to the promote params

func (*PromoteParams) SetDefaults

func (o *PromoteParams) SetDefaults()

SetDefaults hydrates default values in the promote params (not the query body).

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

func (*PromoteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the promote params

func (*PromoteParams) SetTimeout

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

SetTimeout adds the timeout to the promote params

func (*PromoteParams) WithBody

WithBody adds the body to the promote params

func (*PromoteParams) WithContext

func (o *PromoteParams) WithContext(ctx context.Context) *PromoteParams

WithContext adds the context to the promote params

func (*PromoteParams) WithDefaults

func (o *PromoteParams) WithDefaults() *PromoteParams

WithDefaults hydrates default values in the promote params (not the query body).

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

func (*PromoteParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the promote params

func (*PromoteParams) WithTimeout

func (o *PromoteParams) WithTimeout(timeout time.Duration) *PromoteParams

WithTimeout adds the timeout to the promote params

func (*PromoteParams) WriteToRequest

func (o *PromoteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PromoteReader

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

PromoteReader is a Reader for the Promote structure.

func (*PromoteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PromoteTooManyRequests

type PromoteTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewPromoteTooManyRequests

func NewPromoteTooManyRequests() *PromoteTooManyRequests

NewPromoteTooManyRequests creates a PromoteTooManyRequests with default headers values

func (*PromoteTooManyRequests) Code

func (o *PromoteTooManyRequests) Code() int

Code gets the status code for the promote too many requests response

func (*PromoteTooManyRequests) Error

func (o *PromoteTooManyRequests) Error() string

func (*PromoteTooManyRequests) GetPayload

func (*PromoteTooManyRequests) IsClientError

func (o *PromoteTooManyRequests) IsClientError() bool

IsClientError returns true when this promote too many requests response has a 4xx status code

func (*PromoteTooManyRequests) IsCode

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

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

func (*PromoteTooManyRequests) IsRedirect

func (o *PromoteTooManyRequests) IsRedirect() bool

IsRedirect returns true when this promote too many requests response has a 3xx status code

func (*PromoteTooManyRequests) IsServerError

func (o *PromoteTooManyRequests) IsServerError() bool

IsServerError returns true when this promote too many requests response has a 5xx status code

func (*PromoteTooManyRequests) IsSuccess

func (o *PromoteTooManyRequests) IsSuccess() bool

IsSuccess returns true when this promote too many requests response has a 2xx status code

func (*PromoteTooManyRequests) String

func (o *PromoteTooManyRequests) String() string

type ProvisionBadRequest

type ProvisionBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ClientSystemDefinitionCreateResponse
}

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

Bad Request

func NewProvisionBadRequest

func NewProvisionBadRequest() *ProvisionBadRequest

NewProvisionBadRequest creates a ProvisionBadRequest with default headers values

func (*ProvisionBadRequest) Code

func (o *ProvisionBadRequest) Code() int

Code gets the status code for the provision bad request response

func (*ProvisionBadRequest) Error

func (o *ProvisionBadRequest) Error() string

func (*ProvisionBadRequest) GetPayload

func (*ProvisionBadRequest) IsClientError

func (o *ProvisionBadRequest) IsClientError() bool

IsClientError returns true when this provision bad request response has a 4xx status code

func (*ProvisionBadRequest) IsCode

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

IsCode returns true when this provision bad request response a status code equal to that given

func (*ProvisionBadRequest) IsRedirect

func (o *ProvisionBadRequest) IsRedirect() bool

IsRedirect returns true when this provision bad request response has a 3xx status code

func (*ProvisionBadRequest) IsServerError

func (o *ProvisionBadRequest) IsServerError() bool

IsServerError returns true when this provision bad request response has a 5xx status code

func (*ProvisionBadRequest) IsSuccess

func (o *ProvisionBadRequest) IsSuccess() bool

IsSuccess returns true when this provision bad request response has a 2xx status code

func (*ProvisionBadRequest) String

func (o *ProvisionBadRequest) String() string

type ProvisionForbidden

type ProvisionForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewProvisionForbidden

func NewProvisionForbidden() *ProvisionForbidden

NewProvisionForbidden creates a ProvisionForbidden with default headers values

func (*ProvisionForbidden) Code

func (o *ProvisionForbidden) Code() int

Code gets the status code for the provision forbidden response

func (*ProvisionForbidden) Error

func (o *ProvisionForbidden) Error() string

func (*ProvisionForbidden) GetPayload

func (o *ProvisionForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*ProvisionForbidden) IsClientError

func (o *ProvisionForbidden) IsClientError() bool

IsClientError returns true when this provision forbidden response has a 4xx status code

func (*ProvisionForbidden) IsCode

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

IsCode returns true when this provision forbidden response a status code equal to that given

func (*ProvisionForbidden) IsRedirect

func (o *ProvisionForbidden) IsRedirect() bool

IsRedirect returns true when this provision forbidden response has a 3xx status code

func (*ProvisionForbidden) IsServerError

func (o *ProvisionForbidden) IsServerError() bool

IsServerError returns true when this provision forbidden response has a 5xx status code

func (*ProvisionForbidden) IsSuccess

func (o *ProvisionForbidden) IsSuccess() bool

IsSuccess returns true when this provision forbidden response has a 2xx status code

func (*ProvisionForbidden) String

func (o *ProvisionForbidden) String() string

type ProvisionInternalServerError

type ProvisionInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ClientSystemDefinitionCreateResponse
}

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

Internal Server Error

func NewProvisionInternalServerError

func NewProvisionInternalServerError() *ProvisionInternalServerError

NewProvisionInternalServerError creates a ProvisionInternalServerError with default headers values

func (*ProvisionInternalServerError) Code

Code gets the status code for the provision internal server error response

func (*ProvisionInternalServerError) Error

func (*ProvisionInternalServerError) GetPayload

func (*ProvisionInternalServerError) IsClientError

func (o *ProvisionInternalServerError) IsClientError() bool

IsClientError returns true when this provision internal server error response has a 4xx status code

func (*ProvisionInternalServerError) IsCode

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

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

func (*ProvisionInternalServerError) IsRedirect

func (o *ProvisionInternalServerError) IsRedirect() bool

IsRedirect returns true when this provision internal server error response has a 3xx status code

func (*ProvisionInternalServerError) IsServerError

func (o *ProvisionInternalServerError) IsServerError() bool

IsServerError returns true when this provision internal server error response has a 5xx status code

func (*ProvisionInternalServerError) IsSuccess

func (o *ProvisionInternalServerError) IsSuccess() bool

IsSuccess returns true when this provision internal server error response has a 2xx status code

func (*ProvisionInternalServerError) String

type ProvisionNotFound

type ProvisionNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ClientSystemDefinitionCreateResponse
}

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

Not Found

func NewProvisionNotFound

func NewProvisionNotFound() *ProvisionNotFound

NewProvisionNotFound creates a ProvisionNotFound with default headers values

func (*ProvisionNotFound) Code

func (o *ProvisionNotFound) Code() int

Code gets the status code for the provision not found response

func (*ProvisionNotFound) Error

func (o *ProvisionNotFound) Error() string

func (*ProvisionNotFound) GetPayload

func (*ProvisionNotFound) IsClientError

func (o *ProvisionNotFound) IsClientError() bool

IsClientError returns true when this provision not found response has a 4xx status code

func (*ProvisionNotFound) IsCode

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

IsCode returns true when this provision not found response a status code equal to that given

func (*ProvisionNotFound) IsRedirect

func (o *ProvisionNotFound) IsRedirect() bool

IsRedirect returns true when this provision not found response has a 3xx status code

func (*ProvisionNotFound) IsServerError

func (o *ProvisionNotFound) IsServerError() bool

IsServerError returns true when this provision not found response has a 5xx status code

func (*ProvisionNotFound) IsSuccess

func (o *ProvisionNotFound) IsSuccess() bool

IsSuccess returns true when this provision not found response has a 2xx status code

func (*ProvisionNotFound) String

func (o *ProvisionNotFound) String() string

type ProvisionOK

type ProvisionOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ClientSystemDefinitionCreateResponse
}

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

OK

func NewProvisionOK

func NewProvisionOK() *ProvisionOK

NewProvisionOK creates a ProvisionOK with default headers values

func (*ProvisionOK) Code

func (o *ProvisionOK) Code() int

Code gets the status code for the provision o k response

func (*ProvisionOK) Error

func (o *ProvisionOK) Error() string

func (*ProvisionOK) GetPayload

func (*ProvisionOK) IsClientError

func (o *ProvisionOK) IsClientError() bool

IsClientError returns true when this provision o k response has a 4xx status code

func (*ProvisionOK) IsCode

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

IsCode returns true when this provision o k response a status code equal to that given

func (*ProvisionOK) IsRedirect

func (o *ProvisionOK) IsRedirect() bool

IsRedirect returns true when this provision o k response has a 3xx status code

func (*ProvisionOK) IsServerError

func (o *ProvisionOK) IsServerError() bool

IsServerError returns true when this provision o k response has a 5xx status code

func (*ProvisionOK) IsSuccess

func (o *ProvisionOK) IsSuccess() bool

IsSuccess returns true when this provision o k response has a 2xx status code

func (*ProvisionOK) String

func (o *ProvisionOK) String() string

type ProvisionParams

type ProvisionParams struct {

	// Body.
	Body *models.ClientSystemDefinitionProvisionRequest

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

ProvisionParams contains all the parameters to send to the API endpoint

for the provision operation.

Typically these are written to a http.Request.

func NewProvisionParams

func NewProvisionParams() *ProvisionParams

NewProvisionParams creates a new ProvisionParams 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 NewProvisionParamsWithContext

func NewProvisionParamsWithContext(ctx context.Context) *ProvisionParams

NewProvisionParamsWithContext creates a new ProvisionParams object with the ability to set a context for a request.

func NewProvisionParamsWithHTTPClient

func NewProvisionParamsWithHTTPClient(client *http.Client) *ProvisionParams

NewProvisionParamsWithHTTPClient creates a new ProvisionParams object with the ability to set a custom HTTPClient for a request.

func NewProvisionParamsWithTimeout

func NewProvisionParamsWithTimeout(timeout time.Duration) *ProvisionParams

NewProvisionParamsWithTimeout creates a new ProvisionParams object with the ability to set a timeout on a request.

func (*ProvisionParams) SetBody

SetBody adds the body to the provision params

func (*ProvisionParams) SetContext

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

SetContext adds the context to the provision params

func (*ProvisionParams) SetDefaults

func (o *ProvisionParams) SetDefaults()

SetDefaults hydrates default values in the provision params (not the query body).

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

func (*ProvisionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the provision params

func (*ProvisionParams) SetTimeout

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

SetTimeout adds the timeout to the provision params

func (*ProvisionParams) WithBody

WithBody adds the body to the provision params

func (*ProvisionParams) WithContext

func (o *ProvisionParams) WithContext(ctx context.Context) *ProvisionParams

WithContext adds the context to the provision params

func (*ProvisionParams) WithDefaults

func (o *ProvisionParams) WithDefaults() *ProvisionParams

WithDefaults hydrates default values in the provision params (not the query body).

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

func (*ProvisionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the provision params

func (*ProvisionParams) WithTimeout

func (o *ProvisionParams) WithTimeout(timeout time.Duration) *ProvisionParams

WithTimeout adds the timeout to the provision params

func (*ProvisionParams) WriteToRequest

func (o *ProvisionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ProvisionReader

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

ProvisionReader is a Reader for the Provision structure.

func (*ProvisionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ProvisionTooManyRequests

type ProvisionTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewProvisionTooManyRequests

func NewProvisionTooManyRequests() *ProvisionTooManyRequests

NewProvisionTooManyRequests creates a ProvisionTooManyRequests with default headers values

func (*ProvisionTooManyRequests) Code

func (o *ProvisionTooManyRequests) Code() int

Code gets the status code for the provision too many requests response

func (*ProvisionTooManyRequests) Error

func (o *ProvisionTooManyRequests) Error() string

func (*ProvisionTooManyRequests) GetPayload

func (*ProvisionTooManyRequests) IsClientError

func (o *ProvisionTooManyRequests) IsClientError() bool

IsClientError returns true when this provision too many requests response has a 4xx status code

func (*ProvisionTooManyRequests) IsCode

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

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

func (*ProvisionTooManyRequests) IsRedirect

func (o *ProvisionTooManyRequests) IsRedirect() bool

IsRedirect returns true when this provision too many requests response has a 3xx status code

func (*ProvisionTooManyRequests) IsServerError

func (o *ProvisionTooManyRequests) IsServerError() bool

IsServerError returns true when this provision too many requests response has a 5xx status code

func (*ProvisionTooManyRequests) IsSuccess

func (o *ProvisionTooManyRequests) IsSuccess() bool

IsSuccess returns true when this provision too many requests response has a 2xx status code

func (*ProvisionTooManyRequests) String

func (o *ProvisionTooManyRequests) String() string

type WorkflowActivitiesCombinedBadRequest

type WorkflowActivitiesCombinedBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ActivitiesActivityExternalResponse
}

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

Bad Request

func NewWorkflowActivitiesCombinedBadRequest

func NewWorkflowActivitiesCombinedBadRequest() *WorkflowActivitiesCombinedBadRequest

NewWorkflowActivitiesCombinedBadRequest creates a WorkflowActivitiesCombinedBadRequest with default headers values

func (*WorkflowActivitiesCombinedBadRequest) Code

Code gets the status code for the workflow activities combined bad request response

func (*WorkflowActivitiesCombinedBadRequest) Error

func (*WorkflowActivitiesCombinedBadRequest) GetPayload

func (*WorkflowActivitiesCombinedBadRequest) IsClientError

func (o *WorkflowActivitiesCombinedBadRequest) IsClientError() bool

IsClientError returns true when this workflow activities combined bad request response has a 4xx status code

func (*WorkflowActivitiesCombinedBadRequest) IsCode

IsCode returns true when this workflow activities combined bad request response a status code equal to that given

func (*WorkflowActivitiesCombinedBadRequest) IsRedirect

IsRedirect returns true when this workflow activities combined bad request response has a 3xx status code

func (*WorkflowActivitiesCombinedBadRequest) IsServerError

func (o *WorkflowActivitiesCombinedBadRequest) IsServerError() bool

IsServerError returns true when this workflow activities combined bad request response has a 5xx status code

func (*WorkflowActivitiesCombinedBadRequest) IsSuccess

IsSuccess returns true when this workflow activities combined bad request response has a 2xx status code

func (*WorkflowActivitiesCombinedBadRequest) String

type WorkflowActivitiesCombinedForbidden

type WorkflowActivitiesCombinedForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewWorkflowActivitiesCombinedForbidden

func NewWorkflowActivitiesCombinedForbidden() *WorkflowActivitiesCombinedForbidden

NewWorkflowActivitiesCombinedForbidden creates a WorkflowActivitiesCombinedForbidden with default headers values

func (*WorkflowActivitiesCombinedForbidden) Code

Code gets the status code for the workflow activities combined forbidden response

func (*WorkflowActivitiesCombinedForbidden) Error

func (*WorkflowActivitiesCombinedForbidden) GetPayload

func (*WorkflowActivitiesCombinedForbidden) IsClientError

func (o *WorkflowActivitiesCombinedForbidden) IsClientError() bool

IsClientError returns true when this workflow activities combined forbidden response has a 4xx status code

func (*WorkflowActivitiesCombinedForbidden) IsCode

IsCode returns true when this workflow activities combined forbidden response a status code equal to that given

func (*WorkflowActivitiesCombinedForbidden) IsRedirect

func (o *WorkflowActivitiesCombinedForbidden) IsRedirect() bool

IsRedirect returns true when this workflow activities combined forbidden response has a 3xx status code

func (*WorkflowActivitiesCombinedForbidden) IsServerError

func (o *WorkflowActivitiesCombinedForbidden) IsServerError() bool

IsServerError returns true when this workflow activities combined forbidden response has a 5xx status code

func (*WorkflowActivitiesCombinedForbidden) IsSuccess

IsSuccess returns true when this workflow activities combined forbidden response has a 2xx status code

func (*WorkflowActivitiesCombinedForbidden) String

type WorkflowActivitiesCombinedInternalServerError

type WorkflowActivitiesCombinedInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ActivitiesActivityExternalResponse
}

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

Internal Server Error

func NewWorkflowActivitiesCombinedInternalServerError

func NewWorkflowActivitiesCombinedInternalServerError() *WorkflowActivitiesCombinedInternalServerError

NewWorkflowActivitiesCombinedInternalServerError creates a WorkflowActivitiesCombinedInternalServerError with default headers values

func (*WorkflowActivitiesCombinedInternalServerError) Code

Code gets the status code for the workflow activities combined internal server error response

func (*WorkflowActivitiesCombinedInternalServerError) Error

func (*WorkflowActivitiesCombinedInternalServerError) GetPayload

func (*WorkflowActivitiesCombinedInternalServerError) IsClientError

IsClientError returns true when this workflow activities combined internal server error response has a 4xx status code

func (*WorkflowActivitiesCombinedInternalServerError) IsCode

IsCode returns true when this workflow activities combined internal server error response a status code equal to that given

func (*WorkflowActivitiesCombinedInternalServerError) IsRedirect

IsRedirect returns true when this workflow activities combined internal server error response has a 3xx status code

func (*WorkflowActivitiesCombinedInternalServerError) IsServerError

IsServerError returns true when this workflow activities combined internal server error response has a 5xx status code

func (*WorkflowActivitiesCombinedInternalServerError) IsSuccess

IsSuccess returns true when this workflow activities combined internal server error response has a 2xx status code

func (*WorkflowActivitiesCombinedInternalServerError) String

type WorkflowActivitiesCombinedNotFound

type WorkflowActivitiesCombinedNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ActivitiesActivityExternalResponse
}

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

Not Found

func NewWorkflowActivitiesCombinedNotFound

func NewWorkflowActivitiesCombinedNotFound() *WorkflowActivitiesCombinedNotFound

NewWorkflowActivitiesCombinedNotFound creates a WorkflowActivitiesCombinedNotFound with default headers values

func (*WorkflowActivitiesCombinedNotFound) Code

Code gets the status code for the workflow activities combined not found response

func (*WorkflowActivitiesCombinedNotFound) Error

func (*WorkflowActivitiesCombinedNotFound) GetPayload

func (*WorkflowActivitiesCombinedNotFound) IsClientError

func (o *WorkflowActivitiesCombinedNotFound) IsClientError() bool

IsClientError returns true when this workflow activities combined not found response has a 4xx status code

func (*WorkflowActivitiesCombinedNotFound) IsCode

IsCode returns true when this workflow activities combined not found response a status code equal to that given

func (*WorkflowActivitiesCombinedNotFound) IsRedirect

func (o *WorkflowActivitiesCombinedNotFound) IsRedirect() bool

IsRedirect returns true when this workflow activities combined not found response has a 3xx status code

func (*WorkflowActivitiesCombinedNotFound) IsServerError

func (o *WorkflowActivitiesCombinedNotFound) IsServerError() bool

IsServerError returns true when this workflow activities combined not found response has a 5xx status code

func (*WorkflowActivitiesCombinedNotFound) IsSuccess

IsSuccess returns true when this workflow activities combined not found response has a 2xx status code

func (*WorkflowActivitiesCombinedNotFound) String

type WorkflowActivitiesCombinedOK

type WorkflowActivitiesCombinedOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ActivitiesActivityExternalResponse
}

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

OK

func NewWorkflowActivitiesCombinedOK

func NewWorkflowActivitiesCombinedOK() *WorkflowActivitiesCombinedOK

NewWorkflowActivitiesCombinedOK creates a WorkflowActivitiesCombinedOK with default headers values

func (*WorkflowActivitiesCombinedOK) Code

Code gets the status code for the workflow activities combined o k response

func (*WorkflowActivitiesCombinedOK) Error

func (*WorkflowActivitiesCombinedOK) GetPayload

func (*WorkflowActivitiesCombinedOK) IsClientError

func (o *WorkflowActivitiesCombinedOK) IsClientError() bool

IsClientError returns true when this workflow activities combined o k response has a 4xx status code

func (*WorkflowActivitiesCombinedOK) IsCode

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

IsCode returns true when this workflow activities combined o k response a status code equal to that given

func (*WorkflowActivitiesCombinedOK) IsRedirect

func (o *WorkflowActivitiesCombinedOK) IsRedirect() bool

IsRedirect returns true when this workflow activities combined o k response has a 3xx status code

func (*WorkflowActivitiesCombinedOK) IsServerError

func (o *WorkflowActivitiesCombinedOK) IsServerError() bool

IsServerError returns true when this workflow activities combined o k response has a 5xx status code

func (*WorkflowActivitiesCombinedOK) IsSuccess

func (o *WorkflowActivitiesCombinedOK) IsSuccess() bool

IsSuccess returns true when this workflow activities combined o k response has a 2xx status code

func (*WorkflowActivitiesCombinedOK) String

type WorkflowActivitiesCombinedParams

type WorkflowActivitiesCombinedParams struct {

	/* Filter.

	   FQL query specifying filter parameters.
	*/
	Filter string

	/* Limit.

	   Maximum number of records to return.
	*/
	Limit *int64

	/* Offset.

	   Starting pagination offset of records to return.
	*/
	Offset *string

	/* Sort.

	   Sort items by providing a comma separated list of property and direction (eg name.desc,time.asc). If direction is omitted, defaults to descending.
	*/
	Sort *string

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

WorkflowActivitiesCombinedParams contains all the parameters to send to the API endpoint

for the workflow activities combined operation.

Typically these are written to a http.Request.

func NewWorkflowActivitiesCombinedParams

func NewWorkflowActivitiesCombinedParams() *WorkflowActivitiesCombinedParams

NewWorkflowActivitiesCombinedParams creates a new WorkflowActivitiesCombinedParams 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 NewWorkflowActivitiesCombinedParamsWithContext

func NewWorkflowActivitiesCombinedParamsWithContext(ctx context.Context) *WorkflowActivitiesCombinedParams

NewWorkflowActivitiesCombinedParamsWithContext creates a new WorkflowActivitiesCombinedParams object with the ability to set a context for a request.

func NewWorkflowActivitiesCombinedParamsWithHTTPClient

func NewWorkflowActivitiesCombinedParamsWithHTTPClient(client *http.Client) *WorkflowActivitiesCombinedParams

NewWorkflowActivitiesCombinedParamsWithHTTPClient creates a new WorkflowActivitiesCombinedParams object with the ability to set a custom HTTPClient for a request.

func NewWorkflowActivitiesCombinedParamsWithTimeout

func NewWorkflowActivitiesCombinedParamsWithTimeout(timeout time.Duration) *WorkflowActivitiesCombinedParams

NewWorkflowActivitiesCombinedParamsWithTimeout creates a new WorkflowActivitiesCombinedParams object with the ability to set a timeout on a request.

func (*WorkflowActivitiesCombinedParams) SetContext

SetContext adds the context to the workflow activities combined params

func (*WorkflowActivitiesCombinedParams) SetDefaults

func (o *WorkflowActivitiesCombinedParams) SetDefaults()

SetDefaults hydrates default values in the workflow activities combined params (not the query body).

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

func (*WorkflowActivitiesCombinedParams) SetFilter

func (o *WorkflowActivitiesCombinedParams) SetFilter(filter string)

SetFilter adds the filter to the workflow activities combined params

func (*WorkflowActivitiesCombinedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the workflow activities combined params

func (*WorkflowActivitiesCombinedParams) SetLimit

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

SetLimit adds the limit to the workflow activities combined params

func (*WorkflowActivitiesCombinedParams) SetOffset

func (o *WorkflowActivitiesCombinedParams) SetOffset(offset *string)

SetOffset adds the offset to the workflow activities combined params

func (*WorkflowActivitiesCombinedParams) SetSort

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

SetSort adds the sort to the workflow activities combined params

func (*WorkflowActivitiesCombinedParams) SetTimeout

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

SetTimeout adds the timeout to the workflow activities combined params

func (*WorkflowActivitiesCombinedParams) WithContext

WithContext adds the context to the workflow activities combined params

func (*WorkflowActivitiesCombinedParams) WithDefaults

WithDefaults hydrates default values in the workflow activities combined params (not the query body).

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

func (*WorkflowActivitiesCombinedParams) WithFilter

WithFilter adds the filter to the workflow activities combined params

func (*WorkflowActivitiesCombinedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the workflow activities combined params

func (*WorkflowActivitiesCombinedParams) WithLimit

WithLimit adds the limit to the workflow activities combined params

func (*WorkflowActivitiesCombinedParams) WithOffset

WithOffset adds the offset to the workflow activities combined params

func (*WorkflowActivitiesCombinedParams) WithSort

WithSort adds the sort to the workflow activities combined params

func (*WorkflowActivitiesCombinedParams) WithTimeout

WithTimeout adds the timeout to the workflow activities combined params

func (*WorkflowActivitiesCombinedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WorkflowActivitiesCombinedReader

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

WorkflowActivitiesCombinedReader is a Reader for the WorkflowActivitiesCombined structure.

func (*WorkflowActivitiesCombinedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WorkflowActivitiesCombinedTooManyRequests

type WorkflowActivitiesCombinedTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewWorkflowActivitiesCombinedTooManyRequests

func NewWorkflowActivitiesCombinedTooManyRequests() *WorkflowActivitiesCombinedTooManyRequests

NewWorkflowActivitiesCombinedTooManyRequests creates a WorkflowActivitiesCombinedTooManyRequests with default headers values

func (*WorkflowActivitiesCombinedTooManyRequests) Code

Code gets the status code for the workflow activities combined too many requests response

func (*WorkflowActivitiesCombinedTooManyRequests) Error

func (*WorkflowActivitiesCombinedTooManyRequests) GetPayload

func (*WorkflowActivitiesCombinedTooManyRequests) IsClientError

IsClientError returns true when this workflow activities combined too many requests response has a 4xx status code

func (*WorkflowActivitiesCombinedTooManyRequests) IsCode

IsCode returns true when this workflow activities combined too many requests response a status code equal to that given

func (*WorkflowActivitiesCombinedTooManyRequests) IsRedirect

IsRedirect returns true when this workflow activities combined too many requests response has a 3xx status code

func (*WorkflowActivitiesCombinedTooManyRequests) IsServerError

IsServerError returns true when this workflow activities combined too many requests response has a 5xx status code

func (*WorkflowActivitiesCombinedTooManyRequests) IsSuccess

IsSuccess returns true when this workflow activities combined too many requests response has a 2xx status code

func (*WorkflowActivitiesCombinedTooManyRequests) String

type WorkflowDefinitionsCombinedBadRequest

type WorkflowDefinitionsCombinedBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DefinitionsDefinitionExternalResponse
}

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

Bad Request

func NewWorkflowDefinitionsCombinedBadRequest

func NewWorkflowDefinitionsCombinedBadRequest() *WorkflowDefinitionsCombinedBadRequest

NewWorkflowDefinitionsCombinedBadRequest creates a WorkflowDefinitionsCombinedBadRequest with default headers values

func (*WorkflowDefinitionsCombinedBadRequest) Code

Code gets the status code for the workflow definitions combined bad request response

func (*WorkflowDefinitionsCombinedBadRequest) Error

func (*WorkflowDefinitionsCombinedBadRequest) GetPayload

func (*WorkflowDefinitionsCombinedBadRequest) IsClientError

func (o *WorkflowDefinitionsCombinedBadRequest) IsClientError() bool

IsClientError returns true when this workflow definitions combined bad request response has a 4xx status code

func (*WorkflowDefinitionsCombinedBadRequest) IsCode

IsCode returns true when this workflow definitions combined bad request response a status code equal to that given

func (*WorkflowDefinitionsCombinedBadRequest) IsRedirect

IsRedirect returns true when this workflow definitions combined bad request response has a 3xx status code

func (*WorkflowDefinitionsCombinedBadRequest) IsServerError

func (o *WorkflowDefinitionsCombinedBadRequest) IsServerError() bool

IsServerError returns true when this workflow definitions combined bad request response has a 5xx status code

func (*WorkflowDefinitionsCombinedBadRequest) IsSuccess

IsSuccess returns true when this workflow definitions combined bad request response has a 2xx status code

func (*WorkflowDefinitionsCombinedBadRequest) String

type WorkflowDefinitionsCombinedForbidden

type WorkflowDefinitionsCombinedForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewWorkflowDefinitionsCombinedForbidden

func NewWorkflowDefinitionsCombinedForbidden() *WorkflowDefinitionsCombinedForbidden

NewWorkflowDefinitionsCombinedForbidden creates a WorkflowDefinitionsCombinedForbidden with default headers values

func (*WorkflowDefinitionsCombinedForbidden) Code

Code gets the status code for the workflow definitions combined forbidden response

func (*WorkflowDefinitionsCombinedForbidden) Error

func (*WorkflowDefinitionsCombinedForbidden) GetPayload

func (*WorkflowDefinitionsCombinedForbidden) IsClientError

func (o *WorkflowDefinitionsCombinedForbidden) IsClientError() bool

IsClientError returns true when this workflow definitions combined forbidden response has a 4xx status code

func (*WorkflowDefinitionsCombinedForbidden) IsCode

IsCode returns true when this workflow definitions combined forbidden response a status code equal to that given

func (*WorkflowDefinitionsCombinedForbidden) IsRedirect

IsRedirect returns true when this workflow definitions combined forbidden response has a 3xx status code

func (*WorkflowDefinitionsCombinedForbidden) IsServerError

func (o *WorkflowDefinitionsCombinedForbidden) IsServerError() bool

IsServerError returns true when this workflow definitions combined forbidden response has a 5xx status code

func (*WorkflowDefinitionsCombinedForbidden) IsSuccess

IsSuccess returns true when this workflow definitions combined forbidden response has a 2xx status code

func (*WorkflowDefinitionsCombinedForbidden) String

type WorkflowDefinitionsCombinedInternalServerError

type WorkflowDefinitionsCombinedInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DefinitionsDefinitionExternalResponse
}

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

Internal Server Error

func NewWorkflowDefinitionsCombinedInternalServerError

func NewWorkflowDefinitionsCombinedInternalServerError() *WorkflowDefinitionsCombinedInternalServerError

NewWorkflowDefinitionsCombinedInternalServerError creates a WorkflowDefinitionsCombinedInternalServerError with default headers values

func (*WorkflowDefinitionsCombinedInternalServerError) Code

Code gets the status code for the workflow definitions combined internal server error response

func (*WorkflowDefinitionsCombinedInternalServerError) Error

func (*WorkflowDefinitionsCombinedInternalServerError) GetPayload

func (*WorkflowDefinitionsCombinedInternalServerError) IsClientError

IsClientError returns true when this workflow definitions combined internal server error response has a 4xx status code

func (*WorkflowDefinitionsCombinedInternalServerError) IsCode

IsCode returns true when this workflow definitions combined internal server error response a status code equal to that given

func (*WorkflowDefinitionsCombinedInternalServerError) IsRedirect

IsRedirect returns true when this workflow definitions combined internal server error response has a 3xx status code

func (*WorkflowDefinitionsCombinedInternalServerError) IsServerError

IsServerError returns true when this workflow definitions combined internal server error response has a 5xx status code

func (*WorkflowDefinitionsCombinedInternalServerError) IsSuccess

IsSuccess returns true when this workflow definitions combined internal server error response has a 2xx status code

func (*WorkflowDefinitionsCombinedInternalServerError) String

type WorkflowDefinitionsCombinedNotFound

type WorkflowDefinitionsCombinedNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DefinitionsDefinitionExternalResponse
}

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

Not Found

func NewWorkflowDefinitionsCombinedNotFound

func NewWorkflowDefinitionsCombinedNotFound() *WorkflowDefinitionsCombinedNotFound

NewWorkflowDefinitionsCombinedNotFound creates a WorkflowDefinitionsCombinedNotFound with default headers values

func (*WorkflowDefinitionsCombinedNotFound) Code

Code gets the status code for the workflow definitions combined not found response

func (*WorkflowDefinitionsCombinedNotFound) Error

func (*WorkflowDefinitionsCombinedNotFound) GetPayload

func (*WorkflowDefinitionsCombinedNotFound) IsClientError

func (o *WorkflowDefinitionsCombinedNotFound) IsClientError() bool

IsClientError returns true when this workflow definitions combined not found response has a 4xx status code

func (*WorkflowDefinitionsCombinedNotFound) IsCode

IsCode returns true when this workflow definitions combined not found response a status code equal to that given

func (*WorkflowDefinitionsCombinedNotFound) IsRedirect

func (o *WorkflowDefinitionsCombinedNotFound) IsRedirect() bool

IsRedirect returns true when this workflow definitions combined not found response has a 3xx status code

func (*WorkflowDefinitionsCombinedNotFound) IsServerError

func (o *WorkflowDefinitionsCombinedNotFound) IsServerError() bool

IsServerError returns true when this workflow definitions combined not found response has a 5xx status code

func (*WorkflowDefinitionsCombinedNotFound) IsSuccess

IsSuccess returns true when this workflow definitions combined not found response has a 2xx status code

func (*WorkflowDefinitionsCombinedNotFound) String

type WorkflowDefinitionsCombinedOK

type WorkflowDefinitionsCombinedOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DefinitionsDefinitionExternalResponse
}

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

OK

func NewWorkflowDefinitionsCombinedOK

func NewWorkflowDefinitionsCombinedOK() *WorkflowDefinitionsCombinedOK

NewWorkflowDefinitionsCombinedOK creates a WorkflowDefinitionsCombinedOK with default headers values

func (*WorkflowDefinitionsCombinedOK) Code

Code gets the status code for the workflow definitions combined o k response

func (*WorkflowDefinitionsCombinedOK) Error

func (*WorkflowDefinitionsCombinedOK) GetPayload

func (*WorkflowDefinitionsCombinedOK) IsClientError

func (o *WorkflowDefinitionsCombinedOK) IsClientError() bool

IsClientError returns true when this workflow definitions combined o k response has a 4xx status code

func (*WorkflowDefinitionsCombinedOK) IsCode

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

IsCode returns true when this workflow definitions combined o k response a status code equal to that given

func (*WorkflowDefinitionsCombinedOK) IsRedirect

func (o *WorkflowDefinitionsCombinedOK) IsRedirect() bool

IsRedirect returns true when this workflow definitions combined o k response has a 3xx status code

func (*WorkflowDefinitionsCombinedOK) IsServerError

func (o *WorkflowDefinitionsCombinedOK) IsServerError() bool

IsServerError returns true when this workflow definitions combined o k response has a 5xx status code

func (*WorkflowDefinitionsCombinedOK) IsSuccess

func (o *WorkflowDefinitionsCombinedOK) IsSuccess() bool

IsSuccess returns true when this workflow definitions combined o k response has a 2xx status code

func (*WorkflowDefinitionsCombinedOK) String

type WorkflowDefinitionsCombinedParams

type WorkflowDefinitionsCombinedParams struct {

	/* Filter.

	   FQL query specifying filter parameters.
	*/
	Filter string

	/* Limit.

	   Maximum number of records to return.
	*/
	Limit *int64

	/* Offset.

	   Starting pagination offset of records to return.
	*/
	Offset *string

	/* Sort.

	   Sort items by providing a comma separated list of property and direction (eg name.desc,time.asc). If direction is omitted, defaults to descending.
	*/
	Sort *string

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

WorkflowDefinitionsCombinedParams contains all the parameters to send to the API endpoint

for the workflow definitions combined operation.

Typically these are written to a http.Request.

func NewWorkflowDefinitionsCombinedParams

func NewWorkflowDefinitionsCombinedParams() *WorkflowDefinitionsCombinedParams

NewWorkflowDefinitionsCombinedParams creates a new WorkflowDefinitionsCombinedParams 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 NewWorkflowDefinitionsCombinedParamsWithContext

func NewWorkflowDefinitionsCombinedParamsWithContext(ctx context.Context) *WorkflowDefinitionsCombinedParams

NewWorkflowDefinitionsCombinedParamsWithContext creates a new WorkflowDefinitionsCombinedParams object with the ability to set a context for a request.

func NewWorkflowDefinitionsCombinedParamsWithHTTPClient

func NewWorkflowDefinitionsCombinedParamsWithHTTPClient(client *http.Client) *WorkflowDefinitionsCombinedParams

NewWorkflowDefinitionsCombinedParamsWithHTTPClient creates a new WorkflowDefinitionsCombinedParams object with the ability to set a custom HTTPClient for a request.

func NewWorkflowDefinitionsCombinedParamsWithTimeout

func NewWorkflowDefinitionsCombinedParamsWithTimeout(timeout time.Duration) *WorkflowDefinitionsCombinedParams

NewWorkflowDefinitionsCombinedParamsWithTimeout creates a new WorkflowDefinitionsCombinedParams object with the ability to set a timeout on a request.

func (*WorkflowDefinitionsCombinedParams) SetContext

SetContext adds the context to the workflow definitions combined params

func (*WorkflowDefinitionsCombinedParams) SetDefaults

func (o *WorkflowDefinitionsCombinedParams) SetDefaults()

SetDefaults hydrates default values in the workflow definitions combined params (not the query body).

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

func (*WorkflowDefinitionsCombinedParams) SetFilter

func (o *WorkflowDefinitionsCombinedParams) SetFilter(filter string)

SetFilter adds the filter to the workflow definitions combined params

func (*WorkflowDefinitionsCombinedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the workflow definitions combined params

func (*WorkflowDefinitionsCombinedParams) SetLimit

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

SetLimit adds the limit to the workflow definitions combined params

func (*WorkflowDefinitionsCombinedParams) SetOffset

func (o *WorkflowDefinitionsCombinedParams) SetOffset(offset *string)

SetOffset adds the offset to the workflow definitions combined params

func (*WorkflowDefinitionsCombinedParams) SetSort

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

SetSort adds the sort to the workflow definitions combined params

func (*WorkflowDefinitionsCombinedParams) SetTimeout

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

SetTimeout adds the timeout to the workflow definitions combined params

func (*WorkflowDefinitionsCombinedParams) WithContext

WithContext adds the context to the workflow definitions combined params

func (*WorkflowDefinitionsCombinedParams) WithDefaults

WithDefaults hydrates default values in the workflow definitions combined params (not the query body).

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

func (*WorkflowDefinitionsCombinedParams) WithFilter

WithFilter adds the filter to the workflow definitions combined params

func (*WorkflowDefinitionsCombinedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the workflow definitions combined params

func (*WorkflowDefinitionsCombinedParams) WithLimit

WithLimit adds the limit to the workflow definitions combined params

func (*WorkflowDefinitionsCombinedParams) WithOffset

WithOffset adds the offset to the workflow definitions combined params

func (*WorkflowDefinitionsCombinedParams) WithSort

WithSort adds the sort to the workflow definitions combined params

func (*WorkflowDefinitionsCombinedParams) WithTimeout

WithTimeout adds the timeout to the workflow definitions combined params

func (*WorkflowDefinitionsCombinedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WorkflowDefinitionsCombinedReader

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

WorkflowDefinitionsCombinedReader is a Reader for the WorkflowDefinitionsCombined structure.

func (*WorkflowDefinitionsCombinedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WorkflowDefinitionsCombinedTooManyRequests

type WorkflowDefinitionsCombinedTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewWorkflowDefinitionsCombinedTooManyRequests

func NewWorkflowDefinitionsCombinedTooManyRequests() *WorkflowDefinitionsCombinedTooManyRequests

NewWorkflowDefinitionsCombinedTooManyRequests creates a WorkflowDefinitionsCombinedTooManyRequests with default headers values

func (*WorkflowDefinitionsCombinedTooManyRequests) Code

Code gets the status code for the workflow definitions combined too many requests response

func (*WorkflowDefinitionsCombinedTooManyRequests) Error

func (*WorkflowDefinitionsCombinedTooManyRequests) GetPayload

func (*WorkflowDefinitionsCombinedTooManyRequests) IsClientError

IsClientError returns true when this workflow definitions combined too many requests response has a 4xx status code

func (*WorkflowDefinitionsCombinedTooManyRequests) IsCode

IsCode returns true when this workflow definitions combined too many requests response a status code equal to that given

func (*WorkflowDefinitionsCombinedTooManyRequests) IsRedirect

IsRedirect returns true when this workflow definitions combined too many requests response has a 3xx status code

func (*WorkflowDefinitionsCombinedTooManyRequests) IsServerError

IsServerError returns true when this workflow definitions combined too many requests response has a 5xx status code

func (*WorkflowDefinitionsCombinedTooManyRequests) IsSuccess

IsSuccess returns true when this workflow definitions combined too many requests response has a 2xx status code

func (*WorkflowDefinitionsCombinedTooManyRequests) String

type WorkflowDefinitionsExportBadRequest

type WorkflowDefinitionsExportBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload []int64
}

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

Bad Request

func NewWorkflowDefinitionsExportBadRequest

func NewWorkflowDefinitionsExportBadRequest() *WorkflowDefinitionsExportBadRequest

NewWorkflowDefinitionsExportBadRequest creates a WorkflowDefinitionsExportBadRequest with default headers values

func (*WorkflowDefinitionsExportBadRequest) Code

Code gets the status code for the workflow definitions export bad request response

func (*WorkflowDefinitionsExportBadRequest) Error

func (*WorkflowDefinitionsExportBadRequest) GetPayload

func (o *WorkflowDefinitionsExportBadRequest) GetPayload() []int64

func (*WorkflowDefinitionsExportBadRequest) IsClientError

func (o *WorkflowDefinitionsExportBadRequest) IsClientError() bool

IsClientError returns true when this workflow definitions export bad request response has a 4xx status code

func (*WorkflowDefinitionsExportBadRequest) IsCode

IsCode returns true when this workflow definitions export bad request response a status code equal to that given

func (*WorkflowDefinitionsExportBadRequest) IsRedirect

func (o *WorkflowDefinitionsExportBadRequest) IsRedirect() bool

IsRedirect returns true when this workflow definitions export bad request response has a 3xx status code

func (*WorkflowDefinitionsExportBadRequest) IsServerError

func (o *WorkflowDefinitionsExportBadRequest) IsServerError() bool

IsServerError returns true when this workflow definitions export bad request response has a 5xx status code

func (*WorkflowDefinitionsExportBadRequest) IsSuccess

IsSuccess returns true when this workflow definitions export bad request response has a 2xx status code

func (*WorkflowDefinitionsExportBadRequest) String

type WorkflowDefinitionsExportForbidden

type WorkflowDefinitionsExportForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewWorkflowDefinitionsExportForbidden

func NewWorkflowDefinitionsExportForbidden() *WorkflowDefinitionsExportForbidden

NewWorkflowDefinitionsExportForbidden creates a WorkflowDefinitionsExportForbidden with default headers values

func (*WorkflowDefinitionsExportForbidden) Code

Code gets the status code for the workflow definitions export forbidden response

func (*WorkflowDefinitionsExportForbidden) Error

func (*WorkflowDefinitionsExportForbidden) GetPayload

func (*WorkflowDefinitionsExportForbidden) IsClientError

func (o *WorkflowDefinitionsExportForbidden) IsClientError() bool

IsClientError returns true when this workflow definitions export forbidden response has a 4xx status code

func (*WorkflowDefinitionsExportForbidden) IsCode

IsCode returns true when this workflow definitions export forbidden response a status code equal to that given

func (*WorkflowDefinitionsExportForbidden) IsRedirect

func (o *WorkflowDefinitionsExportForbidden) IsRedirect() bool

IsRedirect returns true when this workflow definitions export forbidden response has a 3xx status code

func (*WorkflowDefinitionsExportForbidden) IsServerError

func (o *WorkflowDefinitionsExportForbidden) IsServerError() bool

IsServerError returns true when this workflow definitions export forbidden response has a 5xx status code

func (*WorkflowDefinitionsExportForbidden) IsSuccess

IsSuccess returns true when this workflow definitions export forbidden response has a 2xx status code

func (*WorkflowDefinitionsExportForbidden) String

type WorkflowDefinitionsExportInternalServerError

type WorkflowDefinitionsExportInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload []int64
}

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

Internal Server Error

func NewWorkflowDefinitionsExportInternalServerError

func NewWorkflowDefinitionsExportInternalServerError() *WorkflowDefinitionsExportInternalServerError

NewWorkflowDefinitionsExportInternalServerError creates a WorkflowDefinitionsExportInternalServerError with default headers values

func (*WorkflowDefinitionsExportInternalServerError) Code

Code gets the status code for the workflow definitions export internal server error response

func (*WorkflowDefinitionsExportInternalServerError) Error

func (*WorkflowDefinitionsExportInternalServerError) GetPayload

func (*WorkflowDefinitionsExportInternalServerError) IsClientError

IsClientError returns true when this workflow definitions export internal server error response has a 4xx status code

func (*WorkflowDefinitionsExportInternalServerError) IsCode

IsCode returns true when this workflow definitions export internal server error response a status code equal to that given

func (*WorkflowDefinitionsExportInternalServerError) IsRedirect

IsRedirect returns true when this workflow definitions export internal server error response has a 3xx status code

func (*WorkflowDefinitionsExportInternalServerError) IsServerError

IsServerError returns true when this workflow definitions export internal server error response has a 5xx status code

func (*WorkflowDefinitionsExportInternalServerError) IsSuccess

IsSuccess returns true when this workflow definitions export internal server error response has a 2xx status code

func (*WorkflowDefinitionsExportInternalServerError) String

type WorkflowDefinitionsExportNotFound

type WorkflowDefinitionsExportNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload []int64
}

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

Not Found

func NewWorkflowDefinitionsExportNotFound

func NewWorkflowDefinitionsExportNotFound() *WorkflowDefinitionsExportNotFound

NewWorkflowDefinitionsExportNotFound creates a WorkflowDefinitionsExportNotFound with default headers values

func (*WorkflowDefinitionsExportNotFound) Code

Code gets the status code for the workflow definitions export not found response

func (*WorkflowDefinitionsExportNotFound) Error

func (*WorkflowDefinitionsExportNotFound) GetPayload

func (o *WorkflowDefinitionsExportNotFound) GetPayload() []int64

func (*WorkflowDefinitionsExportNotFound) IsClientError

func (o *WorkflowDefinitionsExportNotFound) IsClientError() bool

IsClientError returns true when this workflow definitions export not found response has a 4xx status code

func (*WorkflowDefinitionsExportNotFound) IsCode

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

IsCode returns true when this workflow definitions export not found response a status code equal to that given

func (*WorkflowDefinitionsExportNotFound) IsRedirect

func (o *WorkflowDefinitionsExportNotFound) IsRedirect() bool

IsRedirect returns true when this workflow definitions export not found response has a 3xx status code

func (*WorkflowDefinitionsExportNotFound) IsServerError

func (o *WorkflowDefinitionsExportNotFound) IsServerError() bool

IsServerError returns true when this workflow definitions export not found response has a 5xx status code

func (*WorkflowDefinitionsExportNotFound) IsSuccess

func (o *WorkflowDefinitionsExportNotFound) IsSuccess() bool

IsSuccess returns true when this workflow definitions export not found response has a 2xx status code

func (*WorkflowDefinitionsExportNotFound) String

type WorkflowDefinitionsExportOK

type WorkflowDefinitionsExportOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload []int64
}

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

OK

func NewWorkflowDefinitionsExportOK

func NewWorkflowDefinitionsExportOK() *WorkflowDefinitionsExportOK

NewWorkflowDefinitionsExportOK creates a WorkflowDefinitionsExportOK with default headers values

func (*WorkflowDefinitionsExportOK) Code

func (o *WorkflowDefinitionsExportOK) Code() int

Code gets the status code for the workflow definitions export o k response

func (*WorkflowDefinitionsExportOK) Error

func (*WorkflowDefinitionsExportOK) GetPayload

func (o *WorkflowDefinitionsExportOK) GetPayload() []int64

func (*WorkflowDefinitionsExportOK) IsClientError

func (o *WorkflowDefinitionsExportOK) IsClientError() bool

IsClientError returns true when this workflow definitions export o k response has a 4xx status code

func (*WorkflowDefinitionsExportOK) IsCode

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

IsCode returns true when this workflow definitions export o k response a status code equal to that given

func (*WorkflowDefinitionsExportOK) IsRedirect

func (o *WorkflowDefinitionsExportOK) IsRedirect() bool

IsRedirect returns true when this workflow definitions export o k response has a 3xx status code

func (*WorkflowDefinitionsExportOK) IsServerError

func (o *WorkflowDefinitionsExportOK) IsServerError() bool

IsServerError returns true when this workflow definitions export o k response has a 5xx status code

func (*WorkflowDefinitionsExportOK) IsSuccess

func (o *WorkflowDefinitionsExportOK) IsSuccess() bool

IsSuccess returns true when this workflow definitions export o k response has a 2xx status code

func (*WorkflowDefinitionsExportOK) String

func (o *WorkflowDefinitionsExportOK) String() string

type WorkflowDefinitionsExportParams

type WorkflowDefinitionsExportParams struct {

	/* ID.

	   ID of workflow definitions to return details for
	*/
	ID string

	/* Sanitize.

	   whether or not to sanitize PII from workflow before it's exported

	   Default: true
	*/
	Sanitize *bool

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

WorkflowDefinitionsExportParams contains all the parameters to send to the API endpoint

for the workflow definitions export operation.

Typically these are written to a http.Request.

func NewWorkflowDefinitionsExportParams

func NewWorkflowDefinitionsExportParams() *WorkflowDefinitionsExportParams

NewWorkflowDefinitionsExportParams creates a new WorkflowDefinitionsExportParams 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 NewWorkflowDefinitionsExportParamsWithContext

func NewWorkflowDefinitionsExportParamsWithContext(ctx context.Context) *WorkflowDefinitionsExportParams

NewWorkflowDefinitionsExportParamsWithContext creates a new WorkflowDefinitionsExportParams object with the ability to set a context for a request.

func NewWorkflowDefinitionsExportParamsWithHTTPClient

func NewWorkflowDefinitionsExportParamsWithHTTPClient(client *http.Client) *WorkflowDefinitionsExportParams

NewWorkflowDefinitionsExportParamsWithHTTPClient creates a new WorkflowDefinitionsExportParams object with the ability to set a custom HTTPClient for a request.

func NewWorkflowDefinitionsExportParamsWithTimeout

func NewWorkflowDefinitionsExportParamsWithTimeout(timeout time.Duration) *WorkflowDefinitionsExportParams

NewWorkflowDefinitionsExportParamsWithTimeout creates a new WorkflowDefinitionsExportParams object with the ability to set a timeout on a request.

func (*WorkflowDefinitionsExportParams) SetContext

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

SetContext adds the context to the workflow definitions export params

func (*WorkflowDefinitionsExportParams) SetDefaults

func (o *WorkflowDefinitionsExportParams) SetDefaults()

SetDefaults hydrates default values in the workflow definitions export params (not the query body).

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

func (*WorkflowDefinitionsExportParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the workflow definitions export params

func (*WorkflowDefinitionsExportParams) SetID

SetID adds the id to the workflow definitions export params

func (*WorkflowDefinitionsExportParams) SetSanitize

func (o *WorkflowDefinitionsExportParams) SetSanitize(sanitize *bool)

SetSanitize adds the sanitize to the workflow definitions export params

func (*WorkflowDefinitionsExportParams) SetTimeout

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

SetTimeout adds the timeout to the workflow definitions export params

func (*WorkflowDefinitionsExportParams) WithContext

WithContext adds the context to the workflow definitions export params

func (*WorkflowDefinitionsExportParams) WithDefaults

WithDefaults hydrates default values in the workflow definitions export params (not the query body).

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

func (*WorkflowDefinitionsExportParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the workflow definitions export params

func (*WorkflowDefinitionsExportParams) WithID

WithID adds the id to the workflow definitions export params

func (*WorkflowDefinitionsExportParams) WithSanitize

WithSanitize adds the sanitize to the workflow definitions export params

func (*WorkflowDefinitionsExportParams) WithTimeout

WithTimeout adds the timeout to the workflow definitions export params

func (*WorkflowDefinitionsExportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WorkflowDefinitionsExportReader

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

WorkflowDefinitionsExportReader is a Reader for the WorkflowDefinitionsExport structure.

func (*WorkflowDefinitionsExportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WorkflowDefinitionsExportStatus299

type WorkflowDefinitionsExportStatus299 struct {

	/* Warning message from workflow export

	   Format: string
	*/
	XAPIWarning string

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload []int64
}

WorkflowDefinitionsExportStatus299 describes a response with status code 299, with default header values.

Miscellaneous Persistent Warning

func NewWorkflowDefinitionsExportStatus299

func NewWorkflowDefinitionsExportStatus299() *WorkflowDefinitionsExportStatus299

NewWorkflowDefinitionsExportStatus299 creates a WorkflowDefinitionsExportStatus299 with default headers values

func (*WorkflowDefinitionsExportStatus299) Code

Code gets the status code for the workflow definitions export status299 response

func (*WorkflowDefinitionsExportStatus299) Error

func (*WorkflowDefinitionsExportStatus299) GetPayload

func (o *WorkflowDefinitionsExportStatus299) GetPayload() []int64

func (*WorkflowDefinitionsExportStatus299) IsClientError

func (o *WorkflowDefinitionsExportStatus299) IsClientError() bool

IsClientError returns true when this workflow definitions export status299 response has a 4xx status code

func (*WorkflowDefinitionsExportStatus299) IsCode

IsCode returns true when this workflow definitions export status299 response a status code equal to that given

func (*WorkflowDefinitionsExportStatus299) IsRedirect

func (o *WorkflowDefinitionsExportStatus299) IsRedirect() bool

IsRedirect returns true when this workflow definitions export status299 response has a 3xx status code

func (*WorkflowDefinitionsExportStatus299) IsServerError

func (o *WorkflowDefinitionsExportStatus299) IsServerError() bool

IsServerError returns true when this workflow definitions export status299 response has a 5xx status code

func (*WorkflowDefinitionsExportStatus299) IsSuccess

IsSuccess returns true when this workflow definitions export status299 response has a 2xx status code

func (*WorkflowDefinitionsExportStatus299) String

type WorkflowDefinitionsExportTooManyRequests

type WorkflowDefinitionsExportTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewWorkflowDefinitionsExportTooManyRequests

func NewWorkflowDefinitionsExportTooManyRequests() *WorkflowDefinitionsExportTooManyRequests

NewWorkflowDefinitionsExportTooManyRequests creates a WorkflowDefinitionsExportTooManyRequests with default headers values

func (*WorkflowDefinitionsExportTooManyRequests) Code

Code gets the status code for the workflow definitions export too many requests response

func (*WorkflowDefinitionsExportTooManyRequests) Error

func (*WorkflowDefinitionsExportTooManyRequests) GetPayload

func (*WorkflowDefinitionsExportTooManyRequests) IsClientError

IsClientError returns true when this workflow definitions export too many requests response has a 4xx status code

func (*WorkflowDefinitionsExportTooManyRequests) IsCode

IsCode returns true when this workflow definitions export too many requests response a status code equal to that given

func (*WorkflowDefinitionsExportTooManyRequests) IsRedirect

IsRedirect returns true when this workflow definitions export too many requests response has a 3xx status code

func (*WorkflowDefinitionsExportTooManyRequests) IsServerError

IsServerError returns true when this workflow definitions export too many requests response has a 5xx status code

func (*WorkflowDefinitionsExportTooManyRequests) IsSuccess

IsSuccess returns true when this workflow definitions export too many requests response has a 2xx status code

func (*WorkflowDefinitionsExportTooManyRequests) String

type WorkflowDefinitionsImportBadRequest

type WorkflowDefinitionsImportBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DefinitionsDefinitionImportResponse
}

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

Bad Request

func NewWorkflowDefinitionsImportBadRequest

func NewWorkflowDefinitionsImportBadRequest() *WorkflowDefinitionsImportBadRequest

NewWorkflowDefinitionsImportBadRequest creates a WorkflowDefinitionsImportBadRequest with default headers values

func (*WorkflowDefinitionsImportBadRequest) Code

Code gets the status code for the workflow definitions import bad request response

func (*WorkflowDefinitionsImportBadRequest) Error

func (*WorkflowDefinitionsImportBadRequest) GetPayload

func (*WorkflowDefinitionsImportBadRequest) IsClientError

func (o *WorkflowDefinitionsImportBadRequest) IsClientError() bool

IsClientError returns true when this workflow definitions import bad request response has a 4xx status code

func (*WorkflowDefinitionsImportBadRequest) IsCode

IsCode returns true when this workflow definitions import bad request response a status code equal to that given

func (*WorkflowDefinitionsImportBadRequest) IsRedirect

func (o *WorkflowDefinitionsImportBadRequest) IsRedirect() bool

IsRedirect returns true when this workflow definitions import bad request response has a 3xx status code

func (*WorkflowDefinitionsImportBadRequest) IsServerError

func (o *WorkflowDefinitionsImportBadRequest) IsServerError() bool

IsServerError returns true when this workflow definitions import bad request response has a 5xx status code

func (*WorkflowDefinitionsImportBadRequest) IsSuccess

IsSuccess returns true when this workflow definitions import bad request response has a 2xx status code

func (*WorkflowDefinitionsImportBadRequest) String

type WorkflowDefinitionsImportForbidden

type WorkflowDefinitionsImportForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewWorkflowDefinitionsImportForbidden

func NewWorkflowDefinitionsImportForbidden() *WorkflowDefinitionsImportForbidden

NewWorkflowDefinitionsImportForbidden creates a WorkflowDefinitionsImportForbidden with default headers values

func (*WorkflowDefinitionsImportForbidden) Code

Code gets the status code for the workflow definitions import forbidden response

func (*WorkflowDefinitionsImportForbidden) Error

func (*WorkflowDefinitionsImportForbidden) GetPayload

func (*WorkflowDefinitionsImportForbidden) IsClientError

func (o *WorkflowDefinitionsImportForbidden) IsClientError() bool

IsClientError returns true when this workflow definitions import forbidden response has a 4xx status code

func (*WorkflowDefinitionsImportForbidden) IsCode

IsCode returns true when this workflow definitions import forbidden response a status code equal to that given

func (*WorkflowDefinitionsImportForbidden) IsRedirect

func (o *WorkflowDefinitionsImportForbidden) IsRedirect() bool

IsRedirect returns true when this workflow definitions import forbidden response has a 3xx status code

func (*WorkflowDefinitionsImportForbidden) IsServerError

func (o *WorkflowDefinitionsImportForbidden) IsServerError() bool

IsServerError returns true when this workflow definitions import forbidden response has a 5xx status code

func (*WorkflowDefinitionsImportForbidden) IsSuccess

IsSuccess returns true when this workflow definitions import forbidden response has a 2xx status code

func (*WorkflowDefinitionsImportForbidden) String

type WorkflowDefinitionsImportInternalServerError

type WorkflowDefinitionsImportInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DefinitionsDefinitionImportResponse
}

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

Internal Server Error

func NewWorkflowDefinitionsImportInternalServerError

func NewWorkflowDefinitionsImportInternalServerError() *WorkflowDefinitionsImportInternalServerError

NewWorkflowDefinitionsImportInternalServerError creates a WorkflowDefinitionsImportInternalServerError with default headers values

func (*WorkflowDefinitionsImportInternalServerError) Code

Code gets the status code for the workflow definitions import internal server error response

func (*WorkflowDefinitionsImportInternalServerError) Error

func (*WorkflowDefinitionsImportInternalServerError) GetPayload

func (*WorkflowDefinitionsImportInternalServerError) IsClientError

IsClientError returns true when this workflow definitions import internal server error response has a 4xx status code

func (*WorkflowDefinitionsImportInternalServerError) IsCode

IsCode returns true when this workflow definitions import internal server error response a status code equal to that given

func (*WorkflowDefinitionsImportInternalServerError) IsRedirect

IsRedirect returns true when this workflow definitions import internal server error response has a 3xx status code

func (*WorkflowDefinitionsImportInternalServerError) IsServerError

IsServerError returns true when this workflow definitions import internal server error response has a 5xx status code

func (*WorkflowDefinitionsImportInternalServerError) IsSuccess

IsSuccess returns true when this workflow definitions import internal server error response has a 2xx status code

func (*WorkflowDefinitionsImportInternalServerError) String

type WorkflowDefinitionsImportNotFound

type WorkflowDefinitionsImportNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DefinitionsDefinitionImportResponse
}

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

Not Found

func NewWorkflowDefinitionsImportNotFound

func NewWorkflowDefinitionsImportNotFound() *WorkflowDefinitionsImportNotFound

NewWorkflowDefinitionsImportNotFound creates a WorkflowDefinitionsImportNotFound with default headers values

func (*WorkflowDefinitionsImportNotFound) Code

Code gets the status code for the workflow definitions import not found response

func (*WorkflowDefinitionsImportNotFound) Error

func (*WorkflowDefinitionsImportNotFound) GetPayload

func (*WorkflowDefinitionsImportNotFound) IsClientError

func (o *WorkflowDefinitionsImportNotFound) IsClientError() bool

IsClientError returns true when this workflow definitions import not found response has a 4xx status code

func (*WorkflowDefinitionsImportNotFound) IsCode

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

IsCode returns true when this workflow definitions import not found response a status code equal to that given

func (*WorkflowDefinitionsImportNotFound) IsRedirect

func (o *WorkflowDefinitionsImportNotFound) IsRedirect() bool

IsRedirect returns true when this workflow definitions import not found response has a 3xx status code

func (*WorkflowDefinitionsImportNotFound) IsServerError

func (o *WorkflowDefinitionsImportNotFound) IsServerError() bool

IsServerError returns true when this workflow definitions import not found response has a 5xx status code

func (*WorkflowDefinitionsImportNotFound) IsSuccess

func (o *WorkflowDefinitionsImportNotFound) IsSuccess() bool

IsSuccess returns true when this workflow definitions import not found response has a 2xx status code

func (*WorkflowDefinitionsImportNotFound) String

type WorkflowDefinitionsImportOK

type WorkflowDefinitionsImportOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DefinitionsDefinitionImportResponse
}

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

OK

func NewWorkflowDefinitionsImportOK

func NewWorkflowDefinitionsImportOK() *WorkflowDefinitionsImportOK

NewWorkflowDefinitionsImportOK creates a WorkflowDefinitionsImportOK with default headers values

func (*WorkflowDefinitionsImportOK) Code

func (o *WorkflowDefinitionsImportOK) Code() int

Code gets the status code for the workflow definitions import o k response

func (*WorkflowDefinitionsImportOK) Error

func (*WorkflowDefinitionsImportOK) GetPayload

func (*WorkflowDefinitionsImportOK) IsClientError

func (o *WorkflowDefinitionsImportOK) IsClientError() bool

IsClientError returns true when this workflow definitions import o k response has a 4xx status code

func (*WorkflowDefinitionsImportOK) IsCode

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

IsCode returns true when this workflow definitions import o k response a status code equal to that given

func (*WorkflowDefinitionsImportOK) IsRedirect

func (o *WorkflowDefinitionsImportOK) IsRedirect() bool

IsRedirect returns true when this workflow definitions import o k response has a 3xx status code

func (*WorkflowDefinitionsImportOK) IsServerError

func (o *WorkflowDefinitionsImportOK) IsServerError() bool

IsServerError returns true when this workflow definitions import o k response has a 5xx status code

func (*WorkflowDefinitionsImportOK) IsSuccess

func (o *WorkflowDefinitionsImportOK) IsSuccess() bool

IsSuccess returns true when this workflow definitions import o k response has a 2xx status code

func (*WorkflowDefinitionsImportOK) String

func (o *WorkflowDefinitionsImportOK) String() string

type WorkflowDefinitionsImportParams

type WorkflowDefinitionsImportParams struct {

	/* DataFile.

	   A workflow definition in YAML format to import
	*/
	DataFile runtime.NamedReadCloser

	/* Name.

	   Workflow name to override
	*/
	Name *string

	/* ValidateOnly.

	   When enabled, prevents saving workflow after validating
	*/
	ValidateOnly *bool

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

WorkflowDefinitionsImportParams contains all the parameters to send to the API endpoint

for the workflow definitions import operation.

Typically these are written to a http.Request.

func NewWorkflowDefinitionsImportParams

func NewWorkflowDefinitionsImportParams() *WorkflowDefinitionsImportParams

NewWorkflowDefinitionsImportParams creates a new WorkflowDefinitionsImportParams 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 NewWorkflowDefinitionsImportParamsWithContext

func NewWorkflowDefinitionsImportParamsWithContext(ctx context.Context) *WorkflowDefinitionsImportParams

NewWorkflowDefinitionsImportParamsWithContext creates a new WorkflowDefinitionsImportParams object with the ability to set a context for a request.

func NewWorkflowDefinitionsImportParamsWithHTTPClient

func NewWorkflowDefinitionsImportParamsWithHTTPClient(client *http.Client) *WorkflowDefinitionsImportParams

NewWorkflowDefinitionsImportParamsWithHTTPClient creates a new WorkflowDefinitionsImportParams object with the ability to set a custom HTTPClient for a request.

func NewWorkflowDefinitionsImportParamsWithTimeout

func NewWorkflowDefinitionsImportParamsWithTimeout(timeout time.Duration) *WorkflowDefinitionsImportParams

NewWorkflowDefinitionsImportParamsWithTimeout creates a new WorkflowDefinitionsImportParams object with the ability to set a timeout on a request.

func (*WorkflowDefinitionsImportParams) SetContext

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

SetContext adds the context to the workflow definitions import params

func (*WorkflowDefinitionsImportParams) SetDataFile

func (o *WorkflowDefinitionsImportParams) SetDataFile(dataFile runtime.NamedReadCloser)

SetDataFile adds the dataFile to the workflow definitions import params

func (*WorkflowDefinitionsImportParams) SetDefaults

func (o *WorkflowDefinitionsImportParams) SetDefaults()

SetDefaults hydrates default values in the workflow definitions import params (not the query body).

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

func (*WorkflowDefinitionsImportParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the workflow definitions import params

func (*WorkflowDefinitionsImportParams) SetName

func (o *WorkflowDefinitionsImportParams) SetName(name *string)

SetName adds the name to the workflow definitions import params

func (*WorkflowDefinitionsImportParams) SetTimeout

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

SetTimeout adds the timeout to the workflow definitions import params

func (*WorkflowDefinitionsImportParams) SetValidateOnly

func (o *WorkflowDefinitionsImportParams) SetValidateOnly(validateOnly *bool)

SetValidateOnly adds the validateOnly to the workflow definitions import params

func (*WorkflowDefinitionsImportParams) WithContext

WithContext adds the context to the workflow definitions import params

func (*WorkflowDefinitionsImportParams) WithDataFile

WithDataFile adds the dataFile to the workflow definitions import params

func (*WorkflowDefinitionsImportParams) WithDefaults

WithDefaults hydrates default values in the workflow definitions import params (not the query body).

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

func (*WorkflowDefinitionsImportParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the workflow definitions import params

func (*WorkflowDefinitionsImportParams) WithName

WithName adds the name to the workflow definitions import params

func (*WorkflowDefinitionsImportParams) WithTimeout

WithTimeout adds the timeout to the workflow definitions import params

func (*WorkflowDefinitionsImportParams) WithValidateOnly

func (o *WorkflowDefinitionsImportParams) WithValidateOnly(validateOnly *bool) *WorkflowDefinitionsImportParams

WithValidateOnly adds the validateOnly to the workflow definitions import params

func (*WorkflowDefinitionsImportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WorkflowDefinitionsImportReader

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

WorkflowDefinitionsImportReader is a Reader for the WorkflowDefinitionsImport structure.

func (*WorkflowDefinitionsImportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WorkflowDefinitionsImportTooManyRequests

type WorkflowDefinitionsImportTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewWorkflowDefinitionsImportTooManyRequests

func NewWorkflowDefinitionsImportTooManyRequests() *WorkflowDefinitionsImportTooManyRequests

NewWorkflowDefinitionsImportTooManyRequests creates a WorkflowDefinitionsImportTooManyRequests with default headers values

func (*WorkflowDefinitionsImportTooManyRequests) Code

Code gets the status code for the workflow definitions import too many requests response

func (*WorkflowDefinitionsImportTooManyRequests) Error

func (*WorkflowDefinitionsImportTooManyRequests) GetPayload

func (*WorkflowDefinitionsImportTooManyRequests) IsClientError

IsClientError returns true when this workflow definitions import too many requests response has a 4xx status code

func (*WorkflowDefinitionsImportTooManyRequests) IsCode

IsCode returns true when this workflow definitions import too many requests response a status code equal to that given

func (*WorkflowDefinitionsImportTooManyRequests) IsRedirect

IsRedirect returns true when this workflow definitions import too many requests response has a 3xx status code

func (*WorkflowDefinitionsImportTooManyRequests) IsServerError

IsServerError returns true when this workflow definitions import too many requests response has a 5xx status code

func (*WorkflowDefinitionsImportTooManyRequests) IsSuccess

IsSuccess returns true when this workflow definitions import too many requests response has a 2xx status code

func (*WorkflowDefinitionsImportTooManyRequests) String

type WorkflowDefinitionsUpdateBadRequest

type WorkflowDefinitionsUpdateBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

Bad Request

func NewWorkflowDefinitionsUpdateBadRequest

func NewWorkflowDefinitionsUpdateBadRequest() *WorkflowDefinitionsUpdateBadRequest

NewWorkflowDefinitionsUpdateBadRequest creates a WorkflowDefinitionsUpdateBadRequest with default headers values

func (*WorkflowDefinitionsUpdateBadRequest) Code

Code gets the status code for the workflow definitions update bad request response

func (*WorkflowDefinitionsUpdateBadRequest) Error

func (*WorkflowDefinitionsUpdateBadRequest) GetPayload

func (*WorkflowDefinitionsUpdateBadRequest) IsClientError

func (o *WorkflowDefinitionsUpdateBadRequest) IsClientError() bool

IsClientError returns true when this workflow definitions update bad request response has a 4xx status code

func (*WorkflowDefinitionsUpdateBadRequest) IsCode

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

func (*WorkflowDefinitionsUpdateBadRequest) IsRedirect

func (o *WorkflowDefinitionsUpdateBadRequest) IsRedirect() bool

IsRedirect returns true when this workflow definitions update bad request response has a 3xx status code

func (*WorkflowDefinitionsUpdateBadRequest) IsServerError

func (o *WorkflowDefinitionsUpdateBadRequest) IsServerError() bool

IsServerError returns true when this workflow definitions update bad request response has a 5xx status code

func (*WorkflowDefinitionsUpdateBadRequest) IsSuccess

IsSuccess returns true when this workflow definitions update bad request response has a 2xx status code

func (*WorkflowDefinitionsUpdateBadRequest) String

type WorkflowDefinitionsUpdateForbidden

type WorkflowDefinitionsUpdateForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewWorkflowDefinitionsUpdateForbidden

func NewWorkflowDefinitionsUpdateForbidden() *WorkflowDefinitionsUpdateForbidden

NewWorkflowDefinitionsUpdateForbidden creates a WorkflowDefinitionsUpdateForbidden with default headers values

func (*WorkflowDefinitionsUpdateForbidden) Code

Code gets the status code for the workflow definitions update forbidden response

func (*WorkflowDefinitionsUpdateForbidden) Error

func (*WorkflowDefinitionsUpdateForbidden) GetPayload

func (*WorkflowDefinitionsUpdateForbidden) IsClientError

func (o *WorkflowDefinitionsUpdateForbidden) IsClientError() bool

IsClientError returns true when this workflow definitions update forbidden response has a 4xx status code

func (*WorkflowDefinitionsUpdateForbidden) IsCode

IsCode returns true when this workflow definitions update forbidden response a status code equal to that given

func (*WorkflowDefinitionsUpdateForbidden) IsRedirect

func (o *WorkflowDefinitionsUpdateForbidden) IsRedirect() bool

IsRedirect returns true when this workflow definitions update forbidden response has a 3xx status code

func (*WorkflowDefinitionsUpdateForbidden) IsServerError

func (o *WorkflowDefinitionsUpdateForbidden) IsServerError() bool

IsServerError returns true when this workflow definitions update forbidden response has a 5xx status code

func (*WorkflowDefinitionsUpdateForbidden) IsSuccess

IsSuccess returns true when this workflow definitions update forbidden response has a 2xx status code

func (*WorkflowDefinitionsUpdateForbidden) String

type WorkflowDefinitionsUpdateInternalServerError

type WorkflowDefinitionsUpdateInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

Internal Server Error

func NewWorkflowDefinitionsUpdateInternalServerError

func NewWorkflowDefinitionsUpdateInternalServerError() *WorkflowDefinitionsUpdateInternalServerError

NewWorkflowDefinitionsUpdateInternalServerError creates a WorkflowDefinitionsUpdateInternalServerError with default headers values

func (*WorkflowDefinitionsUpdateInternalServerError) Code

Code gets the status code for the workflow definitions update internal server error response

func (*WorkflowDefinitionsUpdateInternalServerError) Error

func (*WorkflowDefinitionsUpdateInternalServerError) GetPayload

func (*WorkflowDefinitionsUpdateInternalServerError) IsClientError

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

func (*WorkflowDefinitionsUpdateInternalServerError) IsCode

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

func (*WorkflowDefinitionsUpdateInternalServerError) IsRedirect

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

func (*WorkflowDefinitionsUpdateInternalServerError) IsServerError

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

func (*WorkflowDefinitionsUpdateInternalServerError) IsSuccess

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

func (*WorkflowDefinitionsUpdateInternalServerError) String

type WorkflowDefinitionsUpdateNotFound

type WorkflowDefinitionsUpdateNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

Not Found

func NewWorkflowDefinitionsUpdateNotFound

func NewWorkflowDefinitionsUpdateNotFound() *WorkflowDefinitionsUpdateNotFound

NewWorkflowDefinitionsUpdateNotFound creates a WorkflowDefinitionsUpdateNotFound with default headers values

func (*WorkflowDefinitionsUpdateNotFound) Code

Code gets the status code for the workflow definitions update not found response

func (*WorkflowDefinitionsUpdateNotFound) Error

func (*WorkflowDefinitionsUpdateNotFound) GetPayload

func (*WorkflowDefinitionsUpdateNotFound) IsClientError

func (o *WorkflowDefinitionsUpdateNotFound) IsClientError() bool

IsClientError returns true when this workflow definitions update not found response has a 4xx status code

func (*WorkflowDefinitionsUpdateNotFound) IsCode

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

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

func (*WorkflowDefinitionsUpdateNotFound) IsRedirect

func (o *WorkflowDefinitionsUpdateNotFound) IsRedirect() bool

IsRedirect returns true when this workflow definitions update not found response has a 3xx status code

func (*WorkflowDefinitionsUpdateNotFound) IsServerError

func (o *WorkflowDefinitionsUpdateNotFound) IsServerError() bool

IsServerError returns true when this workflow definitions update not found response has a 5xx status code

func (*WorkflowDefinitionsUpdateNotFound) IsSuccess

func (o *WorkflowDefinitionsUpdateNotFound) IsSuccess() bool

IsSuccess returns true when this workflow definitions update not found response has a 2xx status code

func (*WorkflowDefinitionsUpdateNotFound) String

type WorkflowDefinitionsUpdateOK

type WorkflowDefinitionsUpdateOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

OK

func NewWorkflowDefinitionsUpdateOK

func NewWorkflowDefinitionsUpdateOK() *WorkflowDefinitionsUpdateOK

NewWorkflowDefinitionsUpdateOK creates a WorkflowDefinitionsUpdateOK with default headers values

func (*WorkflowDefinitionsUpdateOK) Code

func (o *WorkflowDefinitionsUpdateOK) Code() int

Code gets the status code for the workflow definitions update o k response

func (*WorkflowDefinitionsUpdateOK) Error

func (*WorkflowDefinitionsUpdateOK) GetPayload

func (*WorkflowDefinitionsUpdateOK) IsClientError

func (o *WorkflowDefinitionsUpdateOK) IsClientError() bool

IsClientError returns true when this workflow definitions update o k response has a 4xx status code

func (*WorkflowDefinitionsUpdateOK) IsCode

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

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

func (*WorkflowDefinitionsUpdateOK) IsRedirect

func (o *WorkflowDefinitionsUpdateOK) IsRedirect() bool

IsRedirect returns true when this workflow definitions update o k response has a 3xx status code

func (*WorkflowDefinitionsUpdateOK) IsServerError

func (o *WorkflowDefinitionsUpdateOK) IsServerError() bool

IsServerError returns true when this workflow definitions update o k response has a 5xx status code

func (*WorkflowDefinitionsUpdateOK) IsSuccess

func (o *WorkflowDefinitionsUpdateOK) IsSuccess() bool

IsSuccess returns true when this workflow definitions update o k response has a 2xx status code

func (*WorkflowDefinitionsUpdateOK) String

func (o *WorkflowDefinitionsUpdateOK) String() string

type WorkflowDefinitionsUpdateParams

type WorkflowDefinitionsUpdateParams struct {

	// Body.
	Body *models.ModelsDefinitionUpdateRequestV2

	/* ValidateOnly.

	   When enabled, prevents saving workflow after validating
	*/
	ValidateOnly *bool

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

WorkflowDefinitionsUpdateParams contains all the parameters to send to the API endpoint

for the workflow definitions update operation.

Typically these are written to a http.Request.

func NewWorkflowDefinitionsUpdateParams

func NewWorkflowDefinitionsUpdateParams() *WorkflowDefinitionsUpdateParams

NewWorkflowDefinitionsUpdateParams creates a new WorkflowDefinitionsUpdateParams 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 NewWorkflowDefinitionsUpdateParamsWithContext

func NewWorkflowDefinitionsUpdateParamsWithContext(ctx context.Context) *WorkflowDefinitionsUpdateParams

NewWorkflowDefinitionsUpdateParamsWithContext creates a new WorkflowDefinitionsUpdateParams object with the ability to set a context for a request.

func NewWorkflowDefinitionsUpdateParamsWithHTTPClient

func NewWorkflowDefinitionsUpdateParamsWithHTTPClient(client *http.Client) *WorkflowDefinitionsUpdateParams

NewWorkflowDefinitionsUpdateParamsWithHTTPClient creates a new WorkflowDefinitionsUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewWorkflowDefinitionsUpdateParamsWithTimeout

func NewWorkflowDefinitionsUpdateParamsWithTimeout(timeout time.Duration) *WorkflowDefinitionsUpdateParams

NewWorkflowDefinitionsUpdateParamsWithTimeout creates a new WorkflowDefinitionsUpdateParams object with the ability to set a timeout on a request.

func (*WorkflowDefinitionsUpdateParams) SetBody

SetBody adds the body to the workflow definitions update params

func (*WorkflowDefinitionsUpdateParams) SetContext

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

SetContext adds the context to the workflow definitions update params

func (*WorkflowDefinitionsUpdateParams) SetDefaults

func (o *WorkflowDefinitionsUpdateParams) SetDefaults()

SetDefaults hydrates default values in the workflow definitions update params (not the query body).

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

func (*WorkflowDefinitionsUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the workflow definitions update params

func (*WorkflowDefinitionsUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the workflow definitions update params

func (*WorkflowDefinitionsUpdateParams) SetValidateOnly

func (o *WorkflowDefinitionsUpdateParams) SetValidateOnly(validateOnly *bool)

SetValidateOnly adds the validateOnly to the workflow definitions update params

func (*WorkflowDefinitionsUpdateParams) WithBody

WithBody adds the body to the workflow definitions update params

func (*WorkflowDefinitionsUpdateParams) WithContext

WithContext adds the context to the workflow definitions update params

func (*WorkflowDefinitionsUpdateParams) WithDefaults

WithDefaults hydrates default values in the workflow definitions update params (not the query body).

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

func (*WorkflowDefinitionsUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the workflow definitions update params

func (*WorkflowDefinitionsUpdateParams) WithTimeout

WithTimeout adds the timeout to the workflow definitions update params

func (*WorkflowDefinitionsUpdateParams) WithValidateOnly

func (o *WorkflowDefinitionsUpdateParams) WithValidateOnly(validateOnly *bool) *WorkflowDefinitionsUpdateParams

WithValidateOnly adds the validateOnly to the workflow definitions update params

func (*WorkflowDefinitionsUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WorkflowDefinitionsUpdateReader

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

WorkflowDefinitionsUpdateReader is a Reader for the WorkflowDefinitionsUpdate structure.

func (*WorkflowDefinitionsUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WorkflowDefinitionsUpdateTooManyRequests

type WorkflowDefinitionsUpdateTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewWorkflowDefinitionsUpdateTooManyRequests

func NewWorkflowDefinitionsUpdateTooManyRequests() *WorkflowDefinitionsUpdateTooManyRequests

NewWorkflowDefinitionsUpdateTooManyRequests creates a WorkflowDefinitionsUpdateTooManyRequests with default headers values

func (*WorkflowDefinitionsUpdateTooManyRequests) Code

Code gets the status code for the workflow definitions update too many requests response

func (*WorkflowDefinitionsUpdateTooManyRequests) Error

func (*WorkflowDefinitionsUpdateTooManyRequests) GetPayload

func (*WorkflowDefinitionsUpdateTooManyRequests) IsClientError

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

func (*WorkflowDefinitionsUpdateTooManyRequests) IsCode

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

func (*WorkflowDefinitionsUpdateTooManyRequests) IsRedirect

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

func (*WorkflowDefinitionsUpdateTooManyRequests) IsServerError

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

func (*WorkflowDefinitionsUpdateTooManyRequests) IsSuccess

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

func (*WorkflowDefinitionsUpdateTooManyRequests) String

type WorkflowExecuteInternalBadRequest

type WorkflowExecuteInternalBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

Bad Request

func NewWorkflowExecuteInternalBadRequest

func NewWorkflowExecuteInternalBadRequest() *WorkflowExecuteInternalBadRequest

NewWorkflowExecuteInternalBadRequest creates a WorkflowExecuteInternalBadRequest with default headers values

func (*WorkflowExecuteInternalBadRequest) Code

Code gets the status code for the workflow execute internal bad request response

func (*WorkflowExecuteInternalBadRequest) Error

func (*WorkflowExecuteInternalBadRequest) GetPayload

func (*WorkflowExecuteInternalBadRequest) IsClientError

func (o *WorkflowExecuteInternalBadRequest) IsClientError() bool

IsClientError returns true when this workflow execute internal bad request response has a 4xx status code

func (*WorkflowExecuteInternalBadRequest) IsCode

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

IsCode returns true when this workflow execute internal bad request response a status code equal to that given

func (*WorkflowExecuteInternalBadRequest) IsRedirect

func (o *WorkflowExecuteInternalBadRequest) IsRedirect() bool

IsRedirect returns true when this workflow execute internal bad request response has a 3xx status code

func (*WorkflowExecuteInternalBadRequest) IsServerError

func (o *WorkflowExecuteInternalBadRequest) IsServerError() bool

IsServerError returns true when this workflow execute internal bad request response has a 5xx status code

func (*WorkflowExecuteInternalBadRequest) IsSuccess

func (o *WorkflowExecuteInternalBadRequest) IsSuccess() bool

IsSuccess returns true when this workflow execute internal bad request response has a 2xx status code

func (*WorkflowExecuteInternalBadRequest) String

type WorkflowExecuteInternalForbidden

type WorkflowExecuteInternalForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewWorkflowExecuteInternalForbidden

func NewWorkflowExecuteInternalForbidden() *WorkflowExecuteInternalForbidden

NewWorkflowExecuteInternalForbidden creates a WorkflowExecuteInternalForbidden with default headers values

func (*WorkflowExecuteInternalForbidden) Code

Code gets the status code for the workflow execute internal forbidden response

func (*WorkflowExecuteInternalForbidden) Error

func (*WorkflowExecuteInternalForbidden) GetPayload

func (*WorkflowExecuteInternalForbidden) IsClientError

func (o *WorkflowExecuteInternalForbidden) IsClientError() bool

IsClientError returns true when this workflow execute internal forbidden response has a 4xx status code

func (*WorkflowExecuteInternalForbidden) IsCode

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

IsCode returns true when this workflow execute internal forbidden response a status code equal to that given

func (*WorkflowExecuteInternalForbidden) IsRedirect

func (o *WorkflowExecuteInternalForbidden) IsRedirect() bool

IsRedirect returns true when this workflow execute internal forbidden response has a 3xx status code

func (*WorkflowExecuteInternalForbidden) IsServerError

func (o *WorkflowExecuteInternalForbidden) IsServerError() bool

IsServerError returns true when this workflow execute internal forbidden response has a 5xx status code

func (*WorkflowExecuteInternalForbidden) IsSuccess

func (o *WorkflowExecuteInternalForbidden) IsSuccess() bool

IsSuccess returns true when this workflow execute internal forbidden response has a 2xx status code

func (*WorkflowExecuteInternalForbidden) String

type WorkflowExecuteInternalInternalServerError

type WorkflowExecuteInternalInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

Internal Server Error

func NewWorkflowExecuteInternalInternalServerError

func NewWorkflowExecuteInternalInternalServerError() *WorkflowExecuteInternalInternalServerError

NewWorkflowExecuteInternalInternalServerError creates a WorkflowExecuteInternalInternalServerError with default headers values

func (*WorkflowExecuteInternalInternalServerError) Code

Code gets the status code for the workflow execute internal internal server error response

func (*WorkflowExecuteInternalInternalServerError) Error

func (*WorkflowExecuteInternalInternalServerError) GetPayload

func (*WorkflowExecuteInternalInternalServerError) IsClientError

IsClientError returns true when this workflow execute internal internal server error response has a 4xx status code

func (*WorkflowExecuteInternalInternalServerError) IsCode

IsCode returns true when this workflow execute internal internal server error response a status code equal to that given

func (*WorkflowExecuteInternalInternalServerError) IsRedirect

IsRedirect returns true when this workflow execute internal internal server error response has a 3xx status code

func (*WorkflowExecuteInternalInternalServerError) IsServerError

IsServerError returns true when this workflow execute internal internal server error response has a 5xx status code

func (*WorkflowExecuteInternalInternalServerError) IsSuccess

IsSuccess returns true when this workflow execute internal internal server error response has a 2xx status code

func (*WorkflowExecuteInternalInternalServerError) String

type WorkflowExecuteInternalNotFound

type WorkflowExecuteInternalNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

Not Found

func NewWorkflowExecuteInternalNotFound

func NewWorkflowExecuteInternalNotFound() *WorkflowExecuteInternalNotFound

NewWorkflowExecuteInternalNotFound creates a WorkflowExecuteInternalNotFound with default headers values

func (*WorkflowExecuteInternalNotFound) Code

Code gets the status code for the workflow execute internal not found response

func (*WorkflowExecuteInternalNotFound) Error

func (*WorkflowExecuteInternalNotFound) GetPayload

func (*WorkflowExecuteInternalNotFound) IsClientError

func (o *WorkflowExecuteInternalNotFound) IsClientError() bool

IsClientError returns true when this workflow execute internal not found response has a 4xx status code

func (*WorkflowExecuteInternalNotFound) IsCode

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

IsCode returns true when this workflow execute internal not found response a status code equal to that given

func (*WorkflowExecuteInternalNotFound) IsRedirect

func (o *WorkflowExecuteInternalNotFound) IsRedirect() bool

IsRedirect returns true when this workflow execute internal not found response has a 3xx status code

func (*WorkflowExecuteInternalNotFound) IsServerError

func (o *WorkflowExecuteInternalNotFound) IsServerError() bool

IsServerError returns true when this workflow execute internal not found response has a 5xx status code

func (*WorkflowExecuteInternalNotFound) IsSuccess

func (o *WorkflowExecuteInternalNotFound) IsSuccess() bool

IsSuccess returns true when this workflow execute internal not found response has a 2xx status code

func (*WorkflowExecuteInternalNotFound) String

type WorkflowExecuteInternalOK

type WorkflowExecuteInternalOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

OK

func NewWorkflowExecuteInternalOK

func NewWorkflowExecuteInternalOK() *WorkflowExecuteInternalOK

NewWorkflowExecuteInternalOK creates a WorkflowExecuteInternalOK with default headers values

func (*WorkflowExecuteInternalOK) Code

func (o *WorkflowExecuteInternalOK) Code() int

Code gets the status code for the workflow execute internal o k response

func (*WorkflowExecuteInternalOK) Error

func (o *WorkflowExecuteInternalOK) Error() string

func (*WorkflowExecuteInternalOK) GetPayload

func (*WorkflowExecuteInternalOK) IsClientError

func (o *WorkflowExecuteInternalOK) IsClientError() bool

IsClientError returns true when this workflow execute internal o k response has a 4xx status code

func (*WorkflowExecuteInternalOK) IsCode

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

IsCode returns true when this workflow execute internal o k response a status code equal to that given

func (*WorkflowExecuteInternalOK) IsRedirect

func (o *WorkflowExecuteInternalOK) IsRedirect() bool

IsRedirect returns true when this workflow execute internal o k response has a 3xx status code

func (*WorkflowExecuteInternalOK) IsServerError

func (o *WorkflowExecuteInternalOK) IsServerError() bool

IsServerError returns true when this workflow execute internal o k response has a 5xx status code

func (*WorkflowExecuteInternalOK) IsSuccess

func (o *WorkflowExecuteInternalOK) IsSuccess() bool

IsSuccess returns true when this workflow execute internal o k response has a 2xx status code

func (*WorkflowExecuteInternalOK) String

func (o *WorkflowExecuteInternalOK) String() string

type WorkflowExecuteInternalParams

type WorkflowExecuteInternalParams struct {

	/* BatchSize.

	   Used to set the batchSize, if unset the default batchSize is used
	*/
	BatchSize *int64

	// Body.
	Body models.MapStringInterface

	/* DefinitionID.

	   Definition ID to execute, either a name or an ID can be specified.
	*/
	DefinitionID []string

	/* Depth.

	   Used to record the execution depth to help limit execution loops when a workflow triggers another. The maximum depth is 4.
	*/
	Depth *int64

	/* ExecutionCid.

	   CID(s) to execute on. This can be a child if this is a flight control enabled definition. If unset the definition CID is used.
	*/
	ExecutionCid []string

	/* Key.

	   Key used to help deduplicate executions, if unset a new UUID is used
	*/
	Key *string

	/* Name.

	   Workflow name to execute, either a name or an ID can be specified.
	*/
	Name *string

	/* SourceEventURL.

	   Used to record a URL to the source that led to triggering this workflow
	*/
	SourceEventURL *string

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

WorkflowExecuteInternalParams contains all the parameters to send to the API endpoint

for the workflow execute internal operation.

Typically these are written to a http.Request.

func NewWorkflowExecuteInternalParams

func NewWorkflowExecuteInternalParams() *WorkflowExecuteInternalParams

NewWorkflowExecuteInternalParams creates a new WorkflowExecuteInternalParams 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 NewWorkflowExecuteInternalParamsWithContext

func NewWorkflowExecuteInternalParamsWithContext(ctx context.Context) *WorkflowExecuteInternalParams

NewWorkflowExecuteInternalParamsWithContext creates a new WorkflowExecuteInternalParams object with the ability to set a context for a request.

func NewWorkflowExecuteInternalParamsWithHTTPClient

func NewWorkflowExecuteInternalParamsWithHTTPClient(client *http.Client) *WorkflowExecuteInternalParams

NewWorkflowExecuteInternalParamsWithHTTPClient creates a new WorkflowExecuteInternalParams object with the ability to set a custom HTTPClient for a request.

func NewWorkflowExecuteInternalParamsWithTimeout

func NewWorkflowExecuteInternalParamsWithTimeout(timeout time.Duration) *WorkflowExecuteInternalParams

NewWorkflowExecuteInternalParamsWithTimeout creates a new WorkflowExecuteInternalParams object with the ability to set a timeout on a request.

func (*WorkflowExecuteInternalParams) SetBatchSize

func (o *WorkflowExecuteInternalParams) SetBatchSize(batchSize *int64)

SetBatchSize adds the batchSize to the workflow execute internal params

func (*WorkflowExecuteInternalParams) SetBody

SetBody adds the body to the workflow execute internal params

func (*WorkflowExecuteInternalParams) SetContext

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

SetContext adds the context to the workflow execute internal params

func (*WorkflowExecuteInternalParams) SetDefaults

func (o *WorkflowExecuteInternalParams) SetDefaults()

SetDefaults hydrates default values in the workflow execute internal params (not the query body).

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

func (*WorkflowExecuteInternalParams) SetDefinitionID

func (o *WorkflowExecuteInternalParams) SetDefinitionID(definitionID []string)

SetDefinitionID adds the definitionId to the workflow execute internal params

func (*WorkflowExecuteInternalParams) SetDepth

func (o *WorkflowExecuteInternalParams) SetDepth(depth *int64)

SetDepth adds the depth to the workflow execute internal params

func (*WorkflowExecuteInternalParams) SetExecutionCid

func (o *WorkflowExecuteInternalParams) SetExecutionCid(executionCid []string)

SetExecutionCid adds the executionCid to the workflow execute internal params

func (*WorkflowExecuteInternalParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the workflow execute internal params

func (*WorkflowExecuteInternalParams) SetKey

func (o *WorkflowExecuteInternalParams) SetKey(key *string)

SetKey adds the key to the workflow execute internal params

func (*WorkflowExecuteInternalParams) SetName

func (o *WorkflowExecuteInternalParams) SetName(name *string)

SetName adds the name to the workflow execute internal params

func (*WorkflowExecuteInternalParams) SetSourceEventURL

func (o *WorkflowExecuteInternalParams) SetSourceEventURL(sourceEventURL *string)

SetSourceEventURL adds the sourceEventUrl to the workflow execute internal params

func (*WorkflowExecuteInternalParams) SetTimeout

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

SetTimeout adds the timeout to the workflow execute internal params

func (*WorkflowExecuteInternalParams) WithBatchSize

WithBatchSize adds the batchSize to the workflow execute internal params

func (*WorkflowExecuteInternalParams) WithBody

WithBody adds the body to the workflow execute internal params

func (*WorkflowExecuteInternalParams) WithContext

WithContext adds the context to the workflow execute internal params

func (*WorkflowExecuteInternalParams) WithDefaults

WithDefaults hydrates default values in the workflow execute internal params (not the query body).

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

func (*WorkflowExecuteInternalParams) WithDefinitionID

func (o *WorkflowExecuteInternalParams) WithDefinitionID(definitionID []string) *WorkflowExecuteInternalParams

WithDefinitionID adds the definitionID to the workflow execute internal params

func (*WorkflowExecuteInternalParams) WithDepth

WithDepth adds the depth to the workflow execute internal params

func (*WorkflowExecuteInternalParams) WithExecutionCid

func (o *WorkflowExecuteInternalParams) WithExecutionCid(executionCid []string) *WorkflowExecuteInternalParams

WithExecutionCid adds the executionCid to the workflow execute internal params

func (*WorkflowExecuteInternalParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the workflow execute internal params

func (*WorkflowExecuteInternalParams) WithKey

WithKey adds the key to the workflow execute internal params

func (*WorkflowExecuteInternalParams) WithName

WithName adds the name to the workflow execute internal params

func (*WorkflowExecuteInternalParams) WithSourceEventURL

func (o *WorkflowExecuteInternalParams) WithSourceEventURL(sourceEventURL *string) *WorkflowExecuteInternalParams

WithSourceEventURL adds the sourceEventURL to the workflow execute internal params

func (*WorkflowExecuteInternalParams) WithTimeout

WithTimeout adds the timeout to the workflow execute internal params

func (*WorkflowExecuteInternalParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WorkflowExecuteInternalReader

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

WorkflowExecuteInternalReader is a Reader for the WorkflowExecuteInternal structure.

func (*WorkflowExecuteInternalReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WorkflowExecuteInternalTooManyRequests

type WorkflowExecuteInternalTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewWorkflowExecuteInternalTooManyRequests

func NewWorkflowExecuteInternalTooManyRequests() *WorkflowExecuteInternalTooManyRequests

NewWorkflowExecuteInternalTooManyRequests creates a WorkflowExecuteInternalTooManyRequests with default headers values

func (*WorkflowExecuteInternalTooManyRequests) Code

Code gets the status code for the workflow execute internal too many requests response

func (*WorkflowExecuteInternalTooManyRequests) Error

func (*WorkflowExecuteInternalTooManyRequests) GetPayload

func (*WorkflowExecuteInternalTooManyRequests) IsClientError

func (o *WorkflowExecuteInternalTooManyRequests) IsClientError() bool

IsClientError returns true when this workflow execute internal too many requests response has a 4xx status code

func (*WorkflowExecuteInternalTooManyRequests) IsCode

IsCode returns true when this workflow execute internal too many requests response a status code equal to that given

func (*WorkflowExecuteInternalTooManyRequests) IsRedirect

IsRedirect returns true when this workflow execute internal too many requests response has a 3xx status code

func (*WorkflowExecuteInternalTooManyRequests) IsServerError

func (o *WorkflowExecuteInternalTooManyRequests) IsServerError() bool

IsServerError returns true when this workflow execute internal too many requests response has a 5xx status code

func (*WorkflowExecuteInternalTooManyRequests) IsSuccess

IsSuccess returns true when this workflow execute internal too many requests response has a 2xx status code

func (*WorkflowExecuteInternalTooManyRequests) String

type WorkflowExecutionsCombinedBadRequest

type WorkflowExecutionsCombinedBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIExecutionResultsResponse
}

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

Bad Request

func NewWorkflowExecutionsCombinedBadRequest

func NewWorkflowExecutionsCombinedBadRequest() *WorkflowExecutionsCombinedBadRequest

NewWorkflowExecutionsCombinedBadRequest creates a WorkflowExecutionsCombinedBadRequest with default headers values

func (*WorkflowExecutionsCombinedBadRequest) Code

Code gets the status code for the workflow executions combined bad request response

func (*WorkflowExecutionsCombinedBadRequest) Error

func (*WorkflowExecutionsCombinedBadRequest) GetPayload

func (*WorkflowExecutionsCombinedBadRequest) IsClientError

func (o *WorkflowExecutionsCombinedBadRequest) IsClientError() bool

IsClientError returns true when this workflow executions combined bad request response has a 4xx status code

func (*WorkflowExecutionsCombinedBadRequest) IsCode

IsCode returns true when this workflow executions combined bad request response a status code equal to that given

func (*WorkflowExecutionsCombinedBadRequest) IsRedirect

IsRedirect returns true when this workflow executions combined bad request response has a 3xx status code

func (*WorkflowExecutionsCombinedBadRequest) IsServerError

func (o *WorkflowExecutionsCombinedBadRequest) IsServerError() bool

IsServerError returns true when this workflow executions combined bad request response has a 5xx status code

func (*WorkflowExecutionsCombinedBadRequest) IsSuccess

IsSuccess returns true when this workflow executions combined bad request response has a 2xx status code

func (*WorkflowExecutionsCombinedBadRequest) String

type WorkflowExecutionsCombinedForbidden

type WorkflowExecutionsCombinedForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewWorkflowExecutionsCombinedForbidden

func NewWorkflowExecutionsCombinedForbidden() *WorkflowExecutionsCombinedForbidden

NewWorkflowExecutionsCombinedForbidden creates a WorkflowExecutionsCombinedForbidden with default headers values

func (*WorkflowExecutionsCombinedForbidden) Code

Code gets the status code for the workflow executions combined forbidden response

func (*WorkflowExecutionsCombinedForbidden) Error

func (*WorkflowExecutionsCombinedForbidden) GetPayload

func (*WorkflowExecutionsCombinedForbidden) IsClientError

func (o *WorkflowExecutionsCombinedForbidden) IsClientError() bool

IsClientError returns true when this workflow executions combined forbidden response has a 4xx status code

func (*WorkflowExecutionsCombinedForbidden) IsCode

IsCode returns true when this workflow executions combined forbidden response a status code equal to that given

func (*WorkflowExecutionsCombinedForbidden) IsRedirect

func (o *WorkflowExecutionsCombinedForbidden) IsRedirect() bool

IsRedirect returns true when this workflow executions combined forbidden response has a 3xx status code

func (*WorkflowExecutionsCombinedForbidden) IsServerError

func (o *WorkflowExecutionsCombinedForbidden) IsServerError() bool

IsServerError returns true when this workflow executions combined forbidden response has a 5xx status code

func (*WorkflowExecutionsCombinedForbidden) IsSuccess

IsSuccess returns true when this workflow executions combined forbidden response has a 2xx status code

func (*WorkflowExecutionsCombinedForbidden) String

type WorkflowExecutionsCombinedInternalServerError

type WorkflowExecutionsCombinedInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIExecutionResultsResponse
}

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

Internal Server Error

func NewWorkflowExecutionsCombinedInternalServerError

func NewWorkflowExecutionsCombinedInternalServerError() *WorkflowExecutionsCombinedInternalServerError

NewWorkflowExecutionsCombinedInternalServerError creates a WorkflowExecutionsCombinedInternalServerError with default headers values

func (*WorkflowExecutionsCombinedInternalServerError) Code

Code gets the status code for the workflow executions combined internal server error response

func (*WorkflowExecutionsCombinedInternalServerError) Error

func (*WorkflowExecutionsCombinedInternalServerError) GetPayload

func (*WorkflowExecutionsCombinedInternalServerError) IsClientError

IsClientError returns true when this workflow executions combined internal server error response has a 4xx status code

func (*WorkflowExecutionsCombinedInternalServerError) IsCode

IsCode returns true when this workflow executions combined internal server error response a status code equal to that given

func (*WorkflowExecutionsCombinedInternalServerError) IsRedirect

IsRedirect returns true when this workflow executions combined internal server error response has a 3xx status code

func (*WorkflowExecutionsCombinedInternalServerError) IsServerError

IsServerError returns true when this workflow executions combined internal server error response has a 5xx status code

func (*WorkflowExecutionsCombinedInternalServerError) IsSuccess

IsSuccess returns true when this workflow executions combined internal server error response has a 2xx status code

func (*WorkflowExecutionsCombinedInternalServerError) String

type WorkflowExecutionsCombinedNotFound

type WorkflowExecutionsCombinedNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIExecutionResultsResponse
}

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

Not Found

func NewWorkflowExecutionsCombinedNotFound

func NewWorkflowExecutionsCombinedNotFound() *WorkflowExecutionsCombinedNotFound

NewWorkflowExecutionsCombinedNotFound creates a WorkflowExecutionsCombinedNotFound with default headers values

func (*WorkflowExecutionsCombinedNotFound) Code

Code gets the status code for the workflow executions combined not found response

func (*WorkflowExecutionsCombinedNotFound) Error

func (*WorkflowExecutionsCombinedNotFound) GetPayload

func (*WorkflowExecutionsCombinedNotFound) IsClientError

func (o *WorkflowExecutionsCombinedNotFound) IsClientError() bool

IsClientError returns true when this workflow executions combined not found response has a 4xx status code

func (*WorkflowExecutionsCombinedNotFound) IsCode

IsCode returns true when this workflow executions combined not found response a status code equal to that given

func (*WorkflowExecutionsCombinedNotFound) IsRedirect

func (o *WorkflowExecutionsCombinedNotFound) IsRedirect() bool

IsRedirect returns true when this workflow executions combined not found response has a 3xx status code

func (*WorkflowExecutionsCombinedNotFound) IsServerError

func (o *WorkflowExecutionsCombinedNotFound) IsServerError() bool

IsServerError returns true when this workflow executions combined not found response has a 5xx status code

func (*WorkflowExecutionsCombinedNotFound) IsSuccess

IsSuccess returns true when this workflow executions combined not found response has a 2xx status code

func (*WorkflowExecutionsCombinedNotFound) String

type WorkflowExecutionsCombinedOK

type WorkflowExecutionsCombinedOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIExecutionResultsResponse
}

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

OK

func NewWorkflowExecutionsCombinedOK

func NewWorkflowExecutionsCombinedOK() *WorkflowExecutionsCombinedOK

NewWorkflowExecutionsCombinedOK creates a WorkflowExecutionsCombinedOK with default headers values

func (*WorkflowExecutionsCombinedOK) Code

Code gets the status code for the workflow executions combined o k response

func (*WorkflowExecutionsCombinedOK) Error

func (*WorkflowExecutionsCombinedOK) GetPayload

func (*WorkflowExecutionsCombinedOK) IsClientError

func (o *WorkflowExecutionsCombinedOK) IsClientError() bool

IsClientError returns true when this workflow executions combined o k response has a 4xx status code

func (*WorkflowExecutionsCombinedOK) IsCode

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

IsCode returns true when this workflow executions combined o k response a status code equal to that given

func (*WorkflowExecutionsCombinedOK) IsRedirect

func (o *WorkflowExecutionsCombinedOK) IsRedirect() bool

IsRedirect returns true when this workflow executions combined o k response has a 3xx status code

func (*WorkflowExecutionsCombinedOK) IsServerError

func (o *WorkflowExecutionsCombinedOK) IsServerError() bool

IsServerError returns true when this workflow executions combined o k response has a 5xx status code

func (*WorkflowExecutionsCombinedOK) IsSuccess

func (o *WorkflowExecutionsCombinedOK) IsSuccess() bool

IsSuccess returns true when this workflow executions combined o k response has a 2xx status code

func (*WorkflowExecutionsCombinedOK) String

type WorkflowExecutionsCombinedParams

type WorkflowExecutionsCombinedParams struct {

	/* Filter.

	   FQL query specifying filter parameters.
	*/
	Filter string

	/* Limit.

	   Maximum number of records to return.
	*/
	Limit *int64

	/* Offset.

	   Starting pagination offset of records to return.
	*/
	Offset *string

	/* Sort.

	   Sort items by providing a comma separated list of property and direction (eg name.desc,time.asc). If direction is omitted, defaults to descending.
	*/
	Sort *string

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

WorkflowExecutionsCombinedParams contains all the parameters to send to the API endpoint

for the workflow executions combined operation.

Typically these are written to a http.Request.

func NewWorkflowExecutionsCombinedParams

func NewWorkflowExecutionsCombinedParams() *WorkflowExecutionsCombinedParams

NewWorkflowExecutionsCombinedParams creates a new WorkflowExecutionsCombinedParams 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 NewWorkflowExecutionsCombinedParamsWithContext

func NewWorkflowExecutionsCombinedParamsWithContext(ctx context.Context) *WorkflowExecutionsCombinedParams

NewWorkflowExecutionsCombinedParamsWithContext creates a new WorkflowExecutionsCombinedParams object with the ability to set a context for a request.

func NewWorkflowExecutionsCombinedParamsWithHTTPClient

func NewWorkflowExecutionsCombinedParamsWithHTTPClient(client *http.Client) *WorkflowExecutionsCombinedParams

NewWorkflowExecutionsCombinedParamsWithHTTPClient creates a new WorkflowExecutionsCombinedParams object with the ability to set a custom HTTPClient for a request.

func NewWorkflowExecutionsCombinedParamsWithTimeout

func NewWorkflowExecutionsCombinedParamsWithTimeout(timeout time.Duration) *WorkflowExecutionsCombinedParams

NewWorkflowExecutionsCombinedParamsWithTimeout creates a new WorkflowExecutionsCombinedParams object with the ability to set a timeout on a request.

func (*WorkflowExecutionsCombinedParams) SetContext

SetContext adds the context to the workflow executions combined params

func (*WorkflowExecutionsCombinedParams) SetDefaults

func (o *WorkflowExecutionsCombinedParams) SetDefaults()

SetDefaults hydrates default values in the workflow executions combined params (not the query body).

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

func (*WorkflowExecutionsCombinedParams) SetFilter

func (o *WorkflowExecutionsCombinedParams) SetFilter(filter string)

SetFilter adds the filter to the workflow executions combined params

func (*WorkflowExecutionsCombinedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the workflow executions combined params

func (*WorkflowExecutionsCombinedParams) SetLimit

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

SetLimit adds the limit to the workflow executions combined params

func (*WorkflowExecutionsCombinedParams) SetOffset

func (o *WorkflowExecutionsCombinedParams) SetOffset(offset *string)

SetOffset adds the offset to the workflow executions combined params

func (*WorkflowExecutionsCombinedParams) SetSort

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

SetSort adds the sort to the workflow executions combined params

func (*WorkflowExecutionsCombinedParams) SetTimeout

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

SetTimeout adds the timeout to the workflow executions combined params

func (*WorkflowExecutionsCombinedParams) WithContext

WithContext adds the context to the workflow executions combined params

func (*WorkflowExecutionsCombinedParams) WithDefaults

WithDefaults hydrates default values in the workflow executions combined params (not the query body).

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

func (*WorkflowExecutionsCombinedParams) WithFilter

WithFilter adds the filter to the workflow executions combined params

func (*WorkflowExecutionsCombinedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the workflow executions combined params

func (*WorkflowExecutionsCombinedParams) WithLimit

WithLimit adds the limit to the workflow executions combined params

func (*WorkflowExecutionsCombinedParams) WithOffset

WithOffset adds the offset to the workflow executions combined params

func (*WorkflowExecutionsCombinedParams) WithSort

WithSort adds the sort to the workflow executions combined params

func (*WorkflowExecutionsCombinedParams) WithTimeout

WithTimeout adds the timeout to the workflow executions combined params

func (*WorkflowExecutionsCombinedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WorkflowExecutionsCombinedReader

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

WorkflowExecutionsCombinedReader is a Reader for the WorkflowExecutionsCombined structure.

func (*WorkflowExecutionsCombinedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WorkflowExecutionsCombinedTooManyRequests

type WorkflowExecutionsCombinedTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewWorkflowExecutionsCombinedTooManyRequests

func NewWorkflowExecutionsCombinedTooManyRequests() *WorkflowExecutionsCombinedTooManyRequests

NewWorkflowExecutionsCombinedTooManyRequests creates a WorkflowExecutionsCombinedTooManyRequests with default headers values

func (*WorkflowExecutionsCombinedTooManyRequests) Code

Code gets the status code for the workflow executions combined too many requests response

func (*WorkflowExecutionsCombinedTooManyRequests) Error

func (*WorkflowExecutionsCombinedTooManyRequests) GetPayload

func (*WorkflowExecutionsCombinedTooManyRequests) IsClientError

IsClientError returns true when this workflow executions combined too many requests response has a 4xx status code

func (*WorkflowExecutionsCombinedTooManyRequests) IsCode

IsCode returns true when this workflow executions combined too many requests response a status code equal to that given

func (*WorkflowExecutionsCombinedTooManyRequests) IsRedirect

IsRedirect returns true when this workflow executions combined too many requests response has a 3xx status code

func (*WorkflowExecutionsCombinedTooManyRequests) IsServerError

IsServerError returns true when this workflow executions combined too many requests response has a 5xx status code

func (*WorkflowExecutionsCombinedTooManyRequests) IsSuccess

IsSuccess returns true when this workflow executions combined too many requests response has a 2xx status code

func (*WorkflowExecutionsCombinedTooManyRequests) String

type WorkflowGetHumanInputV1BadRequest

type WorkflowGetHumanInputV1BadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ModelUserInputReadResponse
}

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

Bad Request

func NewWorkflowGetHumanInputV1BadRequest

func NewWorkflowGetHumanInputV1BadRequest() *WorkflowGetHumanInputV1BadRequest

NewWorkflowGetHumanInputV1BadRequest creates a WorkflowGetHumanInputV1BadRequest with default headers values

func (*WorkflowGetHumanInputV1BadRequest) Code

Code gets the status code for the workflow get human input v1 bad request response

func (*WorkflowGetHumanInputV1BadRequest) Error

func (*WorkflowGetHumanInputV1BadRequest) GetPayload

func (*WorkflowGetHumanInputV1BadRequest) IsClientError

func (o *WorkflowGetHumanInputV1BadRequest) IsClientError() bool

IsClientError returns true when this workflow get human input v1 bad request response has a 4xx status code

func (*WorkflowGetHumanInputV1BadRequest) IsCode

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

IsCode returns true when this workflow get human input v1 bad request response a status code equal to that given

func (*WorkflowGetHumanInputV1BadRequest) IsRedirect

func (o *WorkflowGetHumanInputV1BadRequest) IsRedirect() bool

IsRedirect returns true when this workflow get human input v1 bad request response has a 3xx status code

func (*WorkflowGetHumanInputV1BadRequest) IsServerError

func (o *WorkflowGetHumanInputV1BadRequest) IsServerError() bool

IsServerError returns true when this workflow get human input v1 bad request response has a 5xx status code

func (*WorkflowGetHumanInputV1BadRequest) IsSuccess

func (o *WorkflowGetHumanInputV1BadRequest) IsSuccess() bool

IsSuccess returns true when this workflow get human input v1 bad request response has a 2xx status code

func (*WorkflowGetHumanInputV1BadRequest) String

type WorkflowGetHumanInputV1Forbidden

type WorkflowGetHumanInputV1Forbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewWorkflowGetHumanInputV1Forbidden

func NewWorkflowGetHumanInputV1Forbidden() *WorkflowGetHumanInputV1Forbidden

NewWorkflowGetHumanInputV1Forbidden creates a WorkflowGetHumanInputV1Forbidden with default headers values

func (*WorkflowGetHumanInputV1Forbidden) Code

Code gets the status code for the workflow get human input v1 forbidden response

func (*WorkflowGetHumanInputV1Forbidden) Error

func (*WorkflowGetHumanInputV1Forbidden) GetPayload

func (*WorkflowGetHumanInputV1Forbidden) IsClientError

func (o *WorkflowGetHumanInputV1Forbidden) IsClientError() bool

IsClientError returns true when this workflow get human input v1 forbidden response has a 4xx status code

func (*WorkflowGetHumanInputV1Forbidden) IsCode

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

IsCode returns true when this workflow get human input v1 forbidden response a status code equal to that given

func (*WorkflowGetHumanInputV1Forbidden) IsRedirect

func (o *WorkflowGetHumanInputV1Forbidden) IsRedirect() bool

IsRedirect returns true when this workflow get human input v1 forbidden response has a 3xx status code

func (*WorkflowGetHumanInputV1Forbidden) IsServerError

func (o *WorkflowGetHumanInputV1Forbidden) IsServerError() bool

IsServerError returns true when this workflow get human input v1 forbidden response has a 5xx status code

func (*WorkflowGetHumanInputV1Forbidden) IsSuccess

func (o *WorkflowGetHumanInputV1Forbidden) IsSuccess() bool

IsSuccess returns true when this workflow get human input v1 forbidden response has a 2xx status code

func (*WorkflowGetHumanInputV1Forbidden) String

type WorkflowGetHumanInputV1InternalServerError

type WorkflowGetHumanInputV1InternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ModelUserInputReadResponse
}

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

Internal Server Error

func NewWorkflowGetHumanInputV1InternalServerError

func NewWorkflowGetHumanInputV1InternalServerError() *WorkflowGetHumanInputV1InternalServerError

NewWorkflowGetHumanInputV1InternalServerError creates a WorkflowGetHumanInputV1InternalServerError with default headers values

func (*WorkflowGetHumanInputV1InternalServerError) Code

Code gets the status code for the workflow get human input v1 internal server error response

func (*WorkflowGetHumanInputV1InternalServerError) Error

func (*WorkflowGetHumanInputV1InternalServerError) GetPayload

func (*WorkflowGetHumanInputV1InternalServerError) IsClientError

IsClientError returns true when this workflow get human input v1 internal server error response has a 4xx status code

func (*WorkflowGetHumanInputV1InternalServerError) IsCode

IsCode returns true when this workflow get human input v1 internal server error response a status code equal to that given

func (*WorkflowGetHumanInputV1InternalServerError) IsRedirect

IsRedirect returns true when this workflow get human input v1 internal server error response has a 3xx status code

func (*WorkflowGetHumanInputV1InternalServerError) IsServerError

IsServerError returns true when this workflow get human input v1 internal server error response has a 5xx status code

func (*WorkflowGetHumanInputV1InternalServerError) IsSuccess

IsSuccess returns true when this workflow get human input v1 internal server error response has a 2xx status code

func (*WorkflowGetHumanInputV1InternalServerError) String

type WorkflowGetHumanInputV1NotFound

type WorkflowGetHumanInputV1NotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ModelUserInputReadResponse
}

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

Not Found

func NewWorkflowGetHumanInputV1NotFound

func NewWorkflowGetHumanInputV1NotFound() *WorkflowGetHumanInputV1NotFound

NewWorkflowGetHumanInputV1NotFound creates a WorkflowGetHumanInputV1NotFound with default headers values

func (*WorkflowGetHumanInputV1NotFound) Code

Code gets the status code for the workflow get human input v1 not found response

func (*WorkflowGetHumanInputV1NotFound) Error

func (*WorkflowGetHumanInputV1NotFound) GetPayload

func (*WorkflowGetHumanInputV1NotFound) IsClientError

func (o *WorkflowGetHumanInputV1NotFound) IsClientError() bool

IsClientError returns true when this workflow get human input v1 not found response has a 4xx status code

func (*WorkflowGetHumanInputV1NotFound) IsCode

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

IsCode returns true when this workflow get human input v1 not found response a status code equal to that given

func (*WorkflowGetHumanInputV1NotFound) IsRedirect

func (o *WorkflowGetHumanInputV1NotFound) IsRedirect() bool

IsRedirect returns true when this workflow get human input v1 not found response has a 3xx status code

func (*WorkflowGetHumanInputV1NotFound) IsServerError

func (o *WorkflowGetHumanInputV1NotFound) IsServerError() bool

IsServerError returns true when this workflow get human input v1 not found response has a 5xx status code

func (*WorkflowGetHumanInputV1NotFound) IsSuccess

func (o *WorkflowGetHumanInputV1NotFound) IsSuccess() bool

IsSuccess returns true when this workflow get human input v1 not found response has a 2xx status code

func (*WorkflowGetHumanInputV1NotFound) String

type WorkflowGetHumanInputV1OK

type WorkflowGetHumanInputV1OK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ModelUserInputReadResponse
}

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

OK

func NewWorkflowGetHumanInputV1OK

func NewWorkflowGetHumanInputV1OK() *WorkflowGetHumanInputV1OK

NewWorkflowGetHumanInputV1OK creates a WorkflowGetHumanInputV1OK with default headers values

func (*WorkflowGetHumanInputV1OK) Code

func (o *WorkflowGetHumanInputV1OK) Code() int

Code gets the status code for the workflow get human input v1 o k response

func (*WorkflowGetHumanInputV1OK) Error

func (o *WorkflowGetHumanInputV1OK) Error() string

func (*WorkflowGetHumanInputV1OK) GetPayload

func (*WorkflowGetHumanInputV1OK) IsClientError

func (o *WorkflowGetHumanInputV1OK) IsClientError() bool

IsClientError returns true when this workflow get human input v1 o k response has a 4xx status code

func (*WorkflowGetHumanInputV1OK) IsCode

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

IsCode returns true when this workflow get human input v1 o k response a status code equal to that given

func (*WorkflowGetHumanInputV1OK) IsRedirect

func (o *WorkflowGetHumanInputV1OK) IsRedirect() bool

IsRedirect returns true when this workflow get human input v1 o k response has a 3xx status code

func (*WorkflowGetHumanInputV1OK) IsServerError

func (o *WorkflowGetHumanInputV1OK) IsServerError() bool

IsServerError returns true when this workflow get human input v1 o k response has a 5xx status code

func (*WorkflowGetHumanInputV1OK) IsSuccess

func (o *WorkflowGetHumanInputV1OK) IsSuccess() bool

IsSuccess returns true when this workflow get human input v1 o k response has a 2xx status code

func (*WorkflowGetHumanInputV1OK) String

func (o *WorkflowGetHumanInputV1OK) String() string

type WorkflowGetHumanInputV1Params

type WorkflowGetHumanInputV1Params struct {

	/* Ids.

	   IDs of human inputs to read
	*/
	Ids []string

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

WorkflowGetHumanInputV1Params contains all the parameters to send to the API endpoint

for the workflow get human input v1 operation.

Typically these are written to a http.Request.

func NewWorkflowGetHumanInputV1Params

func NewWorkflowGetHumanInputV1Params() *WorkflowGetHumanInputV1Params

NewWorkflowGetHumanInputV1Params creates a new WorkflowGetHumanInputV1Params 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 NewWorkflowGetHumanInputV1ParamsWithContext

func NewWorkflowGetHumanInputV1ParamsWithContext(ctx context.Context) *WorkflowGetHumanInputV1Params

NewWorkflowGetHumanInputV1ParamsWithContext creates a new WorkflowGetHumanInputV1Params object with the ability to set a context for a request.

func NewWorkflowGetHumanInputV1ParamsWithHTTPClient

func NewWorkflowGetHumanInputV1ParamsWithHTTPClient(client *http.Client) *WorkflowGetHumanInputV1Params

NewWorkflowGetHumanInputV1ParamsWithHTTPClient creates a new WorkflowGetHumanInputV1Params object with the ability to set a custom HTTPClient for a request.

func NewWorkflowGetHumanInputV1ParamsWithTimeout

func NewWorkflowGetHumanInputV1ParamsWithTimeout(timeout time.Duration) *WorkflowGetHumanInputV1Params

NewWorkflowGetHumanInputV1ParamsWithTimeout creates a new WorkflowGetHumanInputV1Params object with the ability to set a timeout on a request.

func (*WorkflowGetHumanInputV1Params) SetContext

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

SetContext adds the context to the workflow get human input v1 params

func (*WorkflowGetHumanInputV1Params) SetDefaults

func (o *WorkflowGetHumanInputV1Params) SetDefaults()

SetDefaults hydrates default values in the workflow get human input v1 params (not the query body).

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

func (*WorkflowGetHumanInputV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the workflow get human input v1 params

func (*WorkflowGetHumanInputV1Params) SetIds

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

SetIds adds the ids to the workflow get human input v1 params

func (*WorkflowGetHumanInputV1Params) SetTimeout

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

SetTimeout adds the timeout to the workflow get human input v1 params

func (*WorkflowGetHumanInputV1Params) WithContext

WithContext adds the context to the workflow get human input v1 params

func (*WorkflowGetHumanInputV1Params) WithDefaults

WithDefaults hydrates default values in the workflow get human input v1 params (not the query body).

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

func (*WorkflowGetHumanInputV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the workflow get human input v1 params

func (*WorkflowGetHumanInputV1Params) WithIds

WithIds adds the ids to the workflow get human input v1 params

func (*WorkflowGetHumanInputV1Params) WithTimeout

WithTimeout adds the timeout to the workflow get human input v1 params

func (*WorkflowGetHumanInputV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type WorkflowGetHumanInputV1Reader

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

WorkflowGetHumanInputV1Reader is a Reader for the WorkflowGetHumanInputV1 structure.

func (*WorkflowGetHumanInputV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WorkflowGetHumanInputV1TooManyRequests

type WorkflowGetHumanInputV1TooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewWorkflowGetHumanInputV1TooManyRequests

func NewWorkflowGetHumanInputV1TooManyRequests() *WorkflowGetHumanInputV1TooManyRequests

NewWorkflowGetHumanInputV1TooManyRequests creates a WorkflowGetHumanInputV1TooManyRequests with default headers values

func (*WorkflowGetHumanInputV1TooManyRequests) Code

Code gets the status code for the workflow get human input v1 too many requests response

func (*WorkflowGetHumanInputV1TooManyRequests) Error

func (*WorkflowGetHumanInputV1TooManyRequests) GetPayload

func (*WorkflowGetHumanInputV1TooManyRequests) IsClientError

func (o *WorkflowGetHumanInputV1TooManyRequests) IsClientError() bool

IsClientError returns true when this workflow get human input v1 too many requests response has a 4xx status code

func (*WorkflowGetHumanInputV1TooManyRequests) IsCode

IsCode returns true when this workflow get human input v1 too many requests response a status code equal to that given

func (*WorkflowGetHumanInputV1TooManyRequests) IsRedirect

IsRedirect returns true when this workflow get human input v1 too many requests response has a 3xx status code

func (*WorkflowGetHumanInputV1TooManyRequests) IsServerError

func (o *WorkflowGetHumanInputV1TooManyRequests) IsServerError() bool

IsServerError returns true when this workflow get human input v1 too many requests response has a 5xx status code

func (*WorkflowGetHumanInputV1TooManyRequests) IsSuccess

IsSuccess returns true when this workflow get human input v1 too many requests response has a 2xx status code

func (*WorkflowGetHumanInputV1TooManyRequests) String

type WorkflowMockExecuteBadRequest

type WorkflowMockExecuteBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

Bad Request

func NewWorkflowMockExecuteBadRequest

func NewWorkflowMockExecuteBadRequest() *WorkflowMockExecuteBadRequest

NewWorkflowMockExecuteBadRequest creates a WorkflowMockExecuteBadRequest with default headers values

func (*WorkflowMockExecuteBadRequest) Code

Code gets the status code for the workflow mock execute bad request response

func (*WorkflowMockExecuteBadRequest) Error

func (*WorkflowMockExecuteBadRequest) GetPayload

func (*WorkflowMockExecuteBadRequest) IsClientError

func (o *WorkflowMockExecuteBadRequest) IsClientError() bool

IsClientError returns true when this workflow mock execute bad request response has a 4xx status code

func (*WorkflowMockExecuteBadRequest) IsCode

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

IsCode returns true when this workflow mock execute bad request response a status code equal to that given

func (*WorkflowMockExecuteBadRequest) IsRedirect

func (o *WorkflowMockExecuteBadRequest) IsRedirect() bool

IsRedirect returns true when this workflow mock execute bad request response has a 3xx status code

func (*WorkflowMockExecuteBadRequest) IsServerError

func (o *WorkflowMockExecuteBadRequest) IsServerError() bool

IsServerError returns true when this workflow mock execute bad request response has a 5xx status code

func (*WorkflowMockExecuteBadRequest) IsSuccess

func (o *WorkflowMockExecuteBadRequest) IsSuccess() bool

IsSuccess returns true when this workflow mock execute bad request response has a 2xx status code

func (*WorkflowMockExecuteBadRequest) String

type WorkflowMockExecuteForbidden

type WorkflowMockExecuteForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewWorkflowMockExecuteForbidden

func NewWorkflowMockExecuteForbidden() *WorkflowMockExecuteForbidden

NewWorkflowMockExecuteForbidden creates a WorkflowMockExecuteForbidden with default headers values

func (*WorkflowMockExecuteForbidden) Code

Code gets the status code for the workflow mock execute forbidden response

func (*WorkflowMockExecuteForbidden) Error

func (*WorkflowMockExecuteForbidden) GetPayload

func (*WorkflowMockExecuteForbidden) IsClientError

func (o *WorkflowMockExecuteForbidden) IsClientError() bool

IsClientError returns true when this workflow mock execute forbidden response has a 4xx status code

func (*WorkflowMockExecuteForbidden) IsCode

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

IsCode returns true when this workflow mock execute forbidden response a status code equal to that given

func (*WorkflowMockExecuteForbidden) IsRedirect

func (o *WorkflowMockExecuteForbidden) IsRedirect() bool

IsRedirect returns true when this workflow mock execute forbidden response has a 3xx status code

func (*WorkflowMockExecuteForbidden) IsServerError

func (o *WorkflowMockExecuteForbidden) IsServerError() bool

IsServerError returns true when this workflow mock execute forbidden response has a 5xx status code

func (*WorkflowMockExecuteForbidden) IsSuccess

func (o *WorkflowMockExecuteForbidden) IsSuccess() bool

IsSuccess returns true when this workflow mock execute forbidden response has a 2xx status code

func (*WorkflowMockExecuteForbidden) String

type WorkflowMockExecuteInternalServerError

type WorkflowMockExecuteInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

Internal Server Error

func NewWorkflowMockExecuteInternalServerError

func NewWorkflowMockExecuteInternalServerError() *WorkflowMockExecuteInternalServerError

NewWorkflowMockExecuteInternalServerError creates a WorkflowMockExecuteInternalServerError with default headers values

func (*WorkflowMockExecuteInternalServerError) Code

Code gets the status code for the workflow mock execute internal server error response

func (*WorkflowMockExecuteInternalServerError) Error

func (*WorkflowMockExecuteInternalServerError) GetPayload

func (*WorkflowMockExecuteInternalServerError) IsClientError

func (o *WorkflowMockExecuteInternalServerError) IsClientError() bool

IsClientError returns true when this workflow mock execute internal server error response has a 4xx status code

func (*WorkflowMockExecuteInternalServerError) IsCode

IsCode returns true when this workflow mock execute internal server error response a status code equal to that given

func (*WorkflowMockExecuteInternalServerError) IsRedirect

IsRedirect returns true when this workflow mock execute internal server error response has a 3xx status code

func (*WorkflowMockExecuteInternalServerError) IsServerError

func (o *WorkflowMockExecuteInternalServerError) IsServerError() bool

IsServerError returns true when this workflow mock execute internal server error response has a 5xx status code

func (*WorkflowMockExecuteInternalServerError) IsSuccess

IsSuccess returns true when this workflow mock execute internal server error response has a 2xx status code

func (*WorkflowMockExecuteInternalServerError) String

type WorkflowMockExecuteNotFound

type WorkflowMockExecuteNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

Not Found

func NewWorkflowMockExecuteNotFound

func NewWorkflowMockExecuteNotFound() *WorkflowMockExecuteNotFound

NewWorkflowMockExecuteNotFound creates a WorkflowMockExecuteNotFound with default headers values

func (*WorkflowMockExecuteNotFound) Code

func (o *WorkflowMockExecuteNotFound) Code() int

Code gets the status code for the workflow mock execute not found response

func (*WorkflowMockExecuteNotFound) Error

func (*WorkflowMockExecuteNotFound) GetPayload

func (*WorkflowMockExecuteNotFound) IsClientError

func (o *WorkflowMockExecuteNotFound) IsClientError() bool

IsClientError returns true when this workflow mock execute not found response has a 4xx status code

func (*WorkflowMockExecuteNotFound) IsCode

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

IsCode returns true when this workflow mock execute not found response a status code equal to that given

func (*WorkflowMockExecuteNotFound) IsRedirect

func (o *WorkflowMockExecuteNotFound) IsRedirect() bool

IsRedirect returns true when this workflow mock execute not found response has a 3xx status code

func (*WorkflowMockExecuteNotFound) IsServerError

func (o *WorkflowMockExecuteNotFound) IsServerError() bool

IsServerError returns true when this workflow mock execute not found response has a 5xx status code

func (*WorkflowMockExecuteNotFound) IsSuccess

func (o *WorkflowMockExecuteNotFound) IsSuccess() bool

IsSuccess returns true when this workflow mock execute not found response has a 2xx status code

func (*WorkflowMockExecuteNotFound) String

func (o *WorkflowMockExecuteNotFound) String() string

type WorkflowMockExecuteOK

type WorkflowMockExecuteOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

OK

func NewWorkflowMockExecuteOK

func NewWorkflowMockExecuteOK() *WorkflowMockExecuteOK

NewWorkflowMockExecuteOK creates a WorkflowMockExecuteOK with default headers values

func (*WorkflowMockExecuteOK) Code

func (o *WorkflowMockExecuteOK) Code() int

Code gets the status code for the workflow mock execute o k response

func (*WorkflowMockExecuteOK) Error

func (o *WorkflowMockExecuteOK) Error() string

func (*WorkflowMockExecuteOK) GetPayload

func (*WorkflowMockExecuteOK) IsClientError

func (o *WorkflowMockExecuteOK) IsClientError() bool

IsClientError returns true when this workflow mock execute o k response has a 4xx status code

func (*WorkflowMockExecuteOK) IsCode

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

IsCode returns true when this workflow mock execute o k response a status code equal to that given

func (*WorkflowMockExecuteOK) IsRedirect

func (o *WorkflowMockExecuteOK) IsRedirect() bool

IsRedirect returns true when this workflow mock execute o k response has a 3xx status code

func (*WorkflowMockExecuteOK) IsServerError

func (o *WorkflowMockExecuteOK) IsServerError() bool

IsServerError returns true when this workflow mock execute o k response has a 5xx status code

func (*WorkflowMockExecuteOK) IsSuccess

func (o *WorkflowMockExecuteOK) IsSuccess() bool

IsSuccess returns true when this workflow mock execute o k response has a 2xx status code

func (*WorkflowMockExecuteOK) String

func (o *WorkflowMockExecuteOK) String() string

type WorkflowMockExecuteParams

type WorkflowMockExecuteParams struct {

	// Body.
	Body *models.ModelsMockExecutionCreateRequestV1

	/* DefinitionID.

	   Definition ID to execute, either a name or an ID, or the definition itself in the request body, can be specified.
	*/
	DefinitionID *string

	/* Depth.

	   Used to record the execution depth to help limit execution loops when a workflow triggers another. The maximum depth is 4.
	*/
	Depth *int64

	/* ExecutionCid.

	   CID(s) to execute on. This can be a child if this is a flight control enabled definition. If unset the definition CID is used.
	*/
	ExecutionCid []string

	/* Key.

	   Key used to help deduplicate executions, if unset a new UUID is used
	*/
	Key *string

	/* Name.

	   Workflow name to execute, either a name or an ID, or the definition itself in the request body, can be specified.
	*/
	Name *string

	/* SourceEventURL.

	   Used to record a URL to the source that led to triggering this workflow
	*/
	SourceEventURL *string

	/* ValidateOnly.

	   When enabled, prevents execution after validating mocks against definition
	*/
	ValidateOnly *bool

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

WorkflowMockExecuteParams contains all the parameters to send to the API endpoint

for the workflow mock execute operation.

Typically these are written to a http.Request.

func NewWorkflowMockExecuteParams

func NewWorkflowMockExecuteParams() *WorkflowMockExecuteParams

NewWorkflowMockExecuteParams creates a new WorkflowMockExecuteParams 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 NewWorkflowMockExecuteParamsWithContext

func NewWorkflowMockExecuteParamsWithContext(ctx context.Context) *WorkflowMockExecuteParams

NewWorkflowMockExecuteParamsWithContext creates a new WorkflowMockExecuteParams object with the ability to set a context for a request.

func NewWorkflowMockExecuteParamsWithHTTPClient

func NewWorkflowMockExecuteParamsWithHTTPClient(client *http.Client) *WorkflowMockExecuteParams

NewWorkflowMockExecuteParamsWithHTTPClient creates a new WorkflowMockExecuteParams object with the ability to set a custom HTTPClient for a request.

func NewWorkflowMockExecuteParamsWithTimeout

func NewWorkflowMockExecuteParamsWithTimeout(timeout time.Duration) *WorkflowMockExecuteParams

NewWorkflowMockExecuteParamsWithTimeout creates a new WorkflowMockExecuteParams object with the ability to set a timeout on a request.

func (*WorkflowMockExecuteParams) SetBody

SetBody adds the body to the workflow mock execute params

func (*WorkflowMockExecuteParams) SetContext

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

SetContext adds the context to the workflow mock execute params

func (*WorkflowMockExecuteParams) SetDefaults

func (o *WorkflowMockExecuteParams) SetDefaults()

SetDefaults hydrates default values in the workflow mock execute params (not the query body).

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

func (*WorkflowMockExecuteParams) SetDefinitionID

func (o *WorkflowMockExecuteParams) SetDefinitionID(definitionID *string)

SetDefinitionID adds the definitionId to the workflow mock execute params

func (*WorkflowMockExecuteParams) SetDepth

func (o *WorkflowMockExecuteParams) SetDepth(depth *int64)

SetDepth adds the depth to the workflow mock execute params

func (*WorkflowMockExecuteParams) SetExecutionCid

func (o *WorkflowMockExecuteParams) SetExecutionCid(executionCid []string)

SetExecutionCid adds the executionCid to the workflow mock execute params

func (*WorkflowMockExecuteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the workflow mock execute params

func (*WorkflowMockExecuteParams) SetKey

func (o *WorkflowMockExecuteParams) SetKey(key *string)

SetKey adds the key to the workflow mock execute params

func (*WorkflowMockExecuteParams) SetName

func (o *WorkflowMockExecuteParams) SetName(name *string)

SetName adds the name to the workflow mock execute params

func (*WorkflowMockExecuteParams) SetSourceEventURL

func (o *WorkflowMockExecuteParams) SetSourceEventURL(sourceEventURL *string)

SetSourceEventURL adds the sourceEventUrl to the workflow mock execute params

func (*WorkflowMockExecuteParams) SetTimeout

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

SetTimeout adds the timeout to the workflow mock execute params

func (*WorkflowMockExecuteParams) SetValidateOnly

func (o *WorkflowMockExecuteParams) SetValidateOnly(validateOnly *bool)

SetValidateOnly adds the validateOnly to the workflow mock execute params

func (*WorkflowMockExecuteParams) WithBody

WithBody adds the body to the workflow mock execute params

func (*WorkflowMockExecuteParams) WithContext

WithContext adds the context to the workflow mock execute params

func (*WorkflowMockExecuteParams) WithDefaults

WithDefaults hydrates default values in the workflow mock execute params (not the query body).

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

func (*WorkflowMockExecuteParams) WithDefinitionID

func (o *WorkflowMockExecuteParams) WithDefinitionID(definitionID *string) *WorkflowMockExecuteParams

WithDefinitionID adds the definitionID to the workflow mock execute params

func (*WorkflowMockExecuteParams) WithDepth

WithDepth adds the depth to the workflow mock execute params

func (*WorkflowMockExecuteParams) WithExecutionCid

func (o *WorkflowMockExecuteParams) WithExecutionCid(executionCid []string) *WorkflowMockExecuteParams

WithExecutionCid adds the executionCid to the workflow mock execute params

func (*WorkflowMockExecuteParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the workflow mock execute params

func (*WorkflowMockExecuteParams) WithKey

WithKey adds the key to the workflow mock execute params

func (*WorkflowMockExecuteParams) WithName

WithName adds the name to the workflow mock execute params

func (*WorkflowMockExecuteParams) WithSourceEventURL

func (o *WorkflowMockExecuteParams) WithSourceEventURL(sourceEventURL *string) *WorkflowMockExecuteParams

WithSourceEventURL adds the sourceEventURL to the workflow mock execute params

func (*WorkflowMockExecuteParams) WithTimeout

WithTimeout adds the timeout to the workflow mock execute params

func (*WorkflowMockExecuteParams) WithValidateOnly

func (o *WorkflowMockExecuteParams) WithValidateOnly(validateOnly *bool) *WorkflowMockExecuteParams

WithValidateOnly adds the validateOnly to the workflow mock execute params

func (*WorkflowMockExecuteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WorkflowMockExecuteReader

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

WorkflowMockExecuteReader is a Reader for the WorkflowMockExecute structure.

func (*WorkflowMockExecuteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WorkflowMockExecuteTooManyRequests

type WorkflowMockExecuteTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewWorkflowMockExecuteTooManyRequests

func NewWorkflowMockExecuteTooManyRequests() *WorkflowMockExecuteTooManyRequests

NewWorkflowMockExecuteTooManyRequests creates a WorkflowMockExecuteTooManyRequests with default headers values

func (*WorkflowMockExecuteTooManyRequests) Code

Code gets the status code for the workflow mock execute too many requests response

func (*WorkflowMockExecuteTooManyRequests) Error

func (*WorkflowMockExecuteTooManyRequests) GetPayload

func (*WorkflowMockExecuteTooManyRequests) IsClientError

func (o *WorkflowMockExecuteTooManyRequests) IsClientError() bool

IsClientError returns true when this workflow mock execute too many requests response has a 4xx status code

func (*WorkflowMockExecuteTooManyRequests) IsCode

IsCode returns true when this workflow mock execute too many requests response a status code equal to that given

func (*WorkflowMockExecuteTooManyRequests) IsRedirect

func (o *WorkflowMockExecuteTooManyRequests) IsRedirect() bool

IsRedirect returns true when this workflow mock execute too many requests response has a 3xx status code

func (*WorkflowMockExecuteTooManyRequests) IsServerError

func (o *WorkflowMockExecuteTooManyRequests) IsServerError() bool

IsServerError returns true when this workflow mock execute too many requests response has a 5xx status code

func (*WorkflowMockExecuteTooManyRequests) IsSuccess

IsSuccess returns true when this workflow mock execute too many requests response has a 2xx status code

func (*WorkflowMockExecuteTooManyRequests) String

type WorkflowTriggersCombinedBadRequest

type WorkflowTriggersCombinedBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.TriggersTriggerExternalResponse
}

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

Bad Request

func NewWorkflowTriggersCombinedBadRequest

func NewWorkflowTriggersCombinedBadRequest() *WorkflowTriggersCombinedBadRequest

NewWorkflowTriggersCombinedBadRequest creates a WorkflowTriggersCombinedBadRequest with default headers values

func (*WorkflowTriggersCombinedBadRequest) Code

Code gets the status code for the workflow triggers combined bad request response

func (*WorkflowTriggersCombinedBadRequest) Error

func (*WorkflowTriggersCombinedBadRequest) GetPayload

func (*WorkflowTriggersCombinedBadRequest) IsClientError

func (o *WorkflowTriggersCombinedBadRequest) IsClientError() bool

IsClientError returns true when this workflow triggers combined bad request response has a 4xx status code

func (*WorkflowTriggersCombinedBadRequest) IsCode

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

func (*WorkflowTriggersCombinedBadRequest) IsRedirect

func (o *WorkflowTriggersCombinedBadRequest) IsRedirect() bool

IsRedirect returns true when this workflow triggers combined bad request response has a 3xx status code

func (*WorkflowTriggersCombinedBadRequest) IsServerError

func (o *WorkflowTriggersCombinedBadRequest) IsServerError() bool

IsServerError returns true when this workflow triggers combined bad request response has a 5xx status code

func (*WorkflowTriggersCombinedBadRequest) IsSuccess

IsSuccess returns true when this workflow triggers combined bad request response has a 2xx status code

func (*WorkflowTriggersCombinedBadRequest) String

type WorkflowTriggersCombinedForbidden

type WorkflowTriggersCombinedForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewWorkflowTriggersCombinedForbidden

func NewWorkflowTriggersCombinedForbidden() *WorkflowTriggersCombinedForbidden

NewWorkflowTriggersCombinedForbidden creates a WorkflowTriggersCombinedForbidden with default headers values

func (*WorkflowTriggersCombinedForbidden) Code

Code gets the status code for the workflow triggers combined forbidden response

func (*WorkflowTriggersCombinedForbidden) Error

func (*WorkflowTriggersCombinedForbidden) GetPayload

func (*WorkflowTriggersCombinedForbidden) IsClientError

func (o *WorkflowTriggersCombinedForbidden) IsClientError() bool

IsClientError returns true when this workflow triggers combined forbidden response has a 4xx status code

func (*WorkflowTriggersCombinedForbidden) IsCode

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

IsCode returns true when this workflow triggers combined forbidden response a status code equal to that given

func (*WorkflowTriggersCombinedForbidden) IsRedirect

func (o *WorkflowTriggersCombinedForbidden) IsRedirect() bool

IsRedirect returns true when this workflow triggers combined forbidden response has a 3xx status code

func (*WorkflowTriggersCombinedForbidden) IsServerError

func (o *WorkflowTriggersCombinedForbidden) IsServerError() bool

IsServerError returns true when this workflow triggers combined forbidden response has a 5xx status code

func (*WorkflowTriggersCombinedForbidden) IsSuccess

func (o *WorkflowTriggersCombinedForbidden) IsSuccess() bool

IsSuccess returns true when this workflow triggers combined forbidden response has a 2xx status code

func (*WorkflowTriggersCombinedForbidden) String

type WorkflowTriggersCombinedInternalServerError

type WorkflowTriggersCombinedInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.TriggersTriggerExternalResponse
}

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

Internal Server Error

func NewWorkflowTriggersCombinedInternalServerError

func NewWorkflowTriggersCombinedInternalServerError() *WorkflowTriggersCombinedInternalServerError

NewWorkflowTriggersCombinedInternalServerError creates a WorkflowTriggersCombinedInternalServerError with default headers values

func (*WorkflowTriggersCombinedInternalServerError) Code

Code gets the status code for the workflow triggers combined internal server error response

func (*WorkflowTriggersCombinedInternalServerError) Error

func (*WorkflowTriggersCombinedInternalServerError) GetPayload

func (*WorkflowTriggersCombinedInternalServerError) IsClientError

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

func (*WorkflowTriggersCombinedInternalServerError) IsCode

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

func (*WorkflowTriggersCombinedInternalServerError) IsRedirect

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

func (*WorkflowTriggersCombinedInternalServerError) IsServerError

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

func (*WorkflowTriggersCombinedInternalServerError) IsSuccess

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

func (*WorkflowTriggersCombinedInternalServerError) String

type WorkflowTriggersCombinedNotFound

type WorkflowTriggersCombinedNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.TriggersTriggerExternalResponse
}

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

Not Found

func NewWorkflowTriggersCombinedNotFound

func NewWorkflowTriggersCombinedNotFound() *WorkflowTriggersCombinedNotFound

NewWorkflowTriggersCombinedNotFound creates a WorkflowTriggersCombinedNotFound with default headers values

func (*WorkflowTriggersCombinedNotFound) Code

Code gets the status code for the workflow triggers combined not found response

func (*WorkflowTriggersCombinedNotFound) Error

func (*WorkflowTriggersCombinedNotFound) GetPayload

func (*WorkflowTriggersCombinedNotFound) IsClientError

func (o *WorkflowTriggersCombinedNotFound) IsClientError() bool

IsClientError returns true when this workflow triggers combined not found response has a 4xx status code

func (*WorkflowTriggersCombinedNotFound) IsCode

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

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

func (*WorkflowTriggersCombinedNotFound) IsRedirect

func (o *WorkflowTriggersCombinedNotFound) IsRedirect() bool

IsRedirect returns true when this workflow triggers combined not found response has a 3xx status code

func (*WorkflowTriggersCombinedNotFound) IsServerError

func (o *WorkflowTriggersCombinedNotFound) IsServerError() bool

IsServerError returns true when this workflow triggers combined not found response has a 5xx status code

func (*WorkflowTriggersCombinedNotFound) IsSuccess

func (o *WorkflowTriggersCombinedNotFound) IsSuccess() bool

IsSuccess returns true when this workflow triggers combined not found response has a 2xx status code

func (*WorkflowTriggersCombinedNotFound) String

type WorkflowTriggersCombinedOK

type WorkflowTriggersCombinedOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.TriggersTriggerExternalResponse
}

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

OK

func NewWorkflowTriggersCombinedOK

func NewWorkflowTriggersCombinedOK() *WorkflowTriggersCombinedOK

NewWorkflowTriggersCombinedOK creates a WorkflowTriggersCombinedOK with default headers values

func (*WorkflowTriggersCombinedOK) Code

func (o *WorkflowTriggersCombinedOK) Code() int

Code gets the status code for the workflow triggers combined o k response

func (*WorkflowTriggersCombinedOK) Error

func (*WorkflowTriggersCombinedOK) GetPayload

func (*WorkflowTriggersCombinedOK) IsClientError

func (o *WorkflowTriggersCombinedOK) IsClientError() bool

IsClientError returns true when this workflow triggers combined o k response has a 4xx status code

func (*WorkflowTriggersCombinedOK) IsCode

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

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

func (*WorkflowTriggersCombinedOK) IsRedirect

func (o *WorkflowTriggersCombinedOK) IsRedirect() bool

IsRedirect returns true when this workflow triggers combined o k response has a 3xx status code

func (*WorkflowTriggersCombinedOK) IsServerError

func (o *WorkflowTriggersCombinedOK) IsServerError() bool

IsServerError returns true when this workflow triggers combined o k response has a 5xx status code

func (*WorkflowTriggersCombinedOK) IsSuccess

func (o *WorkflowTriggersCombinedOK) IsSuccess() bool

IsSuccess returns true when this workflow triggers combined o k response has a 2xx status code

func (*WorkflowTriggersCombinedOK) String

func (o *WorkflowTriggersCombinedOK) String() string

type WorkflowTriggersCombinedParams

type WorkflowTriggersCombinedParams struct {

	/* Filter.

	   FQL query specifying filter parameters.
	*/
	Filter string

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

WorkflowTriggersCombinedParams contains all the parameters to send to the API endpoint

for the workflow triggers combined operation.

Typically these are written to a http.Request.

func NewWorkflowTriggersCombinedParams

func NewWorkflowTriggersCombinedParams() *WorkflowTriggersCombinedParams

NewWorkflowTriggersCombinedParams creates a new WorkflowTriggersCombinedParams 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 NewWorkflowTriggersCombinedParamsWithContext

func NewWorkflowTriggersCombinedParamsWithContext(ctx context.Context) *WorkflowTriggersCombinedParams

NewWorkflowTriggersCombinedParamsWithContext creates a new WorkflowTriggersCombinedParams object with the ability to set a context for a request.

func NewWorkflowTriggersCombinedParamsWithHTTPClient

func NewWorkflowTriggersCombinedParamsWithHTTPClient(client *http.Client) *WorkflowTriggersCombinedParams

NewWorkflowTriggersCombinedParamsWithHTTPClient creates a new WorkflowTriggersCombinedParams object with the ability to set a custom HTTPClient for a request.

func NewWorkflowTriggersCombinedParamsWithTimeout

func NewWorkflowTriggersCombinedParamsWithTimeout(timeout time.Duration) *WorkflowTriggersCombinedParams

NewWorkflowTriggersCombinedParamsWithTimeout creates a new WorkflowTriggersCombinedParams object with the ability to set a timeout on a request.

func (*WorkflowTriggersCombinedParams) SetContext

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

SetContext adds the context to the workflow triggers combined params

func (*WorkflowTriggersCombinedParams) SetDefaults

func (o *WorkflowTriggersCombinedParams) SetDefaults()

SetDefaults hydrates default values in the workflow triggers combined params (not the query body).

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

func (*WorkflowTriggersCombinedParams) SetFilter

func (o *WorkflowTriggersCombinedParams) SetFilter(filter string)

SetFilter adds the filter to the workflow triggers combined params

func (*WorkflowTriggersCombinedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the workflow triggers combined params

func (*WorkflowTriggersCombinedParams) SetTimeout

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

SetTimeout adds the timeout to the workflow triggers combined params

func (*WorkflowTriggersCombinedParams) WithContext

WithContext adds the context to the workflow triggers combined params

func (*WorkflowTriggersCombinedParams) WithDefaults

WithDefaults hydrates default values in the workflow triggers combined params (not the query body).

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

func (*WorkflowTriggersCombinedParams) WithFilter

WithFilter adds the filter to the workflow triggers combined params

func (*WorkflowTriggersCombinedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the workflow triggers combined params

func (*WorkflowTriggersCombinedParams) WithTimeout

WithTimeout adds the timeout to the workflow triggers combined params

func (*WorkflowTriggersCombinedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WorkflowTriggersCombinedReader

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

WorkflowTriggersCombinedReader is a Reader for the WorkflowTriggersCombined structure.

func (*WorkflowTriggersCombinedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WorkflowTriggersCombinedTooManyRequests

type WorkflowTriggersCombinedTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewWorkflowTriggersCombinedTooManyRequests

func NewWorkflowTriggersCombinedTooManyRequests() *WorkflowTriggersCombinedTooManyRequests

NewWorkflowTriggersCombinedTooManyRequests creates a WorkflowTriggersCombinedTooManyRequests with default headers values

func (*WorkflowTriggersCombinedTooManyRequests) Code

Code gets the status code for the workflow triggers combined too many requests response

func (*WorkflowTriggersCombinedTooManyRequests) Error

func (*WorkflowTriggersCombinedTooManyRequests) GetPayload

func (*WorkflowTriggersCombinedTooManyRequests) IsClientError

func (o *WorkflowTriggersCombinedTooManyRequests) IsClientError() bool

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

func (*WorkflowTriggersCombinedTooManyRequests) IsCode

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

func (*WorkflowTriggersCombinedTooManyRequests) IsRedirect

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

func (*WorkflowTriggersCombinedTooManyRequests) IsServerError

func (o *WorkflowTriggersCombinedTooManyRequests) IsServerError() bool

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

func (*WorkflowTriggersCombinedTooManyRequests) IsSuccess

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

func (*WorkflowTriggersCombinedTooManyRequests) String

type WorkflowUpdateHumanInputV1BadRequest

type WorkflowUpdateHumanInputV1BadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

Bad Request

func NewWorkflowUpdateHumanInputV1BadRequest

func NewWorkflowUpdateHumanInputV1BadRequest() *WorkflowUpdateHumanInputV1BadRequest

NewWorkflowUpdateHumanInputV1BadRequest creates a WorkflowUpdateHumanInputV1BadRequest with default headers values

func (*WorkflowUpdateHumanInputV1BadRequest) Code

Code gets the status code for the workflow update human input v1 bad request response

func (*WorkflowUpdateHumanInputV1BadRequest) Error

func (*WorkflowUpdateHumanInputV1BadRequest) GetPayload

func (*WorkflowUpdateHumanInputV1BadRequest) IsClientError

func (o *WorkflowUpdateHumanInputV1BadRequest) IsClientError() bool

IsClientError returns true when this workflow update human input v1 bad request response has a 4xx status code

func (*WorkflowUpdateHumanInputV1BadRequest) IsCode

IsCode returns true when this workflow update human input v1 bad request response a status code equal to that given

func (*WorkflowUpdateHumanInputV1BadRequest) IsRedirect

IsRedirect returns true when this workflow update human input v1 bad request response has a 3xx status code

func (*WorkflowUpdateHumanInputV1BadRequest) IsServerError

func (o *WorkflowUpdateHumanInputV1BadRequest) IsServerError() bool

IsServerError returns true when this workflow update human input v1 bad request response has a 5xx status code

func (*WorkflowUpdateHumanInputV1BadRequest) IsSuccess

IsSuccess returns true when this workflow update human input v1 bad request response has a 2xx status code

func (*WorkflowUpdateHumanInputV1BadRequest) String

type WorkflowUpdateHumanInputV1Forbidden

type WorkflowUpdateHumanInputV1Forbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewWorkflowUpdateHumanInputV1Forbidden

func NewWorkflowUpdateHumanInputV1Forbidden() *WorkflowUpdateHumanInputV1Forbidden

NewWorkflowUpdateHumanInputV1Forbidden creates a WorkflowUpdateHumanInputV1Forbidden with default headers values

func (*WorkflowUpdateHumanInputV1Forbidden) Code

Code gets the status code for the workflow update human input v1 forbidden response

func (*WorkflowUpdateHumanInputV1Forbidden) Error

func (*WorkflowUpdateHumanInputV1Forbidden) GetPayload

func (*WorkflowUpdateHumanInputV1Forbidden) IsClientError

func (o *WorkflowUpdateHumanInputV1Forbidden) IsClientError() bool

IsClientError returns true when this workflow update human input v1 forbidden response has a 4xx status code

func (*WorkflowUpdateHumanInputV1Forbidden) IsCode

IsCode returns true when this workflow update human input v1 forbidden response a status code equal to that given

func (*WorkflowUpdateHumanInputV1Forbidden) IsRedirect

func (o *WorkflowUpdateHumanInputV1Forbidden) IsRedirect() bool

IsRedirect returns true when this workflow update human input v1 forbidden response has a 3xx status code

func (*WorkflowUpdateHumanInputV1Forbidden) IsServerError

func (o *WorkflowUpdateHumanInputV1Forbidden) IsServerError() bool

IsServerError returns true when this workflow update human input v1 forbidden response has a 5xx status code

func (*WorkflowUpdateHumanInputV1Forbidden) IsSuccess

IsSuccess returns true when this workflow update human input v1 forbidden response has a 2xx status code

func (*WorkflowUpdateHumanInputV1Forbidden) String

type WorkflowUpdateHumanInputV1InternalServerError

type WorkflowUpdateHumanInputV1InternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

Internal Server Error

func NewWorkflowUpdateHumanInputV1InternalServerError

func NewWorkflowUpdateHumanInputV1InternalServerError() *WorkflowUpdateHumanInputV1InternalServerError

NewWorkflowUpdateHumanInputV1InternalServerError creates a WorkflowUpdateHumanInputV1InternalServerError with default headers values

func (*WorkflowUpdateHumanInputV1InternalServerError) Code

Code gets the status code for the workflow update human input v1 internal server error response

func (*WorkflowUpdateHumanInputV1InternalServerError) Error

func (*WorkflowUpdateHumanInputV1InternalServerError) GetPayload

func (*WorkflowUpdateHumanInputV1InternalServerError) IsClientError

IsClientError returns true when this workflow update human input v1 internal server error response has a 4xx status code

func (*WorkflowUpdateHumanInputV1InternalServerError) IsCode

IsCode returns true when this workflow update human input v1 internal server error response a status code equal to that given

func (*WorkflowUpdateHumanInputV1InternalServerError) IsRedirect

IsRedirect returns true when this workflow update human input v1 internal server error response has a 3xx status code

func (*WorkflowUpdateHumanInputV1InternalServerError) IsServerError

IsServerError returns true when this workflow update human input v1 internal server error response has a 5xx status code

func (*WorkflowUpdateHumanInputV1InternalServerError) IsSuccess

IsSuccess returns true when this workflow update human input v1 internal server error response has a 2xx status code

func (*WorkflowUpdateHumanInputV1InternalServerError) String

type WorkflowUpdateHumanInputV1NotFound

type WorkflowUpdateHumanInputV1NotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

Not Found

func NewWorkflowUpdateHumanInputV1NotFound

func NewWorkflowUpdateHumanInputV1NotFound() *WorkflowUpdateHumanInputV1NotFound

NewWorkflowUpdateHumanInputV1NotFound creates a WorkflowUpdateHumanInputV1NotFound with default headers values

func (*WorkflowUpdateHumanInputV1NotFound) Code

Code gets the status code for the workflow update human input v1 not found response

func (*WorkflowUpdateHumanInputV1NotFound) Error

func (*WorkflowUpdateHumanInputV1NotFound) GetPayload

func (*WorkflowUpdateHumanInputV1NotFound) IsClientError

func (o *WorkflowUpdateHumanInputV1NotFound) IsClientError() bool

IsClientError returns true when this workflow update human input v1 not found response has a 4xx status code

func (*WorkflowUpdateHumanInputV1NotFound) IsCode

IsCode returns true when this workflow update human input v1 not found response a status code equal to that given

func (*WorkflowUpdateHumanInputV1NotFound) IsRedirect

func (o *WorkflowUpdateHumanInputV1NotFound) IsRedirect() bool

IsRedirect returns true when this workflow update human input v1 not found response has a 3xx status code

func (*WorkflowUpdateHumanInputV1NotFound) IsServerError

func (o *WorkflowUpdateHumanInputV1NotFound) IsServerError() bool

IsServerError returns true when this workflow update human input v1 not found response has a 5xx status code

func (*WorkflowUpdateHumanInputV1NotFound) IsSuccess

IsSuccess returns true when this workflow update human input v1 not found response has a 2xx status code

func (*WorkflowUpdateHumanInputV1NotFound) String

type WorkflowUpdateHumanInputV1OK

type WorkflowUpdateHumanInputV1OK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.APIResourceIDsResponse
}

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

OK

func NewWorkflowUpdateHumanInputV1OK

func NewWorkflowUpdateHumanInputV1OK() *WorkflowUpdateHumanInputV1OK

NewWorkflowUpdateHumanInputV1OK creates a WorkflowUpdateHumanInputV1OK with default headers values

func (*WorkflowUpdateHumanInputV1OK) Code

Code gets the status code for the workflow update human input v1 o k response

func (*WorkflowUpdateHumanInputV1OK) Error

func (*WorkflowUpdateHumanInputV1OK) GetPayload

func (*WorkflowUpdateHumanInputV1OK) IsClientError

func (o *WorkflowUpdateHumanInputV1OK) IsClientError() bool

IsClientError returns true when this workflow update human input v1 o k response has a 4xx status code

func (*WorkflowUpdateHumanInputV1OK) IsCode

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

IsCode returns true when this workflow update human input v1 o k response a status code equal to that given

func (*WorkflowUpdateHumanInputV1OK) IsRedirect

func (o *WorkflowUpdateHumanInputV1OK) IsRedirect() bool

IsRedirect returns true when this workflow update human input v1 o k response has a 3xx status code

func (*WorkflowUpdateHumanInputV1OK) IsServerError

func (o *WorkflowUpdateHumanInputV1OK) IsServerError() bool

IsServerError returns true when this workflow update human input v1 o k response has a 5xx status code

func (*WorkflowUpdateHumanInputV1OK) IsSuccess

func (o *WorkflowUpdateHumanInputV1OK) IsSuccess() bool

IsSuccess returns true when this workflow update human input v1 o k response has a 2xx status code

func (*WorkflowUpdateHumanInputV1OK) String

type WorkflowUpdateHumanInputV1Params

type WorkflowUpdateHumanInputV1Params struct {

	// Body.
	Body *models.ModelUserInputUpdateRequest

	/* ID.

	   ID of human input to provide an input to
	*/
	ID string

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

WorkflowUpdateHumanInputV1Params contains all the parameters to send to the API endpoint

for the workflow update human input v1 operation.

Typically these are written to a http.Request.

func NewWorkflowUpdateHumanInputV1Params

func NewWorkflowUpdateHumanInputV1Params() *WorkflowUpdateHumanInputV1Params

NewWorkflowUpdateHumanInputV1Params creates a new WorkflowUpdateHumanInputV1Params 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 NewWorkflowUpdateHumanInputV1ParamsWithContext

func NewWorkflowUpdateHumanInputV1ParamsWithContext(ctx context.Context) *WorkflowUpdateHumanInputV1Params

NewWorkflowUpdateHumanInputV1ParamsWithContext creates a new WorkflowUpdateHumanInputV1Params object with the ability to set a context for a request.

func NewWorkflowUpdateHumanInputV1ParamsWithHTTPClient

func NewWorkflowUpdateHumanInputV1ParamsWithHTTPClient(client *http.Client) *WorkflowUpdateHumanInputV1Params

NewWorkflowUpdateHumanInputV1ParamsWithHTTPClient creates a new WorkflowUpdateHumanInputV1Params object with the ability to set a custom HTTPClient for a request.

func NewWorkflowUpdateHumanInputV1ParamsWithTimeout

func NewWorkflowUpdateHumanInputV1ParamsWithTimeout(timeout time.Duration) *WorkflowUpdateHumanInputV1Params

NewWorkflowUpdateHumanInputV1ParamsWithTimeout creates a new WorkflowUpdateHumanInputV1Params object with the ability to set a timeout on a request.

func (*WorkflowUpdateHumanInputV1Params) SetBody

SetBody adds the body to the workflow update human input v1 params

func (*WorkflowUpdateHumanInputV1Params) SetContext

SetContext adds the context to the workflow update human input v1 params

func (*WorkflowUpdateHumanInputV1Params) SetDefaults

func (o *WorkflowUpdateHumanInputV1Params) SetDefaults()

SetDefaults hydrates default values in the workflow update human input v1 params (not the query body).

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

func (*WorkflowUpdateHumanInputV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the workflow update human input v1 params

func (*WorkflowUpdateHumanInputV1Params) SetID

SetID adds the id to the workflow update human input v1 params

func (*WorkflowUpdateHumanInputV1Params) SetTimeout

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

SetTimeout adds the timeout to the workflow update human input v1 params

func (*WorkflowUpdateHumanInputV1Params) WithBody

WithBody adds the body to the workflow update human input v1 params

func (*WorkflowUpdateHumanInputV1Params) WithContext

WithContext adds the context to the workflow update human input v1 params

func (*WorkflowUpdateHumanInputV1Params) WithDefaults

WithDefaults hydrates default values in the workflow update human input v1 params (not the query body).

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

func (*WorkflowUpdateHumanInputV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the workflow update human input v1 params

func (*WorkflowUpdateHumanInputV1Params) WithID

WithID adds the id to the workflow update human input v1 params

func (*WorkflowUpdateHumanInputV1Params) WithTimeout

WithTimeout adds the timeout to the workflow update human input v1 params

func (*WorkflowUpdateHumanInputV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type WorkflowUpdateHumanInputV1Reader

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

WorkflowUpdateHumanInputV1Reader is a Reader for the WorkflowUpdateHumanInputV1 structure.

func (*WorkflowUpdateHumanInputV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WorkflowUpdateHumanInputV1TooManyRequests

type WorkflowUpdateHumanInputV1TooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewWorkflowUpdateHumanInputV1TooManyRequests

func NewWorkflowUpdateHumanInputV1TooManyRequests() *WorkflowUpdateHumanInputV1TooManyRequests

NewWorkflowUpdateHumanInputV1TooManyRequests creates a WorkflowUpdateHumanInputV1TooManyRequests with default headers values

func (*WorkflowUpdateHumanInputV1TooManyRequests) Code

Code gets the status code for the workflow update human input v1 too many requests response

func (*WorkflowUpdateHumanInputV1TooManyRequests) Error

func (*WorkflowUpdateHumanInputV1TooManyRequests) GetPayload

func (*WorkflowUpdateHumanInputV1TooManyRequests) IsClientError

IsClientError returns true when this workflow update human input v1 too many requests response has a 4xx status code

func (*WorkflowUpdateHumanInputV1TooManyRequests) IsCode

IsCode returns true when this workflow update human input v1 too many requests response a status code equal to that given

func (*WorkflowUpdateHumanInputV1TooManyRequests) IsRedirect

IsRedirect returns true when this workflow update human input v1 too many requests response has a 3xx status code

func (*WorkflowUpdateHumanInputV1TooManyRequests) IsServerError

IsServerError returns true when this workflow update human input v1 too many requests response has a 5xx status code

func (*WorkflowUpdateHumanInputV1TooManyRequests) IsSuccess

IsSuccess returns true when this workflow update human input v1 too many requests response has a 2xx status code

func (*WorkflowUpdateHumanInputV1TooManyRequests) String

Jump to

Keyboard shortcuts

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