Documentation
¶
Index ¶
- type API
- type Client
- func (a *Client) DeleteWidgetsDeployment(ctx context.Context, params *DeleteWidgetsDeploymentParams) (*DeleteWidgetsDeploymentNoContent, error)
- func (a *Client) GetWidgetsDeployment(ctx context.Context, params *GetWidgetsDeploymentParams) (*GetWidgetsDeploymentOK, error)
- func (a *Client) GetWidgetsDeployments(ctx context.Context, params *GetWidgetsDeploymentsParams) (*GetWidgetsDeploymentsOK, error)
- func (a *Client) PostWidgetsDeployments(ctx context.Context, params *PostWidgetsDeploymentsParams) (*PostWidgetsDeploymentsOK, error)
- func (a *Client) PutWidgetsDeployment(ctx context.Context, params *PutWidgetsDeploymentParams) (*PutWidgetsDeploymentOK, error)
- type DeleteWidgetsDeploymentBadRequest
- func (o *DeleteWidgetsDeploymentBadRequest) Error() string
- func (o *DeleteWidgetsDeploymentBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteWidgetsDeploymentBadRequest) IsClientError() bool
- func (o *DeleteWidgetsDeploymentBadRequest) IsCode(code int) bool
- func (o *DeleteWidgetsDeploymentBadRequest) IsRedirect() bool
- func (o *DeleteWidgetsDeploymentBadRequest) IsServerError() bool
- func (o *DeleteWidgetsDeploymentBadRequest) IsSuccess() bool
- func (o *DeleteWidgetsDeploymentBadRequest) String() string
- type DeleteWidgetsDeploymentForbidden
- func (o *DeleteWidgetsDeploymentForbidden) Error() string
- func (o *DeleteWidgetsDeploymentForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteWidgetsDeploymentForbidden) IsClientError() bool
- func (o *DeleteWidgetsDeploymentForbidden) IsCode(code int) bool
- func (o *DeleteWidgetsDeploymentForbidden) IsRedirect() bool
- func (o *DeleteWidgetsDeploymentForbidden) IsServerError() bool
- func (o *DeleteWidgetsDeploymentForbidden) IsSuccess() bool
- func (o *DeleteWidgetsDeploymentForbidden) String() string
- type DeleteWidgetsDeploymentGatewayTimeout
- func (o *DeleteWidgetsDeploymentGatewayTimeout) Error() string
- func (o *DeleteWidgetsDeploymentGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteWidgetsDeploymentGatewayTimeout) IsClientError() bool
- func (o *DeleteWidgetsDeploymentGatewayTimeout) IsCode(code int) bool
- func (o *DeleteWidgetsDeploymentGatewayTimeout) IsRedirect() bool
- func (o *DeleteWidgetsDeploymentGatewayTimeout) IsServerError() bool
- func (o *DeleteWidgetsDeploymentGatewayTimeout) IsSuccess() bool
- func (o *DeleteWidgetsDeploymentGatewayTimeout) String() string
- type DeleteWidgetsDeploymentInternalServerError
- func (o *DeleteWidgetsDeploymentInternalServerError) Error() string
- func (o *DeleteWidgetsDeploymentInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteWidgetsDeploymentInternalServerError) IsClientError() bool
- func (o *DeleteWidgetsDeploymentInternalServerError) IsCode(code int) bool
- func (o *DeleteWidgetsDeploymentInternalServerError) IsRedirect() bool
- func (o *DeleteWidgetsDeploymentInternalServerError) IsServerError() bool
- func (o *DeleteWidgetsDeploymentInternalServerError) IsSuccess() bool
- func (o *DeleteWidgetsDeploymentInternalServerError) String() string
- type DeleteWidgetsDeploymentNoContent
- func (o *DeleteWidgetsDeploymentNoContent) Error() string
- func (o *DeleteWidgetsDeploymentNoContent) IsClientError() bool
- func (o *DeleteWidgetsDeploymentNoContent) IsCode(code int) bool
- func (o *DeleteWidgetsDeploymentNoContent) IsRedirect() bool
- func (o *DeleteWidgetsDeploymentNoContent) IsServerError() bool
- func (o *DeleteWidgetsDeploymentNoContent) IsSuccess() bool
- func (o *DeleteWidgetsDeploymentNoContent) String() string
- type DeleteWidgetsDeploymentNotFound
- func (o *DeleteWidgetsDeploymentNotFound) Error() string
- func (o *DeleteWidgetsDeploymentNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteWidgetsDeploymentNotFound) IsClientError() bool
- func (o *DeleteWidgetsDeploymentNotFound) IsCode(code int) bool
- func (o *DeleteWidgetsDeploymentNotFound) IsRedirect() bool
- func (o *DeleteWidgetsDeploymentNotFound) IsServerError() bool
- func (o *DeleteWidgetsDeploymentNotFound) IsSuccess() bool
- func (o *DeleteWidgetsDeploymentNotFound) String() string
- type DeleteWidgetsDeploymentParams
- func NewDeleteWidgetsDeploymentParams() *DeleteWidgetsDeploymentParams
- func NewDeleteWidgetsDeploymentParamsWithContext(ctx context.Context) *DeleteWidgetsDeploymentParams
- func NewDeleteWidgetsDeploymentParamsWithHTTPClient(client *http.Client) *DeleteWidgetsDeploymentParams
- func NewDeleteWidgetsDeploymentParamsWithTimeout(timeout time.Duration) *DeleteWidgetsDeploymentParams
- func (o *DeleteWidgetsDeploymentParams) SetContext(ctx context.Context)
- func (o *DeleteWidgetsDeploymentParams) SetDefaults()
- func (o *DeleteWidgetsDeploymentParams) SetDeploymentID(deploymentID string)
- func (o *DeleteWidgetsDeploymentParams) SetHTTPClient(client *http.Client)
- func (o *DeleteWidgetsDeploymentParams) SetTimeout(timeout time.Duration)
- func (o *DeleteWidgetsDeploymentParams) WithContext(ctx context.Context) *DeleteWidgetsDeploymentParams
- func (o *DeleteWidgetsDeploymentParams) WithDefaults() *DeleteWidgetsDeploymentParams
- func (o *DeleteWidgetsDeploymentParams) WithDeploymentID(deploymentID string) *DeleteWidgetsDeploymentParams
- func (o *DeleteWidgetsDeploymentParams) WithHTTPClient(client *http.Client) *DeleteWidgetsDeploymentParams
- func (o *DeleteWidgetsDeploymentParams) WithTimeout(timeout time.Duration) *DeleteWidgetsDeploymentParams
- func (o *DeleteWidgetsDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteWidgetsDeploymentReader
- type DeleteWidgetsDeploymentRequestEntityTooLarge
- func (o *DeleteWidgetsDeploymentRequestEntityTooLarge) Error() string
- func (o *DeleteWidgetsDeploymentRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteWidgetsDeploymentRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteWidgetsDeploymentRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteWidgetsDeploymentRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteWidgetsDeploymentRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteWidgetsDeploymentRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteWidgetsDeploymentRequestEntityTooLarge) String() string
- type DeleteWidgetsDeploymentRequestTimeout
- func (o *DeleteWidgetsDeploymentRequestTimeout) Error() string
- func (o *DeleteWidgetsDeploymentRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteWidgetsDeploymentRequestTimeout) IsClientError() bool
- func (o *DeleteWidgetsDeploymentRequestTimeout) IsCode(code int) bool
- func (o *DeleteWidgetsDeploymentRequestTimeout) IsRedirect() bool
- func (o *DeleteWidgetsDeploymentRequestTimeout) IsServerError() bool
- func (o *DeleteWidgetsDeploymentRequestTimeout) IsSuccess() bool
- func (o *DeleteWidgetsDeploymentRequestTimeout) String() string
- type DeleteWidgetsDeploymentServiceUnavailable
- func (o *DeleteWidgetsDeploymentServiceUnavailable) Error() string
- func (o *DeleteWidgetsDeploymentServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteWidgetsDeploymentServiceUnavailable) IsClientError() bool
- func (o *DeleteWidgetsDeploymentServiceUnavailable) IsCode(code int) bool
- func (o *DeleteWidgetsDeploymentServiceUnavailable) IsRedirect() bool
- func (o *DeleteWidgetsDeploymentServiceUnavailable) IsServerError() bool
- func (o *DeleteWidgetsDeploymentServiceUnavailable) IsSuccess() bool
- func (o *DeleteWidgetsDeploymentServiceUnavailable) String() string
- type DeleteWidgetsDeploymentTooManyRequests
- func (o *DeleteWidgetsDeploymentTooManyRequests) Error() string
- func (o *DeleteWidgetsDeploymentTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteWidgetsDeploymentTooManyRequests) IsClientError() bool
- func (o *DeleteWidgetsDeploymentTooManyRequests) IsCode(code int) bool
- func (o *DeleteWidgetsDeploymentTooManyRequests) IsRedirect() bool
- func (o *DeleteWidgetsDeploymentTooManyRequests) IsServerError() bool
- func (o *DeleteWidgetsDeploymentTooManyRequests) IsSuccess() bool
- func (o *DeleteWidgetsDeploymentTooManyRequests) String() string
- type DeleteWidgetsDeploymentUnauthorized
- func (o *DeleteWidgetsDeploymentUnauthorized) Error() string
- func (o *DeleteWidgetsDeploymentUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteWidgetsDeploymentUnauthorized) IsClientError() bool
- func (o *DeleteWidgetsDeploymentUnauthorized) IsCode(code int) bool
- func (o *DeleteWidgetsDeploymentUnauthorized) IsRedirect() bool
- func (o *DeleteWidgetsDeploymentUnauthorized) IsServerError() bool
- func (o *DeleteWidgetsDeploymentUnauthorized) IsSuccess() bool
- func (o *DeleteWidgetsDeploymentUnauthorized) String() string
- type DeleteWidgetsDeploymentUnsupportedMediaType
- func (o *DeleteWidgetsDeploymentUnsupportedMediaType) Error() string
- func (o *DeleteWidgetsDeploymentUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteWidgetsDeploymentUnsupportedMediaType) IsClientError() bool
- func (o *DeleteWidgetsDeploymentUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteWidgetsDeploymentUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteWidgetsDeploymentUnsupportedMediaType) IsServerError() bool
- func (o *DeleteWidgetsDeploymentUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteWidgetsDeploymentUnsupportedMediaType) String() string
- type GetWidgetsDeploymentBadRequest
- func (o *GetWidgetsDeploymentBadRequest) Error() string
- func (o *GetWidgetsDeploymentBadRequest) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentBadRequest) IsClientError() bool
- func (o *GetWidgetsDeploymentBadRequest) IsCode(code int) bool
- func (o *GetWidgetsDeploymentBadRequest) IsRedirect() bool
- func (o *GetWidgetsDeploymentBadRequest) IsServerError() bool
- func (o *GetWidgetsDeploymentBadRequest) IsSuccess() bool
- func (o *GetWidgetsDeploymentBadRequest) String() string
- type GetWidgetsDeploymentForbidden
- func (o *GetWidgetsDeploymentForbidden) Error() string
- func (o *GetWidgetsDeploymentForbidden) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentForbidden) IsClientError() bool
- func (o *GetWidgetsDeploymentForbidden) IsCode(code int) bool
- func (o *GetWidgetsDeploymentForbidden) IsRedirect() bool
- func (o *GetWidgetsDeploymentForbidden) IsServerError() bool
- func (o *GetWidgetsDeploymentForbidden) IsSuccess() bool
- func (o *GetWidgetsDeploymentForbidden) String() string
- type GetWidgetsDeploymentGatewayTimeout
- func (o *GetWidgetsDeploymentGatewayTimeout) Error() string
- func (o *GetWidgetsDeploymentGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentGatewayTimeout) IsClientError() bool
- func (o *GetWidgetsDeploymentGatewayTimeout) IsCode(code int) bool
- func (o *GetWidgetsDeploymentGatewayTimeout) IsRedirect() bool
- func (o *GetWidgetsDeploymentGatewayTimeout) IsServerError() bool
- func (o *GetWidgetsDeploymentGatewayTimeout) IsSuccess() bool
- func (o *GetWidgetsDeploymentGatewayTimeout) String() string
- type GetWidgetsDeploymentInternalServerError
- func (o *GetWidgetsDeploymentInternalServerError) Error() string
- func (o *GetWidgetsDeploymentInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentInternalServerError) IsClientError() bool
- func (o *GetWidgetsDeploymentInternalServerError) IsCode(code int) bool
- func (o *GetWidgetsDeploymentInternalServerError) IsRedirect() bool
- func (o *GetWidgetsDeploymentInternalServerError) IsServerError() bool
- func (o *GetWidgetsDeploymentInternalServerError) IsSuccess() bool
- func (o *GetWidgetsDeploymentInternalServerError) String() string
- type GetWidgetsDeploymentNotFound
- func (o *GetWidgetsDeploymentNotFound) Error() string
- func (o *GetWidgetsDeploymentNotFound) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentNotFound) IsClientError() bool
- func (o *GetWidgetsDeploymentNotFound) IsCode(code int) bool
- func (o *GetWidgetsDeploymentNotFound) IsRedirect() bool
- func (o *GetWidgetsDeploymentNotFound) IsServerError() bool
- func (o *GetWidgetsDeploymentNotFound) IsSuccess() bool
- func (o *GetWidgetsDeploymentNotFound) String() string
- type GetWidgetsDeploymentOK
- func (o *GetWidgetsDeploymentOK) Error() string
- func (o *GetWidgetsDeploymentOK) GetPayload() *models.WidgetDeployment
- func (o *GetWidgetsDeploymentOK) IsClientError() bool
- func (o *GetWidgetsDeploymentOK) IsCode(code int) bool
- func (o *GetWidgetsDeploymentOK) IsRedirect() bool
- func (o *GetWidgetsDeploymentOK) IsServerError() bool
- func (o *GetWidgetsDeploymentOK) IsSuccess() bool
- func (o *GetWidgetsDeploymentOK) String() string
- type GetWidgetsDeploymentParams
- func NewGetWidgetsDeploymentParams() *GetWidgetsDeploymentParams
- func NewGetWidgetsDeploymentParamsWithContext(ctx context.Context) *GetWidgetsDeploymentParams
- func NewGetWidgetsDeploymentParamsWithHTTPClient(client *http.Client) *GetWidgetsDeploymentParams
- func NewGetWidgetsDeploymentParamsWithTimeout(timeout time.Duration) *GetWidgetsDeploymentParams
- func (o *GetWidgetsDeploymentParams) SetContext(ctx context.Context)
- func (o *GetWidgetsDeploymentParams) SetDefaults()
- func (o *GetWidgetsDeploymentParams) SetDeploymentID(deploymentID string)
- func (o *GetWidgetsDeploymentParams) SetHTTPClient(client *http.Client)
- func (o *GetWidgetsDeploymentParams) SetTimeout(timeout time.Duration)
- func (o *GetWidgetsDeploymentParams) WithContext(ctx context.Context) *GetWidgetsDeploymentParams
- func (o *GetWidgetsDeploymentParams) WithDefaults() *GetWidgetsDeploymentParams
- func (o *GetWidgetsDeploymentParams) WithDeploymentID(deploymentID string) *GetWidgetsDeploymentParams
- func (o *GetWidgetsDeploymentParams) WithHTTPClient(client *http.Client) *GetWidgetsDeploymentParams
- func (o *GetWidgetsDeploymentParams) WithTimeout(timeout time.Duration) *GetWidgetsDeploymentParams
- func (o *GetWidgetsDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetWidgetsDeploymentReader
- type GetWidgetsDeploymentRequestEntityTooLarge
- func (o *GetWidgetsDeploymentRequestEntityTooLarge) Error() string
- func (o *GetWidgetsDeploymentRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentRequestEntityTooLarge) IsClientError() bool
- func (o *GetWidgetsDeploymentRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetWidgetsDeploymentRequestEntityTooLarge) IsRedirect() bool
- func (o *GetWidgetsDeploymentRequestEntityTooLarge) IsServerError() bool
- func (o *GetWidgetsDeploymentRequestEntityTooLarge) IsSuccess() bool
- func (o *GetWidgetsDeploymentRequestEntityTooLarge) String() string
- type GetWidgetsDeploymentRequestTimeout
- func (o *GetWidgetsDeploymentRequestTimeout) Error() string
- func (o *GetWidgetsDeploymentRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentRequestTimeout) IsClientError() bool
- func (o *GetWidgetsDeploymentRequestTimeout) IsCode(code int) bool
- func (o *GetWidgetsDeploymentRequestTimeout) IsRedirect() bool
- func (o *GetWidgetsDeploymentRequestTimeout) IsServerError() bool
- func (o *GetWidgetsDeploymentRequestTimeout) IsSuccess() bool
- func (o *GetWidgetsDeploymentRequestTimeout) String() string
- type GetWidgetsDeploymentServiceUnavailable
- func (o *GetWidgetsDeploymentServiceUnavailable) Error() string
- func (o *GetWidgetsDeploymentServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentServiceUnavailable) IsClientError() bool
- func (o *GetWidgetsDeploymentServiceUnavailable) IsCode(code int) bool
- func (o *GetWidgetsDeploymentServiceUnavailable) IsRedirect() bool
- func (o *GetWidgetsDeploymentServiceUnavailable) IsServerError() bool
- func (o *GetWidgetsDeploymentServiceUnavailable) IsSuccess() bool
- func (o *GetWidgetsDeploymentServiceUnavailable) String() string
- type GetWidgetsDeploymentTooManyRequests
- func (o *GetWidgetsDeploymentTooManyRequests) Error() string
- func (o *GetWidgetsDeploymentTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentTooManyRequests) IsClientError() bool
- func (o *GetWidgetsDeploymentTooManyRequests) IsCode(code int) bool
- func (o *GetWidgetsDeploymentTooManyRequests) IsRedirect() bool
- func (o *GetWidgetsDeploymentTooManyRequests) IsServerError() bool
- func (o *GetWidgetsDeploymentTooManyRequests) IsSuccess() bool
- func (o *GetWidgetsDeploymentTooManyRequests) String() string
- type GetWidgetsDeploymentUnauthorized
- func (o *GetWidgetsDeploymentUnauthorized) Error() string
- func (o *GetWidgetsDeploymentUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentUnauthorized) IsClientError() bool
- func (o *GetWidgetsDeploymentUnauthorized) IsCode(code int) bool
- func (o *GetWidgetsDeploymentUnauthorized) IsRedirect() bool
- func (o *GetWidgetsDeploymentUnauthorized) IsServerError() bool
- func (o *GetWidgetsDeploymentUnauthorized) IsSuccess() bool
- func (o *GetWidgetsDeploymentUnauthorized) String() string
- type GetWidgetsDeploymentUnsupportedMediaType
- func (o *GetWidgetsDeploymentUnsupportedMediaType) Error() string
- func (o *GetWidgetsDeploymentUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentUnsupportedMediaType) IsClientError() bool
- func (o *GetWidgetsDeploymentUnsupportedMediaType) IsCode(code int) bool
- func (o *GetWidgetsDeploymentUnsupportedMediaType) IsRedirect() bool
- func (o *GetWidgetsDeploymentUnsupportedMediaType) IsServerError() bool
- func (o *GetWidgetsDeploymentUnsupportedMediaType) IsSuccess() bool
- func (o *GetWidgetsDeploymentUnsupportedMediaType) String() string
- type GetWidgetsDeploymentsBadRequest
- func (o *GetWidgetsDeploymentsBadRequest) Error() string
- func (o *GetWidgetsDeploymentsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentsBadRequest) IsClientError() bool
- func (o *GetWidgetsDeploymentsBadRequest) IsCode(code int) bool
- func (o *GetWidgetsDeploymentsBadRequest) IsRedirect() bool
- func (o *GetWidgetsDeploymentsBadRequest) IsServerError() bool
- func (o *GetWidgetsDeploymentsBadRequest) IsSuccess() bool
- func (o *GetWidgetsDeploymentsBadRequest) String() string
- type GetWidgetsDeploymentsForbidden
- func (o *GetWidgetsDeploymentsForbidden) Error() string
- func (o *GetWidgetsDeploymentsForbidden) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentsForbidden) IsClientError() bool
- func (o *GetWidgetsDeploymentsForbidden) IsCode(code int) bool
- func (o *GetWidgetsDeploymentsForbidden) IsRedirect() bool
- func (o *GetWidgetsDeploymentsForbidden) IsServerError() bool
- func (o *GetWidgetsDeploymentsForbidden) IsSuccess() bool
- func (o *GetWidgetsDeploymentsForbidden) String() string
- type GetWidgetsDeploymentsGatewayTimeout
- func (o *GetWidgetsDeploymentsGatewayTimeout) Error() string
- func (o *GetWidgetsDeploymentsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentsGatewayTimeout) IsClientError() bool
- func (o *GetWidgetsDeploymentsGatewayTimeout) IsCode(code int) bool
- func (o *GetWidgetsDeploymentsGatewayTimeout) IsRedirect() bool
- func (o *GetWidgetsDeploymentsGatewayTimeout) IsServerError() bool
- func (o *GetWidgetsDeploymentsGatewayTimeout) IsSuccess() bool
- func (o *GetWidgetsDeploymentsGatewayTimeout) String() string
- type GetWidgetsDeploymentsInternalServerError
- func (o *GetWidgetsDeploymentsInternalServerError) Error() string
- func (o *GetWidgetsDeploymentsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentsInternalServerError) IsClientError() bool
- func (o *GetWidgetsDeploymentsInternalServerError) IsCode(code int) bool
- func (o *GetWidgetsDeploymentsInternalServerError) IsRedirect() bool
- func (o *GetWidgetsDeploymentsInternalServerError) IsServerError() bool
- func (o *GetWidgetsDeploymentsInternalServerError) IsSuccess() bool
- func (o *GetWidgetsDeploymentsInternalServerError) String() string
- type GetWidgetsDeploymentsNotFound
- func (o *GetWidgetsDeploymentsNotFound) Error() string
- func (o *GetWidgetsDeploymentsNotFound) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentsNotFound) IsClientError() bool
- func (o *GetWidgetsDeploymentsNotFound) IsCode(code int) bool
- func (o *GetWidgetsDeploymentsNotFound) IsRedirect() bool
- func (o *GetWidgetsDeploymentsNotFound) IsServerError() bool
- func (o *GetWidgetsDeploymentsNotFound) IsSuccess() bool
- func (o *GetWidgetsDeploymentsNotFound) String() string
- type GetWidgetsDeploymentsOK
- func (o *GetWidgetsDeploymentsOK) Error() string
- func (o *GetWidgetsDeploymentsOK) GetPayload() *models.WidgetDeploymentEntityListing
- func (o *GetWidgetsDeploymentsOK) IsClientError() bool
- func (o *GetWidgetsDeploymentsOK) IsCode(code int) bool
- func (o *GetWidgetsDeploymentsOK) IsRedirect() bool
- func (o *GetWidgetsDeploymentsOK) IsServerError() bool
- func (o *GetWidgetsDeploymentsOK) IsSuccess() bool
- func (o *GetWidgetsDeploymentsOK) String() string
- type GetWidgetsDeploymentsParams
- func NewGetWidgetsDeploymentsParams() *GetWidgetsDeploymentsParams
- func NewGetWidgetsDeploymentsParamsWithContext(ctx context.Context) *GetWidgetsDeploymentsParams
- func NewGetWidgetsDeploymentsParamsWithHTTPClient(client *http.Client) *GetWidgetsDeploymentsParams
- func NewGetWidgetsDeploymentsParamsWithTimeout(timeout time.Duration) *GetWidgetsDeploymentsParams
- func (o *GetWidgetsDeploymentsParams) SetContext(ctx context.Context)
- func (o *GetWidgetsDeploymentsParams) SetDefaults()
- func (o *GetWidgetsDeploymentsParams) SetHTTPClient(client *http.Client)
- func (o *GetWidgetsDeploymentsParams) SetTimeout(timeout time.Duration)
- func (o *GetWidgetsDeploymentsParams) WithContext(ctx context.Context) *GetWidgetsDeploymentsParams
- func (o *GetWidgetsDeploymentsParams) WithDefaults() *GetWidgetsDeploymentsParams
- func (o *GetWidgetsDeploymentsParams) WithHTTPClient(client *http.Client) *GetWidgetsDeploymentsParams
- func (o *GetWidgetsDeploymentsParams) WithTimeout(timeout time.Duration) *GetWidgetsDeploymentsParams
- func (o *GetWidgetsDeploymentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetWidgetsDeploymentsReader
- type GetWidgetsDeploymentsRequestEntityTooLarge
- func (o *GetWidgetsDeploymentsRequestEntityTooLarge) Error() string
- func (o *GetWidgetsDeploymentsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentsRequestEntityTooLarge) IsClientError() bool
- func (o *GetWidgetsDeploymentsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetWidgetsDeploymentsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetWidgetsDeploymentsRequestEntityTooLarge) IsServerError() bool
- func (o *GetWidgetsDeploymentsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetWidgetsDeploymentsRequestEntityTooLarge) String() string
- type GetWidgetsDeploymentsRequestTimeout
- func (o *GetWidgetsDeploymentsRequestTimeout) Error() string
- func (o *GetWidgetsDeploymentsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentsRequestTimeout) IsClientError() bool
- func (o *GetWidgetsDeploymentsRequestTimeout) IsCode(code int) bool
- func (o *GetWidgetsDeploymentsRequestTimeout) IsRedirect() bool
- func (o *GetWidgetsDeploymentsRequestTimeout) IsServerError() bool
- func (o *GetWidgetsDeploymentsRequestTimeout) IsSuccess() bool
- func (o *GetWidgetsDeploymentsRequestTimeout) String() string
- type GetWidgetsDeploymentsServiceUnavailable
- func (o *GetWidgetsDeploymentsServiceUnavailable) Error() string
- func (o *GetWidgetsDeploymentsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentsServiceUnavailable) IsClientError() bool
- func (o *GetWidgetsDeploymentsServiceUnavailable) IsCode(code int) bool
- func (o *GetWidgetsDeploymentsServiceUnavailable) IsRedirect() bool
- func (o *GetWidgetsDeploymentsServiceUnavailable) IsServerError() bool
- func (o *GetWidgetsDeploymentsServiceUnavailable) IsSuccess() bool
- func (o *GetWidgetsDeploymentsServiceUnavailable) String() string
- type GetWidgetsDeploymentsTooManyRequests
- func (o *GetWidgetsDeploymentsTooManyRequests) Error() string
- func (o *GetWidgetsDeploymentsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentsTooManyRequests) IsClientError() bool
- func (o *GetWidgetsDeploymentsTooManyRequests) IsCode(code int) bool
- func (o *GetWidgetsDeploymentsTooManyRequests) IsRedirect() bool
- func (o *GetWidgetsDeploymentsTooManyRequests) IsServerError() bool
- func (o *GetWidgetsDeploymentsTooManyRequests) IsSuccess() bool
- func (o *GetWidgetsDeploymentsTooManyRequests) String() string
- type GetWidgetsDeploymentsUnauthorized
- func (o *GetWidgetsDeploymentsUnauthorized) Error() string
- func (o *GetWidgetsDeploymentsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentsUnauthorized) IsClientError() bool
- func (o *GetWidgetsDeploymentsUnauthorized) IsCode(code int) bool
- func (o *GetWidgetsDeploymentsUnauthorized) IsRedirect() bool
- func (o *GetWidgetsDeploymentsUnauthorized) IsServerError() bool
- func (o *GetWidgetsDeploymentsUnauthorized) IsSuccess() bool
- func (o *GetWidgetsDeploymentsUnauthorized) String() string
- type GetWidgetsDeploymentsUnsupportedMediaType
- func (o *GetWidgetsDeploymentsUnsupportedMediaType) Error() string
- func (o *GetWidgetsDeploymentsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetWidgetsDeploymentsUnsupportedMediaType) IsClientError() bool
- func (o *GetWidgetsDeploymentsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetWidgetsDeploymentsUnsupportedMediaType) IsRedirect() bool
- func (o *GetWidgetsDeploymentsUnsupportedMediaType) IsServerError() bool
- func (o *GetWidgetsDeploymentsUnsupportedMediaType) IsSuccess() bool
- func (o *GetWidgetsDeploymentsUnsupportedMediaType) String() string
- type PostWidgetsDeploymentsBadRequest
- func (o *PostWidgetsDeploymentsBadRequest) Error() string
- func (o *PostWidgetsDeploymentsBadRequest) GetPayload() *models.ErrorBody
- func (o *PostWidgetsDeploymentsBadRequest) IsClientError() bool
- func (o *PostWidgetsDeploymentsBadRequest) IsCode(code int) bool
- func (o *PostWidgetsDeploymentsBadRequest) IsRedirect() bool
- func (o *PostWidgetsDeploymentsBadRequest) IsServerError() bool
- func (o *PostWidgetsDeploymentsBadRequest) IsSuccess() bool
- func (o *PostWidgetsDeploymentsBadRequest) String() string
- type PostWidgetsDeploymentsConflict
- func (o *PostWidgetsDeploymentsConflict) Error() string
- func (o *PostWidgetsDeploymentsConflict) GetPayload() *models.ErrorBody
- func (o *PostWidgetsDeploymentsConflict) IsClientError() bool
- func (o *PostWidgetsDeploymentsConflict) IsCode(code int) bool
- func (o *PostWidgetsDeploymentsConflict) IsRedirect() bool
- func (o *PostWidgetsDeploymentsConflict) IsServerError() bool
- func (o *PostWidgetsDeploymentsConflict) IsSuccess() bool
- func (o *PostWidgetsDeploymentsConflict) String() string
- type PostWidgetsDeploymentsForbidden
- func (o *PostWidgetsDeploymentsForbidden) Error() string
- func (o *PostWidgetsDeploymentsForbidden) GetPayload() *models.ErrorBody
- func (o *PostWidgetsDeploymentsForbidden) IsClientError() bool
- func (o *PostWidgetsDeploymentsForbidden) IsCode(code int) bool
- func (o *PostWidgetsDeploymentsForbidden) IsRedirect() bool
- func (o *PostWidgetsDeploymentsForbidden) IsServerError() bool
- func (o *PostWidgetsDeploymentsForbidden) IsSuccess() bool
- func (o *PostWidgetsDeploymentsForbidden) String() string
- type PostWidgetsDeploymentsGatewayTimeout
- func (o *PostWidgetsDeploymentsGatewayTimeout) Error() string
- func (o *PostWidgetsDeploymentsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostWidgetsDeploymentsGatewayTimeout) IsClientError() bool
- func (o *PostWidgetsDeploymentsGatewayTimeout) IsCode(code int) bool
- func (o *PostWidgetsDeploymentsGatewayTimeout) IsRedirect() bool
- func (o *PostWidgetsDeploymentsGatewayTimeout) IsServerError() bool
- func (o *PostWidgetsDeploymentsGatewayTimeout) IsSuccess() bool
- func (o *PostWidgetsDeploymentsGatewayTimeout) String() string
- type PostWidgetsDeploymentsInternalServerError
- func (o *PostWidgetsDeploymentsInternalServerError) Error() string
- func (o *PostWidgetsDeploymentsInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostWidgetsDeploymentsInternalServerError) IsClientError() bool
- func (o *PostWidgetsDeploymentsInternalServerError) IsCode(code int) bool
- func (o *PostWidgetsDeploymentsInternalServerError) IsRedirect() bool
- func (o *PostWidgetsDeploymentsInternalServerError) IsServerError() bool
- func (o *PostWidgetsDeploymentsInternalServerError) IsSuccess() bool
- func (o *PostWidgetsDeploymentsInternalServerError) String() string
- type PostWidgetsDeploymentsNotFound
- func (o *PostWidgetsDeploymentsNotFound) Error() string
- func (o *PostWidgetsDeploymentsNotFound) GetPayload() *models.ErrorBody
- func (o *PostWidgetsDeploymentsNotFound) IsClientError() bool
- func (o *PostWidgetsDeploymentsNotFound) IsCode(code int) bool
- func (o *PostWidgetsDeploymentsNotFound) IsRedirect() bool
- func (o *PostWidgetsDeploymentsNotFound) IsServerError() bool
- func (o *PostWidgetsDeploymentsNotFound) IsSuccess() bool
- func (o *PostWidgetsDeploymentsNotFound) String() string
- type PostWidgetsDeploymentsOK
- func (o *PostWidgetsDeploymentsOK) Error() string
- func (o *PostWidgetsDeploymentsOK) GetPayload() *models.WidgetDeployment
- func (o *PostWidgetsDeploymentsOK) IsClientError() bool
- func (o *PostWidgetsDeploymentsOK) IsCode(code int) bool
- func (o *PostWidgetsDeploymentsOK) IsRedirect() bool
- func (o *PostWidgetsDeploymentsOK) IsServerError() bool
- func (o *PostWidgetsDeploymentsOK) IsSuccess() bool
- func (o *PostWidgetsDeploymentsOK) String() string
- type PostWidgetsDeploymentsParams
- func NewPostWidgetsDeploymentsParams() *PostWidgetsDeploymentsParams
- func NewPostWidgetsDeploymentsParamsWithContext(ctx context.Context) *PostWidgetsDeploymentsParams
- func NewPostWidgetsDeploymentsParamsWithHTTPClient(client *http.Client) *PostWidgetsDeploymentsParams
- func NewPostWidgetsDeploymentsParamsWithTimeout(timeout time.Duration) *PostWidgetsDeploymentsParams
- func (o *PostWidgetsDeploymentsParams) SetBody(body *models.WidgetDeployment)
- func (o *PostWidgetsDeploymentsParams) SetContext(ctx context.Context)
- func (o *PostWidgetsDeploymentsParams) SetDefaults()
- func (o *PostWidgetsDeploymentsParams) SetHTTPClient(client *http.Client)
- func (o *PostWidgetsDeploymentsParams) SetTimeout(timeout time.Duration)
- func (o *PostWidgetsDeploymentsParams) WithBody(body *models.WidgetDeployment) *PostWidgetsDeploymentsParams
- func (o *PostWidgetsDeploymentsParams) WithContext(ctx context.Context) *PostWidgetsDeploymentsParams
- func (o *PostWidgetsDeploymentsParams) WithDefaults() *PostWidgetsDeploymentsParams
- func (o *PostWidgetsDeploymentsParams) WithHTTPClient(client *http.Client) *PostWidgetsDeploymentsParams
- func (o *PostWidgetsDeploymentsParams) WithTimeout(timeout time.Duration) *PostWidgetsDeploymentsParams
- func (o *PostWidgetsDeploymentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostWidgetsDeploymentsReader
- type PostWidgetsDeploymentsRequestEntityTooLarge
- func (o *PostWidgetsDeploymentsRequestEntityTooLarge) Error() string
- func (o *PostWidgetsDeploymentsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostWidgetsDeploymentsRequestEntityTooLarge) IsClientError() bool
- func (o *PostWidgetsDeploymentsRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostWidgetsDeploymentsRequestEntityTooLarge) IsRedirect() bool
- func (o *PostWidgetsDeploymentsRequestEntityTooLarge) IsServerError() bool
- func (o *PostWidgetsDeploymentsRequestEntityTooLarge) IsSuccess() bool
- func (o *PostWidgetsDeploymentsRequestEntityTooLarge) String() string
- type PostWidgetsDeploymentsRequestTimeout
- func (o *PostWidgetsDeploymentsRequestTimeout) Error() string
- func (o *PostWidgetsDeploymentsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostWidgetsDeploymentsRequestTimeout) IsClientError() bool
- func (o *PostWidgetsDeploymentsRequestTimeout) IsCode(code int) bool
- func (o *PostWidgetsDeploymentsRequestTimeout) IsRedirect() bool
- func (o *PostWidgetsDeploymentsRequestTimeout) IsServerError() bool
- func (o *PostWidgetsDeploymentsRequestTimeout) IsSuccess() bool
- func (o *PostWidgetsDeploymentsRequestTimeout) String() string
- type PostWidgetsDeploymentsServiceUnavailable
- func (o *PostWidgetsDeploymentsServiceUnavailable) Error() string
- func (o *PostWidgetsDeploymentsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostWidgetsDeploymentsServiceUnavailable) IsClientError() bool
- func (o *PostWidgetsDeploymentsServiceUnavailable) IsCode(code int) bool
- func (o *PostWidgetsDeploymentsServiceUnavailable) IsRedirect() bool
- func (o *PostWidgetsDeploymentsServiceUnavailable) IsServerError() bool
- func (o *PostWidgetsDeploymentsServiceUnavailable) IsSuccess() bool
- func (o *PostWidgetsDeploymentsServiceUnavailable) String() string
- type PostWidgetsDeploymentsTooManyRequests
- func (o *PostWidgetsDeploymentsTooManyRequests) Error() string
- func (o *PostWidgetsDeploymentsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostWidgetsDeploymentsTooManyRequests) IsClientError() bool
- func (o *PostWidgetsDeploymentsTooManyRequests) IsCode(code int) bool
- func (o *PostWidgetsDeploymentsTooManyRequests) IsRedirect() bool
- func (o *PostWidgetsDeploymentsTooManyRequests) IsServerError() bool
- func (o *PostWidgetsDeploymentsTooManyRequests) IsSuccess() bool
- func (o *PostWidgetsDeploymentsTooManyRequests) String() string
- type PostWidgetsDeploymentsUnauthorized
- func (o *PostWidgetsDeploymentsUnauthorized) Error() string
- func (o *PostWidgetsDeploymentsUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostWidgetsDeploymentsUnauthorized) IsClientError() bool
- func (o *PostWidgetsDeploymentsUnauthorized) IsCode(code int) bool
- func (o *PostWidgetsDeploymentsUnauthorized) IsRedirect() bool
- func (o *PostWidgetsDeploymentsUnauthorized) IsServerError() bool
- func (o *PostWidgetsDeploymentsUnauthorized) IsSuccess() bool
- func (o *PostWidgetsDeploymentsUnauthorized) String() string
- type PostWidgetsDeploymentsUnsupportedMediaType
- func (o *PostWidgetsDeploymentsUnsupportedMediaType) Error() string
- func (o *PostWidgetsDeploymentsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostWidgetsDeploymentsUnsupportedMediaType) IsClientError() bool
- func (o *PostWidgetsDeploymentsUnsupportedMediaType) IsCode(code int) bool
- func (o *PostWidgetsDeploymentsUnsupportedMediaType) IsRedirect() bool
- func (o *PostWidgetsDeploymentsUnsupportedMediaType) IsServerError() bool
- func (o *PostWidgetsDeploymentsUnsupportedMediaType) IsSuccess() bool
- func (o *PostWidgetsDeploymentsUnsupportedMediaType) String() string
- type PutWidgetsDeploymentBadRequest
- func (o *PutWidgetsDeploymentBadRequest) Error() string
- func (o *PutWidgetsDeploymentBadRequest) GetPayload() *models.ErrorBody
- func (o *PutWidgetsDeploymentBadRequest) IsClientError() bool
- func (o *PutWidgetsDeploymentBadRequest) IsCode(code int) bool
- func (o *PutWidgetsDeploymentBadRequest) IsRedirect() bool
- func (o *PutWidgetsDeploymentBadRequest) IsServerError() bool
- func (o *PutWidgetsDeploymentBadRequest) IsSuccess() bool
- func (o *PutWidgetsDeploymentBadRequest) String() string
- type PutWidgetsDeploymentForbidden
- func (o *PutWidgetsDeploymentForbidden) Error() string
- func (o *PutWidgetsDeploymentForbidden) GetPayload() *models.ErrorBody
- func (o *PutWidgetsDeploymentForbidden) IsClientError() bool
- func (o *PutWidgetsDeploymentForbidden) IsCode(code int) bool
- func (o *PutWidgetsDeploymentForbidden) IsRedirect() bool
- func (o *PutWidgetsDeploymentForbidden) IsServerError() bool
- func (o *PutWidgetsDeploymentForbidden) IsSuccess() bool
- func (o *PutWidgetsDeploymentForbidden) String() string
- type PutWidgetsDeploymentGatewayTimeout
- func (o *PutWidgetsDeploymentGatewayTimeout) Error() string
- func (o *PutWidgetsDeploymentGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PutWidgetsDeploymentGatewayTimeout) IsClientError() bool
- func (o *PutWidgetsDeploymentGatewayTimeout) IsCode(code int) bool
- func (o *PutWidgetsDeploymentGatewayTimeout) IsRedirect() bool
- func (o *PutWidgetsDeploymentGatewayTimeout) IsServerError() bool
- func (o *PutWidgetsDeploymentGatewayTimeout) IsSuccess() bool
- func (o *PutWidgetsDeploymentGatewayTimeout) String() string
- type PutWidgetsDeploymentInternalServerError
- func (o *PutWidgetsDeploymentInternalServerError) Error() string
- func (o *PutWidgetsDeploymentInternalServerError) GetPayload() *models.ErrorBody
- func (o *PutWidgetsDeploymentInternalServerError) IsClientError() bool
- func (o *PutWidgetsDeploymentInternalServerError) IsCode(code int) bool
- func (o *PutWidgetsDeploymentInternalServerError) IsRedirect() bool
- func (o *PutWidgetsDeploymentInternalServerError) IsServerError() bool
- func (o *PutWidgetsDeploymentInternalServerError) IsSuccess() bool
- func (o *PutWidgetsDeploymentInternalServerError) String() string
- type PutWidgetsDeploymentNotFound
- func (o *PutWidgetsDeploymentNotFound) Error() string
- func (o *PutWidgetsDeploymentNotFound) GetPayload() *models.ErrorBody
- func (o *PutWidgetsDeploymentNotFound) IsClientError() bool
- func (o *PutWidgetsDeploymentNotFound) IsCode(code int) bool
- func (o *PutWidgetsDeploymentNotFound) IsRedirect() bool
- func (o *PutWidgetsDeploymentNotFound) IsServerError() bool
- func (o *PutWidgetsDeploymentNotFound) IsSuccess() bool
- func (o *PutWidgetsDeploymentNotFound) String() string
- type PutWidgetsDeploymentOK
- func (o *PutWidgetsDeploymentOK) Error() string
- func (o *PutWidgetsDeploymentOK) GetPayload() *models.WidgetDeployment
- func (o *PutWidgetsDeploymentOK) IsClientError() bool
- func (o *PutWidgetsDeploymentOK) IsCode(code int) bool
- func (o *PutWidgetsDeploymentOK) IsRedirect() bool
- func (o *PutWidgetsDeploymentOK) IsServerError() bool
- func (o *PutWidgetsDeploymentOK) IsSuccess() bool
- func (o *PutWidgetsDeploymentOK) String() string
- type PutWidgetsDeploymentParams
- func NewPutWidgetsDeploymentParams() *PutWidgetsDeploymentParams
- func NewPutWidgetsDeploymentParamsWithContext(ctx context.Context) *PutWidgetsDeploymentParams
- func NewPutWidgetsDeploymentParamsWithHTTPClient(client *http.Client) *PutWidgetsDeploymentParams
- func NewPutWidgetsDeploymentParamsWithTimeout(timeout time.Duration) *PutWidgetsDeploymentParams
- func (o *PutWidgetsDeploymentParams) SetBody(body *models.WidgetDeployment)
- func (o *PutWidgetsDeploymentParams) SetContext(ctx context.Context)
- func (o *PutWidgetsDeploymentParams) SetDefaults()
- func (o *PutWidgetsDeploymentParams) SetDeploymentID(deploymentID string)
- func (o *PutWidgetsDeploymentParams) SetHTTPClient(client *http.Client)
- func (o *PutWidgetsDeploymentParams) SetTimeout(timeout time.Duration)
- func (o *PutWidgetsDeploymentParams) WithBody(body *models.WidgetDeployment) *PutWidgetsDeploymentParams
- func (o *PutWidgetsDeploymentParams) WithContext(ctx context.Context) *PutWidgetsDeploymentParams
- func (o *PutWidgetsDeploymentParams) WithDefaults() *PutWidgetsDeploymentParams
- func (o *PutWidgetsDeploymentParams) WithDeploymentID(deploymentID string) *PutWidgetsDeploymentParams
- func (o *PutWidgetsDeploymentParams) WithHTTPClient(client *http.Client) *PutWidgetsDeploymentParams
- func (o *PutWidgetsDeploymentParams) WithTimeout(timeout time.Duration) *PutWidgetsDeploymentParams
- func (o *PutWidgetsDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutWidgetsDeploymentReader
- type PutWidgetsDeploymentRequestEntityTooLarge
- func (o *PutWidgetsDeploymentRequestEntityTooLarge) Error() string
- func (o *PutWidgetsDeploymentRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PutWidgetsDeploymentRequestEntityTooLarge) IsClientError() bool
- func (o *PutWidgetsDeploymentRequestEntityTooLarge) IsCode(code int) bool
- func (o *PutWidgetsDeploymentRequestEntityTooLarge) IsRedirect() bool
- func (o *PutWidgetsDeploymentRequestEntityTooLarge) IsServerError() bool
- func (o *PutWidgetsDeploymentRequestEntityTooLarge) IsSuccess() bool
- func (o *PutWidgetsDeploymentRequestEntityTooLarge) String() string
- type PutWidgetsDeploymentRequestTimeout
- func (o *PutWidgetsDeploymentRequestTimeout) Error() string
- func (o *PutWidgetsDeploymentRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PutWidgetsDeploymentRequestTimeout) IsClientError() bool
- func (o *PutWidgetsDeploymentRequestTimeout) IsCode(code int) bool
- func (o *PutWidgetsDeploymentRequestTimeout) IsRedirect() bool
- func (o *PutWidgetsDeploymentRequestTimeout) IsServerError() bool
- func (o *PutWidgetsDeploymentRequestTimeout) IsSuccess() bool
- func (o *PutWidgetsDeploymentRequestTimeout) String() string
- type PutWidgetsDeploymentServiceUnavailable
- func (o *PutWidgetsDeploymentServiceUnavailable) Error() string
- func (o *PutWidgetsDeploymentServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PutWidgetsDeploymentServiceUnavailable) IsClientError() bool
- func (o *PutWidgetsDeploymentServiceUnavailable) IsCode(code int) bool
- func (o *PutWidgetsDeploymentServiceUnavailable) IsRedirect() bool
- func (o *PutWidgetsDeploymentServiceUnavailable) IsServerError() bool
- func (o *PutWidgetsDeploymentServiceUnavailable) IsSuccess() bool
- func (o *PutWidgetsDeploymentServiceUnavailable) String() string
- type PutWidgetsDeploymentTooManyRequests
- func (o *PutWidgetsDeploymentTooManyRequests) Error() string
- func (o *PutWidgetsDeploymentTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PutWidgetsDeploymentTooManyRequests) IsClientError() bool
- func (o *PutWidgetsDeploymentTooManyRequests) IsCode(code int) bool
- func (o *PutWidgetsDeploymentTooManyRequests) IsRedirect() bool
- func (o *PutWidgetsDeploymentTooManyRequests) IsServerError() bool
- func (o *PutWidgetsDeploymentTooManyRequests) IsSuccess() bool
- func (o *PutWidgetsDeploymentTooManyRequests) String() string
- type PutWidgetsDeploymentUnauthorized
- func (o *PutWidgetsDeploymentUnauthorized) Error() string
- func (o *PutWidgetsDeploymentUnauthorized) GetPayload() *models.ErrorBody
- func (o *PutWidgetsDeploymentUnauthorized) IsClientError() bool
- func (o *PutWidgetsDeploymentUnauthorized) IsCode(code int) bool
- func (o *PutWidgetsDeploymentUnauthorized) IsRedirect() bool
- func (o *PutWidgetsDeploymentUnauthorized) IsServerError() bool
- func (o *PutWidgetsDeploymentUnauthorized) IsSuccess() bool
- func (o *PutWidgetsDeploymentUnauthorized) String() string
- type PutWidgetsDeploymentUnsupportedMediaType
- func (o *PutWidgetsDeploymentUnsupportedMediaType) Error() string
- func (o *PutWidgetsDeploymentUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PutWidgetsDeploymentUnsupportedMediaType) IsClientError() bool
- func (o *PutWidgetsDeploymentUnsupportedMediaType) IsCode(code int) bool
- func (o *PutWidgetsDeploymentUnsupportedMediaType) IsRedirect() bool
- func (o *PutWidgetsDeploymentUnsupportedMediaType) IsServerError() bool
- func (o *PutWidgetsDeploymentUnsupportedMediaType) IsSuccess() bool
- func (o *PutWidgetsDeploymentUnsupportedMediaType) String() string
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 ¶
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 (o *DeleteWidgetsDeploymentBadRequest) Error() string
func (*DeleteWidgetsDeploymentBadRequest) GetPayload ¶
func (o *DeleteWidgetsDeploymentBadRequest) GetPayload() *models.ErrorBody
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 ¶
func (o *DeleteWidgetsDeploymentBadRequest) String() string
type DeleteWidgetsDeploymentForbidden ¶
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 (o *DeleteWidgetsDeploymentForbidden) Error() string
func (*DeleteWidgetsDeploymentForbidden) GetPayload ¶
func (o *DeleteWidgetsDeploymentForbidden) GetPayload() *models.ErrorBody
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 ¶
func (o *DeleteWidgetsDeploymentForbidden) String() string
type DeleteWidgetsDeploymentGatewayTimeout ¶
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 (o *DeleteWidgetsDeploymentGatewayTimeout) Error() string
func (*DeleteWidgetsDeploymentGatewayTimeout) GetPayload ¶
func (o *DeleteWidgetsDeploymentGatewayTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *DeleteWidgetsDeploymentGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete widgets deployment gateway timeout response a status code equal to that given
func (*DeleteWidgetsDeploymentGatewayTimeout) IsRedirect ¶
func (o *DeleteWidgetsDeploymentGatewayTimeout) IsRedirect() bool
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 ¶
func (o *DeleteWidgetsDeploymentGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete widgets deployment gateway timeout response has a 2xx status code
func (*DeleteWidgetsDeploymentGatewayTimeout) String ¶
func (o *DeleteWidgetsDeploymentGatewayTimeout) String() string
type DeleteWidgetsDeploymentInternalServerError ¶
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 (o *DeleteWidgetsDeploymentInternalServerError) Error() string
func (*DeleteWidgetsDeploymentInternalServerError) GetPayload ¶
func (o *DeleteWidgetsDeploymentInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteWidgetsDeploymentInternalServerError) IsClientError ¶
func (o *DeleteWidgetsDeploymentInternalServerError) IsClientError() bool
IsClientError returns true when this delete widgets deployment internal server error response has a 4xx status code
func (*DeleteWidgetsDeploymentInternalServerError) IsCode ¶
func (o *DeleteWidgetsDeploymentInternalServerError) IsCode(code int) bool
IsCode returns true when this delete widgets deployment internal server error response a status code equal to that given
func (*DeleteWidgetsDeploymentInternalServerError) IsRedirect ¶
func (o *DeleteWidgetsDeploymentInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete widgets deployment internal server error response has a 3xx status code
func (*DeleteWidgetsDeploymentInternalServerError) IsServerError ¶
func (o *DeleteWidgetsDeploymentInternalServerError) IsServerError() bool
IsServerError returns true when this delete widgets deployment internal server error response has a 5xx status code
func (*DeleteWidgetsDeploymentInternalServerError) IsSuccess ¶
func (o *DeleteWidgetsDeploymentInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete widgets deployment internal server error response has a 2xx status code
func (*DeleteWidgetsDeploymentInternalServerError) String ¶
func (o *DeleteWidgetsDeploymentInternalServerError) String() 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 (o *DeleteWidgetsDeploymentNoContent) Error() string
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 ¶
func (o *DeleteWidgetsDeploymentNoContent) String() string
type DeleteWidgetsDeploymentNotFound ¶
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 (o *DeleteWidgetsDeploymentNotFound) Error() string
func (*DeleteWidgetsDeploymentNotFound) GetPayload ¶
func (o *DeleteWidgetsDeploymentNotFound) GetPayload() *models.ErrorBody
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 ¶
func (o *DeleteWidgetsDeploymentNotFound) String() 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 ¶
func (o *DeleteWidgetsDeploymentParams) WithContext(ctx context.Context) *DeleteWidgetsDeploymentParams
WithContext adds the context to the delete widgets deployment params
func (*DeleteWidgetsDeploymentParams) WithDefaults ¶
func (o *DeleteWidgetsDeploymentParams) WithDefaults() *DeleteWidgetsDeploymentParams
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 ¶
func (o *DeleteWidgetsDeploymentParams) WithHTTPClient(client *http.Client) *DeleteWidgetsDeploymentParams
WithHTTPClient adds the HTTPClient to the delete widgets deployment params
func (*DeleteWidgetsDeploymentParams) WithTimeout ¶
func (o *DeleteWidgetsDeploymentParams) WithTimeout(timeout time.Duration) *DeleteWidgetsDeploymentParams
WithTimeout adds the timeout to the delete widgets deployment params
func (*DeleteWidgetsDeploymentParams) WriteToRequest ¶
func (o *DeleteWidgetsDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *DeleteWidgetsDeploymentRequestEntityTooLarge) Error() string
func (*DeleteWidgetsDeploymentRequestEntityTooLarge) GetPayload ¶
func (o *DeleteWidgetsDeploymentRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteWidgetsDeploymentRequestEntityTooLarge) IsClientError ¶
func (o *DeleteWidgetsDeploymentRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete widgets deployment request entity too large response has a 4xx status code
func (*DeleteWidgetsDeploymentRequestEntityTooLarge) IsCode ¶
func (o *DeleteWidgetsDeploymentRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete widgets deployment request entity too large response a status code equal to that given
func (*DeleteWidgetsDeploymentRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteWidgetsDeploymentRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete widgets deployment request entity too large response has a 3xx status code
func (*DeleteWidgetsDeploymentRequestEntityTooLarge) IsServerError ¶
func (o *DeleteWidgetsDeploymentRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete widgets deployment request entity too large response has a 5xx status code
func (*DeleteWidgetsDeploymentRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteWidgetsDeploymentRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete widgets deployment request entity too large response has a 2xx status code
func (*DeleteWidgetsDeploymentRequestEntityTooLarge) String ¶
func (o *DeleteWidgetsDeploymentRequestEntityTooLarge) String() string
type DeleteWidgetsDeploymentRequestTimeout ¶
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 (o *DeleteWidgetsDeploymentRequestTimeout) Error() string
func (*DeleteWidgetsDeploymentRequestTimeout) GetPayload ¶
func (o *DeleteWidgetsDeploymentRequestTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *DeleteWidgetsDeploymentRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete widgets deployment request timeout response a status code equal to that given
func (*DeleteWidgetsDeploymentRequestTimeout) IsRedirect ¶
func (o *DeleteWidgetsDeploymentRequestTimeout) IsRedirect() bool
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 ¶
func (o *DeleteWidgetsDeploymentRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete widgets deployment request timeout response has a 2xx status code
func (*DeleteWidgetsDeploymentRequestTimeout) String ¶
func (o *DeleteWidgetsDeploymentRequestTimeout) String() string
type DeleteWidgetsDeploymentServiceUnavailable ¶
type DeleteWidgetsDeploymentServiceUnavailable struct {
}
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 (o *DeleteWidgetsDeploymentServiceUnavailable) Error() string
func (*DeleteWidgetsDeploymentServiceUnavailable) GetPayload ¶
func (o *DeleteWidgetsDeploymentServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteWidgetsDeploymentServiceUnavailable) IsClientError ¶
func (o *DeleteWidgetsDeploymentServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete widgets deployment service unavailable response has a 4xx status code
func (*DeleteWidgetsDeploymentServiceUnavailable) IsCode ¶
func (o *DeleteWidgetsDeploymentServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete widgets deployment service unavailable response a status code equal to that given
func (*DeleteWidgetsDeploymentServiceUnavailable) IsRedirect ¶
func (o *DeleteWidgetsDeploymentServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete widgets deployment service unavailable response has a 3xx status code
func (*DeleteWidgetsDeploymentServiceUnavailable) IsServerError ¶
func (o *DeleteWidgetsDeploymentServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete widgets deployment service unavailable response has a 5xx status code
func (*DeleteWidgetsDeploymentServiceUnavailable) IsSuccess ¶
func (o *DeleteWidgetsDeploymentServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete widgets deployment service unavailable response has a 2xx status code
func (*DeleteWidgetsDeploymentServiceUnavailable) String ¶
func (o *DeleteWidgetsDeploymentServiceUnavailable) String() string
type DeleteWidgetsDeploymentTooManyRequests ¶
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 (o *DeleteWidgetsDeploymentTooManyRequests) Error() string
func (*DeleteWidgetsDeploymentTooManyRequests) GetPayload ¶
func (o *DeleteWidgetsDeploymentTooManyRequests) GetPayload() *models.ErrorBody
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 ¶
func (o *DeleteWidgetsDeploymentTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete widgets deployment too many requests response a status code equal to that given
func (*DeleteWidgetsDeploymentTooManyRequests) IsRedirect ¶
func (o *DeleteWidgetsDeploymentTooManyRequests) IsRedirect() bool
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 ¶
func (o *DeleteWidgetsDeploymentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete widgets deployment too many requests response has a 2xx status code
func (*DeleteWidgetsDeploymentTooManyRequests) String ¶
func (o *DeleteWidgetsDeploymentTooManyRequests) String() string
type DeleteWidgetsDeploymentUnauthorized ¶
type DeleteWidgetsDeploymentUnauthorized struct {
}
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 (o *DeleteWidgetsDeploymentUnauthorized) Error() string
func (*DeleteWidgetsDeploymentUnauthorized) GetPayload ¶
func (o *DeleteWidgetsDeploymentUnauthorized) GetPayload() *models.ErrorBody
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 ¶
func (o *DeleteWidgetsDeploymentUnauthorized) IsCode(code int) bool
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 ¶
func (o *DeleteWidgetsDeploymentUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete widgets deployment unauthorized response has a 2xx status code
func (*DeleteWidgetsDeploymentUnauthorized) String ¶
func (o *DeleteWidgetsDeploymentUnauthorized) String() string
type DeleteWidgetsDeploymentUnsupportedMediaType ¶
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 (o *DeleteWidgetsDeploymentUnsupportedMediaType) Error() string
func (*DeleteWidgetsDeploymentUnsupportedMediaType) GetPayload ¶
func (o *DeleteWidgetsDeploymentUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteWidgetsDeploymentUnsupportedMediaType) IsClientError ¶
func (o *DeleteWidgetsDeploymentUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete widgets deployment unsupported media type response has a 4xx status code
func (*DeleteWidgetsDeploymentUnsupportedMediaType) IsCode ¶
func (o *DeleteWidgetsDeploymentUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete widgets deployment unsupported media type response a status code equal to that given
func (*DeleteWidgetsDeploymentUnsupportedMediaType) IsRedirect ¶
func (o *DeleteWidgetsDeploymentUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete widgets deployment unsupported media type response has a 3xx status code
func (*DeleteWidgetsDeploymentUnsupportedMediaType) IsServerError ¶
func (o *DeleteWidgetsDeploymentUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete widgets deployment unsupported media type response has a 5xx status code
func (*DeleteWidgetsDeploymentUnsupportedMediaType) IsSuccess ¶
func (o *DeleteWidgetsDeploymentUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete widgets deployment unsupported media type response has a 2xx status code
func (*DeleteWidgetsDeploymentUnsupportedMediaType) String ¶
func (o *DeleteWidgetsDeploymentUnsupportedMediaType) String() string
type GetWidgetsDeploymentBadRequest ¶
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 (o *GetWidgetsDeploymentBadRequest) Error() string
func (*GetWidgetsDeploymentBadRequest) GetPayload ¶
func (o *GetWidgetsDeploymentBadRequest) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentBadRequest) String() string
type GetWidgetsDeploymentForbidden ¶
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 (o *GetWidgetsDeploymentForbidden) Error() string
func (*GetWidgetsDeploymentForbidden) GetPayload ¶
func (o *GetWidgetsDeploymentForbidden) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentForbidden) String() string
type GetWidgetsDeploymentGatewayTimeout ¶
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 (o *GetWidgetsDeploymentGatewayTimeout) Error() string
func (*GetWidgetsDeploymentGatewayTimeout) GetPayload ¶
func (o *GetWidgetsDeploymentGatewayTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentGatewayTimeout) IsCode(code int) bool
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 ¶
func (o *GetWidgetsDeploymentGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get widgets deployment gateway timeout response has a 2xx status code
func (*GetWidgetsDeploymentGatewayTimeout) String ¶
func (o *GetWidgetsDeploymentGatewayTimeout) String() string
type GetWidgetsDeploymentInternalServerError ¶
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 (o *GetWidgetsDeploymentInternalServerError) Error() string
func (*GetWidgetsDeploymentInternalServerError) GetPayload ¶
func (o *GetWidgetsDeploymentInternalServerError) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentInternalServerError) IsCode(code int) bool
IsCode returns true when this get widgets deployment internal server error response a status code equal to that given
func (*GetWidgetsDeploymentInternalServerError) IsRedirect ¶
func (o *GetWidgetsDeploymentInternalServerError) IsRedirect() bool
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 ¶
func (o *GetWidgetsDeploymentInternalServerError) IsSuccess() bool
IsSuccess returns true when this get widgets deployment internal server error response has a 2xx status code
func (*GetWidgetsDeploymentInternalServerError) String ¶
func (o *GetWidgetsDeploymentInternalServerError) String() string
type GetWidgetsDeploymentNotFound ¶
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 (o *GetWidgetsDeploymentNotFound) Error() string
func (*GetWidgetsDeploymentNotFound) GetPayload ¶
func (o *GetWidgetsDeploymentNotFound) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentNotFound) String() 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 (o *GetWidgetsDeploymentOK) GetPayload() *models.WidgetDeployment
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 ¶
func (o *GetWidgetsDeploymentParams) WithContext(ctx context.Context) *GetWidgetsDeploymentParams
WithContext adds the context to the get widgets deployment params
func (*GetWidgetsDeploymentParams) WithDefaults ¶
func (o *GetWidgetsDeploymentParams) WithDefaults() *GetWidgetsDeploymentParams
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 ¶
func (o *GetWidgetsDeploymentParams) WithHTTPClient(client *http.Client) *GetWidgetsDeploymentParams
WithHTTPClient adds the HTTPClient to the get widgets deployment params
func (*GetWidgetsDeploymentParams) WithTimeout ¶
func (o *GetWidgetsDeploymentParams) WithTimeout(timeout time.Duration) *GetWidgetsDeploymentParams
WithTimeout adds the timeout to the get widgets deployment params
func (*GetWidgetsDeploymentParams) WriteToRequest ¶
func (o *GetWidgetsDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *GetWidgetsDeploymentRequestEntityTooLarge) Error() string
func (*GetWidgetsDeploymentRequestEntityTooLarge) GetPayload ¶
func (o *GetWidgetsDeploymentRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetWidgetsDeploymentRequestEntityTooLarge) IsClientError ¶
func (o *GetWidgetsDeploymentRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get widgets deployment request entity too large response has a 4xx status code
func (*GetWidgetsDeploymentRequestEntityTooLarge) IsCode ¶
func (o *GetWidgetsDeploymentRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get widgets deployment request entity too large response a status code equal to that given
func (*GetWidgetsDeploymentRequestEntityTooLarge) IsRedirect ¶
func (o *GetWidgetsDeploymentRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get widgets deployment request entity too large response has a 3xx status code
func (*GetWidgetsDeploymentRequestEntityTooLarge) IsServerError ¶
func (o *GetWidgetsDeploymentRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get widgets deployment request entity too large response has a 5xx status code
func (*GetWidgetsDeploymentRequestEntityTooLarge) IsSuccess ¶
func (o *GetWidgetsDeploymentRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get widgets deployment request entity too large response has a 2xx status code
func (*GetWidgetsDeploymentRequestEntityTooLarge) String ¶
func (o *GetWidgetsDeploymentRequestEntityTooLarge) String() string
type GetWidgetsDeploymentRequestTimeout ¶
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 (o *GetWidgetsDeploymentRequestTimeout) Error() string
func (*GetWidgetsDeploymentRequestTimeout) GetPayload ¶
func (o *GetWidgetsDeploymentRequestTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentRequestTimeout) IsCode(code int) bool
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 ¶
func (o *GetWidgetsDeploymentRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get widgets deployment request timeout response has a 2xx status code
func (*GetWidgetsDeploymentRequestTimeout) String ¶
func (o *GetWidgetsDeploymentRequestTimeout) String() string
type GetWidgetsDeploymentServiceUnavailable ¶
type GetWidgetsDeploymentServiceUnavailable struct {
}
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 (o *GetWidgetsDeploymentServiceUnavailable) Error() string
func (*GetWidgetsDeploymentServiceUnavailable) GetPayload ¶
func (o *GetWidgetsDeploymentServiceUnavailable) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get widgets deployment service unavailable response a status code equal to that given
func (*GetWidgetsDeploymentServiceUnavailable) IsRedirect ¶
func (o *GetWidgetsDeploymentServiceUnavailable) IsRedirect() bool
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 ¶
func (o *GetWidgetsDeploymentServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get widgets deployment service unavailable response has a 2xx status code
func (*GetWidgetsDeploymentServiceUnavailable) String ¶
func (o *GetWidgetsDeploymentServiceUnavailable) String() string
type GetWidgetsDeploymentTooManyRequests ¶
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 (o *GetWidgetsDeploymentTooManyRequests) Error() string
func (*GetWidgetsDeploymentTooManyRequests) GetPayload ¶
func (o *GetWidgetsDeploymentTooManyRequests) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentTooManyRequests) IsCode(code int) bool
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 ¶
func (o *GetWidgetsDeploymentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get widgets deployment too many requests response has a 2xx status code
func (*GetWidgetsDeploymentTooManyRequests) String ¶
func (o *GetWidgetsDeploymentTooManyRequests) String() string
type GetWidgetsDeploymentUnauthorized ¶
type GetWidgetsDeploymentUnauthorized struct {
}
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 (o *GetWidgetsDeploymentUnauthorized) Error() string
func (*GetWidgetsDeploymentUnauthorized) GetPayload ¶
func (o *GetWidgetsDeploymentUnauthorized) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentUnauthorized) String() string
type GetWidgetsDeploymentUnsupportedMediaType ¶
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 (o *GetWidgetsDeploymentUnsupportedMediaType) Error() string
func (*GetWidgetsDeploymentUnsupportedMediaType) GetPayload ¶
func (o *GetWidgetsDeploymentUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetWidgetsDeploymentUnsupportedMediaType) IsClientError ¶
func (o *GetWidgetsDeploymentUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get widgets deployment unsupported media type response has a 4xx status code
func (*GetWidgetsDeploymentUnsupportedMediaType) IsCode ¶
func (o *GetWidgetsDeploymentUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get widgets deployment unsupported media type response a status code equal to that given
func (*GetWidgetsDeploymentUnsupportedMediaType) IsRedirect ¶
func (o *GetWidgetsDeploymentUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get widgets deployment unsupported media type response has a 3xx status code
func (*GetWidgetsDeploymentUnsupportedMediaType) IsServerError ¶
func (o *GetWidgetsDeploymentUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get widgets deployment unsupported media type response has a 5xx status code
func (*GetWidgetsDeploymentUnsupportedMediaType) IsSuccess ¶
func (o *GetWidgetsDeploymentUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get widgets deployment unsupported media type response has a 2xx status code
func (*GetWidgetsDeploymentUnsupportedMediaType) String ¶
func (o *GetWidgetsDeploymentUnsupportedMediaType) String() string
type GetWidgetsDeploymentsBadRequest ¶
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 (o *GetWidgetsDeploymentsBadRequest) Error() string
func (*GetWidgetsDeploymentsBadRequest) GetPayload ¶
func (o *GetWidgetsDeploymentsBadRequest) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentsBadRequest) String() string
type GetWidgetsDeploymentsForbidden ¶
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 (o *GetWidgetsDeploymentsForbidden) Error() string
func (*GetWidgetsDeploymentsForbidden) GetPayload ¶
func (o *GetWidgetsDeploymentsForbidden) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentsForbidden) String() string
type GetWidgetsDeploymentsGatewayTimeout ¶
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 (o *GetWidgetsDeploymentsGatewayTimeout) Error() string
func (*GetWidgetsDeploymentsGatewayTimeout) GetPayload ¶
func (o *GetWidgetsDeploymentsGatewayTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentsGatewayTimeout) IsCode(code int) bool
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 ¶
func (o *GetWidgetsDeploymentsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get widgets deployments gateway timeout response has a 2xx status code
func (*GetWidgetsDeploymentsGatewayTimeout) String ¶
func (o *GetWidgetsDeploymentsGatewayTimeout) String() string
type GetWidgetsDeploymentsInternalServerError ¶
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 (o *GetWidgetsDeploymentsInternalServerError) Error() string
func (*GetWidgetsDeploymentsInternalServerError) GetPayload ¶
func (o *GetWidgetsDeploymentsInternalServerError) GetPayload() *models.ErrorBody
func (*GetWidgetsDeploymentsInternalServerError) IsClientError ¶
func (o *GetWidgetsDeploymentsInternalServerError) IsClientError() bool
IsClientError returns true when this get widgets deployments internal server error response has a 4xx status code
func (*GetWidgetsDeploymentsInternalServerError) IsCode ¶
func (o *GetWidgetsDeploymentsInternalServerError) IsCode(code int) bool
IsCode returns true when this get widgets deployments internal server error response a status code equal to that given
func (*GetWidgetsDeploymentsInternalServerError) IsRedirect ¶
func (o *GetWidgetsDeploymentsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get widgets deployments internal server error response has a 3xx status code
func (*GetWidgetsDeploymentsInternalServerError) IsServerError ¶
func (o *GetWidgetsDeploymentsInternalServerError) IsServerError() bool
IsServerError returns true when this get widgets deployments internal server error response has a 5xx status code
func (*GetWidgetsDeploymentsInternalServerError) IsSuccess ¶
func (o *GetWidgetsDeploymentsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get widgets deployments internal server error response has a 2xx status code
func (*GetWidgetsDeploymentsInternalServerError) String ¶
func (o *GetWidgetsDeploymentsInternalServerError) String() string
type GetWidgetsDeploymentsNotFound ¶
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 (o *GetWidgetsDeploymentsNotFound) Error() string
func (*GetWidgetsDeploymentsNotFound) GetPayload ¶
func (o *GetWidgetsDeploymentsNotFound) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentsNotFound) String() 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 (o *GetWidgetsDeploymentsOK) GetPayload() *models.WidgetDeploymentEntityListing
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 ¶
func (o *GetWidgetsDeploymentsParams) WithContext(ctx context.Context) *GetWidgetsDeploymentsParams
WithContext adds the context to the get widgets deployments params
func (*GetWidgetsDeploymentsParams) WithDefaults ¶
func (o *GetWidgetsDeploymentsParams) WithDefaults() *GetWidgetsDeploymentsParams
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 ¶
func (o *GetWidgetsDeploymentsParams) WithHTTPClient(client *http.Client) *GetWidgetsDeploymentsParams
WithHTTPClient adds the HTTPClient to the get widgets deployments params
func (*GetWidgetsDeploymentsParams) WithTimeout ¶
func (o *GetWidgetsDeploymentsParams) WithTimeout(timeout time.Duration) *GetWidgetsDeploymentsParams
WithTimeout adds the timeout to the get widgets deployments params
func (*GetWidgetsDeploymentsParams) WriteToRequest ¶
func (o *GetWidgetsDeploymentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *GetWidgetsDeploymentsRequestEntityTooLarge) Error() string
func (*GetWidgetsDeploymentsRequestEntityTooLarge) GetPayload ¶
func (o *GetWidgetsDeploymentsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetWidgetsDeploymentsRequestEntityTooLarge) IsClientError ¶
func (o *GetWidgetsDeploymentsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get widgets deployments request entity too large response has a 4xx status code
func (*GetWidgetsDeploymentsRequestEntityTooLarge) IsCode ¶
func (o *GetWidgetsDeploymentsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get widgets deployments request entity too large response a status code equal to that given
func (*GetWidgetsDeploymentsRequestEntityTooLarge) IsRedirect ¶
func (o *GetWidgetsDeploymentsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get widgets deployments request entity too large response has a 3xx status code
func (*GetWidgetsDeploymentsRequestEntityTooLarge) IsServerError ¶
func (o *GetWidgetsDeploymentsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get widgets deployments request entity too large response has a 5xx status code
func (*GetWidgetsDeploymentsRequestEntityTooLarge) IsSuccess ¶
func (o *GetWidgetsDeploymentsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get widgets deployments request entity too large response has a 2xx status code
func (*GetWidgetsDeploymentsRequestEntityTooLarge) String ¶
func (o *GetWidgetsDeploymentsRequestEntityTooLarge) String() string
type GetWidgetsDeploymentsRequestTimeout ¶
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 (o *GetWidgetsDeploymentsRequestTimeout) Error() string
func (*GetWidgetsDeploymentsRequestTimeout) GetPayload ¶
func (o *GetWidgetsDeploymentsRequestTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentsRequestTimeout) IsCode(code int) bool
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 ¶
func (o *GetWidgetsDeploymentsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get widgets deployments request timeout response has a 2xx status code
func (*GetWidgetsDeploymentsRequestTimeout) String ¶
func (o *GetWidgetsDeploymentsRequestTimeout) String() string
type GetWidgetsDeploymentsServiceUnavailable ¶
type GetWidgetsDeploymentsServiceUnavailable struct {
}
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 (o *GetWidgetsDeploymentsServiceUnavailable) Error() string
func (*GetWidgetsDeploymentsServiceUnavailable) GetPayload ¶
func (o *GetWidgetsDeploymentsServiceUnavailable) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get widgets deployments service unavailable response a status code equal to that given
func (*GetWidgetsDeploymentsServiceUnavailable) IsRedirect ¶
func (o *GetWidgetsDeploymentsServiceUnavailable) IsRedirect() bool
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 ¶
func (o *GetWidgetsDeploymentsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get widgets deployments service unavailable response has a 2xx status code
func (*GetWidgetsDeploymentsServiceUnavailable) String ¶
func (o *GetWidgetsDeploymentsServiceUnavailable) String() string
type GetWidgetsDeploymentsTooManyRequests ¶
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 (o *GetWidgetsDeploymentsTooManyRequests) Error() string
func (*GetWidgetsDeploymentsTooManyRequests) GetPayload ¶
func (o *GetWidgetsDeploymentsTooManyRequests) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get widgets deployments too many requests response a status code equal to that given
func (*GetWidgetsDeploymentsTooManyRequests) IsRedirect ¶
func (o *GetWidgetsDeploymentsTooManyRequests) IsRedirect() bool
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 ¶
func (o *GetWidgetsDeploymentsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get widgets deployments too many requests response has a 2xx status code
func (*GetWidgetsDeploymentsTooManyRequests) String ¶
func (o *GetWidgetsDeploymentsTooManyRequests) String() string
type GetWidgetsDeploymentsUnauthorized ¶
type GetWidgetsDeploymentsUnauthorized struct {
}
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 (o *GetWidgetsDeploymentsUnauthorized) Error() string
func (*GetWidgetsDeploymentsUnauthorized) GetPayload ¶
func (o *GetWidgetsDeploymentsUnauthorized) GetPayload() *models.ErrorBody
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 ¶
func (o *GetWidgetsDeploymentsUnauthorized) String() string
type GetWidgetsDeploymentsUnsupportedMediaType ¶
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 (o *GetWidgetsDeploymentsUnsupportedMediaType) Error() string
func (*GetWidgetsDeploymentsUnsupportedMediaType) GetPayload ¶
func (o *GetWidgetsDeploymentsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetWidgetsDeploymentsUnsupportedMediaType) IsClientError ¶
func (o *GetWidgetsDeploymentsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get widgets deployments unsupported media type response has a 4xx status code
func (*GetWidgetsDeploymentsUnsupportedMediaType) IsCode ¶
func (o *GetWidgetsDeploymentsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get widgets deployments unsupported media type response a status code equal to that given
func (*GetWidgetsDeploymentsUnsupportedMediaType) IsRedirect ¶
func (o *GetWidgetsDeploymentsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get widgets deployments unsupported media type response has a 3xx status code
func (*GetWidgetsDeploymentsUnsupportedMediaType) IsServerError ¶
func (o *GetWidgetsDeploymentsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get widgets deployments unsupported media type response has a 5xx status code
func (*GetWidgetsDeploymentsUnsupportedMediaType) IsSuccess ¶
func (o *GetWidgetsDeploymentsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get widgets deployments unsupported media type response has a 2xx status code
func (*GetWidgetsDeploymentsUnsupportedMediaType) String ¶
func (o *GetWidgetsDeploymentsUnsupportedMediaType) String() string
type PostWidgetsDeploymentsBadRequest ¶
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 (o *PostWidgetsDeploymentsBadRequest) Error() string
func (*PostWidgetsDeploymentsBadRequest) GetPayload ¶
func (o *PostWidgetsDeploymentsBadRequest) GetPayload() *models.ErrorBody
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 ¶
func (o *PostWidgetsDeploymentsBadRequest) String() string
type PostWidgetsDeploymentsConflict ¶
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 (o *PostWidgetsDeploymentsConflict) Error() string
func (*PostWidgetsDeploymentsConflict) GetPayload ¶
func (o *PostWidgetsDeploymentsConflict) GetPayload() *models.ErrorBody
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 ¶
func (o *PostWidgetsDeploymentsConflict) String() string
type PostWidgetsDeploymentsForbidden ¶
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 (o *PostWidgetsDeploymentsForbidden) Error() string
func (*PostWidgetsDeploymentsForbidden) GetPayload ¶
func (o *PostWidgetsDeploymentsForbidden) GetPayload() *models.ErrorBody
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 ¶
func (o *PostWidgetsDeploymentsForbidden) String() string
type PostWidgetsDeploymentsGatewayTimeout ¶
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 (o *PostWidgetsDeploymentsGatewayTimeout) Error() string
func (*PostWidgetsDeploymentsGatewayTimeout) GetPayload ¶
func (o *PostWidgetsDeploymentsGatewayTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *PostWidgetsDeploymentsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post widgets deployments gateway timeout response a status code equal to that given
func (*PostWidgetsDeploymentsGatewayTimeout) IsRedirect ¶
func (o *PostWidgetsDeploymentsGatewayTimeout) IsRedirect() bool
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 ¶
func (o *PostWidgetsDeploymentsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post widgets deployments gateway timeout response has a 2xx status code
func (*PostWidgetsDeploymentsGatewayTimeout) String ¶
func (o *PostWidgetsDeploymentsGatewayTimeout) String() string
type PostWidgetsDeploymentsInternalServerError ¶
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 (o *PostWidgetsDeploymentsInternalServerError) Error() string
func (*PostWidgetsDeploymentsInternalServerError) GetPayload ¶
func (o *PostWidgetsDeploymentsInternalServerError) GetPayload() *models.ErrorBody
func (*PostWidgetsDeploymentsInternalServerError) IsClientError ¶
func (o *PostWidgetsDeploymentsInternalServerError) IsClientError() bool
IsClientError returns true when this post widgets deployments internal server error response has a 4xx status code
func (*PostWidgetsDeploymentsInternalServerError) IsCode ¶
func (o *PostWidgetsDeploymentsInternalServerError) IsCode(code int) bool
IsCode returns true when this post widgets deployments internal server error response a status code equal to that given
func (*PostWidgetsDeploymentsInternalServerError) IsRedirect ¶
func (o *PostWidgetsDeploymentsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post widgets deployments internal server error response has a 3xx status code
func (*PostWidgetsDeploymentsInternalServerError) IsServerError ¶
func (o *PostWidgetsDeploymentsInternalServerError) IsServerError() bool
IsServerError returns true when this post widgets deployments internal server error response has a 5xx status code
func (*PostWidgetsDeploymentsInternalServerError) IsSuccess ¶
func (o *PostWidgetsDeploymentsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post widgets deployments internal server error response has a 2xx status code
func (*PostWidgetsDeploymentsInternalServerError) String ¶
func (o *PostWidgetsDeploymentsInternalServerError) String() string
type PostWidgetsDeploymentsNotFound ¶
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 (o *PostWidgetsDeploymentsNotFound) Error() string
func (*PostWidgetsDeploymentsNotFound) GetPayload ¶
func (o *PostWidgetsDeploymentsNotFound) GetPayload() *models.ErrorBody
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 ¶
func (o *PostWidgetsDeploymentsNotFound) String() 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 (o *PostWidgetsDeploymentsOK) GetPayload() *models.WidgetDeployment
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 ¶
func (o *PostWidgetsDeploymentsParams) SetBody(body *models.WidgetDeployment)
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 ¶
func (o *PostWidgetsDeploymentsParams) WithBody(body *models.WidgetDeployment) *PostWidgetsDeploymentsParams
WithBody adds the body to the post widgets deployments params
func (*PostWidgetsDeploymentsParams) WithContext ¶
func (o *PostWidgetsDeploymentsParams) WithContext(ctx context.Context) *PostWidgetsDeploymentsParams
WithContext adds the context to the post widgets deployments params
func (*PostWidgetsDeploymentsParams) WithDefaults ¶
func (o *PostWidgetsDeploymentsParams) WithDefaults() *PostWidgetsDeploymentsParams
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 ¶
func (o *PostWidgetsDeploymentsParams) WithHTTPClient(client *http.Client) *PostWidgetsDeploymentsParams
WithHTTPClient adds the HTTPClient to the post widgets deployments params
func (*PostWidgetsDeploymentsParams) WithTimeout ¶
func (o *PostWidgetsDeploymentsParams) WithTimeout(timeout time.Duration) *PostWidgetsDeploymentsParams
WithTimeout adds the timeout to the post widgets deployments params
func (*PostWidgetsDeploymentsParams) WriteToRequest ¶
func (o *PostWidgetsDeploymentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *PostWidgetsDeploymentsRequestEntityTooLarge) Error() string
func (*PostWidgetsDeploymentsRequestEntityTooLarge) GetPayload ¶
func (o *PostWidgetsDeploymentsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostWidgetsDeploymentsRequestEntityTooLarge) IsClientError ¶
func (o *PostWidgetsDeploymentsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post widgets deployments request entity too large response has a 4xx status code
func (*PostWidgetsDeploymentsRequestEntityTooLarge) IsCode ¶
func (o *PostWidgetsDeploymentsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post widgets deployments request entity too large response a status code equal to that given
func (*PostWidgetsDeploymentsRequestEntityTooLarge) IsRedirect ¶
func (o *PostWidgetsDeploymentsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post widgets deployments request entity too large response has a 3xx status code
func (*PostWidgetsDeploymentsRequestEntityTooLarge) IsServerError ¶
func (o *PostWidgetsDeploymentsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post widgets deployments request entity too large response has a 5xx status code
func (*PostWidgetsDeploymentsRequestEntityTooLarge) IsSuccess ¶
func (o *PostWidgetsDeploymentsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post widgets deployments request entity too large response has a 2xx status code
func (*PostWidgetsDeploymentsRequestEntityTooLarge) String ¶
func (o *PostWidgetsDeploymentsRequestEntityTooLarge) String() string
type PostWidgetsDeploymentsRequestTimeout ¶
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 (o *PostWidgetsDeploymentsRequestTimeout) Error() string
func (*PostWidgetsDeploymentsRequestTimeout) GetPayload ¶
func (o *PostWidgetsDeploymentsRequestTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *PostWidgetsDeploymentsRequestTimeout) IsCode(code int) bool
IsCode returns true when this post widgets deployments request timeout response a status code equal to that given
func (*PostWidgetsDeploymentsRequestTimeout) IsRedirect ¶
func (o *PostWidgetsDeploymentsRequestTimeout) IsRedirect() bool
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 ¶
func (o *PostWidgetsDeploymentsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post widgets deployments request timeout response has a 2xx status code
func (*PostWidgetsDeploymentsRequestTimeout) String ¶
func (o *PostWidgetsDeploymentsRequestTimeout) String() string
type PostWidgetsDeploymentsServiceUnavailable ¶
type PostWidgetsDeploymentsServiceUnavailable struct {
}
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 (o *PostWidgetsDeploymentsServiceUnavailable) Error() string
func (*PostWidgetsDeploymentsServiceUnavailable) GetPayload ¶
func (o *PostWidgetsDeploymentsServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostWidgetsDeploymentsServiceUnavailable) IsClientError ¶
func (o *PostWidgetsDeploymentsServiceUnavailable) IsClientError() bool
IsClientError returns true when this post widgets deployments service unavailable response has a 4xx status code
func (*PostWidgetsDeploymentsServiceUnavailable) IsCode ¶
func (o *PostWidgetsDeploymentsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post widgets deployments service unavailable response a status code equal to that given
func (*PostWidgetsDeploymentsServiceUnavailable) IsRedirect ¶
func (o *PostWidgetsDeploymentsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post widgets deployments service unavailable response has a 3xx status code
func (*PostWidgetsDeploymentsServiceUnavailable) IsServerError ¶
func (o *PostWidgetsDeploymentsServiceUnavailable) IsServerError() bool
IsServerError returns true when this post widgets deployments service unavailable response has a 5xx status code
func (*PostWidgetsDeploymentsServiceUnavailable) IsSuccess ¶
func (o *PostWidgetsDeploymentsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post widgets deployments service unavailable response has a 2xx status code
func (*PostWidgetsDeploymentsServiceUnavailable) String ¶
func (o *PostWidgetsDeploymentsServiceUnavailable) String() string
type PostWidgetsDeploymentsTooManyRequests ¶
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 (o *PostWidgetsDeploymentsTooManyRequests) Error() string
func (*PostWidgetsDeploymentsTooManyRequests) GetPayload ¶
func (o *PostWidgetsDeploymentsTooManyRequests) GetPayload() *models.ErrorBody
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 ¶
func (o *PostWidgetsDeploymentsTooManyRequests) IsCode(code int) bool
IsCode returns true when this post widgets deployments too many requests response a status code equal to that given
func (*PostWidgetsDeploymentsTooManyRequests) IsRedirect ¶
func (o *PostWidgetsDeploymentsTooManyRequests) IsRedirect() bool
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 ¶
func (o *PostWidgetsDeploymentsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post widgets deployments too many requests response has a 2xx status code
func (*PostWidgetsDeploymentsTooManyRequests) String ¶
func (o *PostWidgetsDeploymentsTooManyRequests) String() string
type PostWidgetsDeploymentsUnauthorized ¶
type PostWidgetsDeploymentsUnauthorized struct {
}
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 (o *PostWidgetsDeploymentsUnauthorized) Error() string
func (*PostWidgetsDeploymentsUnauthorized) GetPayload ¶
func (o *PostWidgetsDeploymentsUnauthorized) GetPayload() *models.ErrorBody
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 ¶
func (o *PostWidgetsDeploymentsUnauthorized) IsCode(code int) bool
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 ¶
func (o *PostWidgetsDeploymentsUnauthorized) IsSuccess() bool
IsSuccess returns true when this post widgets deployments unauthorized response has a 2xx status code
func (*PostWidgetsDeploymentsUnauthorized) String ¶
func (o *PostWidgetsDeploymentsUnauthorized) String() string
type PostWidgetsDeploymentsUnsupportedMediaType ¶
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 (o *PostWidgetsDeploymentsUnsupportedMediaType) Error() string
func (*PostWidgetsDeploymentsUnsupportedMediaType) GetPayload ¶
func (o *PostWidgetsDeploymentsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostWidgetsDeploymentsUnsupportedMediaType) IsClientError ¶
func (o *PostWidgetsDeploymentsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post widgets deployments unsupported media type response has a 4xx status code
func (*PostWidgetsDeploymentsUnsupportedMediaType) IsCode ¶
func (o *PostWidgetsDeploymentsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post widgets deployments unsupported media type response a status code equal to that given
func (*PostWidgetsDeploymentsUnsupportedMediaType) IsRedirect ¶
func (o *PostWidgetsDeploymentsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post widgets deployments unsupported media type response has a 3xx status code
func (*PostWidgetsDeploymentsUnsupportedMediaType) IsServerError ¶
func (o *PostWidgetsDeploymentsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post widgets deployments unsupported media type response has a 5xx status code
func (*PostWidgetsDeploymentsUnsupportedMediaType) IsSuccess ¶
func (o *PostWidgetsDeploymentsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post widgets deployments unsupported media type response has a 2xx status code
func (*PostWidgetsDeploymentsUnsupportedMediaType) String ¶
func (o *PostWidgetsDeploymentsUnsupportedMediaType) String() string
type PutWidgetsDeploymentBadRequest ¶
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 (o *PutWidgetsDeploymentBadRequest) Error() string
func (*PutWidgetsDeploymentBadRequest) GetPayload ¶
func (o *PutWidgetsDeploymentBadRequest) GetPayload() *models.ErrorBody
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 ¶
func (o *PutWidgetsDeploymentBadRequest) String() string
type PutWidgetsDeploymentForbidden ¶
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 (o *PutWidgetsDeploymentForbidden) Error() string
func (*PutWidgetsDeploymentForbidden) GetPayload ¶
func (o *PutWidgetsDeploymentForbidden) GetPayload() *models.ErrorBody
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 ¶
func (o *PutWidgetsDeploymentForbidden) String() string
type PutWidgetsDeploymentGatewayTimeout ¶
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 (o *PutWidgetsDeploymentGatewayTimeout) Error() string
func (*PutWidgetsDeploymentGatewayTimeout) GetPayload ¶
func (o *PutWidgetsDeploymentGatewayTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *PutWidgetsDeploymentGatewayTimeout) IsCode(code int) bool
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 ¶
func (o *PutWidgetsDeploymentGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this put widgets deployment gateway timeout response has a 2xx status code
func (*PutWidgetsDeploymentGatewayTimeout) String ¶
func (o *PutWidgetsDeploymentGatewayTimeout) String() string
type PutWidgetsDeploymentInternalServerError ¶
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 (o *PutWidgetsDeploymentInternalServerError) Error() string
func (*PutWidgetsDeploymentInternalServerError) GetPayload ¶
func (o *PutWidgetsDeploymentInternalServerError) GetPayload() *models.ErrorBody
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 ¶
func (o *PutWidgetsDeploymentInternalServerError) IsCode(code int) bool
IsCode returns true when this put widgets deployment internal server error response a status code equal to that given
func (*PutWidgetsDeploymentInternalServerError) IsRedirect ¶
func (o *PutWidgetsDeploymentInternalServerError) IsRedirect() bool
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 ¶
func (o *PutWidgetsDeploymentInternalServerError) IsSuccess() bool
IsSuccess returns true when this put widgets deployment internal server error response has a 2xx status code
func (*PutWidgetsDeploymentInternalServerError) String ¶
func (o *PutWidgetsDeploymentInternalServerError) String() string
type PutWidgetsDeploymentNotFound ¶
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 (o *PutWidgetsDeploymentNotFound) Error() string
func (*PutWidgetsDeploymentNotFound) GetPayload ¶
func (o *PutWidgetsDeploymentNotFound) GetPayload() *models.ErrorBody
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 ¶
func (o *PutWidgetsDeploymentNotFound) String() 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 (o *PutWidgetsDeploymentOK) GetPayload() *models.WidgetDeployment
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 ¶
func (o *PutWidgetsDeploymentParams) SetBody(body *models.WidgetDeployment)
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 ¶
func (o *PutWidgetsDeploymentParams) WithBody(body *models.WidgetDeployment) *PutWidgetsDeploymentParams
WithBody adds the body to the put widgets deployment params
func (*PutWidgetsDeploymentParams) WithContext ¶
func (o *PutWidgetsDeploymentParams) WithContext(ctx context.Context) *PutWidgetsDeploymentParams
WithContext adds the context to the put widgets deployment params
func (*PutWidgetsDeploymentParams) WithDefaults ¶
func (o *PutWidgetsDeploymentParams) WithDefaults() *PutWidgetsDeploymentParams
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 ¶
func (o *PutWidgetsDeploymentParams) WithHTTPClient(client *http.Client) *PutWidgetsDeploymentParams
WithHTTPClient adds the HTTPClient to the put widgets deployment params
func (*PutWidgetsDeploymentParams) WithTimeout ¶
func (o *PutWidgetsDeploymentParams) WithTimeout(timeout time.Duration) *PutWidgetsDeploymentParams
WithTimeout adds the timeout to the put widgets deployment params
func (*PutWidgetsDeploymentParams) WriteToRequest ¶
func (o *PutWidgetsDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *PutWidgetsDeploymentRequestEntityTooLarge) Error() string
func (*PutWidgetsDeploymentRequestEntityTooLarge) GetPayload ¶
func (o *PutWidgetsDeploymentRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PutWidgetsDeploymentRequestEntityTooLarge) IsClientError ¶
func (o *PutWidgetsDeploymentRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this put widgets deployment request entity too large response has a 4xx status code
func (*PutWidgetsDeploymentRequestEntityTooLarge) IsCode ¶
func (o *PutWidgetsDeploymentRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this put widgets deployment request entity too large response a status code equal to that given
func (*PutWidgetsDeploymentRequestEntityTooLarge) IsRedirect ¶
func (o *PutWidgetsDeploymentRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this put widgets deployment request entity too large response has a 3xx status code
func (*PutWidgetsDeploymentRequestEntityTooLarge) IsServerError ¶
func (o *PutWidgetsDeploymentRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this put widgets deployment request entity too large response has a 5xx status code
func (*PutWidgetsDeploymentRequestEntityTooLarge) IsSuccess ¶
func (o *PutWidgetsDeploymentRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this put widgets deployment request entity too large response has a 2xx status code
func (*PutWidgetsDeploymentRequestEntityTooLarge) String ¶
func (o *PutWidgetsDeploymentRequestEntityTooLarge) String() string
type PutWidgetsDeploymentRequestTimeout ¶
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 (o *PutWidgetsDeploymentRequestTimeout) Error() string
func (*PutWidgetsDeploymentRequestTimeout) GetPayload ¶
func (o *PutWidgetsDeploymentRequestTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *PutWidgetsDeploymentRequestTimeout) IsCode(code int) bool
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 ¶
func (o *PutWidgetsDeploymentRequestTimeout) IsSuccess() bool
IsSuccess returns true when this put widgets deployment request timeout response has a 2xx status code
func (*PutWidgetsDeploymentRequestTimeout) String ¶
func (o *PutWidgetsDeploymentRequestTimeout) String() string
type PutWidgetsDeploymentServiceUnavailable ¶
type PutWidgetsDeploymentServiceUnavailable struct {
}
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 (o *PutWidgetsDeploymentServiceUnavailable) Error() string
func (*PutWidgetsDeploymentServiceUnavailable) GetPayload ¶
func (o *PutWidgetsDeploymentServiceUnavailable) GetPayload() *models.ErrorBody
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 ¶
func (o *PutWidgetsDeploymentServiceUnavailable) IsCode(code int) bool
IsCode returns true when this put widgets deployment service unavailable response a status code equal to that given
func (*PutWidgetsDeploymentServiceUnavailable) IsRedirect ¶
func (o *PutWidgetsDeploymentServiceUnavailable) IsRedirect() bool
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 ¶
func (o *PutWidgetsDeploymentServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this put widgets deployment service unavailable response has a 2xx status code
func (*PutWidgetsDeploymentServiceUnavailable) String ¶
func (o *PutWidgetsDeploymentServiceUnavailable) String() string
type PutWidgetsDeploymentTooManyRequests ¶
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 (o *PutWidgetsDeploymentTooManyRequests) Error() string
func (*PutWidgetsDeploymentTooManyRequests) GetPayload ¶
func (o *PutWidgetsDeploymentTooManyRequests) GetPayload() *models.ErrorBody
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 ¶
func (o *PutWidgetsDeploymentTooManyRequests) IsCode(code int) bool
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 ¶
func (o *PutWidgetsDeploymentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this put widgets deployment too many requests response has a 2xx status code
func (*PutWidgetsDeploymentTooManyRequests) String ¶
func (o *PutWidgetsDeploymentTooManyRequests) String() string
type PutWidgetsDeploymentUnauthorized ¶
type PutWidgetsDeploymentUnauthorized struct {
}
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 (o *PutWidgetsDeploymentUnauthorized) Error() string
func (*PutWidgetsDeploymentUnauthorized) GetPayload ¶
func (o *PutWidgetsDeploymentUnauthorized) GetPayload() *models.ErrorBody
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 ¶
func (o *PutWidgetsDeploymentUnauthorized) String() string
type PutWidgetsDeploymentUnsupportedMediaType ¶
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 (o *PutWidgetsDeploymentUnsupportedMediaType) Error() string
func (*PutWidgetsDeploymentUnsupportedMediaType) GetPayload ¶
func (o *PutWidgetsDeploymentUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PutWidgetsDeploymentUnsupportedMediaType) IsClientError ¶
func (o *PutWidgetsDeploymentUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this put widgets deployment unsupported media type response has a 4xx status code
func (*PutWidgetsDeploymentUnsupportedMediaType) IsCode ¶
func (o *PutWidgetsDeploymentUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this put widgets deployment unsupported media type response a status code equal to that given
func (*PutWidgetsDeploymentUnsupportedMediaType) IsRedirect ¶
func (o *PutWidgetsDeploymentUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this put widgets deployment unsupported media type response has a 3xx status code
func (*PutWidgetsDeploymentUnsupportedMediaType) IsServerError ¶
func (o *PutWidgetsDeploymentUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this put widgets deployment unsupported media type response has a 5xx status code
func (*PutWidgetsDeploymentUnsupportedMediaType) IsSuccess ¶
func (o *PutWidgetsDeploymentUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this put widgets deployment unsupported media type response has a 2xx status code
func (*PutWidgetsDeploymentUnsupportedMediaType) String ¶
func (o *PutWidgetsDeploymentUnsupportedMediaType) String() string
Source Files
¶
- delete_widgets_deployment_parameters.go
- delete_widgets_deployment_responses.go
- get_widgets_deployment_parameters.go
- get_widgets_deployment_responses.go
- get_widgets_deployments_parameters.go
- get_widgets_deployments_responses.go
- post_widgets_deployments_parameters.go
- post_widgets_deployments_responses.go
- put_widgets_deployment_parameters.go
- put_widgets_deployment_responses.go
- widgets_client.go