widgets

package
v0.0.0-...-853dd42 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   DeleteWidgetsDeployment deletes a widget deployment
	*/
	DeleteWidgetsDeployment(ctx context.Context, params *DeleteWidgetsDeploymentParams) (*DeleteWidgetsDeploymentNoContent, error)
	/*
	   GetWidgetsDeployment gets a widget deployment
	*/
	GetWidgetsDeployment(ctx context.Context, params *GetWidgetsDeploymentParams) (*GetWidgetsDeploymentOK, error)
	/*
	   GetWidgetsDeployments lists widget deployments
	*/
	GetWidgetsDeployments(ctx context.Context, params *GetWidgetsDeploymentsParams) (*GetWidgetsDeploymentsOK, error)
	/*
	   PostWidgetsDeployments creates widget deployment
	*/
	PostWidgetsDeployments(ctx context.Context, params *PostWidgetsDeploymentsParams) (*PostWidgetsDeploymentsOK, error)
	/*
	   PutWidgetsDeployment updates a widget deployment
	*/
	PutWidgetsDeployment(ctx context.Context, params *PutWidgetsDeploymentParams) (*PutWidgetsDeploymentOK, error)
}

API is the interface of the widgets client

type Client

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

Client for widgets API

func New

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

New creates a new widgets API client.

func (*Client) DeleteWidgetsDeployment

func (a *Client) DeleteWidgetsDeployment(ctx context.Context, params *DeleteWidgetsDeploymentParams) (*DeleteWidgetsDeploymentNoContent, error)

DeleteWidgetsDeployment deletes a widget deployment

func (*Client) GetWidgetsDeployment

func (a *Client) GetWidgetsDeployment(ctx context.Context, params *GetWidgetsDeploymentParams) (*GetWidgetsDeploymentOK, error)

GetWidgetsDeployment gets a widget deployment

func (*Client) GetWidgetsDeployments

func (a *Client) GetWidgetsDeployments(ctx context.Context, params *GetWidgetsDeploymentsParams) (*GetWidgetsDeploymentsOK, error)

GetWidgetsDeployments lists widget deployments

func (*Client) PostWidgetsDeployments

func (a *Client) PostWidgetsDeployments(ctx context.Context, params *PostWidgetsDeploymentsParams) (*PostWidgetsDeploymentsOK, error)

PostWidgetsDeployments creates widget deployment

func (*Client) PutWidgetsDeployment

func (a *Client) PutWidgetsDeployment(ctx context.Context, params *PutWidgetsDeploymentParams) (*PutWidgetsDeploymentOK, error)

PutWidgetsDeployment updates a widget deployment

type DeleteWidgetsDeploymentBadRequest

type DeleteWidgetsDeploymentBadRequest struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteWidgetsDeploymentBadRequest

func NewDeleteWidgetsDeploymentBadRequest() *DeleteWidgetsDeploymentBadRequest

NewDeleteWidgetsDeploymentBadRequest creates a DeleteWidgetsDeploymentBadRequest with default headers values

func (*DeleteWidgetsDeploymentBadRequest) Error

func (*DeleteWidgetsDeploymentBadRequest) GetPayload

func (*DeleteWidgetsDeploymentBadRequest) IsClientError

func (o *DeleteWidgetsDeploymentBadRequest) IsClientError() bool

IsClientError returns true when this delete widgets deployment bad request response has a 4xx status code

func (*DeleteWidgetsDeploymentBadRequest) IsCode

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

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

func (*DeleteWidgetsDeploymentBadRequest) IsRedirect

func (o *DeleteWidgetsDeploymentBadRequest) IsRedirect() bool

IsRedirect returns true when this delete widgets deployment bad request response has a 3xx status code

func (*DeleteWidgetsDeploymentBadRequest) IsServerError

func (o *DeleteWidgetsDeploymentBadRequest) IsServerError() bool

IsServerError returns true when this delete widgets deployment bad request response has a 5xx status code

func (*DeleteWidgetsDeploymentBadRequest) IsSuccess

func (o *DeleteWidgetsDeploymentBadRequest) IsSuccess() bool

IsSuccess returns true when this delete widgets deployment bad request response has a 2xx status code

func (*DeleteWidgetsDeploymentBadRequest) String

type DeleteWidgetsDeploymentForbidden

type DeleteWidgetsDeploymentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteWidgetsDeploymentForbidden

func NewDeleteWidgetsDeploymentForbidden() *DeleteWidgetsDeploymentForbidden

NewDeleteWidgetsDeploymentForbidden creates a DeleteWidgetsDeploymentForbidden with default headers values

func (*DeleteWidgetsDeploymentForbidden) Error

func (*DeleteWidgetsDeploymentForbidden) GetPayload

func (*DeleteWidgetsDeploymentForbidden) IsClientError

func (o *DeleteWidgetsDeploymentForbidden) IsClientError() bool

IsClientError returns true when this delete widgets deployment forbidden response has a 4xx status code

func (*DeleteWidgetsDeploymentForbidden) IsCode

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

IsCode returns true when this delete widgets deployment forbidden response a status code equal to that given

func (*DeleteWidgetsDeploymentForbidden) IsRedirect

func (o *DeleteWidgetsDeploymentForbidden) IsRedirect() bool

IsRedirect returns true when this delete widgets deployment forbidden response has a 3xx status code

func (*DeleteWidgetsDeploymentForbidden) IsServerError

func (o *DeleteWidgetsDeploymentForbidden) IsServerError() bool

IsServerError returns true when this delete widgets deployment forbidden response has a 5xx status code

func (*DeleteWidgetsDeploymentForbidden) IsSuccess

func (o *DeleteWidgetsDeploymentForbidden) IsSuccess() bool

IsSuccess returns true when this delete widgets deployment forbidden response has a 2xx status code

func (*DeleteWidgetsDeploymentForbidden) String

type DeleteWidgetsDeploymentGatewayTimeout

type DeleteWidgetsDeploymentGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteWidgetsDeploymentGatewayTimeout

func NewDeleteWidgetsDeploymentGatewayTimeout() *DeleteWidgetsDeploymentGatewayTimeout

NewDeleteWidgetsDeploymentGatewayTimeout creates a DeleteWidgetsDeploymentGatewayTimeout with default headers values

func (*DeleteWidgetsDeploymentGatewayTimeout) Error

func (*DeleteWidgetsDeploymentGatewayTimeout) GetPayload

func (*DeleteWidgetsDeploymentGatewayTimeout) IsClientError

func (o *DeleteWidgetsDeploymentGatewayTimeout) IsClientError() bool

IsClientError returns true when this delete widgets deployment gateway timeout response has a 4xx status code

func (*DeleteWidgetsDeploymentGatewayTimeout) IsCode

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

func (*DeleteWidgetsDeploymentGatewayTimeout) IsRedirect

IsRedirect returns true when this delete widgets deployment gateway timeout response has a 3xx status code

func (*DeleteWidgetsDeploymentGatewayTimeout) IsServerError

func (o *DeleteWidgetsDeploymentGatewayTimeout) IsServerError() bool

IsServerError returns true when this delete widgets deployment gateway timeout response has a 5xx status code

func (*DeleteWidgetsDeploymentGatewayTimeout) IsSuccess

IsSuccess returns true when this delete widgets deployment gateway timeout response has a 2xx status code

func (*DeleteWidgetsDeploymentGatewayTimeout) String

type DeleteWidgetsDeploymentInternalServerError

type DeleteWidgetsDeploymentInternalServerError struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteWidgetsDeploymentInternalServerError

func NewDeleteWidgetsDeploymentInternalServerError() *DeleteWidgetsDeploymentInternalServerError

NewDeleteWidgetsDeploymentInternalServerError creates a DeleteWidgetsDeploymentInternalServerError with default headers values

func (*DeleteWidgetsDeploymentInternalServerError) Error

func (*DeleteWidgetsDeploymentInternalServerError) GetPayload

func (*DeleteWidgetsDeploymentInternalServerError) IsClientError

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

func (*DeleteWidgetsDeploymentInternalServerError) IsCode

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

func (*DeleteWidgetsDeploymentInternalServerError) IsRedirect

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

func (*DeleteWidgetsDeploymentInternalServerError) IsServerError

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

func (*DeleteWidgetsDeploymentInternalServerError) IsSuccess

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

func (*DeleteWidgetsDeploymentInternalServerError) String

type DeleteWidgetsDeploymentNoContent

type DeleteWidgetsDeploymentNoContent struct {
}

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

Deleted

func NewDeleteWidgetsDeploymentNoContent

func NewDeleteWidgetsDeploymentNoContent() *DeleteWidgetsDeploymentNoContent

NewDeleteWidgetsDeploymentNoContent creates a DeleteWidgetsDeploymentNoContent with default headers values

func (*DeleteWidgetsDeploymentNoContent) Error

func (*DeleteWidgetsDeploymentNoContent) IsClientError

func (o *DeleteWidgetsDeploymentNoContent) IsClientError() bool

IsClientError returns true when this delete widgets deployment no content response has a 4xx status code

func (*DeleteWidgetsDeploymentNoContent) IsCode

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

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

func (*DeleteWidgetsDeploymentNoContent) IsRedirect

func (o *DeleteWidgetsDeploymentNoContent) IsRedirect() bool

IsRedirect returns true when this delete widgets deployment no content response has a 3xx status code

func (*DeleteWidgetsDeploymentNoContent) IsServerError

func (o *DeleteWidgetsDeploymentNoContent) IsServerError() bool

IsServerError returns true when this delete widgets deployment no content response has a 5xx status code

func (*DeleteWidgetsDeploymentNoContent) IsSuccess

func (o *DeleteWidgetsDeploymentNoContent) IsSuccess() bool

IsSuccess returns true when this delete widgets deployment no content response has a 2xx status code

func (*DeleteWidgetsDeploymentNoContent) String

type DeleteWidgetsDeploymentNotFound

type DeleteWidgetsDeploymentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteWidgetsDeploymentNotFound

func NewDeleteWidgetsDeploymentNotFound() *DeleteWidgetsDeploymentNotFound

NewDeleteWidgetsDeploymentNotFound creates a DeleteWidgetsDeploymentNotFound with default headers values

func (*DeleteWidgetsDeploymentNotFound) Error

func (*DeleteWidgetsDeploymentNotFound) GetPayload

func (*DeleteWidgetsDeploymentNotFound) IsClientError

func (o *DeleteWidgetsDeploymentNotFound) IsClientError() bool

IsClientError returns true when this delete widgets deployment not found response has a 4xx status code

func (*DeleteWidgetsDeploymentNotFound) IsCode

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

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

func (*DeleteWidgetsDeploymentNotFound) IsRedirect

func (o *DeleteWidgetsDeploymentNotFound) IsRedirect() bool

IsRedirect returns true when this delete widgets deployment not found response has a 3xx status code

func (*DeleteWidgetsDeploymentNotFound) IsServerError

func (o *DeleteWidgetsDeploymentNotFound) IsServerError() bool

IsServerError returns true when this delete widgets deployment not found response has a 5xx status code

func (*DeleteWidgetsDeploymentNotFound) IsSuccess

func (o *DeleteWidgetsDeploymentNotFound) IsSuccess() bool

IsSuccess returns true when this delete widgets deployment not found response has a 2xx status code

func (*DeleteWidgetsDeploymentNotFound) String

type DeleteWidgetsDeploymentParams

type DeleteWidgetsDeploymentParams struct {

	/* DeploymentID.

	   Widget Config Id
	*/
	DeploymentID string

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

DeleteWidgetsDeploymentParams contains all the parameters to send to the API endpoint

for the delete widgets deployment operation.

Typically these are written to a http.Request.

func NewDeleteWidgetsDeploymentParams

func NewDeleteWidgetsDeploymentParams() *DeleteWidgetsDeploymentParams

NewDeleteWidgetsDeploymentParams creates a new DeleteWidgetsDeploymentParams 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 NewDeleteWidgetsDeploymentParamsWithContext

func NewDeleteWidgetsDeploymentParamsWithContext(ctx context.Context) *DeleteWidgetsDeploymentParams

NewDeleteWidgetsDeploymentParamsWithContext creates a new DeleteWidgetsDeploymentParams object with the ability to set a context for a request.

func NewDeleteWidgetsDeploymentParamsWithHTTPClient

func NewDeleteWidgetsDeploymentParamsWithHTTPClient(client *http.Client) *DeleteWidgetsDeploymentParams

NewDeleteWidgetsDeploymentParamsWithHTTPClient creates a new DeleteWidgetsDeploymentParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteWidgetsDeploymentParamsWithTimeout

func NewDeleteWidgetsDeploymentParamsWithTimeout(timeout time.Duration) *DeleteWidgetsDeploymentParams

NewDeleteWidgetsDeploymentParamsWithTimeout creates a new DeleteWidgetsDeploymentParams object with the ability to set a timeout on a request.

func (*DeleteWidgetsDeploymentParams) SetContext

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

SetContext adds the context to the delete widgets deployment params

func (*DeleteWidgetsDeploymentParams) SetDefaults

func (o *DeleteWidgetsDeploymentParams) SetDefaults()

SetDefaults hydrates default values in the delete widgets deployment params (not the query body).

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

func (*DeleteWidgetsDeploymentParams) SetDeploymentID

func (o *DeleteWidgetsDeploymentParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the delete widgets deployment params

func (*DeleteWidgetsDeploymentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete widgets deployment params

func (*DeleteWidgetsDeploymentParams) SetTimeout

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

SetTimeout adds the timeout to the delete widgets deployment params

func (*DeleteWidgetsDeploymentParams) WithContext

WithContext adds the context to the delete widgets deployment params

func (*DeleteWidgetsDeploymentParams) WithDefaults

WithDefaults hydrates default values in the delete widgets deployment params (not the query body).

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

func (*DeleteWidgetsDeploymentParams) WithDeploymentID

func (o *DeleteWidgetsDeploymentParams) WithDeploymentID(deploymentID string) *DeleteWidgetsDeploymentParams

WithDeploymentID adds the deploymentID to the delete widgets deployment params

func (*DeleteWidgetsDeploymentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete widgets deployment params

func (*DeleteWidgetsDeploymentParams) WithTimeout

WithTimeout adds the timeout to the delete widgets deployment params

func (*DeleteWidgetsDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteWidgetsDeploymentReader

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

DeleteWidgetsDeploymentReader is a Reader for the DeleteWidgetsDeployment structure.

func (*DeleteWidgetsDeploymentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteWidgetsDeploymentRequestEntityTooLarge

type DeleteWidgetsDeploymentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteWidgetsDeploymentRequestEntityTooLarge

func NewDeleteWidgetsDeploymentRequestEntityTooLarge() *DeleteWidgetsDeploymentRequestEntityTooLarge

NewDeleteWidgetsDeploymentRequestEntityTooLarge creates a DeleteWidgetsDeploymentRequestEntityTooLarge with default headers values

func (*DeleteWidgetsDeploymentRequestEntityTooLarge) Error

func (*DeleteWidgetsDeploymentRequestEntityTooLarge) GetPayload

func (*DeleteWidgetsDeploymentRequestEntityTooLarge) IsClientError

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

func (*DeleteWidgetsDeploymentRequestEntityTooLarge) IsCode

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

func (*DeleteWidgetsDeploymentRequestEntityTooLarge) IsRedirect

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

func (*DeleteWidgetsDeploymentRequestEntityTooLarge) IsServerError

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

func (*DeleteWidgetsDeploymentRequestEntityTooLarge) IsSuccess

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

func (*DeleteWidgetsDeploymentRequestEntityTooLarge) String

type DeleteWidgetsDeploymentRequestTimeout

type DeleteWidgetsDeploymentRequestTimeout struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteWidgetsDeploymentRequestTimeout

func NewDeleteWidgetsDeploymentRequestTimeout() *DeleteWidgetsDeploymentRequestTimeout

NewDeleteWidgetsDeploymentRequestTimeout creates a DeleteWidgetsDeploymentRequestTimeout with default headers values

func (*DeleteWidgetsDeploymentRequestTimeout) Error

func (*DeleteWidgetsDeploymentRequestTimeout) GetPayload

func (*DeleteWidgetsDeploymentRequestTimeout) IsClientError

func (o *DeleteWidgetsDeploymentRequestTimeout) IsClientError() bool

IsClientError returns true when this delete widgets deployment request timeout response has a 4xx status code

func (*DeleteWidgetsDeploymentRequestTimeout) IsCode

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

func (*DeleteWidgetsDeploymentRequestTimeout) IsRedirect

IsRedirect returns true when this delete widgets deployment request timeout response has a 3xx status code

func (*DeleteWidgetsDeploymentRequestTimeout) IsServerError

func (o *DeleteWidgetsDeploymentRequestTimeout) IsServerError() bool

IsServerError returns true when this delete widgets deployment request timeout response has a 5xx status code

func (*DeleteWidgetsDeploymentRequestTimeout) IsSuccess

IsSuccess returns true when this delete widgets deployment request timeout response has a 2xx status code

func (*DeleteWidgetsDeploymentRequestTimeout) String

type DeleteWidgetsDeploymentServiceUnavailable

type DeleteWidgetsDeploymentServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteWidgetsDeploymentServiceUnavailable

func NewDeleteWidgetsDeploymentServiceUnavailable() *DeleteWidgetsDeploymentServiceUnavailable

NewDeleteWidgetsDeploymentServiceUnavailable creates a DeleteWidgetsDeploymentServiceUnavailable with default headers values

func (*DeleteWidgetsDeploymentServiceUnavailable) Error

func (*DeleteWidgetsDeploymentServiceUnavailable) GetPayload

func (*DeleteWidgetsDeploymentServiceUnavailable) IsClientError

IsClientError returns true when this delete widgets deployment service unavailable response has a 4xx status code

func (*DeleteWidgetsDeploymentServiceUnavailable) IsCode

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

func (*DeleteWidgetsDeploymentServiceUnavailable) IsRedirect

IsRedirect returns true when this delete widgets deployment service unavailable response has a 3xx status code

func (*DeleteWidgetsDeploymentServiceUnavailable) IsServerError

IsServerError returns true when this delete widgets deployment service unavailable response has a 5xx status code

func (*DeleteWidgetsDeploymentServiceUnavailable) IsSuccess

IsSuccess returns true when this delete widgets deployment service unavailable response has a 2xx status code

func (*DeleteWidgetsDeploymentServiceUnavailable) String

type DeleteWidgetsDeploymentTooManyRequests

type DeleteWidgetsDeploymentTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteWidgetsDeploymentTooManyRequests

func NewDeleteWidgetsDeploymentTooManyRequests() *DeleteWidgetsDeploymentTooManyRequests

NewDeleteWidgetsDeploymentTooManyRequests creates a DeleteWidgetsDeploymentTooManyRequests with default headers values

func (*DeleteWidgetsDeploymentTooManyRequests) Error

func (*DeleteWidgetsDeploymentTooManyRequests) GetPayload

func (*DeleteWidgetsDeploymentTooManyRequests) IsClientError

func (o *DeleteWidgetsDeploymentTooManyRequests) IsClientError() bool

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

func (*DeleteWidgetsDeploymentTooManyRequests) IsCode

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

func (*DeleteWidgetsDeploymentTooManyRequests) IsRedirect

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

func (*DeleteWidgetsDeploymentTooManyRequests) IsServerError

func (o *DeleteWidgetsDeploymentTooManyRequests) IsServerError() bool

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

func (*DeleteWidgetsDeploymentTooManyRequests) IsSuccess

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

func (*DeleteWidgetsDeploymentTooManyRequests) String

type DeleteWidgetsDeploymentUnauthorized

type DeleteWidgetsDeploymentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteWidgetsDeploymentUnauthorized

func NewDeleteWidgetsDeploymentUnauthorized() *DeleteWidgetsDeploymentUnauthorized

NewDeleteWidgetsDeploymentUnauthorized creates a DeleteWidgetsDeploymentUnauthorized with default headers values

func (*DeleteWidgetsDeploymentUnauthorized) Error

func (*DeleteWidgetsDeploymentUnauthorized) GetPayload

func (*DeleteWidgetsDeploymentUnauthorized) IsClientError

func (o *DeleteWidgetsDeploymentUnauthorized) IsClientError() bool

IsClientError returns true when this delete widgets deployment unauthorized response has a 4xx status code

func (*DeleteWidgetsDeploymentUnauthorized) IsCode

IsCode returns true when this delete widgets deployment unauthorized response a status code equal to that given

func (*DeleteWidgetsDeploymentUnauthorized) IsRedirect

func (o *DeleteWidgetsDeploymentUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete widgets deployment unauthorized response has a 3xx status code

func (*DeleteWidgetsDeploymentUnauthorized) IsServerError

func (o *DeleteWidgetsDeploymentUnauthorized) IsServerError() bool

IsServerError returns true when this delete widgets deployment unauthorized response has a 5xx status code

func (*DeleteWidgetsDeploymentUnauthorized) IsSuccess

IsSuccess returns true when this delete widgets deployment unauthorized response has a 2xx status code

func (*DeleteWidgetsDeploymentUnauthorized) String

type DeleteWidgetsDeploymentUnsupportedMediaType

type DeleteWidgetsDeploymentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteWidgetsDeploymentUnsupportedMediaType

func NewDeleteWidgetsDeploymentUnsupportedMediaType() *DeleteWidgetsDeploymentUnsupportedMediaType

NewDeleteWidgetsDeploymentUnsupportedMediaType creates a DeleteWidgetsDeploymentUnsupportedMediaType with default headers values

func (*DeleteWidgetsDeploymentUnsupportedMediaType) Error

func (*DeleteWidgetsDeploymentUnsupportedMediaType) GetPayload

func (*DeleteWidgetsDeploymentUnsupportedMediaType) IsClientError

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

func (*DeleteWidgetsDeploymentUnsupportedMediaType) IsCode

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

func (*DeleteWidgetsDeploymentUnsupportedMediaType) IsRedirect

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

func (*DeleteWidgetsDeploymentUnsupportedMediaType) IsServerError

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

func (*DeleteWidgetsDeploymentUnsupportedMediaType) IsSuccess

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

func (*DeleteWidgetsDeploymentUnsupportedMediaType) String

type GetWidgetsDeploymentBadRequest

type GetWidgetsDeploymentBadRequest struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWidgetsDeploymentBadRequest

func NewGetWidgetsDeploymentBadRequest() *GetWidgetsDeploymentBadRequest

NewGetWidgetsDeploymentBadRequest creates a GetWidgetsDeploymentBadRequest with default headers values

func (*GetWidgetsDeploymentBadRequest) Error

func (*GetWidgetsDeploymentBadRequest) GetPayload

func (*GetWidgetsDeploymentBadRequest) IsClientError

func (o *GetWidgetsDeploymentBadRequest) IsClientError() bool

IsClientError returns true when this get widgets deployment bad request response has a 4xx status code

func (*GetWidgetsDeploymentBadRequest) IsCode

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

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

func (*GetWidgetsDeploymentBadRequest) IsRedirect

func (o *GetWidgetsDeploymentBadRequest) IsRedirect() bool

IsRedirect returns true when this get widgets deployment bad request response has a 3xx status code

func (*GetWidgetsDeploymentBadRequest) IsServerError

func (o *GetWidgetsDeploymentBadRequest) IsServerError() bool

IsServerError returns true when this get widgets deployment bad request response has a 5xx status code

func (*GetWidgetsDeploymentBadRequest) IsSuccess

func (o *GetWidgetsDeploymentBadRequest) IsSuccess() bool

IsSuccess returns true when this get widgets deployment bad request response has a 2xx status code

func (*GetWidgetsDeploymentBadRequest) String

type GetWidgetsDeploymentForbidden

type GetWidgetsDeploymentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetWidgetsDeploymentForbidden

func NewGetWidgetsDeploymentForbidden() *GetWidgetsDeploymentForbidden

NewGetWidgetsDeploymentForbidden creates a GetWidgetsDeploymentForbidden with default headers values

func (*GetWidgetsDeploymentForbidden) Error

func (*GetWidgetsDeploymentForbidden) GetPayload

func (*GetWidgetsDeploymentForbidden) IsClientError

func (o *GetWidgetsDeploymentForbidden) IsClientError() bool

IsClientError returns true when this get widgets deployment forbidden response has a 4xx status code

func (*GetWidgetsDeploymentForbidden) IsCode

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

IsCode returns true when this get widgets deployment forbidden response a status code equal to that given

func (*GetWidgetsDeploymentForbidden) IsRedirect

func (o *GetWidgetsDeploymentForbidden) IsRedirect() bool

IsRedirect returns true when this get widgets deployment forbidden response has a 3xx status code

func (*GetWidgetsDeploymentForbidden) IsServerError

func (o *GetWidgetsDeploymentForbidden) IsServerError() bool

IsServerError returns true when this get widgets deployment forbidden response has a 5xx status code

func (*GetWidgetsDeploymentForbidden) IsSuccess

func (o *GetWidgetsDeploymentForbidden) IsSuccess() bool

IsSuccess returns true when this get widgets deployment forbidden response has a 2xx status code

func (*GetWidgetsDeploymentForbidden) String

type GetWidgetsDeploymentGatewayTimeout

type GetWidgetsDeploymentGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetWidgetsDeploymentGatewayTimeout

func NewGetWidgetsDeploymentGatewayTimeout() *GetWidgetsDeploymentGatewayTimeout

NewGetWidgetsDeploymentGatewayTimeout creates a GetWidgetsDeploymentGatewayTimeout with default headers values

func (*GetWidgetsDeploymentGatewayTimeout) Error

func (*GetWidgetsDeploymentGatewayTimeout) GetPayload

func (*GetWidgetsDeploymentGatewayTimeout) IsClientError

func (o *GetWidgetsDeploymentGatewayTimeout) IsClientError() bool

IsClientError returns true when this get widgets deployment gateway timeout response has a 4xx status code

func (*GetWidgetsDeploymentGatewayTimeout) IsCode

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

func (*GetWidgetsDeploymentGatewayTimeout) IsRedirect

func (o *GetWidgetsDeploymentGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get widgets deployment gateway timeout response has a 3xx status code

func (*GetWidgetsDeploymentGatewayTimeout) IsServerError

func (o *GetWidgetsDeploymentGatewayTimeout) IsServerError() bool

IsServerError returns true when this get widgets deployment gateway timeout response has a 5xx status code

func (*GetWidgetsDeploymentGatewayTimeout) IsSuccess

IsSuccess returns true when this get widgets deployment gateway timeout response has a 2xx status code

func (*GetWidgetsDeploymentGatewayTimeout) String

type GetWidgetsDeploymentInternalServerError

type GetWidgetsDeploymentInternalServerError struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWidgetsDeploymentInternalServerError

func NewGetWidgetsDeploymentInternalServerError() *GetWidgetsDeploymentInternalServerError

NewGetWidgetsDeploymentInternalServerError creates a GetWidgetsDeploymentInternalServerError with default headers values

func (*GetWidgetsDeploymentInternalServerError) Error

func (*GetWidgetsDeploymentInternalServerError) GetPayload

func (*GetWidgetsDeploymentInternalServerError) IsClientError

func (o *GetWidgetsDeploymentInternalServerError) IsClientError() bool

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

func (*GetWidgetsDeploymentInternalServerError) IsCode

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

func (*GetWidgetsDeploymentInternalServerError) IsRedirect

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

func (*GetWidgetsDeploymentInternalServerError) IsServerError

func (o *GetWidgetsDeploymentInternalServerError) IsServerError() bool

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

func (*GetWidgetsDeploymentInternalServerError) IsSuccess

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

func (*GetWidgetsDeploymentInternalServerError) String

type GetWidgetsDeploymentNotFound

type GetWidgetsDeploymentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetWidgetsDeploymentNotFound

func NewGetWidgetsDeploymentNotFound() *GetWidgetsDeploymentNotFound

NewGetWidgetsDeploymentNotFound creates a GetWidgetsDeploymentNotFound with default headers values

func (*GetWidgetsDeploymentNotFound) Error

func (*GetWidgetsDeploymentNotFound) GetPayload

func (*GetWidgetsDeploymentNotFound) IsClientError

func (o *GetWidgetsDeploymentNotFound) IsClientError() bool

IsClientError returns true when this get widgets deployment not found response has a 4xx status code

func (*GetWidgetsDeploymentNotFound) IsCode

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

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

func (*GetWidgetsDeploymentNotFound) IsRedirect

func (o *GetWidgetsDeploymentNotFound) IsRedirect() bool

IsRedirect returns true when this get widgets deployment not found response has a 3xx status code

func (*GetWidgetsDeploymentNotFound) IsServerError

func (o *GetWidgetsDeploymentNotFound) IsServerError() bool

IsServerError returns true when this get widgets deployment not found response has a 5xx status code

func (*GetWidgetsDeploymentNotFound) IsSuccess

func (o *GetWidgetsDeploymentNotFound) IsSuccess() bool

IsSuccess returns true when this get widgets deployment not found response has a 2xx status code

func (*GetWidgetsDeploymentNotFound) String

type GetWidgetsDeploymentOK

type GetWidgetsDeploymentOK struct {
	Payload *models.WidgetDeployment
}

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

successful operation

func NewGetWidgetsDeploymentOK

func NewGetWidgetsDeploymentOK() *GetWidgetsDeploymentOK

NewGetWidgetsDeploymentOK creates a GetWidgetsDeploymentOK with default headers values

func (*GetWidgetsDeploymentOK) Error

func (o *GetWidgetsDeploymentOK) Error() string

func (*GetWidgetsDeploymentOK) GetPayload

func (*GetWidgetsDeploymentOK) IsClientError

func (o *GetWidgetsDeploymentOK) IsClientError() bool

IsClientError returns true when this get widgets deployment o k response has a 4xx status code

func (*GetWidgetsDeploymentOK) IsCode

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

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

func (*GetWidgetsDeploymentOK) IsRedirect

func (o *GetWidgetsDeploymentOK) IsRedirect() bool

IsRedirect returns true when this get widgets deployment o k response has a 3xx status code

func (*GetWidgetsDeploymentOK) IsServerError

func (o *GetWidgetsDeploymentOK) IsServerError() bool

IsServerError returns true when this get widgets deployment o k response has a 5xx status code

func (*GetWidgetsDeploymentOK) IsSuccess

func (o *GetWidgetsDeploymentOK) IsSuccess() bool

IsSuccess returns true when this get widgets deployment o k response has a 2xx status code

func (*GetWidgetsDeploymentOK) String

func (o *GetWidgetsDeploymentOK) String() string

type GetWidgetsDeploymentParams

type GetWidgetsDeploymentParams struct {

	/* DeploymentID.

	   Widget Config Id
	*/
	DeploymentID string

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

GetWidgetsDeploymentParams contains all the parameters to send to the API endpoint

for the get widgets deployment operation.

Typically these are written to a http.Request.

func NewGetWidgetsDeploymentParams

func NewGetWidgetsDeploymentParams() *GetWidgetsDeploymentParams

NewGetWidgetsDeploymentParams creates a new GetWidgetsDeploymentParams 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 NewGetWidgetsDeploymentParamsWithContext

func NewGetWidgetsDeploymentParamsWithContext(ctx context.Context) *GetWidgetsDeploymentParams

NewGetWidgetsDeploymentParamsWithContext creates a new GetWidgetsDeploymentParams object with the ability to set a context for a request.

func NewGetWidgetsDeploymentParamsWithHTTPClient

func NewGetWidgetsDeploymentParamsWithHTTPClient(client *http.Client) *GetWidgetsDeploymentParams

NewGetWidgetsDeploymentParamsWithHTTPClient creates a new GetWidgetsDeploymentParams object with the ability to set a custom HTTPClient for a request.

func NewGetWidgetsDeploymentParamsWithTimeout

func NewGetWidgetsDeploymentParamsWithTimeout(timeout time.Duration) *GetWidgetsDeploymentParams

NewGetWidgetsDeploymentParamsWithTimeout creates a new GetWidgetsDeploymentParams object with the ability to set a timeout on a request.

func (*GetWidgetsDeploymentParams) SetContext

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

SetContext adds the context to the get widgets deployment params

func (*GetWidgetsDeploymentParams) SetDefaults

func (o *GetWidgetsDeploymentParams) SetDefaults()

SetDefaults hydrates default values in the get widgets deployment params (not the query body).

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

func (*GetWidgetsDeploymentParams) SetDeploymentID

func (o *GetWidgetsDeploymentParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get widgets deployment params

func (*GetWidgetsDeploymentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get widgets deployment params

func (*GetWidgetsDeploymentParams) SetTimeout

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

SetTimeout adds the timeout to the get widgets deployment params

func (*GetWidgetsDeploymentParams) WithContext

WithContext adds the context to the get widgets deployment params

func (*GetWidgetsDeploymentParams) WithDefaults

WithDefaults hydrates default values in the get widgets deployment params (not the query body).

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

func (*GetWidgetsDeploymentParams) WithDeploymentID

func (o *GetWidgetsDeploymentParams) WithDeploymentID(deploymentID string) *GetWidgetsDeploymentParams

WithDeploymentID adds the deploymentID to the get widgets deployment params

func (*GetWidgetsDeploymentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get widgets deployment params

func (*GetWidgetsDeploymentParams) WithTimeout

WithTimeout adds the timeout to the get widgets deployment params

func (*GetWidgetsDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWidgetsDeploymentReader

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

GetWidgetsDeploymentReader is a Reader for the GetWidgetsDeployment structure.

func (*GetWidgetsDeploymentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetWidgetsDeploymentRequestEntityTooLarge

type GetWidgetsDeploymentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWidgetsDeploymentRequestEntityTooLarge

func NewGetWidgetsDeploymentRequestEntityTooLarge() *GetWidgetsDeploymentRequestEntityTooLarge

NewGetWidgetsDeploymentRequestEntityTooLarge creates a GetWidgetsDeploymentRequestEntityTooLarge with default headers values

func (*GetWidgetsDeploymentRequestEntityTooLarge) Error

func (*GetWidgetsDeploymentRequestEntityTooLarge) GetPayload

func (*GetWidgetsDeploymentRequestEntityTooLarge) IsClientError

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

func (*GetWidgetsDeploymentRequestEntityTooLarge) IsCode

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

func (*GetWidgetsDeploymentRequestEntityTooLarge) IsRedirect

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

func (*GetWidgetsDeploymentRequestEntityTooLarge) IsServerError

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

func (*GetWidgetsDeploymentRequestEntityTooLarge) IsSuccess

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

func (*GetWidgetsDeploymentRequestEntityTooLarge) String

type GetWidgetsDeploymentRequestTimeout

type GetWidgetsDeploymentRequestTimeout struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWidgetsDeploymentRequestTimeout

func NewGetWidgetsDeploymentRequestTimeout() *GetWidgetsDeploymentRequestTimeout

NewGetWidgetsDeploymentRequestTimeout creates a GetWidgetsDeploymentRequestTimeout with default headers values

func (*GetWidgetsDeploymentRequestTimeout) Error

func (*GetWidgetsDeploymentRequestTimeout) GetPayload

func (*GetWidgetsDeploymentRequestTimeout) IsClientError

func (o *GetWidgetsDeploymentRequestTimeout) IsClientError() bool

IsClientError returns true when this get widgets deployment request timeout response has a 4xx status code

func (*GetWidgetsDeploymentRequestTimeout) IsCode

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

func (*GetWidgetsDeploymentRequestTimeout) IsRedirect

func (o *GetWidgetsDeploymentRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get widgets deployment request timeout response has a 3xx status code

func (*GetWidgetsDeploymentRequestTimeout) IsServerError

func (o *GetWidgetsDeploymentRequestTimeout) IsServerError() bool

IsServerError returns true when this get widgets deployment request timeout response has a 5xx status code

func (*GetWidgetsDeploymentRequestTimeout) IsSuccess

IsSuccess returns true when this get widgets deployment request timeout response has a 2xx status code

func (*GetWidgetsDeploymentRequestTimeout) String

type GetWidgetsDeploymentServiceUnavailable

type GetWidgetsDeploymentServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWidgetsDeploymentServiceUnavailable

func NewGetWidgetsDeploymentServiceUnavailable() *GetWidgetsDeploymentServiceUnavailable

NewGetWidgetsDeploymentServiceUnavailable creates a GetWidgetsDeploymentServiceUnavailable with default headers values

func (*GetWidgetsDeploymentServiceUnavailable) Error

func (*GetWidgetsDeploymentServiceUnavailable) GetPayload

func (*GetWidgetsDeploymentServiceUnavailable) IsClientError

func (o *GetWidgetsDeploymentServiceUnavailable) IsClientError() bool

IsClientError returns true when this get widgets deployment service unavailable response has a 4xx status code

func (*GetWidgetsDeploymentServiceUnavailable) IsCode

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

func (*GetWidgetsDeploymentServiceUnavailable) IsRedirect

IsRedirect returns true when this get widgets deployment service unavailable response has a 3xx status code

func (*GetWidgetsDeploymentServiceUnavailable) IsServerError

func (o *GetWidgetsDeploymentServiceUnavailable) IsServerError() bool

IsServerError returns true when this get widgets deployment service unavailable response has a 5xx status code

func (*GetWidgetsDeploymentServiceUnavailable) IsSuccess

IsSuccess returns true when this get widgets deployment service unavailable response has a 2xx status code

func (*GetWidgetsDeploymentServiceUnavailable) String

type GetWidgetsDeploymentTooManyRequests

type GetWidgetsDeploymentTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWidgetsDeploymentTooManyRequests

func NewGetWidgetsDeploymentTooManyRequests() *GetWidgetsDeploymentTooManyRequests

NewGetWidgetsDeploymentTooManyRequests creates a GetWidgetsDeploymentTooManyRequests with default headers values

func (*GetWidgetsDeploymentTooManyRequests) Error

func (*GetWidgetsDeploymentTooManyRequests) GetPayload

func (*GetWidgetsDeploymentTooManyRequests) IsClientError

func (o *GetWidgetsDeploymentTooManyRequests) IsClientError() bool

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

func (*GetWidgetsDeploymentTooManyRequests) IsCode

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

func (*GetWidgetsDeploymentTooManyRequests) IsRedirect

func (o *GetWidgetsDeploymentTooManyRequests) IsRedirect() bool

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

func (*GetWidgetsDeploymentTooManyRequests) IsServerError

func (o *GetWidgetsDeploymentTooManyRequests) IsServerError() bool

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

func (*GetWidgetsDeploymentTooManyRequests) IsSuccess

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

func (*GetWidgetsDeploymentTooManyRequests) String

type GetWidgetsDeploymentUnauthorized

type GetWidgetsDeploymentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetWidgetsDeploymentUnauthorized

func NewGetWidgetsDeploymentUnauthorized() *GetWidgetsDeploymentUnauthorized

NewGetWidgetsDeploymentUnauthorized creates a GetWidgetsDeploymentUnauthorized with default headers values

func (*GetWidgetsDeploymentUnauthorized) Error

func (*GetWidgetsDeploymentUnauthorized) GetPayload

func (*GetWidgetsDeploymentUnauthorized) IsClientError

func (o *GetWidgetsDeploymentUnauthorized) IsClientError() bool

IsClientError returns true when this get widgets deployment unauthorized response has a 4xx status code

func (*GetWidgetsDeploymentUnauthorized) IsCode

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

IsCode returns true when this get widgets deployment unauthorized response a status code equal to that given

func (*GetWidgetsDeploymentUnauthorized) IsRedirect

func (o *GetWidgetsDeploymentUnauthorized) IsRedirect() bool

IsRedirect returns true when this get widgets deployment unauthorized response has a 3xx status code

func (*GetWidgetsDeploymentUnauthorized) IsServerError

func (o *GetWidgetsDeploymentUnauthorized) IsServerError() bool

IsServerError returns true when this get widgets deployment unauthorized response has a 5xx status code

func (*GetWidgetsDeploymentUnauthorized) IsSuccess

func (o *GetWidgetsDeploymentUnauthorized) IsSuccess() bool

IsSuccess returns true when this get widgets deployment unauthorized response has a 2xx status code

func (*GetWidgetsDeploymentUnauthorized) String

type GetWidgetsDeploymentUnsupportedMediaType

type GetWidgetsDeploymentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWidgetsDeploymentUnsupportedMediaType

func NewGetWidgetsDeploymentUnsupportedMediaType() *GetWidgetsDeploymentUnsupportedMediaType

NewGetWidgetsDeploymentUnsupportedMediaType creates a GetWidgetsDeploymentUnsupportedMediaType with default headers values

func (*GetWidgetsDeploymentUnsupportedMediaType) Error

func (*GetWidgetsDeploymentUnsupportedMediaType) GetPayload

func (*GetWidgetsDeploymentUnsupportedMediaType) IsClientError

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

func (*GetWidgetsDeploymentUnsupportedMediaType) IsCode

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

func (*GetWidgetsDeploymentUnsupportedMediaType) IsRedirect

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

func (*GetWidgetsDeploymentUnsupportedMediaType) IsServerError

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

func (*GetWidgetsDeploymentUnsupportedMediaType) IsSuccess

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

func (*GetWidgetsDeploymentUnsupportedMediaType) String

type GetWidgetsDeploymentsBadRequest

type GetWidgetsDeploymentsBadRequest struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWidgetsDeploymentsBadRequest

func NewGetWidgetsDeploymentsBadRequest() *GetWidgetsDeploymentsBadRequest

NewGetWidgetsDeploymentsBadRequest creates a GetWidgetsDeploymentsBadRequest with default headers values

func (*GetWidgetsDeploymentsBadRequest) Error

func (*GetWidgetsDeploymentsBadRequest) GetPayload

func (*GetWidgetsDeploymentsBadRequest) IsClientError

func (o *GetWidgetsDeploymentsBadRequest) IsClientError() bool

IsClientError returns true when this get widgets deployments bad request response has a 4xx status code

func (*GetWidgetsDeploymentsBadRequest) IsCode

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

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

func (*GetWidgetsDeploymentsBadRequest) IsRedirect

func (o *GetWidgetsDeploymentsBadRequest) IsRedirect() bool

IsRedirect returns true when this get widgets deployments bad request response has a 3xx status code

func (*GetWidgetsDeploymentsBadRequest) IsServerError

func (o *GetWidgetsDeploymentsBadRequest) IsServerError() bool

IsServerError returns true when this get widgets deployments bad request response has a 5xx status code

func (*GetWidgetsDeploymentsBadRequest) IsSuccess

func (o *GetWidgetsDeploymentsBadRequest) IsSuccess() bool

IsSuccess returns true when this get widgets deployments bad request response has a 2xx status code

func (*GetWidgetsDeploymentsBadRequest) String

type GetWidgetsDeploymentsForbidden

type GetWidgetsDeploymentsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetWidgetsDeploymentsForbidden

func NewGetWidgetsDeploymentsForbidden() *GetWidgetsDeploymentsForbidden

NewGetWidgetsDeploymentsForbidden creates a GetWidgetsDeploymentsForbidden with default headers values

func (*GetWidgetsDeploymentsForbidden) Error

func (*GetWidgetsDeploymentsForbidden) GetPayload

func (*GetWidgetsDeploymentsForbidden) IsClientError

func (o *GetWidgetsDeploymentsForbidden) IsClientError() bool

IsClientError returns true when this get widgets deployments forbidden response has a 4xx status code

func (*GetWidgetsDeploymentsForbidden) IsCode

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

IsCode returns true when this get widgets deployments forbidden response a status code equal to that given

func (*GetWidgetsDeploymentsForbidden) IsRedirect

func (o *GetWidgetsDeploymentsForbidden) IsRedirect() bool

IsRedirect returns true when this get widgets deployments forbidden response has a 3xx status code

func (*GetWidgetsDeploymentsForbidden) IsServerError

func (o *GetWidgetsDeploymentsForbidden) IsServerError() bool

IsServerError returns true when this get widgets deployments forbidden response has a 5xx status code

func (*GetWidgetsDeploymentsForbidden) IsSuccess

func (o *GetWidgetsDeploymentsForbidden) IsSuccess() bool

IsSuccess returns true when this get widgets deployments forbidden response has a 2xx status code

func (*GetWidgetsDeploymentsForbidden) String

type GetWidgetsDeploymentsGatewayTimeout

type GetWidgetsDeploymentsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetWidgetsDeploymentsGatewayTimeout

func NewGetWidgetsDeploymentsGatewayTimeout() *GetWidgetsDeploymentsGatewayTimeout

NewGetWidgetsDeploymentsGatewayTimeout creates a GetWidgetsDeploymentsGatewayTimeout with default headers values

func (*GetWidgetsDeploymentsGatewayTimeout) Error

func (*GetWidgetsDeploymentsGatewayTimeout) GetPayload

func (*GetWidgetsDeploymentsGatewayTimeout) IsClientError

func (o *GetWidgetsDeploymentsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get widgets deployments gateway timeout response has a 4xx status code

func (*GetWidgetsDeploymentsGatewayTimeout) IsCode

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

func (*GetWidgetsDeploymentsGatewayTimeout) IsRedirect

func (o *GetWidgetsDeploymentsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get widgets deployments gateway timeout response has a 3xx status code

func (*GetWidgetsDeploymentsGatewayTimeout) IsServerError

func (o *GetWidgetsDeploymentsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get widgets deployments gateway timeout response has a 5xx status code

func (*GetWidgetsDeploymentsGatewayTimeout) IsSuccess

IsSuccess returns true when this get widgets deployments gateway timeout response has a 2xx status code

func (*GetWidgetsDeploymentsGatewayTimeout) String

type GetWidgetsDeploymentsInternalServerError

type GetWidgetsDeploymentsInternalServerError struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWidgetsDeploymentsInternalServerError

func NewGetWidgetsDeploymentsInternalServerError() *GetWidgetsDeploymentsInternalServerError

NewGetWidgetsDeploymentsInternalServerError creates a GetWidgetsDeploymentsInternalServerError with default headers values

func (*GetWidgetsDeploymentsInternalServerError) Error

func (*GetWidgetsDeploymentsInternalServerError) GetPayload

func (*GetWidgetsDeploymentsInternalServerError) IsClientError

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

func (*GetWidgetsDeploymentsInternalServerError) IsCode

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

func (*GetWidgetsDeploymentsInternalServerError) IsRedirect

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

func (*GetWidgetsDeploymentsInternalServerError) IsServerError

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

func (*GetWidgetsDeploymentsInternalServerError) IsSuccess

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

func (*GetWidgetsDeploymentsInternalServerError) String

type GetWidgetsDeploymentsNotFound

type GetWidgetsDeploymentsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetWidgetsDeploymentsNotFound

func NewGetWidgetsDeploymentsNotFound() *GetWidgetsDeploymentsNotFound

NewGetWidgetsDeploymentsNotFound creates a GetWidgetsDeploymentsNotFound with default headers values

func (*GetWidgetsDeploymentsNotFound) Error

func (*GetWidgetsDeploymentsNotFound) GetPayload

func (*GetWidgetsDeploymentsNotFound) IsClientError

func (o *GetWidgetsDeploymentsNotFound) IsClientError() bool

IsClientError returns true when this get widgets deployments not found response has a 4xx status code

func (*GetWidgetsDeploymentsNotFound) IsCode

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

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

func (*GetWidgetsDeploymentsNotFound) IsRedirect

func (o *GetWidgetsDeploymentsNotFound) IsRedirect() bool

IsRedirect returns true when this get widgets deployments not found response has a 3xx status code

func (*GetWidgetsDeploymentsNotFound) IsServerError

func (o *GetWidgetsDeploymentsNotFound) IsServerError() bool

IsServerError returns true when this get widgets deployments not found response has a 5xx status code

func (*GetWidgetsDeploymentsNotFound) IsSuccess

func (o *GetWidgetsDeploymentsNotFound) IsSuccess() bool

IsSuccess returns true when this get widgets deployments not found response has a 2xx status code

func (*GetWidgetsDeploymentsNotFound) String

type GetWidgetsDeploymentsOK

type GetWidgetsDeploymentsOK struct {
	Payload *models.WidgetDeploymentEntityListing
}

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

successful operation

func NewGetWidgetsDeploymentsOK

func NewGetWidgetsDeploymentsOK() *GetWidgetsDeploymentsOK

NewGetWidgetsDeploymentsOK creates a GetWidgetsDeploymentsOK with default headers values

func (*GetWidgetsDeploymentsOK) Error

func (o *GetWidgetsDeploymentsOK) Error() string

func (*GetWidgetsDeploymentsOK) GetPayload

func (*GetWidgetsDeploymentsOK) IsClientError

func (o *GetWidgetsDeploymentsOK) IsClientError() bool

IsClientError returns true when this get widgets deployments o k response has a 4xx status code

func (*GetWidgetsDeploymentsOK) IsCode

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

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

func (*GetWidgetsDeploymentsOK) IsRedirect

func (o *GetWidgetsDeploymentsOK) IsRedirect() bool

IsRedirect returns true when this get widgets deployments o k response has a 3xx status code

func (*GetWidgetsDeploymentsOK) IsServerError

func (o *GetWidgetsDeploymentsOK) IsServerError() bool

IsServerError returns true when this get widgets deployments o k response has a 5xx status code

func (*GetWidgetsDeploymentsOK) IsSuccess

func (o *GetWidgetsDeploymentsOK) IsSuccess() bool

IsSuccess returns true when this get widgets deployments o k response has a 2xx status code

func (*GetWidgetsDeploymentsOK) String

func (o *GetWidgetsDeploymentsOK) String() string

type GetWidgetsDeploymentsParams

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

GetWidgetsDeploymentsParams contains all the parameters to send to the API endpoint

for the get widgets deployments operation.

Typically these are written to a http.Request.

func NewGetWidgetsDeploymentsParams

func NewGetWidgetsDeploymentsParams() *GetWidgetsDeploymentsParams

NewGetWidgetsDeploymentsParams creates a new GetWidgetsDeploymentsParams 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 NewGetWidgetsDeploymentsParamsWithContext

func NewGetWidgetsDeploymentsParamsWithContext(ctx context.Context) *GetWidgetsDeploymentsParams

NewGetWidgetsDeploymentsParamsWithContext creates a new GetWidgetsDeploymentsParams object with the ability to set a context for a request.

func NewGetWidgetsDeploymentsParamsWithHTTPClient

func NewGetWidgetsDeploymentsParamsWithHTTPClient(client *http.Client) *GetWidgetsDeploymentsParams

NewGetWidgetsDeploymentsParamsWithHTTPClient creates a new GetWidgetsDeploymentsParams object with the ability to set a custom HTTPClient for a request.

func NewGetWidgetsDeploymentsParamsWithTimeout

func NewGetWidgetsDeploymentsParamsWithTimeout(timeout time.Duration) *GetWidgetsDeploymentsParams

NewGetWidgetsDeploymentsParamsWithTimeout creates a new GetWidgetsDeploymentsParams object with the ability to set a timeout on a request.

func (*GetWidgetsDeploymentsParams) SetContext

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

SetContext adds the context to the get widgets deployments params

func (*GetWidgetsDeploymentsParams) SetDefaults

func (o *GetWidgetsDeploymentsParams) SetDefaults()

SetDefaults hydrates default values in the get widgets deployments params (not the query body).

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

func (*GetWidgetsDeploymentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get widgets deployments params

func (*GetWidgetsDeploymentsParams) SetTimeout

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

SetTimeout adds the timeout to the get widgets deployments params

func (*GetWidgetsDeploymentsParams) WithContext

WithContext adds the context to the get widgets deployments params

func (*GetWidgetsDeploymentsParams) WithDefaults

WithDefaults hydrates default values in the get widgets deployments params (not the query body).

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

func (*GetWidgetsDeploymentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get widgets deployments params

func (*GetWidgetsDeploymentsParams) WithTimeout

WithTimeout adds the timeout to the get widgets deployments params

func (*GetWidgetsDeploymentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWidgetsDeploymentsReader

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

GetWidgetsDeploymentsReader is a Reader for the GetWidgetsDeployments structure.

func (*GetWidgetsDeploymentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetWidgetsDeploymentsRequestEntityTooLarge

type GetWidgetsDeploymentsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWidgetsDeploymentsRequestEntityTooLarge

func NewGetWidgetsDeploymentsRequestEntityTooLarge() *GetWidgetsDeploymentsRequestEntityTooLarge

NewGetWidgetsDeploymentsRequestEntityTooLarge creates a GetWidgetsDeploymentsRequestEntityTooLarge with default headers values

func (*GetWidgetsDeploymentsRequestEntityTooLarge) Error

func (*GetWidgetsDeploymentsRequestEntityTooLarge) GetPayload

func (*GetWidgetsDeploymentsRequestEntityTooLarge) IsClientError

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

func (*GetWidgetsDeploymentsRequestEntityTooLarge) IsCode

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

func (*GetWidgetsDeploymentsRequestEntityTooLarge) IsRedirect

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

func (*GetWidgetsDeploymentsRequestEntityTooLarge) IsServerError

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

func (*GetWidgetsDeploymentsRequestEntityTooLarge) IsSuccess

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

func (*GetWidgetsDeploymentsRequestEntityTooLarge) String

type GetWidgetsDeploymentsRequestTimeout

type GetWidgetsDeploymentsRequestTimeout struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWidgetsDeploymentsRequestTimeout

func NewGetWidgetsDeploymentsRequestTimeout() *GetWidgetsDeploymentsRequestTimeout

NewGetWidgetsDeploymentsRequestTimeout creates a GetWidgetsDeploymentsRequestTimeout with default headers values

func (*GetWidgetsDeploymentsRequestTimeout) Error

func (*GetWidgetsDeploymentsRequestTimeout) GetPayload

func (*GetWidgetsDeploymentsRequestTimeout) IsClientError

func (o *GetWidgetsDeploymentsRequestTimeout) IsClientError() bool

IsClientError returns true when this get widgets deployments request timeout response has a 4xx status code

func (*GetWidgetsDeploymentsRequestTimeout) IsCode

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

func (*GetWidgetsDeploymentsRequestTimeout) IsRedirect

func (o *GetWidgetsDeploymentsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get widgets deployments request timeout response has a 3xx status code

func (*GetWidgetsDeploymentsRequestTimeout) IsServerError

func (o *GetWidgetsDeploymentsRequestTimeout) IsServerError() bool

IsServerError returns true when this get widgets deployments request timeout response has a 5xx status code

func (*GetWidgetsDeploymentsRequestTimeout) IsSuccess

IsSuccess returns true when this get widgets deployments request timeout response has a 2xx status code

func (*GetWidgetsDeploymentsRequestTimeout) String

type GetWidgetsDeploymentsServiceUnavailable

type GetWidgetsDeploymentsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWidgetsDeploymentsServiceUnavailable

func NewGetWidgetsDeploymentsServiceUnavailable() *GetWidgetsDeploymentsServiceUnavailable

NewGetWidgetsDeploymentsServiceUnavailable creates a GetWidgetsDeploymentsServiceUnavailable with default headers values

func (*GetWidgetsDeploymentsServiceUnavailable) Error

func (*GetWidgetsDeploymentsServiceUnavailable) GetPayload

func (*GetWidgetsDeploymentsServiceUnavailable) IsClientError

func (o *GetWidgetsDeploymentsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get widgets deployments service unavailable response has a 4xx status code

func (*GetWidgetsDeploymentsServiceUnavailable) IsCode

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

func (*GetWidgetsDeploymentsServiceUnavailable) IsRedirect

IsRedirect returns true when this get widgets deployments service unavailable response has a 3xx status code

func (*GetWidgetsDeploymentsServiceUnavailable) IsServerError

func (o *GetWidgetsDeploymentsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get widgets deployments service unavailable response has a 5xx status code

func (*GetWidgetsDeploymentsServiceUnavailable) IsSuccess

IsSuccess returns true when this get widgets deployments service unavailable response has a 2xx status code

func (*GetWidgetsDeploymentsServiceUnavailable) String

type GetWidgetsDeploymentsTooManyRequests

type GetWidgetsDeploymentsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWidgetsDeploymentsTooManyRequests

func NewGetWidgetsDeploymentsTooManyRequests() *GetWidgetsDeploymentsTooManyRequests

NewGetWidgetsDeploymentsTooManyRequests creates a GetWidgetsDeploymentsTooManyRequests with default headers values

func (*GetWidgetsDeploymentsTooManyRequests) Error

func (*GetWidgetsDeploymentsTooManyRequests) GetPayload

func (*GetWidgetsDeploymentsTooManyRequests) IsClientError

func (o *GetWidgetsDeploymentsTooManyRequests) IsClientError() bool

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

func (*GetWidgetsDeploymentsTooManyRequests) IsCode

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

func (*GetWidgetsDeploymentsTooManyRequests) IsRedirect

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

func (*GetWidgetsDeploymentsTooManyRequests) IsServerError

func (o *GetWidgetsDeploymentsTooManyRequests) IsServerError() bool

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

func (*GetWidgetsDeploymentsTooManyRequests) IsSuccess

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

func (*GetWidgetsDeploymentsTooManyRequests) String

type GetWidgetsDeploymentsUnauthorized

type GetWidgetsDeploymentsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetWidgetsDeploymentsUnauthorized

func NewGetWidgetsDeploymentsUnauthorized() *GetWidgetsDeploymentsUnauthorized

NewGetWidgetsDeploymentsUnauthorized creates a GetWidgetsDeploymentsUnauthorized with default headers values

func (*GetWidgetsDeploymentsUnauthorized) Error

func (*GetWidgetsDeploymentsUnauthorized) GetPayload

func (*GetWidgetsDeploymentsUnauthorized) IsClientError

func (o *GetWidgetsDeploymentsUnauthorized) IsClientError() bool

IsClientError returns true when this get widgets deployments unauthorized response has a 4xx status code

func (*GetWidgetsDeploymentsUnauthorized) IsCode

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

IsCode returns true when this get widgets deployments unauthorized response a status code equal to that given

func (*GetWidgetsDeploymentsUnauthorized) IsRedirect

func (o *GetWidgetsDeploymentsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get widgets deployments unauthorized response has a 3xx status code

func (*GetWidgetsDeploymentsUnauthorized) IsServerError

func (o *GetWidgetsDeploymentsUnauthorized) IsServerError() bool

IsServerError returns true when this get widgets deployments unauthorized response has a 5xx status code

func (*GetWidgetsDeploymentsUnauthorized) IsSuccess

func (o *GetWidgetsDeploymentsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get widgets deployments unauthorized response has a 2xx status code

func (*GetWidgetsDeploymentsUnauthorized) String

type GetWidgetsDeploymentsUnsupportedMediaType

type GetWidgetsDeploymentsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWidgetsDeploymentsUnsupportedMediaType

func NewGetWidgetsDeploymentsUnsupportedMediaType() *GetWidgetsDeploymentsUnsupportedMediaType

NewGetWidgetsDeploymentsUnsupportedMediaType creates a GetWidgetsDeploymentsUnsupportedMediaType with default headers values

func (*GetWidgetsDeploymentsUnsupportedMediaType) Error

func (*GetWidgetsDeploymentsUnsupportedMediaType) GetPayload

func (*GetWidgetsDeploymentsUnsupportedMediaType) IsClientError

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

func (*GetWidgetsDeploymentsUnsupportedMediaType) IsCode

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

func (*GetWidgetsDeploymentsUnsupportedMediaType) IsRedirect

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

func (*GetWidgetsDeploymentsUnsupportedMediaType) IsServerError

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

func (*GetWidgetsDeploymentsUnsupportedMediaType) IsSuccess

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

func (*GetWidgetsDeploymentsUnsupportedMediaType) String

type PostWidgetsDeploymentsBadRequest

type PostWidgetsDeploymentsBadRequest struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWidgetsDeploymentsBadRequest

func NewPostWidgetsDeploymentsBadRequest() *PostWidgetsDeploymentsBadRequest

NewPostWidgetsDeploymentsBadRequest creates a PostWidgetsDeploymentsBadRequest with default headers values

func (*PostWidgetsDeploymentsBadRequest) Error

func (*PostWidgetsDeploymentsBadRequest) GetPayload

func (*PostWidgetsDeploymentsBadRequest) IsClientError

func (o *PostWidgetsDeploymentsBadRequest) IsClientError() bool

IsClientError returns true when this post widgets deployments bad request response has a 4xx status code

func (*PostWidgetsDeploymentsBadRequest) IsCode

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

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

func (*PostWidgetsDeploymentsBadRequest) IsRedirect

func (o *PostWidgetsDeploymentsBadRequest) IsRedirect() bool

IsRedirect returns true when this post widgets deployments bad request response has a 3xx status code

func (*PostWidgetsDeploymentsBadRequest) IsServerError

func (o *PostWidgetsDeploymentsBadRequest) IsServerError() bool

IsServerError returns true when this post widgets deployments bad request response has a 5xx status code

func (*PostWidgetsDeploymentsBadRequest) IsSuccess

func (o *PostWidgetsDeploymentsBadRequest) IsSuccess() bool

IsSuccess returns true when this post widgets deployments bad request response has a 2xx status code

func (*PostWidgetsDeploymentsBadRequest) String

type PostWidgetsDeploymentsConflict

type PostWidgetsDeploymentsConflict struct {
	Payload *models.ErrorBody
}

PostWidgetsDeploymentsConflict describes a response with status code 409, with default header values.

Conflict

func NewPostWidgetsDeploymentsConflict

func NewPostWidgetsDeploymentsConflict() *PostWidgetsDeploymentsConflict

NewPostWidgetsDeploymentsConflict creates a PostWidgetsDeploymentsConflict with default headers values

func (*PostWidgetsDeploymentsConflict) Error

func (*PostWidgetsDeploymentsConflict) GetPayload

func (*PostWidgetsDeploymentsConflict) IsClientError

func (o *PostWidgetsDeploymentsConflict) IsClientError() bool

IsClientError returns true when this post widgets deployments conflict response has a 4xx status code

func (*PostWidgetsDeploymentsConflict) IsCode

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

IsCode returns true when this post widgets deployments conflict response a status code equal to that given

func (*PostWidgetsDeploymentsConflict) IsRedirect

func (o *PostWidgetsDeploymentsConflict) IsRedirect() bool

IsRedirect returns true when this post widgets deployments conflict response has a 3xx status code

func (*PostWidgetsDeploymentsConflict) IsServerError

func (o *PostWidgetsDeploymentsConflict) IsServerError() bool

IsServerError returns true when this post widgets deployments conflict response has a 5xx status code

func (*PostWidgetsDeploymentsConflict) IsSuccess

func (o *PostWidgetsDeploymentsConflict) IsSuccess() bool

IsSuccess returns true when this post widgets deployments conflict response has a 2xx status code

func (*PostWidgetsDeploymentsConflict) String

type PostWidgetsDeploymentsForbidden

type PostWidgetsDeploymentsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostWidgetsDeploymentsForbidden

func NewPostWidgetsDeploymentsForbidden() *PostWidgetsDeploymentsForbidden

NewPostWidgetsDeploymentsForbidden creates a PostWidgetsDeploymentsForbidden with default headers values

func (*PostWidgetsDeploymentsForbidden) Error

func (*PostWidgetsDeploymentsForbidden) GetPayload

func (*PostWidgetsDeploymentsForbidden) IsClientError

func (o *PostWidgetsDeploymentsForbidden) IsClientError() bool

IsClientError returns true when this post widgets deployments forbidden response has a 4xx status code

func (*PostWidgetsDeploymentsForbidden) IsCode

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

IsCode returns true when this post widgets deployments forbidden response a status code equal to that given

func (*PostWidgetsDeploymentsForbidden) IsRedirect

func (o *PostWidgetsDeploymentsForbidden) IsRedirect() bool

IsRedirect returns true when this post widgets deployments forbidden response has a 3xx status code

func (*PostWidgetsDeploymentsForbidden) IsServerError

func (o *PostWidgetsDeploymentsForbidden) IsServerError() bool

IsServerError returns true when this post widgets deployments forbidden response has a 5xx status code

func (*PostWidgetsDeploymentsForbidden) IsSuccess

func (o *PostWidgetsDeploymentsForbidden) IsSuccess() bool

IsSuccess returns true when this post widgets deployments forbidden response has a 2xx status code

func (*PostWidgetsDeploymentsForbidden) String

type PostWidgetsDeploymentsGatewayTimeout

type PostWidgetsDeploymentsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostWidgetsDeploymentsGatewayTimeout

func NewPostWidgetsDeploymentsGatewayTimeout() *PostWidgetsDeploymentsGatewayTimeout

NewPostWidgetsDeploymentsGatewayTimeout creates a PostWidgetsDeploymentsGatewayTimeout with default headers values

func (*PostWidgetsDeploymentsGatewayTimeout) Error

func (*PostWidgetsDeploymentsGatewayTimeout) GetPayload

func (*PostWidgetsDeploymentsGatewayTimeout) IsClientError

func (o *PostWidgetsDeploymentsGatewayTimeout) IsClientError() bool

IsClientError returns true when this post widgets deployments gateway timeout response has a 4xx status code

func (*PostWidgetsDeploymentsGatewayTimeout) IsCode

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

func (*PostWidgetsDeploymentsGatewayTimeout) IsRedirect

IsRedirect returns true when this post widgets deployments gateway timeout response has a 3xx status code

func (*PostWidgetsDeploymentsGatewayTimeout) IsServerError

func (o *PostWidgetsDeploymentsGatewayTimeout) IsServerError() bool

IsServerError returns true when this post widgets deployments gateway timeout response has a 5xx status code

func (*PostWidgetsDeploymentsGatewayTimeout) IsSuccess

IsSuccess returns true when this post widgets deployments gateway timeout response has a 2xx status code

func (*PostWidgetsDeploymentsGatewayTimeout) String

type PostWidgetsDeploymentsInternalServerError

type PostWidgetsDeploymentsInternalServerError struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWidgetsDeploymentsInternalServerError

func NewPostWidgetsDeploymentsInternalServerError() *PostWidgetsDeploymentsInternalServerError

NewPostWidgetsDeploymentsInternalServerError creates a PostWidgetsDeploymentsInternalServerError with default headers values

func (*PostWidgetsDeploymentsInternalServerError) Error

func (*PostWidgetsDeploymentsInternalServerError) GetPayload

func (*PostWidgetsDeploymentsInternalServerError) IsClientError

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

func (*PostWidgetsDeploymentsInternalServerError) IsCode

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

func (*PostWidgetsDeploymentsInternalServerError) IsRedirect

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

func (*PostWidgetsDeploymentsInternalServerError) IsServerError

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

func (*PostWidgetsDeploymentsInternalServerError) IsSuccess

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

func (*PostWidgetsDeploymentsInternalServerError) String

type PostWidgetsDeploymentsNotFound

type PostWidgetsDeploymentsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostWidgetsDeploymentsNotFound

func NewPostWidgetsDeploymentsNotFound() *PostWidgetsDeploymentsNotFound

NewPostWidgetsDeploymentsNotFound creates a PostWidgetsDeploymentsNotFound with default headers values

func (*PostWidgetsDeploymentsNotFound) Error

func (*PostWidgetsDeploymentsNotFound) GetPayload

func (*PostWidgetsDeploymentsNotFound) IsClientError

func (o *PostWidgetsDeploymentsNotFound) IsClientError() bool

IsClientError returns true when this post widgets deployments not found response has a 4xx status code

func (*PostWidgetsDeploymentsNotFound) IsCode

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

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

func (*PostWidgetsDeploymentsNotFound) IsRedirect

func (o *PostWidgetsDeploymentsNotFound) IsRedirect() bool

IsRedirect returns true when this post widgets deployments not found response has a 3xx status code

func (*PostWidgetsDeploymentsNotFound) IsServerError

func (o *PostWidgetsDeploymentsNotFound) IsServerError() bool

IsServerError returns true when this post widgets deployments not found response has a 5xx status code

func (*PostWidgetsDeploymentsNotFound) IsSuccess

func (o *PostWidgetsDeploymentsNotFound) IsSuccess() bool

IsSuccess returns true when this post widgets deployments not found response has a 2xx status code

func (*PostWidgetsDeploymentsNotFound) String

type PostWidgetsDeploymentsOK

type PostWidgetsDeploymentsOK struct {
	Payload *models.WidgetDeployment
}

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

successful operation

func NewPostWidgetsDeploymentsOK

func NewPostWidgetsDeploymentsOK() *PostWidgetsDeploymentsOK

NewPostWidgetsDeploymentsOK creates a PostWidgetsDeploymentsOK with default headers values

func (*PostWidgetsDeploymentsOK) Error

func (o *PostWidgetsDeploymentsOK) Error() string

func (*PostWidgetsDeploymentsOK) GetPayload

func (*PostWidgetsDeploymentsOK) IsClientError

func (o *PostWidgetsDeploymentsOK) IsClientError() bool

IsClientError returns true when this post widgets deployments o k response has a 4xx status code

func (*PostWidgetsDeploymentsOK) IsCode

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

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

func (*PostWidgetsDeploymentsOK) IsRedirect

func (o *PostWidgetsDeploymentsOK) IsRedirect() bool

IsRedirect returns true when this post widgets deployments o k response has a 3xx status code

func (*PostWidgetsDeploymentsOK) IsServerError

func (o *PostWidgetsDeploymentsOK) IsServerError() bool

IsServerError returns true when this post widgets deployments o k response has a 5xx status code

func (*PostWidgetsDeploymentsOK) IsSuccess

func (o *PostWidgetsDeploymentsOK) IsSuccess() bool

IsSuccess returns true when this post widgets deployments o k response has a 2xx status code

func (*PostWidgetsDeploymentsOK) String

func (o *PostWidgetsDeploymentsOK) String() string

type PostWidgetsDeploymentsParams

type PostWidgetsDeploymentsParams struct {

	/* Body.

	   Deployment
	*/
	Body *models.WidgetDeployment

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

PostWidgetsDeploymentsParams contains all the parameters to send to the API endpoint

for the post widgets deployments operation.

Typically these are written to a http.Request.

func NewPostWidgetsDeploymentsParams

func NewPostWidgetsDeploymentsParams() *PostWidgetsDeploymentsParams

NewPostWidgetsDeploymentsParams creates a new PostWidgetsDeploymentsParams 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 NewPostWidgetsDeploymentsParamsWithContext

func NewPostWidgetsDeploymentsParamsWithContext(ctx context.Context) *PostWidgetsDeploymentsParams

NewPostWidgetsDeploymentsParamsWithContext creates a new PostWidgetsDeploymentsParams object with the ability to set a context for a request.

func NewPostWidgetsDeploymentsParamsWithHTTPClient

func NewPostWidgetsDeploymentsParamsWithHTTPClient(client *http.Client) *PostWidgetsDeploymentsParams

NewPostWidgetsDeploymentsParamsWithHTTPClient creates a new PostWidgetsDeploymentsParams object with the ability to set a custom HTTPClient for a request.

func NewPostWidgetsDeploymentsParamsWithTimeout

func NewPostWidgetsDeploymentsParamsWithTimeout(timeout time.Duration) *PostWidgetsDeploymentsParams

NewPostWidgetsDeploymentsParamsWithTimeout creates a new PostWidgetsDeploymentsParams object with the ability to set a timeout on a request.

func (*PostWidgetsDeploymentsParams) SetBody

SetBody adds the body to the post widgets deployments params

func (*PostWidgetsDeploymentsParams) SetContext

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

SetContext adds the context to the post widgets deployments params

func (*PostWidgetsDeploymentsParams) SetDefaults

func (o *PostWidgetsDeploymentsParams) SetDefaults()

SetDefaults hydrates default values in the post widgets deployments params (not the query body).

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

func (*PostWidgetsDeploymentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post widgets deployments params

func (*PostWidgetsDeploymentsParams) SetTimeout

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

SetTimeout adds the timeout to the post widgets deployments params

func (*PostWidgetsDeploymentsParams) WithBody

WithBody adds the body to the post widgets deployments params

func (*PostWidgetsDeploymentsParams) WithContext

WithContext adds the context to the post widgets deployments params

func (*PostWidgetsDeploymentsParams) WithDefaults

WithDefaults hydrates default values in the post widgets deployments params (not the query body).

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

func (*PostWidgetsDeploymentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post widgets deployments params

func (*PostWidgetsDeploymentsParams) WithTimeout

WithTimeout adds the timeout to the post widgets deployments params

func (*PostWidgetsDeploymentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostWidgetsDeploymentsReader

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

PostWidgetsDeploymentsReader is a Reader for the PostWidgetsDeployments structure.

func (*PostWidgetsDeploymentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostWidgetsDeploymentsRequestEntityTooLarge

type PostWidgetsDeploymentsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWidgetsDeploymentsRequestEntityTooLarge

func NewPostWidgetsDeploymentsRequestEntityTooLarge() *PostWidgetsDeploymentsRequestEntityTooLarge

NewPostWidgetsDeploymentsRequestEntityTooLarge creates a PostWidgetsDeploymentsRequestEntityTooLarge with default headers values

func (*PostWidgetsDeploymentsRequestEntityTooLarge) Error

func (*PostWidgetsDeploymentsRequestEntityTooLarge) GetPayload

func (*PostWidgetsDeploymentsRequestEntityTooLarge) IsClientError

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

func (*PostWidgetsDeploymentsRequestEntityTooLarge) IsCode

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

func (*PostWidgetsDeploymentsRequestEntityTooLarge) IsRedirect

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

func (*PostWidgetsDeploymentsRequestEntityTooLarge) IsServerError

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

func (*PostWidgetsDeploymentsRequestEntityTooLarge) IsSuccess

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

func (*PostWidgetsDeploymentsRequestEntityTooLarge) String

type PostWidgetsDeploymentsRequestTimeout

type PostWidgetsDeploymentsRequestTimeout struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWidgetsDeploymentsRequestTimeout

func NewPostWidgetsDeploymentsRequestTimeout() *PostWidgetsDeploymentsRequestTimeout

NewPostWidgetsDeploymentsRequestTimeout creates a PostWidgetsDeploymentsRequestTimeout with default headers values

func (*PostWidgetsDeploymentsRequestTimeout) Error

func (*PostWidgetsDeploymentsRequestTimeout) GetPayload

func (*PostWidgetsDeploymentsRequestTimeout) IsClientError

func (o *PostWidgetsDeploymentsRequestTimeout) IsClientError() bool

IsClientError returns true when this post widgets deployments request timeout response has a 4xx status code

func (*PostWidgetsDeploymentsRequestTimeout) IsCode

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

func (*PostWidgetsDeploymentsRequestTimeout) IsRedirect

IsRedirect returns true when this post widgets deployments request timeout response has a 3xx status code

func (*PostWidgetsDeploymentsRequestTimeout) IsServerError

func (o *PostWidgetsDeploymentsRequestTimeout) IsServerError() bool

IsServerError returns true when this post widgets deployments request timeout response has a 5xx status code

func (*PostWidgetsDeploymentsRequestTimeout) IsSuccess

IsSuccess returns true when this post widgets deployments request timeout response has a 2xx status code

func (*PostWidgetsDeploymentsRequestTimeout) String

type PostWidgetsDeploymentsServiceUnavailable

type PostWidgetsDeploymentsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWidgetsDeploymentsServiceUnavailable

func NewPostWidgetsDeploymentsServiceUnavailable() *PostWidgetsDeploymentsServiceUnavailable

NewPostWidgetsDeploymentsServiceUnavailable creates a PostWidgetsDeploymentsServiceUnavailable with default headers values

func (*PostWidgetsDeploymentsServiceUnavailable) Error

func (*PostWidgetsDeploymentsServiceUnavailable) GetPayload

func (*PostWidgetsDeploymentsServiceUnavailable) IsClientError

IsClientError returns true when this post widgets deployments service unavailable response has a 4xx status code

func (*PostWidgetsDeploymentsServiceUnavailable) IsCode

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

func (*PostWidgetsDeploymentsServiceUnavailable) IsRedirect

IsRedirect returns true when this post widgets deployments service unavailable response has a 3xx status code

func (*PostWidgetsDeploymentsServiceUnavailable) IsServerError

IsServerError returns true when this post widgets deployments service unavailable response has a 5xx status code

func (*PostWidgetsDeploymentsServiceUnavailable) IsSuccess

IsSuccess returns true when this post widgets deployments service unavailable response has a 2xx status code

func (*PostWidgetsDeploymentsServiceUnavailable) String

type PostWidgetsDeploymentsTooManyRequests

type PostWidgetsDeploymentsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWidgetsDeploymentsTooManyRequests

func NewPostWidgetsDeploymentsTooManyRequests() *PostWidgetsDeploymentsTooManyRequests

NewPostWidgetsDeploymentsTooManyRequests creates a PostWidgetsDeploymentsTooManyRequests with default headers values

func (*PostWidgetsDeploymentsTooManyRequests) Error

func (*PostWidgetsDeploymentsTooManyRequests) GetPayload

func (*PostWidgetsDeploymentsTooManyRequests) IsClientError

func (o *PostWidgetsDeploymentsTooManyRequests) IsClientError() bool

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

func (*PostWidgetsDeploymentsTooManyRequests) IsCode

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

func (*PostWidgetsDeploymentsTooManyRequests) IsRedirect

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

func (*PostWidgetsDeploymentsTooManyRequests) IsServerError

func (o *PostWidgetsDeploymentsTooManyRequests) IsServerError() bool

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

func (*PostWidgetsDeploymentsTooManyRequests) IsSuccess

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

func (*PostWidgetsDeploymentsTooManyRequests) String

type PostWidgetsDeploymentsUnauthorized

type PostWidgetsDeploymentsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostWidgetsDeploymentsUnauthorized

func NewPostWidgetsDeploymentsUnauthorized() *PostWidgetsDeploymentsUnauthorized

NewPostWidgetsDeploymentsUnauthorized creates a PostWidgetsDeploymentsUnauthorized with default headers values

func (*PostWidgetsDeploymentsUnauthorized) Error

func (*PostWidgetsDeploymentsUnauthorized) GetPayload

func (*PostWidgetsDeploymentsUnauthorized) IsClientError

func (o *PostWidgetsDeploymentsUnauthorized) IsClientError() bool

IsClientError returns true when this post widgets deployments unauthorized response has a 4xx status code

func (*PostWidgetsDeploymentsUnauthorized) IsCode

IsCode returns true when this post widgets deployments unauthorized response a status code equal to that given

func (*PostWidgetsDeploymentsUnauthorized) IsRedirect

func (o *PostWidgetsDeploymentsUnauthorized) IsRedirect() bool

IsRedirect returns true when this post widgets deployments unauthorized response has a 3xx status code

func (*PostWidgetsDeploymentsUnauthorized) IsServerError

func (o *PostWidgetsDeploymentsUnauthorized) IsServerError() bool

IsServerError returns true when this post widgets deployments unauthorized response has a 5xx status code

func (*PostWidgetsDeploymentsUnauthorized) IsSuccess

IsSuccess returns true when this post widgets deployments unauthorized response has a 2xx status code

func (*PostWidgetsDeploymentsUnauthorized) String

type PostWidgetsDeploymentsUnsupportedMediaType

type PostWidgetsDeploymentsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWidgetsDeploymentsUnsupportedMediaType

func NewPostWidgetsDeploymentsUnsupportedMediaType() *PostWidgetsDeploymentsUnsupportedMediaType

NewPostWidgetsDeploymentsUnsupportedMediaType creates a PostWidgetsDeploymentsUnsupportedMediaType with default headers values

func (*PostWidgetsDeploymentsUnsupportedMediaType) Error

func (*PostWidgetsDeploymentsUnsupportedMediaType) GetPayload

func (*PostWidgetsDeploymentsUnsupportedMediaType) IsClientError

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

func (*PostWidgetsDeploymentsUnsupportedMediaType) IsCode

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

func (*PostWidgetsDeploymentsUnsupportedMediaType) IsRedirect

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

func (*PostWidgetsDeploymentsUnsupportedMediaType) IsServerError

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

func (*PostWidgetsDeploymentsUnsupportedMediaType) IsSuccess

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

func (*PostWidgetsDeploymentsUnsupportedMediaType) String

type PutWidgetsDeploymentBadRequest

type PutWidgetsDeploymentBadRequest struct {
	Payload *models.ErrorBody
}

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

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

func NewPutWidgetsDeploymentBadRequest

func NewPutWidgetsDeploymentBadRequest() *PutWidgetsDeploymentBadRequest

NewPutWidgetsDeploymentBadRequest creates a PutWidgetsDeploymentBadRequest with default headers values

func (*PutWidgetsDeploymentBadRequest) Error

func (*PutWidgetsDeploymentBadRequest) GetPayload

func (*PutWidgetsDeploymentBadRequest) IsClientError

func (o *PutWidgetsDeploymentBadRequest) IsClientError() bool

IsClientError returns true when this put widgets deployment bad request response has a 4xx status code

func (*PutWidgetsDeploymentBadRequest) IsCode

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

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

func (*PutWidgetsDeploymentBadRequest) IsRedirect

func (o *PutWidgetsDeploymentBadRequest) IsRedirect() bool

IsRedirect returns true when this put widgets deployment bad request response has a 3xx status code

func (*PutWidgetsDeploymentBadRequest) IsServerError

func (o *PutWidgetsDeploymentBadRequest) IsServerError() bool

IsServerError returns true when this put widgets deployment bad request response has a 5xx status code

func (*PutWidgetsDeploymentBadRequest) IsSuccess

func (o *PutWidgetsDeploymentBadRequest) IsSuccess() bool

IsSuccess returns true when this put widgets deployment bad request response has a 2xx status code

func (*PutWidgetsDeploymentBadRequest) String

type PutWidgetsDeploymentForbidden

type PutWidgetsDeploymentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPutWidgetsDeploymentForbidden

func NewPutWidgetsDeploymentForbidden() *PutWidgetsDeploymentForbidden

NewPutWidgetsDeploymentForbidden creates a PutWidgetsDeploymentForbidden with default headers values

func (*PutWidgetsDeploymentForbidden) Error

func (*PutWidgetsDeploymentForbidden) GetPayload

func (*PutWidgetsDeploymentForbidden) IsClientError

func (o *PutWidgetsDeploymentForbidden) IsClientError() bool

IsClientError returns true when this put widgets deployment forbidden response has a 4xx status code

func (*PutWidgetsDeploymentForbidden) IsCode

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

IsCode returns true when this put widgets deployment forbidden response a status code equal to that given

func (*PutWidgetsDeploymentForbidden) IsRedirect

func (o *PutWidgetsDeploymentForbidden) IsRedirect() bool

IsRedirect returns true when this put widgets deployment forbidden response has a 3xx status code

func (*PutWidgetsDeploymentForbidden) IsServerError

func (o *PutWidgetsDeploymentForbidden) IsServerError() bool

IsServerError returns true when this put widgets deployment forbidden response has a 5xx status code

func (*PutWidgetsDeploymentForbidden) IsSuccess

func (o *PutWidgetsDeploymentForbidden) IsSuccess() bool

IsSuccess returns true when this put widgets deployment forbidden response has a 2xx status code

func (*PutWidgetsDeploymentForbidden) String

type PutWidgetsDeploymentGatewayTimeout

type PutWidgetsDeploymentGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPutWidgetsDeploymentGatewayTimeout

func NewPutWidgetsDeploymentGatewayTimeout() *PutWidgetsDeploymentGatewayTimeout

NewPutWidgetsDeploymentGatewayTimeout creates a PutWidgetsDeploymentGatewayTimeout with default headers values

func (*PutWidgetsDeploymentGatewayTimeout) Error

func (*PutWidgetsDeploymentGatewayTimeout) GetPayload

func (*PutWidgetsDeploymentGatewayTimeout) IsClientError

func (o *PutWidgetsDeploymentGatewayTimeout) IsClientError() bool

IsClientError returns true when this put widgets deployment gateway timeout response has a 4xx status code

func (*PutWidgetsDeploymentGatewayTimeout) IsCode

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

func (*PutWidgetsDeploymentGatewayTimeout) IsRedirect

func (o *PutWidgetsDeploymentGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put widgets deployment gateway timeout response has a 3xx status code

func (*PutWidgetsDeploymentGatewayTimeout) IsServerError

func (o *PutWidgetsDeploymentGatewayTimeout) IsServerError() bool

IsServerError returns true when this put widgets deployment gateway timeout response has a 5xx status code

func (*PutWidgetsDeploymentGatewayTimeout) IsSuccess

IsSuccess returns true when this put widgets deployment gateway timeout response has a 2xx status code

func (*PutWidgetsDeploymentGatewayTimeout) String

type PutWidgetsDeploymentInternalServerError

type PutWidgetsDeploymentInternalServerError struct {
	Payload *models.ErrorBody
}

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

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

func NewPutWidgetsDeploymentInternalServerError

func NewPutWidgetsDeploymentInternalServerError() *PutWidgetsDeploymentInternalServerError

NewPutWidgetsDeploymentInternalServerError creates a PutWidgetsDeploymentInternalServerError with default headers values

func (*PutWidgetsDeploymentInternalServerError) Error

func (*PutWidgetsDeploymentInternalServerError) GetPayload

func (*PutWidgetsDeploymentInternalServerError) IsClientError

func (o *PutWidgetsDeploymentInternalServerError) IsClientError() bool

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

func (*PutWidgetsDeploymentInternalServerError) IsCode

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

func (*PutWidgetsDeploymentInternalServerError) IsRedirect

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

func (*PutWidgetsDeploymentInternalServerError) IsServerError

func (o *PutWidgetsDeploymentInternalServerError) IsServerError() bool

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

func (*PutWidgetsDeploymentInternalServerError) IsSuccess

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

func (*PutWidgetsDeploymentInternalServerError) String

type PutWidgetsDeploymentNotFound

type PutWidgetsDeploymentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPutWidgetsDeploymentNotFound

func NewPutWidgetsDeploymentNotFound() *PutWidgetsDeploymentNotFound

NewPutWidgetsDeploymentNotFound creates a PutWidgetsDeploymentNotFound with default headers values

func (*PutWidgetsDeploymentNotFound) Error

func (*PutWidgetsDeploymentNotFound) GetPayload

func (*PutWidgetsDeploymentNotFound) IsClientError

func (o *PutWidgetsDeploymentNotFound) IsClientError() bool

IsClientError returns true when this put widgets deployment not found response has a 4xx status code

func (*PutWidgetsDeploymentNotFound) IsCode

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

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

func (*PutWidgetsDeploymentNotFound) IsRedirect

func (o *PutWidgetsDeploymentNotFound) IsRedirect() bool

IsRedirect returns true when this put widgets deployment not found response has a 3xx status code

func (*PutWidgetsDeploymentNotFound) IsServerError

func (o *PutWidgetsDeploymentNotFound) IsServerError() bool

IsServerError returns true when this put widgets deployment not found response has a 5xx status code

func (*PutWidgetsDeploymentNotFound) IsSuccess

func (o *PutWidgetsDeploymentNotFound) IsSuccess() bool

IsSuccess returns true when this put widgets deployment not found response has a 2xx status code

func (*PutWidgetsDeploymentNotFound) String

type PutWidgetsDeploymentOK

type PutWidgetsDeploymentOK struct {
	Payload *models.WidgetDeployment
}

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

successful operation

func NewPutWidgetsDeploymentOK

func NewPutWidgetsDeploymentOK() *PutWidgetsDeploymentOK

NewPutWidgetsDeploymentOK creates a PutWidgetsDeploymentOK with default headers values

func (*PutWidgetsDeploymentOK) Error

func (o *PutWidgetsDeploymentOK) Error() string

func (*PutWidgetsDeploymentOK) GetPayload

func (*PutWidgetsDeploymentOK) IsClientError

func (o *PutWidgetsDeploymentOK) IsClientError() bool

IsClientError returns true when this put widgets deployment o k response has a 4xx status code

func (*PutWidgetsDeploymentOK) IsCode

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

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

func (*PutWidgetsDeploymentOK) IsRedirect

func (o *PutWidgetsDeploymentOK) IsRedirect() bool

IsRedirect returns true when this put widgets deployment o k response has a 3xx status code

func (*PutWidgetsDeploymentOK) IsServerError

func (o *PutWidgetsDeploymentOK) IsServerError() bool

IsServerError returns true when this put widgets deployment o k response has a 5xx status code

func (*PutWidgetsDeploymentOK) IsSuccess

func (o *PutWidgetsDeploymentOK) IsSuccess() bool

IsSuccess returns true when this put widgets deployment o k response has a 2xx status code

func (*PutWidgetsDeploymentOK) String

func (o *PutWidgetsDeploymentOK) String() string

type PutWidgetsDeploymentParams

type PutWidgetsDeploymentParams struct {

	/* Body.

	   Deployment
	*/
	Body *models.WidgetDeployment

	/* DeploymentID.

	   Widget Config Id
	*/
	DeploymentID string

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

PutWidgetsDeploymentParams contains all the parameters to send to the API endpoint

for the put widgets deployment operation.

Typically these are written to a http.Request.

func NewPutWidgetsDeploymentParams

func NewPutWidgetsDeploymentParams() *PutWidgetsDeploymentParams

NewPutWidgetsDeploymentParams creates a new PutWidgetsDeploymentParams 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 NewPutWidgetsDeploymentParamsWithContext

func NewPutWidgetsDeploymentParamsWithContext(ctx context.Context) *PutWidgetsDeploymentParams

NewPutWidgetsDeploymentParamsWithContext creates a new PutWidgetsDeploymentParams object with the ability to set a context for a request.

func NewPutWidgetsDeploymentParamsWithHTTPClient

func NewPutWidgetsDeploymentParamsWithHTTPClient(client *http.Client) *PutWidgetsDeploymentParams

NewPutWidgetsDeploymentParamsWithHTTPClient creates a new PutWidgetsDeploymentParams object with the ability to set a custom HTTPClient for a request.

func NewPutWidgetsDeploymentParamsWithTimeout

func NewPutWidgetsDeploymentParamsWithTimeout(timeout time.Duration) *PutWidgetsDeploymentParams

NewPutWidgetsDeploymentParamsWithTimeout creates a new PutWidgetsDeploymentParams object with the ability to set a timeout on a request.

func (*PutWidgetsDeploymentParams) SetBody

SetBody adds the body to the put widgets deployment params

func (*PutWidgetsDeploymentParams) SetContext

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

SetContext adds the context to the put widgets deployment params

func (*PutWidgetsDeploymentParams) SetDefaults

func (o *PutWidgetsDeploymentParams) SetDefaults()

SetDefaults hydrates default values in the put widgets deployment params (not the query body).

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

func (*PutWidgetsDeploymentParams) SetDeploymentID

func (o *PutWidgetsDeploymentParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the put widgets deployment params

func (*PutWidgetsDeploymentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put widgets deployment params

func (*PutWidgetsDeploymentParams) SetTimeout

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

SetTimeout adds the timeout to the put widgets deployment params

func (*PutWidgetsDeploymentParams) WithBody

WithBody adds the body to the put widgets deployment params

func (*PutWidgetsDeploymentParams) WithContext

WithContext adds the context to the put widgets deployment params

func (*PutWidgetsDeploymentParams) WithDefaults

WithDefaults hydrates default values in the put widgets deployment params (not the query body).

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

func (*PutWidgetsDeploymentParams) WithDeploymentID

func (o *PutWidgetsDeploymentParams) WithDeploymentID(deploymentID string) *PutWidgetsDeploymentParams

WithDeploymentID adds the deploymentID to the put widgets deployment params

func (*PutWidgetsDeploymentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put widgets deployment params

func (*PutWidgetsDeploymentParams) WithTimeout

WithTimeout adds the timeout to the put widgets deployment params

func (*PutWidgetsDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutWidgetsDeploymentReader

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

PutWidgetsDeploymentReader is a Reader for the PutWidgetsDeployment structure.

func (*PutWidgetsDeploymentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutWidgetsDeploymentRequestEntityTooLarge

type PutWidgetsDeploymentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPutWidgetsDeploymentRequestEntityTooLarge

func NewPutWidgetsDeploymentRequestEntityTooLarge() *PutWidgetsDeploymentRequestEntityTooLarge

NewPutWidgetsDeploymentRequestEntityTooLarge creates a PutWidgetsDeploymentRequestEntityTooLarge with default headers values

func (*PutWidgetsDeploymentRequestEntityTooLarge) Error

func (*PutWidgetsDeploymentRequestEntityTooLarge) GetPayload

func (*PutWidgetsDeploymentRequestEntityTooLarge) IsClientError

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

func (*PutWidgetsDeploymentRequestEntityTooLarge) IsCode

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

func (*PutWidgetsDeploymentRequestEntityTooLarge) IsRedirect

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

func (*PutWidgetsDeploymentRequestEntityTooLarge) IsServerError

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

func (*PutWidgetsDeploymentRequestEntityTooLarge) IsSuccess

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

func (*PutWidgetsDeploymentRequestEntityTooLarge) String

type PutWidgetsDeploymentRequestTimeout

type PutWidgetsDeploymentRequestTimeout struct {
	Payload *models.ErrorBody
}

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

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

func NewPutWidgetsDeploymentRequestTimeout

func NewPutWidgetsDeploymentRequestTimeout() *PutWidgetsDeploymentRequestTimeout

NewPutWidgetsDeploymentRequestTimeout creates a PutWidgetsDeploymentRequestTimeout with default headers values

func (*PutWidgetsDeploymentRequestTimeout) Error

func (*PutWidgetsDeploymentRequestTimeout) GetPayload

func (*PutWidgetsDeploymentRequestTimeout) IsClientError

func (o *PutWidgetsDeploymentRequestTimeout) IsClientError() bool

IsClientError returns true when this put widgets deployment request timeout response has a 4xx status code

func (*PutWidgetsDeploymentRequestTimeout) IsCode

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

func (*PutWidgetsDeploymentRequestTimeout) IsRedirect

func (o *PutWidgetsDeploymentRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put widgets deployment request timeout response has a 3xx status code

func (*PutWidgetsDeploymentRequestTimeout) IsServerError

func (o *PutWidgetsDeploymentRequestTimeout) IsServerError() bool

IsServerError returns true when this put widgets deployment request timeout response has a 5xx status code

func (*PutWidgetsDeploymentRequestTimeout) IsSuccess

IsSuccess returns true when this put widgets deployment request timeout response has a 2xx status code

func (*PutWidgetsDeploymentRequestTimeout) String

type PutWidgetsDeploymentServiceUnavailable

type PutWidgetsDeploymentServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

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

func NewPutWidgetsDeploymentServiceUnavailable

func NewPutWidgetsDeploymentServiceUnavailable() *PutWidgetsDeploymentServiceUnavailable

NewPutWidgetsDeploymentServiceUnavailable creates a PutWidgetsDeploymentServiceUnavailable with default headers values

func (*PutWidgetsDeploymentServiceUnavailable) Error

func (*PutWidgetsDeploymentServiceUnavailable) GetPayload

func (*PutWidgetsDeploymentServiceUnavailable) IsClientError

func (o *PutWidgetsDeploymentServiceUnavailable) IsClientError() bool

IsClientError returns true when this put widgets deployment service unavailable response has a 4xx status code

func (*PutWidgetsDeploymentServiceUnavailable) IsCode

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

func (*PutWidgetsDeploymentServiceUnavailable) IsRedirect

IsRedirect returns true when this put widgets deployment service unavailable response has a 3xx status code

func (*PutWidgetsDeploymentServiceUnavailable) IsServerError

func (o *PutWidgetsDeploymentServiceUnavailable) IsServerError() bool

IsServerError returns true when this put widgets deployment service unavailable response has a 5xx status code

func (*PutWidgetsDeploymentServiceUnavailable) IsSuccess

IsSuccess returns true when this put widgets deployment service unavailable response has a 2xx status code

func (*PutWidgetsDeploymentServiceUnavailable) String

type PutWidgetsDeploymentTooManyRequests

type PutWidgetsDeploymentTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPutWidgetsDeploymentTooManyRequests

func NewPutWidgetsDeploymentTooManyRequests() *PutWidgetsDeploymentTooManyRequests

NewPutWidgetsDeploymentTooManyRequests creates a PutWidgetsDeploymentTooManyRequests with default headers values

func (*PutWidgetsDeploymentTooManyRequests) Error

func (*PutWidgetsDeploymentTooManyRequests) GetPayload

func (*PutWidgetsDeploymentTooManyRequests) IsClientError

func (o *PutWidgetsDeploymentTooManyRequests) IsClientError() bool

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

func (*PutWidgetsDeploymentTooManyRequests) IsCode

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

func (*PutWidgetsDeploymentTooManyRequests) IsRedirect

func (o *PutWidgetsDeploymentTooManyRequests) IsRedirect() bool

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

func (*PutWidgetsDeploymentTooManyRequests) IsServerError

func (o *PutWidgetsDeploymentTooManyRequests) IsServerError() bool

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

func (*PutWidgetsDeploymentTooManyRequests) IsSuccess

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

func (*PutWidgetsDeploymentTooManyRequests) String

type PutWidgetsDeploymentUnauthorized

type PutWidgetsDeploymentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPutWidgetsDeploymentUnauthorized

func NewPutWidgetsDeploymentUnauthorized() *PutWidgetsDeploymentUnauthorized

NewPutWidgetsDeploymentUnauthorized creates a PutWidgetsDeploymentUnauthorized with default headers values

func (*PutWidgetsDeploymentUnauthorized) Error

func (*PutWidgetsDeploymentUnauthorized) GetPayload

func (*PutWidgetsDeploymentUnauthorized) IsClientError

func (o *PutWidgetsDeploymentUnauthorized) IsClientError() bool

IsClientError returns true when this put widgets deployment unauthorized response has a 4xx status code

func (*PutWidgetsDeploymentUnauthorized) IsCode

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

IsCode returns true when this put widgets deployment unauthorized response a status code equal to that given

func (*PutWidgetsDeploymentUnauthorized) IsRedirect

func (o *PutWidgetsDeploymentUnauthorized) IsRedirect() bool

IsRedirect returns true when this put widgets deployment unauthorized response has a 3xx status code

func (*PutWidgetsDeploymentUnauthorized) IsServerError

func (o *PutWidgetsDeploymentUnauthorized) IsServerError() bool

IsServerError returns true when this put widgets deployment unauthorized response has a 5xx status code

func (*PutWidgetsDeploymentUnauthorized) IsSuccess

func (o *PutWidgetsDeploymentUnauthorized) IsSuccess() bool

IsSuccess returns true when this put widgets deployment unauthorized response has a 2xx status code

func (*PutWidgetsDeploymentUnauthorized) String

type PutWidgetsDeploymentUnsupportedMediaType

type PutWidgetsDeploymentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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

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

func NewPutWidgetsDeploymentUnsupportedMediaType

func NewPutWidgetsDeploymentUnsupportedMediaType() *PutWidgetsDeploymentUnsupportedMediaType

NewPutWidgetsDeploymentUnsupportedMediaType creates a PutWidgetsDeploymentUnsupportedMediaType with default headers values

func (*PutWidgetsDeploymentUnsupportedMediaType) Error

func (*PutWidgetsDeploymentUnsupportedMediaType) GetPayload

func (*PutWidgetsDeploymentUnsupportedMediaType) IsClientError

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

func (*PutWidgetsDeploymentUnsupportedMediaType) IsCode

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

func (*PutWidgetsDeploymentUnsupportedMediaType) IsRedirect

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

func (*PutWidgetsDeploymentUnsupportedMediaType) IsServerError

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

func (*PutWidgetsDeploymentUnsupportedMediaType) IsSuccess

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

func (*PutWidgetsDeploymentUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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