web_deployments

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   DeleteWebdeploymentsConfiguration deletes all versions of a configuration
	*/
	DeleteWebdeploymentsConfiguration(ctx context.Context, params *DeleteWebdeploymentsConfigurationParams) (*DeleteWebdeploymentsConfigurationNoContent, error)
	/*
	   DeleteWebdeploymentsDeployment deletes a deployment
	*/
	DeleteWebdeploymentsDeployment(ctx context.Context, params *DeleteWebdeploymentsDeploymentParams) (*DeleteWebdeploymentsDeploymentNoContent, error)
	/*
	   DeleteWebdeploymentsDeploymentCobrowseSessionID deletes a cobrowse session
	*/
	DeleteWebdeploymentsDeploymentCobrowseSessionID(ctx context.Context, params *DeleteWebdeploymentsDeploymentCobrowseSessionIDParams) (*DeleteWebdeploymentsDeploymentCobrowseSessionIDOK, *DeleteWebdeploymentsDeploymentCobrowseSessionIDNoContent, error)
	/*
	   DeleteWebdeploymentsTokenRevoke invalidates j w t
	*/
	DeleteWebdeploymentsTokenRevoke(ctx context.Context, params *DeleteWebdeploymentsTokenRevokeParams) (*DeleteWebdeploymentsTokenRevokeNoContent, error)
	/*
	   GetWebdeploymentsConfigurationVersion gets a configuration version
	*/
	GetWebdeploymentsConfigurationVersion(ctx context.Context, params *GetWebdeploymentsConfigurationVersionParams) (*GetWebdeploymentsConfigurationVersionOK, error)
	/*
	   GetWebdeploymentsConfigurationVersions gets the versions of a configuration
	   This returns the 50 most recent versions for this configuration
	*/
	GetWebdeploymentsConfigurationVersions(ctx context.Context, params *GetWebdeploymentsConfigurationVersionsParams) (*GetWebdeploymentsConfigurationVersionsOK, error)
	/*
	   GetWebdeploymentsConfigurationVersionsDraft gets the configuration draft
	*/
	GetWebdeploymentsConfigurationVersionsDraft(ctx context.Context, params *GetWebdeploymentsConfigurationVersionsDraftParams) (*GetWebdeploymentsConfigurationVersionsDraftOK, error)
	/*
	   GetWebdeploymentsConfigurations views configuration drafts
	*/
	GetWebdeploymentsConfigurations(ctx context.Context, params *GetWebdeploymentsConfigurationsParams) (*GetWebdeploymentsConfigurationsOK, error)
	/*
	   GetWebdeploymentsDeployment gets a deployment
	*/
	GetWebdeploymentsDeployment(ctx context.Context, params *GetWebdeploymentsDeploymentParams) (*GetWebdeploymentsDeploymentOK, error)
	/*
	   GetWebdeploymentsDeploymentCobrowseSessionID retrieves a cobrowse session
	*/
	GetWebdeploymentsDeploymentCobrowseSessionID(ctx context.Context, params *GetWebdeploymentsDeploymentCobrowseSessionIDParams) (*GetWebdeploymentsDeploymentCobrowseSessionIDOK, error)
	/*
	   GetWebdeploymentsDeploymentConfigurations gets active configuration for a given deployment
	*/
	GetWebdeploymentsDeploymentConfigurations(ctx context.Context, params *GetWebdeploymentsDeploymentConfigurationsParams) (*GetWebdeploymentsDeploymentConfigurationsOK, error)
	/*
	   GetWebdeploymentsDeployments gets deployments
	*/
	GetWebdeploymentsDeployments(ctx context.Context, params *GetWebdeploymentsDeploymentsParams) (*GetWebdeploymentsDeploymentsOK, error)
	/*
	   PostWebdeploymentsConfigurationVersionsDraftPublish publishes the configuration draft and create a new version
	*/
	PostWebdeploymentsConfigurationVersionsDraftPublish(ctx context.Context, params *PostWebdeploymentsConfigurationVersionsDraftPublishParams) (*PostWebdeploymentsConfigurationVersionsDraftPublishOK, error)
	/*
	   PostWebdeploymentsConfigurations creates a configuration draft
	*/
	PostWebdeploymentsConfigurations(ctx context.Context, params *PostWebdeploymentsConfigurationsParams) (*PostWebdeploymentsConfigurationsOK, *PostWebdeploymentsConfigurationsCreated, error)
	/*
	   PostWebdeploymentsDeployments creates a deployment
	*/
	PostWebdeploymentsDeployments(ctx context.Context, params *PostWebdeploymentsDeploymentsParams) (*PostWebdeploymentsDeploymentsOK, *PostWebdeploymentsDeploymentsCreated, error)
	/*
	   PostWebdeploymentsTokenOauthcodegrantjwtexchange exchanges an o auth code obtained using the authorization code flow for a j w t that can be used by webdeployments
	*/
	PostWebdeploymentsTokenOauthcodegrantjwtexchange(ctx context.Context, params *PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams) (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeOK, error)
	/*
	   PostWebdeploymentsTokenRefresh refreshes a j w t
	*/
	PostWebdeploymentsTokenRefresh(ctx context.Context, params *PostWebdeploymentsTokenRefreshParams) (*PostWebdeploymentsTokenRefreshOK, error)
	/*
	   PutWebdeploymentsConfigurationVersionsDraft updates the configuration draft
	*/
	PutWebdeploymentsConfigurationVersionsDraft(ctx context.Context, params *PutWebdeploymentsConfigurationVersionsDraftParams) (*PutWebdeploymentsConfigurationVersionsDraftOK, error)
	/*
	   PutWebdeploymentsDeployment updates a deployment
	*/
	PutWebdeploymentsDeployment(ctx context.Context, params *PutWebdeploymentsDeploymentParams) (*PutWebdeploymentsDeploymentOK, error)
}

API is the interface of the web deployments client

type Client

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

Client for web deployments API

func New

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

New creates a new web deployments API client.

func (*Client) DeleteWebdeploymentsConfiguration

DeleteWebdeploymentsConfiguration deletes all versions of a configuration

func (*Client) DeleteWebdeploymentsDeployment

DeleteWebdeploymentsDeployment deletes a deployment

func (*Client) DeleteWebdeploymentsDeploymentCobrowseSessionID

DeleteWebdeploymentsDeploymentCobrowseSessionID deletes a cobrowse session

func (*Client) DeleteWebdeploymentsTokenRevoke

DeleteWebdeploymentsTokenRevoke invalidates j w t

func (*Client) GetWebdeploymentsConfigurationVersion

func (a *Client) GetWebdeploymentsConfigurationVersion(ctx context.Context, params *GetWebdeploymentsConfigurationVersionParams) (*GetWebdeploymentsConfigurationVersionOK, error)

GetWebdeploymentsConfigurationVersion gets a configuration version

func (*Client) GetWebdeploymentsConfigurationVersions

func (a *Client) GetWebdeploymentsConfigurationVersions(ctx context.Context, params *GetWebdeploymentsConfigurationVersionsParams) (*GetWebdeploymentsConfigurationVersionsOK, error)

GetWebdeploymentsConfigurationVersions gets the versions of a configuration

This returns the 50 most recent versions for this configuration

func (*Client) GetWebdeploymentsConfigurationVersionsDraft

GetWebdeploymentsConfigurationVersionsDraft gets the configuration draft

func (*Client) GetWebdeploymentsConfigurations

func (a *Client) GetWebdeploymentsConfigurations(ctx context.Context, params *GetWebdeploymentsConfigurationsParams) (*GetWebdeploymentsConfigurationsOK, error)

GetWebdeploymentsConfigurations views configuration drafts

func (*Client) GetWebdeploymentsDeployment

func (a *Client) GetWebdeploymentsDeployment(ctx context.Context, params *GetWebdeploymentsDeploymentParams) (*GetWebdeploymentsDeploymentOK, error)

GetWebdeploymentsDeployment gets a deployment

func (*Client) GetWebdeploymentsDeploymentCobrowseSessionID

GetWebdeploymentsDeploymentCobrowseSessionID retrieves a cobrowse session

func (*Client) GetWebdeploymentsDeploymentConfigurations

func (a *Client) GetWebdeploymentsDeploymentConfigurations(ctx context.Context, params *GetWebdeploymentsDeploymentConfigurationsParams) (*GetWebdeploymentsDeploymentConfigurationsOK, error)

GetWebdeploymentsDeploymentConfigurations gets active configuration for a given deployment

func (*Client) GetWebdeploymentsDeployments

func (a *Client) GetWebdeploymentsDeployments(ctx context.Context, params *GetWebdeploymentsDeploymentsParams) (*GetWebdeploymentsDeploymentsOK, error)

GetWebdeploymentsDeployments gets deployments

func (*Client) PostWebdeploymentsConfigurationVersionsDraftPublish

PostWebdeploymentsConfigurationVersionsDraftPublish publishes the configuration draft and create a new version

func (*Client) PostWebdeploymentsConfigurations

PostWebdeploymentsConfigurations creates a configuration draft

func (*Client) PostWebdeploymentsDeployments

PostWebdeploymentsDeployments creates a deployment

func (*Client) PostWebdeploymentsTokenOauthcodegrantjwtexchange

PostWebdeploymentsTokenOauthcodegrantjwtexchange exchanges an o auth code obtained using the authorization code flow for a j w t that can be used by webdeployments

func (*Client) PostWebdeploymentsTokenRefresh

func (a *Client) PostWebdeploymentsTokenRefresh(ctx context.Context, params *PostWebdeploymentsTokenRefreshParams) (*PostWebdeploymentsTokenRefreshOK, error)

PostWebdeploymentsTokenRefresh refreshes a j w t

func (*Client) PutWebdeploymentsConfigurationVersionsDraft

PutWebdeploymentsConfigurationVersionsDraft updates the configuration draft

func (*Client) PutWebdeploymentsDeployment

func (a *Client) PutWebdeploymentsDeployment(ctx context.Context, params *PutWebdeploymentsDeploymentParams) (*PutWebdeploymentsDeploymentOK, error)

PutWebdeploymentsDeployment updates a deployment

type DeleteWebdeploymentsConfigurationBadRequest

type DeleteWebdeploymentsConfigurationBadRequest struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsConfigurationBadRequest 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 NewDeleteWebdeploymentsConfigurationBadRequest

func NewDeleteWebdeploymentsConfigurationBadRequest() *DeleteWebdeploymentsConfigurationBadRequest

NewDeleteWebdeploymentsConfigurationBadRequest creates a DeleteWebdeploymentsConfigurationBadRequest with default headers values

func (*DeleteWebdeploymentsConfigurationBadRequest) Error

func (*DeleteWebdeploymentsConfigurationBadRequest) GetPayload

func (*DeleteWebdeploymentsConfigurationBadRequest) IsClientError

IsClientError returns true when this delete webdeployments configuration bad request response has a 4xx status code

func (*DeleteWebdeploymentsConfigurationBadRequest) IsCode

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

func (*DeleteWebdeploymentsConfigurationBadRequest) IsRedirect

IsRedirect returns true when this delete webdeployments configuration bad request response has a 3xx status code

func (*DeleteWebdeploymentsConfigurationBadRequest) IsServerError

IsServerError returns true when this delete webdeployments configuration bad request response has a 5xx status code

func (*DeleteWebdeploymentsConfigurationBadRequest) IsSuccess

IsSuccess returns true when this delete webdeployments configuration bad request response has a 2xx status code

func (*DeleteWebdeploymentsConfigurationBadRequest) String

type DeleteWebdeploymentsConfigurationConflict

type DeleteWebdeploymentsConfigurationConflict struct {
	Payload *models.ErrorBody
}

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

Conflict

func NewDeleteWebdeploymentsConfigurationConflict

func NewDeleteWebdeploymentsConfigurationConflict() *DeleteWebdeploymentsConfigurationConflict

NewDeleteWebdeploymentsConfigurationConflict creates a DeleteWebdeploymentsConfigurationConflict with default headers values

func (*DeleteWebdeploymentsConfigurationConflict) Error

func (*DeleteWebdeploymentsConfigurationConflict) GetPayload

func (*DeleteWebdeploymentsConfigurationConflict) IsClientError

IsClientError returns true when this delete webdeployments configuration conflict response has a 4xx status code

func (*DeleteWebdeploymentsConfigurationConflict) IsCode

IsCode returns true when this delete webdeployments configuration conflict response a status code equal to that given

func (*DeleteWebdeploymentsConfigurationConflict) IsRedirect

IsRedirect returns true when this delete webdeployments configuration conflict response has a 3xx status code

func (*DeleteWebdeploymentsConfigurationConflict) IsServerError

IsServerError returns true when this delete webdeployments configuration conflict response has a 5xx status code

func (*DeleteWebdeploymentsConfigurationConflict) IsSuccess

IsSuccess returns true when this delete webdeployments configuration conflict response has a 2xx status code

func (*DeleteWebdeploymentsConfigurationConflict) String

type DeleteWebdeploymentsConfigurationForbidden

type DeleteWebdeploymentsConfigurationForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteWebdeploymentsConfigurationForbidden

func NewDeleteWebdeploymentsConfigurationForbidden() *DeleteWebdeploymentsConfigurationForbidden

NewDeleteWebdeploymentsConfigurationForbidden creates a DeleteWebdeploymentsConfigurationForbidden with default headers values

func (*DeleteWebdeploymentsConfigurationForbidden) Error

func (*DeleteWebdeploymentsConfigurationForbidden) GetPayload

func (*DeleteWebdeploymentsConfigurationForbidden) IsClientError

IsClientError returns true when this delete webdeployments configuration forbidden response has a 4xx status code

func (*DeleteWebdeploymentsConfigurationForbidden) IsCode

IsCode returns true when this delete webdeployments configuration forbidden response a status code equal to that given

func (*DeleteWebdeploymentsConfigurationForbidden) IsRedirect

IsRedirect returns true when this delete webdeployments configuration forbidden response has a 3xx status code

func (*DeleteWebdeploymentsConfigurationForbidden) IsServerError

IsServerError returns true when this delete webdeployments configuration forbidden response has a 5xx status code

func (*DeleteWebdeploymentsConfigurationForbidden) IsSuccess

IsSuccess returns true when this delete webdeployments configuration forbidden response has a 2xx status code

func (*DeleteWebdeploymentsConfigurationForbidden) String

type DeleteWebdeploymentsConfigurationGatewayTimeout

type DeleteWebdeploymentsConfigurationGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteWebdeploymentsConfigurationGatewayTimeout

func NewDeleteWebdeploymentsConfigurationGatewayTimeout() *DeleteWebdeploymentsConfigurationGatewayTimeout

NewDeleteWebdeploymentsConfigurationGatewayTimeout creates a DeleteWebdeploymentsConfigurationGatewayTimeout with default headers values

func (*DeleteWebdeploymentsConfigurationGatewayTimeout) Error

func (*DeleteWebdeploymentsConfigurationGatewayTimeout) GetPayload

func (*DeleteWebdeploymentsConfigurationGatewayTimeout) IsClientError

IsClientError returns true when this delete webdeployments configuration gateway timeout response has a 4xx status code

func (*DeleteWebdeploymentsConfigurationGatewayTimeout) IsCode

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

func (*DeleteWebdeploymentsConfigurationGatewayTimeout) IsRedirect

IsRedirect returns true when this delete webdeployments configuration gateway timeout response has a 3xx status code

func (*DeleteWebdeploymentsConfigurationGatewayTimeout) IsServerError

IsServerError returns true when this delete webdeployments configuration gateway timeout response has a 5xx status code

func (*DeleteWebdeploymentsConfigurationGatewayTimeout) IsSuccess

IsSuccess returns true when this delete webdeployments configuration gateway timeout response has a 2xx status code

func (*DeleteWebdeploymentsConfigurationGatewayTimeout) String

type DeleteWebdeploymentsConfigurationInternalServerError

type DeleteWebdeploymentsConfigurationInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsConfigurationInternalServerError 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 NewDeleteWebdeploymentsConfigurationInternalServerError

func NewDeleteWebdeploymentsConfigurationInternalServerError() *DeleteWebdeploymentsConfigurationInternalServerError

NewDeleteWebdeploymentsConfigurationInternalServerError creates a DeleteWebdeploymentsConfigurationInternalServerError with default headers values

func (*DeleteWebdeploymentsConfigurationInternalServerError) Error

func (*DeleteWebdeploymentsConfigurationInternalServerError) GetPayload

func (*DeleteWebdeploymentsConfigurationInternalServerError) IsClientError

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

func (*DeleteWebdeploymentsConfigurationInternalServerError) IsCode

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

func (*DeleteWebdeploymentsConfigurationInternalServerError) IsRedirect

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

func (*DeleteWebdeploymentsConfigurationInternalServerError) IsServerError

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

func (*DeleteWebdeploymentsConfigurationInternalServerError) IsSuccess

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

func (*DeleteWebdeploymentsConfigurationInternalServerError) String

type DeleteWebdeploymentsConfigurationNoContent

type DeleteWebdeploymentsConfigurationNoContent struct {
}

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

The configuration versions were deleted successfully

func NewDeleteWebdeploymentsConfigurationNoContent

func NewDeleteWebdeploymentsConfigurationNoContent() *DeleteWebdeploymentsConfigurationNoContent

NewDeleteWebdeploymentsConfigurationNoContent creates a DeleteWebdeploymentsConfigurationNoContent with default headers values

func (*DeleteWebdeploymentsConfigurationNoContent) Error

func (*DeleteWebdeploymentsConfigurationNoContent) IsClientError

IsClientError returns true when this delete webdeployments configuration no content response has a 4xx status code

func (*DeleteWebdeploymentsConfigurationNoContent) IsCode

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

func (*DeleteWebdeploymentsConfigurationNoContent) IsRedirect

IsRedirect returns true when this delete webdeployments configuration no content response has a 3xx status code

func (*DeleteWebdeploymentsConfigurationNoContent) IsServerError

IsServerError returns true when this delete webdeployments configuration no content response has a 5xx status code

func (*DeleteWebdeploymentsConfigurationNoContent) IsSuccess

IsSuccess returns true when this delete webdeployments configuration no content response has a 2xx status code

func (*DeleteWebdeploymentsConfigurationNoContent) String

type DeleteWebdeploymentsConfigurationNotFound

type DeleteWebdeploymentsConfigurationNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteWebdeploymentsConfigurationNotFound

func NewDeleteWebdeploymentsConfigurationNotFound() *DeleteWebdeploymentsConfigurationNotFound

NewDeleteWebdeploymentsConfigurationNotFound creates a DeleteWebdeploymentsConfigurationNotFound with default headers values

func (*DeleteWebdeploymentsConfigurationNotFound) Error

func (*DeleteWebdeploymentsConfigurationNotFound) GetPayload

func (*DeleteWebdeploymentsConfigurationNotFound) IsClientError

IsClientError returns true when this delete webdeployments configuration not found response has a 4xx status code

func (*DeleteWebdeploymentsConfigurationNotFound) IsCode

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

func (*DeleteWebdeploymentsConfigurationNotFound) IsRedirect

IsRedirect returns true when this delete webdeployments configuration not found response has a 3xx status code

func (*DeleteWebdeploymentsConfigurationNotFound) IsServerError

IsServerError returns true when this delete webdeployments configuration not found response has a 5xx status code

func (*DeleteWebdeploymentsConfigurationNotFound) IsSuccess

IsSuccess returns true when this delete webdeployments configuration not found response has a 2xx status code

func (*DeleteWebdeploymentsConfigurationNotFound) String

type DeleteWebdeploymentsConfigurationParams

type DeleteWebdeploymentsConfigurationParams struct {

	/* ConfigurationID.

	   The configuration version ID
	*/
	ConfigurationID string

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

DeleteWebdeploymentsConfigurationParams contains all the parameters to send to the API endpoint

for the delete webdeployments configuration operation.

Typically these are written to a http.Request.

func NewDeleteWebdeploymentsConfigurationParams

func NewDeleteWebdeploymentsConfigurationParams() *DeleteWebdeploymentsConfigurationParams

NewDeleteWebdeploymentsConfigurationParams creates a new DeleteWebdeploymentsConfigurationParams 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 NewDeleteWebdeploymentsConfigurationParamsWithContext

func NewDeleteWebdeploymentsConfigurationParamsWithContext(ctx context.Context) *DeleteWebdeploymentsConfigurationParams

NewDeleteWebdeploymentsConfigurationParamsWithContext creates a new DeleteWebdeploymentsConfigurationParams object with the ability to set a context for a request.

func NewDeleteWebdeploymentsConfigurationParamsWithHTTPClient

func NewDeleteWebdeploymentsConfigurationParamsWithHTTPClient(client *http.Client) *DeleteWebdeploymentsConfigurationParams

NewDeleteWebdeploymentsConfigurationParamsWithHTTPClient creates a new DeleteWebdeploymentsConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteWebdeploymentsConfigurationParamsWithTimeout

func NewDeleteWebdeploymentsConfigurationParamsWithTimeout(timeout time.Duration) *DeleteWebdeploymentsConfigurationParams

NewDeleteWebdeploymentsConfigurationParamsWithTimeout creates a new DeleteWebdeploymentsConfigurationParams object with the ability to set a timeout on a request.

func (*DeleteWebdeploymentsConfigurationParams) SetConfigurationID

func (o *DeleteWebdeploymentsConfigurationParams) SetConfigurationID(configurationID string)

SetConfigurationID adds the configurationId to the delete webdeployments configuration params

func (*DeleteWebdeploymentsConfigurationParams) SetContext

SetContext adds the context to the delete webdeployments configuration params

func (*DeleteWebdeploymentsConfigurationParams) SetDefaults

func (o *DeleteWebdeploymentsConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the delete webdeployments configuration params (not the query body).

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

func (*DeleteWebdeploymentsConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete webdeployments configuration params

func (*DeleteWebdeploymentsConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the delete webdeployments configuration params

func (*DeleteWebdeploymentsConfigurationParams) WithConfigurationID

WithConfigurationID adds the configurationID to the delete webdeployments configuration params

func (*DeleteWebdeploymentsConfigurationParams) WithContext

WithContext adds the context to the delete webdeployments configuration params

func (*DeleteWebdeploymentsConfigurationParams) WithDefaults

WithDefaults hydrates default values in the delete webdeployments configuration params (not the query body).

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

func (*DeleteWebdeploymentsConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete webdeployments configuration params

func (*DeleteWebdeploymentsConfigurationParams) WithTimeout

WithTimeout adds the timeout to the delete webdeployments configuration params

func (*DeleteWebdeploymentsConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteWebdeploymentsConfigurationReader

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

DeleteWebdeploymentsConfigurationReader is a Reader for the DeleteWebdeploymentsConfiguration structure.

func (*DeleteWebdeploymentsConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteWebdeploymentsConfigurationRequestEntityTooLarge

type DeleteWebdeploymentsConfigurationRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteWebdeploymentsConfigurationRequestEntityTooLarge

func NewDeleteWebdeploymentsConfigurationRequestEntityTooLarge() *DeleteWebdeploymentsConfigurationRequestEntityTooLarge

NewDeleteWebdeploymentsConfigurationRequestEntityTooLarge creates a DeleteWebdeploymentsConfigurationRequestEntityTooLarge with default headers values

func (*DeleteWebdeploymentsConfigurationRequestEntityTooLarge) Error

func (*DeleteWebdeploymentsConfigurationRequestEntityTooLarge) GetPayload

func (*DeleteWebdeploymentsConfigurationRequestEntityTooLarge) IsClientError

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

func (*DeleteWebdeploymentsConfigurationRequestEntityTooLarge) IsCode

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

func (*DeleteWebdeploymentsConfigurationRequestEntityTooLarge) IsRedirect

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

func (*DeleteWebdeploymentsConfigurationRequestEntityTooLarge) IsServerError

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

func (*DeleteWebdeploymentsConfigurationRequestEntityTooLarge) IsSuccess

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

func (*DeleteWebdeploymentsConfigurationRequestEntityTooLarge) String

type DeleteWebdeploymentsConfigurationRequestTimeout

type DeleteWebdeploymentsConfigurationRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsConfigurationRequestTimeout 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 NewDeleteWebdeploymentsConfigurationRequestTimeout

func NewDeleteWebdeploymentsConfigurationRequestTimeout() *DeleteWebdeploymentsConfigurationRequestTimeout

NewDeleteWebdeploymentsConfigurationRequestTimeout creates a DeleteWebdeploymentsConfigurationRequestTimeout with default headers values

func (*DeleteWebdeploymentsConfigurationRequestTimeout) Error

func (*DeleteWebdeploymentsConfigurationRequestTimeout) GetPayload

func (*DeleteWebdeploymentsConfigurationRequestTimeout) IsClientError

IsClientError returns true when this delete webdeployments configuration request timeout response has a 4xx status code

func (*DeleteWebdeploymentsConfigurationRequestTimeout) IsCode

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

func (*DeleteWebdeploymentsConfigurationRequestTimeout) IsRedirect

IsRedirect returns true when this delete webdeployments configuration request timeout response has a 3xx status code

func (*DeleteWebdeploymentsConfigurationRequestTimeout) IsServerError

IsServerError returns true when this delete webdeployments configuration request timeout response has a 5xx status code

func (*DeleteWebdeploymentsConfigurationRequestTimeout) IsSuccess

IsSuccess returns true when this delete webdeployments configuration request timeout response has a 2xx status code

func (*DeleteWebdeploymentsConfigurationRequestTimeout) String

type DeleteWebdeploymentsConfigurationServiceUnavailable

type DeleteWebdeploymentsConfigurationServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsConfigurationServiceUnavailable 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 NewDeleteWebdeploymentsConfigurationServiceUnavailable

func NewDeleteWebdeploymentsConfigurationServiceUnavailable() *DeleteWebdeploymentsConfigurationServiceUnavailable

NewDeleteWebdeploymentsConfigurationServiceUnavailable creates a DeleteWebdeploymentsConfigurationServiceUnavailable with default headers values

func (*DeleteWebdeploymentsConfigurationServiceUnavailable) Error

func (*DeleteWebdeploymentsConfigurationServiceUnavailable) GetPayload

func (*DeleteWebdeploymentsConfigurationServiceUnavailable) IsClientError

IsClientError returns true when this delete webdeployments configuration service unavailable response has a 4xx status code

func (*DeleteWebdeploymentsConfigurationServiceUnavailable) IsCode

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

func (*DeleteWebdeploymentsConfigurationServiceUnavailable) IsRedirect

IsRedirect returns true when this delete webdeployments configuration service unavailable response has a 3xx status code

func (*DeleteWebdeploymentsConfigurationServiceUnavailable) IsServerError

IsServerError returns true when this delete webdeployments configuration service unavailable response has a 5xx status code

func (*DeleteWebdeploymentsConfigurationServiceUnavailable) IsSuccess

IsSuccess returns true when this delete webdeployments configuration service unavailable response has a 2xx status code

func (*DeleteWebdeploymentsConfigurationServiceUnavailable) String

type DeleteWebdeploymentsConfigurationTooManyRequests

type DeleteWebdeploymentsConfigurationTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteWebdeploymentsConfigurationTooManyRequests

func NewDeleteWebdeploymentsConfigurationTooManyRequests() *DeleteWebdeploymentsConfigurationTooManyRequests

NewDeleteWebdeploymentsConfigurationTooManyRequests creates a DeleteWebdeploymentsConfigurationTooManyRequests with default headers values

func (*DeleteWebdeploymentsConfigurationTooManyRequests) Error

func (*DeleteWebdeploymentsConfigurationTooManyRequests) GetPayload

func (*DeleteWebdeploymentsConfigurationTooManyRequests) IsClientError

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

func (*DeleteWebdeploymentsConfigurationTooManyRequests) IsCode

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

func (*DeleteWebdeploymentsConfigurationTooManyRequests) IsRedirect

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

func (*DeleteWebdeploymentsConfigurationTooManyRequests) IsServerError

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

func (*DeleteWebdeploymentsConfigurationTooManyRequests) IsSuccess

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

func (*DeleteWebdeploymentsConfigurationTooManyRequests) String

type DeleteWebdeploymentsConfigurationUnauthorized

type DeleteWebdeploymentsConfigurationUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteWebdeploymentsConfigurationUnauthorized

func NewDeleteWebdeploymentsConfigurationUnauthorized() *DeleteWebdeploymentsConfigurationUnauthorized

NewDeleteWebdeploymentsConfigurationUnauthorized creates a DeleteWebdeploymentsConfigurationUnauthorized with default headers values

func (*DeleteWebdeploymentsConfigurationUnauthorized) Error

func (*DeleteWebdeploymentsConfigurationUnauthorized) GetPayload

func (*DeleteWebdeploymentsConfigurationUnauthorized) IsClientError

IsClientError returns true when this delete webdeployments configuration unauthorized response has a 4xx status code

func (*DeleteWebdeploymentsConfigurationUnauthorized) IsCode

IsCode returns true when this delete webdeployments configuration unauthorized response a status code equal to that given

func (*DeleteWebdeploymentsConfigurationUnauthorized) IsRedirect

IsRedirect returns true when this delete webdeployments configuration unauthorized response has a 3xx status code

func (*DeleteWebdeploymentsConfigurationUnauthorized) IsServerError

IsServerError returns true when this delete webdeployments configuration unauthorized response has a 5xx status code

func (*DeleteWebdeploymentsConfigurationUnauthorized) IsSuccess

IsSuccess returns true when this delete webdeployments configuration unauthorized response has a 2xx status code

func (*DeleteWebdeploymentsConfigurationUnauthorized) String

type DeleteWebdeploymentsConfigurationUnsupportedMediaType

type DeleteWebdeploymentsConfigurationUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsConfigurationUnsupportedMediaType 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 NewDeleteWebdeploymentsConfigurationUnsupportedMediaType

func NewDeleteWebdeploymentsConfigurationUnsupportedMediaType() *DeleteWebdeploymentsConfigurationUnsupportedMediaType

NewDeleteWebdeploymentsConfigurationUnsupportedMediaType creates a DeleteWebdeploymentsConfigurationUnsupportedMediaType with default headers values

func (*DeleteWebdeploymentsConfigurationUnsupportedMediaType) Error

func (*DeleteWebdeploymentsConfigurationUnsupportedMediaType) GetPayload

func (*DeleteWebdeploymentsConfigurationUnsupportedMediaType) IsClientError

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

func (*DeleteWebdeploymentsConfigurationUnsupportedMediaType) IsCode

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

func (*DeleteWebdeploymentsConfigurationUnsupportedMediaType) IsRedirect

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

func (*DeleteWebdeploymentsConfigurationUnsupportedMediaType) IsServerError

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

func (*DeleteWebdeploymentsConfigurationUnsupportedMediaType) IsSuccess

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

func (*DeleteWebdeploymentsConfigurationUnsupportedMediaType) String

type DeleteWebdeploymentsDeploymentBadRequest

type DeleteWebdeploymentsDeploymentBadRequest struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsDeploymentBadRequest 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 NewDeleteWebdeploymentsDeploymentBadRequest

func NewDeleteWebdeploymentsDeploymentBadRequest() *DeleteWebdeploymentsDeploymentBadRequest

NewDeleteWebdeploymentsDeploymentBadRequest creates a DeleteWebdeploymentsDeploymentBadRequest with default headers values

func (*DeleteWebdeploymentsDeploymentBadRequest) Error

func (*DeleteWebdeploymentsDeploymentBadRequest) GetPayload

func (*DeleteWebdeploymentsDeploymentBadRequest) IsClientError

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

func (*DeleteWebdeploymentsDeploymentBadRequest) IsCode

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

func (*DeleteWebdeploymentsDeploymentBadRequest) IsRedirect

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

func (*DeleteWebdeploymentsDeploymentBadRequest) IsServerError

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

func (*DeleteWebdeploymentsDeploymentBadRequest) IsSuccess

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

func (*DeleteWebdeploymentsDeploymentBadRequest) String

type DeleteWebdeploymentsDeploymentCobrowseSessionIDBadRequest

type DeleteWebdeploymentsDeploymentCobrowseSessionIDBadRequest struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsDeploymentCobrowseSessionIDBadRequest 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 NewDeleteWebdeploymentsDeploymentCobrowseSessionIDBadRequest

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDBadRequest() *DeleteWebdeploymentsDeploymentCobrowseSessionIDBadRequest

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDBadRequest creates a DeleteWebdeploymentsDeploymentCobrowseSessionIDBadRequest with default headers values

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDBadRequest) Error

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDBadRequest) GetPayload

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDBadRequest) IsClientError

IsClientError returns true when this delete webdeployments deployment cobrowse session Id bad request response has a 4xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDBadRequest) IsCode

IsCode returns true when this delete webdeployments deployment cobrowse session Id bad request response a status code equal to that given

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDBadRequest) IsRedirect

IsRedirect returns true when this delete webdeployments deployment cobrowse session Id bad request response has a 3xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDBadRequest) IsServerError

IsServerError returns true when this delete webdeployments deployment cobrowse session Id bad request response has a 5xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDBadRequest) IsSuccess

IsSuccess returns true when this delete webdeployments deployment cobrowse session Id bad request response has a 2xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDBadRequest) String

type DeleteWebdeploymentsDeploymentCobrowseSessionIDForbidden

type DeleteWebdeploymentsDeploymentCobrowseSessionIDForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDForbidden

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDForbidden() *DeleteWebdeploymentsDeploymentCobrowseSessionIDForbidden

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDForbidden creates a DeleteWebdeploymentsDeploymentCobrowseSessionIDForbidden with default headers values

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDForbidden) Error

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDForbidden) GetPayload

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDForbidden) IsClientError

IsClientError returns true when this delete webdeployments deployment cobrowse session Id forbidden response has a 4xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDForbidden) IsCode

IsCode returns true when this delete webdeployments deployment cobrowse session Id forbidden response a status code equal to that given

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDForbidden) IsRedirect

IsRedirect returns true when this delete webdeployments deployment cobrowse session Id forbidden response has a 3xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDForbidden) IsServerError

IsServerError returns true when this delete webdeployments deployment cobrowse session Id forbidden response has a 5xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDForbidden) IsSuccess

IsSuccess returns true when this delete webdeployments deployment cobrowse session Id forbidden response has a 2xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDForbidden) String

type DeleteWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout

type DeleteWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout() *DeleteWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout creates a DeleteWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout with default headers values

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout) Error

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout) GetPayload

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout) IsClientError

IsClientError returns true when this delete webdeployments deployment cobrowse session Id gateway timeout response has a 4xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout) IsCode

IsCode returns true when this delete webdeployments deployment cobrowse session Id gateway timeout response a status code equal to that given

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout) IsRedirect

IsRedirect returns true when this delete webdeployments deployment cobrowse session Id gateway timeout response has a 3xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout) IsServerError

IsServerError returns true when this delete webdeployments deployment cobrowse session Id gateway timeout response has a 5xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout) IsSuccess

IsSuccess returns true when this delete webdeployments deployment cobrowse session Id gateway timeout response has a 2xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout) String

type DeleteWebdeploymentsDeploymentCobrowseSessionIDInternalServerError

type DeleteWebdeploymentsDeploymentCobrowseSessionIDInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsDeploymentCobrowseSessionIDInternalServerError 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 NewDeleteWebdeploymentsDeploymentCobrowseSessionIDInternalServerError

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDInternalServerError() *DeleteWebdeploymentsDeploymentCobrowseSessionIDInternalServerError

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDInternalServerError creates a DeleteWebdeploymentsDeploymentCobrowseSessionIDInternalServerError with default headers values

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDInternalServerError) Error

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDInternalServerError) GetPayload

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDInternalServerError) IsClientError

IsClientError returns true when this delete webdeployments deployment cobrowse session Id internal server error response has a 4xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDInternalServerError) IsCode

IsCode returns true when this delete webdeployments deployment cobrowse session Id internal server error response a status code equal to that given

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDInternalServerError) IsRedirect

IsRedirect returns true when this delete webdeployments deployment cobrowse session Id internal server error response has a 3xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDInternalServerError) IsServerError

IsServerError returns true when this delete webdeployments deployment cobrowse session Id internal server error response has a 5xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDInternalServerError) IsSuccess

IsSuccess returns true when this delete webdeployments deployment cobrowse session Id internal server error response has a 2xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDInternalServerError) String

type DeleteWebdeploymentsDeploymentCobrowseSessionIDNoContent

type DeleteWebdeploymentsDeploymentCobrowseSessionIDNoContent struct {
}

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

No Content

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDNoContent

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDNoContent() *DeleteWebdeploymentsDeploymentCobrowseSessionIDNoContent

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDNoContent creates a DeleteWebdeploymentsDeploymentCobrowseSessionIDNoContent with default headers values

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDNoContent) Error

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDNoContent) IsClientError

IsClientError returns true when this delete webdeployments deployment cobrowse session Id no content response has a 4xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDNoContent) IsCode

IsCode returns true when this delete webdeployments deployment cobrowse session Id no content response a status code equal to that given

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDNoContent) IsRedirect

IsRedirect returns true when this delete webdeployments deployment cobrowse session Id no content response has a 3xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDNoContent) IsServerError

IsServerError returns true when this delete webdeployments deployment cobrowse session Id no content response has a 5xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDNoContent) IsSuccess

IsSuccess returns true when this delete webdeployments deployment cobrowse session Id no content response has a 2xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDNoContent) String

type DeleteWebdeploymentsDeploymentCobrowseSessionIDNotFound

type DeleteWebdeploymentsDeploymentCobrowseSessionIDNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDNotFound

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDNotFound() *DeleteWebdeploymentsDeploymentCobrowseSessionIDNotFound

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDNotFound creates a DeleteWebdeploymentsDeploymentCobrowseSessionIDNotFound with default headers values

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDNotFound) Error

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDNotFound) GetPayload

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDNotFound) IsClientError

IsClientError returns true when this delete webdeployments deployment cobrowse session Id not found response has a 4xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDNotFound) IsCode

IsCode returns true when this delete webdeployments deployment cobrowse session Id not found response a status code equal to that given

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDNotFound) IsRedirect

IsRedirect returns true when this delete webdeployments deployment cobrowse session Id not found response has a 3xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDNotFound) IsServerError

IsServerError returns true when this delete webdeployments deployment cobrowse session Id not found response has a 5xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDNotFound) IsSuccess

IsSuccess returns true when this delete webdeployments deployment cobrowse session Id not found response has a 2xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDNotFound) String

type DeleteWebdeploymentsDeploymentCobrowseSessionIDOK

type DeleteWebdeploymentsDeploymentCobrowseSessionIDOK struct {
	Payload models.Empty
}

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

successful operation

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDOK

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDOK() *DeleteWebdeploymentsDeploymentCobrowseSessionIDOK

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDOK creates a DeleteWebdeploymentsDeploymentCobrowseSessionIDOK with default headers values

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDOK) Error

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDOK) GetPayload

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDOK) IsClientError

IsClientError returns true when this delete webdeployments deployment cobrowse session Id o k response has a 4xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDOK) IsCode

IsCode returns true when this delete webdeployments deployment cobrowse session Id o k response a status code equal to that given

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDOK) IsRedirect

IsRedirect returns true when this delete webdeployments deployment cobrowse session Id o k response has a 3xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDOK) IsServerError

IsServerError returns true when this delete webdeployments deployment cobrowse session Id o k response has a 5xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDOK) IsSuccess

IsSuccess returns true when this delete webdeployments deployment cobrowse session Id o k response has a 2xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDOK) String

type DeleteWebdeploymentsDeploymentCobrowseSessionIDParams

type DeleteWebdeploymentsDeploymentCobrowseSessionIDParams struct {

	/* DeploymentID.

	   WebMessaging deployment ID
	*/
	DeploymentID string

	/* SessionID.

	   Cobrowse session id or join code
	*/
	SessionID string

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

DeleteWebdeploymentsDeploymentCobrowseSessionIDParams contains all the parameters to send to the API endpoint

for the delete webdeployments deployment cobrowse session Id operation.

Typically these are written to a http.Request.

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDParams

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDParams() *DeleteWebdeploymentsDeploymentCobrowseSessionIDParams

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDParams creates a new DeleteWebdeploymentsDeploymentCobrowseSessionIDParams 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 NewDeleteWebdeploymentsDeploymentCobrowseSessionIDParamsWithContext

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDParamsWithContext(ctx context.Context) *DeleteWebdeploymentsDeploymentCobrowseSessionIDParams

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDParamsWithContext creates a new DeleteWebdeploymentsDeploymentCobrowseSessionIDParams object with the ability to set a context for a request.

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDParamsWithHTTPClient

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDParamsWithHTTPClient(client *http.Client) *DeleteWebdeploymentsDeploymentCobrowseSessionIDParams

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDParamsWithHTTPClient creates a new DeleteWebdeploymentsDeploymentCobrowseSessionIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDParamsWithTimeout

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDParamsWithTimeout(timeout time.Duration) *DeleteWebdeploymentsDeploymentCobrowseSessionIDParams

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDParamsWithTimeout creates a new DeleteWebdeploymentsDeploymentCobrowseSessionIDParams object with the ability to set a timeout on a request.

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDParams) SetContext

SetContext adds the context to the delete webdeployments deployment cobrowse session Id params

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDParams) SetDefaults

SetDefaults hydrates default values in the delete webdeployments deployment cobrowse session Id params (not the query body).

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

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDParams) SetDeploymentID

func (o *DeleteWebdeploymentsDeploymentCobrowseSessionIDParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the delete webdeployments deployment cobrowse session Id params

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete webdeployments deployment cobrowse session Id params

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDParams) SetSessionID

SetSessionID adds the sessionId to the delete webdeployments deployment cobrowse session Id params

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDParams) SetTimeout

SetTimeout adds the timeout to the delete webdeployments deployment cobrowse session Id params

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDParams) WithContext

WithContext adds the context to the delete webdeployments deployment cobrowse session Id params

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDParams) WithDefaults

WithDefaults hydrates default values in the delete webdeployments deployment cobrowse session Id params (not the query body).

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

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the delete webdeployments deployment cobrowse session Id params

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete webdeployments deployment cobrowse session Id params

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDParams) WithSessionID

WithSessionID adds the sessionID to the delete webdeployments deployment cobrowse session Id params

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDParams) WithTimeout

WithTimeout adds the timeout to the delete webdeployments deployment cobrowse session Id params

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteWebdeploymentsDeploymentCobrowseSessionIDReader

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

DeleteWebdeploymentsDeploymentCobrowseSessionIDReader is a Reader for the DeleteWebdeploymentsDeploymentCobrowseSessionID structure.

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge

type DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge() *DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge creates a DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge with default headers values

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge) Error

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge) GetPayload

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete webdeployments deployment cobrowse session Id request entity too large response has a 4xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge) IsCode

IsCode returns true when this delete webdeployments deployment cobrowse session Id request entity too large response a status code equal to that given

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete webdeployments deployment cobrowse session Id request entity too large response has a 3xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete webdeployments deployment cobrowse session Id request entity too large response has a 5xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete webdeployments deployment cobrowse session Id request entity too large response has a 2xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge) String

type DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout

type DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout 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 NewDeleteWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout() *DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout creates a DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout with default headers values

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout) Error

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout) GetPayload

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout) IsClientError

IsClientError returns true when this delete webdeployments deployment cobrowse session Id request timeout response has a 4xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout) IsCode

IsCode returns true when this delete webdeployments deployment cobrowse session Id request timeout response a status code equal to that given

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout) IsRedirect

IsRedirect returns true when this delete webdeployments deployment cobrowse session Id request timeout response has a 3xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout) IsServerError

IsServerError returns true when this delete webdeployments deployment cobrowse session Id request timeout response has a 5xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout) IsSuccess

IsSuccess returns true when this delete webdeployments deployment cobrowse session Id request timeout response has a 2xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout) String

type DeleteWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable

type DeleteWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable 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 NewDeleteWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable() *DeleteWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable creates a DeleteWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable with default headers values

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable) Error

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable) GetPayload

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable) IsClientError

IsClientError returns true when this delete webdeployments deployment cobrowse session Id service unavailable response has a 4xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable) IsCode

IsCode returns true when this delete webdeployments deployment cobrowse session Id service unavailable response a status code equal to that given

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable) IsRedirect

IsRedirect returns true when this delete webdeployments deployment cobrowse session Id service unavailable response has a 3xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable) IsServerError

IsServerError returns true when this delete webdeployments deployment cobrowse session Id service unavailable response has a 5xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable) IsSuccess

IsSuccess returns true when this delete webdeployments deployment cobrowse session Id service unavailable response has a 2xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable) String

type DeleteWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests

type DeleteWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests() *DeleteWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests creates a DeleteWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests with default headers values

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests) Error

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests) GetPayload

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests) IsClientError

IsClientError returns true when this delete webdeployments deployment cobrowse session Id too many requests response has a 4xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests) IsCode

IsCode returns true when this delete webdeployments deployment cobrowse session Id too many requests response a status code equal to that given

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests) IsRedirect

IsRedirect returns true when this delete webdeployments deployment cobrowse session Id too many requests response has a 3xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests) IsServerError

IsServerError returns true when this delete webdeployments deployment cobrowse session Id too many requests response has a 5xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests) IsSuccess

IsSuccess returns true when this delete webdeployments deployment cobrowse session Id too many requests response has a 2xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests) String

type DeleteWebdeploymentsDeploymentCobrowseSessionIDUnauthorized

type DeleteWebdeploymentsDeploymentCobrowseSessionIDUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDUnauthorized

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDUnauthorized() *DeleteWebdeploymentsDeploymentCobrowseSessionIDUnauthorized

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDUnauthorized creates a DeleteWebdeploymentsDeploymentCobrowseSessionIDUnauthorized with default headers values

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDUnauthorized) Error

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDUnauthorized) GetPayload

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDUnauthorized) IsClientError

IsClientError returns true when this delete webdeployments deployment cobrowse session Id unauthorized response has a 4xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDUnauthorized) IsCode

IsCode returns true when this delete webdeployments deployment cobrowse session Id unauthorized response a status code equal to that given

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDUnauthorized) IsRedirect

IsRedirect returns true when this delete webdeployments deployment cobrowse session Id unauthorized response has a 3xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDUnauthorized) IsServerError

IsServerError returns true when this delete webdeployments deployment cobrowse session Id unauthorized response has a 5xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDUnauthorized) IsSuccess

IsSuccess returns true when this delete webdeployments deployment cobrowse session Id unauthorized response has a 2xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDUnauthorized) String

type DeleteWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType

type DeleteWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType 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 NewDeleteWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType

func NewDeleteWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType() *DeleteWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType

NewDeleteWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType creates a DeleteWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType with default headers values

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType) Error

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType) GetPayload

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType) IsClientError

IsClientError returns true when this delete webdeployments deployment cobrowse session Id unsupported media type response has a 4xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType) IsCode

IsCode returns true when this delete webdeployments deployment cobrowse session Id unsupported media type response a status code equal to that given

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete webdeployments deployment cobrowse session Id unsupported media type response has a 3xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType) IsServerError

IsServerError returns true when this delete webdeployments deployment cobrowse session Id unsupported media type response has a 5xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete webdeployments deployment cobrowse session Id unsupported media type response has a 2xx status code

func (*DeleteWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType) String

type DeleteWebdeploymentsDeploymentForbidden

type DeleteWebdeploymentsDeploymentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteWebdeploymentsDeploymentForbidden

func NewDeleteWebdeploymentsDeploymentForbidden() *DeleteWebdeploymentsDeploymentForbidden

NewDeleteWebdeploymentsDeploymentForbidden creates a DeleteWebdeploymentsDeploymentForbidden with default headers values

func (*DeleteWebdeploymentsDeploymentForbidden) Error

func (*DeleteWebdeploymentsDeploymentForbidden) GetPayload

func (*DeleteWebdeploymentsDeploymentForbidden) IsClientError

func (o *DeleteWebdeploymentsDeploymentForbidden) IsClientError() bool

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

func (*DeleteWebdeploymentsDeploymentForbidden) IsCode

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

func (*DeleteWebdeploymentsDeploymentForbidden) IsRedirect

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

func (*DeleteWebdeploymentsDeploymentForbidden) IsServerError

func (o *DeleteWebdeploymentsDeploymentForbidden) IsServerError() bool

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

func (*DeleteWebdeploymentsDeploymentForbidden) IsSuccess

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

func (*DeleteWebdeploymentsDeploymentForbidden) String

type DeleteWebdeploymentsDeploymentGatewayTimeout

type DeleteWebdeploymentsDeploymentGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteWebdeploymentsDeploymentGatewayTimeout

func NewDeleteWebdeploymentsDeploymentGatewayTimeout() *DeleteWebdeploymentsDeploymentGatewayTimeout

NewDeleteWebdeploymentsDeploymentGatewayTimeout creates a DeleteWebdeploymentsDeploymentGatewayTimeout with default headers values

func (*DeleteWebdeploymentsDeploymentGatewayTimeout) Error

func (*DeleteWebdeploymentsDeploymentGatewayTimeout) GetPayload

func (*DeleteWebdeploymentsDeploymentGatewayTimeout) IsClientError

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

func (*DeleteWebdeploymentsDeploymentGatewayTimeout) IsCode

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

func (*DeleteWebdeploymentsDeploymentGatewayTimeout) IsRedirect

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

func (*DeleteWebdeploymentsDeploymentGatewayTimeout) IsServerError

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

func (*DeleteWebdeploymentsDeploymentGatewayTimeout) IsSuccess

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

func (*DeleteWebdeploymentsDeploymentGatewayTimeout) String

type DeleteWebdeploymentsDeploymentInternalServerError

type DeleteWebdeploymentsDeploymentInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsDeploymentInternalServerError 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 NewDeleteWebdeploymentsDeploymentInternalServerError

func NewDeleteWebdeploymentsDeploymentInternalServerError() *DeleteWebdeploymentsDeploymentInternalServerError

NewDeleteWebdeploymentsDeploymentInternalServerError creates a DeleteWebdeploymentsDeploymentInternalServerError with default headers values

func (*DeleteWebdeploymentsDeploymentInternalServerError) Error

func (*DeleteWebdeploymentsDeploymentInternalServerError) GetPayload

func (*DeleteWebdeploymentsDeploymentInternalServerError) IsClientError

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

func (*DeleteWebdeploymentsDeploymentInternalServerError) IsCode

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

func (*DeleteWebdeploymentsDeploymentInternalServerError) IsRedirect

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

func (*DeleteWebdeploymentsDeploymentInternalServerError) IsServerError

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

func (*DeleteWebdeploymentsDeploymentInternalServerError) IsSuccess

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

func (*DeleteWebdeploymentsDeploymentInternalServerError) String

type DeleteWebdeploymentsDeploymentNoContent

type DeleteWebdeploymentsDeploymentNoContent struct {
}

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

The deployment was deleted successfully

func NewDeleteWebdeploymentsDeploymentNoContent

func NewDeleteWebdeploymentsDeploymentNoContent() *DeleteWebdeploymentsDeploymentNoContent

NewDeleteWebdeploymentsDeploymentNoContent creates a DeleteWebdeploymentsDeploymentNoContent with default headers values

func (*DeleteWebdeploymentsDeploymentNoContent) Error

func (*DeleteWebdeploymentsDeploymentNoContent) IsClientError

func (o *DeleteWebdeploymentsDeploymentNoContent) IsClientError() bool

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

func (*DeleteWebdeploymentsDeploymentNoContent) IsCode

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

func (*DeleteWebdeploymentsDeploymentNoContent) IsRedirect

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

func (*DeleteWebdeploymentsDeploymentNoContent) IsServerError

func (o *DeleteWebdeploymentsDeploymentNoContent) IsServerError() bool

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

func (*DeleteWebdeploymentsDeploymentNoContent) IsSuccess

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

func (*DeleteWebdeploymentsDeploymentNoContent) String

type DeleteWebdeploymentsDeploymentNotFound

type DeleteWebdeploymentsDeploymentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteWebdeploymentsDeploymentNotFound

func NewDeleteWebdeploymentsDeploymentNotFound() *DeleteWebdeploymentsDeploymentNotFound

NewDeleteWebdeploymentsDeploymentNotFound creates a DeleteWebdeploymentsDeploymentNotFound with default headers values

func (*DeleteWebdeploymentsDeploymentNotFound) Error

func (*DeleteWebdeploymentsDeploymentNotFound) GetPayload

func (*DeleteWebdeploymentsDeploymentNotFound) IsClientError

func (o *DeleteWebdeploymentsDeploymentNotFound) IsClientError() bool

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

func (*DeleteWebdeploymentsDeploymentNotFound) IsCode

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

func (*DeleteWebdeploymentsDeploymentNotFound) IsRedirect

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

func (*DeleteWebdeploymentsDeploymentNotFound) IsServerError

func (o *DeleteWebdeploymentsDeploymentNotFound) IsServerError() bool

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

func (*DeleteWebdeploymentsDeploymentNotFound) IsSuccess

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

func (*DeleteWebdeploymentsDeploymentNotFound) String

type DeleteWebdeploymentsDeploymentParams

type DeleteWebdeploymentsDeploymentParams struct {

	/* DeploymentID.

	   The deployment ID
	*/
	DeploymentID string

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

DeleteWebdeploymentsDeploymentParams contains all the parameters to send to the API endpoint

for the delete webdeployments deployment operation.

Typically these are written to a http.Request.

func NewDeleteWebdeploymentsDeploymentParams

func NewDeleteWebdeploymentsDeploymentParams() *DeleteWebdeploymentsDeploymentParams

NewDeleteWebdeploymentsDeploymentParams creates a new DeleteWebdeploymentsDeploymentParams 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 NewDeleteWebdeploymentsDeploymentParamsWithContext

func NewDeleteWebdeploymentsDeploymentParamsWithContext(ctx context.Context) *DeleteWebdeploymentsDeploymentParams

NewDeleteWebdeploymentsDeploymentParamsWithContext creates a new DeleteWebdeploymentsDeploymentParams object with the ability to set a context for a request.

func NewDeleteWebdeploymentsDeploymentParamsWithHTTPClient

func NewDeleteWebdeploymentsDeploymentParamsWithHTTPClient(client *http.Client) *DeleteWebdeploymentsDeploymentParams

NewDeleteWebdeploymentsDeploymentParamsWithHTTPClient creates a new DeleteWebdeploymentsDeploymentParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteWebdeploymentsDeploymentParamsWithTimeout

func NewDeleteWebdeploymentsDeploymentParamsWithTimeout(timeout time.Duration) *DeleteWebdeploymentsDeploymentParams

NewDeleteWebdeploymentsDeploymentParamsWithTimeout creates a new DeleteWebdeploymentsDeploymentParams object with the ability to set a timeout on a request.

func (*DeleteWebdeploymentsDeploymentParams) SetContext

SetContext adds the context to the delete webdeployments deployment params

func (*DeleteWebdeploymentsDeploymentParams) SetDefaults

func (o *DeleteWebdeploymentsDeploymentParams) SetDefaults()

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

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

func (*DeleteWebdeploymentsDeploymentParams) SetDeploymentID

func (o *DeleteWebdeploymentsDeploymentParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the delete webdeployments deployment params

func (*DeleteWebdeploymentsDeploymentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete webdeployments deployment params

func (*DeleteWebdeploymentsDeploymentParams) SetTimeout

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

SetTimeout adds the timeout to the delete webdeployments deployment params

func (*DeleteWebdeploymentsDeploymentParams) WithContext

WithContext adds the context to the delete webdeployments deployment params

func (*DeleteWebdeploymentsDeploymentParams) WithDefaults

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

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

func (*DeleteWebdeploymentsDeploymentParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the delete webdeployments deployment params

func (*DeleteWebdeploymentsDeploymentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete webdeployments deployment params

func (*DeleteWebdeploymentsDeploymentParams) WithTimeout

WithTimeout adds the timeout to the delete webdeployments deployment params

func (*DeleteWebdeploymentsDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteWebdeploymentsDeploymentReader

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

DeleteWebdeploymentsDeploymentReader is a Reader for the DeleteWebdeploymentsDeployment structure.

func (*DeleteWebdeploymentsDeploymentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteWebdeploymentsDeploymentRequestEntityTooLarge

type DeleteWebdeploymentsDeploymentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteWebdeploymentsDeploymentRequestEntityTooLarge

func NewDeleteWebdeploymentsDeploymentRequestEntityTooLarge() *DeleteWebdeploymentsDeploymentRequestEntityTooLarge

NewDeleteWebdeploymentsDeploymentRequestEntityTooLarge creates a DeleteWebdeploymentsDeploymentRequestEntityTooLarge with default headers values

func (*DeleteWebdeploymentsDeploymentRequestEntityTooLarge) Error

func (*DeleteWebdeploymentsDeploymentRequestEntityTooLarge) GetPayload

func (*DeleteWebdeploymentsDeploymentRequestEntityTooLarge) IsClientError

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

func (*DeleteWebdeploymentsDeploymentRequestEntityTooLarge) IsCode

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

func (*DeleteWebdeploymentsDeploymentRequestEntityTooLarge) IsRedirect

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

func (*DeleteWebdeploymentsDeploymentRequestEntityTooLarge) IsServerError

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

func (*DeleteWebdeploymentsDeploymentRequestEntityTooLarge) IsSuccess

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

func (*DeleteWebdeploymentsDeploymentRequestEntityTooLarge) String

type DeleteWebdeploymentsDeploymentRequestTimeout

type DeleteWebdeploymentsDeploymentRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsDeploymentRequestTimeout 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 NewDeleteWebdeploymentsDeploymentRequestTimeout

func NewDeleteWebdeploymentsDeploymentRequestTimeout() *DeleteWebdeploymentsDeploymentRequestTimeout

NewDeleteWebdeploymentsDeploymentRequestTimeout creates a DeleteWebdeploymentsDeploymentRequestTimeout with default headers values

func (*DeleteWebdeploymentsDeploymentRequestTimeout) Error

func (*DeleteWebdeploymentsDeploymentRequestTimeout) GetPayload

func (*DeleteWebdeploymentsDeploymentRequestTimeout) IsClientError

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

func (*DeleteWebdeploymentsDeploymentRequestTimeout) IsCode

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

func (*DeleteWebdeploymentsDeploymentRequestTimeout) IsRedirect

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

func (*DeleteWebdeploymentsDeploymentRequestTimeout) IsServerError

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

func (*DeleteWebdeploymentsDeploymentRequestTimeout) IsSuccess

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

func (*DeleteWebdeploymentsDeploymentRequestTimeout) String

type DeleteWebdeploymentsDeploymentServiceUnavailable

type DeleteWebdeploymentsDeploymentServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsDeploymentServiceUnavailable 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 NewDeleteWebdeploymentsDeploymentServiceUnavailable

func NewDeleteWebdeploymentsDeploymentServiceUnavailable() *DeleteWebdeploymentsDeploymentServiceUnavailable

NewDeleteWebdeploymentsDeploymentServiceUnavailable creates a DeleteWebdeploymentsDeploymentServiceUnavailable with default headers values

func (*DeleteWebdeploymentsDeploymentServiceUnavailable) Error

func (*DeleteWebdeploymentsDeploymentServiceUnavailable) GetPayload

func (*DeleteWebdeploymentsDeploymentServiceUnavailable) IsClientError

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

func (*DeleteWebdeploymentsDeploymentServiceUnavailable) IsCode

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

func (*DeleteWebdeploymentsDeploymentServiceUnavailable) IsRedirect

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

func (*DeleteWebdeploymentsDeploymentServiceUnavailable) IsServerError

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

func (*DeleteWebdeploymentsDeploymentServiceUnavailable) IsSuccess

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

func (*DeleteWebdeploymentsDeploymentServiceUnavailable) String

type DeleteWebdeploymentsDeploymentTooManyRequests

type DeleteWebdeploymentsDeploymentTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteWebdeploymentsDeploymentTooManyRequests

func NewDeleteWebdeploymentsDeploymentTooManyRequests() *DeleteWebdeploymentsDeploymentTooManyRequests

NewDeleteWebdeploymentsDeploymentTooManyRequests creates a DeleteWebdeploymentsDeploymentTooManyRequests with default headers values

func (*DeleteWebdeploymentsDeploymentTooManyRequests) Error

func (*DeleteWebdeploymentsDeploymentTooManyRequests) GetPayload

func (*DeleteWebdeploymentsDeploymentTooManyRequests) IsClientError

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

func (*DeleteWebdeploymentsDeploymentTooManyRequests) IsCode

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

func (*DeleteWebdeploymentsDeploymentTooManyRequests) IsRedirect

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

func (*DeleteWebdeploymentsDeploymentTooManyRequests) IsServerError

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

func (*DeleteWebdeploymentsDeploymentTooManyRequests) IsSuccess

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

func (*DeleteWebdeploymentsDeploymentTooManyRequests) String

type DeleteWebdeploymentsDeploymentUnauthorized

type DeleteWebdeploymentsDeploymentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteWebdeploymentsDeploymentUnauthorized

func NewDeleteWebdeploymentsDeploymentUnauthorized() *DeleteWebdeploymentsDeploymentUnauthorized

NewDeleteWebdeploymentsDeploymentUnauthorized creates a DeleteWebdeploymentsDeploymentUnauthorized with default headers values

func (*DeleteWebdeploymentsDeploymentUnauthorized) Error

func (*DeleteWebdeploymentsDeploymentUnauthorized) GetPayload

func (*DeleteWebdeploymentsDeploymentUnauthorized) IsClientError

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

func (*DeleteWebdeploymentsDeploymentUnauthorized) IsCode

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

func (*DeleteWebdeploymentsDeploymentUnauthorized) IsRedirect

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

func (*DeleteWebdeploymentsDeploymentUnauthorized) IsServerError

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

func (*DeleteWebdeploymentsDeploymentUnauthorized) IsSuccess

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

func (*DeleteWebdeploymentsDeploymentUnauthorized) String

type DeleteWebdeploymentsDeploymentUnsupportedMediaType

type DeleteWebdeploymentsDeploymentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsDeploymentUnsupportedMediaType 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 NewDeleteWebdeploymentsDeploymentUnsupportedMediaType

func NewDeleteWebdeploymentsDeploymentUnsupportedMediaType() *DeleteWebdeploymentsDeploymentUnsupportedMediaType

NewDeleteWebdeploymentsDeploymentUnsupportedMediaType creates a DeleteWebdeploymentsDeploymentUnsupportedMediaType with default headers values

func (*DeleteWebdeploymentsDeploymentUnsupportedMediaType) Error

func (*DeleteWebdeploymentsDeploymentUnsupportedMediaType) GetPayload

func (*DeleteWebdeploymentsDeploymentUnsupportedMediaType) IsClientError

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

func (*DeleteWebdeploymentsDeploymentUnsupportedMediaType) IsCode

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

func (*DeleteWebdeploymentsDeploymentUnsupportedMediaType) IsRedirect

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

func (*DeleteWebdeploymentsDeploymentUnsupportedMediaType) IsServerError

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

func (*DeleteWebdeploymentsDeploymentUnsupportedMediaType) IsSuccess

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

func (*DeleteWebdeploymentsDeploymentUnsupportedMediaType) String

type DeleteWebdeploymentsTokenRevokeBadRequest

type DeleteWebdeploymentsTokenRevokeBadRequest struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsTokenRevokeBadRequest 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 NewDeleteWebdeploymentsTokenRevokeBadRequest

func NewDeleteWebdeploymentsTokenRevokeBadRequest() *DeleteWebdeploymentsTokenRevokeBadRequest

NewDeleteWebdeploymentsTokenRevokeBadRequest creates a DeleteWebdeploymentsTokenRevokeBadRequest with default headers values

func (*DeleteWebdeploymentsTokenRevokeBadRequest) Error

func (*DeleteWebdeploymentsTokenRevokeBadRequest) GetPayload

func (*DeleteWebdeploymentsTokenRevokeBadRequest) IsClientError

IsClientError returns true when this delete webdeployments token revoke bad request response has a 4xx status code

func (*DeleteWebdeploymentsTokenRevokeBadRequest) IsCode

IsCode returns true when this delete webdeployments token revoke bad request response a status code equal to that given

func (*DeleteWebdeploymentsTokenRevokeBadRequest) IsRedirect

IsRedirect returns true when this delete webdeployments token revoke bad request response has a 3xx status code

func (*DeleteWebdeploymentsTokenRevokeBadRequest) IsServerError

IsServerError returns true when this delete webdeployments token revoke bad request response has a 5xx status code

func (*DeleteWebdeploymentsTokenRevokeBadRequest) IsSuccess

IsSuccess returns true when this delete webdeployments token revoke bad request response has a 2xx status code

func (*DeleteWebdeploymentsTokenRevokeBadRequest) String

type DeleteWebdeploymentsTokenRevokeForbidden

type DeleteWebdeploymentsTokenRevokeForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteWebdeploymentsTokenRevokeForbidden

func NewDeleteWebdeploymentsTokenRevokeForbidden() *DeleteWebdeploymentsTokenRevokeForbidden

NewDeleteWebdeploymentsTokenRevokeForbidden creates a DeleteWebdeploymentsTokenRevokeForbidden with default headers values

func (*DeleteWebdeploymentsTokenRevokeForbidden) Error

func (*DeleteWebdeploymentsTokenRevokeForbidden) GetPayload

func (*DeleteWebdeploymentsTokenRevokeForbidden) IsClientError

IsClientError returns true when this delete webdeployments token revoke forbidden response has a 4xx status code

func (*DeleteWebdeploymentsTokenRevokeForbidden) IsCode

IsCode returns true when this delete webdeployments token revoke forbidden response a status code equal to that given

func (*DeleteWebdeploymentsTokenRevokeForbidden) IsRedirect

IsRedirect returns true when this delete webdeployments token revoke forbidden response has a 3xx status code

func (*DeleteWebdeploymentsTokenRevokeForbidden) IsServerError

IsServerError returns true when this delete webdeployments token revoke forbidden response has a 5xx status code

func (*DeleteWebdeploymentsTokenRevokeForbidden) IsSuccess

IsSuccess returns true when this delete webdeployments token revoke forbidden response has a 2xx status code

func (*DeleteWebdeploymentsTokenRevokeForbidden) String

type DeleteWebdeploymentsTokenRevokeGatewayTimeout

type DeleteWebdeploymentsTokenRevokeGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteWebdeploymentsTokenRevokeGatewayTimeout

func NewDeleteWebdeploymentsTokenRevokeGatewayTimeout() *DeleteWebdeploymentsTokenRevokeGatewayTimeout

NewDeleteWebdeploymentsTokenRevokeGatewayTimeout creates a DeleteWebdeploymentsTokenRevokeGatewayTimeout with default headers values

func (*DeleteWebdeploymentsTokenRevokeGatewayTimeout) Error

func (*DeleteWebdeploymentsTokenRevokeGatewayTimeout) GetPayload

func (*DeleteWebdeploymentsTokenRevokeGatewayTimeout) IsClientError

IsClientError returns true when this delete webdeployments token revoke gateway timeout response has a 4xx status code

func (*DeleteWebdeploymentsTokenRevokeGatewayTimeout) IsCode

IsCode returns true when this delete webdeployments token revoke gateway timeout response a status code equal to that given

func (*DeleteWebdeploymentsTokenRevokeGatewayTimeout) IsRedirect

IsRedirect returns true when this delete webdeployments token revoke gateway timeout response has a 3xx status code

func (*DeleteWebdeploymentsTokenRevokeGatewayTimeout) IsServerError

IsServerError returns true when this delete webdeployments token revoke gateway timeout response has a 5xx status code

func (*DeleteWebdeploymentsTokenRevokeGatewayTimeout) IsSuccess

IsSuccess returns true when this delete webdeployments token revoke gateway timeout response has a 2xx status code

func (*DeleteWebdeploymentsTokenRevokeGatewayTimeout) String

type DeleteWebdeploymentsTokenRevokeInternalServerError

type DeleteWebdeploymentsTokenRevokeInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsTokenRevokeInternalServerError 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 NewDeleteWebdeploymentsTokenRevokeInternalServerError

func NewDeleteWebdeploymentsTokenRevokeInternalServerError() *DeleteWebdeploymentsTokenRevokeInternalServerError

NewDeleteWebdeploymentsTokenRevokeInternalServerError creates a DeleteWebdeploymentsTokenRevokeInternalServerError with default headers values

func (*DeleteWebdeploymentsTokenRevokeInternalServerError) Error

func (*DeleteWebdeploymentsTokenRevokeInternalServerError) GetPayload

func (*DeleteWebdeploymentsTokenRevokeInternalServerError) IsClientError

IsClientError returns true when this delete webdeployments token revoke internal server error response has a 4xx status code

func (*DeleteWebdeploymentsTokenRevokeInternalServerError) IsCode

IsCode returns true when this delete webdeployments token revoke internal server error response a status code equal to that given

func (*DeleteWebdeploymentsTokenRevokeInternalServerError) IsRedirect

IsRedirect returns true when this delete webdeployments token revoke internal server error response has a 3xx status code

func (*DeleteWebdeploymentsTokenRevokeInternalServerError) IsServerError

IsServerError returns true when this delete webdeployments token revoke internal server error response has a 5xx status code

func (*DeleteWebdeploymentsTokenRevokeInternalServerError) IsSuccess

IsSuccess returns true when this delete webdeployments token revoke internal server error response has a 2xx status code

func (*DeleteWebdeploymentsTokenRevokeInternalServerError) String

type DeleteWebdeploymentsTokenRevokeNoContent

type DeleteWebdeploymentsTokenRevokeNoContent struct {
}
DeleteWebdeploymentsTokenRevokeNoContent describes a response with status code 204, with default header values.

Revoke any tokens associate with the JWT.

If the JWT is expired the refresh endpoint should be called to obtain a valid JWT and this endpoint called again.

func NewDeleteWebdeploymentsTokenRevokeNoContent

func NewDeleteWebdeploymentsTokenRevokeNoContent() *DeleteWebdeploymentsTokenRevokeNoContent

NewDeleteWebdeploymentsTokenRevokeNoContent creates a DeleteWebdeploymentsTokenRevokeNoContent with default headers values

func (*DeleteWebdeploymentsTokenRevokeNoContent) Error

func (*DeleteWebdeploymentsTokenRevokeNoContent) IsClientError

IsClientError returns true when this delete webdeployments token revoke no content response has a 4xx status code

func (*DeleteWebdeploymentsTokenRevokeNoContent) IsCode

IsCode returns true when this delete webdeployments token revoke no content response a status code equal to that given

func (*DeleteWebdeploymentsTokenRevokeNoContent) IsRedirect

IsRedirect returns true when this delete webdeployments token revoke no content response has a 3xx status code

func (*DeleteWebdeploymentsTokenRevokeNoContent) IsServerError

IsServerError returns true when this delete webdeployments token revoke no content response has a 5xx status code

func (*DeleteWebdeploymentsTokenRevokeNoContent) IsSuccess

IsSuccess returns true when this delete webdeployments token revoke no content response has a 2xx status code

func (*DeleteWebdeploymentsTokenRevokeNoContent) String

type DeleteWebdeploymentsTokenRevokeNotFound

type DeleteWebdeploymentsTokenRevokeNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteWebdeploymentsTokenRevokeNotFound

func NewDeleteWebdeploymentsTokenRevokeNotFound() *DeleteWebdeploymentsTokenRevokeNotFound

NewDeleteWebdeploymentsTokenRevokeNotFound creates a DeleteWebdeploymentsTokenRevokeNotFound with default headers values

func (*DeleteWebdeploymentsTokenRevokeNotFound) Error

func (*DeleteWebdeploymentsTokenRevokeNotFound) GetPayload

func (*DeleteWebdeploymentsTokenRevokeNotFound) IsClientError

func (o *DeleteWebdeploymentsTokenRevokeNotFound) IsClientError() bool

IsClientError returns true when this delete webdeployments token revoke not found response has a 4xx status code

func (*DeleteWebdeploymentsTokenRevokeNotFound) IsCode

IsCode returns true when this delete webdeployments token revoke not found response a status code equal to that given

func (*DeleteWebdeploymentsTokenRevokeNotFound) IsRedirect

IsRedirect returns true when this delete webdeployments token revoke not found response has a 3xx status code

func (*DeleteWebdeploymentsTokenRevokeNotFound) IsServerError

func (o *DeleteWebdeploymentsTokenRevokeNotFound) IsServerError() bool

IsServerError returns true when this delete webdeployments token revoke not found response has a 5xx status code

func (*DeleteWebdeploymentsTokenRevokeNotFound) IsSuccess

IsSuccess returns true when this delete webdeployments token revoke not found response has a 2xx status code

func (*DeleteWebdeploymentsTokenRevokeNotFound) String

type DeleteWebdeploymentsTokenRevokeParams

type DeleteWebdeploymentsTokenRevokeParams struct {

	/* XJourneySessionID.

	   The Customer's journey sessionId.
	*/
	XJourneySessionID *string

	/* XJourneySessionType.

	   The Customer's journey session type.
	*/
	XJourneySessionType *string

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

DeleteWebdeploymentsTokenRevokeParams contains all the parameters to send to the API endpoint

for the delete webdeployments token revoke operation.

Typically these are written to a http.Request.

func NewDeleteWebdeploymentsTokenRevokeParams

func NewDeleteWebdeploymentsTokenRevokeParams() *DeleteWebdeploymentsTokenRevokeParams

NewDeleteWebdeploymentsTokenRevokeParams creates a new DeleteWebdeploymentsTokenRevokeParams 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 NewDeleteWebdeploymentsTokenRevokeParamsWithContext

func NewDeleteWebdeploymentsTokenRevokeParamsWithContext(ctx context.Context) *DeleteWebdeploymentsTokenRevokeParams

NewDeleteWebdeploymentsTokenRevokeParamsWithContext creates a new DeleteWebdeploymentsTokenRevokeParams object with the ability to set a context for a request.

func NewDeleteWebdeploymentsTokenRevokeParamsWithHTTPClient

func NewDeleteWebdeploymentsTokenRevokeParamsWithHTTPClient(client *http.Client) *DeleteWebdeploymentsTokenRevokeParams

NewDeleteWebdeploymentsTokenRevokeParamsWithHTTPClient creates a new DeleteWebdeploymentsTokenRevokeParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteWebdeploymentsTokenRevokeParamsWithTimeout

func NewDeleteWebdeploymentsTokenRevokeParamsWithTimeout(timeout time.Duration) *DeleteWebdeploymentsTokenRevokeParams

NewDeleteWebdeploymentsTokenRevokeParamsWithTimeout creates a new DeleteWebdeploymentsTokenRevokeParams object with the ability to set a timeout on a request.

func (*DeleteWebdeploymentsTokenRevokeParams) SetContext

SetContext adds the context to the delete webdeployments token revoke params

func (*DeleteWebdeploymentsTokenRevokeParams) SetDefaults

func (o *DeleteWebdeploymentsTokenRevokeParams) SetDefaults()

SetDefaults hydrates default values in the delete webdeployments token revoke params (not the query body).

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

func (*DeleteWebdeploymentsTokenRevokeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete webdeployments token revoke params

func (*DeleteWebdeploymentsTokenRevokeParams) SetTimeout

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

SetTimeout adds the timeout to the delete webdeployments token revoke params

func (*DeleteWebdeploymentsTokenRevokeParams) SetXJourneySessionID

func (o *DeleteWebdeploymentsTokenRevokeParams) SetXJourneySessionID(xJourneySessionID *string)

SetXJourneySessionID adds the xJourneySessionId to the delete webdeployments token revoke params

func (*DeleteWebdeploymentsTokenRevokeParams) SetXJourneySessionType

func (o *DeleteWebdeploymentsTokenRevokeParams) SetXJourneySessionType(xJourneySessionType *string)

SetXJourneySessionType adds the xJourneySessionType to the delete webdeployments token revoke params

func (*DeleteWebdeploymentsTokenRevokeParams) WithContext

WithContext adds the context to the delete webdeployments token revoke params

func (*DeleteWebdeploymentsTokenRevokeParams) WithDefaults

WithDefaults hydrates default values in the delete webdeployments token revoke params (not the query body).

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

func (*DeleteWebdeploymentsTokenRevokeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete webdeployments token revoke params

func (*DeleteWebdeploymentsTokenRevokeParams) WithTimeout

WithTimeout adds the timeout to the delete webdeployments token revoke params

func (*DeleteWebdeploymentsTokenRevokeParams) WithXJourneySessionID

func (o *DeleteWebdeploymentsTokenRevokeParams) WithXJourneySessionID(xJourneySessionID *string) *DeleteWebdeploymentsTokenRevokeParams

WithXJourneySessionID adds the xJourneySessionID to the delete webdeployments token revoke params

func (*DeleteWebdeploymentsTokenRevokeParams) WithXJourneySessionType

func (o *DeleteWebdeploymentsTokenRevokeParams) WithXJourneySessionType(xJourneySessionType *string) *DeleteWebdeploymentsTokenRevokeParams

WithXJourneySessionType adds the xJourneySessionType to the delete webdeployments token revoke params

func (*DeleteWebdeploymentsTokenRevokeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteWebdeploymentsTokenRevokeReader

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

DeleteWebdeploymentsTokenRevokeReader is a Reader for the DeleteWebdeploymentsTokenRevoke structure.

func (*DeleteWebdeploymentsTokenRevokeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteWebdeploymentsTokenRevokeRequestEntityTooLarge

type DeleteWebdeploymentsTokenRevokeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteWebdeploymentsTokenRevokeRequestEntityTooLarge

func NewDeleteWebdeploymentsTokenRevokeRequestEntityTooLarge() *DeleteWebdeploymentsTokenRevokeRequestEntityTooLarge

NewDeleteWebdeploymentsTokenRevokeRequestEntityTooLarge creates a DeleteWebdeploymentsTokenRevokeRequestEntityTooLarge with default headers values

func (*DeleteWebdeploymentsTokenRevokeRequestEntityTooLarge) Error

func (*DeleteWebdeploymentsTokenRevokeRequestEntityTooLarge) GetPayload

func (*DeleteWebdeploymentsTokenRevokeRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete webdeployments token revoke request entity too large response has a 4xx status code

func (*DeleteWebdeploymentsTokenRevokeRequestEntityTooLarge) IsCode

IsCode returns true when this delete webdeployments token revoke request entity too large response a status code equal to that given

func (*DeleteWebdeploymentsTokenRevokeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete webdeployments token revoke request entity too large response has a 3xx status code

func (*DeleteWebdeploymentsTokenRevokeRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete webdeployments token revoke request entity too large response has a 5xx status code

func (*DeleteWebdeploymentsTokenRevokeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete webdeployments token revoke request entity too large response has a 2xx status code

func (*DeleteWebdeploymentsTokenRevokeRequestEntityTooLarge) String

type DeleteWebdeploymentsTokenRevokeRequestTimeout

type DeleteWebdeploymentsTokenRevokeRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsTokenRevokeRequestTimeout 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 NewDeleteWebdeploymentsTokenRevokeRequestTimeout

func NewDeleteWebdeploymentsTokenRevokeRequestTimeout() *DeleteWebdeploymentsTokenRevokeRequestTimeout

NewDeleteWebdeploymentsTokenRevokeRequestTimeout creates a DeleteWebdeploymentsTokenRevokeRequestTimeout with default headers values

func (*DeleteWebdeploymentsTokenRevokeRequestTimeout) Error

func (*DeleteWebdeploymentsTokenRevokeRequestTimeout) GetPayload

func (*DeleteWebdeploymentsTokenRevokeRequestTimeout) IsClientError

IsClientError returns true when this delete webdeployments token revoke request timeout response has a 4xx status code

func (*DeleteWebdeploymentsTokenRevokeRequestTimeout) IsCode

IsCode returns true when this delete webdeployments token revoke request timeout response a status code equal to that given

func (*DeleteWebdeploymentsTokenRevokeRequestTimeout) IsRedirect

IsRedirect returns true when this delete webdeployments token revoke request timeout response has a 3xx status code

func (*DeleteWebdeploymentsTokenRevokeRequestTimeout) IsServerError

IsServerError returns true when this delete webdeployments token revoke request timeout response has a 5xx status code

func (*DeleteWebdeploymentsTokenRevokeRequestTimeout) IsSuccess

IsSuccess returns true when this delete webdeployments token revoke request timeout response has a 2xx status code

func (*DeleteWebdeploymentsTokenRevokeRequestTimeout) String

type DeleteWebdeploymentsTokenRevokeServiceUnavailable

type DeleteWebdeploymentsTokenRevokeServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsTokenRevokeServiceUnavailable 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 NewDeleteWebdeploymentsTokenRevokeServiceUnavailable

func NewDeleteWebdeploymentsTokenRevokeServiceUnavailable() *DeleteWebdeploymentsTokenRevokeServiceUnavailable

NewDeleteWebdeploymentsTokenRevokeServiceUnavailable creates a DeleteWebdeploymentsTokenRevokeServiceUnavailable with default headers values

func (*DeleteWebdeploymentsTokenRevokeServiceUnavailable) Error

func (*DeleteWebdeploymentsTokenRevokeServiceUnavailable) GetPayload

func (*DeleteWebdeploymentsTokenRevokeServiceUnavailable) IsClientError

IsClientError returns true when this delete webdeployments token revoke service unavailable response has a 4xx status code

func (*DeleteWebdeploymentsTokenRevokeServiceUnavailable) IsCode

IsCode returns true when this delete webdeployments token revoke service unavailable response a status code equal to that given

func (*DeleteWebdeploymentsTokenRevokeServiceUnavailable) IsRedirect

IsRedirect returns true when this delete webdeployments token revoke service unavailable response has a 3xx status code

func (*DeleteWebdeploymentsTokenRevokeServiceUnavailable) IsServerError

IsServerError returns true when this delete webdeployments token revoke service unavailable response has a 5xx status code

func (*DeleteWebdeploymentsTokenRevokeServiceUnavailable) IsSuccess

IsSuccess returns true when this delete webdeployments token revoke service unavailable response has a 2xx status code

func (*DeleteWebdeploymentsTokenRevokeServiceUnavailable) String

type DeleteWebdeploymentsTokenRevokeTooManyRequests

type DeleteWebdeploymentsTokenRevokeTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteWebdeploymentsTokenRevokeTooManyRequests

func NewDeleteWebdeploymentsTokenRevokeTooManyRequests() *DeleteWebdeploymentsTokenRevokeTooManyRequests

NewDeleteWebdeploymentsTokenRevokeTooManyRequests creates a DeleteWebdeploymentsTokenRevokeTooManyRequests with default headers values

func (*DeleteWebdeploymentsTokenRevokeTooManyRequests) Error

func (*DeleteWebdeploymentsTokenRevokeTooManyRequests) GetPayload

func (*DeleteWebdeploymentsTokenRevokeTooManyRequests) IsClientError

IsClientError returns true when this delete webdeployments token revoke too many requests response has a 4xx status code

func (*DeleteWebdeploymentsTokenRevokeTooManyRequests) IsCode

IsCode returns true when this delete webdeployments token revoke too many requests response a status code equal to that given

func (*DeleteWebdeploymentsTokenRevokeTooManyRequests) IsRedirect

IsRedirect returns true when this delete webdeployments token revoke too many requests response has a 3xx status code

func (*DeleteWebdeploymentsTokenRevokeTooManyRequests) IsServerError

IsServerError returns true when this delete webdeployments token revoke too many requests response has a 5xx status code

func (*DeleteWebdeploymentsTokenRevokeTooManyRequests) IsSuccess

IsSuccess returns true when this delete webdeployments token revoke too many requests response has a 2xx status code

func (*DeleteWebdeploymentsTokenRevokeTooManyRequests) String

type DeleteWebdeploymentsTokenRevokeUnauthorized

type DeleteWebdeploymentsTokenRevokeUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteWebdeploymentsTokenRevokeUnauthorized

func NewDeleteWebdeploymentsTokenRevokeUnauthorized() *DeleteWebdeploymentsTokenRevokeUnauthorized

NewDeleteWebdeploymentsTokenRevokeUnauthorized creates a DeleteWebdeploymentsTokenRevokeUnauthorized with default headers values

func (*DeleteWebdeploymentsTokenRevokeUnauthorized) Error

func (*DeleteWebdeploymentsTokenRevokeUnauthorized) GetPayload

func (*DeleteWebdeploymentsTokenRevokeUnauthorized) IsClientError

IsClientError returns true when this delete webdeployments token revoke unauthorized response has a 4xx status code

func (*DeleteWebdeploymentsTokenRevokeUnauthorized) IsCode

IsCode returns true when this delete webdeployments token revoke unauthorized response a status code equal to that given

func (*DeleteWebdeploymentsTokenRevokeUnauthorized) IsRedirect

IsRedirect returns true when this delete webdeployments token revoke unauthorized response has a 3xx status code

func (*DeleteWebdeploymentsTokenRevokeUnauthorized) IsServerError

IsServerError returns true when this delete webdeployments token revoke unauthorized response has a 5xx status code

func (*DeleteWebdeploymentsTokenRevokeUnauthorized) IsSuccess

IsSuccess returns true when this delete webdeployments token revoke unauthorized response has a 2xx status code

func (*DeleteWebdeploymentsTokenRevokeUnauthorized) String

type DeleteWebdeploymentsTokenRevokeUnsupportedMediaType

type DeleteWebdeploymentsTokenRevokeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteWebdeploymentsTokenRevokeUnsupportedMediaType 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 NewDeleteWebdeploymentsTokenRevokeUnsupportedMediaType

func NewDeleteWebdeploymentsTokenRevokeUnsupportedMediaType() *DeleteWebdeploymentsTokenRevokeUnsupportedMediaType

NewDeleteWebdeploymentsTokenRevokeUnsupportedMediaType creates a DeleteWebdeploymentsTokenRevokeUnsupportedMediaType with default headers values

func (*DeleteWebdeploymentsTokenRevokeUnsupportedMediaType) Error

func (*DeleteWebdeploymentsTokenRevokeUnsupportedMediaType) GetPayload

func (*DeleteWebdeploymentsTokenRevokeUnsupportedMediaType) IsClientError

IsClientError returns true when this delete webdeployments token revoke unsupported media type response has a 4xx status code

func (*DeleteWebdeploymentsTokenRevokeUnsupportedMediaType) IsCode

IsCode returns true when this delete webdeployments token revoke unsupported media type response a status code equal to that given

func (*DeleteWebdeploymentsTokenRevokeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete webdeployments token revoke unsupported media type response has a 3xx status code

func (*DeleteWebdeploymentsTokenRevokeUnsupportedMediaType) IsServerError

IsServerError returns true when this delete webdeployments token revoke unsupported media type response has a 5xx status code

func (*DeleteWebdeploymentsTokenRevokeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete webdeployments token revoke unsupported media type response has a 2xx status code

func (*DeleteWebdeploymentsTokenRevokeUnsupportedMediaType) String

type GetWebdeploymentsConfigurationVersionBadRequest

type GetWebdeploymentsConfigurationVersionBadRequest struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationVersionBadRequest 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 NewGetWebdeploymentsConfigurationVersionBadRequest

func NewGetWebdeploymentsConfigurationVersionBadRequest() *GetWebdeploymentsConfigurationVersionBadRequest

NewGetWebdeploymentsConfigurationVersionBadRequest creates a GetWebdeploymentsConfigurationVersionBadRequest with default headers values

func (*GetWebdeploymentsConfigurationVersionBadRequest) Error

func (*GetWebdeploymentsConfigurationVersionBadRequest) GetPayload

func (*GetWebdeploymentsConfigurationVersionBadRequest) IsClientError

IsClientError returns true when this get webdeployments configuration version bad request response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionBadRequest) IsCode

IsCode returns true when this get webdeployments configuration version bad request response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionBadRequest) IsRedirect

IsRedirect returns true when this get webdeployments configuration version bad request response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionBadRequest) IsServerError

IsServerError returns true when this get webdeployments configuration version bad request response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionBadRequest) IsSuccess

IsSuccess returns true when this get webdeployments configuration version bad request response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionBadRequest) String

type GetWebdeploymentsConfigurationVersionForbidden

type GetWebdeploymentsConfigurationVersionForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetWebdeploymentsConfigurationVersionForbidden

func NewGetWebdeploymentsConfigurationVersionForbidden() *GetWebdeploymentsConfigurationVersionForbidden

NewGetWebdeploymentsConfigurationVersionForbidden creates a GetWebdeploymentsConfigurationVersionForbidden with default headers values

func (*GetWebdeploymentsConfigurationVersionForbidden) Error

func (*GetWebdeploymentsConfigurationVersionForbidden) GetPayload

func (*GetWebdeploymentsConfigurationVersionForbidden) IsClientError

IsClientError returns true when this get webdeployments configuration version forbidden response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionForbidden) IsCode

IsCode returns true when this get webdeployments configuration version forbidden response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionForbidden) IsRedirect

IsRedirect returns true when this get webdeployments configuration version forbidden response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionForbidden) IsServerError

IsServerError returns true when this get webdeployments configuration version forbidden response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionForbidden) IsSuccess

IsSuccess returns true when this get webdeployments configuration version forbidden response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionForbidden) String

type GetWebdeploymentsConfigurationVersionGatewayTimeout

type GetWebdeploymentsConfigurationVersionGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetWebdeploymentsConfigurationVersionGatewayTimeout

func NewGetWebdeploymentsConfigurationVersionGatewayTimeout() *GetWebdeploymentsConfigurationVersionGatewayTimeout

NewGetWebdeploymentsConfigurationVersionGatewayTimeout creates a GetWebdeploymentsConfigurationVersionGatewayTimeout with default headers values

func (*GetWebdeploymentsConfigurationVersionGatewayTimeout) Error

func (*GetWebdeploymentsConfigurationVersionGatewayTimeout) GetPayload

func (*GetWebdeploymentsConfigurationVersionGatewayTimeout) IsClientError

IsClientError returns true when this get webdeployments configuration version gateway timeout response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionGatewayTimeout) IsCode

IsCode returns true when this get webdeployments configuration version gateway timeout response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionGatewayTimeout) IsRedirect

IsRedirect returns true when this get webdeployments configuration version gateway timeout response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionGatewayTimeout) IsServerError

IsServerError returns true when this get webdeployments configuration version gateway timeout response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionGatewayTimeout) IsSuccess

IsSuccess returns true when this get webdeployments configuration version gateway timeout response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionGatewayTimeout) String

type GetWebdeploymentsConfigurationVersionInternalServerError

type GetWebdeploymentsConfigurationVersionInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationVersionInternalServerError 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 NewGetWebdeploymentsConfigurationVersionInternalServerError

func NewGetWebdeploymentsConfigurationVersionInternalServerError() *GetWebdeploymentsConfigurationVersionInternalServerError

NewGetWebdeploymentsConfigurationVersionInternalServerError creates a GetWebdeploymentsConfigurationVersionInternalServerError with default headers values

func (*GetWebdeploymentsConfigurationVersionInternalServerError) Error

func (*GetWebdeploymentsConfigurationVersionInternalServerError) GetPayload

func (*GetWebdeploymentsConfigurationVersionInternalServerError) IsClientError

IsClientError returns true when this get webdeployments configuration version internal server error response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionInternalServerError) IsCode

IsCode returns true when this get webdeployments configuration version internal server error response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionInternalServerError) IsRedirect

IsRedirect returns true when this get webdeployments configuration version internal server error response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionInternalServerError) IsServerError

IsServerError returns true when this get webdeployments configuration version internal server error response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionInternalServerError) IsSuccess

IsSuccess returns true when this get webdeployments configuration version internal server error response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionInternalServerError) String

type GetWebdeploymentsConfigurationVersionNotFound

type GetWebdeploymentsConfigurationVersionNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetWebdeploymentsConfigurationVersionNotFound

func NewGetWebdeploymentsConfigurationVersionNotFound() *GetWebdeploymentsConfigurationVersionNotFound

NewGetWebdeploymentsConfigurationVersionNotFound creates a GetWebdeploymentsConfigurationVersionNotFound with default headers values

func (*GetWebdeploymentsConfigurationVersionNotFound) Error

func (*GetWebdeploymentsConfigurationVersionNotFound) GetPayload

func (*GetWebdeploymentsConfigurationVersionNotFound) IsClientError

IsClientError returns true when this get webdeployments configuration version not found response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionNotFound) IsCode

IsCode returns true when this get webdeployments configuration version not found response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionNotFound) IsRedirect

IsRedirect returns true when this get webdeployments configuration version not found response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionNotFound) IsServerError

IsServerError returns true when this get webdeployments configuration version not found response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionNotFound) IsSuccess

IsSuccess returns true when this get webdeployments configuration version not found response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionNotFound) String

type GetWebdeploymentsConfigurationVersionOK

type GetWebdeploymentsConfigurationVersionOK struct {
	Payload *models.WebDeploymentConfigurationVersion
}

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

successful operation

func NewGetWebdeploymentsConfigurationVersionOK

func NewGetWebdeploymentsConfigurationVersionOK() *GetWebdeploymentsConfigurationVersionOK

NewGetWebdeploymentsConfigurationVersionOK creates a GetWebdeploymentsConfigurationVersionOK with default headers values

func (*GetWebdeploymentsConfigurationVersionOK) Error

func (*GetWebdeploymentsConfigurationVersionOK) GetPayload

func (*GetWebdeploymentsConfigurationVersionOK) IsClientError

func (o *GetWebdeploymentsConfigurationVersionOK) IsClientError() bool

IsClientError returns true when this get webdeployments configuration version o k response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionOK) IsCode

IsCode returns true when this get webdeployments configuration version o k response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionOK) IsRedirect

IsRedirect returns true when this get webdeployments configuration version o k response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionOK) IsServerError

func (o *GetWebdeploymentsConfigurationVersionOK) IsServerError() bool

IsServerError returns true when this get webdeployments configuration version o k response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionOK) IsSuccess

IsSuccess returns true when this get webdeployments configuration version o k response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionOK) String

type GetWebdeploymentsConfigurationVersionParams

type GetWebdeploymentsConfigurationVersionParams struct {

	/* ConfigurationID.

	   The configuration version ID
	*/
	ConfigurationID string

	/* VersionID.

	   The version of the configuration to get
	*/
	VersionID string

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

GetWebdeploymentsConfigurationVersionParams contains all the parameters to send to the API endpoint

for the get webdeployments configuration version operation.

Typically these are written to a http.Request.

func NewGetWebdeploymentsConfigurationVersionParams

func NewGetWebdeploymentsConfigurationVersionParams() *GetWebdeploymentsConfigurationVersionParams

NewGetWebdeploymentsConfigurationVersionParams creates a new GetWebdeploymentsConfigurationVersionParams 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 NewGetWebdeploymentsConfigurationVersionParamsWithContext

func NewGetWebdeploymentsConfigurationVersionParamsWithContext(ctx context.Context) *GetWebdeploymentsConfigurationVersionParams

NewGetWebdeploymentsConfigurationVersionParamsWithContext creates a new GetWebdeploymentsConfigurationVersionParams object with the ability to set a context for a request.

func NewGetWebdeploymentsConfigurationVersionParamsWithHTTPClient

func NewGetWebdeploymentsConfigurationVersionParamsWithHTTPClient(client *http.Client) *GetWebdeploymentsConfigurationVersionParams

NewGetWebdeploymentsConfigurationVersionParamsWithHTTPClient creates a new GetWebdeploymentsConfigurationVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebdeploymentsConfigurationVersionParamsWithTimeout

func NewGetWebdeploymentsConfigurationVersionParamsWithTimeout(timeout time.Duration) *GetWebdeploymentsConfigurationVersionParams

NewGetWebdeploymentsConfigurationVersionParamsWithTimeout creates a new GetWebdeploymentsConfigurationVersionParams object with the ability to set a timeout on a request.

func (*GetWebdeploymentsConfigurationVersionParams) SetConfigurationID

func (o *GetWebdeploymentsConfigurationVersionParams) SetConfigurationID(configurationID string)

SetConfigurationID adds the configurationId to the get webdeployments configuration version params

func (*GetWebdeploymentsConfigurationVersionParams) SetContext

SetContext adds the context to the get webdeployments configuration version params

func (*GetWebdeploymentsConfigurationVersionParams) SetDefaults

SetDefaults hydrates default values in the get webdeployments configuration version params (not the query body).

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

func (*GetWebdeploymentsConfigurationVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get webdeployments configuration version params

func (*GetWebdeploymentsConfigurationVersionParams) SetTimeout

SetTimeout adds the timeout to the get webdeployments configuration version params

func (*GetWebdeploymentsConfigurationVersionParams) SetVersionID

func (o *GetWebdeploymentsConfigurationVersionParams) SetVersionID(versionID string)

SetVersionID adds the versionId to the get webdeployments configuration version params

func (*GetWebdeploymentsConfigurationVersionParams) WithConfigurationID

WithConfigurationID adds the configurationID to the get webdeployments configuration version params

func (*GetWebdeploymentsConfigurationVersionParams) WithContext

WithContext adds the context to the get webdeployments configuration version params

func (*GetWebdeploymentsConfigurationVersionParams) WithDefaults

WithDefaults hydrates default values in the get webdeployments configuration version params (not the query body).

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

func (*GetWebdeploymentsConfigurationVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webdeployments configuration version params

func (*GetWebdeploymentsConfigurationVersionParams) WithTimeout

WithTimeout adds the timeout to the get webdeployments configuration version params

func (*GetWebdeploymentsConfigurationVersionParams) WithVersionID

WithVersionID adds the versionID to the get webdeployments configuration version params

func (*GetWebdeploymentsConfigurationVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebdeploymentsConfigurationVersionReader

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

GetWebdeploymentsConfigurationVersionReader is a Reader for the GetWebdeploymentsConfigurationVersion structure.

func (*GetWebdeploymentsConfigurationVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetWebdeploymentsConfigurationVersionRequestEntityTooLarge

type GetWebdeploymentsConfigurationVersionRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebdeploymentsConfigurationVersionRequestEntityTooLarge

func NewGetWebdeploymentsConfigurationVersionRequestEntityTooLarge() *GetWebdeploymentsConfigurationVersionRequestEntityTooLarge

NewGetWebdeploymentsConfigurationVersionRequestEntityTooLarge creates a GetWebdeploymentsConfigurationVersionRequestEntityTooLarge with default headers values

func (*GetWebdeploymentsConfigurationVersionRequestEntityTooLarge) Error

func (*GetWebdeploymentsConfigurationVersionRequestEntityTooLarge) GetPayload

func (*GetWebdeploymentsConfigurationVersionRequestEntityTooLarge) IsClientError

IsClientError returns true when this get webdeployments configuration version request entity too large response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionRequestEntityTooLarge) IsCode

IsCode returns true when this get webdeployments configuration version request entity too large response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get webdeployments configuration version request entity too large response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionRequestEntityTooLarge) IsServerError

IsServerError returns true when this get webdeployments configuration version request entity too large response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get webdeployments configuration version request entity too large response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionRequestEntityTooLarge) String

type GetWebdeploymentsConfigurationVersionRequestTimeout

type GetWebdeploymentsConfigurationVersionRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationVersionRequestTimeout 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 NewGetWebdeploymentsConfigurationVersionRequestTimeout

func NewGetWebdeploymentsConfigurationVersionRequestTimeout() *GetWebdeploymentsConfigurationVersionRequestTimeout

NewGetWebdeploymentsConfigurationVersionRequestTimeout creates a GetWebdeploymentsConfigurationVersionRequestTimeout with default headers values

func (*GetWebdeploymentsConfigurationVersionRequestTimeout) Error

func (*GetWebdeploymentsConfigurationVersionRequestTimeout) GetPayload

func (*GetWebdeploymentsConfigurationVersionRequestTimeout) IsClientError

IsClientError returns true when this get webdeployments configuration version request timeout response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionRequestTimeout) IsCode

IsCode returns true when this get webdeployments configuration version request timeout response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionRequestTimeout) IsRedirect

IsRedirect returns true when this get webdeployments configuration version request timeout response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionRequestTimeout) IsServerError

IsServerError returns true when this get webdeployments configuration version request timeout response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionRequestTimeout) IsSuccess

IsSuccess returns true when this get webdeployments configuration version request timeout response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionRequestTimeout) String

type GetWebdeploymentsConfigurationVersionServiceUnavailable

type GetWebdeploymentsConfigurationVersionServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationVersionServiceUnavailable 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 NewGetWebdeploymentsConfigurationVersionServiceUnavailable

func NewGetWebdeploymentsConfigurationVersionServiceUnavailable() *GetWebdeploymentsConfigurationVersionServiceUnavailable

NewGetWebdeploymentsConfigurationVersionServiceUnavailable creates a GetWebdeploymentsConfigurationVersionServiceUnavailable with default headers values

func (*GetWebdeploymentsConfigurationVersionServiceUnavailable) Error

func (*GetWebdeploymentsConfigurationVersionServiceUnavailable) GetPayload

func (*GetWebdeploymentsConfigurationVersionServiceUnavailable) IsClientError

IsClientError returns true when this get webdeployments configuration version service unavailable response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionServiceUnavailable) IsCode

IsCode returns true when this get webdeployments configuration version service unavailable response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionServiceUnavailable) IsRedirect

IsRedirect returns true when this get webdeployments configuration version service unavailable response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionServiceUnavailable) IsServerError

IsServerError returns true when this get webdeployments configuration version service unavailable response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionServiceUnavailable) IsSuccess

IsSuccess returns true when this get webdeployments configuration version service unavailable response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionServiceUnavailable) String

type GetWebdeploymentsConfigurationVersionTooManyRequests

type GetWebdeploymentsConfigurationVersionTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebdeploymentsConfigurationVersionTooManyRequests

func NewGetWebdeploymentsConfigurationVersionTooManyRequests() *GetWebdeploymentsConfigurationVersionTooManyRequests

NewGetWebdeploymentsConfigurationVersionTooManyRequests creates a GetWebdeploymentsConfigurationVersionTooManyRequests with default headers values

func (*GetWebdeploymentsConfigurationVersionTooManyRequests) Error

func (*GetWebdeploymentsConfigurationVersionTooManyRequests) GetPayload

func (*GetWebdeploymentsConfigurationVersionTooManyRequests) IsClientError

IsClientError returns true when this get webdeployments configuration version too many requests response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionTooManyRequests) IsCode

IsCode returns true when this get webdeployments configuration version too many requests response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionTooManyRequests) IsRedirect

IsRedirect returns true when this get webdeployments configuration version too many requests response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionTooManyRequests) IsServerError

IsServerError returns true when this get webdeployments configuration version too many requests response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionTooManyRequests) IsSuccess

IsSuccess returns true when this get webdeployments configuration version too many requests response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionTooManyRequests) String

type GetWebdeploymentsConfigurationVersionUnauthorized

type GetWebdeploymentsConfigurationVersionUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetWebdeploymentsConfigurationVersionUnauthorized

func NewGetWebdeploymentsConfigurationVersionUnauthorized() *GetWebdeploymentsConfigurationVersionUnauthorized

NewGetWebdeploymentsConfigurationVersionUnauthorized creates a GetWebdeploymentsConfigurationVersionUnauthorized with default headers values

func (*GetWebdeploymentsConfigurationVersionUnauthorized) Error

func (*GetWebdeploymentsConfigurationVersionUnauthorized) GetPayload

func (*GetWebdeploymentsConfigurationVersionUnauthorized) IsClientError

IsClientError returns true when this get webdeployments configuration version unauthorized response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionUnauthorized) IsCode

IsCode returns true when this get webdeployments configuration version unauthorized response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionUnauthorized) IsRedirect

IsRedirect returns true when this get webdeployments configuration version unauthorized response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionUnauthorized) IsServerError

IsServerError returns true when this get webdeployments configuration version unauthorized response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionUnauthorized) IsSuccess

IsSuccess returns true when this get webdeployments configuration version unauthorized response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionUnauthorized) String

type GetWebdeploymentsConfigurationVersionUnsupportedMediaType

type GetWebdeploymentsConfigurationVersionUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationVersionUnsupportedMediaType 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 NewGetWebdeploymentsConfigurationVersionUnsupportedMediaType

func NewGetWebdeploymentsConfigurationVersionUnsupportedMediaType() *GetWebdeploymentsConfigurationVersionUnsupportedMediaType

NewGetWebdeploymentsConfigurationVersionUnsupportedMediaType creates a GetWebdeploymentsConfigurationVersionUnsupportedMediaType with default headers values

func (*GetWebdeploymentsConfigurationVersionUnsupportedMediaType) Error

func (*GetWebdeploymentsConfigurationVersionUnsupportedMediaType) GetPayload

func (*GetWebdeploymentsConfigurationVersionUnsupportedMediaType) IsClientError

IsClientError returns true when this get webdeployments configuration version unsupported media type response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionUnsupportedMediaType) IsCode

IsCode returns true when this get webdeployments configuration version unsupported media type response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get webdeployments configuration version unsupported media type response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionUnsupportedMediaType) IsServerError

IsServerError returns true when this get webdeployments configuration version unsupported media type response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get webdeployments configuration version unsupported media type response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionUnsupportedMediaType) String

type GetWebdeploymentsConfigurationVersionsBadRequest

type GetWebdeploymentsConfigurationVersionsBadRequest struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationVersionsBadRequest 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 NewGetWebdeploymentsConfigurationVersionsBadRequest

func NewGetWebdeploymentsConfigurationVersionsBadRequest() *GetWebdeploymentsConfigurationVersionsBadRequest

NewGetWebdeploymentsConfigurationVersionsBadRequest creates a GetWebdeploymentsConfigurationVersionsBadRequest with default headers values

func (*GetWebdeploymentsConfigurationVersionsBadRequest) Error

func (*GetWebdeploymentsConfigurationVersionsBadRequest) GetPayload

func (*GetWebdeploymentsConfigurationVersionsBadRequest) IsClientError

IsClientError returns true when this get webdeployments configuration versions bad request response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsBadRequest) IsCode

IsCode returns true when this get webdeployments configuration versions bad request response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsBadRequest) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions bad request response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsBadRequest) IsServerError

IsServerError returns true when this get webdeployments configuration versions bad request response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsBadRequest) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions bad request response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsBadRequest) String

type GetWebdeploymentsConfigurationVersionsDraftBadRequest

type GetWebdeploymentsConfigurationVersionsDraftBadRequest struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationVersionsDraftBadRequest 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 NewGetWebdeploymentsConfigurationVersionsDraftBadRequest

func NewGetWebdeploymentsConfigurationVersionsDraftBadRequest() *GetWebdeploymentsConfigurationVersionsDraftBadRequest

NewGetWebdeploymentsConfigurationVersionsDraftBadRequest creates a GetWebdeploymentsConfigurationVersionsDraftBadRequest with default headers values

func (*GetWebdeploymentsConfigurationVersionsDraftBadRequest) Error

func (*GetWebdeploymentsConfigurationVersionsDraftBadRequest) GetPayload

func (*GetWebdeploymentsConfigurationVersionsDraftBadRequest) IsClientError

IsClientError returns true when this get webdeployments configuration versions draft bad request response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftBadRequest) IsCode

IsCode returns true when this get webdeployments configuration versions draft bad request response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsDraftBadRequest) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions draft bad request response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftBadRequest) IsServerError

IsServerError returns true when this get webdeployments configuration versions draft bad request response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftBadRequest) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions draft bad request response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftBadRequest) String

type GetWebdeploymentsConfigurationVersionsDraftForbidden

type GetWebdeploymentsConfigurationVersionsDraftForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetWebdeploymentsConfigurationVersionsDraftForbidden

func NewGetWebdeploymentsConfigurationVersionsDraftForbidden() *GetWebdeploymentsConfigurationVersionsDraftForbidden

NewGetWebdeploymentsConfigurationVersionsDraftForbidden creates a GetWebdeploymentsConfigurationVersionsDraftForbidden with default headers values

func (*GetWebdeploymentsConfigurationVersionsDraftForbidden) Error

func (*GetWebdeploymentsConfigurationVersionsDraftForbidden) GetPayload

func (*GetWebdeploymentsConfigurationVersionsDraftForbidden) IsClientError

IsClientError returns true when this get webdeployments configuration versions draft forbidden response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftForbidden) IsCode

IsCode returns true when this get webdeployments configuration versions draft forbidden response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsDraftForbidden) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions draft forbidden response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftForbidden) IsServerError

IsServerError returns true when this get webdeployments configuration versions draft forbidden response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftForbidden) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions draft forbidden response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftForbidden) String

type GetWebdeploymentsConfigurationVersionsDraftGatewayTimeout

type GetWebdeploymentsConfigurationVersionsDraftGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetWebdeploymentsConfigurationVersionsDraftGatewayTimeout

func NewGetWebdeploymentsConfigurationVersionsDraftGatewayTimeout() *GetWebdeploymentsConfigurationVersionsDraftGatewayTimeout

NewGetWebdeploymentsConfigurationVersionsDraftGatewayTimeout creates a GetWebdeploymentsConfigurationVersionsDraftGatewayTimeout with default headers values

func (*GetWebdeploymentsConfigurationVersionsDraftGatewayTimeout) Error

func (*GetWebdeploymentsConfigurationVersionsDraftGatewayTimeout) GetPayload

func (*GetWebdeploymentsConfigurationVersionsDraftGatewayTimeout) IsClientError

IsClientError returns true when this get webdeployments configuration versions draft gateway timeout response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftGatewayTimeout) IsCode

IsCode returns true when this get webdeployments configuration versions draft gateway timeout response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsDraftGatewayTimeout) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions draft gateway timeout response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftGatewayTimeout) IsServerError

IsServerError returns true when this get webdeployments configuration versions draft gateway timeout response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftGatewayTimeout) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions draft gateway timeout response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftGatewayTimeout) String

type GetWebdeploymentsConfigurationVersionsDraftInternalServerError

type GetWebdeploymentsConfigurationVersionsDraftInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationVersionsDraftInternalServerError 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 NewGetWebdeploymentsConfigurationVersionsDraftInternalServerError

func NewGetWebdeploymentsConfigurationVersionsDraftInternalServerError() *GetWebdeploymentsConfigurationVersionsDraftInternalServerError

NewGetWebdeploymentsConfigurationVersionsDraftInternalServerError creates a GetWebdeploymentsConfigurationVersionsDraftInternalServerError with default headers values

func (*GetWebdeploymentsConfigurationVersionsDraftInternalServerError) Error

func (*GetWebdeploymentsConfigurationVersionsDraftInternalServerError) GetPayload

func (*GetWebdeploymentsConfigurationVersionsDraftInternalServerError) IsClientError

IsClientError returns true when this get webdeployments configuration versions draft internal server error response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftInternalServerError) IsCode

IsCode returns true when this get webdeployments configuration versions draft internal server error response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsDraftInternalServerError) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions draft internal server error response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftInternalServerError) IsServerError

IsServerError returns true when this get webdeployments configuration versions draft internal server error response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftInternalServerError) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions draft internal server error response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftInternalServerError) String

type GetWebdeploymentsConfigurationVersionsDraftNotFound

type GetWebdeploymentsConfigurationVersionsDraftNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetWebdeploymentsConfigurationVersionsDraftNotFound

func NewGetWebdeploymentsConfigurationVersionsDraftNotFound() *GetWebdeploymentsConfigurationVersionsDraftNotFound

NewGetWebdeploymentsConfigurationVersionsDraftNotFound creates a GetWebdeploymentsConfigurationVersionsDraftNotFound with default headers values

func (*GetWebdeploymentsConfigurationVersionsDraftNotFound) Error

func (*GetWebdeploymentsConfigurationVersionsDraftNotFound) GetPayload

func (*GetWebdeploymentsConfigurationVersionsDraftNotFound) IsClientError

IsClientError returns true when this get webdeployments configuration versions draft not found response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftNotFound) IsCode

IsCode returns true when this get webdeployments configuration versions draft not found response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsDraftNotFound) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions draft not found response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftNotFound) IsServerError

IsServerError returns true when this get webdeployments configuration versions draft not found response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftNotFound) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions draft not found response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftNotFound) String

type GetWebdeploymentsConfigurationVersionsDraftOK

type GetWebdeploymentsConfigurationVersionsDraftOK struct {
	Payload *models.WebDeploymentConfigurationVersion
}

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

successful operation

func NewGetWebdeploymentsConfigurationVersionsDraftOK

func NewGetWebdeploymentsConfigurationVersionsDraftOK() *GetWebdeploymentsConfigurationVersionsDraftOK

NewGetWebdeploymentsConfigurationVersionsDraftOK creates a GetWebdeploymentsConfigurationVersionsDraftOK with default headers values

func (*GetWebdeploymentsConfigurationVersionsDraftOK) Error

func (*GetWebdeploymentsConfigurationVersionsDraftOK) GetPayload

func (*GetWebdeploymentsConfigurationVersionsDraftOK) IsClientError

IsClientError returns true when this get webdeployments configuration versions draft o k response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftOK) IsCode

IsCode returns true when this get webdeployments configuration versions draft o k response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsDraftOK) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions draft o k response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftOK) IsServerError

IsServerError returns true when this get webdeployments configuration versions draft o k response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftOK) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions draft o k response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftOK) String

type GetWebdeploymentsConfigurationVersionsDraftParams

type GetWebdeploymentsConfigurationVersionsDraftParams struct {

	/* ConfigurationID.

	   The configuration version ID
	*/
	ConfigurationID string

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

GetWebdeploymentsConfigurationVersionsDraftParams contains all the parameters to send to the API endpoint

for the get webdeployments configuration versions draft operation.

Typically these are written to a http.Request.

func NewGetWebdeploymentsConfigurationVersionsDraftParams

func NewGetWebdeploymentsConfigurationVersionsDraftParams() *GetWebdeploymentsConfigurationVersionsDraftParams

NewGetWebdeploymentsConfigurationVersionsDraftParams creates a new GetWebdeploymentsConfigurationVersionsDraftParams 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 NewGetWebdeploymentsConfigurationVersionsDraftParamsWithContext

func NewGetWebdeploymentsConfigurationVersionsDraftParamsWithContext(ctx context.Context) *GetWebdeploymentsConfigurationVersionsDraftParams

NewGetWebdeploymentsConfigurationVersionsDraftParamsWithContext creates a new GetWebdeploymentsConfigurationVersionsDraftParams object with the ability to set a context for a request.

func NewGetWebdeploymentsConfigurationVersionsDraftParamsWithHTTPClient

func NewGetWebdeploymentsConfigurationVersionsDraftParamsWithHTTPClient(client *http.Client) *GetWebdeploymentsConfigurationVersionsDraftParams

NewGetWebdeploymentsConfigurationVersionsDraftParamsWithHTTPClient creates a new GetWebdeploymentsConfigurationVersionsDraftParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebdeploymentsConfigurationVersionsDraftParamsWithTimeout

func NewGetWebdeploymentsConfigurationVersionsDraftParamsWithTimeout(timeout time.Duration) *GetWebdeploymentsConfigurationVersionsDraftParams

NewGetWebdeploymentsConfigurationVersionsDraftParamsWithTimeout creates a new GetWebdeploymentsConfigurationVersionsDraftParams object with the ability to set a timeout on a request.

func (*GetWebdeploymentsConfigurationVersionsDraftParams) SetConfigurationID

func (o *GetWebdeploymentsConfigurationVersionsDraftParams) SetConfigurationID(configurationID string)

SetConfigurationID adds the configurationId to the get webdeployments configuration versions draft params

func (*GetWebdeploymentsConfigurationVersionsDraftParams) SetContext

SetContext adds the context to the get webdeployments configuration versions draft params

func (*GetWebdeploymentsConfigurationVersionsDraftParams) SetDefaults

SetDefaults hydrates default values in the get webdeployments configuration versions draft params (not the query body).

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

func (*GetWebdeploymentsConfigurationVersionsDraftParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get webdeployments configuration versions draft params

func (*GetWebdeploymentsConfigurationVersionsDraftParams) SetTimeout

SetTimeout adds the timeout to the get webdeployments configuration versions draft params

func (*GetWebdeploymentsConfigurationVersionsDraftParams) WithConfigurationID

WithConfigurationID adds the configurationID to the get webdeployments configuration versions draft params

func (*GetWebdeploymentsConfigurationVersionsDraftParams) WithContext

WithContext adds the context to the get webdeployments configuration versions draft params

func (*GetWebdeploymentsConfigurationVersionsDraftParams) WithDefaults

WithDefaults hydrates default values in the get webdeployments configuration versions draft params (not the query body).

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

func (*GetWebdeploymentsConfigurationVersionsDraftParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webdeployments configuration versions draft params

func (*GetWebdeploymentsConfigurationVersionsDraftParams) WithTimeout

WithTimeout adds the timeout to the get webdeployments configuration versions draft params

func (*GetWebdeploymentsConfigurationVersionsDraftParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebdeploymentsConfigurationVersionsDraftReader

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

GetWebdeploymentsConfigurationVersionsDraftReader is a Reader for the GetWebdeploymentsConfigurationVersionsDraft structure.

func (*GetWebdeploymentsConfigurationVersionsDraftReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge

type GetWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge

func NewGetWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge() *GetWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge

NewGetWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge creates a GetWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge with default headers values

func (*GetWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge) Error

func (*GetWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge) GetPayload

func (*GetWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge) IsClientError

IsClientError returns true when this get webdeployments configuration versions draft request entity too large response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge) IsCode

IsCode returns true when this get webdeployments configuration versions draft request entity too large response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions draft request entity too large response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge) IsServerError

IsServerError returns true when this get webdeployments configuration versions draft request entity too large response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions draft request entity too large response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge) String

type GetWebdeploymentsConfigurationVersionsDraftRequestTimeout

type GetWebdeploymentsConfigurationVersionsDraftRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationVersionsDraftRequestTimeout 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 NewGetWebdeploymentsConfigurationVersionsDraftRequestTimeout

func NewGetWebdeploymentsConfigurationVersionsDraftRequestTimeout() *GetWebdeploymentsConfigurationVersionsDraftRequestTimeout

NewGetWebdeploymentsConfigurationVersionsDraftRequestTimeout creates a GetWebdeploymentsConfigurationVersionsDraftRequestTimeout with default headers values

func (*GetWebdeploymentsConfigurationVersionsDraftRequestTimeout) Error

func (*GetWebdeploymentsConfigurationVersionsDraftRequestTimeout) GetPayload

func (*GetWebdeploymentsConfigurationVersionsDraftRequestTimeout) IsClientError

IsClientError returns true when this get webdeployments configuration versions draft request timeout response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftRequestTimeout) IsCode

IsCode returns true when this get webdeployments configuration versions draft request timeout response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsDraftRequestTimeout) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions draft request timeout response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftRequestTimeout) IsServerError

IsServerError returns true when this get webdeployments configuration versions draft request timeout response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftRequestTimeout) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions draft request timeout response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftRequestTimeout) String

type GetWebdeploymentsConfigurationVersionsDraftServiceUnavailable

type GetWebdeploymentsConfigurationVersionsDraftServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationVersionsDraftServiceUnavailable 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 NewGetWebdeploymentsConfigurationVersionsDraftServiceUnavailable

func NewGetWebdeploymentsConfigurationVersionsDraftServiceUnavailable() *GetWebdeploymentsConfigurationVersionsDraftServiceUnavailable

NewGetWebdeploymentsConfigurationVersionsDraftServiceUnavailable creates a GetWebdeploymentsConfigurationVersionsDraftServiceUnavailable with default headers values

func (*GetWebdeploymentsConfigurationVersionsDraftServiceUnavailable) Error

func (*GetWebdeploymentsConfigurationVersionsDraftServiceUnavailable) GetPayload

func (*GetWebdeploymentsConfigurationVersionsDraftServiceUnavailable) IsClientError

IsClientError returns true when this get webdeployments configuration versions draft service unavailable response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftServiceUnavailable) IsCode

IsCode returns true when this get webdeployments configuration versions draft service unavailable response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsDraftServiceUnavailable) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions draft service unavailable response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftServiceUnavailable) IsServerError

IsServerError returns true when this get webdeployments configuration versions draft service unavailable response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftServiceUnavailable) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions draft service unavailable response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftServiceUnavailable) String

type GetWebdeploymentsConfigurationVersionsDraftTooManyRequests

type GetWebdeploymentsConfigurationVersionsDraftTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebdeploymentsConfigurationVersionsDraftTooManyRequests

func NewGetWebdeploymentsConfigurationVersionsDraftTooManyRequests() *GetWebdeploymentsConfigurationVersionsDraftTooManyRequests

NewGetWebdeploymentsConfigurationVersionsDraftTooManyRequests creates a GetWebdeploymentsConfigurationVersionsDraftTooManyRequests with default headers values

func (*GetWebdeploymentsConfigurationVersionsDraftTooManyRequests) Error

func (*GetWebdeploymentsConfigurationVersionsDraftTooManyRequests) GetPayload

func (*GetWebdeploymentsConfigurationVersionsDraftTooManyRequests) IsClientError

IsClientError returns true when this get webdeployments configuration versions draft too many requests response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftTooManyRequests) IsCode

IsCode returns true when this get webdeployments configuration versions draft too many requests response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsDraftTooManyRequests) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions draft too many requests response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftTooManyRequests) IsServerError

IsServerError returns true when this get webdeployments configuration versions draft too many requests response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftTooManyRequests) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions draft too many requests response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftTooManyRequests) String

type GetWebdeploymentsConfigurationVersionsDraftUnauthorized

type GetWebdeploymentsConfigurationVersionsDraftUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetWebdeploymentsConfigurationVersionsDraftUnauthorized

func NewGetWebdeploymentsConfigurationVersionsDraftUnauthorized() *GetWebdeploymentsConfigurationVersionsDraftUnauthorized

NewGetWebdeploymentsConfigurationVersionsDraftUnauthorized creates a GetWebdeploymentsConfigurationVersionsDraftUnauthorized with default headers values

func (*GetWebdeploymentsConfigurationVersionsDraftUnauthorized) Error

func (*GetWebdeploymentsConfigurationVersionsDraftUnauthorized) GetPayload

func (*GetWebdeploymentsConfigurationVersionsDraftUnauthorized) IsClientError

IsClientError returns true when this get webdeployments configuration versions draft unauthorized response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftUnauthorized) IsCode

IsCode returns true when this get webdeployments configuration versions draft unauthorized response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsDraftUnauthorized) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions draft unauthorized response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftUnauthorized) IsServerError

IsServerError returns true when this get webdeployments configuration versions draft unauthorized response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftUnauthorized) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions draft unauthorized response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftUnauthorized) String

type GetWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType

type GetWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType 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 NewGetWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType

func NewGetWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType() *GetWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType

NewGetWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType creates a GetWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType with default headers values

func (*GetWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType) Error

func (*GetWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType) GetPayload

func (*GetWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType) IsClientError

IsClientError returns true when this get webdeployments configuration versions draft unsupported media type response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType) IsCode

IsCode returns true when this get webdeployments configuration versions draft unsupported media type response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions draft unsupported media type response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType) IsServerError

IsServerError returns true when this get webdeployments configuration versions draft unsupported media type response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions draft unsupported media type response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType) String

type GetWebdeploymentsConfigurationVersionsForbidden

type GetWebdeploymentsConfigurationVersionsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetWebdeploymentsConfigurationVersionsForbidden

func NewGetWebdeploymentsConfigurationVersionsForbidden() *GetWebdeploymentsConfigurationVersionsForbidden

NewGetWebdeploymentsConfigurationVersionsForbidden creates a GetWebdeploymentsConfigurationVersionsForbidden with default headers values

func (*GetWebdeploymentsConfigurationVersionsForbidden) Error

func (*GetWebdeploymentsConfigurationVersionsForbidden) GetPayload

func (*GetWebdeploymentsConfigurationVersionsForbidden) IsClientError

IsClientError returns true when this get webdeployments configuration versions forbidden response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsForbidden) IsCode

IsCode returns true when this get webdeployments configuration versions forbidden response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsForbidden) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions forbidden response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsForbidden) IsServerError

IsServerError returns true when this get webdeployments configuration versions forbidden response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsForbidden) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions forbidden response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsForbidden) String

type GetWebdeploymentsConfigurationVersionsGatewayTimeout

type GetWebdeploymentsConfigurationVersionsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetWebdeploymentsConfigurationVersionsGatewayTimeout

func NewGetWebdeploymentsConfigurationVersionsGatewayTimeout() *GetWebdeploymentsConfigurationVersionsGatewayTimeout

NewGetWebdeploymentsConfigurationVersionsGatewayTimeout creates a GetWebdeploymentsConfigurationVersionsGatewayTimeout with default headers values

func (*GetWebdeploymentsConfigurationVersionsGatewayTimeout) Error

func (*GetWebdeploymentsConfigurationVersionsGatewayTimeout) GetPayload

func (*GetWebdeploymentsConfigurationVersionsGatewayTimeout) IsClientError

IsClientError returns true when this get webdeployments configuration versions gateway timeout response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsGatewayTimeout) IsCode

IsCode returns true when this get webdeployments configuration versions gateway timeout response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsGatewayTimeout) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions gateway timeout response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsGatewayTimeout) IsServerError

IsServerError returns true when this get webdeployments configuration versions gateway timeout response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsGatewayTimeout) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions gateway timeout response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsGatewayTimeout) String

type GetWebdeploymentsConfigurationVersionsInternalServerError

type GetWebdeploymentsConfigurationVersionsInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationVersionsInternalServerError 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 NewGetWebdeploymentsConfigurationVersionsInternalServerError

func NewGetWebdeploymentsConfigurationVersionsInternalServerError() *GetWebdeploymentsConfigurationVersionsInternalServerError

NewGetWebdeploymentsConfigurationVersionsInternalServerError creates a GetWebdeploymentsConfigurationVersionsInternalServerError with default headers values

func (*GetWebdeploymentsConfigurationVersionsInternalServerError) Error

func (*GetWebdeploymentsConfigurationVersionsInternalServerError) GetPayload

func (*GetWebdeploymentsConfigurationVersionsInternalServerError) IsClientError

IsClientError returns true when this get webdeployments configuration versions internal server error response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsInternalServerError) IsCode

IsCode returns true when this get webdeployments configuration versions internal server error response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsInternalServerError) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions internal server error response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsInternalServerError) IsServerError

IsServerError returns true when this get webdeployments configuration versions internal server error response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsInternalServerError) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions internal server error response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsInternalServerError) String

type GetWebdeploymentsConfigurationVersionsNotFound

type GetWebdeploymentsConfigurationVersionsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetWebdeploymentsConfigurationVersionsNotFound

func NewGetWebdeploymentsConfigurationVersionsNotFound() *GetWebdeploymentsConfigurationVersionsNotFound

NewGetWebdeploymentsConfigurationVersionsNotFound creates a GetWebdeploymentsConfigurationVersionsNotFound with default headers values

func (*GetWebdeploymentsConfigurationVersionsNotFound) Error

func (*GetWebdeploymentsConfigurationVersionsNotFound) GetPayload

func (*GetWebdeploymentsConfigurationVersionsNotFound) IsClientError

IsClientError returns true when this get webdeployments configuration versions not found response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsNotFound) IsCode

IsCode returns true when this get webdeployments configuration versions not found response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsNotFound) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions not found response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsNotFound) IsServerError

IsServerError returns true when this get webdeployments configuration versions not found response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsNotFound) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions not found response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsNotFound) String

type GetWebdeploymentsConfigurationVersionsOK

type GetWebdeploymentsConfigurationVersionsOK struct {
	Payload *models.WebDeploymentConfigurationVersionEntityListing
}

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

successful operation

func NewGetWebdeploymentsConfigurationVersionsOK

func NewGetWebdeploymentsConfigurationVersionsOK() *GetWebdeploymentsConfigurationVersionsOK

NewGetWebdeploymentsConfigurationVersionsOK creates a GetWebdeploymentsConfigurationVersionsOK with default headers values

func (*GetWebdeploymentsConfigurationVersionsOK) Error

func (*GetWebdeploymentsConfigurationVersionsOK) GetPayload

func (*GetWebdeploymentsConfigurationVersionsOK) IsClientError

IsClientError returns true when this get webdeployments configuration versions o k response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsOK) IsCode

IsCode returns true when this get webdeployments configuration versions o k response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsOK) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions o k response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsOK) IsServerError

IsServerError returns true when this get webdeployments configuration versions o k response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsOK) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions o k response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsOK) String

type GetWebdeploymentsConfigurationVersionsParams

type GetWebdeploymentsConfigurationVersionsParams struct {

	/* ConfigurationID.

	   The configuration version ID
	*/
	ConfigurationID string

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

GetWebdeploymentsConfigurationVersionsParams contains all the parameters to send to the API endpoint

for the get webdeployments configuration versions operation.

Typically these are written to a http.Request.

func NewGetWebdeploymentsConfigurationVersionsParams

func NewGetWebdeploymentsConfigurationVersionsParams() *GetWebdeploymentsConfigurationVersionsParams

NewGetWebdeploymentsConfigurationVersionsParams creates a new GetWebdeploymentsConfigurationVersionsParams 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 NewGetWebdeploymentsConfigurationVersionsParamsWithContext

func NewGetWebdeploymentsConfigurationVersionsParamsWithContext(ctx context.Context) *GetWebdeploymentsConfigurationVersionsParams

NewGetWebdeploymentsConfigurationVersionsParamsWithContext creates a new GetWebdeploymentsConfigurationVersionsParams object with the ability to set a context for a request.

func NewGetWebdeploymentsConfigurationVersionsParamsWithHTTPClient

func NewGetWebdeploymentsConfigurationVersionsParamsWithHTTPClient(client *http.Client) *GetWebdeploymentsConfigurationVersionsParams

NewGetWebdeploymentsConfigurationVersionsParamsWithHTTPClient creates a new GetWebdeploymentsConfigurationVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebdeploymentsConfigurationVersionsParamsWithTimeout

func NewGetWebdeploymentsConfigurationVersionsParamsWithTimeout(timeout time.Duration) *GetWebdeploymentsConfigurationVersionsParams

NewGetWebdeploymentsConfigurationVersionsParamsWithTimeout creates a new GetWebdeploymentsConfigurationVersionsParams object with the ability to set a timeout on a request.

func (*GetWebdeploymentsConfigurationVersionsParams) SetConfigurationID

func (o *GetWebdeploymentsConfigurationVersionsParams) SetConfigurationID(configurationID string)

SetConfigurationID adds the configurationId to the get webdeployments configuration versions params

func (*GetWebdeploymentsConfigurationVersionsParams) SetContext

SetContext adds the context to the get webdeployments configuration versions params

func (*GetWebdeploymentsConfigurationVersionsParams) SetDefaults

SetDefaults hydrates default values in the get webdeployments configuration versions params (not the query body).

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

func (*GetWebdeploymentsConfigurationVersionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get webdeployments configuration versions params

func (*GetWebdeploymentsConfigurationVersionsParams) SetTimeout

SetTimeout adds the timeout to the get webdeployments configuration versions params

func (*GetWebdeploymentsConfigurationVersionsParams) WithConfigurationID

WithConfigurationID adds the configurationID to the get webdeployments configuration versions params

func (*GetWebdeploymentsConfigurationVersionsParams) WithContext

WithContext adds the context to the get webdeployments configuration versions params

func (*GetWebdeploymentsConfigurationVersionsParams) WithDefaults

WithDefaults hydrates default values in the get webdeployments configuration versions params (not the query body).

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

func (*GetWebdeploymentsConfigurationVersionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webdeployments configuration versions params

func (*GetWebdeploymentsConfigurationVersionsParams) WithTimeout

WithTimeout adds the timeout to the get webdeployments configuration versions params

func (*GetWebdeploymentsConfigurationVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebdeploymentsConfigurationVersionsReader

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

GetWebdeploymentsConfigurationVersionsReader is a Reader for the GetWebdeploymentsConfigurationVersions structure.

func (*GetWebdeploymentsConfigurationVersionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetWebdeploymentsConfigurationVersionsRequestEntityTooLarge

type GetWebdeploymentsConfigurationVersionsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebdeploymentsConfigurationVersionsRequestEntityTooLarge

func NewGetWebdeploymentsConfigurationVersionsRequestEntityTooLarge() *GetWebdeploymentsConfigurationVersionsRequestEntityTooLarge

NewGetWebdeploymentsConfigurationVersionsRequestEntityTooLarge creates a GetWebdeploymentsConfigurationVersionsRequestEntityTooLarge with default headers values

func (*GetWebdeploymentsConfigurationVersionsRequestEntityTooLarge) Error

func (*GetWebdeploymentsConfigurationVersionsRequestEntityTooLarge) GetPayload

func (*GetWebdeploymentsConfigurationVersionsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get webdeployments configuration versions request entity too large response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsRequestEntityTooLarge) IsCode

IsCode returns true when this get webdeployments configuration versions request entity too large response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions request entity too large response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get webdeployments configuration versions request entity too large response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions request entity too large response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsRequestEntityTooLarge) String

type GetWebdeploymentsConfigurationVersionsRequestTimeout

type GetWebdeploymentsConfigurationVersionsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationVersionsRequestTimeout 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 NewGetWebdeploymentsConfigurationVersionsRequestTimeout

func NewGetWebdeploymentsConfigurationVersionsRequestTimeout() *GetWebdeploymentsConfigurationVersionsRequestTimeout

NewGetWebdeploymentsConfigurationVersionsRequestTimeout creates a GetWebdeploymentsConfigurationVersionsRequestTimeout with default headers values

func (*GetWebdeploymentsConfigurationVersionsRequestTimeout) Error

func (*GetWebdeploymentsConfigurationVersionsRequestTimeout) GetPayload

func (*GetWebdeploymentsConfigurationVersionsRequestTimeout) IsClientError

IsClientError returns true when this get webdeployments configuration versions request timeout response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsRequestTimeout) IsCode

IsCode returns true when this get webdeployments configuration versions request timeout response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsRequestTimeout) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions request timeout response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsRequestTimeout) IsServerError

IsServerError returns true when this get webdeployments configuration versions request timeout response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsRequestTimeout) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions request timeout response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsRequestTimeout) String

type GetWebdeploymentsConfigurationVersionsServiceUnavailable

type GetWebdeploymentsConfigurationVersionsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationVersionsServiceUnavailable 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 NewGetWebdeploymentsConfigurationVersionsServiceUnavailable

func NewGetWebdeploymentsConfigurationVersionsServiceUnavailable() *GetWebdeploymentsConfigurationVersionsServiceUnavailable

NewGetWebdeploymentsConfigurationVersionsServiceUnavailable creates a GetWebdeploymentsConfigurationVersionsServiceUnavailable with default headers values

func (*GetWebdeploymentsConfigurationVersionsServiceUnavailable) Error

func (*GetWebdeploymentsConfigurationVersionsServiceUnavailable) GetPayload

func (*GetWebdeploymentsConfigurationVersionsServiceUnavailable) IsClientError

IsClientError returns true when this get webdeployments configuration versions service unavailable response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsServiceUnavailable) IsCode

IsCode returns true when this get webdeployments configuration versions service unavailable response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsServiceUnavailable) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions service unavailable response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsServiceUnavailable) IsServerError

IsServerError returns true when this get webdeployments configuration versions service unavailable response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsServiceUnavailable) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions service unavailable response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsServiceUnavailable) String

type GetWebdeploymentsConfigurationVersionsTooManyRequests

type GetWebdeploymentsConfigurationVersionsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebdeploymentsConfigurationVersionsTooManyRequests

func NewGetWebdeploymentsConfigurationVersionsTooManyRequests() *GetWebdeploymentsConfigurationVersionsTooManyRequests

NewGetWebdeploymentsConfigurationVersionsTooManyRequests creates a GetWebdeploymentsConfigurationVersionsTooManyRequests with default headers values

func (*GetWebdeploymentsConfigurationVersionsTooManyRequests) Error

func (*GetWebdeploymentsConfigurationVersionsTooManyRequests) GetPayload

func (*GetWebdeploymentsConfigurationVersionsTooManyRequests) IsClientError

IsClientError returns true when this get webdeployments configuration versions too many requests response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsTooManyRequests) IsCode

IsCode returns true when this get webdeployments configuration versions too many requests response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsTooManyRequests) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions too many requests response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsTooManyRequests) IsServerError

IsServerError returns true when this get webdeployments configuration versions too many requests response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsTooManyRequests) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions too many requests response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsTooManyRequests) String

type GetWebdeploymentsConfigurationVersionsUnauthorized

type GetWebdeploymentsConfigurationVersionsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetWebdeploymentsConfigurationVersionsUnauthorized

func NewGetWebdeploymentsConfigurationVersionsUnauthorized() *GetWebdeploymentsConfigurationVersionsUnauthorized

NewGetWebdeploymentsConfigurationVersionsUnauthorized creates a GetWebdeploymentsConfigurationVersionsUnauthorized with default headers values

func (*GetWebdeploymentsConfigurationVersionsUnauthorized) Error

func (*GetWebdeploymentsConfigurationVersionsUnauthorized) GetPayload

func (*GetWebdeploymentsConfigurationVersionsUnauthorized) IsClientError

IsClientError returns true when this get webdeployments configuration versions unauthorized response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsUnauthorized) IsCode

IsCode returns true when this get webdeployments configuration versions unauthorized response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsUnauthorized) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions unauthorized response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsUnauthorized) IsServerError

IsServerError returns true when this get webdeployments configuration versions unauthorized response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsUnauthorized) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions unauthorized response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsUnauthorized) String

type GetWebdeploymentsConfigurationVersionsUnsupportedMediaType

type GetWebdeploymentsConfigurationVersionsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationVersionsUnsupportedMediaType 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 NewGetWebdeploymentsConfigurationVersionsUnsupportedMediaType

func NewGetWebdeploymentsConfigurationVersionsUnsupportedMediaType() *GetWebdeploymentsConfigurationVersionsUnsupportedMediaType

NewGetWebdeploymentsConfigurationVersionsUnsupportedMediaType creates a GetWebdeploymentsConfigurationVersionsUnsupportedMediaType with default headers values

func (*GetWebdeploymentsConfigurationVersionsUnsupportedMediaType) Error

func (*GetWebdeploymentsConfigurationVersionsUnsupportedMediaType) GetPayload

func (*GetWebdeploymentsConfigurationVersionsUnsupportedMediaType) IsClientError

IsClientError returns true when this get webdeployments configuration versions unsupported media type response has a 4xx status code

func (*GetWebdeploymentsConfigurationVersionsUnsupportedMediaType) IsCode

IsCode returns true when this get webdeployments configuration versions unsupported media type response a status code equal to that given

func (*GetWebdeploymentsConfigurationVersionsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get webdeployments configuration versions unsupported media type response has a 3xx status code

func (*GetWebdeploymentsConfigurationVersionsUnsupportedMediaType) IsServerError

IsServerError returns true when this get webdeployments configuration versions unsupported media type response has a 5xx status code

func (*GetWebdeploymentsConfigurationVersionsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get webdeployments configuration versions unsupported media type response has a 2xx status code

func (*GetWebdeploymentsConfigurationVersionsUnsupportedMediaType) String

type GetWebdeploymentsConfigurationsBadRequest

type GetWebdeploymentsConfigurationsBadRequest struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationsBadRequest 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 NewGetWebdeploymentsConfigurationsBadRequest

func NewGetWebdeploymentsConfigurationsBadRequest() *GetWebdeploymentsConfigurationsBadRequest

NewGetWebdeploymentsConfigurationsBadRequest creates a GetWebdeploymentsConfigurationsBadRequest with default headers values

func (*GetWebdeploymentsConfigurationsBadRequest) Error

func (*GetWebdeploymentsConfigurationsBadRequest) GetPayload

func (*GetWebdeploymentsConfigurationsBadRequest) IsClientError

IsClientError returns true when this get webdeployments configurations bad request response has a 4xx status code

func (*GetWebdeploymentsConfigurationsBadRequest) IsCode

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

func (*GetWebdeploymentsConfigurationsBadRequest) IsRedirect

IsRedirect returns true when this get webdeployments configurations bad request response has a 3xx status code

func (*GetWebdeploymentsConfigurationsBadRequest) IsServerError

IsServerError returns true when this get webdeployments configurations bad request response has a 5xx status code

func (*GetWebdeploymentsConfigurationsBadRequest) IsSuccess

IsSuccess returns true when this get webdeployments configurations bad request response has a 2xx status code

func (*GetWebdeploymentsConfigurationsBadRequest) String

type GetWebdeploymentsConfigurationsForbidden

type GetWebdeploymentsConfigurationsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetWebdeploymentsConfigurationsForbidden

func NewGetWebdeploymentsConfigurationsForbidden() *GetWebdeploymentsConfigurationsForbidden

NewGetWebdeploymentsConfigurationsForbidden creates a GetWebdeploymentsConfigurationsForbidden with default headers values

func (*GetWebdeploymentsConfigurationsForbidden) Error

func (*GetWebdeploymentsConfigurationsForbidden) GetPayload

func (*GetWebdeploymentsConfigurationsForbidden) IsClientError

IsClientError returns true when this get webdeployments configurations forbidden response has a 4xx status code

func (*GetWebdeploymentsConfigurationsForbidden) IsCode

IsCode returns true when this get webdeployments configurations forbidden response a status code equal to that given

func (*GetWebdeploymentsConfigurationsForbidden) IsRedirect

IsRedirect returns true when this get webdeployments configurations forbidden response has a 3xx status code

func (*GetWebdeploymentsConfigurationsForbidden) IsServerError

IsServerError returns true when this get webdeployments configurations forbidden response has a 5xx status code

func (*GetWebdeploymentsConfigurationsForbidden) IsSuccess

IsSuccess returns true when this get webdeployments configurations forbidden response has a 2xx status code

func (*GetWebdeploymentsConfigurationsForbidden) String

type GetWebdeploymentsConfigurationsGatewayTimeout

type GetWebdeploymentsConfigurationsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetWebdeploymentsConfigurationsGatewayTimeout

func NewGetWebdeploymentsConfigurationsGatewayTimeout() *GetWebdeploymentsConfigurationsGatewayTimeout

NewGetWebdeploymentsConfigurationsGatewayTimeout creates a GetWebdeploymentsConfigurationsGatewayTimeout with default headers values

func (*GetWebdeploymentsConfigurationsGatewayTimeout) Error

func (*GetWebdeploymentsConfigurationsGatewayTimeout) GetPayload

func (*GetWebdeploymentsConfigurationsGatewayTimeout) IsClientError

IsClientError returns true when this get webdeployments configurations gateway timeout response has a 4xx status code

func (*GetWebdeploymentsConfigurationsGatewayTimeout) IsCode

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

func (*GetWebdeploymentsConfigurationsGatewayTimeout) IsRedirect

IsRedirect returns true when this get webdeployments configurations gateway timeout response has a 3xx status code

func (*GetWebdeploymentsConfigurationsGatewayTimeout) IsServerError

IsServerError returns true when this get webdeployments configurations gateway timeout response has a 5xx status code

func (*GetWebdeploymentsConfigurationsGatewayTimeout) IsSuccess

IsSuccess returns true when this get webdeployments configurations gateway timeout response has a 2xx status code

func (*GetWebdeploymentsConfigurationsGatewayTimeout) String

type GetWebdeploymentsConfigurationsInternalServerError

type GetWebdeploymentsConfigurationsInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationsInternalServerError 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 NewGetWebdeploymentsConfigurationsInternalServerError

func NewGetWebdeploymentsConfigurationsInternalServerError() *GetWebdeploymentsConfigurationsInternalServerError

NewGetWebdeploymentsConfigurationsInternalServerError creates a GetWebdeploymentsConfigurationsInternalServerError with default headers values

func (*GetWebdeploymentsConfigurationsInternalServerError) Error

func (*GetWebdeploymentsConfigurationsInternalServerError) GetPayload

func (*GetWebdeploymentsConfigurationsInternalServerError) IsClientError

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

func (*GetWebdeploymentsConfigurationsInternalServerError) IsCode

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

func (*GetWebdeploymentsConfigurationsInternalServerError) IsRedirect

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

func (*GetWebdeploymentsConfigurationsInternalServerError) IsServerError

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

func (*GetWebdeploymentsConfigurationsInternalServerError) IsSuccess

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

func (*GetWebdeploymentsConfigurationsInternalServerError) String

type GetWebdeploymentsConfigurationsNotFound

type GetWebdeploymentsConfigurationsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetWebdeploymentsConfigurationsNotFound

func NewGetWebdeploymentsConfigurationsNotFound() *GetWebdeploymentsConfigurationsNotFound

NewGetWebdeploymentsConfigurationsNotFound creates a GetWebdeploymentsConfigurationsNotFound with default headers values

func (*GetWebdeploymentsConfigurationsNotFound) Error

func (*GetWebdeploymentsConfigurationsNotFound) GetPayload

func (*GetWebdeploymentsConfigurationsNotFound) IsClientError

func (o *GetWebdeploymentsConfigurationsNotFound) IsClientError() bool

IsClientError returns true when this get webdeployments configurations not found response has a 4xx status code

func (*GetWebdeploymentsConfigurationsNotFound) IsCode

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

func (*GetWebdeploymentsConfigurationsNotFound) IsRedirect

IsRedirect returns true when this get webdeployments configurations not found response has a 3xx status code

func (*GetWebdeploymentsConfigurationsNotFound) IsServerError

func (o *GetWebdeploymentsConfigurationsNotFound) IsServerError() bool

IsServerError returns true when this get webdeployments configurations not found response has a 5xx status code

func (*GetWebdeploymentsConfigurationsNotFound) IsSuccess

IsSuccess returns true when this get webdeployments configurations not found response has a 2xx status code

func (*GetWebdeploymentsConfigurationsNotFound) String

type GetWebdeploymentsConfigurationsOK

type GetWebdeploymentsConfigurationsOK struct {
	Payload *models.WebDeploymentConfigurationVersionEntityListing
}

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

successful operation

func NewGetWebdeploymentsConfigurationsOK

func NewGetWebdeploymentsConfigurationsOK() *GetWebdeploymentsConfigurationsOK

NewGetWebdeploymentsConfigurationsOK creates a GetWebdeploymentsConfigurationsOK with default headers values

func (*GetWebdeploymentsConfigurationsOK) Error

func (*GetWebdeploymentsConfigurationsOK) GetPayload

func (*GetWebdeploymentsConfigurationsOK) IsClientError

func (o *GetWebdeploymentsConfigurationsOK) IsClientError() bool

IsClientError returns true when this get webdeployments configurations o k response has a 4xx status code

func (*GetWebdeploymentsConfigurationsOK) IsCode

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

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

func (*GetWebdeploymentsConfigurationsOK) IsRedirect

func (o *GetWebdeploymentsConfigurationsOK) IsRedirect() bool

IsRedirect returns true when this get webdeployments configurations o k response has a 3xx status code

func (*GetWebdeploymentsConfigurationsOK) IsServerError

func (o *GetWebdeploymentsConfigurationsOK) IsServerError() bool

IsServerError returns true when this get webdeployments configurations o k response has a 5xx status code

func (*GetWebdeploymentsConfigurationsOK) IsSuccess

func (o *GetWebdeploymentsConfigurationsOK) IsSuccess() bool

IsSuccess returns true when this get webdeployments configurations o k response has a 2xx status code

func (*GetWebdeploymentsConfigurationsOK) String

type GetWebdeploymentsConfigurationsParams

type GetWebdeploymentsConfigurationsParams struct {

	/* ShowOnlyPublished.

	   Get only configuration drafts with published versions
	*/
	ShowOnlyPublished *bool

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

GetWebdeploymentsConfigurationsParams contains all the parameters to send to the API endpoint

for the get webdeployments configurations operation.

Typically these are written to a http.Request.

func NewGetWebdeploymentsConfigurationsParams

func NewGetWebdeploymentsConfigurationsParams() *GetWebdeploymentsConfigurationsParams

NewGetWebdeploymentsConfigurationsParams creates a new GetWebdeploymentsConfigurationsParams 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 NewGetWebdeploymentsConfigurationsParamsWithContext

func NewGetWebdeploymentsConfigurationsParamsWithContext(ctx context.Context) *GetWebdeploymentsConfigurationsParams

NewGetWebdeploymentsConfigurationsParamsWithContext creates a new GetWebdeploymentsConfigurationsParams object with the ability to set a context for a request.

func NewGetWebdeploymentsConfigurationsParamsWithHTTPClient

func NewGetWebdeploymentsConfigurationsParamsWithHTTPClient(client *http.Client) *GetWebdeploymentsConfigurationsParams

NewGetWebdeploymentsConfigurationsParamsWithHTTPClient creates a new GetWebdeploymentsConfigurationsParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebdeploymentsConfigurationsParamsWithTimeout

func NewGetWebdeploymentsConfigurationsParamsWithTimeout(timeout time.Duration) *GetWebdeploymentsConfigurationsParams

NewGetWebdeploymentsConfigurationsParamsWithTimeout creates a new GetWebdeploymentsConfigurationsParams object with the ability to set a timeout on a request.

func (*GetWebdeploymentsConfigurationsParams) SetContext

SetContext adds the context to the get webdeployments configurations params

func (*GetWebdeploymentsConfigurationsParams) SetDefaults

func (o *GetWebdeploymentsConfigurationsParams) SetDefaults()

SetDefaults hydrates default values in the get webdeployments configurations params (not the query body).

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

func (*GetWebdeploymentsConfigurationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get webdeployments configurations params

func (*GetWebdeploymentsConfigurationsParams) SetShowOnlyPublished

func (o *GetWebdeploymentsConfigurationsParams) SetShowOnlyPublished(showOnlyPublished *bool)

SetShowOnlyPublished adds the showOnlyPublished to the get webdeployments configurations params

func (*GetWebdeploymentsConfigurationsParams) SetTimeout

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

SetTimeout adds the timeout to the get webdeployments configurations params

func (*GetWebdeploymentsConfigurationsParams) WithContext

WithContext adds the context to the get webdeployments configurations params

func (*GetWebdeploymentsConfigurationsParams) WithDefaults

WithDefaults hydrates default values in the get webdeployments configurations params (not the query body).

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

func (*GetWebdeploymentsConfigurationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webdeployments configurations params

func (*GetWebdeploymentsConfigurationsParams) WithShowOnlyPublished

func (o *GetWebdeploymentsConfigurationsParams) WithShowOnlyPublished(showOnlyPublished *bool) *GetWebdeploymentsConfigurationsParams

WithShowOnlyPublished adds the showOnlyPublished to the get webdeployments configurations params

func (*GetWebdeploymentsConfigurationsParams) WithTimeout

WithTimeout adds the timeout to the get webdeployments configurations params

func (*GetWebdeploymentsConfigurationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebdeploymentsConfigurationsReader

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

GetWebdeploymentsConfigurationsReader is a Reader for the GetWebdeploymentsConfigurations structure.

func (*GetWebdeploymentsConfigurationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetWebdeploymentsConfigurationsRequestEntityTooLarge

type GetWebdeploymentsConfigurationsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebdeploymentsConfigurationsRequestEntityTooLarge

func NewGetWebdeploymentsConfigurationsRequestEntityTooLarge() *GetWebdeploymentsConfigurationsRequestEntityTooLarge

NewGetWebdeploymentsConfigurationsRequestEntityTooLarge creates a GetWebdeploymentsConfigurationsRequestEntityTooLarge with default headers values

func (*GetWebdeploymentsConfigurationsRequestEntityTooLarge) Error

func (*GetWebdeploymentsConfigurationsRequestEntityTooLarge) GetPayload

func (*GetWebdeploymentsConfigurationsRequestEntityTooLarge) IsClientError

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

func (*GetWebdeploymentsConfigurationsRequestEntityTooLarge) IsCode

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

func (*GetWebdeploymentsConfigurationsRequestEntityTooLarge) IsRedirect

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

func (*GetWebdeploymentsConfigurationsRequestEntityTooLarge) IsServerError

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

func (*GetWebdeploymentsConfigurationsRequestEntityTooLarge) IsSuccess

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

func (*GetWebdeploymentsConfigurationsRequestEntityTooLarge) String

type GetWebdeploymentsConfigurationsRequestTimeout

type GetWebdeploymentsConfigurationsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationsRequestTimeout 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 NewGetWebdeploymentsConfigurationsRequestTimeout

func NewGetWebdeploymentsConfigurationsRequestTimeout() *GetWebdeploymentsConfigurationsRequestTimeout

NewGetWebdeploymentsConfigurationsRequestTimeout creates a GetWebdeploymentsConfigurationsRequestTimeout with default headers values

func (*GetWebdeploymentsConfigurationsRequestTimeout) Error

func (*GetWebdeploymentsConfigurationsRequestTimeout) GetPayload

func (*GetWebdeploymentsConfigurationsRequestTimeout) IsClientError

IsClientError returns true when this get webdeployments configurations request timeout response has a 4xx status code

func (*GetWebdeploymentsConfigurationsRequestTimeout) IsCode

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

func (*GetWebdeploymentsConfigurationsRequestTimeout) IsRedirect

IsRedirect returns true when this get webdeployments configurations request timeout response has a 3xx status code

func (*GetWebdeploymentsConfigurationsRequestTimeout) IsServerError

IsServerError returns true when this get webdeployments configurations request timeout response has a 5xx status code

func (*GetWebdeploymentsConfigurationsRequestTimeout) IsSuccess

IsSuccess returns true when this get webdeployments configurations request timeout response has a 2xx status code

func (*GetWebdeploymentsConfigurationsRequestTimeout) String

type GetWebdeploymentsConfigurationsServiceUnavailable

type GetWebdeploymentsConfigurationsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationsServiceUnavailable 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 NewGetWebdeploymentsConfigurationsServiceUnavailable

func NewGetWebdeploymentsConfigurationsServiceUnavailable() *GetWebdeploymentsConfigurationsServiceUnavailable

NewGetWebdeploymentsConfigurationsServiceUnavailable creates a GetWebdeploymentsConfigurationsServiceUnavailable with default headers values

func (*GetWebdeploymentsConfigurationsServiceUnavailable) Error

func (*GetWebdeploymentsConfigurationsServiceUnavailable) GetPayload

func (*GetWebdeploymentsConfigurationsServiceUnavailable) IsClientError

IsClientError returns true when this get webdeployments configurations service unavailable response has a 4xx status code

func (*GetWebdeploymentsConfigurationsServiceUnavailable) IsCode

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

func (*GetWebdeploymentsConfigurationsServiceUnavailable) IsRedirect

IsRedirect returns true when this get webdeployments configurations service unavailable response has a 3xx status code

func (*GetWebdeploymentsConfigurationsServiceUnavailable) IsServerError

IsServerError returns true when this get webdeployments configurations service unavailable response has a 5xx status code

func (*GetWebdeploymentsConfigurationsServiceUnavailable) IsSuccess

IsSuccess returns true when this get webdeployments configurations service unavailable response has a 2xx status code

func (*GetWebdeploymentsConfigurationsServiceUnavailable) String

type GetWebdeploymentsConfigurationsTooManyRequests

type GetWebdeploymentsConfigurationsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebdeploymentsConfigurationsTooManyRequests

func NewGetWebdeploymentsConfigurationsTooManyRequests() *GetWebdeploymentsConfigurationsTooManyRequests

NewGetWebdeploymentsConfigurationsTooManyRequests creates a GetWebdeploymentsConfigurationsTooManyRequests with default headers values

func (*GetWebdeploymentsConfigurationsTooManyRequests) Error

func (*GetWebdeploymentsConfigurationsTooManyRequests) GetPayload

func (*GetWebdeploymentsConfigurationsTooManyRequests) IsClientError

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

func (*GetWebdeploymentsConfigurationsTooManyRequests) IsCode

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

func (*GetWebdeploymentsConfigurationsTooManyRequests) IsRedirect

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

func (*GetWebdeploymentsConfigurationsTooManyRequests) IsServerError

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

func (*GetWebdeploymentsConfigurationsTooManyRequests) IsSuccess

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

func (*GetWebdeploymentsConfigurationsTooManyRequests) String

type GetWebdeploymentsConfigurationsUnauthorized

type GetWebdeploymentsConfigurationsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetWebdeploymentsConfigurationsUnauthorized

func NewGetWebdeploymentsConfigurationsUnauthorized() *GetWebdeploymentsConfigurationsUnauthorized

NewGetWebdeploymentsConfigurationsUnauthorized creates a GetWebdeploymentsConfigurationsUnauthorized with default headers values

func (*GetWebdeploymentsConfigurationsUnauthorized) Error

func (*GetWebdeploymentsConfigurationsUnauthorized) GetPayload

func (*GetWebdeploymentsConfigurationsUnauthorized) IsClientError

IsClientError returns true when this get webdeployments configurations unauthorized response has a 4xx status code

func (*GetWebdeploymentsConfigurationsUnauthorized) IsCode

IsCode returns true when this get webdeployments configurations unauthorized response a status code equal to that given

func (*GetWebdeploymentsConfigurationsUnauthorized) IsRedirect

IsRedirect returns true when this get webdeployments configurations unauthorized response has a 3xx status code

func (*GetWebdeploymentsConfigurationsUnauthorized) IsServerError

IsServerError returns true when this get webdeployments configurations unauthorized response has a 5xx status code

func (*GetWebdeploymentsConfigurationsUnauthorized) IsSuccess

IsSuccess returns true when this get webdeployments configurations unauthorized response has a 2xx status code

func (*GetWebdeploymentsConfigurationsUnauthorized) String

type GetWebdeploymentsConfigurationsUnsupportedMediaType

type GetWebdeploymentsConfigurationsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsConfigurationsUnsupportedMediaType 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 NewGetWebdeploymentsConfigurationsUnsupportedMediaType

func NewGetWebdeploymentsConfigurationsUnsupportedMediaType() *GetWebdeploymentsConfigurationsUnsupportedMediaType

NewGetWebdeploymentsConfigurationsUnsupportedMediaType creates a GetWebdeploymentsConfigurationsUnsupportedMediaType with default headers values

func (*GetWebdeploymentsConfigurationsUnsupportedMediaType) Error

func (*GetWebdeploymentsConfigurationsUnsupportedMediaType) GetPayload

func (*GetWebdeploymentsConfigurationsUnsupportedMediaType) IsClientError

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

func (*GetWebdeploymentsConfigurationsUnsupportedMediaType) IsCode

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

func (*GetWebdeploymentsConfigurationsUnsupportedMediaType) IsRedirect

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

func (*GetWebdeploymentsConfigurationsUnsupportedMediaType) IsServerError

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

func (*GetWebdeploymentsConfigurationsUnsupportedMediaType) IsSuccess

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

func (*GetWebdeploymentsConfigurationsUnsupportedMediaType) String

type GetWebdeploymentsDeploymentBadRequest

type GetWebdeploymentsDeploymentBadRequest struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentBadRequest 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 NewGetWebdeploymentsDeploymentBadRequest

func NewGetWebdeploymentsDeploymentBadRequest() *GetWebdeploymentsDeploymentBadRequest

NewGetWebdeploymentsDeploymentBadRequest creates a GetWebdeploymentsDeploymentBadRequest with default headers values

func (*GetWebdeploymentsDeploymentBadRequest) Error

func (*GetWebdeploymentsDeploymentBadRequest) GetPayload

func (*GetWebdeploymentsDeploymentBadRequest) IsClientError

func (o *GetWebdeploymentsDeploymentBadRequest) IsClientError() bool

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

func (*GetWebdeploymentsDeploymentBadRequest) IsCode

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

func (*GetWebdeploymentsDeploymentBadRequest) IsRedirect

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

func (*GetWebdeploymentsDeploymentBadRequest) IsServerError

func (o *GetWebdeploymentsDeploymentBadRequest) IsServerError() bool

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

func (*GetWebdeploymentsDeploymentBadRequest) IsSuccess

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

func (*GetWebdeploymentsDeploymentBadRequest) String

type GetWebdeploymentsDeploymentCobrowseSessionIDBadRequest

type GetWebdeploymentsDeploymentCobrowseSessionIDBadRequest struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentCobrowseSessionIDBadRequest 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 NewGetWebdeploymentsDeploymentCobrowseSessionIDBadRequest

func NewGetWebdeploymentsDeploymentCobrowseSessionIDBadRequest() *GetWebdeploymentsDeploymentCobrowseSessionIDBadRequest

NewGetWebdeploymentsDeploymentCobrowseSessionIDBadRequest creates a GetWebdeploymentsDeploymentCobrowseSessionIDBadRequest with default headers values

func (*GetWebdeploymentsDeploymentCobrowseSessionIDBadRequest) Error

func (*GetWebdeploymentsDeploymentCobrowseSessionIDBadRequest) GetPayload

func (*GetWebdeploymentsDeploymentCobrowseSessionIDBadRequest) IsClientError

IsClientError returns true when this get webdeployments deployment cobrowse session Id bad request response has a 4xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDBadRequest) IsCode

IsCode returns true when this get webdeployments deployment cobrowse session Id bad request response a status code equal to that given

func (*GetWebdeploymentsDeploymentCobrowseSessionIDBadRequest) IsRedirect

IsRedirect returns true when this get webdeployments deployment cobrowse session Id bad request response has a 3xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDBadRequest) IsServerError

IsServerError returns true when this get webdeployments deployment cobrowse session Id bad request response has a 5xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDBadRequest) IsSuccess

IsSuccess returns true when this get webdeployments deployment cobrowse session Id bad request response has a 2xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDBadRequest) String

type GetWebdeploymentsDeploymentCobrowseSessionIDForbidden

type GetWebdeploymentsDeploymentCobrowseSessionIDForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetWebdeploymentsDeploymentCobrowseSessionIDForbidden

func NewGetWebdeploymentsDeploymentCobrowseSessionIDForbidden() *GetWebdeploymentsDeploymentCobrowseSessionIDForbidden

NewGetWebdeploymentsDeploymentCobrowseSessionIDForbidden creates a GetWebdeploymentsDeploymentCobrowseSessionIDForbidden with default headers values

func (*GetWebdeploymentsDeploymentCobrowseSessionIDForbidden) Error

func (*GetWebdeploymentsDeploymentCobrowseSessionIDForbidden) GetPayload

func (*GetWebdeploymentsDeploymentCobrowseSessionIDForbidden) IsClientError

IsClientError returns true when this get webdeployments deployment cobrowse session Id forbidden response has a 4xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDForbidden) IsCode

IsCode returns true when this get webdeployments deployment cobrowse session Id forbidden response a status code equal to that given

func (*GetWebdeploymentsDeploymentCobrowseSessionIDForbidden) IsRedirect

IsRedirect returns true when this get webdeployments deployment cobrowse session Id forbidden response has a 3xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDForbidden) IsServerError

IsServerError returns true when this get webdeployments deployment cobrowse session Id forbidden response has a 5xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDForbidden) IsSuccess

IsSuccess returns true when this get webdeployments deployment cobrowse session Id forbidden response has a 2xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDForbidden) String

type GetWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout

type GetWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout

func NewGetWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout() *GetWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout

NewGetWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout creates a GetWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout with default headers values

func (*GetWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout) Error

func (*GetWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout) GetPayload

func (*GetWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout) IsClientError

IsClientError returns true when this get webdeployments deployment cobrowse session Id gateway timeout response has a 4xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout) IsCode

IsCode returns true when this get webdeployments deployment cobrowse session Id gateway timeout response a status code equal to that given

func (*GetWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout) IsRedirect

IsRedirect returns true when this get webdeployments deployment cobrowse session Id gateway timeout response has a 3xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout) IsServerError

IsServerError returns true when this get webdeployments deployment cobrowse session Id gateway timeout response has a 5xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout) IsSuccess

IsSuccess returns true when this get webdeployments deployment cobrowse session Id gateway timeout response has a 2xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDGatewayTimeout) String

type GetWebdeploymentsDeploymentCobrowseSessionIDInternalServerError

type GetWebdeploymentsDeploymentCobrowseSessionIDInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentCobrowseSessionIDInternalServerError 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 NewGetWebdeploymentsDeploymentCobrowseSessionIDInternalServerError

func NewGetWebdeploymentsDeploymentCobrowseSessionIDInternalServerError() *GetWebdeploymentsDeploymentCobrowseSessionIDInternalServerError

NewGetWebdeploymentsDeploymentCobrowseSessionIDInternalServerError creates a GetWebdeploymentsDeploymentCobrowseSessionIDInternalServerError with default headers values

func (*GetWebdeploymentsDeploymentCobrowseSessionIDInternalServerError) Error

func (*GetWebdeploymentsDeploymentCobrowseSessionIDInternalServerError) GetPayload

func (*GetWebdeploymentsDeploymentCobrowseSessionIDInternalServerError) IsClientError

IsClientError returns true when this get webdeployments deployment cobrowse session Id internal server error response has a 4xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDInternalServerError) IsCode

IsCode returns true when this get webdeployments deployment cobrowse session Id internal server error response a status code equal to that given

func (*GetWebdeploymentsDeploymentCobrowseSessionIDInternalServerError) IsRedirect

IsRedirect returns true when this get webdeployments deployment cobrowse session Id internal server error response has a 3xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDInternalServerError) IsServerError

IsServerError returns true when this get webdeployments deployment cobrowse session Id internal server error response has a 5xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDInternalServerError) IsSuccess

IsSuccess returns true when this get webdeployments deployment cobrowse session Id internal server error response has a 2xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDInternalServerError) String

type GetWebdeploymentsDeploymentCobrowseSessionIDNotFound

type GetWebdeploymentsDeploymentCobrowseSessionIDNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetWebdeploymentsDeploymentCobrowseSessionIDNotFound

func NewGetWebdeploymentsDeploymentCobrowseSessionIDNotFound() *GetWebdeploymentsDeploymentCobrowseSessionIDNotFound

NewGetWebdeploymentsDeploymentCobrowseSessionIDNotFound creates a GetWebdeploymentsDeploymentCobrowseSessionIDNotFound with default headers values

func (*GetWebdeploymentsDeploymentCobrowseSessionIDNotFound) Error

func (*GetWebdeploymentsDeploymentCobrowseSessionIDNotFound) GetPayload

func (*GetWebdeploymentsDeploymentCobrowseSessionIDNotFound) IsClientError

IsClientError returns true when this get webdeployments deployment cobrowse session Id not found response has a 4xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDNotFound) IsCode

IsCode returns true when this get webdeployments deployment cobrowse session Id not found response a status code equal to that given

func (*GetWebdeploymentsDeploymentCobrowseSessionIDNotFound) IsRedirect

IsRedirect returns true when this get webdeployments deployment cobrowse session Id not found response has a 3xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDNotFound) IsServerError

IsServerError returns true when this get webdeployments deployment cobrowse session Id not found response has a 5xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDNotFound) IsSuccess

IsSuccess returns true when this get webdeployments deployment cobrowse session Id not found response has a 2xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDNotFound) String

type GetWebdeploymentsDeploymentCobrowseSessionIDOK

type GetWebdeploymentsDeploymentCobrowseSessionIDOK struct {
	Payload *models.CobrowseWebMessagingSession
}

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

successful operation

func NewGetWebdeploymentsDeploymentCobrowseSessionIDOK

func NewGetWebdeploymentsDeploymentCobrowseSessionIDOK() *GetWebdeploymentsDeploymentCobrowseSessionIDOK

NewGetWebdeploymentsDeploymentCobrowseSessionIDOK creates a GetWebdeploymentsDeploymentCobrowseSessionIDOK with default headers values

func (*GetWebdeploymentsDeploymentCobrowseSessionIDOK) Error

func (*GetWebdeploymentsDeploymentCobrowseSessionIDOK) GetPayload

func (*GetWebdeploymentsDeploymentCobrowseSessionIDOK) IsClientError

IsClientError returns true when this get webdeployments deployment cobrowse session Id o k response has a 4xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDOK) IsCode

IsCode returns true when this get webdeployments deployment cobrowse session Id o k response a status code equal to that given

func (*GetWebdeploymentsDeploymentCobrowseSessionIDOK) IsRedirect

IsRedirect returns true when this get webdeployments deployment cobrowse session Id o k response has a 3xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDOK) IsServerError

IsServerError returns true when this get webdeployments deployment cobrowse session Id o k response has a 5xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDOK) IsSuccess

IsSuccess returns true when this get webdeployments deployment cobrowse session Id o k response has a 2xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDOK) String

type GetWebdeploymentsDeploymentCobrowseSessionIDParams

type GetWebdeploymentsDeploymentCobrowseSessionIDParams struct {

	/* DeploymentID.

	   WebMessaging deployment ID
	*/
	DeploymentID string

	/* SessionID.

	   Cobrowse session id or join code
	*/
	SessionID string

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

GetWebdeploymentsDeploymentCobrowseSessionIDParams contains all the parameters to send to the API endpoint

for the get webdeployments deployment cobrowse session Id operation.

Typically these are written to a http.Request.

func NewGetWebdeploymentsDeploymentCobrowseSessionIDParams

func NewGetWebdeploymentsDeploymentCobrowseSessionIDParams() *GetWebdeploymentsDeploymentCobrowseSessionIDParams

NewGetWebdeploymentsDeploymentCobrowseSessionIDParams creates a new GetWebdeploymentsDeploymentCobrowseSessionIDParams 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 NewGetWebdeploymentsDeploymentCobrowseSessionIDParamsWithContext

func NewGetWebdeploymentsDeploymentCobrowseSessionIDParamsWithContext(ctx context.Context) *GetWebdeploymentsDeploymentCobrowseSessionIDParams

NewGetWebdeploymentsDeploymentCobrowseSessionIDParamsWithContext creates a new GetWebdeploymentsDeploymentCobrowseSessionIDParams object with the ability to set a context for a request.

func NewGetWebdeploymentsDeploymentCobrowseSessionIDParamsWithHTTPClient

func NewGetWebdeploymentsDeploymentCobrowseSessionIDParamsWithHTTPClient(client *http.Client) *GetWebdeploymentsDeploymentCobrowseSessionIDParams

NewGetWebdeploymentsDeploymentCobrowseSessionIDParamsWithHTTPClient creates a new GetWebdeploymentsDeploymentCobrowseSessionIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebdeploymentsDeploymentCobrowseSessionIDParamsWithTimeout

func NewGetWebdeploymentsDeploymentCobrowseSessionIDParamsWithTimeout(timeout time.Duration) *GetWebdeploymentsDeploymentCobrowseSessionIDParams

NewGetWebdeploymentsDeploymentCobrowseSessionIDParamsWithTimeout creates a new GetWebdeploymentsDeploymentCobrowseSessionIDParams object with the ability to set a timeout on a request.

func (*GetWebdeploymentsDeploymentCobrowseSessionIDParams) SetContext

SetContext adds the context to the get webdeployments deployment cobrowse session Id params

func (*GetWebdeploymentsDeploymentCobrowseSessionIDParams) SetDefaults

SetDefaults hydrates default values in the get webdeployments deployment cobrowse session Id params (not the query body).

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

func (*GetWebdeploymentsDeploymentCobrowseSessionIDParams) SetDeploymentID

func (o *GetWebdeploymentsDeploymentCobrowseSessionIDParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get webdeployments deployment cobrowse session Id params

func (*GetWebdeploymentsDeploymentCobrowseSessionIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get webdeployments deployment cobrowse session Id params

func (*GetWebdeploymentsDeploymentCobrowseSessionIDParams) SetSessionID

SetSessionID adds the sessionId to the get webdeployments deployment cobrowse session Id params

func (*GetWebdeploymentsDeploymentCobrowseSessionIDParams) SetTimeout

SetTimeout adds the timeout to the get webdeployments deployment cobrowse session Id params

func (*GetWebdeploymentsDeploymentCobrowseSessionIDParams) WithContext

WithContext adds the context to the get webdeployments deployment cobrowse session Id params

func (*GetWebdeploymentsDeploymentCobrowseSessionIDParams) WithDefaults

WithDefaults hydrates default values in the get webdeployments deployment cobrowse session Id params (not the query body).

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

func (*GetWebdeploymentsDeploymentCobrowseSessionIDParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the get webdeployments deployment cobrowse session Id params

func (*GetWebdeploymentsDeploymentCobrowseSessionIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webdeployments deployment cobrowse session Id params

func (*GetWebdeploymentsDeploymentCobrowseSessionIDParams) WithSessionID

WithSessionID adds the sessionID to the get webdeployments deployment cobrowse session Id params

func (*GetWebdeploymentsDeploymentCobrowseSessionIDParams) WithTimeout

WithTimeout adds the timeout to the get webdeployments deployment cobrowse session Id params

func (*GetWebdeploymentsDeploymentCobrowseSessionIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebdeploymentsDeploymentCobrowseSessionIDReader

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

GetWebdeploymentsDeploymentCobrowseSessionIDReader is a Reader for the GetWebdeploymentsDeploymentCobrowseSessionID structure.

func (*GetWebdeploymentsDeploymentCobrowseSessionIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge

type GetWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge

func NewGetWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge() *GetWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge

NewGetWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge creates a GetWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge with default headers values

func (*GetWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge) Error

func (*GetWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge) GetPayload

func (*GetWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this get webdeployments deployment cobrowse session Id request entity too large response has a 4xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge) IsCode

IsCode returns true when this get webdeployments deployment cobrowse session Id request entity too large response a status code equal to that given

func (*GetWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get webdeployments deployment cobrowse session Id request entity too large response has a 3xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this get webdeployments deployment cobrowse session Id request entity too large response has a 5xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get webdeployments deployment cobrowse session Id request entity too large response has a 2xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDRequestEntityTooLarge) String

type GetWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout

type GetWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout 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 NewGetWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout

func NewGetWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout() *GetWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout

NewGetWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout creates a GetWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout with default headers values

func (*GetWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout) Error

func (*GetWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout) GetPayload

func (*GetWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout) IsClientError

IsClientError returns true when this get webdeployments deployment cobrowse session Id request timeout response has a 4xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout) IsCode

IsCode returns true when this get webdeployments deployment cobrowse session Id request timeout response a status code equal to that given

func (*GetWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout) IsRedirect

IsRedirect returns true when this get webdeployments deployment cobrowse session Id request timeout response has a 3xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout) IsServerError

IsServerError returns true when this get webdeployments deployment cobrowse session Id request timeout response has a 5xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout) IsSuccess

IsSuccess returns true when this get webdeployments deployment cobrowse session Id request timeout response has a 2xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDRequestTimeout) String

type GetWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable

type GetWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable 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 NewGetWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable

func NewGetWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable() *GetWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable

NewGetWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable creates a GetWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable with default headers values

func (*GetWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable) Error

func (*GetWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable) GetPayload

func (*GetWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable) IsClientError

IsClientError returns true when this get webdeployments deployment cobrowse session Id service unavailable response has a 4xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable) IsCode

IsCode returns true when this get webdeployments deployment cobrowse session Id service unavailable response a status code equal to that given

func (*GetWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable) IsRedirect

IsRedirect returns true when this get webdeployments deployment cobrowse session Id service unavailable response has a 3xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable) IsServerError

IsServerError returns true when this get webdeployments deployment cobrowse session Id service unavailable response has a 5xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable) IsSuccess

IsSuccess returns true when this get webdeployments deployment cobrowse session Id service unavailable response has a 2xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDServiceUnavailable) String

type GetWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests

type GetWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests

func NewGetWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests() *GetWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests

NewGetWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests creates a GetWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests with default headers values

func (*GetWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests) Error

func (*GetWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests) GetPayload

func (*GetWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests) IsClientError

IsClientError returns true when this get webdeployments deployment cobrowse session Id too many requests response has a 4xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests) IsCode

IsCode returns true when this get webdeployments deployment cobrowse session Id too many requests response a status code equal to that given

func (*GetWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests) IsRedirect

IsRedirect returns true when this get webdeployments deployment cobrowse session Id too many requests response has a 3xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests) IsServerError

IsServerError returns true when this get webdeployments deployment cobrowse session Id too many requests response has a 5xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests) IsSuccess

IsSuccess returns true when this get webdeployments deployment cobrowse session Id too many requests response has a 2xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDTooManyRequests) String

type GetWebdeploymentsDeploymentCobrowseSessionIDUnauthorized

type GetWebdeploymentsDeploymentCobrowseSessionIDUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetWebdeploymentsDeploymentCobrowseSessionIDUnauthorized

func NewGetWebdeploymentsDeploymentCobrowseSessionIDUnauthorized() *GetWebdeploymentsDeploymentCobrowseSessionIDUnauthorized

NewGetWebdeploymentsDeploymentCobrowseSessionIDUnauthorized creates a GetWebdeploymentsDeploymentCobrowseSessionIDUnauthorized with default headers values

func (*GetWebdeploymentsDeploymentCobrowseSessionIDUnauthorized) Error

func (*GetWebdeploymentsDeploymentCobrowseSessionIDUnauthorized) GetPayload

func (*GetWebdeploymentsDeploymentCobrowseSessionIDUnauthorized) IsClientError

IsClientError returns true when this get webdeployments deployment cobrowse session Id unauthorized response has a 4xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDUnauthorized) IsCode

IsCode returns true when this get webdeployments deployment cobrowse session Id unauthorized response a status code equal to that given

func (*GetWebdeploymentsDeploymentCobrowseSessionIDUnauthorized) IsRedirect

IsRedirect returns true when this get webdeployments deployment cobrowse session Id unauthorized response has a 3xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDUnauthorized) IsServerError

IsServerError returns true when this get webdeployments deployment cobrowse session Id unauthorized response has a 5xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDUnauthorized) IsSuccess

IsSuccess returns true when this get webdeployments deployment cobrowse session Id unauthorized response has a 2xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDUnauthorized) String

type GetWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType

type GetWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType 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 NewGetWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType

func NewGetWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType() *GetWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType

NewGetWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType creates a GetWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType with default headers values

func (*GetWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType) Error

func (*GetWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType) GetPayload

func (*GetWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType) IsClientError

IsClientError returns true when this get webdeployments deployment cobrowse session Id unsupported media type response has a 4xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType) IsCode

IsCode returns true when this get webdeployments deployment cobrowse session Id unsupported media type response a status code equal to that given

func (*GetWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get webdeployments deployment cobrowse session Id unsupported media type response has a 3xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType) IsServerError

IsServerError returns true when this get webdeployments deployment cobrowse session Id unsupported media type response has a 5xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get webdeployments deployment cobrowse session Id unsupported media type response has a 2xx status code

func (*GetWebdeploymentsDeploymentCobrowseSessionIDUnsupportedMediaType) String

type GetWebdeploymentsDeploymentConfigurationsBadRequest

type GetWebdeploymentsDeploymentConfigurationsBadRequest struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentConfigurationsBadRequest 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 NewGetWebdeploymentsDeploymentConfigurationsBadRequest

func NewGetWebdeploymentsDeploymentConfigurationsBadRequest() *GetWebdeploymentsDeploymentConfigurationsBadRequest

NewGetWebdeploymentsDeploymentConfigurationsBadRequest creates a GetWebdeploymentsDeploymentConfigurationsBadRequest with default headers values

func (*GetWebdeploymentsDeploymentConfigurationsBadRequest) Error

func (*GetWebdeploymentsDeploymentConfigurationsBadRequest) GetPayload

func (*GetWebdeploymentsDeploymentConfigurationsBadRequest) IsClientError

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

func (*GetWebdeploymentsDeploymentConfigurationsBadRequest) IsCode

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

func (*GetWebdeploymentsDeploymentConfigurationsBadRequest) IsRedirect

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

func (*GetWebdeploymentsDeploymentConfigurationsBadRequest) IsServerError

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

func (*GetWebdeploymentsDeploymentConfigurationsBadRequest) IsSuccess

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

func (*GetWebdeploymentsDeploymentConfigurationsBadRequest) String

type GetWebdeploymentsDeploymentConfigurationsForbidden

type GetWebdeploymentsDeploymentConfigurationsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetWebdeploymentsDeploymentConfigurationsForbidden

func NewGetWebdeploymentsDeploymentConfigurationsForbidden() *GetWebdeploymentsDeploymentConfigurationsForbidden

NewGetWebdeploymentsDeploymentConfigurationsForbidden creates a GetWebdeploymentsDeploymentConfigurationsForbidden with default headers values

func (*GetWebdeploymentsDeploymentConfigurationsForbidden) Error

func (*GetWebdeploymentsDeploymentConfigurationsForbidden) GetPayload

func (*GetWebdeploymentsDeploymentConfigurationsForbidden) IsClientError

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

func (*GetWebdeploymentsDeploymentConfigurationsForbidden) IsCode

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

func (*GetWebdeploymentsDeploymentConfigurationsForbidden) IsRedirect

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

func (*GetWebdeploymentsDeploymentConfigurationsForbidden) IsServerError

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

func (*GetWebdeploymentsDeploymentConfigurationsForbidden) IsSuccess

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

func (*GetWebdeploymentsDeploymentConfigurationsForbidden) String

type GetWebdeploymentsDeploymentConfigurationsGatewayTimeout

type GetWebdeploymentsDeploymentConfigurationsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetWebdeploymentsDeploymentConfigurationsGatewayTimeout

func NewGetWebdeploymentsDeploymentConfigurationsGatewayTimeout() *GetWebdeploymentsDeploymentConfigurationsGatewayTimeout

NewGetWebdeploymentsDeploymentConfigurationsGatewayTimeout creates a GetWebdeploymentsDeploymentConfigurationsGatewayTimeout with default headers values

func (*GetWebdeploymentsDeploymentConfigurationsGatewayTimeout) Error

func (*GetWebdeploymentsDeploymentConfigurationsGatewayTimeout) GetPayload

func (*GetWebdeploymentsDeploymentConfigurationsGatewayTimeout) IsClientError

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

func (*GetWebdeploymentsDeploymentConfigurationsGatewayTimeout) IsCode

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

func (*GetWebdeploymentsDeploymentConfigurationsGatewayTimeout) IsRedirect

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

func (*GetWebdeploymentsDeploymentConfigurationsGatewayTimeout) IsServerError

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

func (*GetWebdeploymentsDeploymentConfigurationsGatewayTimeout) IsSuccess

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

func (*GetWebdeploymentsDeploymentConfigurationsGatewayTimeout) String

type GetWebdeploymentsDeploymentConfigurationsInternalServerError

type GetWebdeploymentsDeploymentConfigurationsInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentConfigurationsInternalServerError 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 NewGetWebdeploymentsDeploymentConfigurationsInternalServerError

func NewGetWebdeploymentsDeploymentConfigurationsInternalServerError() *GetWebdeploymentsDeploymentConfigurationsInternalServerError

NewGetWebdeploymentsDeploymentConfigurationsInternalServerError creates a GetWebdeploymentsDeploymentConfigurationsInternalServerError with default headers values

func (*GetWebdeploymentsDeploymentConfigurationsInternalServerError) Error

func (*GetWebdeploymentsDeploymentConfigurationsInternalServerError) GetPayload

func (*GetWebdeploymentsDeploymentConfigurationsInternalServerError) IsClientError

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

func (*GetWebdeploymentsDeploymentConfigurationsInternalServerError) IsCode

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

func (*GetWebdeploymentsDeploymentConfigurationsInternalServerError) IsRedirect

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

func (*GetWebdeploymentsDeploymentConfigurationsInternalServerError) IsServerError

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

func (*GetWebdeploymentsDeploymentConfigurationsInternalServerError) IsSuccess

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

func (*GetWebdeploymentsDeploymentConfigurationsInternalServerError) String

type GetWebdeploymentsDeploymentConfigurationsNotFound

type GetWebdeploymentsDeploymentConfigurationsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetWebdeploymentsDeploymentConfigurationsNotFound

func NewGetWebdeploymentsDeploymentConfigurationsNotFound() *GetWebdeploymentsDeploymentConfigurationsNotFound

NewGetWebdeploymentsDeploymentConfigurationsNotFound creates a GetWebdeploymentsDeploymentConfigurationsNotFound with default headers values

func (*GetWebdeploymentsDeploymentConfigurationsNotFound) Error

func (*GetWebdeploymentsDeploymentConfigurationsNotFound) GetPayload

func (*GetWebdeploymentsDeploymentConfigurationsNotFound) IsClientError

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

func (*GetWebdeploymentsDeploymentConfigurationsNotFound) IsCode

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

func (*GetWebdeploymentsDeploymentConfigurationsNotFound) IsRedirect

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

func (*GetWebdeploymentsDeploymentConfigurationsNotFound) IsServerError

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

func (*GetWebdeploymentsDeploymentConfigurationsNotFound) IsSuccess

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

func (*GetWebdeploymentsDeploymentConfigurationsNotFound) String

type GetWebdeploymentsDeploymentConfigurationsOK

type GetWebdeploymentsDeploymentConfigurationsOK struct {
	Payload *models.WebDeploymentActiveConfigurationOnDeployment
}

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

successful operation

func NewGetWebdeploymentsDeploymentConfigurationsOK

func NewGetWebdeploymentsDeploymentConfigurationsOK() *GetWebdeploymentsDeploymentConfigurationsOK

NewGetWebdeploymentsDeploymentConfigurationsOK creates a GetWebdeploymentsDeploymentConfigurationsOK with default headers values

func (*GetWebdeploymentsDeploymentConfigurationsOK) Error

func (*GetWebdeploymentsDeploymentConfigurationsOK) GetPayload

func (*GetWebdeploymentsDeploymentConfigurationsOK) IsClientError

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

func (*GetWebdeploymentsDeploymentConfigurationsOK) IsCode

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

func (*GetWebdeploymentsDeploymentConfigurationsOK) IsRedirect

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

func (*GetWebdeploymentsDeploymentConfigurationsOK) IsServerError

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

func (*GetWebdeploymentsDeploymentConfigurationsOK) IsSuccess

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

func (*GetWebdeploymentsDeploymentConfigurationsOK) String

type GetWebdeploymentsDeploymentConfigurationsParams

type GetWebdeploymentsDeploymentConfigurationsParams struct {

	/* DeploymentID.

	   The deployment ID
	*/
	DeploymentID string

	/* Type.

	   Get active configuration on a deployment
	*/
	Type *string

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

GetWebdeploymentsDeploymentConfigurationsParams contains all the parameters to send to the API endpoint

for the get webdeployments deployment configurations operation.

Typically these are written to a http.Request.

func NewGetWebdeploymentsDeploymentConfigurationsParams

func NewGetWebdeploymentsDeploymentConfigurationsParams() *GetWebdeploymentsDeploymentConfigurationsParams

NewGetWebdeploymentsDeploymentConfigurationsParams creates a new GetWebdeploymentsDeploymentConfigurationsParams 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 NewGetWebdeploymentsDeploymentConfigurationsParamsWithContext

func NewGetWebdeploymentsDeploymentConfigurationsParamsWithContext(ctx context.Context) *GetWebdeploymentsDeploymentConfigurationsParams

NewGetWebdeploymentsDeploymentConfigurationsParamsWithContext creates a new GetWebdeploymentsDeploymentConfigurationsParams object with the ability to set a context for a request.

func NewGetWebdeploymentsDeploymentConfigurationsParamsWithHTTPClient

func NewGetWebdeploymentsDeploymentConfigurationsParamsWithHTTPClient(client *http.Client) *GetWebdeploymentsDeploymentConfigurationsParams

NewGetWebdeploymentsDeploymentConfigurationsParamsWithHTTPClient creates a new GetWebdeploymentsDeploymentConfigurationsParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebdeploymentsDeploymentConfigurationsParamsWithTimeout

func NewGetWebdeploymentsDeploymentConfigurationsParamsWithTimeout(timeout time.Duration) *GetWebdeploymentsDeploymentConfigurationsParams

NewGetWebdeploymentsDeploymentConfigurationsParamsWithTimeout creates a new GetWebdeploymentsDeploymentConfigurationsParams object with the ability to set a timeout on a request.

func (*GetWebdeploymentsDeploymentConfigurationsParams) SetContext

SetContext adds the context to the get webdeployments deployment configurations params

func (*GetWebdeploymentsDeploymentConfigurationsParams) SetDefaults

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

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

func (*GetWebdeploymentsDeploymentConfigurationsParams) SetDeploymentID

func (o *GetWebdeploymentsDeploymentConfigurationsParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get webdeployments deployment configurations params

func (*GetWebdeploymentsDeploymentConfigurationsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get webdeployments deployment configurations params

func (*GetWebdeploymentsDeploymentConfigurationsParams) SetTimeout

SetTimeout adds the timeout to the get webdeployments deployment configurations params

func (*GetWebdeploymentsDeploymentConfigurationsParams) SetType

SetType adds the type to the get webdeployments deployment configurations params

func (*GetWebdeploymentsDeploymentConfigurationsParams) WithContext

WithContext adds the context to the get webdeployments deployment configurations params

func (*GetWebdeploymentsDeploymentConfigurationsParams) WithDefaults

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

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

func (*GetWebdeploymentsDeploymentConfigurationsParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the get webdeployments deployment configurations params

func (*GetWebdeploymentsDeploymentConfigurationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webdeployments deployment configurations params

func (*GetWebdeploymentsDeploymentConfigurationsParams) WithTimeout

WithTimeout adds the timeout to the get webdeployments deployment configurations params

func (*GetWebdeploymentsDeploymentConfigurationsParams) WithType

WithType adds the typeVar to the get webdeployments deployment configurations params

func (*GetWebdeploymentsDeploymentConfigurationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebdeploymentsDeploymentConfigurationsReader

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

GetWebdeploymentsDeploymentConfigurationsReader is a Reader for the GetWebdeploymentsDeploymentConfigurations structure.

func (*GetWebdeploymentsDeploymentConfigurationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetWebdeploymentsDeploymentConfigurationsRequestEntityTooLarge

type GetWebdeploymentsDeploymentConfigurationsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebdeploymentsDeploymentConfigurationsRequestEntityTooLarge

func NewGetWebdeploymentsDeploymentConfigurationsRequestEntityTooLarge() *GetWebdeploymentsDeploymentConfigurationsRequestEntityTooLarge

NewGetWebdeploymentsDeploymentConfigurationsRequestEntityTooLarge creates a GetWebdeploymentsDeploymentConfigurationsRequestEntityTooLarge with default headers values

func (*GetWebdeploymentsDeploymentConfigurationsRequestEntityTooLarge) Error

func (*GetWebdeploymentsDeploymentConfigurationsRequestEntityTooLarge) GetPayload

func (*GetWebdeploymentsDeploymentConfigurationsRequestEntityTooLarge) IsClientError

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

func (*GetWebdeploymentsDeploymentConfigurationsRequestEntityTooLarge) IsCode

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

func (*GetWebdeploymentsDeploymentConfigurationsRequestEntityTooLarge) IsRedirect

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

func (*GetWebdeploymentsDeploymentConfigurationsRequestEntityTooLarge) IsServerError

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

func (*GetWebdeploymentsDeploymentConfigurationsRequestEntityTooLarge) IsSuccess

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

func (*GetWebdeploymentsDeploymentConfigurationsRequestEntityTooLarge) String

type GetWebdeploymentsDeploymentConfigurationsRequestTimeout

type GetWebdeploymentsDeploymentConfigurationsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentConfigurationsRequestTimeout 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 NewGetWebdeploymentsDeploymentConfigurationsRequestTimeout

func NewGetWebdeploymentsDeploymentConfigurationsRequestTimeout() *GetWebdeploymentsDeploymentConfigurationsRequestTimeout

NewGetWebdeploymentsDeploymentConfigurationsRequestTimeout creates a GetWebdeploymentsDeploymentConfigurationsRequestTimeout with default headers values

func (*GetWebdeploymentsDeploymentConfigurationsRequestTimeout) Error

func (*GetWebdeploymentsDeploymentConfigurationsRequestTimeout) GetPayload

func (*GetWebdeploymentsDeploymentConfigurationsRequestTimeout) IsClientError

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

func (*GetWebdeploymentsDeploymentConfigurationsRequestTimeout) IsCode

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

func (*GetWebdeploymentsDeploymentConfigurationsRequestTimeout) IsRedirect

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

func (*GetWebdeploymentsDeploymentConfigurationsRequestTimeout) IsServerError

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

func (*GetWebdeploymentsDeploymentConfigurationsRequestTimeout) IsSuccess

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

func (*GetWebdeploymentsDeploymentConfigurationsRequestTimeout) String

type GetWebdeploymentsDeploymentConfigurationsServiceUnavailable

type GetWebdeploymentsDeploymentConfigurationsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentConfigurationsServiceUnavailable 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 NewGetWebdeploymentsDeploymentConfigurationsServiceUnavailable

func NewGetWebdeploymentsDeploymentConfigurationsServiceUnavailable() *GetWebdeploymentsDeploymentConfigurationsServiceUnavailable

NewGetWebdeploymentsDeploymentConfigurationsServiceUnavailable creates a GetWebdeploymentsDeploymentConfigurationsServiceUnavailable with default headers values

func (*GetWebdeploymentsDeploymentConfigurationsServiceUnavailable) Error

func (*GetWebdeploymentsDeploymentConfigurationsServiceUnavailable) GetPayload

func (*GetWebdeploymentsDeploymentConfigurationsServiceUnavailable) IsClientError

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

func (*GetWebdeploymentsDeploymentConfigurationsServiceUnavailable) IsCode

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

func (*GetWebdeploymentsDeploymentConfigurationsServiceUnavailable) IsRedirect

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

func (*GetWebdeploymentsDeploymentConfigurationsServiceUnavailable) IsServerError

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

func (*GetWebdeploymentsDeploymentConfigurationsServiceUnavailable) IsSuccess

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

func (*GetWebdeploymentsDeploymentConfigurationsServiceUnavailable) String

type GetWebdeploymentsDeploymentConfigurationsTooManyRequests

type GetWebdeploymentsDeploymentConfigurationsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebdeploymentsDeploymentConfigurationsTooManyRequests

func NewGetWebdeploymentsDeploymentConfigurationsTooManyRequests() *GetWebdeploymentsDeploymentConfigurationsTooManyRequests

NewGetWebdeploymentsDeploymentConfigurationsTooManyRequests creates a GetWebdeploymentsDeploymentConfigurationsTooManyRequests with default headers values

func (*GetWebdeploymentsDeploymentConfigurationsTooManyRequests) Error

func (*GetWebdeploymentsDeploymentConfigurationsTooManyRequests) GetPayload

func (*GetWebdeploymentsDeploymentConfigurationsTooManyRequests) IsClientError

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

func (*GetWebdeploymentsDeploymentConfigurationsTooManyRequests) IsCode

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

func (*GetWebdeploymentsDeploymentConfigurationsTooManyRequests) IsRedirect

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

func (*GetWebdeploymentsDeploymentConfigurationsTooManyRequests) IsServerError

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

func (*GetWebdeploymentsDeploymentConfigurationsTooManyRequests) IsSuccess

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

func (*GetWebdeploymentsDeploymentConfigurationsTooManyRequests) String

type GetWebdeploymentsDeploymentConfigurationsUnauthorized

type GetWebdeploymentsDeploymentConfigurationsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetWebdeploymentsDeploymentConfigurationsUnauthorized

func NewGetWebdeploymentsDeploymentConfigurationsUnauthorized() *GetWebdeploymentsDeploymentConfigurationsUnauthorized

NewGetWebdeploymentsDeploymentConfigurationsUnauthorized creates a GetWebdeploymentsDeploymentConfigurationsUnauthorized with default headers values

func (*GetWebdeploymentsDeploymentConfigurationsUnauthorized) Error

func (*GetWebdeploymentsDeploymentConfigurationsUnauthorized) GetPayload

func (*GetWebdeploymentsDeploymentConfigurationsUnauthorized) IsClientError

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

func (*GetWebdeploymentsDeploymentConfigurationsUnauthorized) IsCode

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

func (*GetWebdeploymentsDeploymentConfigurationsUnauthorized) IsRedirect

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

func (*GetWebdeploymentsDeploymentConfigurationsUnauthorized) IsServerError

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

func (*GetWebdeploymentsDeploymentConfigurationsUnauthorized) IsSuccess

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

func (*GetWebdeploymentsDeploymentConfigurationsUnauthorized) String

type GetWebdeploymentsDeploymentConfigurationsUnsupportedMediaType

type GetWebdeploymentsDeploymentConfigurationsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentConfigurationsUnsupportedMediaType 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 NewGetWebdeploymentsDeploymentConfigurationsUnsupportedMediaType

func NewGetWebdeploymentsDeploymentConfigurationsUnsupportedMediaType() *GetWebdeploymentsDeploymentConfigurationsUnsupportedMediaType

NewGetWebdeploymentsDeploymentConfigurationsUnsupportedMediaType creates a GetWebdeploymentsDeploymentConfigurationsUnsupportedMediaType with default headers values

func (*GetWebdeploymentsDeploymentConfigurationsUnsupportedMediaType) Error

func (*GetWebdeploymentsDeploymentConfigurationsUnsupportedMediaType) GetPayload

func (*GetWebdeploymentsDeploymentConfigurationsUnsupportedMediaType) IsClientError

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

func (*GetWebdeploymentsDeploymentConfigurationsUnsupportedMediaType) IsCode

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

func (*GetWebdeploymentsDeploymentConfigurationsUnsupportedMediaType) IsRedirect

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

func (*GetWebdeploymentsDeploymentConfigurationsUnsupportedMediaType) IsServerError

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

func (*GetWebdeploymentsDeploymentConfigurationsUnsupportedMediaType) IsSuccess

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

func (*GetWebdeploymentsDeploymentConfigurationsUnsupportedMediaType) String

type GetWebdeploymentsDeploymentForbidden

type GetWebdeploymentsDeploymentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetWebdeploymentsDeploymentForbidden

func NewGetWebdeploymentsDeploymentForbidden() *GetWebdeploymentsDeploymentForbidden

NewGetWebdeploymentsDeploymentForbidden creates a GetWebdeploymentsDeploymentForbidden with default headers values

func (*GetWebdeploymentsDeploymentForbidden) Error

func (*GetWebdeploymentsDeploymentForbidden) GetPayload

func (*GetWebdeploymentsDeploymentForbidden) IsClientError

func (o *GetWebdeploymentsDeploymentForbidden) IsClientError() bool

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

func (*GetWebdeploymentsDeploymentForbidden) IsCode

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

func (*GetWebdeploymentsDeploymentForbidden) IsRedirect

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

func (*GetWebdeploymentsDeploymentForbidden) IsServerError

func (o *GetWebdeploymentsDeploymentForbidden) IsServerError() bool

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

func (*GetWebdeploymentsDeploymentForbidden) IsSuccess

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

func (*GetWebdeploymentsDeploymentForbidden) String

type GetWebdeploymentsDeploymentGatewayTimeout

type GetWebdeploymentsDeploymentGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetWebdeploymentsDeploymentGatewayTimeout

func NewGetWebdeploymentsDeploymentGatewayTimeout() *GetWebdeploymentsDeploymentGatewayTimeout

NewGetWebdeploymentsDeploymentGatewayTimeout creates a GetWebdeploymentsDeploymentGatewayTimeout with default headers values

func (*GetWebdeploymentsDeploymentGatewayTimeout) Error

func (*GetWebdeploymentsDeploymentGatewayTimeout) GetPayload

func (*GetWebdeploymentsDeploymentGatewayTimeout) IsClientError

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

func (*GetWebdeploymentsDeploymentGatewayTimeout) IsCode

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

func (*GetWebdeploymentsDeploymentGatewayTimeout) IsRedirect

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

func (*GetWebdeploymentsDeploymentGatewayTimeout) IsServerError

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

func (*GetWebdeploymentsDeploymentGatewayTimeout) IsSuccess

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

func (*GetWebdeploymentsDeploymentGatewayTimeout) String

type GetWebdeploymentsDeploymentInternalServerError

type GetWebdeploymentsDeploymentInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentInternalServerError 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 NewGetWebdeploymentsDeploymentInternalServerError

func NewGetWebdeploymentsDeploymentInternalServerError() *GetWebdeploymentsDeploymentInternalServerError

NewGetWebdeploymentsDeploymentInternalServerError creates a GetWebdeploymentsDeploymentInternalServerError with default headers values

func (*GetWebdeploymentsDeploymentInternalServerError) Error

func (*GetWebdeploymentsDeploymentInternalServerError) GetPayload

func (*GetWebdeploymentsDeploymentInternalServerError) IsClientError

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

func (*GetWebdeploymentsDeploymentInternalServerError) IsCode

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

func (*GetWebdeploymentsDeploymentInternalServerError) IsRedirect

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

func (*GetWebdeploymentsDeploymentInternalServerError) IsServerError

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

func (*GetWebdeploymentsDeploymentInternalServerError) IsSuccess

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

func (*GetWebdeploymentsDeploymentInternalServerError) String

type GetWebdeploymentsDeploymentNotFound

type GetWebdeploymentsDeploymentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetWebdeploymentsDeploymentNotFound

func NewGetWebdeploymentsDeploymentNotFound() *GetWebdeploymentsDeploymentNotFound

NewGetWebdeploymentsDeploymentNotFound creates a GetWebdeploymentsDeploymentNotFound with default headers values

func (*GetWebdeploymentsDeploymentNotFound) Error

func (*GetWebdeploymentsDeploymentNotFound) GetPayload

func (*GetWebdeploymentsDeploymentNotFound) IsClientError

func (o *GetWebdeploymentsDeploymentNotFound) IsClientError() bool

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

func (*GetWebdeploymentsDeploymentNotFound) IsCode

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

func (*GetWebdeploymentsDeploymentNotFound) IsRedirect

func (o *GetWebdeploymentsDeploymentNotFound) IsRedirect() bool

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

func (*GetWebdeploymentsDeploymentNotFound) IsServerError

func (o *GetWebdeploymentsDeploymentNotFound) IsServerError() bool

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

func (*GetWebdeploymentsDeploymentNotFound) IsSuccess

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

func (*GetWebdeploymentsDeploymentNotFound) String

type GetWebdeploymentsDeploymentOK

type GetWebdeploymentsDeploymentOK struct {
	Payload *models.WebDeployment
}

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

successful operation

func NewGetWebdeploymentsDeploymentOK

func NewGetWebdeploymentsDeploymentOK() *GetWebdeploymentsDeploymentOK

NewGetWebdeploymentsDeploymentOK creates a GetWebdeploymentsDeploymentOK with default headers values

func (*GetWebdeploymentsDeploymentOK) Error

func (*GetWebdeploymentsDeploymentOK) GetPayload

func (*GetWebdeploymentsDeploymentOK) IsClientError

func (o *GetWebdeploymentsDeploymentOK) IsClientError() bool

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

func (*GetWebdeploymentsDeploymentOK) IsCode

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

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

func (*GetWebdeploymentsDeploymentOK) IsRedirect

func (o *GetWebdeploymentsDeploymentOK) IsRedirect() bool

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

func (*GetWebdeploymentsDeploymentOK) IsServerError

func (o *GetWebdeploymentsDeploymentOK) IsServerError() bool

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

func (*GetWebdeploymentsDeploymentOK) IsSuccess

func (o *GetWebdeploymentsDeploymentOK) IsSuccess() bool

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

func (*GetWebdeploymentsDeploymentOK) String

type GetWebdeploymentsDeploymentParams

type GetWebdeploymentsDeploymentParams struct {

	/* DeploymentID.

	   The deployment ID
	*/
	DeploymentID string

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

GetWebdeploymentsDeploymentParams contains all the parameters to send to the API endpoint

for the get webdeployments deployment operation.

Typically these are written to a http.Request.

func NewGetWebdeploymentsDeploymentParams

func NewGetWebdeploymentsDeploymentParams() *GetWebdeploymentsDeploymentParams

NewGetWebdeploymentsDeploymentParams creates a new GetWebdeploymentsDeploymentParams 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 NewGetWebdeploymentsDeploymentParamsWithContext

func NewGetWebdeploymentsDeploymentParamsWithContext(ctx context.Context) *GetWebdeploymentsDeploymentParams

NewGetWebdeploymentsDeploymentParamsWithContext creates a new GetWebdeploymentsDeploymentParams object with the ability to set a context for a request.

func NewGetWebdeploymentsDeploymentParamsWithHTTPClient

func NewGetWebdeploymentsDeploymentParamsWithHTTPClient(client *http.Client) *GetWebdeploymentsDeploymentParams

NewGetWebdeploymentsDeploymentParamsWithHTTPClient creates a new GetWebdeploymentsDeploymentParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebdeploymentsDeploymentParamsWithTimeout

func NewGetWebdeploymentsDeploymentParamsWithTimeout(timeout time.Duration) *GetWebdeploymentsDeploymentParams

NewGetWebdeploymentsDeploymentParamsWithTimeout creates a new GetWebdeploymentsDeploymentParams object with the ability to set a timeout on a request.

func (*GetWebdeploymentsDeploymentParams) SetContext

SetContext adds the context to the get webdeployments deployment params

func (*GetWebdeploymentsDeploymentParams) SetDefaults

func (o *GetWebdeploymentsDeploymentParams) SetDefaults()

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

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

func (*GetWebdeploymentsDeploymentParams) SetDeploymentID

func (o *GetWebdeploymentsDeploymentParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get webdeployments deployment params

func (*GetWebdeploymentsDeploymentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get webdeployments deployment params

func (*GetWebdeploymentsDeploymentParams) SetTimeout

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

SetTimeout adds the timeout to the get webdeployments deployment params

func (*GetWebdeploymentsDeploymentParams) WithContext

WithContext adds the context to the get webdeployments deployment params

func (*GetWebdeploymentsDeploymentParams) WithDefaults

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

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

func (*GetWebdeploymentsDeploymentParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the get webdeployments deployment params

func (*GetWebdeploymentsDeploymentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webdeployments deployment params

func (*GetWebdeploymentsDeploymentParams) WithTimeout

WithTimeout adds the timeout to the get webdeployments deployment params

func (*GetWebdeploymentsDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebdeploymentsDeploymentReader

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

GetWebdeploymentsDeploymentReader is a Reader for the GetWebdeploymentsDeployment structure.

func (*GetWebdeploymentsDeploymentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetWebdeploymentsDeploymentRequestEntityTooLarge

type GetWebdeploymentsDeploymentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebdeploymentsDeploymentRequestEntityTooLarge

func NewGetWebdeploymentsDeploymentRequestEntityTooLarge() *GetWebdeploymentsDeploymentRequestEntityTooLarge

NewGetWebdeploymentsDeploymentRequestEntityTooLarge creates a GetWebdeploymentsDeploymentRequestEntityTooLarge with default headers values

func (*GetWebdeploymentsDeploymentRequestEntityTooLarge) Error

func (*GetWebdeploymentsDeploymentRequestEntityTooLarge) GetPayload

func (*GetWebdeploymentsDeploymentRequestEntityTooLarge) IsClientError

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

func (*GetWebdeploymentsDeploymentRequestEntityTooLarge) IsCode

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

func (*GetWebdeploymentsDeploymentRequestEntityTooLarge) IsRedirect

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

func (*GetWebdeploymentsDeploymentRequestEntityTooLarge) IsServerError

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

func (*GetWebdeploymentsDeploymentRequestEntityTooLarge) IsSuccess

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

func (*GetWebdeploymentsDeploymentRequestEntityTooLarge) String

type GetWebdeploymentsDeploymentRequestTimeout

type GetWebdeploymentsDeploymentRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentRequestTimeout 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 NewGetWebdeploymentsDeploymentRequestTimeout

func NewGetWebdeploymentsDeploymentRequestTimeout() *GetWebdeploymentsDeploymentRequestTimeout

NewGetWebdeploymentsDeploymentRequestTimeout creates a GetWebdeploymentsDeploymentRequestTimeout with default headers values

func (*GetWebdeploymentsDeploymentRequestTimeout) Error

func (*GetWebdeploymentsDeploymentRequestTimeout) GetPayload

func (*GetWebdeploymentsDeploymentRequestTimeout) IsClientError

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

func (*GetWebdeploymentsDeploymentRequestTimeout) IsCode

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

func (*GetWebdeploymentsDeploymentRequestTimeout) IsRedirect

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

func (*GetWebdeploymentsDeploymentRequestTimeout) IsServerError

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

func (*GetWebdeploymentsDeploymentRequestTimeout) IsSuccess

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

func (*GetWebdeploymentsDeploymentRequestTimeout) String

type GetWebdeploymentsDeploymentServiceUnavailable

type GetWebdeploymentsDeploymentServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentServiceUnavailable 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 NewGetWebdeploymentsDeploymentServiceUnavailable

func NewGetWebdeploymentsDeploymentServiceUnavailable() *GetWebdeploymentsDeploymentServiceUnavailable

NewGetWebdeploymentsDeploymentServiceUnavailable creates a GetWebdeploymentsDeploymentServiceUnavailable with default headers values

func (*GetWebdeploymentsDeploymentServiceUnavailable) Error

func (*GetWebdeploymentsDeploymentServiceUnavailable) GetPayload

func (*GetWebdeploymentsDeploymentServiceUnavailable) IsClientError

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

func (*GetWebdeploymentsDeploymentServiceUnavailable) IsCode

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

func (*GetWebdeploymentsDeploymentServiceUnavailable) IsRedirect

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

func (*GetWebdeploymentsDeploymentServiceUnavailable) IsServerError

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

func (*GetWebdeploymentsDeploymentServiceUnavailable) IsSuccess

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

func (*GetWebdeploymentsDeploymentServiceUnavailable) String

type GetWebdeploymentsDeploymentTooManyRequests

type GetWebdeploymentsDeploymentTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebdeploymentsDeploymentTooManyRequests

func NewGetWebdeploymentsDeploymentTooManyRequests() *GetWebdeploymentsDeploymentTooManyRequests

NewGetWebdeploymentsDeploymentTooManyRequests creates a GetWebdeploymentsDeploymentTooManyRequests with default headers values

func (*GetWebdeploymentsDeploymentTooManyRequests) Error

func (*GetWebdeploymentsDeploymentTooManyRequests) GetPayload

func (*GetWebdeploymentsDeploymentTooManyRequests) IsClientError

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

func (*GetWebdeploymentsDeploymentTooManyRequests) IsCode

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

func (*GetWebdeploymentsDeploymentTooManyRequests) IsRedirect

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

func (*GetWebdeploymentsDeploymentTooManyRequests) IsServerError

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

func (*GetWebdeploymentsDeploymentTooManyRequests) IsSuccess

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

func (*GetWebdeploymentsDeploymentTooManyRequests) String

type GetWebdeploymentsDeploymentUnauthorized

type GetWebdeploymentsDeploymentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetWebdeploymentsDeploymentUnauthorized

func NewGetWebdeploymentsDeploymentUnauthorized() *GetWebdeploymentsDeploymentUnauthorized

NewGetWebdeploymentsDeploymentUnauthorized creates a GetWebdeploymentsDeploymentUnauthorized with default headers values

func (*GetWebdeploymentsDeploymentUnauthorized) Error

func (*GetWebdeploymentsDeploymentUnauthorized) GetPayload

func (*GetWebdeploymentsDeploymentUnauthorized) IsClientError

func (o *GetWebdeploymentsDeploymentUnauthorized) IsClientError() bool

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

func (*GetWebdeploymentsDeploymentUnauthorized) IsCode

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

func (*GetWebdeploymentsDeploymentUnauthorized) IsRedirect

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

func (*GetWebdeploymentsDeploymentUnauthorized) IsServerError

func (o *GetWebdeploymentsDeploymentUnauthorized) IsServerError() bool

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

func (*GetWebdeploymentsDeploymentUnauthorized) IsSuccess

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

func (*GetWebdeploymentsDeploymentUnauthorized) String

type GetWebdeploymentsDeploymentUnsupportedMediaType

type GetWebdeploymentsDeploymentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentUnsupportedMediaType 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 NewGetWebdeploymentsDeploymentUnsupportedMediaType

func NewGetWebdeploymentsDeploymentUnsupportedMediaType() *GetWebdeploymentsDeploymentUnsupportedMediaType

NewGetWebdeploymentsDeploymentUnsupportedMediaType creates a GetWebdeploymentsDeploymentUnsupportedMediaType with default headers values

func (*GetWebdeploymentsDeploymentUnsupportedMediaType) Error

func (*GetWebdeploymentsDeploymentUnsupportedMediaType) GetPayload

func (*GetWebdeploymentsDeploymentUnsupportedMediaType) IsClientError

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

func (*GetWebdeploymentsDeploymentUnsupportedMediaType) IsCode

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

func (*GetWebdeploymentsDeploymentUnsupportedMediaType) IsRedirect

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

func (*GetWebdeploymentsDeploymentUnsupportedMediaType) IsServerError

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

func (*GetWebdeploymentsDeploymentUnsupportedMediaType) IsSuccess

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

func (*GetWebdeploymentsDeploymentUnsupportedMediaType) String

type GetWebdeploymentsDeploymentsBadRequest

type GetWebdeploymentsDeploymentsBadRequest struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentsBadRequest 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 NewGetWebdeploymentsDeploymentsBadRequest

func NewGetWebdeploymentsDeploymentsBadRequest() *GetWebdeploymentsDeploymentsBadRequest

NewGetWebdeploymentsDeploymentsBadRequest creates a GetWebdeploymentsDeploymentsBadRequest with default headers values

func (*GetWebdeploymentsDeploymentsBadRequest) Error

func (*GetWebdeploymentsDeploymentsBadRequest) GetPayload

func (*GetWebdeploymentsDeploymentsBadRequest) IsClientError

func (o *GetWebdeploymentsDeploymentsBadRequest) IsClientError() bool

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

func (*GetWebdeploymentsDeploymentsBadRequest) IsCode

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

func (*GetWebdeploymentsDeploymentsBadRequest) IsRedirect

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

func (*GetWebdeploymentsDeploymentsBadRequest) IsServerError

func (o *GetWebdeploymentsDeploymentsBadRequest) IsServerError() bool

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

func (*GetWebdeploymentsDeploymentsBadRequest) IsSuccess

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

func (*GetWebdeploymentsDeploymentsBadRequest) String

type GetWebdeploymentsDeploymentsForbidden

type GetWebdeploymentsDeploymentsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetWebdeploymentsDeploymentsForbidden

func NewGetWebdeploymentsDeploymentsForbidden() *GetWebdeploymentsDeploymentsForbidden

NewGetWebdeploymentsDeploymentsForbidden creates a GetWebdeploymentsDeploymentsForbidden with default headers values

func (*GetWebdeploymentsDeploymentsForbidden) Error

func (*GetWebdeploymentsDeploymentsForbidden) GetPayload

func (*GetWebdeploymentsDeploymentsForbidden) IsClientError

func (o *GetWebdeploymentsDeploymentsForbidden) IsClientError() bool

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

func (*GetWebdeploymentsDeploymentsForbidden) IsCode

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

func (*GetWebdeploymentsDeploymentsForbidden) IsRedirect

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

func (*GetWebdeploymentsDeploymentsForbidden) IsServerError

func (o *GetWebdeploymentsDeploymentsForbidden) IsServerError() bool

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

func (*GetWebdeploymentsDeploymentsForbidden) IsSuccess

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

func (*GetWebdeploymentsDeploymentsForbidden) String

type GetWebdeploymentsDeploymentsGatewayTimeout

type GetWebdeploymentsDeploymentsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetWebdeploymentsDeploymentsGatewayTimeout

func NewGetWebdeploymentsDeploymentsGatewayTimeout() *GetWebdeploymentsDeploymentsGatewayTimeout

NewGetWebdeploymentsDeploymentsGatewayTimeout creates a GetWebdeploymentsDeploymentsGatewayTimeout with default headers values

func (*GetWebdeploymentsDeploymentsGatewayTimeout) Error

func (*GetWebdeploymentsDeploymentsGatewayTimeout) GetPayload

func (*GetWebdeploymentsDeploymentsGatewayTimeout) IsClientError

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

func (*GetWebdeploymentsDeploymentsGatewayTimeout) IsCode

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

func (*GetWebdeploymentsDeploymentsGatewayTimeout) IsRedirect

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

func (*GetWebdeploymentsDeploymentsGatewayTimeout) IsServerError

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

func (*GetWebdeploymentsDeploymentsGatewayTimeout) IsSuccess

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

func (*GetWebdeploymentsDeploymentsGatewayTimeout) String

type GetWebdeploymentsDeploymentsInternalServerError

type GetWebdeploymentsDeploymentsInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentsInternalServerError 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 NewGetWebdeploymentsDeploymentsInternalServerError

func NewGetWebdeploymentsDeploymentsInternalServerError() *GetWebdeploymentsDeploymentsInternalServerError

NewGetWebdeploymentsDeploymentsInternalServerError creates a GetWebdeploymentsDeploymentsInternalServerError with default headers values

func (*GetWebdeploymentsDeploymentsInternalServerError) Error

func (*GetWebdeploymentsDeploymentsInternalServerError) GetPayload

func (*GetWebdeploymentsDeploymentsInternalServerError) IsClientError

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

func (*GetWebdeploymentsDeploymentsInternalServerError) IsCode

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

func (*GetWebdeploymentsDeploymentsInternalServerError) IsRedirect

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

func (*GetWebdeploymentsDeploymentsInternalServerError) IsServerError

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

func (*GetWebdeploymentsDeploymentsInternalServerError) IsSuccess

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

func (*GetWebdeploymentsDeploymentsInternalServerError) String

type GetWebdeploymentsDeploymentsNotFound

type GetWebdeploymentsDeploymentsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetWebdeploymentsDeploymentsNotFound

func NewGetWebdeploymentsDeploymentsNotFound() *GetWebdeploymentsDeploymentsNotFound

NewGetWebdeploymentsDeploymentsNotFound creates a GetWebdeploymentsDeploymentsNotFound with default headers values

func (*GetWebdeploymentsDeploymentsNotFound) Error

func (*GetWebdeploymentsDeploymentsNotFound) GetPayload

func (*GetWebdeploymentsDeploymentsNotFound) IsClientError

func (o *GetWebdeploymentsDeploymentsNotFound) IsClientError() bool

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

func (*GetWebdeploymentsDeploymentsNotFound) IsCode

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

func (*GetWebdeploymentsDeploymentsNotFound) IsRedirect

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

func (*GetWebdeploymentsDeploymentsNotFound) IsServerError

func (o *GetWebdeploymentsDeploymentsNotFound) IsServerError() bool

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

func (*GetWebdeploymentsDeploymentsNotFound) IsSuccess

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

func (*GetWebdeploymentsDeploymentsNotFound) String

type GetWebdeploymentsDeploymentsOK

type GetWebdeploymentsDeploymentsOK struct {
	Payload *models.ExpandableWebDeploymentEntityListing
}

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

successful operation

func NewGetWebdeploymentsDeploymentsOK

func NewGetWebdeploymentsDeploymentsOK() *GetWebdeploymentsDeploymentsOK

NewGetWebdeploymentsDeploymentsOK creates a GetWebdeploymentsDeploymentsOK with default headers values

func (*GetWebdeploymentsDeploymentsOK) Error

func (*GetWebdeploymentsDeploymentsOK) GetPayload

func (*GetWebdeploymentsDeploymentsOK) IsClientError

func (o *GetWebdeploymentsDeploymentsOK) IsClientError() bool

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

func (*GetWebdeploymentsDeploymentsOK) IsCode

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

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

func (*GetWebdeploymentsDeploymentsOK) IsRedirect

func (o *GetWebdeploymentsDeploymentsOK) IsRedirect() bool

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

func (*GetWebdeploymentsDeploymentsOK) IsServerError

func (o *GetWebdeploymentsDeploymentsOK) IsServerError() bool

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

func (*GetWebdeploymentsDeploymentsOK) IsSuccess

func (o *GetWebdeploymentsDeploymentsOK) IsSuccess() bool

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

func (*GetWebdeploymentsDeploymentsOK) String

type GetWebdeploymentsDeploymentsParams

type GetWebdeploymentsDeploymentsParams struct {

	/* Expand.

	   The specified entity attributes will be filled. Comma separated values expected. Valid values:
	*/
	Expand []string

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

GetWebdeploymentsDeploymentsParams contains all the parameters to send to the API endpoint

for the get webdeployments deployments operation.

Typically these are written to a http.Request.

func NewGetWebdeploymentsDeploymentsParams

func NewGetWebdeploymentsDeploymentsParams() *GetWebdeploymentsDeploymentsParams

NewGetWebdeploymentsDeploymentsParams creates a new GetWebdeploymentsDeploymentsParams 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 NewGetWebdeploymentsDeploymentsParamsWithContext

func NewGetWebdeploymentsDeploymentsParamsWithContext(ctx context.Context) *GetWebdeploymentsDeploymentsParams

NewGetWebdeploymentsDeploymentsParamsWithContext creates a new GetWebdeploymentsDeploymentsParams object with the ability to set a context for a request.

func NewGetWebdeploymentsDeploymentsParamsWithHTTPClient

func NewGetWebdeploymentsDeploymentsParamsWithHTTPClient(client *http.Client) *GetWebdeploymentsDeploymentsParams

NewGetWebdeploymentsDeploymentsParamsWithHTTPClient creates a new GetWebdeploymentsDeploymentsParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebdeploymentsDeploymentsParamsWithTimeout

func NewGetWebdeploymentsDeploymentsParamsWithTimeout(timeout time.Duration) *GetWebdeploymentsDeploymentsParams

NewGetWebdeploymentsDeploymentsParamsWithTimeout creates a new GetWebdeploymentsDeploymentsParams object with the ability to set a timeout on a request.

func (*GetWebdeploymentsDeploymentsParams) SetContext

SetContext adds the context to the get webdeployments deployments params

func (*GetWebdeploymentsDeploymentsParams) SetDefaults

func (o *GetWebdeploymentsDeploymentsParams) SetDefaults()

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

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

func (*GetWebdeploymentsDeploymentsParams) SetExpand

func (o *GetWebdeploymentsDeploymentsParams) SetExpand(expand []string)

SetExpand adds the expand to the get webdeployments deployments params

func (*GetWebdeploymentsDeploymentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get webdeployments deployments params

func (*GetWebdeploymentsDeploymentsParams) SetTimeout

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

SetTimeout adds the timeout to the get webdeployments deployments params

func (*GetWebdeploymentsDeploymentsParams) WithContext

WithContext adds the context to the get webdeployments deployments params

func (*GetWebdeploymentsDeploymentsParams) WithDefaults

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

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

func (*GetWebdeploymentsDeploymentsParams) WithExpand

WithExpand adds the expand to the get webdeployments deployments params

func (*GetWebdeploymentsDeploymentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webdeployments deployments params

func (*GetWebdeploymentsDeploymentsParams) WithTimeout

WithTimeout adds the timeout to the get webdeployments deployments params

func (*GetWebdeploymentsDeploymentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebdeploymentsDeploymentsReader

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

GetWebdeploymentsDeploymentsReader is a Reader for the GetWebdeploymentsDeployments structure.

func (*GetWebdeploymentsDeploymentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetWebdeploymentsDeploymentsRequestEntityTooLarge

type GetWebdeploymentsDeploymentsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebdeploymentsDeploymentsRequestEntityTooLarge

func NewGetWebdeploymentsDeploymentsRequestEntityTooLarge() *GetWebdeploymentsDeploymentsRequestEntityTooLarge

NewGetWebdeploymentsDeploymentsRequestEntityTooLarge creates a GetWebdeploymentsDeploymentsRequestEntityTooLarge with default headers values

func (*GetWebdeploymentsDeploymentsRequestEntityTooLarge) Error

func (*GetWebdeploymentsDeploymentsRequestEntityTooLarge) GetPayload

func (*GetWebdeploymentsDeploymentsRequestEntityTooLarge) IsClientError

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

func (*GetWebdeploymentsDeploymentsRequestEntityTooLarge) IsCode

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

func (*GetWebdeploymentsDeploymentsRequestEntityTooLarge) IsRedirect

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

func (*GetWebdeploymentsDeploymentsRequestEntityTooLarge) IsServerError

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

func (*GetWebdeploymentsDeploymentsRequestEntityTooLarge) IsSuccess

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

func (*GetWebdeploymentsDeploymentsRequestEntityTooLarge) String

type GetWebdeploymentsDeploymentsRequestTimeout

type GetWebdeploymentsDeploymentsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentsRequestTimeout 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 NewGetWebdeploymentsDeploymentsRequestTimeout

func NewGetWebdeploymentsDeploymentsRequestTimeout() *GetWebdeploymentsDeploymentsRequestTimeout

NewGetWebdeploymentsDeploymentsRequestTimeout creates a GetWebdeploymentsDeploymentsRequestTimeout with default headers values

func (*GetWebdeploymentsDeploymentsRequestTimeout) Error

func (*GetWebdeploymentsDeploymentsRequestTimeout) GetPayload

func (*GetWebdeploymentsDeploymentsRequestTimeout) IsClientError

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

func (*GetWebdeploymentsDeploymentsRequestTimeout) IsCode

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

func (*GetWebdeploymentsDeploymentsRequestTimeout) IsRedirect

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

func (*GetWebdeploymentsDeploymentsRequestTimeout) IsServerError

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

func (*GetWebdeploymentsDeploymentsRequestTimeout) IsSuccess

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

func (*GetWebdeploymentsDeploymentsRequestTimeout) String

type GetWebdeploymentsDeploymentsServiceUnavailable

type GetWebdeploymentsDeploymentsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentsServiceUnavailable 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 NewGetWebdeploymentsDeploymentsServiceUnavailable

func NewGetWebdeploymentsDeploymentsServiceUnavailable() *GetWebdeploymentsDeploymentsServiceUnavailable

NewGetWebdeploymentsDeploymentsServiceUnavailable creates a GetWebdeploymentsDeploymentsServiceUnavailable with default headers values

func (*GetWebdeploymentsDeploymentsServiceUnavailable) Error

func (*GetWebdeploymentsDeploymentsServiceUnavailable) GetPayload

func (*GetWebdeploymentsDeploymentsServiceUnavailable) IsClientError

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

func (*GetWebdeploymentsDeploymentsServiceUnavailable) IsCode

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

func (*GetWebdeploymentsDeploymentsServiceUnavailable) IsRedirect

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

func (*GetWebdeploymentsDeploymentsServiceUnavailable) IsServerError

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

func (*GetWebdeploymentsDeploymentsServiceUnavailable) IsSuccess

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

func (*GetWebdeploymentsDeploymentsServiceUnavailable) String

type GetWebdeploymentsDeploymentsTooManyRequests

type GetWebdeploymentsDeploymentsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebdeploymentsDeploymentsTooManyRequests

func NewGetWebdeploymentsDeploymentsTooManyRequests() *GetWebdeploymentsDeploymentsTooManyRequests

NewGetWebdeploymentsDeploymentsTooManyRequests creates a GetWebdeploymentsDeploymentsTooManyRequests with default headers values

func (*GetWebdeploymentsDeploymentsTooManyRequests) Error

func (*GetWebdeploymentsDeploymentsTooManyRequests) GetPayload

func (*GetWebdeploymentsDeploymentsTooManyRequests) IsClientError

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

func (*GetWebdeploymentsDeploymentsTooManyRequests) IsCode

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

func (*GetWebdeploymentsDeploymentsTooManyRequests) IsRedirect

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

func (*GetWebdeploymentsDeploymentsTooManyRequests) IsServerError

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

func (*GetWebdeploymentsDeploymentsTooManyRequests) IsSuccess

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

func (*GetWebdeploymentsDeploymentsTooManyRequests) String

type GetWebdeploymentsDeploymentsUnauthorized

type GetWebdeploymentsDeploymentsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetWebdeploymentsDeploymentsUnauthorized

func NewGetWebdeploymentsDeploymentsUnauthorized() *GetWebdeploymentsDeploymentsUnauthorized

NewGetWebdeploymentsDeploymentsUnauthorized creates a GetWebdeploymentsDeploymentsUnauthorized with default headers values

func (*GetWebdeploymentsDeploymentsUnauthorized) Error

func (*GetWebdeploymentsDeploymentsUnauthorized) GetPayload

func (*GetWebdeploymentsDeploymentsUnauthorized) IsClientError

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

func (*GetWebdeploymentsDeploymentsUnauthorized) IsCode

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

func (*GetWebdeploymentsDeploymentsUnauthorized) IsRedirect

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

func (*GetWebdeploymentsDeploymentsUnauthorized) IsServerError

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

func (*GetWebdeploymentsDeploymentsUnauthorized) IsSuccess

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

func (*GetWebdeploymentsDeploymentsUnauthorized) String

type GetWebdeploymentsDeploymentsUnsupportedMediaType

type GetWebdeploymentsDeploymentsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebdeploymentsDeploymentsUnsupportedMediaType 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 NewGetWebdeploymentsDeploymentsUnsupportedMediaType

func NewGetWebdeploymentsDeploymentsUnsupportedMediaType() *GetWebdeploymentsDeploymentsUnsupportedMediaType

NewGetWebdeploymentsDeploymentsUnsupportedMediaType creates a GetWebdeploymentsDeploymentsUnsupportedMediaType with default headers values

func (*GetWebdeploymentsDeploymentsUnsupportedMediaType) Error

func (*GetWebdeploymentsDeploymentsUnsupportedMediaType) GetPayload

func (*GetWebdeploymentsDeploymentsUnsupportedMediaType) IsClientError

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

func (*GetWebdeploymentsDeploymentsUnsupportedMediaType) IsCode

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

func (*GetWebdeploymentsDeploymentsUnsupportedMediaType) IsRedirect

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

func (*GetWebdeploymentsDeploymentsUnsupportedMediaType) IsServerError

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

func (*GetWebdeploymentsDeploymentsUnsupportedMediaType) IsSuccess

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

func (*GetWebdeploymentsDeploymentsUnsupportedMediaType) String

type PostWebdeploymentsConfigurationVersionsDraftPublishBadRequest

type PostWebdeploymentsConfigurationVersionsDraftPublishBadRequest struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsConfigurationVersionsDraftPublishBadRequest 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 NewPostWebdeploymentsConfigurationVersionsDraftPublishBadRequest

func NewPostWebdeploymentsConfigurationVersionsDraftPublishBadRequest() *PostWebdeploymentsConfigurationVersionsDraftPublishBadRequest

NewPostWebdeploymentsConfigurationVersionsDraftPublishBadRequest creates a PostWebdeploymentsConfigurationVersionsDraftPublishBadRequest with default headers values

func (*PostWebdeploymentsConfigurationVersionsDraftPublishBadRequest) Error

func (*PostWebdeploymentsConfigurationVersionsDraftPublishBadRequest) GetPayload

func (*PostWebdeploymentsConfigurationVersionsDraftPublishBadRequest) IsClientError

IsClientError returns true when this post webdeployments configuration versions draft publish bad request response has a 4xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishBadRequest) IsCode

IsCode returns true when this post webdeployments configuration versions draft publish bad request response a status code equal to that given

func (*PostWebdeploymentsConfigurationVersionsDraftPublishBadRequest) IsRedirect

IsRedirect returns true when this post webdeployments configuration versions draft publish bad request response has a 3xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishBadRequest) IsServerError

IsServerError returns true when this post webdeployments configuration versions draft publish bad request response has a 5xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishBadRequest) IsSuccess

IsSuccess returns true when this post webdeployments configuration versions draft publish bad request response has a 2xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishBadRequest) String

type PostWebdeploymentsConfigurationVersionsDraftPublishForbidden

type PostWebdeploymentsConfigurationVersionsDraftPublishForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostWebdeploymentsConfigurationVersionsDraftPublishForbidden

func NewPostWebdeploymentsConfigurationVersionsDraftPublishForbidden() *PostWebdeploymentsConfigurationVersionsDraftPublishForbidden

NewPostWebdeploymentsConfigurationVersionsDraftPublishForbidden creates a PostWebdeploymentsConfigurationVersionsDraftPublishForbidden with default headers values

func (*PostWebdeploymentsConfigurationVersionsDraftPublishForbidden) Error

func (*PostWebdeploymentsConfigurationVersionsDraftPublishForbidden) GetPayload

func (*PostWebdeploymentsConfigurationVersionsDraftPublishForbidden) IsClientError

IsClientError returns true when this post webdeployments configuration versions draft publish forbidden response has a 4xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishForbidden) IsCode

IsCode returns true when this post webdeployments configuration versions draft publish forbidden response a status code equal to that given

func (*PostWebdeploymentsConfigurationVersionsDraftPublishForbidden) IsRedirect

IsRedirect returns true when this post webdeployments configuration versions draft publish forbidden response has a 3xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishForbidden) IsServerError

IsServerError returns true when this post webdeployments configuration versions draft publish forbidden response has a 5xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishForbidden) IsSuccess

IsSuccess returns true when this post webdeployments configuration versions draft publish forbidden response has a 2xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishForbidden) String

type PostWebdeploymentsConfigurationVersionsDraftPublishGatewayTimeout

type PostWebdeploymentsConfigurationVersionsDraftPublishGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostWebdeploymentsConfigurationVersionsDraftPublishGatewayTimeout

func NewPostWebdeploymentsConfigurationVersionsDraftPublishGatewayTimeout() *PostWebdeploymentsConfigurationVersionsDraftPublishGatewayTimeout

NewPostWebdeploymentsConfigurationVersionsDraftPublishGatewayTimeout creates a PostWebdeploymentsConfigurationVersionsDraftPublishGatewayTimeout with default headers values

func (*PostWebdeploymentsConfigurationVersionsDraftPublishGatewayTimeout) Error

func (*PostWebdeploymentsConfigurationVersionsDraftPublishGatewayTimeout) GetPayload

func (*PostWebdeploymentsConfigurationVersionsDraftPublishGatewayTimeout) IsClientError

IsClientError returns true when this post webdeployments configuration versions draft publish gateway timeout response has a 4xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishGatewayTimeout) IsCode

IsCode returns true when this post webdeployments configuration versions draft publish gateway timeout response a status code equal to that given

func (*PostWebdeploymentsConfigurationVersionsDraftPublishGatewayTimeout) IsRedirect

IsRedirect returns true when this post webdeployments configuration versions draft publish gateway timeout response has a 3xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishGatewayTimeout) IsServerError

IsServerError returns true when this post webdeployments configuration versions draft publish gateway timeout response has a 5xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishGatewayTimeout) IsSuccess

IsSuccess returns true when this post webdeployments configuration versions draft publish gateway timeout response has a 2xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishGatewayTimeout) String

type PostWebdeploymentsConfigurationVersionsDraftPublishInternalServerError

type PostWebdeploymentsConfigurationVersionsDraftPublishInternalServerError struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsConfigurationVersionsDraftPublishInternalServerError 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 NewPostWebdeploymentsConfigurationVersionsDraftPublishInternalServerError

func NewPostWebdeploymentsConfigurationVersionsDraftPublishInternalServerError() *PostWebdeploymentsConfigurationVersionsDraftPublishInternalServerError

NewPostWebdeploymentsConfigurationVersionsDraftPublishInternalServerError creates a PostWebdeploymentsConfigurationVersionsDraftPublishInternalServerError with default headers values

func (*PostWebdeploymentsConfigurationVersionsDraftPublishInternalServerError) Error

func (*PostWebdeploymentsConfigurationVersionsDraftPublishInternalServerError) GetPayload

func (*PostWebdeploymentsConfigurationVersionsDraftPublishInternalServerError) IsClientError

IsClientError returns true when this post webdeployments configuration versions draft publish internal server error response has a 4xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishInternalServerError) IsCode

IsCode returns true when this post webdeployments configuration versions draft publish internal server error response a status code equal to that given

func (*PostWebdeploymentsConfigurationVersionsDraftPublishInternalServerError) IsRedirect

IsRedirect returns true when this post webdeployments configuration versions draft publish internal server error response has a 3xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishInternalServerError) IsServerError

IsServerError returns true when this post webdeployments configuration versions draft publish internal server error response has a 5xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishInternalServerError) IsSuccess

IsSuccess returns true when this post webdeployments configuration versions draft publish internal server error response has a 2xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishInternalServerError) String

type PostWebdeploymentsConfigurationVersionsDraftPublishNotFound

type PostWebdeploymentsConfigurationVersionsDraftPublishNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostWebdeploymentsConfigurationVersionsDraftPublishNotFound

func NewPostWebdeploymentsConfigurationVersionsDraftPublishNotFound() *PostWebdeploymentsConfigurationVersionsDraftPublishNotFound

NewPostWebdeploymentsConfigurationVersionsDraftPublishNotFound creates a PostWebdeploymentsConfigurationVersionsDraftPublishNotFound with default headers values

func (*PostWebdeploymentsConfigurationVersionsDraftPublishNotFound) Error

func (*PostWebdeploymentsConfigurationVersionsDraftPublishNotFound) GetPayload

func (*PostWebdeploymentsConfigurationVersionsDraftPublishNotFound) IsClientError

IsClientError returns true when this post webdeployments configuration versions draft publish not found response has a 4xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishNotFound) IsCode

IsCode returns true when this post webdeployments configuration versions draft publish not found response a status code equal to that given

func (*PostWebdeploymentsConfigurationVersionsDraftPublishNotFound) IsRedirect

IsRedirect returns true when this post webdeployments configuration versions draft publish not found response has a 3xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishNotFound) IsServerError

IsServerError returns true when this post webdeployments configuration versions draft publish not found response has a 5xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishNotFound) IsSuccess

IsSuccess returns true when this post webdeployments configuration versions draft publish not found response has a 2xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishNotFound) String

type PostWebdeploymentsConfigurationVersionsDraftPublishOK

type PostWebdeploymentsConfigurationVersionsDraftPublishOK struct {
	Payload *models.WebDeploymentConfigurationVersion
}

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

successful operation

func NewPostWebdeploymentsConfigurationVersionsDraftPublishOK

func NewPostWebdeploymentsConfigurationVersionsDraftPublishOK() *PostWebdeploymentsConfigurationVersionsDraftPublishOK

NewPostWebdeploymentsConfigurationVersionsDraftPublishOK creates a PostWebdeploymentsConfigurationVersionsDraftPublishOK with default headers values

func (*PostWebdeploymentsConfigurationVersionsDraftPublishOK) Error

func (*PostWebdeploymentsConfigurationVersionsDraftPublishOK) GetPayload

func (*PostWebdeploymentsConfigurationVersionsDraftPublishOK) IsClientError

IsClientError returns true when this post webdeployments configuration versions draft publish o k response has a 4xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishOK) IsCode

IsCode returns true when this post webdeployments configuration versions draft publish o k response a status code equal to that given

func (*PostWebdeploymentsConfigurationVersionsDraftPublishOK) IsRedirect

IsRedirect returns true when this post webdeployments configuration versions draft publish o k response has a 3xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishOK) IsServerError

IsServerError returns true when this post webdeployments configuration versions draft publish o k response has a 5xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishOK) IsSuccess

IsSuccess returns true when this post webdeployments configuration versions draft publish o k response has a 2xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishOK) String

type PostWebdeploymentsConfigurationVersionsDraftPublishParams

type PostWebdeploymentsConfigurationVersionsDraftPublishParams struct {

	/* ConfigurationID.

	   The configuration version ID
	*/
	ConfigurationID string

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

PostWebdeploymentsConfigurationVersionsDraftPublishParams contains all the parameters to send to the API endpoint

for the post webdeployments configuration versions draft publish operation.

Typically these are written to a http.Request.

func NewPostWebdeploymentsConfigurationVersionsDraftPublishParams

func NewPostWebdeploymentsConfigurationVersionsDraftPublishParams() *PostWebdeploymentsConfigurationVersionsDraftPublishParams

NewPostWebdeploymentsConfigurationVersionsDraftPublishParams creates a new PostWebdeploymentsConfigurationVersionsDraftPublishParams 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 NewPostWebdeploymentsConfigurationVersionsDraftPublishParamsWithContext

func NewPostWebdeploymentsConfigurationVersionsDraftPublishParamsWithContext(ctx context.Context) *PostWebdeploymentsConfigurationVersionsDraftPublishParams

NewPostWebdeploymentsConfigurationVersionsDraftPublishParamsWithContext creates a new PostWebdeploymentsConfigurationVersionsDraftPublishParams object with the ability to set a context for a request.

func NewPostWebdeploymentsConfigurationVersionsDraftPublishParamsWithHTTPClient

func NewPostWebdeploymentsConfigurationVersionsDraftPublishParamsWithHTTPClient(client *http.Client) *PostWebdeploymentsConfigurationVersionsDraftPublishParams

NewPostWebdeploymentsConfigurationVersionsDraftPublishParamsWithHTTPClient creates a new PostWebdeploymentsConfigurationVersionsDraftPublishParams object with the ability to set a custom HTTPClient for a request.

func NewPostWebdeploymentsConfigurationVersionsDraftPublishParamsWithTimeout

func NewPostWebdeploymentsConfigurationVersionsDraftPublishParamsWithTimeout(timeout time.Duration) *PostWebdeploymentsConfigurationVersionsDraftPublishParams

NewPostWebdeploymentsConfigurationVersionsDraftPublishParamsWithTimeout creates a new PostWebdeploymentsConfigurationVersionsDraftPublishParams object with the ability to set a timeout on a request.

func (*PostWebdeploymentsConfigurationVersionsDraftPublishParams) SetConfigurationID

func (o *PostWebdeploymentsConfigurationVersionsDraftPublishParams) SetConfigurationID(configurationID string)

SetConfigurationID adds the configurationId to the post webdeployments configuration versions draft publish params

func (*PostWebdeploymentsConfigurationVersionsDraftPublishParams) SetContext

SetContext adds the context to the post webdeployments configuration versions draft publish params

func (*PostWebdeploymentsConfigurationVersionsDraftPublishParams) SetDefaults

SetDefaults hydrates default values in the post webdeployments configuration versions draft publish params (not the query body).

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

func (*PostWebdeploymentsConfigurationVersionsDraftPublishParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post webdeployments configuration versions draft publish params

func (*PostWebdeploymentsConfigurationVersionsDraftPublishParams) SetTimeout

SetTimeout adds the timeout to the post webdeployments configuration versions draft publish params

func (*PostWebdeploymentsConfigurationVersionsDraftPublishParams) WithConfigurationID

WithConfigurationID adds the configurationID to the post webdeployments configuration versions draft publish params

func (*PostWebdeploymentsConfigurationVersionsDraftPublishParams) WithContext

WithContext adds the context to the post webdeployments configuration versions draft publish params

func (*PostWebdeploymentsConfigurationVersionsDraftPublishParams) WithDefaults

WithDefaults hydrates default values in the post webdeployments configuration versions draft publish params (not the query body).

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

func (*PostWebdeploymentsConfigurationVersionsDraftPublishParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post webdeployments configuration versions draft publish params

func (*PostWebdeploymentsConfigurationVersionsDraftPublishParams) WithTimeout

WithTimeout adds the timeout to the post webdeployments configuration versions draft publish params

func (*PostWebdeploymentsConfigurationVersionsDraftPublishParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostWebdeploymentsConfigurationVersionsDraftPublishReader

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

PostWebdeploymentsConfigurationVersionsDraftPublishReader is a Reader for the PostWebdeploymentsConfigurationVersionsDraftPublish structure.

func (*PostWebdeploymentsConfigurationVersionsDraftPublishReader) ReadResponse

ReadResponse reads a server response into the received o.

type PostWebdeploymentsConfigurationVersionsDraftPublishRequestEntityTooLarge

type PostWebdeploymentsConfigurationVersionsDraftPublishRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWebdeploymentsConfigurationVersionsDraftPublishRequestEntityTooLarge

func NewPostWebdeploymentsConfigurationVersionsDraftPublishRequestEntityTooLarge() *PostWebdeploymentsConfigurationVersionsDraftPublishRequestEntityTooLarge

NewPostWebdeploymentsConfigurationVersionsDraftPublishRequestEntityTooLarge creates a PostWebdeploymentsConfigurationVersionsDraftPublishRequestEntityTooLarge with default headers values

func (*PostWebdeploymentsConfigurationVersionsDraftPublishRequestEntityTooLarge) Error

func (*PostWebdeploymentsConfigurationVersionsDraftPublishRequestEntityTooLarge) GetPayload

func (*PostWebdeploymentsConfigurationVersionsDraftPublishRequestEntityTooLarge) IsClientError

IsClientError returns true when this post webdeployments configuration versions draft publish request entity too large response has a 4xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishRequestEntityTooLarge) IsCode

IsCode returns true when this post webdeployments configuration versions draft publish request entity too large response a status code equal to that given

func (*PostWebdeploymentsConfigurationVersionsDraftPublishRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post webdeployments configuration versions draft publish request entity too large response has a 3xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishRequestEntityTooLarge) IsServerError

IsServerError returns true when this post webdeployments configuration versions draft publish request entity too large response has a 5xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post webdeployments configuration versions draft publish request entity too large response has a 2xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishRequestEntityTooLarge) String

type PostWebdeploymentsConfigurationVersionsDraftPublishRequestTimeout

type PostWebdeploymentsConfigurationVersionsDraftPublishRequestTimeout struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsConfigurationVersionsDraftPublishRequestTimeout 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 NewPostWebdeploymentsConfigurationVersionsDraftPublishRequestTimeout

func NewPostWebdeploymentsConfigurationVersionsDraftPublishRequestTimeout() *PostWebdeploymentsConfigurationVersionsDraftPublishRequestTimeout

NewPostWebdeploymentsConfigurationVersionsDraftPublishRequestTimeout creates a PostWebdeploymentsConfigurationVersionsDraftPublishRequestTimeout with default headers values

func (*PostWebdeploymentsConfigurationVersionsDraftPublishRequestTimeout) Error

func (*PostWebdeploymentsConfigurationVersionsDraftPublishRequestTimeout) GetPayload

func (*PostWebdeploymentsConfigurationVersionsDraftPublishRequestTimeout) IsClientError

IsClientError returns true when this post webdeployments configuration versions draft publish request timeout response has a 4xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishRequestTimeout) IsCode

IsCode returns true when this post webdeployments configuration versions draft publish request timeout response a status code equal to that given

func (*PostWebdeploymentsConfigurationVersionsDraftPublishRequestTimeout) IsRedirect

IsRedirect returns true when this post webdeployments configuration versions draft publish request timeout response has a 3xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishRequestTimeout) IsServerError

IsServerError returns true when this post webdeployments configuration versions draft publish request timeout response has a 5xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishRequestTimeout) IsSuccess

IsSuccess returns true when this post webdeployments configuration versions draft publish request timeout response has a 2xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishRequestTimeout) String

type PostWebdeploymentsConfigurationVersionsDraftPublishServiceUnavailable

type PostWebdeploymentsConfigurationVersionsDraftPublishServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsConfigurationVersionsDraftPublishServiceUnavailable 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 NewPostWebdeploymentsConfigurationVersionsDraftPublishServiceUnavailable

func NewPostWebdeploymentsConfigurationVersionsDraftPublishServiceUnavailable() *PostWebdeploymentsConfigurationVersionsDraftPublishServiceUnavailable

NewPostWebdeploymentsConfigurationVersionsDraftPublishServiceUnavailable creates a PostWebdeploymentsConfigurationVersionsDraftPublishServiceUnavailable with default headers values

func (*PostWebdeploymentsConfigurationVersionsDraftPublishServiceUnavailable) Error

func (*PostWebdeploymentsConfigurationVersionsDraftPublishServiceUnavailable) GetPayload

func (*PostWebdeploymentsConfigurationVersionsDraftPublishServiceUnavailable) IsClientError

IsClientError returns true when this post webdeployments configuration versions draft publish service unavailable response has a 4xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishServiceUnavailable) IsCode

IsCode returns true when this post webdeployments configuration versions draft publish service unavailable response a status code equal to that given

func (*PostWebdeploymentsConfigurationVersionsDraftPublishServiceUnavailable) IsRedirect

IsRedirect returns true when this post webdeployments configuration versions draft publish service unavailable response has a 3xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishServiceUnavailable) IsServerError

IsServerError returns true when this post webdeployments configuration versions draft publish service unavailable response has a 5xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishServiceUnavailable) IsSuccess

IsSuccess returns true when this post webdeployments configuration versions draft publish service unavailable response has a 2xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishServiceUnavailable) String

type PostWebdeploymentsConfigurationVersionsDraftPublishTooManyRequests

type PostWebdeploymentsConfigurationVersionsDraftPublishTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWebdeploymentsConfigurationVersionsDraftPublishTooManyRequests

func NewPostWebdeploymentsConfigurationVersionsDraftPublishTooManyRequests() *PostWebdeploymentsConfigurationVersionsDraftPublishTooManyRequests

NewPostWebdeploymentsConfigurationVersionsDraftPublishTooManyRequests creates a PostWebdeploymentsConfigurationVersionsDraftPublishTooManyRequests with default headers values

func (*PostWebdeploymentsConfigurationVersionsDraftPublishTooManyRequests) Error

func (*PostWebdeploymentsConfigurationVersionsDraftPublishTooManyRequests) GetPayload

func (*PostWebdeploymentsConfigurationVersionsDraftPublishTooManyRequests) IsClientError

IsClientError returns true when this post webdeployments configuration versions draft publish too many requests response has a 4xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishTooManyRequests) IsCode

IsCode returns true when this post webdeployments configuration versions draft publish too many requests response a status code equal to that given

func (*PostWebdeploymentsConfigurationVersionsDraftPublishTooManyRequests) IsRedirect

IsRedirect returns true when this post webdeployments configuration versions draft publish too many requests response has a 3xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishTooManyRequests) IsServerError

IsServerError returns true when this post webdeployments configuration versions draft publish too many requests response has a 5xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishTooManyRequests) IsSuccess

IsSuccess returns true when this post webdeployments configuration versions draft publish too many requests response has a 2xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishTooManyRequests) String

type PostWebdeploymentsConfigurationVersionsDraftPublishUnauthorized

type PostWebdeploymentsConfigurationVersionsDraftPublishUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostWebdeploymentsConfigurationVersionsDraftPublishUnauthorized

func NewPostWebdeploymentsConfigurationVersionsDraftPublishUnauthorized() *PostWebdeploymentsConfigurationVersionsDraftPublishUnauthorized

NewPostWebdeploymentsConfigurationVersionsDraftPublishUnauthorized creates a PostWebdeploymentsConfigurationVersionsDraftPublishUnauthorized with default headers values

func (*PostWebdeploymentsConfigurationVersionsDraftPublishUnauthorized) Error

func (*PostWebdeploymentsConfigurationVersionsDraftPublishUnauthorized) GetPayload

func (*PostWebdeploymentsConfigurationVersionsDraftPublishUnauthorized) IsClientError

IsClientError returns true when this post webdeployments configuration versions draft publish unauthorized response has a 4xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishUnauthorized) IsCode

IsCode returns true when this post webdeployments configuration versions draft publish unauthorized response a status code equal to that given

func (*PostWebdeploymentsConfigurationVersionsDraftPublishUnauthorized) IsRedirect

IsRedirect returns true when this post webdeployments configuration versions draft publish unauthorized response has a 3xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishUnauthorized) IsServerError

IsServerError returns true when this post webdeployments configuration versions draft publish unauthorized response has a 5xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishUnauthorized) IsSuccess

IsSuccess returns true when this post webdeployments configuration versions draft publish unauthorized response has a 2xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishUnauthorized) String

type PostWebdeploymentsConfigurationVersionsDraftPublishUnsupportedMediaType

type PostWebdeploymentsConfigurationVersionsDraftPublishUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsConfigurationVersionsDraftPublishUnsupportedMediaType 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 NewPostWebdeploymentsConfigurationVersionsDraftPublishUnsupportedMediaType

func NewPostWebdeploymentsConfigurationVersionsDraftPublishUnsupportedMediaType() *PostWebdeploymentsConfigurationVersionsDraftPublishUnsupportedMediaType

NewPostWebdeploymentsConfigurationVersionsDraftPublishUnsupportedMediaType creates a PostWebdeploymentsConfigurationVersionsDraftPublishUnsupportedMediaType with default headers values

func (*PostWebdeploymentsConfigurationVersionsDraftPublishUnsupportedMediaType) Error

func (*PostWebdeploymentsConfigurationVersionsDraftPublishUnsupportedMediaType) GetPayload

func (*PostWebdeploymentsConfigurationVersionsDraftPublishUnsupportedMediaType) IsClientError

IsClientError returns true when this post webdeployments configuration versions draft publish unsupported media type response has a 4xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishUnsupportedMediaType) IsCode

IsCode returns true when this post webdeployments configuration versions draft publish unsupported media type response a status code equal to that given

func (*PostWebdeploymentsConfigurationVersionsDraftPublishUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post webdeployments configuration versions draft publish unsupported media type response has a 3xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishUnsupportedMediaType) IsServerError

IsServerError returns true when this post webdeployments configuration versions draft publish unsupported media type response has a 5xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post webdeployments configuration versions draft publish unsupported media type response has a 2xx status code

func (*PostWebdeploymentsConfigurationVersionsDraftPublishUnsupportedMediaType) String

type PostWebdeploymentsConfigurationsBadRequest

type PostWebdeploymentsConfigurationsBadRequest struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsConfigurationsBadRequest 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 NewPostWebdeploymentsConfigurationsBadRequest

func NewPostWebdeploymentsConfigurationsBadRequest() *PostWebdeploymentsConfigurationsBadRequest

NewPostWebdeploymentsConfigurationsBadRequest creates a PostWebdeploymentsConfigurationsBadRequest with default headers values

func (*PostWebdeploymentsConfigurationsBadRequest) Error

func (*PostWebdeploymentsConfigurationsBadRequest) GetPayload

func (*PostWebdeploymentsConfigurationsBadRequest) IsClientError

IsClientError returns true when this post webdeployments configurations bad request response has a 4xx status code

func (*PostWebdeploymentsConfigurationsBadRequest) IsCode

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

func (*PostWebdeploymentsConfigurationsBadRequest) IsRedirect

IsRedirect returns true when this post webdeployments configurations bad request response has a 3xx status code

func (*PostWebdeploymentsConfigurationsBadRequest) IsServerError

IsServerError returns true when this post webdeployments configurations bad request response has a 5xx status code

func (*PostWebdeploymentsConfigurationsBadRequest) IsSuccess

IsSuccess returns true when this post webdeployments configurations bad request response has a 2xx status code

func (*PostWebdeploymentsConfigurationsBadRequest) String

type PostWebdeploymentsConfigurationsCreated

type PostWebdeploymentsConfigurationsCreated struct {
	Payload *models.WebDeploymentConfigurationVersion
}

PostWebdeploymentsConfigurationsCreated describes a response with status code 201, with default header values.

The configuration version draft was created successfully

func NewPostWebdeploymentsConfigurationsCreated

func NewPostWebdeploymentsConfigurationsCreated() *PostWebdeploymentsConfigurationsCreated

NewPostWebdeploymentsConfigurationsCreated creates a PostWebdeploymentsConfigurationsCreated with default headers values

func (*PostWebdeploymentsConfigurationsCreated) Error

func (*PostWebdeploymentsConfigurationsCreated) GetPayload

func (*PostWebdeploymentsConfigurationsCreated) IsClientError

func (o *PostWebdeploymentsConfigurationsCreated) IsClientError() bool

IsClientError returns true when this post webdeployments configurations created response has a 4xx status code

func (*PostWebdeploymentsConfigurationsCreated) IsCode

IsCode returns true when this post webdeployments configurations created response a status code equal to that given

func (*PostWebdeploymentsConfigurationsCreated) IsRedirect

IsRedirect returns true when this post webdeployments configurations created response has a 3xx status code

func (*PostWebdeploymentsConfigurationsCreated) IsServerError

func (o *PostWebdeploymentsConfigurationsCreated) IsServerError() bool

IsServerError returns true when this post webdeployments configurations created response has a 5xx status code

func (*PostWebdeploymentsConfigurationsCreated) IsSuccess

IsSuccess returns true when this post webdeployments configurations created response has a 2xx status code

func (*PostWebdeploymentsConfigurationsCreated) String

type PostWebdeploymentsConfigurationsForbidden

type PostWebdeploymentsConfigurationsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostWebdeploymentsConfigurationsForbidden

func NewPostWebdeploymentsConfigurationsForbidden() *PostWebdeploymentsConfigurationsForbidden

NewPostWebdeploymentsConfigurationsForbidden creates a PostWebdeploymentsConfigurationsForbidden with default headers values

func (*PostWebdeploymentsConfigurationsForbidden) Error

func (*PostWebdeploymentsConfigurationsForbidden) GetPayload

func (*PostWebdeploymentsConfigurationsForbidden) IsClientError

IsClientError returns true when this post webdeployments configurations forbidden response has a 4xx status code

func (*PostWebdeploymentsConfigurationsForbidden) IsCode

IsCode returns true when this post webdeployments configurations forbidden response a status code equal to that given

func (*PostWebdeploymentsConfigurationsForbidden) IsRedirect

IsRedirect returns true when this post webdeployments configurations forbidden response has a 3xx status code

func (*PostWebdeploymentsConfigurationsForbidden) IsServerError

IsServerError returns true when this post webdeployments configurations forbidden response has a 5xx status code

func (*PostWebdeploymentsConfigurationsForbidden) IsSuccess

IsSuccess returns true when this post webdeployments configurations forbidden response has a 2xx status code

func (*PostWebdeploymentsConfigurationsForbidden) String

type PostWebdeploymentsConfigurationsGatewayTimeout

type PostWebdeploymentsConfigurationsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostWebdeploymentsConfigurationsGatewayTimeout

func NewPostWebdeploymentsConfigurationsGatewayTimeout() *PostWebdeploymentsConfigurationsGatewayTimeout

NewPostWebdeploymentsConfigurationsGatewayTimeout creates a PostWebdeploymentsConfigurationsGatewayTimeout with default headers values

func (*PostWebdeploymentsConfigurationsGatewayTimeout) Error

func (*PostWebdeploymentsConfigurationsGatewayTimeout) GetPayload

func (*PostWebdeploymentsConfigurationsGatewayTimeout) IsClientError

IsClientError returns true when this post webdeployments configurations gateway timeout response has a 4xx status code

func (*PostWebdeploymentsConfigurationsGatewayTimeout) IsCode

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

func (*PostWebdeploymentsConfigurationsGatewayTimeout) IsRedirect

IsRedirect returns true when this post webdeployments configurations gateway timeout response has a 3xx status code

func (*PostWebdeploymentsConfigurationsGatewayTimeout) IsServerError

IsServerError returns true when this post webdeployments configurations gateway timeout response has a 5xx status code

func (*PostWebdeploymentsConfigurationsGatewayTimeout) IsSuccess

IsSuccess returns true when this post webdeployments configurations gateway timeout response has a 2xx status code

func (*PostWebdeploymentsConfigurationsGatewayTimeout) String

type PostWebdeploymentsConfigurationsInternalServerError

type PostWebdeploymentsConfigurationsInternalServerError struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsConfigurationsInternalServerError 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 NewPostWebdeploymentsConfigurationsInternalServerError

func NewPostWebdeploymentsConfigurationsInternalServerError() *PostWebdeploymentsConfigurationsInternalServerError

NewPostWebdeploymentsConfigurationsInternalServerError creates a PostWebdeploymentsConfigurationsInternalServerError with default headers values

func (*PostWebdeploymentsConfigurationsInternalServerError) Error

func (*PostWebdeploymentsConfigurationsInternalServerError) GetPayload

func (*PostWebdeploymentsConfigurationsInternalServerError) IsClientError

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

func (*PostWebdeploymentsConfigurationsInternalServerError) IsCode

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

func (*PostWebdeploymentsConfigurationsInternalServerError) IsRedirect

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

func (*PostWebdeploymentsConfigurationsInternalServerError) IsServerError

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

func (*PostWebdeploymentsConfigurationsInternalServerError) IsSuccess

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

func (*PostWebdeploymentsConfigurationsInternalServerError) String

type PostWebdeploymentsConfigurationsNotFound

type PostWebdeploymentsConfigurationsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostWebdeploymentsConfigurationsNotFound

func NewPostWebdeploymentsConfigurationsNotFound() *PostWebdeploymentsConfigurationsNotFound

NewPostWebdeploymentsConfigurationsNotFound creates a PostWebdeploymentsConfigurationsNotFound with default headers values

func (*PostWebdeploymentsConfigurationsNotFound) Error

func (*PostWebdeploymentsConfigurationsNotFound) GetPayload

func (*PostWebdeploymentsConfigurationsNotFound) IsClientError

IsClientError returns true when this post webdeployments configurations not found response has a 4xx status code

func (*PostWebdeploymentsConfigurationsNotFound) IsCode

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

func (*PostWebdeploymentsConfigurationsNotFound) IsRedirect

IsRedirect returns true when this post webdeployments configurations not found response has a 3xx status code

func (*PostWebdeploymentsConfigurationsNotFound) IsServerError

IsServerError returns true when this post webdeployments configurations not found response has a 5xx status code

func (*PostWebdeploymentsConfigurationsNotFound) IsSuccess

IsSuccess returns true when this post webdeployments configurations not found response has a 2xx status code

func (*PostWebdeploymentsConfigurationsNotFound) String

type PostWebdeploymentsConfigurationsOK

type PostWebdeploymentsConfigurationsOK struct {
	Payload *models.WebDeploymentConfigurationVersion
}

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

successful operation

func NewPostWebdeploymentsConfigurationsOK

func NewPostWebdeploymentsConfigurationsOK() *PostWebdeploymentsConfigurationsOK

NewPostWebdeploymentsConfigurationsOK creates a PostWebdeploymentsConfigurationsOK with default headers values

func (*PostWebdeploymentsConfigurationsOK) Error

func (*PostWebdeploymentsConfigurationsOK) GetPayload

func (*PostWebdeploymentsConfigurationsOK) IsClientError

func (o *PostWebdeploymentsConfigurationsOK) IsClientError() bool

IsClientError returns true when this post webdeployments configurations o k response has a 4xx status code

func (*PostWebdeploymentsConfigurationsOK) IsCode

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

func (*PostWebdeploymentsConfigurationsOK) IsRedirect

func (o *PostWebdeploymentsConfigurationsOK) IsRedirect() bool

IsRedirect returns true when this post webdeployments configurations o k response has a 3xx status code

func (*PostWebdeploymentsConfigurationsOK) IsServerError

func (o *PostWebdeploymentsConfigurationsOK) IsServerError() bool

IsServerError returns true when this post webdeployments configurations o k response has a 5xx status code

func (*PostWebdeploymentsConfigurationsOK) IsSuccess

IsSuccess returns true when this post webdeployments configurations o k response has a 2xx status code

func (*PostWebdeploymentsConfigurationsOK) String

type PostWebdeploymentsConfigurationsParams

type PostWebdeploymentsConfigurationsParams struct {

	// ConfigurationVersion.
	ConfigurationVersion *models.WebDeploymentConfigurationVersion

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

PostWebdeploymentsConfigurationsParams contains all the parameters to send to the API endpoint

for the post webdeployments configurations operation.

Typically these are written to a http.Request.

func NewPostWebdeploymentsConfigurationsParams

func NewPostWebdeploymentsConfigurationsParams() *PostWebdeploymentsConfigurationsParams

NewPostWebdeploymentsConfigurationsParams creates a new PostWebdeploymentsConfigurationsParams 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 NewPostWebdeploymentsConfigurationsParamsWithContext

func NewPostWebdeploymentsConfigurationsParamsWithContext(ctx context.Context) *PostWebdeploymentsConfigurationsParams

NewPostWebdeploymentsConfigurationsParamsWithContext creates a new PostWebdeploymentsConfigurationsParams object with the ability to set a context for a request.

func NewPostWebdeploymentsConfigurationsParamsWithHTTPClient

func NewPostWebdeploymentsConfigurationsParamsWithHTTPClient(client *http.Client) *PostWebdeploymentsConfigurationsParams

NewPostWebdeploymentsConfigurationsParamsWithHTTPClient creates a new PostWebdeploymentsConfigurationsParams object with the ability to set a custom HTTPClient for a request.

func NewPostWebdeploymentsConfigurationsParamsWithTimeout

func NewPostWebdeploymentsConfigurationsParamsWithTimeout(timeout time.Duration) *PostWebdeploymentsConfigurationsParams

NewPostWebdeploymentsConfigurationsParamsWithTimeout creates a new PostWebdeploymentsConfigurationsParams object with the ability to set a timeout on a request.

func (*PostWebdeploymentsConfigurationsParams) SetConfigurationVersion

func (o *PostWebdeploymentsConfigurationsParams) SetConfigurationVersion(configurationVersion *models.WebDeploymentConfigurationVersion)

SetConfigurationVersion adds the configurationVersion to the post webdeployments configurations params

func (*PostWebdeploymentsConfigurationsParams) SetContext

SetContext adds the context to the post webdeployments configurations params

func (*PostWebdeploymentsConfigurationsParams) SetDefaults

func (o *PostWebdeploymentsConfigurationsParams) SetDefaults()

SetDefaults hydrates default values in the post webdeployments configurations params (not the query body).

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

func (*PostWebdeploymentsConfigurationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post webdeployments configurations params

func (*PostWebdeploymentsConfigurationsParams) SetTimeout

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

SetTimeout adds the timeout to the post webdeployments configurations params

func (*PostWebdeploymentsConfigurationsParams) WithConfigurationVersion

WithConfigurationVersion adds the configurationVersion to the post webdeployments configurations params

func (*PostWebdeploymentsConfigurationsParams) WithContext

WithContext adds the context to the post webdeployments configurations params

func (*PostWebdeploymentsConfigurationsParams) WithDefaults

WithDefaults hydrates default values in the post webdeployments configurations params (not the query body).

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

func (*PostWebdeploymentsConfigurationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post webdeployments configurations params

func (*PostWebdeploymentsConfigurationsParams) WithTimeout

WithTimeout adds the timeout to the post webdeployments configurations params

func (*PostWebdeploymentsConfigurationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostWebdeploymentsConfigurationsReader

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

PostWebdeploymentsConfigurationsReader is a Reader for the PostWebdeploymentsConfigurations structure.

func (*PostWebdeploymentsConfigurationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostWebdeploymentsConfigurationsRequestEntityTooLarge

type PostWebdeploymentsConfigurationsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWebdeploymentsConfigurationsRequestEntityTooLarge

func NewPostWebdeploymentsConfigurationsRequestEntityTooLarge() *PostWebdeploymentsConfigurationsRequestEntityTooLarge

NewPostWebdeploymentsConfigurationsRequestEntityTooLarge creates a PostWebdeploymentsConfigurationsRequestEntityTooLarge with default headers values

func (*PostWebdeploymentsConfigurationsRequestEntityTooLarge) Error

func (*PostWebdeploymentsConfigurationsRequestEntityTooLarge) GetPayload

func (*PostWebdeploymentsConfigurationsRequestEntityTooLarge) IsClientError

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

func (*PostWebdeploymentsConfigurationsRequestEntityTooLarge) IsCode

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

func (*PostWebdeploymentsConfigurationsRequestEntityTooLarge) IsRedirect

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

func (*PostWebdeploymentsConfigurationsRequestEntityTooLarge) IsServerError

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

func (*PostWebdeploymentsConfigurationsRequestEntityTooLarge) IsSuccess

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

func (*PostWebdeploymentsConfigurationsRequestEntityTooLarge) String

type PostWebdeploymentsConfigurationsRequestTimeout

type PostWebdeploymentsConfigurationsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsConfigurationsRequestTimeout 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 NewPostWebdeploymentsConfigurationsRequestTimeout

func NewPostWebdeploymentsConfigurationsRequestTimeout() *PostWebdeploymentsConfigurationsRequestTimeout

NewPostWebdeploymentsConfigurationsRequestTimeout creates a PostWebdeploymentsConfigurationsRequestTimeout with default headers values

func (*PostWebdeploymentsConfigurationsRequestTimeout) Error

func (*PostWebdeploymentsConfigurationsRequestTimeout) GetPayload

func (*PostWebdeploymentsConfigurationsRequestTimeout) IsClientError

IsClientError returns true when this post webdeployments configurations request timeout response has a 4xx status code

func (*PostWebdeploymentsConfigurationsRequestTimeout) IsCode

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

func (*PostWebdeploymentsConfigurationsRequestTimeout) IsRedirect

IsRedirect returns true when this post webdeployments configurations request timeout response has a 3xx status code

func (*PostWebdeploymentsConfigurationsRequestTimeout) IsServerError

IsServerError returns true when this post webdeployments configurations request timeout response has a 5xx status code

func (*PostWebdeploymentsConfigurationsRequestTimeout) IsSuccess

IsSuccess returns true when this post webdeployments configurations request timeout response has a 2xx status code

func (*PostWebdeploymentsConfigurationsRequestTimeout) String

type PostWebdeploymentsConfigurationsServiceUnavailable

type PostWebdeploymentsConfigurationsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsConfigurationsServiceUnavailable 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 NewPostWebdeploymentsConfigurationsServiceUnavailable

func NewPostWebdeploymentsConfigurationsServiceUnavailable() *PostWebdeploymentsConfigurationsServiceUnavailable

NewPostWebdeploymentsConfigurationsServiceUnavailable creates a PostWebdeploymentsConfigurationsServiceUnavailable with default headers values

func (*PostWebdeploymentsConfigurationsServiceUnavailable) Error

func (*PostWebdeploymentsConfigurationsServiceUnavailable) GetPayload

func (*PostWebdeploymentsConfigurationsServiceUnavailable) IsClientError

IsClientError returns true when this post webdeployments configurations service unavailable response has a 4xx status code

func (*PostWebdeploymentsConfigurationsServiceUnavailable) IsCode

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

func (*PostWebdeploymentsConfigurationsServiceUnavailable) IsRedirect

IsRedirect returns true when this post webdeployments configurations service unavailable response has a 3xx status code

func (*PostWebdeploymentsConfigurationsServiceUnavailable) IsServerError

IsServerError returns true when this post webdeployments configurations service unavailable response has a 5xx status code

func (*PostWebdeploymentsConfigurationsServiceUnavailable) IsSuccess

IsSuccess returns true when this post webdeployments configurations service unavailable response has a 2xx status code

func (*PostWebdeploymentsConfigurationsServiceUnavailable) String

type PostWebdeploymentsConfigurationsTooManyRequests

type PostWebdeploymentsConfigurationsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWebdeploymentsConfigurationsTooManyRequests

func NewPostWebdeploymentsConfigurationsTooManyRequests() *PostWebdeploymentsConfigurationsTooManyRequests

NewPostWebdeploymentsConfigurationsTooManyRequests creates a PostWebdeploymentsConfigurationsTooManyRequests with default headers values

func (*PostWebdeploymentsConfigurationsTooManyRequests) Error

func (*PostWebdeploymentsConfigurationsTooManyRequests) GetPayload

func (*PostWebdeploymentsConfigurationsTooManyRequests) IsClientError

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

func (*PostWebdeploymentsConfigurationsTooManyRequests) IsCode

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

func (*PostWebdeploymentsConfigurationsTooManyRequests) IsRedirect

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

func (*PostWebdeploymentsConfigurationsTooManyRequests) IsServerError

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

func (*PostWebdeploymentsConfigurationsTooManyRequests) IsSuccess

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

func (*PostWebdeploymentsConfigurationsTooManyRequests) String

type PostWebdeploymentsConfigurationsUnauthorized

type PostWebdeploymentsConfigurationsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostWebdeploymentsConfigurationsUnauthorized

func NewPostWebdeploymentsConfigurationsUnauthorized() *PostWebdeploymentsConfigurationsUnauthorized

NewPostWebdeploymentsConfigurationsUnauthorized creates a PostWebdeploymentsConfigurationsUnauthorized with default headers values

func (*PostWebdeploymentsConfigurationsUnauthorized) Error

func (*PostWebdeploymentsConfigurationsUnauthorized) GetPayload

func (*PostWebdeploymentsConfigurationsUnauthorized) IsClientError

IsClientError returns true when this post webdeployments configurations unauthorized response has a 4xx status code

func (*PostWebdeploymentsConfigurationsUnauthorized) IsCode

IsCode returns true when this post webdeployments configurations unauthorized response a status code equal to that given

func (*PostWebdeploymentsConfigurationsUnauthorized) IsRedirect

IsRedirect returns true when this post webdeployments configurations unauthorized response has a 3xx status code

func (*PostWebdeploymentsConfigurationsUnauthorized) IsServerError

IsServerError returns true when this post webdeployments configurations unauthorized response has a 5xx status code

func (*PostWebdeploymentsConfigurationsUnauthorized) IsSuccess

IsSuccess returns true when this post webdeployments configurations unauthorized response has a 2xx status code

func (*PostWebdeploymentsConfigurationsUnauthorized) String

type PostWebdeploymentsConfigurationsUnsupportedMediaType

type PostWebdeploymentsConfigurationsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsConfigurationsUnsupportedMediaType 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 NewPostWebdeploymentsConfigurationsUnsupportedMediaType

func NewPostWebdeploymentsConfigurationsUnsupportedMediaType() *PostWebdeploymentsConfigurationsUnsupportedMediaType

NewPostWebdeploymentsConfigurationsUnsupportedMediaType creates a PostWebdeploymentsConfigurationsUnsupportedMediaType with default headers values

func (*PostWebdeploymentsConfigurationsUnsupportedMediaType) Error

func (*PostWebdeploymentsConfigurationsUnsupportedMediaType) GetPayload

func (*PostWebdeploymentsConfigurationsUnsupportedMediaType) IsClientError

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

func (*PostWebdeploymentsConfigurationsUnsupportedMediaType) IsCode

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

func (*PostWebdeploymentsConfigurationsUnsupportedMediaType) IsRedirect

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

func (*PostWebdeploymentsConfigurationsUnsupportedMediaType) IsServerError

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

func (*PostWebdeploymentsConfigurationsUnsupportedMediaType) IsSuccess

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

func (*PostWebdeploymentsConfigurationsUnsupportedMediaType) String

type PostWebdeploymentsDeploymentsBadRequest

type PostWebdeploymentsDeploymentsBadRequest struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsDeploymentsBadRequest 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 NewPostWebdeploymentsDeploymentsBadRequest

func NewPostWebdeploymentsDeploymentsBadRequest() *PostWebdeploymentsDeploymentsBadRequest

NewPostWebdeploymentsDeploymentsBadRequest creates a PostWebdeploymentsDeploymentsBadRequest with default headers values

func (*PostWebdeploymentsDeploymentsBadRequest) Error

func (*PostWebdeploymentsDeploymentsBadRequest) GetPayload

func (*PostWebdeploymentsDeploymentsBadRequest) IsClientError

func (o *PostWebdeploymentsDeploymentsBadRequest) IsClientError() bool

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

func (*PostWebdeploymentsDeploymentsBadRequest) IsCode

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

func (*PostWebdeploymentsDeploymentsBadRequest) IsRedirect

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

func (*PostWebdeploymentsDeploymentsBadRequest) IsServerError

func (o *PostWebdeploymentsDeploymentsBadRequest) IsServerError() bool

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

func (*PostWebdeploymentsDeploymentsBadRequest) IsSuccess

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

func (*PostWebdeploymentsDeploymentsBadRequest) String

type PostWebdeploymentsDeploymentsCreated

type PostWebdeploymentsDeploymentsCreated struct {
	Payload *models.WebDeployment
}

PostWebdeploymentsDeploymentsCreated describes a response with status code 201, with default header values.

The deployment was created successfully

func NewPostWebdeploymentsDeploymentsCreated

func NewPostWebdeploymentsDeploymentsCreated() *PostWebdeploymentsDeploymentsCreated

NewPostWebdeploymentsDeploymentsCreated creates a PostWebdeploymentsDeploymentsCreated with default headers values

func (*PostWebdeploymentsDeploymentsCreated) Error

func (*PostWebdeploymentsDeploymentsCreated) GetPayload

func (*PostWebdeploymentsDeploymentsCreated) IsClientError

func (o *PostWebdeploymentsDeploymentsCreated) IsClientError() bool

IsClientError returns true when this post webdeployments deployments created response has a 4xx status code

func (*PostWebdeploymentsDeploymentsCreated) IsCode

IsCode returns true when this post webdeployments deployments created response a status code equal to that given

func (*PostWebdeploymentsDeploymentsCreated) IsRedirect

IsRedirect returns true when this post webdeployments deployments created response has a 3xx status code

func (*PostWebdeploymentsDeploymentsCreated) IsServerError

func (o *PostWebdeploymentsDeploymentsCreated) IsServerError() bool

IsServerError returns true when this post webdeployments deployments created response has a 5xx status code

func (*PostWebdeploymentsDeploymentsCreated) IsSuccess

IsSuccess returns true when this post webdeployments deployments created response has a 2xx status code

func (*PostWebdeploymentsDeploymentsCreated) String

type PostWebdeploymentsDeploymentsForbidden

type PostWebdeploymentsDeploymentsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostWebdeploymentsDeploymentsForbidden

func NewPostWebdeploymentsDeploymentsForbidden() *PostWebdeploymentsDeploymentsForbidden

NewPostWebdeploymentsDeploymentsForbidden creates a PostWebdeploymentsDeploymentsForbidden with default headers values

func (*PostWebdeploymentsDeploymentsForbidden) Error

func (*PostWebdeploymentsDeploymentsForbidden) GetPayload

func (*PostWebdeploymentsDeploymentsForbidden) IsClientError

func (o *PostWebdeploymentsDeploymentsForbidden) IsClientError() bool

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

func (*PostWebdeploymentsDeploymentsForbidden) IsCode

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

func (*PostWebdeploymentsDeploymentsForbidden) IsRedirect

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

func (*PostWebdeploymentsDeploymentsForbidden) IsServerError

func (o *PostWebdeploymentsDeploymentsForbidden) IsServerError() bool

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

func (*PostWebdeploymentsDeploymentsForbidden) IsSuccess

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

func (*PostWebdeploymentsDeploymentsForbidden) String

type PostWebdeploymentsDeploymentsGatewayTimeout

type PostWebdeploymentsDeploymentsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostWebdeploymentsDeploymentsGatewayTimeout

func NewPostWebdeploymentsDeploymentsGatewayTimeout() *PostWebdeploymentsDeploymentsGatewayTimeout

NewPostWebdeploymentsDeploymentsGatewayTimeout creates a PostWebdeploymentsDeploymentsGatewayTimeout with default headers values

func (*PostWebdeploymentsDeploymentsGatewayTimeout) Error

func (*PostWebdeploymentsDeploymentsGatewayTimeout) GetPayload

func (*PostWebdeploymentsDeploymentsGatewayTimeout) IsClientError

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

func (*PostWebdeploymentsDeploymentsGatewayTimeout) IsCode

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

func (*PostWebdeploymentsDeploymentsGatewayTimeout) IsRedirect

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

func (*PostWebdeploymentsDeploymentsGatewayTimeout) IsServerError

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

func (*PostWebdeploymentsDeploymentsGatewayTimeout) IsSuccess

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

func (*PostWebdeploymentsDeploymentsGatewayTimeout) String

type PostWebdeploymentsDeploymentsInternalServerError

type PostWebdeploymentsDeploymentsInternalServerError struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsDeploymentsInternalServerError 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 NewPostWebdeploymentsDeploymentsInternalServerError

func NewPostWebdeploymentsDeploymentsInternalServerError() *PostWebdeploymentsDeploymentsInternalServerError

NewPostWebdeploymentsDeploymentsInternalServerError creates a PostWebdeploymentsDeploymentsInternalServerError with default headers values

func (*PostWebdeploymentsDeploymentsInternalServerError) Error

func (*PostWebdeploymentsDeploymentsInternalServerError) GetPayload

func (*PostWebdeploymentsDeploymentsInternalServerError) IsClientError

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

func (*PostWebdeploymentsDeploymentsInternalServerError) IsCode

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

func (*PostWebdeploymentsDeploymentsInternalServerError) IsRedirect

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

func (*PostWebdeploymentsDeploymentsInternalServerError) IsServerError

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

func (*PostWebdeploymentsDeploymentsInternalServerError) IsSuccess

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

func (*PostWebdeploymentsDeploymentsInternalServerError) String

type PostWebdeploymentsDeploymentsNotFound

type PostWebdeploymentsDeploymentsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostWebdeploymentsDeploymentsNotFound

func NewPostWebdeploymentsDeploymentsNotFound() *PostWebdeploymentsDeploymentsNotFound

NewPostWebdeploymentsDeploymentsNotFound creates a PostWebdeploymentsDeploymentsNotFound with default headers values

func (*PostWebdeploymentsDeploymentsNotFound) Error

func (*PostWebdeploymentsDeploymentsNotFound) GetPayload

func (*PostWebdeploymentsDeploymentsNotFound) IsClientError

func (o *PostWebdeploymentsDeploymentsNotFound) IsClientError() bool

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

func (*PostWebdeploymentsDeploymentsNotFound) IsCode

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

func (*PostWebdeploymentsDeploymentsNotFound) IsRedirect

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

func (*PostWebdeploymentsDeploymentsNotFound) IsServerError

func (o *PostWebdeploymentsDeploymentsNotFound) IsServerError() bool

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

func (*PostWebdeploymentsDeploymentsNotFound) IsSuccess

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

func (*PostWebdeploymentsDeploymentsNotFound) String

type PostWebdeploymentsDeploymentsOK

type PostWebdeploymentsDeploymentsOK struct {
	Payload *models.WebDeployment
}

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

successful operation

func NewPostWebdeploymentsDeploymentsOK

func NewPostWebdeploymentsDeploymentsOK() *PostWebdeploymentsDeploymentsOK

NewPostWebdeploymentsDeploymentsOK creates a PostWebdeploymentsDeploymentsOK with default headers values

func (*PostWebdeploymentsDeploymentsOK) Error

func (*PostWebdeploymentsDeploymentsOK) GetPayload

func (*PostWebdeploymentsDeploymentsOK) IsClientError

func (o *PostWebdeploymentsDeploymentsOK) IsClientError() bool

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

func (*PostWebdeploymentsDeploymentsOK) IsCode

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

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

func (*PostWebdeploymentsDeploymentsOK) IsRedirect

func (o *PostWebdeploymentsDeploymentsOK) IsRedirect() bool

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

func (*PostWebdeploymentsDeploymentsOK) IsServerError

func (o *PostWebdeploymentsDeploymentsOK) IsServerError() bool

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

func (*PostWebdeploymentsDeploymentsOK) IsSuccess

func (o *PostWebdeploymentsDeploymentsOK) IsSuccess() bool

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

func (*PostWebdeploymentsDeploymentsOK) String

type PostWebdeploymentsDeploymentsParams

type PostWebdeploymentsDeploymentsParams struct {

	// Deployment.
	Deployment *models.WebDeployment

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

PostWebdeploymentsDeploymentsParams contains all the parameters to send to the API endpoint

for the post webdeployments deployments operation.

Typically these are written to a http.Request.

func NewPostWebdeploymentsDeploymentsParams

func NewPostWebdeploymentsDeploymentsParams() *PostWebdeploymentsDeploymentsParams

NewPostWebdeploymentsDeploymentsParams creates a new PostWebdeploymentsDeploymentsParams 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 NewPostWebdeploymentsDeploymentsParamsWithContext

func NewPostWebdeploymentsDeploymentsParamsWithContext(ctx context.Context) *PostWebdeploymentsDeploymentsParams

NewPostWebdeploymentsDeploymentsParamsWithContext creates a new PostWebdeploymentsDeploymentsParams object with the ability to set a context for a request.

func NewPostWebdeploymentsDeploymentsParamsWithHTTPClient

func NewPostWebdeploymentsDeploymentsParamsWithHTTPClient(client *http.Client) *PostWebdeploymentsDeploymentsParams

NewPostWebdeploymentsDeploymentsParamsWithHTTPClient creates a new PostWebdeploymentsDeploymentsParams object with the ability to set a custom HTTPClient for a request.

func NewPostWebdeploymentsDeploymentsParamsWithTimeout

func NewPostWebdeploymentsDeploymentsParamsWithTimeout(timeout time.Duration) *PostWebdeploymentsDeploymentsParams

NewPostWebdeploymentsDeploymentsParamsWithTimeout creates a new PostWebdeploymentsDeploymentsParams object with the ability to set a timeout on a request.

func (*PostWebdeploymentsDeploymentsParams) SetContext

SetContext adds the context to the post webdeployments deployments params

func (*PostWebdeploymentsDeploymentsParams) SetDefaults

func (o *PostWebdeploymentsDeploymentsParams) SetDefaults()

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

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

func (*PostWebdeploymentsDeploymentsParams) SetDeployment

func (o *PostWebdeploymentsDeploymentsParams) SetDeployment(deployment *models.WebDeployment)

SetDeployment adds the deployment to the post webdeployments deployments params

func (*PostWebdeploymentsDeploymentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post webdeployments deployments params

func (*PostWebdeploymentsDeploymentsParams) SetTimeout

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

SetTimeout adds the timeout to the post webdeployments deployments params

func (*PostWebdeploymentsDeploymentsParams) WithContext

WithContext adds the context to the post webdeployments deployments params

func (*PostWebdeploymentsDeploymentsParams) WithDefaults

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

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

func (*PostWebdeploymentsDeploymentsParams) WithDeployment

WithDeployment adds the deployment to the post webdeployments deployments params

func (*PostWebdeploymentsDeploymentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post webdeployments deployments params

func (*PostWebdeploymentsDeploymentsParams) WithTimeout

WithTimeout adds the timeout to the post webdeployments deployments params

func (*PostWebdeploymentsDeploymentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostWebdeploymentsDeploymentsReader

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

PostWebdeploymentsDeploymentsReader is a Reader for the PostWebdeploymentsDeployments structure.

func (*PostWebdeploymentsDeploymentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostWebdeploymentsDeploymentsRequestEntityTooLarge

type PostWebdeploymentsDeploymentsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWebdeploymentsDeploymentsRequestEntityTooLarge

func NewPostWebdeploymentsDeploymentsRequestEntityTooLarge() *PostWebdeploymentsDeploymentsRequestEntityTooLarge

NewPostWebdeploymentsDeploymentsRequestEntityTooLarge creates a PostWebdeploymentsDeploymentsRequestEntityTooLarge with default headers values

func (*PostWebdeploymentsDeploymentsRequestEntityTooLarge) Error

func (*PostWebdeploymentsDeploymentsRequestEntityTooLarge) GetPayload

func (*PostWebdeploymentsDeploymentsRequestEntityTooLarge) IsClientError

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

func (*PostWebdeploymentsDeploymentsRequestEntityTooLarge) IsCode

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

func (*PostWebdeploymentsDeploymentsRequestEntityTooLarge) IsRedirect

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

func (*PostWebdeploymentsDeploymentsRequestEntityTooLarge) IsServerError

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

func (*PostWebdeploymentsDeploymentsRequestEntityTooLarge) IsSuccess

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

func (*PostWebdeploymentsDeploymentsRequestEntityTooLarge) String

type PostWebdeploymentsDeploymentsRequestTimeout

type PostWebdeploymentsDeploymentsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsDeploymentsRequestTimeout 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 NewPostWebdeploymentsDeploymentsRequestTimeout

func NewPostWebdeploymentsDeploymentsRequestTimeout() *PostWebdeploymentsDeploymentsRequestTimeout

NewPostWebdeploymentsDeploymentsRequestTimeout creates a PostWebdeploymentsDeploymentsRequestTimeout with default headers values

func (*PostWebdeploymentsDeploymentsRequestTimeout) Error

func (*PostWebdeploymentsDeploymentsRequestTimeout) GetPayload

func (*PostWebdeploymentsDeploymentsRequestTimeout) IsClientError

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

func (*PostWebdeploymentsDeploymentsRequestTimeout) IsCode

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

func (*PostWebdeploymentsDeploymentsRequestTimeout) IsRedirect

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

func (*PostWebdeploymentsDeploymentsRequestTimeout) IsServerError

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

func (*PostWebdeploymentsDeploymentsRequestTimeout) IsSuccess

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

func (*PostWebdeploymentsDeploymentsRequestTimeout) String

type PostWebdeploymentsDeploymentsServiceUnavailable

type PostWebdeploymentsDeploymentsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsDeploymentsServiceUnavailable 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 NewPostWebdeploymentsDeploymentsServiceUnavailable

func NewPostWebdeploymentsDeploymentsServiceUnavailable() *PostWebdeploymentsDeploymentsServiceUnavailable

NewPostWebdeploymentsDeploymentsServiceUnavailable creates a PostWebdeploymentsDeploymentsServiceUnavailable with default headers values

func (*PostWebdeploymentsDeploymentsServiceUnavailable) Error

func (*PostWebdeploymentsDeploymentsServiceUnavailable) GetPayload

func (*PostWebdeploymentsDeploymentsServiceUnavailable) IsClientError

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

func (*PostWebdeploymentsDeploymentsServiceUnavailable) IsCode

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

func (*PostWebdeploymentsDeploymentsServiceUnavailable) IsRedirect

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

func (*PostWebdeploymentsDeploymentsServiceUnavailable) IsServerError

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

func (*PostWebdeploymentsDeploymentsServiceUnavailable) IsSuccess

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

func (*PostWebdeploymentsDeploymentsServiceUnavailable) String

type PostWebdeploymentsDeploymentsTooManyRequests

type PostWebdeploymentsDeploymentsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWebdeploymentsDeploymentsTooManyRequests

func NewPostWebdeploymentsDeploymentsTooManyRequests() *PostWebdeploymentsDeploymentsTooManyRequests

NewPostWebdeploymentsDeploymentsTooManyRequests creates a PostWebdeploymentsDeploymentsTooManyRequests with default headers values

func (*PostWebdeploymentsDeploymentsTooManyRequests) Error

func (*PostWebdeploymentsDeploymentsTooManyRequests) GetPayload

func (*PostWebdeploymentsDeploymentsTooManyRequests) IsClientError

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

func (*PostWebdeploymentsDeploymentsTooManyRequests) IsCode

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

func (*PostWebdeploymentsDeploymentsTooManyRequests) IsRedirect

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

func (*PostWebdeploymentsDeploymentsTooManyRequests) IsServerError

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

func (*PostWebdeploymentsDeploymentsTooManyRequests) IsSuccess

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

func (*PostWebdeploymentsDeploymentsTooManyRequests) String

type PostWebdeploymentsDeploymentsUnauthorized

type PostWebdeploymentsDeploymentsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostWebdeploymentsDeploymentsUnauthorized

func NewPostWebdeploymentsDeploymentsUnauthorized() *PostWebdeploymentsDeploymentsUnauthorized

NewPostWebdeploymentsDeploymentsUnauthorized creates a PostWebdeploymentsDeploymentsUnauthorized with default headers values

func (*PostWebdeploymentsDeploymentsUnauthorized) Error

func (*PostWebdeploymentsDeploymentsUnauthorized) GetPayload

func (*PostWebdeploymentsDeploymentsUnauthorized) IsClientError

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

func (*PostWebdeploymentsDeploymentsUnauthorized) IsCode

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

func (*PostWebdeploymentsDeploymentsUnauthorized) IsRedirect

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

func (*PostWebdeploymentsDeploymentsUnauthorized) IsServerError

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

func (*PostWebdeploymentsDeploymentsUnauthorized) IsSuccess

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

func (*PostWebdeploymentsDeploymentsUnauthorized) String

type PostWebdeploymentsDeploymentsUnsupportedMediaType

type PostWebdeploymentsDeploymentsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsDeploymentsUnsupportedMediaType 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 NewPostWebdeploymentsDeploymentsUnsupportedMediaType

func NewPostWebdeploymentsDeploymentsUnsupportedMediaType() *PostWebdeploymentsDeploymentsUnsupportedMediaType

NewPostWebdeploymentsDeploymentsUnsupportedMediaType creates a PostWebdeploymentsDeploymentsUnsupportedMediaType with default headers values

func (*PostWebdeploymentsDeploymentsUnsupportedMediaType) Error

func (*PostWebdeploymentsDeploymentsUnsupportedMediaType) GetPayload

func (*PostWebdeploymentsDeploymentsUnsupportedMediaType) IsClientError

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

func (*PostWebdeploymentsDeploymentsUnsupportedMediaType) IsCode

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

func (*PostWebdeploymentsDeploymentsUnsupportedMediaType) IsRedirect

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

func (*PostWebdeploymentsDeploymentsUnsupportedMediaType) IsServerError

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

func (*PostWebdeploymentsDeploymentsUnsupportedMediaType) IsSuccess

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

func (*PostWebdeploymentsDeploymentsUnsupportedMediaType) String

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeBadRequest

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeBadRequest struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsTokenOauthcodegrantjwtexchangeBadRequest 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 NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeBadRequest

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeBadRequest() *PostWebdeploymentsTokenOauthcodegrantjwtexchangeBadRequest

NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeBadRequest creates a PostWebdeploymentsTokenOauthcodegrantjwtexchangeBadRequest with default headers values

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeBadRequest) Error

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeBadRequest) GetPayload

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeBadRequest) IsClientError

IsClientError returns true when this post webdeployments token oauthcodegrantjwtexchange bad request response has a 4xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeBadRequest) IsCode

IsCode returns true when this post webdeployments token oauthcodegrantjwtexchange bad request response a status code equal to that given

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeBadRequest) IsRedirect

IsRedirect returns true when this post webdeployments token oauthcodegrantjwtexchange bad request response has a 3xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeBadRequest) IsServerError

IsServerError returns true when this post webdeployments token oauthcodegrantjwtexchange bad request response has a 5xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeBadRequest) IsSuccess

IsSuccess returns true when this post webdeployments token oauthcodegrantjwtexchange bad request response has a 2xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeBadRequest) String

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeForbidden

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeForbidden

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeForbidden() *PostWebdeploymentsTokenOauthcodegrantjwtexchangeForbidden

NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeForbidden creates a PostWebdeploymentsTokenOauthcodegrantjwtexchangeForbidden with default headers values

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeForbidden) Error

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeForbidden) GetPayload

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeForbidden) IsClientError

IsClientError returns true when this post webdeployments token oauthcodegrantjwtexchange forbidden response has a 4xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeForbidden) IsCode

IsCode returns true when this post webdeployments token oauthcodegrantjwtexchange forbidden response a status code equal to that given

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeForbidden) IsRedirect

IsRedirect returns true when this post webdeployments token oauthcodegrantjwtexchange forbidden response has a 3xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeForbidden) IsServerError

IsServerError returns true when this post webdeployments token oauthcodegrantjwtexchange forbidden response has a 5xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeForbidden) IsSuccess

IsSuccess returns true when this post webdeployments token oauthcodegrantjwtexchange forbidden response has a 2xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeForbidden) String

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeGatewayTimeout

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeGatewayTimeout

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeGatewayTimeout() *PostWebdeploymentsTokenOauthcodegrantjwtexchangeGatewayTimeout

NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeGatewayTimeout creates a PostWebdeploymentsTokenOauthcodegrantjwtexchangeGatewayTimeout with default headers values

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeGatewayTimeout) Error

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeGatewayTimeout) GetPayload

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeGatewayTimeout) IsClientError

IsClientError returns true when this post webdeployments token oauthcodegrantjwtexchange gateway timeout response has a 4xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeGatewayTimeout) IsCode

IsCode returns true when this post webdeployments token oauthcodegrantjwtexchange gateway timeout response a status code equal to that given

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeGatewayTimeout) IsRedirect

IsRedirect returns true when this post webdeployments token oauthcodegrantjwtexchange gateway timeout response has a 3xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeGatewayTimeout) IsServerError

IsServerError returns true when this post webdeployments token oauthcodegrantjwtexchange gateway timeout response has a 5xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeGatewayTimeout) IsSuccess

IsSuccess returns true when this post webdeployments token oauthcodegrantjwtexchange gateway timeout response has a 2xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeGatewayTimeout) String

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeInternalServerError

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeInternalServerError struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsTokenOauthcodegrantjwtexchangeInternalServerError 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 NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeInternalServerError

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeInternalServerError() *PostWebdeploymentsTokenOauthcodegrantjwtexchangeInternalServerError

NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeInternalServerError creates a PostWebdeploymentsTokenOauthcodegrantjwtexchangeInternalServerError with default headers values

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeInternalServerError) Error

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeInternalServerError) GetPayload

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeInternalServerError) IsClientError

IsClientError returns true when this post webdeployments token oauthcodegrantjwtexchange internal server error response has a 4xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeInternalServerError) IsCode

IsCode returns true when this post webdeployments token oauthcodegrantjwtexchange internal server error response a status code equal to that given

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeInternalServerError) IsRedirect

IsRedirect returns true when this post webdeployments token oauthcodegrantjwtexchange internal server error response has a 3xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeInternalServerError) IsServerError

IsServerError returns true when this post webdeployments token oauthcodegrantjwtexchange internal server error response has a 5xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeInternalServerError) IsSuccess

IsSuccess returns true when this post webdeployments token oauthcodegrantjwtexchange internal server error response has a 2xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeInternalServerError) String

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeNotFound

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeNotFound

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeNotFound() *PostWebdeploymentsTokenOauthcodegrantjwtexchangeNotFound

NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeNotFound creates a PostWebdeploymentsTokenOauthcodegrantjwtexchangeNotFound with default headers values

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeNotFound) Error

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeNotFound) GetPayload

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeNotFound) IsClientError

IsClientError returns true when this post webdeployments token oauthcodegrantjwtexchange not found response has a 4xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeNotFound) IsCode

IsCode returns true when this post webdeployments token oauthcodegrantjwtexchange not found response a status code equal to that given

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeNotFound) IsRedirect

IsRedirect returns true when this post webdeployments token oauthcodegrantjwtexchange not found response has a 3xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeNotFound) IsServerError

IsServerError returns true when this post webdeployments token oauthcodegrantjwtexchange not found response has a 5xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeNotFound) IsSuccess

IsSuccess returns true when this post webdeployments token oauthcodegrantjwtexchange not found response has a 2xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeNotFound) String

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeOK

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeOK struct {
	Payload *models.WebDeploymentsAuthorizationResponse
}

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

successful operation

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeOK

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeOK() *PostWebdeploymentsTokenOauthcodegrantjwtexchangeOK

NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeOK creates a PostWebdeploymentsTokenOauthcodegrantjwtexchangeOK with default headers values

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeOK) Error

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeOK) GetPayload

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeOK) IsClientError

IsClientError returns true when this post webdeployments token oauthcodegrantjwtexchange o k response has a 4xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeOK) IsCode

IsCode returns true when this post webdeployments token oauthcodegrantjwtexchange o k response a status code equal to that given

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeOK) IsRedirect

IsRedirect returns true when this post webdeployments token oauthcodegrantjwtexchange o k response has a 3xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeOK) IsServerError

IsServerError returns true when this post webdeployments token oauthcodegrantjwtexchange o k response has a 5xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeOK) IsSuccess

IsSuccess returns true when this post webdeployments token oauthcodegrantjwtexchange o k response has a 2xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeOK) String

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams struct {

	/* Body.

	   webDeploymentsOAuthExchangeRequest
	*/
	Body *models.WebDeploymentsOAuthExchangeRequest

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

PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams contains all the parameters to send to the API endpoint

for the post webdeployments token oauthcodegrantjwtexchange operation.

Typically these are written to a http.Request.

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeParams

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeParams() *PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams

NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeParams creates a new PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams 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 NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeParamsWithContext

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeParamsWithContext(ctx context.Context) *PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams

NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeParamsWithContext creates a new PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams object with the ability to set a context for a request.

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeParamsWithHTTPClient

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeParamsWithHTTPClient(client *http.Client) *PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams

NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeParamsWithHTTPClient creates a new PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams object with the ability to set a custom HTTPClient for a request.

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeParamsWithTimeout

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeParamsWithTimeout(timeout time.Duration) *PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams

NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeParamsWithTimeout creates a new PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams object with the ability to set a timeout on a request.

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams) SetBody

SetBody adds the body to the post webdeployments token oauthcodegrantjwtexchange params

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams) SetContext

SetContext adds the context to the post webdeployments token oauthcodegrantjwtexchange params

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams) SetDefaults

SetDefaults hydrates default values in the post webdeployments token oauthcodegrantjwtexchange params (not the query body).

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

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post webdeployments token oauthcodegrantjwtexchange params

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams) SetTimeout

SetTimeout adds the timeout to the post webdeployments token oauthcodegrantjwtexchange params

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams) WithBody

WithBody adds the body to the post webdeployments token oauthcodegrantjwtexchange params

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams) WithContext

WithContext adds the context to the post webdeployments token oauthcodegrantjwtexchange params

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams) WithDefaults

WithDefaults hydrates default values in the post webdeployments token oauthcodegrantjwtexchange params (not the query body).

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

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post webdeployments token oauthcodegrantjwtexchange params

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams) WithTimeout

WithTimeout adds the timeout to the post webdeployments token oauthcodegrantjwtexchange params

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeReader

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

PostWebdeploymentsTokenOauthcodegrantjwtexchangeReader is a Reader for the PostWebdeploymentsTokenOauthcodegrantjwtexchange structure.

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestEntityTooLarge

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestEntityTooLarge

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestEntityTooLarge() *PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestEntityTooLarge

NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestEntityTooLarge creates a PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestEntityTooLarge with default headers values

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestEntityTooLarge) Error

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestEntityTooLarge) GetPayload

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestEntityTooLarge) IsClientError

IsClientError returns true when this post webdeployments token oauthcodegrantjwtexchange request entity too large response has a 4xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestEntityTooLarge) IsCode

IsCode returns true when this post webdeployments token oauthcodegrantjwtexchange request entity too large response a status code equal to that given

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post webdeployments token oauthcodegrantjwtexchange request entity too large response has a 3xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestEntityTooLarge) IsServerError

IsServerError returns true when this post webdeployments token oauthcodegrantjwtexchange request entity too large response has a 5xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post webdeployments token oauthcodegrantjwtexchange request entity too large response has a 2xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestEntityTooLarge) String

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestTimeout

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestTimeout struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestTimeout 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 NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestTimeout

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestTimeout() *PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestTimeout

NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestTimeout creates a PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestTimeout with default headers values

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestTimeout) Error

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestTimeout) GetPayload

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestTimeout) IsClientError

IsClientError returns true when this post webdeployments token oauthcodegrantjwtexchange request timeout response has a 4xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestTimeout) IsCode

IsCode returns true when this post webdeployments token oauthcodegrantjwtexchange request timeout response a status code equal to that given

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestTimeout) IsRedirect

IsRedirect returns true when this post webdeployments token oauthcodegrantjwtexchange request timeout response has a 3xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestTimeout) IsServerError

IsServerError returns true when this post webdeployments token oauthcodegrantjwtexchange request timeout response has a 5xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestTimeout) IsSuccess

IsSuccess returns true when this post webdeployments token oauthcodegrantjwtexchange request timeout response has a 2xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestTimeout) String

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeServiceUnavailable

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsTokenOauthcodegrantjwtexchangeServiceUnavailable 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 NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeServiceUnavailable

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeServiceUnavailable() *PostWebdeploymentsTokenOauthcodegrantjwtexchangeServiceUnavailable

NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeServiceUnavailable creates a PostWebdeploymentsTokenOauthcodegrantjwtexchangeServiceUnavailable with default headers values

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeServiceUnavailable) Error

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeServiceUnavailable) GetPayload

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeServiceUnavailable) IsClientError

IsClientError returns true when this post webdeployments token oauthcodegrantjwtexchange service unavailable response has a 4xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeServiceUnavailable) IsCode

IsCode returns true when this post webdeployments token oauthcodegrantjwtexchange service unavailable response a status code equal to that given

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeServiceUnavailable) IsRedirect

IsRedirect returns true when this post webdeployments token oauthcodegrantjwtexchange service unavailable response has a 3xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeServiceUnavailable) IsServerError

IsServerError returns true when this post webdeployments token oauthcodegrantjwtexchange service unavailable response has a 5xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeServiceUnavailable) IsSuccess

IsSuccess returns true when this post webdeployments token oauthcodegrantjwtexchange service unavailable response has a 2xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeServiceUnavailable) String

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeTooManyRequests

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeTooManyRequests

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeTooManyRequests() *PostWebdeploymentsTokenOauthcodegrantjwtexchangeTooManyRequests

NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeTooManyRequests creates a PostWebdeploymentsTokenOauthcodegrantjwtexchangeTooManyRequests with default headers values

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeTooManyRequests) Error

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeTooManyRequests) GetPayload

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeTooManyRequests) IsClientError

IsClientError returns true when this post webdeployments token oauthcodegrantjwtexchange too many requests response has a 4xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeTooManyRequests) IsCode

IsCode returns true when this post webdeployments token oauthcodegrantjwtexchange too many requests response a status code equal to that given

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeTooManyRequests) IsRedirect

IsRedirect returns true when this post webdeployments token oauthcodegrantjwtexchange too many requests response has a 3xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeTooManyRequests) IsServerError

IsServerError returns true when this post webdeployments token oauthcodegrantjwtexchange too many requests response has a 5xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeTooManyRequests) IsSuccess

IsSuccess returns true when this post webdeployments token oauthcodegrantjwtexchange too many requests response has a 2xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeTooManyRequests) String

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnauthorized

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeUnauthorized

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeUnauthorized() *PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnauthorized

NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeUnauthorized creates a PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnauthorized with default headers values

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnauthorized) Error

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnauthorized) GetPayload

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnauthorized) IsClientError

IsClientError returns true when this post webdeployments token oauthcodegrantjwtexchange unauthorized response has a 4xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnauthorized) IsCode

IsCode returns true when this post webdeployments token oauthcodegrantjwtexchange unauthorized response a status code equal to that given

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnauthorized) IsRedirect

IsRedirect returns true when this post webdeployments token oauthcodegrantjwtexchange unauthorized response has a 3xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnauthorized) IsServerError

IsServerError returns true when this post webdeployments token oauthcodegrantjwtexchange unauthorized response has a 5xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnauthorized) IsSuccess

IsSuccess returns true when this post webdeployments token oauthcodegrantjwtexchange unauthorized response has a 2xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnauthorized) String

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnsupportedMediaType

type PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnsupportedMediaType 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 NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeUnsupportedMediaType

func NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeUnsupportedMediaType() *PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnsupportedMediaType

NewPostWebdeploymentsTokenOauthcodegrantjwtexchangeUnsupportedMediaType creates a PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnsupportedMediaType with default headers values

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnsupportedMediaType) Error

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnsupportedMediaType) GetPayload

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnsupportedMediaType) IsClientError

IsClientError returns true when this post webdeployments token oauthcodegrantjwtexchange unsupported media type response has a 4xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnsupportedMediaType) IsCode

IsCode returns true when this post webdeployments token oauthcodegrantjwtexchange unsupported media type response a status code equal to that given

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post webdeployments token oauthcodegrantjwtexchange unsupported media type response has a 3xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnsupportedMediaType) IsServerError

IsServerError returns true when this post webdeployments token oauthcodegrantjwtexchange unsupported media type response has a 5xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post webdeployments token oauthcodegrantjwtexchange unsupported media type response has a 2xx status code

func (*PostWebdeploymentsTokenOauthcodegrantjwtexchangeUnsupportedMediaType) String

type PostWebdeploymentsTokenRefreshBadRequest

type PostWebdeploymentsTokenRefreshBadRequest struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsTokenRefreshBadRequest 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 NewPostWebdeploymentsTokenRefreshBadRequest

func NewPostWebdeploymentsTokenRefreshBadRequest() *PostWebdeploymentsTokenRefreshBadRequest

NewPostWebdeploymentsTokenRefreshBadRequest creates a PostWebdeploymentsTokenRefreshBadRequest with default headers values

func (*PostWebdeploymentsTokenRefreshBadRequest) Error

func (*PostWebdeploymentsTokenRefreshBadRequest) GetPayload

func (*PostWebdeploymentsTokenRefreshBadRequest) IsClientError

IsClientError returns true when this post webdeployments token refresh bad request response has a 4xx status code

func (*PostWebdeploymentsTokenRefreshBadRequest) IsCode

IsCode returns true when this post webdeployments token refresh bad request response a status code equal to that given

func (*PostWebdeploymentsTokenRefreshBadRequest) IsRedirect

IsRedirect returns true when this post webdeployments token refresh bad request response has a 3xx status code

func (*PostWebdeploymentsTokenRefreshBadRequest) IsServerError

IsServerError returns true when this post webdeployments token refresh bad request response has a 5xx status code

func (*PostWebdeploymentsTokenRefreshBadRequest) IsSuccess

IsSuccess returns true when this post webdeployments token refresh bad request response has a 2xx status code

func (*PostWebdeploymentsTokenRefreshBadRequest) String

type PostWebdeploymentsTokenRefreshForbidden

type PostWebdeploymentsTokenRefreshForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostWebdeploymentsTokenRefreshForbidden

func NewPostWebdeploymentsTokenRefreshForbidden() *PostWebdeploymentsTokenRefreshForbidden

NewPostWebdeploymentsTokenRefreshForbidden creates a PostWebdeploymentsTokenRefreshForbidden with default headers values

func (*PostWebdeploymentsTokenRefreshForbidden) Error

func (*PostWebdeploymentsTokenRefreshForbidden) GetPayload

func (*PostWebdeploymentsTokenRefreshForbidden) IsClientError

func (o *PostWebdeploymentsTokenRefreshForbidden) IsClientError() bool

IsClientError returns true when this post webdeployments token refresh forbidden response has a 4xx status code

func (*PostWebdeploymentsTokenRefreshForbidden) IsCode

IsCode returns true when this post webdeployments token refresh forbidden response a status code equal to that given

func (*PostWebdeploymentsTokenRefreshForbidden) IsRedirect

IsRedirect returns true when this post webdeployments token refresh forbidden response has a 3xx status code

func (*PostWebdeploymentsTokenRefreshForbidden) IsServerError

func (o *PostWebdeploymentsTokenRefreshForbidden) IsServerError() bool

IsServerError returns true when this post webdeployments token refresh forbidden response has a 5xx status code

func (*PostWebdeploymentsTokenRefreshForbidden) IsSuccess

IsSuccess returns true when this post webdeployments token refresh forbidden response has a 2xx status code

func (*PostWebdeploymentsTokenRefreshForbidden) String

type PostWebdeploymentsTokenRefreshGatewayTimeout

type PostWebdeploymentsTokenRefreshGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostWebdeploymentsTokenRefreshGatewayTimeout

func NewPostWebdeploymentsTokenRefreshGatewayTimeout() *PostWebdeploymentsTokenRefreshGatewayTimeout

NewPostWebdeploymentsTokenRefreshGatewayTimeout creates a PostWebdeploymentsTokenRefreshGatewayTimeout with default headers values

func (*PostWebdeploymentsTokenRefreshGatewayTimeout) Error

func (*PostWebdeploymentsTokenRefreshGatewayTimeout) GetPayload

func (*PostWebdeploymentsTokenRefreshGatewayTimeout) IsClientError

IsClientError returns true when this post webdeployments token refresh gateway timeout response has a 4xx status code

func (*PostWebdeploymentsTokenRefreshGatewayTimeout) IsCode

IsCode returns true when this post webdeployments token refresh gateway timeout response a status code equal to that given

func (*PostWebdeploymentsTokenRefreshGatewayTimeout) IsRedirect

IsRedirect returns true when this post webdeployments token refresh gateway timeout response has a 3xx status code

func (*PostWebdeploymentsTokenRefreshGatewayTimeout) IsServerError

IsServerError returns true when this post webdeployments token refresh gateway timeout response has a 5xx status code

func (*PostWebdeploymentsTokenRefreshGatewayTimeout) IsSuccess

IsSuccess returns true when this post webdeployments token refresh gateway timeout response has a 2xx status code

func (*PostWebdeploymentsTokenRefreshGatewayTimeout) String

type PostWebdeploymentsTokenRefreshInternalServerError

type PostWebdeploymentsTokenRefreshInternalServerError struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsTokenRefreshInternalServerError 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 NewPostWebdeploymentsTokenRefreshInternalServerError

func NewPostWebdeploymentsTokenRefreshInternalServerError() *PostWebdeploymentsTokenRefreshInternalServerError

NewPostWebdeploymentsTokenRefreshInternalServerError creates a PostWebdeploymentsTokenRefreshInternalServerError with default headers values

func (*PostWebdeploymentsTokenRefreshInternalServerError) Error

func (*PostWebdeploymentsTokenRefreshInternalServerError) GetPayload

func (*PostWebdeploymentsTokenRefreshInternalServerError) IsClientError

IsClientError returns true when this post webdeployments token refresh internal server error response has a 4xx status code

func (*PostWebdeploymentsTokenRefreshInternalServerError) IsCode

IsCode returns true when this post webdeployments token refresh internal server error response a status code equal to that given

func (*PostWebdeploymentsTokenRefreshInternalServerError) IsRedirect

IsRedirect returns true when this post webdeployments token refresh internal server error response has a 3xx status code

func (*PostWebdeploymentsTokenRefreshInternalServerError) IsServerError

IsServerError returns true when this post webdeployments token refresh internal server error response has a 5xx status code

func (*PostWebdeploymentsTokenRefreshInternalServerError) IsSuccess

IsSuccess returns true when this post webdeployments token refresh internal server error response has a 2xx status code

func (*PostWebdeploymentsTokenRefreshInternalServerError) String

type PostWebdeploymentsTokenRefreshNotFound

type PostWebdeploymentsTokenRefreshNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostWebdeploymentsTokenRefreshNotFound

func NewPostWebdeploymentsTokenRefreshNotFound() *PostWebdeploymentsTokenRefreshNotFound

NewPostWebdeploymentsTokenRefreshNotFound creates a PostWebdeploymentsTokenRefreshNotFound with default headers values

func (*PostWebdeploymentsTokenRefreshNotFound) Error

func (*PostWebdeploymentsTokenRefreshNotFound) GetPayload

func (*PostWebdeploymentsTokenRefreshNotFound) IsClientError

func (o *PostWebdeploymentsTokenRefreshNotFound) IsClientError() bool

IsClientError returns true when this post webdeployments token refresh not found response has a 4xx status code

func (*PostWebdeploymentsTokenRefreshNotFound) IsCode

IsCode returns true when this post webdeployments token refresh not found response a status code equal to that given

func (*PostWebdeploymentsTokenRefreshNotFound) IsRedirect

IsRedirect returns true when this post webdeployments token refresh not found response has a 3xx status code

func (*PostWebdeploymentsTokenRefreshNotFound) IsServerError

func (o *PostWebdeploymentsTokenRefreshNotFound) IsServerError() bool

IsServerError returns true when this post webdeployments token refresh not found response has a 5xx status code

func (*PostWebdeploymentsTokenRefreshNotFound) IsSuccess

IsSuccess returns true when this post webdeployments token refresh not found response has a 2xx status code

func (*PostWebdeploymentsTokenRefreshNotFound) String

type PostWebdeploymentsTokenRefreshOK

type PostWebdeploymentsTokenRefreshOK struct {
	Payload *models.SignedData
}

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

successful operation

func NewPostWebdeploymentsTokenRefreshOK

func NewPostWebdeploymentsTokenRefreshOK() *PostWebdeploymentsTokenRefreshOK

NewPostWebdeploymentsTokenRefreshOK creates a PostWebdeploymentsTokenRefreshOK with default headers values

func (*PostWebdeploymentsTokenRefreshOK) Error

func (*PostWebdeploymentsTokenRefreshOK) GetPayload

func (*PostWebdeploymentsTokenRefreshOK) IsClientError

func (o *PostWebdeploymentsTokenRefreshOK) IsClientError() bool

IsClientError returns true when this post webdeployments token refresh o k response has a 4xx status code

func (*PostWebdeploymentsTokenRefreshOK) IsCode

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

IsCode returns true when this post webdeployments token refresh o k response a status code equal to that given

func (*PostWebdeploymentsTokenRefreshOK) IsRedirect

func (o *PostWebdeploymentsTokenRefreshOK) IsRedirect() bool

IsRedirect returns true when this post webdeployments token refresh o k response has a 3xx status code

func (*PostWebdeploymentsTokenRefreshOK) IsServerError

func (o *PostWebdeploymentsTokenRefreshOK) IsServerError() bool

IsServerError returns true when this post webdeployments token refresh o k response has a 5xx status code

func (*PostWebdeploymentsTokenRefreshOK) IsSuccess

func (o *PostWebdeploymentsTokenRefreshOK) IsSuccess() bool

IsSuccess returns true when this post webdeployments token refresh o k response has a 2xx status code

func (*PostWebdeploymentsTokenRefreshOK) String

type PostWebdeploymentsTokenRefreshParams

type PostWebdeploymentsTokenRefreshParams struct {

	// Body.
	Body *models.WebDeploymentsRefreshJWTRequest

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

PostWebdeploymentsTokenRefreshParams contains all the parameters to send to the API endpoint

for the post webdeployments token refresh operation.

Typically these are written to a http.Request.

func NewPostWebdeploymentsTokenRefreshParams

func NewPostWebdeploymentsTokenRefreshParams() *PostWebdeploymentsTokenRefreshParams

NewPostWebdeploymentsTokenRefreshParams creates a new PostWebdeploymentsTokenRefreshParams 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 NewPostWebdeploymentsTokenRefreshParamsWithContext

func NewPostWebdeploymentsTokenRefreshParamsWithContext(ctx context.Context) *PostWebdeploymentsTokenRefreshParams

NewPostWebdeploymentsTokenRefreshParamsWithContext creates a new PostWebdeploymentsTokenRefreshParams object with the ability to set a context for a request.

func NewPostWebdeploymentsTokenRefreshParamsWithHTTPClient

func NewPostWebdeploymentsTokenRefreshParamsWithHTTPClient(client *http.Client) *PostWebdeploymentsTokenRefreshParams

NewPostWebdeploymentsTokenRefreshParamsWithHTTPClient creates a new PostWebdeploymentsTokenRefreshParams object with the ability to set a custom HTTPClient for a request.

func NewPostWebdeploymentsTokenRefreshParamsWithTimeout

func NewPostWebdeploymentsTokenRefreshParamsWithTimeout(timeout time.Duration) *PostWebdeploymentsTokenRefreshParams

NewPostWebdeploymentsTokenRefreshParamsWithTimeout creates a new PostWebdeploymentsTokenRefreshParams object with the ability to set a timeout on a request.

func (*PostWebdeploymentsTokenRefreshParams) SetBody

SetBody adds the body to the post webdeployments token refresh params

func (*PostWebdeploymentsTokenRefreshParams) SetContext

SetContext adds the context to the post webdeployments token refresh params

func (*PostWebdeploymentsTokenRefreshParams) SetDefaults

func (o *PostWebdeploymentsTokenRefreshParams) SetDefaults()

SetDefaults hydrates default values in the post webdeployments token refresh params (not the query body).

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

func (*PostWebdeploymentsTokenRefreshParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post webdeployments token refresh params

func (*PostWebdeploymentsTokenRefreshParams) SetTimeout

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

SetTimeout adds the timeout to the post webdeployments token refresh params

func (*PostWebdeploymentsTokenRefreshParams) WithBody

WithBody adds the body to the post webdeployments token refresh params

func (*PostWebdeploymentsTokenRefreshParams) WithContext

WithContext adds the context to the post webdeployments token refresh params

func (*PostWebdeploymentsTokenRefreshParams) WithDefaults

WithDefaults hydrates default values in the post webdeployments token refresh params (not the query body).

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

func (*PostWebdeploymentsTokenRefreshParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post webdeployments token refresh params

func (*PostWebdeploymentsTokenRefreshParams) WithTimeout

WithTimeout adds the timeout to the post webdeployments token refresh params

func (*PostWebdeploymentsTokenRefreshParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostWebdeploymentsTokenRefreshReader

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

PostWebdeploymentsTokenRefreshReader is a Reader for the PostWebdeploymentsTokenRefresh structure.

func (*PostWebdeploymentsTokenRefreshReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostWebdeploymentsTokenRefreshRequestEntityTooLarge

type PostWebdeploymentsTokenRefreshRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWebdeploymentsTokenRefreshRequestEntityTooLarge

func NewPostWebdeploymentsTokenRefreshRequestEntityTooLarge() *PostWebdeploymentsTokenRefreshRequestEntityTooLarge

NewPostWebdeploymentsTokenRefreshRequestEntityTooLarge creates a PostWebdeploymentsTokenRefreshRequestEntityTooLarge with default headers values

func (*PostWebdeploymentsTokenRefreshRequestEntityTooLarge) Error

func (*PostWebdeploymentsTokenRefreshRequestEntityTooLarge) GetPayload

func (*PostWebdeploymentsTokenRefreshRequestEntityTooLarge) IsClientError

IsClientError returns true when this post webdeployments token refresh request entity too large response has a 4xx status code

func (*PostWebdeploymentsTokenRefreshRequestEntityTooLarge) IsCode

IsCode returns true when this post webdeployments token refresh request entity too large response a status code equal to that given

func (*PostWebdeploymentsTokenRefreshRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post webdeployments token refresh request entity too large response has a 3xx status code

func (*PostWebdeploymentsTokenRefreshRequestEntityTooLarge) IsServerError

IsServerError returns true when this post webdeployments token refresh request entity too large response has a 5xx status code

func (*PostWebdeploymentsTokenRefreshRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post webdeployments token refresh request entity too large response has a 2xx status code

func (*PostWebdeploymentsTokenRefreshRequestEntityTooLarge) String

type PostWebdeploymentsTokenRefreshRequestTimeout

type PostWebdeploymentsTokenRefreshRequestTimeout struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsTokenRefreshRequestTimeout 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 NewPostWebdeploymentsTokenRefreshRequestTimeout

func NewPostWebdeploymentsTokenRefreshRequestTimeout() *PostWebdeploymentsTokenRefreshRequestTimeout

NewPostWebdeploymentsTokenRefreshRequestTimeout creates a PostWebdeploymentsTokenRefreshRequestTimeout with default headers values

func (*PostWebdeploymentsTokenRefreshRequestTimeout) Error

func (*PostWebdeploymentsTokenRefreshRequestTimeout) GetPayload

func (*PostWebdeploymentsTokenRefreshRequestTimeout) IsClientError

IsClientError returns true when this post webdeployments token refresh request timeout response has a 4xx status code

func (*PostWebdeploymentsTokenRefreshRequestTimeout) IsCode

IsCode returns true when this post webdeployments token refresh request timeout response a status code equal to that given

func (*PostWebdeploymentsTokenRefreshRequestTimeout) IsRedirect

IsRedirect returns true when this post webdeployments token refresh request timeout response has a 3xx status code

func (*PostWebdeploymentsTokenRefreshRequestTimeout) IsServerError

IsServerError returns true when this post webdeployments token refresh request timeout response has a 5xx status code

func (*PostWebdeploymentsTokenRefreshRequestTimeout) IsSuccess

IsSuccess returns true when this post webdeployments token refresh request timeout response has a 2xx status code

func (*PostWebdeploymentsTokenRefreshRequestTimeout) String

type PostWebdeploymentsTokenRefreshServiceUnavailable

type PostWebdeploymentsTokenRefreshServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsTokenRefreshServiceUnavailable 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 NewPostWebdeploymentsTokenRefreshServiceUnavailable

func NewPostWebdeploymentsTokenRefreshServiceUnavailable() *PostWebdeploymentsTokenRefreshServiceUnavailable

NewPostWebdeploymentsTokenRefreshServiceUnavailable creates a PostWebdeploymentsTokenRefreshServiceUnavailable with default headers values

func (*PostWebdeploymentsTokenRefreshServiceUnavailable) Error

func (*PostWebdeploymentsTokenRefreshServiceUnavailable) GetPayload

func (*PostWebdeploymentsTokenRefreshServiceUnavailable) IsClientError

IsClientError returns true when this post webdeployments token refresh service unavailable response has a 4xx status code

func (*PostWebdeploymentsTokenRefreshServiceUnavailable) IsCode

IsCode returns true when this post webdeployments token refresh service unavailable response a status code equal to that given

func (*PostWebdeploymentsTokenRefreshServiceUnavailable) IsRedirect

IsRedirect returns true when this post webdeployments token refresh service unavailable response has a 3xx status code

func (*PostWebdeploymentsTokenRefreshServiceUnavailable) IsServerError

IsServerError returns true when this post webdeployments token refresh service unavailable response has a 5xx status code

func (*PostWebdeploymentsTokenRefreshServiceUnavailable) IsSuccess

IsSuccess returns true when this post webdeployments token refresh service unavailable response has a 2xx status code

func (*PostWebdeploymentsTokenRefreshServiceUnavailable) String

type PostWebdeploymentsTokenRefreshTooManyRequests

type PostWebdeploymentsTokenRefreshTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostWebdeploymentsTokenRefreshTooManyRequests

func NewPostWebdeploymentsTokenRefreshTooManyRequests() *PostWebdeploymentsTokenRefreshTooManyRequests

NewPostWebdeploymentsTokenRefreshTooManyRequests creates a PostWebdeploymentsTokenRefreshTooManyRequests with default headers values

func (*PostWebdeploymentsTokenRefreshTooManyRequests) Error

func (*PostWebdeploymentsTokenRefreshTooManyRequests) GetPayload

func (*PostWebdeploymentsTokenRefreshTooManyRequests) IsClientError

IsClientError returns true when this post webdeployments token refresh too many requests response has a 4xx status code

func (*PostWebdeploymentsTokenRefreshTooManyRequests) IsCode

IsCode returns true when this post webdeployments token refresh too many requests response a status code equal to that given

func (*PostWebdeploymentsTokenRefreshTooManyRequests) IsRedirect

IsRedirect returns true when this post webdeployments token refresh too many requests response has a 3xx status code

func (*PostWebdeploymentsTokenRefreshTooManyRequests) IsServerError

IsServerError returns true when this post webdeployments token refresh too many requests response has a 5xx status code

func (*PostWebdeploymentsTokenRefreshTooManyRequests) IsSuccess

IsSuccess returns true when this post webdeployments token refresh too many requests response has a 2xx status code

func (*PostWebdeploymentsTokenRefreshTooManyRequests) String

type PostWebdeploymentsTokenRefreshUnauthorized

type PostWebdeploymentsTokenRefreshUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostWebdeploymentsTokenRefreshUnauthorized

func NewPostWebdeploymentsTokenRefreshUnauthorized() *PostWebdeploymentsTokenRefreshUnauthorized

NewPostWebdeploymentsTokenRefreshUnauthorized creates a PostWebdeploymentsTokenRefreshUnauthorized with default headers values

func (*PostWebdeploymentsTokenRefreshUnauthorized) Error

func (*PostWebdeploymentsTokenRefreshUnauthorized) GetPayload

func (*PostWebdeploymentsTokenRefreshUnauthorized) IsClientError

IsClientError returns true when this post webdeployments token refresh unauthorized response has a 4xx status code

func (*PostWebdeploymentsTokenRefreshUnauthorized) IsCode

IsCode returns true when this post webdeployments token refresh unauthorized response a status code equal to that given

func (*PostWebdeploymentsTokenRefreshUnauthorized) IsRedirect

IsRedirect returns true when this post webdeployments token refresh unauthorized response has a 3xx status code

func (*PostWebdeploymentsTokenRefreshUnauthorized) IsServerError

IsServerError returns true when this post webdeployments token refresh unauthorized response has a 5xx status code

func (*PostWebdeploymentsTokenRefreshUnauthorized) IsSuccess

IsSuccess returns true when this post webdeployments token refresh unauthorized response has a 2xx status code

func (*PostWebdeploymentsTokenRefreshUnauthorized) String

type PostWebdeploymentsTokenRefreshUnsupportedMediaType

type PostWebdeploymentsTokenRefreshUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostWebdeploymentsTokenRefreshUnsupportedMediaType 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 NewPostWebdeploymentsTokenRefreshUnsupportedMediaType

func NewPostWebdeploymentsTokenRefreshUnsupportedMediaType() *PostWebdeploymentsTokenRefreshUnsupportedMediaType

NewPostWebdeploymentsTokenRefreshUnsupportedMediaType creates a PostWebdeploymentsTokenRefreshUnsupportedMediaType with default headers values

func (*PostWebdeploymentsTokenRefreshUnsupportedMediaType) Error

func (*PostWebdeploymentsTokenRefreshUnsupportedMediaType) GetPayload

func (*PostWebdeploymentsTokenRefreshUnsupportedMediaType) IsClientError

IsClientError returns true when this post webdeployments token refresh unsupported media type response has a 4xx status code

func (*PostWebdeploymentsTokenRefreshUnsupportedMediaType) IsCode

IsCode returns true when this post webdeployments token refresh unsupported media type response a status code equal to that given

func (*PostWebdeploymentsTokenRefreshUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post webdeployments token refresh unsupported media type response has a 3xx status code

func (*PostWebdeploymentsTokenRefreshUnsupportedMediaType) IsServerError

IsServerError returns true when this post webdeployments token refresh unsupported media type response has a 5xx status code

func (*PostWebdeploymentsTokenRefreshUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post webdeployments token refresh unsupported media type response has a 2xx status code

func (*PostWebdeploymentsTokenRefreshUnsupportedMediaType) String

type PutWebdeploymentsConfigurationVersionsDraftBadRequest

type PutWebdeploymentsConfigurationVersionsDraftBadRequest struct {
	Payload *models.ErrorBody
}

PutWebdeploymentsConfigurationVersionsDraftBadRequest 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 NewPutWebdeploymentsConfigurationVersionsDraftBadRequest

func NewPutWebdeploymentsConfigurationVersionsDraftBadRequest() *PutWebdeploymentsConfigurationVersionsDraftBadRequest

NewPutWebdeploymentsConfigurationVersionsDraftBadRequest creates a PutWebdeploymentsConfigurationVersionsDraftBadRequest with default headers values

func (*PutWebdeploymentsConfigurationVersionsDraftBadRequest) Error

func (*PutWebdeploymentsConfigurationVersionsDraftBadRequest) GetPayload

func (*PutWebdeploymentsConfigurationVersionsDraftBadRequest) IsClientError

IsClientError returns true when this put webdeployments configuration versions draft bad request response has a 4xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftBadRequest) IsCode

IsCode returns true when this put webdeployments configuration versions draft bad request response a status code equal to that given

func (*PutWebdeploymentsConfigurationVersionsDraftBadRequest) IsRedirect

IsRedirect returns true when this put webdeployments configuration versions draft bad request response has a 3xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftBadRequest) IsServerError

IsServerError returns true when this put webdeployments configuration versions draft bad request response has a 5xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftBadRequest) IsSuccess

IsSuccess returns true when this put webdeployments configuration versions draft bad request response has a 2xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftBadRequest) String

type PutWebdeploymentsConfigurationVersionsDraftForbidden

type PutWebdeploymentsConfigurationVersionsDraftForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPutWebdeploymentsConfigurationVersionsDraftForbidden

func NewPutWebdeploymentsConfigurationVersionsDraftForbidden() *PutWebdeploymentsConfigurationVersionsDraftForbidden

NewPutWebdeploymentsConfigurationVersionsDraftForbidden creates a PutWebdeploymentsConfigurationVersionsDraftForbidden with default headers values

func (*PutWebdeploymentsConfigurationVersionsDraftForbidden) Error

func (*PutWebdeploymentsConfigurationVersionsDraftForbidden) GetPayload

func (*PutWebdeploymentsConfigurationVersionsDraftForbidden) IsClientError

IsClientError returns true when this put webdeployments configuration versions draft forbidden response has a 4xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftForbidden) IsCode

IsCode returns true when this put webdeployments configuration versions draft forbidden response a status code equal to that given

func (*PutWebdeploymentsConfigurationVersionsDraftForbidden) IsRedirect

IsRedirect returns true when this put webdeployments configuration versions draft forbidden response has a 3xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftForbidden) IsServerError

IsServerError returns true when this put webdeployments configuration versions draft forbidden response has a 5xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftForbidden) IsSuccess

IsSuccess returns true when this put webdeployments configuration versions draft forbidden response has a 2xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftForbidden) String

type PutWebdeploymentsConfigurationVersionsDraftGatewayTimeout

type PutWebdeploymentsConfigurationVersionsDraftGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPutWebdeploymentsConfigurationVersionsDraftGatewayTimeout

func NewPutWebdeploymentsConfigurationVersionsDraftGatewayTimeout() *PutWebdeploymentsConfigurationVersionsDraftGatewayTimeout

NewPutWebdeploymentsConfigurationVersionsDraftGatewayTimeout creates a PutWebdeploymentsConfigurationVersionsDraftGatewayTimeout with default headers values

func (*PutWebdeploymentsConfigurationVersionsDraftGatewayTimeout) Error

func (*PutWebdeploymentsConfigurationVersionsDraftGatewayTimeout) GetPayload

func (*PutWebdeploymentsConfigurationVersionsDraftGatewayTimeout) IsClientError

IsClientError returns true when this put webdeployments configuration versions draft gateway timeout response has a 4xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftGatewayTimeout) IsCode

IsCode returns true when this put webdeployments configuration versions draft gateway timeout response a status code equal to that given

func (*PutWebdeploymentsConfigurationVersionsDraftGatewayTimeout) IsRedirect

IsRedirect returns true when this put webdeployments configuration versions draft gateway timeout response has a 3xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftGatewayTimeout) IsServerError

IsServerError returns true when this put webdeployments configuration versions draft gateway timeout response has a 5xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftGatewayTimeout) IsSuccess

IsSuccess returns true when this put webdeployments configuration versions draft gateway timeout response has a 2xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftGatewayTimeout) String

type PutWebdeploymentsConfigurationVersionsDraftInternalServerError

type PutWebdeploymentsConfigurationVersionsDraftInternalServerError struct {
	Payload *models.ErrorBody
}

PutWebdeploymentsConfigurationVersionsDraftInternalServerError 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 NewPutWebdeploymentsConfigurationVersionsDraftInternalServerError

func NewPutWebdeploymentsConfigurationVersionsDraftInternalServerError() *PutWebdeploymentsConfigurationVersionsDraftInternalServerError

NewPutWebdeploymentsConfigurationVersionsDraftInternalServerError creates a PutWebdeploymentsConfigurationVersionsDraftInternalServerError with default headers values

func (*PutWebdeploymentsConfigurationVersionsDraftInternalServerError) Error

func (*PutWebdeploymentsConfigurationVersionsDraftInternalServerError) GetPayload

func (*PutWebdeploymentsConfigurationVersionsDraftInternalServerError) IsClientError

IsClientError returns true when this put webdeployments configuration versions draft internal server error response has a 4xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftInternalServerError) IsCode

IsCode returns true when this put webdeployments configuration versions draft internal server error response a status code equal to that given

func (*PutWebdeploymentsConfigurationVersionsDraftInternalServerError) IsRedirect

IsRedirect returns true when this put webdeployments configuration versions draft internal server error response has a 3xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftInternalServerError) IsServerError

IsServerError returns true when this put webdeployments configuration versions draft internal server error response has a 5xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftInternalServerError) IsSuccess

IsSuccess returns true when this put webdeployments configuration versions draft internal server error response has a 2xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftInternalServerError) String

type PutWebdeploymentsConfigurationVersionsDraftNotFound

type PutWebdeploymentsConfigurationVersionsDraftNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPutWebdeploymentsConfigurationVersionsDraftNotFound

func NewPutWebdeploymentsConfigurationVersionsDraftNotFound() *PutWebdeploymentsConfigurationVersionsDraftNotFound

NewPutWebdeploymentsConfigurationVersionsDraftNotFound creates a PutWebdeploymentsConfigurationVersionsDraftNotFound with default headers values

func (*PutWebdeploymentsConfigurationVersionsDraftNotFound) Error

func (*PutWebdeploymentsConfigurationVersionsDraftNotFound) GetPayload

func (*PutWebdeploymentsConfigurationVersionsDraftNotFound) IsClientError

IsClientError returns true when this put webdeployments configuration versions draft not found response has a 4xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftNotFound) IsCode

IsCode returns true when this put webdeployments configuration versions draft not found response a status code equal to that given

func (*PutWebdeploymentsConfigurationVersionsDraftNotFound) IsRedirect

IsRedirect returns true when this put webdeployments configuration versions draft not found response has a 3xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftNotFound) IsServerError

IsServerError returns true when this put webdeployments configuration versions draft not found response has a 5xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftNotFound) IsSuccess

IsSuccess returns true when this put webdeployments configuration versions draft not found response has a 2xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftNotFound) String

type PutWebdeploymentsConfigurationVersionsDraftOK

type PutWebdeploymentsConfigurationVersionsDraftOK struct {
	Payload *models.WebDeploymentConfigurationVersion
}

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

successful operation

func NewPutWebdeploymentsConfigurationVersionsDraftOK

func NewPutWebdeploymentsConfigurationVersionsDraftOK() *PutWebdeploymentsConfigurationVersionsDraftOK

NewPutWebdeploymentsConfigurationVersionsDraftOK creates a PutWebdeploymentsConfigurationVersionsDraftOK with default headers values

func (*PutWebdeploymentsConfigurationVersionsDraftOK) Error

func (*PutWebdeploymentsConfigurationVersionsDraftOK) GetPayload

func (*PutWebdeploymentsConfigurationVersionsDraftOK) IsClientError

IsClientError returns true when this put webdeployments configuration versions draft o k response has a 4xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftOK) IsCode

IsCode returns true when this put webdeployments configuration versions draft o k response a status code equal to that given

func (*PutWebdeploymentsConfigurationVersionsDraftOK) IsRedirect

IsRedirect returns true when this put webdeployments configuration versions draft o k response has a 3xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftOK) IsServerError

IsServerError returns true when this put webdeployments configuration versions draft o k response has a 5xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftOK) IsSuccess

IsSuccess returns true when this put webdeployments configuration versions draft o k response has a 2xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftOK) String

type PutWebdeploymentsConfigurationVersionsDraftParams

type PutWebdeploymentsConfigurationVersionsDraftParams struct {

	/* ConfigurationID.

	   The configuration version ID
	*/
	ConfigurationID string

	// ConfigurationVersion.
	ConfigurationVersion *models.WebDeploymentConfigurationVersion

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

PutWebdeploymentsConfigurationVersionsDraftParams contains all the parameters to send to the API endpoint

for the put webdeployments configuration versions draft operation.

Typically these are written to a http.Request.

func NewPutWebdeploymentsConfigurationVersionsDraftParams

func NewPutWebdeploymentsConfigurationVersionsDraftParams() *PutWebdeploymentsConfigurationVersionsDraftParams

NewPutWebdeploymentsConfigurationVersionsDraftParams creates a new PutWebdeploymentsConfigurationVersionsDraftParams 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 NewPutWebdeploymentsConfigurationVersionsDraftParamsWithContext

func NewPutWebdeploymentsConfigurationVersionsDraftParamsWithContext(ctx context.Context) *PutWebdeploymentsConfigurationVersionsDraftParams

NewPutWebdeploymentsConfigurationVersionsDraftParamsWithContext creates a new PutWebdeploymentsConfigurationVersionsDraftParams object with the ability to set a context for a request.

func NewPutWebdeploymentsConfigurationVersionsDraftParamsWithHTTPClient

func NewPutWebdeploymentsConfigurationVersionsDraftParamsWithHTTPClient(client *http.Client) *PutWebdeploymentsConfigurationVersionsDraftParams

NewPutWebdeploymentsConfigurationVersionsDraftParamsWithHTTPClient creates a new PutWebdeploymentsConfigurationVersionsDraftParams object with the ability to set a custom HTTPClient for a request.

func NewPutWebdeploymentsConfigurationVersionsDraftParamsWithTimeout

func NewPutWebdeploymentsConfigurationVersionsDraftParamsWithTimeout(timeout time.Duration) *PutWebdeploymentsConfigurationVersionsDraftParams

NewPutWebdeploymentsConfigurationVersionsDraftParamsWithTimeout creates a new PutWebdeploymentsConfigurationVersionsDraftParams object with the ability to set a timeout on a request.

func (*PutWebdeploymentsConfigurationVersionsDraftParams) SetConfigurationID

func (o *PutWebdeploymentsConfigurationVersionsDraftParams) SetConfigurationID(configurationID string)

SetConfigurationID adds the configurationId to the put webdeployments configuration versions draft params

func (*PutWebdeploymentsConfigurationVersionsDraftParams) SetConfigurationVersion

func (o *PutWebdeploymentsConfigurationVersionsDraftParams) SetConfigurationVersion(configurationVersion *models.WebDeploymentConfigurationVersion)

SetConfigurationVersion adds the configurationVersion to the put webdeployments configuration versions draft params

func (*PutWebdeploymentsConfigurationVersionsDraftParams) SetContext

SetContext adds the context to the put webdeployments configuration versions draft params

func (*PutWebdeploymentsConfigurationVersionsDraftParams) SetDefaults

SetDefaults hydrates default values in the put webdeployments configuration versions draft params (not the query body).

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

func (*PutWebdeploymentsConfigurationVersionsDraftParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the put webdeployments configuration versions draft params

func (*PutWebdeploymentsConfigurationVersionsDraftParams) SetTimeout

SetTimeout adds the timeout to the put webdeployments configuration versions draft params

func (*PutWebdeploymentsConfigurationVersionsDraftParams) WithConfigurationID

WithConfigurationID adds the configurationID to the put webdeployments configuration versions draft params

func (*PutWebdeploymentsConfigurationVersionsDraftParams) WithConfigurationVersion

WithConfigurationVersion adds the configurationVersion to the put webdeployments configuration versions draft params

func (*PutWebdeploymentsConfigurationVersionsDraftParams) WithContext

WithContext adds the context to the put webdeployments configuration versions draft params

func (*PutWebdeploymentsConfigurationVersionsDraftParams) WithDefaults

WithDefaults hydrates default values in the put webdeployments configuration versions draft params (not the query body).

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

func (*PutWebdeploymentsConfigurationVersionsDraftParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put webdeployments configuration versions draft params

func (*PutWebdeploymentsConfigurationVersionsDraftParams) WithTimeout

WithTimeout adds the timeout to the put webdeployments configuration versions draft params

func (*PutWebdeploymentsConfigurationVersionsDraftParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutWebdeploymentsConfigurationVersionsDraftReader

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

PutWebdeploymentsConfigurationVersionsDraftReader is a Reader for the PutWebdeploymentsConfigurationVersionsDraft structure.

func (*PutWebdeploymentsConfigurationVersionsDraftReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge

type PutWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPutWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge

func NewPutWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge() *PutWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge

NewPutWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge creates a PutWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge with default headers values

func (*PutWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge) Error

func (*PutWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge) GetPayload

func (*PutWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge) IsClientError

IsClientError returns true when this put webdeployments configuration versions draft request entity too large response has a 4xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge) IsCode

IsCode returns true when this put webdeployments configuration versions draft request entity too large response a status code equal to that given

func (*PutWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put webdeployments configuration versions draft request entity too large response has a 3xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge) IsServerError

IsServerError returns true when this put webdeployments configuration versions draft request entity too large response has a 5xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put webdeployments configuration versions draft request entity too large response has a 2xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftRequestEntityTooLarge) String

type PutWebdeploymentsConfigurationVersionsDraftRequestTimeout

type PutWebdeploymentsConfigurationVersionsDraftRequestTimeout struct {
	Payload *models.ErrorBody
}

PutWebdeploymentsConfigurationVersionsDraftRequestTimeout 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 NewPutWebdeploymentsConfigurationVersionsDraftRequestTimeout

func NewPutWebdeploymentsConfigurationVersionsDraftRequestTimeout() *PutWebdeploymentsConfigurationVersionsDraftRequestTimeout

NewPutWebdeploymentsConfigurationVersionsDraftRequestTimeout creates a PutWebdeploymentsConfigurationVersionsDraftRequestTimeout with default headers values

func (*PutWebdeploymentsConfigurationVersionsDraftRequestTimeout) Error

func (*PutWebdeploymentsConfigurationVersionsDraftRequestTimeout) GetPayload

func (*PutWebdeploymentsConfigurationVersionsDraftRequestTimeout) IsClientError

IsClientError returns true when this put webdeployments configuration versions draft request timeout response has a 4xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftRequestTimeout) IsCode

IsCode returns true when this put webdeployments configuration versions draft request timeout response a status code equal to that given

func (*PutWebdeploymentsConfigurationVersionsDraftRequestTimeout) IsRedirect

IsRedirect returns true when this put webdeployments configuration versions draft request timeout response has a 3xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftRequestTimeout) IsServerError

IsServerError returns true when this put webdeployments configuration versions draft request timeout response has a 5xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftRequestTimeout) IsSuccess

IsSuccess returns true when this put webdeployments configuration versions draft request timeout response has a 2xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftRequestTimeout) String

type PutWebdeploymentsConfigurationVersionsDraftServiceUnavailable

type PutWebdeploymentsConfigurationVersionsDraftServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutWebdeploymentsConfigurationVersionsDraftServiceUnavailable 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 NewPutWebdeploymentsConfigurationVersionsDraftServiceUnavailable

func NewPutWebdeploymentsConfigurationVersionsDraftServiceUnavailable() *PutWebdeploymentsConfigurationVersionsDraftServiceUnavailable

NewPutWebdeploymentsConfigurationVersionsDraftServiceUnavailable creates a PutWebdeploymentsConfigurationVersionsDraftServiceUnavailable with default headers values

func (*PutWebdeploymentsConfigurationVersionsDraftServiceUnavailable) Error

func (*PutWebdeploymentsConfigurationVersionsDraftServiceUnavailable) GetPayload

func (*PutWebdeploymentsConfigurationVersionsDraftServiceUnavailable) IsClientError

IsClientError returns true when this put webdeployments configuration versions draft service unavailable response has a 4xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftServiceUnavailable) IsCode

IsCode returns true when this put webdeployments configuration versions draft service unavailable response a status code equal to that given

func (*PutWebdeploymentsConfigurationVersionsDraftServiceUnavailable) IsRedirect

IsRedirect returns true when this put webdeployments configuration versions draft service unavailable response has a 3xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftServiceUnavailable) IsServerError

IsServerError returns true when this put webdeployments configuration versions draft service unavailable response has a 5xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftServiceUnavailable) IsSuccess

IsSuccess returns true when this put webdeployments configuration versions draft service unavailable response has a 2xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftServiceUnavailable) String

type PutWebdeploymentsConfigurationVersionsDraftTooManyRequests

type PutWebdeploymentsConfigurationVersionsDraftTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPutWebdeploymentsConfigurationVersionsDraftTooManyRequests

func NewPutWebdeploymentsConfigurationVersionsDraftTooManyRequests() *PutWebdeploymentsConfigurationVersionsDraftTooManyRequests

NewPutWebdeploymentsConfigurationVersionsDraftTooManyRequests creates a PutWebdeploymentsConfigurationVersionsDraftTooManyRequests with default headers values

func (*PutWebdeploymentsConfigurationVersionsDraftTooManyRequests) Error

func (*PutWebdeploymentsConfigurationVersionsDraftTooManyRequests) GetPayload

func (*PutWebdeploymentsConfigurationVersionsDraftTooManyRequests) IsClientError

IsClientError returns true when this put webdeployments configuration versions draft too many requests response has a 4xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftTooManyRequests) IsCode

IsCode returns true when this put webdeployments configuration versions draft too many requests response a status code equal to that given

func (*PutWebdeploymentsConfigurationVersionsDraftTooManyRequests) IsRedirect

IsRedirect returns true when this put webdeployments configuration versions draft too many requests response has a 3xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftTooManyRequests) IsServerError

IsServerError returns true when this put webdeployments configuration versions draft too many requests response has a 5xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftTooManyRequests) IsSuccess

IsSuccess returns true when this put webdeployments configuration versions draft too many requests response has a 2xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftTooManyRequests) String

type PutWebdeploymentsConfigurationVersionsDraftUnauthorized

type PutWebdeploymentsConfigurationVersionsDraftUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPutWebdeploymentsConfigurationVersionsDraftUnauthorized

func NewPutWebdeploymentsConfigurationVersionsDraftUnauthorized() *PutWebdeploymentsConfigurationVersionsDraftUnauthorized

NewPutWebdeploymentsConfigurationVersionsDraftUnauthorized creates a PutWebdeploymentsConfigurationVersionsDraftUnauthorized with default headers values

func (*PutWebdeploymentsConfigurationVersionsDraftUnauthorized) Error

func (*PutWebdeploymentsConfigurationVersionsDraftUnauthorized) GetPayload

func (*PutWebdeploymentsConfigurationVersionsDraftUnauthorized) IsClientError

IsClientError returns true when this put webdeployments configuration versions draft unauthorized response has a 4xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftUnauthorized) IsCode

IsCode returns true when this put webdeployments configuration versions draft unauthorized response a status code equal to that given

func (*PutWebdeploymentsConfigurationVersionsDraftUnauthorized) IsRedirect

IsRedirect returns true when this put webdeployments configuration versions draft unauthorized response has a 3xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftUnauthorized) IsServerError

IsServerError returns true when this put webdeployments configuration versions draft unauthorized response has a 5xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftUnauthorized) IsSuccess

IsSuccess returns true when this put webdeployments configuration versions draft unauthorized response has a 2xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftUnauthorized) String

type PutWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType

type PutWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType 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 NewPutWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType

func NewPutWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType() *PutWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType

NewPutWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType creates a PutWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType with default headers values

func (*PutWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType) Error

func (*PutWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType) GetPayload

func (*PutWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType) IsClientError

IsClientError returns true when this put webdeployments configuration versions draft unsupported media type response has a 4xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType) IsCode

IsCode returns true when this put webdeployments configuration versions draft unsupported media type response a status code equal to that given

func (*PutWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put webdeployments configuration versions draft unsupported media type response has a 3xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType) IsServerError

IsServerError returns true when this put webdeployments configuration versions draft unsupported media type response has a 5xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put webdeployments configuration versions draft unsupported media type response has a 2xx status code

func (*PutWebdeploymentsConfigurationVersionsDraftUnsupportedMediaType) String

type PutWebdeploymentsDeploymentBadRequest

type PutWebdeploymentsDeploymentBadRequest struct {
	Payload *models.ErrorBody
}

PutWebdeploymentsDeploymentBadRequest 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 NewPutWebdeploymentsDeploymentBadRequest

func NewPutWebdeploymentsDeploymentBadRequest() *PutWebdeploymentsDeploymentBadRequest

NewPutWebdeploymentsDeploymentBadRequest creates a PutWebdeploymentsDeploymentBadRequest with default headers values

func (*PutWebdeploymentsDeploymentBadRequest) Error

func (*PutWebdeploymentsDeploymentBadRequest) GetPayload

func (*PutWebdeploymentsDeploymentBadRequest) IsClientError

func (o *PutWebdeploymentsDeploymentBadRequest) IsClientError() bool

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

func (*PutWebdeploymentsDeploymentBadRequest) IsCode

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

func (*PutWebdeploymentsDeploymentBadRequest) IsRedirect

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

func (*PutWebdeploymentsDeploymentBadRequest) IsServerError

func (o *PutWebdeploymentsDeploymentBadRequest) IsServerError() bool

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

func (*PutWebdeploymentsDeploymentBadRequest) IsSuccess

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

func (*PutWebdeploymentsDeploymentBadRequest) String

type PutWebdeploymentsDeploymentForbidden

type PutWebdeploymentsDeploymentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPutWebdeploymentsDeploymentForbidden

func NewPutWebdeploymentsDeploymentForbidden() *PutWebdeploymentsDeploymentForbidden

NewPutWebdeploymentsDeploymentForbidden creates a PutWebdeploymentsDeploymentForbidden with default headers values

func (*PutWebdeploymentsDeploymentForbidden) Error

func (*PutWebdeploymentsDeploymentForbidden) GetPayload

func (*PutWebdeploymentsDeploymentForbidden) IsClientError

func (o *PutWebdeploymentsDeploymentForbidden) IsClientError() bool

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

func (*PutWebdeploymentsDeploymentForbidden) IsCode

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

func (*PutWebdeploymentsDeploymentForbidden) IsRedirect

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

func (*PutWebdeploymentsDeploymentForbidden) IsServerError

func (o *PutWebdeploymentsDeploymentForbidden) IsServerError() bool

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

func (*PutWebdeploymentsDeploymentForbidden) IsSuccess

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

func (*PutWebdeploymentsDeploymentForbidden) String

type PutWebdeploymentsDeploymentGatewayTimeout

type PutWebdeploymentsDeploymentGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPutWebdeploymentsDeploymentGatewayTimeout

func NewPutWebdeploymentsDeploymentGatewayTimeout() *PutWebdeploymentsDeploymentGatewayTimeout

NewPutWebdeploymentsDeploymentGatewayTimeout creates a PutWebdeploymentsDeploymentGatewayTimeout with default headers values

func (*PutWebdeploymentsDeploymentGatewayTimeout) Error

func (*PutWebdeploymentsDeploymentGatewayTimeout) GetPayload

func (*PutWebdeploymentsDeploymentGatewayTimeout) IsClientError

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

func (*PutWebdeploymentsDeploymentGatewayTimeout) IsCode

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

func (*PutWebdeploymentsDeploymentGatewayTimeout) IsRedirect

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

func (*PutWebdeploymentsDeploymentGatewayTimeout) IsServerError

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

func (*PutWebdeploymentsDeploymentGatewayTimeout) IsSuccess

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

func (*PutWebdeploymentsDeploymentGatewayTimeout) String

type PutWebdeploymentsDeploymentInternalServerError

type PutWebdeploymentsDeploymentInternalServerError struct {
	Payload *models.ErrorBody
}

PutWebdeploymentsDeploymentInternalServerError 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 NewPutWebdeploymentsDeploymentInternalServerError

func NewPutWebdeploymentsDeploymentInternalServerError() *PutWebdeploymentsDeploymentInternalServerError

NewPutWebdeploymentsDeploymentInternalServerError creates a PutWebdeploymentsDeploymentInternalServerError with default headers values

func (*PutWebdeploymentsDeploymentInternalServerError) Error

func (*PutWebdeploymentsDeploymentInternalServerError) GetPayload

func (*PutWebdeploymentsDeploymentInternalServerError) IsClientError

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

func (*PutWebdeploymentsDeploymentInternalServerError) IsCode

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

func (*PutWebdeploymentsDeploymentInternalServerError) IsRedirect

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

func (*PutWebdeploymentsDeploymentInternalServerError) IsServerError

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

func (*PutWebdeploymentsDeploymentInternalServerError) IsSuccess

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

func (*PutWebdeploymentsDeploymentInternalServerError) String

type PutWebdeploymentsDeploymentNotFound

type PutWebdeploymentsDeploymentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPutWebdeploymentsDeploymentNotFound

func NewPutWebdeploymentsDeploymentNotFound() *PutWebdeploymentsDeploymentNotFound

NewPutWebdeploymentsDeploymentNotFound creates a PutWebdeploymentsDeploymentNotFound with default headers values

func (*PutWebdeploymentsDeploymentNotFound) Error

func (*PutWebdeploymentsDeploymentNotFound) GetPayload

func (*PutWebdeploymentsDeploymentNotFound) IsClientError

func (o *PutWebdeploymentsDeploymentNotFound) IsClientError() bool

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

func (*PutWebdeploymentsDeploymentNotFound) IsCode

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

func (*PutWebdeploymentsDeploymentNotFound) IsRedirect

func (o *PutWebdeploymentsDeploymentNotFound) IsRedirect() bool

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

func (*PutWebdeploymentsDeploymentNotFound) IsServerError

func (o *PutWebdeploymentsDeploymentNotFound) IsServerError() bool

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

func (*PutWebdeploymentsDeploymentNotFound) IsSuccess

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

func (*PutWebdeploymentsDeploymentNotFound) String

type PutWebdeploymentsDeploymentOK

type PutWebdeploymentsDeploymentOK struct {
	Payload *models.WebDeployment
}

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

successful operation

func NewPutWebdeploymentsDeploymentOK

func NewPutWebdeploymentsDeploymentOK() *PutWebdeploymentsDeploymentOK

NewPutWebdeploymentsDeploymentOK creates a PutWebdeploymentsDeploymentOK with default headers values

func (*PutWebdeploymentsDeploymentOK) Error

func (*PutWebdeploymentsDeploymentOK) GetPayload

func (*PutWebdeploymentsDeploymentOK) IsClientError

func (o *PutWebdeploymentsDeploymentOK) IsClientError() bool

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

func (*PutWebdeploymentsDeploymentOK) IsCode

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

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

func (*PutWebdeploymentsDeploymentOK) IsRedirect

func (o *PutWebdeploymentsDeploymentOK) IsRedirect() bool

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

func (*PutWebdeploymentsDeploymentOK) IsServerError

func (o *PutWebdeploymentsDeploymentOK) IsServerError() bool

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

func (*PutWebdeploymentsDeploymentOK) IsSuccess

func (o *PutWebdeploymentsDeploymentOK) IsSuccess() bool

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

func (*PutWebdeploymentsDeploymentOK) String

type PutWebdeploymentsDeploymentParams

type PutWebdeploymentsDeploymentParams struct {

	// Deployment.
	Deployment *models.WebDeployment

	/* DeploymentID.

	   The deployment ID
	*/
	DeploymentID string

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

PutWebdeploymentsDeploymentParams contains all the parameters to send to the API endpoint

for the put webdeployments deployment operation.

Typically these are written to a http.Request.

func NewPutWebdeploymentsDeploymentParams

func NewPutWebdeploymentsDeploymentParams() *PutWebdeploymentsDeploymentParams

NewPutWebdeploymentsDeploymentParams creates a new PutWebdeploymentsDeploymentParams 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 NewPutWebdeploymentsDeploymentParamsWithContext

func NewPutWebdeploymentsDeploymentParamsWithContext(ctx context.Context) *PutWebdeploymentsDeploymentParams

NewPutWebdeploymentsDeploymentParamsWithContext creates a new PutWebdeploymentsDeploymentParams object with the ability to set a context for a request.

func NewPutWebdeploymentsDeploymentParamsWithHTTPClient

func NewPutWebdeploymentsDeploymentParamsWithHTTPClient(client *http.Client) *PutWebdeploymentsDeploymentParams

NewPutWebdeploymentsDeploymentParamsWithHTTPClient creates a new PutWebdeploymentsDeploymentParams object with the ability to set a custom HTTPClient for a request.

func NewPutWebdeploymentsDeploymentParamsWithTimeout

func NewPutWebdeploymentsDeploymentParamsWithTimeout(timeout time.Duration) *PutWebdeploymentsDeploymentParams

NewPutWebdeploymentsDeploymentParamsWithTimeout creates a new PutWebdeploymentsDeploymentParams object with the ability to set a timeout on a request.

func (*PutWebdeploymentsDeploymentParams) SetContext

SetContext adds the context to the put webdeployments deployment params

func (*PutWebdeploymentsDeploymentParams) SetDefaults

func (o *PutWebdeploymentsDeploymentParams) SetDefaults()

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

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

func (*PutWebdeploymentsDeploymentParams) SetDeployment

func (o *PutWebdeploymentsDeploymentParams) SetDeployment(deployment *models.WebDeployment)

SetDeployment adds the deployment to the put webdeployments deployment params

func (*PutWebdeploymentsDeploymentParams) SetDeploymentID

func (o *PutWebdeploymentsDeploymentParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the put webdeployments deployment params

func (*PutWebdeploymentsDeploymentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put webdeployments deployment params

func (*PutWebdeploymentsDeploymentParams) SetTimeout

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

SetTimeout adds the timeout to the put webdeployments deployment params

func (*PutWebdeploymentsDeploymentParams) WithContext

WithContext adds the context to the put webdeployments deployment params

func (*PutWebdeploymentsDeploymentParams) WithDefaults

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

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

func (*PutWebdeploymentsDeploymentParams) WithDeployment

WithDeployment adds the deployment to the put webdeployments deployment params

func (*PutWebdeploymentsDeploymentParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the put webdeployments deployment params

func (*PutWebdeploymentsDeploymentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put webdeployments deployment params

func (*PutWebdeploymentsDeploymentParams) WithTimeout

WithTimeout adds the timeout to the put webdeployments deployment params

func (*PutWebdeploymentsDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutWebdeploymentsDeploymentReader

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

PutWebdeploymentsDeploymentReader is a Reader for the PutWebdeploymentsDeployment structure.

func (*PutWebdeploymentsDeploymentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutWebdeploymentsDeploymentRequestEntityTooLarge

type PutWebdeploymentsDeploymentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPutWebdeploymentsDeploymentRequestEntityTooLarge

func NewPutWebdeploymentsDeploymentRequestEntityTooLarge() *PutWebdeploymentsDeploymentRequestEntityTooLarge

NewPutWebdeploymentsDeploymentRequestEntityTooLarge creates a PutWebdeploymentsDeploymentRequestEntityTooLarge with default headers values

func (*PutWebdeploymentsDeploymentRequestEntityTooLarge) Error

func (*PutWebdeploymentsDeploymentRequestEntityTooLarge) GetPayload

func (*PutWebdeploymentsDeploymentRequestEntityTooLarge) IsClientError

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

func (*PutWebdeploymentsDeploymentRequestEntityTooLarge) IsCode

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

func (*PutWebdeploymentsDeploymentRequestEntityTooLarge) IsRedirect

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

func (*PutWebdeploymentsDeploymentRequestEntityTooLarge) IsServerError

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

func (*PutWebdeploymentsDeploymentRequestEntityTooLarge) IsSuccess

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

func (*PutWebdeploymentsDeploymentRequestEntityTooLarge) String

type PutWebdeploymentsDeploymentRequestTimeout

type PutWebdeploymentsDeploymentRequestTimeout struct {
	Payload *models.ErrorBody
}

PutWebdeploymentsDeploymentRequestTimeout 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 NewPutWebdeploymentsDeploymentRequestTimeout

func NewPutWebdeploymentsDeploymentRequestTimeout() *PutWebdeploymentsDeploymentRequestTimeout

NewPutWebdeploymentsDeploymentRequestTimeout creates a PutWebdeploymentsDeploymentRequestTimeout with default headers values

func (*PutWebdeploymentsDeploymentRequestTimeout) Error

func (*PutWebdeploymentsDeploymentRequestTimeout) GetPayload

func (*PutWebdeploymentsDeploymentRequestTimeout) IsClientError

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

func (*PutWebdeploymentsDeploymentRequestTimeout) IsCode

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

func (*PutWebdeploymentsDeploymentRequestTimeout) IsRedirect

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

func (*PutWebdeploymentsDeploymentRequestTimeout) IsServerError

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

func (*PutWebdeploymentsDeploymentRequestTimeout) IsSuccess

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

func (*PutWebdeploymentsDeploymentRequestTimeout) String

type PutWebdeploymentsDeploymentServiceUnavailable

type PutWebdeploymentsDeploymentServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutWebdeploymentsDeploymentServiceUnavailable 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 NewPutWebdeploymentsDeploymentServiceUnavailable

func NewPutWebdeploymentsDeploymentServiceUnavailable() *PutWebdeploymentsDeploymentServiceUnavailable

NewPutWebdeploymentsDeploymentServiceUnavailable creates a PutWebdeploymentsDeploymentServiceUnavailable with default headers values

func (*PutWebdeploymentsDeploymentServiceUnavailable) Error

func (*PutWebdeploymentsDeploymentServiceUnavailable) GetPayload

func (*PutWebdeploymentsDeploymentServiceUnavailable) IsClientError

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

func (*PutWebdeploymentsDeploymentServiceUnavailable) IsCode

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

func (*PutWebdeploymentsDeploymentServiceUnavailable) IsRedirect

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

func (*PutWebdeploymentsDeploymentServiceUnavailable) IsServerError

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

func (*PutWebdeploymentsDeploymentServiceUnavailable) IsSuccess

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

func (*PutWebdeploymentsDeploymentServiceUnavailable) String

type PutWebdeploymentsDeploymentTooManyRequests

type PutWebdeploymentsDeploymentTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPutWebdeploymentsDeploymentTooManyRequests

func NewPutWebdeploymentsDeploymentTooManyRequests() *PutWebdeploymentsDeploymentTooManyRequests

NewPutWebdeploymentsDeploymentTooManyRequests creates a PutWebdeploymentsDeploymentTooManyRequests with default headers values

func (*PutWebdeploymentsDeploymentTooManyRequests) Error

func (*PutWebdeploymentsDeploymentTooManyRequests) GetPayload

func (*PutWebdeploymentsDeploymentTooManyRequests) IsClientError

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

func (*PutWebdeploymentsDeploymentTooManyRequests) IsCode

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

func (*PutWebdeploymentsDeploymentTooManyRequests) IsRedirect

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

func (*PutWebdeploymentsDeploymentTooManyRequests) IsServerError

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

func (*PutWebdeploymentsDeploymentTooManyRequests) IsSuccess

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

func (*PutWebdeploymentsDeploymentTooManyRequests) String

type PutWebdeploymentsDeploymentUnauthorized

type PutWebdeploymentsDeploymentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPutWebdeploymentsDeploymentUnauthorized

func NewPutWebdeploymentsDeploymentUnauthorized() *PutWebdeploymentsDeploymentUnauthorized

NewPutWebdeploymentsDeploymentUnauthorized creates a PutWebdeploymentsDeploymentUnauthorized with default headers values

func (*PutWebdeploymentsDeploymentUnauthorized) Error

func (*PutWebdeploymentsDeploymentUnauthorized) GetPayload

func (*PutWebdeploymentsDeploymentUnauthorized) IsClientError

func (o *PutWebdeploymentsDeploymentUnauthorized) IsClientError() bool

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

func (*PutWebdeploymentsDeploymentUnauthorized) IsCode

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

func (*PutWebdeploymentsDeploymentUnauthorized) IsRedirect

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

func (*PutWebdeploymentsDeploymentUnauthorized) IsServerError

func (o *PutWebdeploymentsDeploymentUnauthorized) IsServerError() bool

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

func (*PutWebdeploymentsDeploymentUnauthorized) IsSuccess

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

func (*PutWebdeploymentsDeploymentUnauthorized) String

type PutWebdeploymentsDeploymentUnsupportedMediaType

type PutWebdeploymentsDeploymentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutWebdeploymentsDeploymentUnsupportedMediaType 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 NewPutWebdeploymentsDeploymentUnsupportedMediaType

func NewPutWebdeploymentsDeploymentUnsupportedMediaType() *PutWebdeploymentsDeploymentUnsupportedMediaType

NewPutWebdeploymentsDeploymentUnsupportedMediaType creates a PutWebdeploymentsDeploymentUnsupportedMediaType with default headers values

func (*PutWebdeploymentsDeploymentUnsupportedMediaType) Error

func (*PutWebdeploymentsDeploymentUnsupportedMediaType) GetPayload

func (*PutWebdeploymentsDeploymentUnsupportedMediaType) IsClientError

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

func (*PutWebdeploymentsDeploymentUnsupportedMediaType) IsCode

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

func (*PutWebdeploymentsDeploymentUnsupportedMediaType) IsRedirect

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

func (*PutWebdeploymentsDeploymentUnsupportedMediaType) IsServerError

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

func (*PutWebdeploymentsDeploymentUnsupportedMediaType) IsSuccess

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

func (*PutWebdeploymentsDeploymentUnsupportedMediaType) String

Source Files

Jump to

Keyboard shortcuts

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