patch_envelope

package
v2.2.7 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for patch envelope configuration API

func (*Client) PatchEnvelopeConfigurationCreatePatchEnvelope

PatchEnvelopeConfigurationCreatePatchEnvelope creates patch envelope

Create a patch envelope record.

func (*Client) PatchEnvelopeConfigurationDeletePatchEnvelope

PatchEnvelopeConfigurationDeletePatchEnvelope deletes patch envelope

Deletes patch envelope with specified id

func (*Client) PatchEnvelopeConfigurationGetPatchEnvelope

PatchEnvelopeConfigurationGetPatchEnvelope gets all the patch envelopes

Get the list of patch envelope details.

func (*Client) PatchEnvelopeConfigurationGetPatchEnvelopeByID

PatchEnvelopeConfigurationGetPatchEnvelopeByID gets patch envelope by id

Get patch envelope detail by patch envelope id.

func (*Client) PatchEnvelopeConfigurationGetPatchEnvelopeByName

PatchEnvelopeConfigurationGetPatchEnvelopeByName gets patch envelope by name

Get patch envelope detail by patch envelope name.

func (*Client) PatchEnvelopeConfigurationGetPatchEnvelopeStatus

PatchEnvelopeConfigurationGetPatchEnvelopeStatus gets patch envelope status

Get patch envelope status information.

func (*Client) PatchEnvelopeConfigurationUpdatePatchEnvelope

PatchEnvelopeConfigurationUpdatePatchEnvelope updates patch envelope

Update apatch envelope record. The usual pattern to update a patch envelope bundle record is to retrieve the record and update with the modified values in a new body.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	PatchEnvelopeConfigurationCreatePatchEnvelope(params *PatchEnvelopeConfigurationCreatePatchEnvelopeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchEnvelopeConfigurationCreatePatchEnvelopeOK, error)

	PatchEnvelopeConfigurationDeletePatchEnvelope(params *PatchEnvelopeConfigurationDeletePatchEnvelopeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchEnvelopeConfigurationDeletePatchEnvelopeOK, error)

	PatchEnvelopeConfigurationGetPatchEnvelope(params *PatchEnvelopeConfigurationGetPatchEnvelopeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchEnvelopeConfigurationGetPatchEnvelopeOK, error)

	PatchEnvelopeConfigurationGetPatchEnvelopeByID(params *PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDOK, error)

	PatchEnvelopeConfigurationGetPatchEnvelopeByName(params *PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameOK, error)

	PatchEnvelopeConfigurationGetPatchEnvelopeStatus(params *PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusOK, error)

	PatchEnvelopeConfigurationUpdatePatchEnvelope(params *PatchEnvelopeConfigurationUpdatePatchEnvelopeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchEnvelopeConfigurationUpdatePatchEnvelopeOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new patch envelope configuration API client.

func NewClientWithBasicAuth

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new patch envelope configuration API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new patch envelope configuration API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type PatchEnvelopeConfigurationCreatePatchEnvelopeDefault

type PatchEnvelopeConfigurationCreatePatchEnvelopeDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

PatchEnvelopeConfigurationCreatePatchEnvelopeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeDefault

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeDefault(code int) *PatchEnvelopeConfigurationCreatePatchEnvelopeDefault

NewPatchEnvelopeConfigurationCreatePatchEnvelopeDefault creates a PatchEnvelopeConfigurationCreatePatchEnvelopeDefault with default headers values

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeDefault) Code

Code gets the status code for the patch envelope configuration create patch envelope default response

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeDefault) Error

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeDefault) GetPayload

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeDefault) IsClientError

IsClientError returns true when this patch envelope configuration create patch envelope default response has a 4xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeDefault) IsCode

IsCode returns true when this patch envelope configuration create patch envelope default response a status code equal to that given

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeDefault) IsRedirect

IsRedirect returns true when this patch envelope configuration create patch envelope default response has a 3xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeDefault) IsServerError

IsServerError returns true when this patch envelope configuration create patch envelope default response has a 5xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeDefault) IsSuccess

IsSuccess returns true when this patch envelope configuration create patch envelope default response has a 2xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeDefault) String

type PatchEnvelopeConfigurationCreatePatchEnvelopeForbidden

type PatchEnvelopeConfigurationCreatePatchEnvelopeForbidden struct {
	Payload *models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have application level access permission for the operation or does not have access scope to the project.

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeForbidden

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeForbidden() *PatchEnvelopeConfigurationCreatePatchEnvelopeForbidden

NewPatchEnvelopeConfigurationCreatePatchEnvelopeForbidden creates a PatchEnvelopeConfigurationCreatePatchEnvelopeForbidden with default headers values

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeForbidden) Code

Code gets the status code for the patch envelope configuration create patch envelope forbidden response

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeForbidden) Error

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeForbidden) GetPayload

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeForbidden) IsClientError

IsClientError returns true when this patch envelope configuration create patch envelope forbidden response has a 4xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeForbidden) IsCode

IsCode returns true when this patch envelope configuration create patch envelope forbidden response a status code equal to that given

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeForbidden) IsRedirect

IsRedirect returns true when this patch envelope configuration create patch envelope forbidden response has a 3xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeForbidden) IsServerError

IsServerError returns true when this patch envelope configuration create patch envelope forbidden response has a 5xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeForbidden) IsSuccess

IsSuccess returns true when this patch envelope configuration create patch envelope forbidden response has a 2xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeForbidden) String

type PatchEnvelopeConfigurationCreatePatchEnvelopeGatewayTimeout

type PatchEnvelopeConfigurationCreatePatchEnvelopeGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

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

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeGatewayTimeout

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeGatewayTimeout() *PatchEnvelopeConfigurationCreatePatchEnvelopeGatewayTimeout

NewPatchEnvelopeConfigurationCreatePatchEnvelopeGatewayTimeout creates a PatchEnvelopeConfigurationCreatePatchEnvelopeGatewayTimeout with default headers values

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeGatewayTimeout) Code

Code gets the status code for the patch envelope configuration create patch envelope gateway timeout response

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeGatewayTimeout) Error

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeGatewayTimeout) GetPayload

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeGatewayTimeout) IsClientError

IsClientError returns true when this patch envelope configuration create patch envelope gateway timeout response has a 4xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeGatewayTimeout) IsCode

IsCode returns true when this patch envelope configuration create patch envelope gateway timeout response a status code equal to that given

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeGatewayTimeout) IsRedirect

IsRedirect returns true when this patch envelope configuration create patch envelope gateway timeout response has a 3xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeGatewayTimeout) IsServerError

IsServerError returns true when this patch envelope configuration create patch envelope gateway timeout response has a 5xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeGatewayTimeout) IsSuccess

IsSuccess returns true when this patch envelope configuration create patch envelope gateway timeout response has a 2xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeGatewayTimeout) String

type PatchEnvelopeConfigurationCreatePatchEnvelopeInternalServerError

type PatchEnvelopeConfigurationCreatePatchEnvelopeInternalServerError struct {
	Payload *models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeInternalServerError

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeInternalServerError() *PatchEnvelopeConfigurationCreatePatchEnvelopeInternalServerError

NewPatchEnvelopeConfigurationCreatePatchEnvelopeInternalServerError creates a PatchEnvelopeConfigurationCreatePatchEnvelopeInternalServerError with default headers values

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeInternalServerError) Code

Code gets the status code for the patch envelope configuration create patch envelope internal server error response

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeInternalServerError) Error

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeInternalServerError) GetPayload

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeInternalServerError) IsClientError

IsClientError returns true when this patch envelope configuration create patch envelope internal server error response has a 4xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeInternalServerError) IsCode

IsCode returns true when this patch envelope configuration create patch envelope internal server error response a status code equal to that given

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeInternalServerError) IsRedirect

IsRedirect returns true when this patch envelope configuration create patch envelope internal server error response has a 3xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeInternalServerError) IsServerError

IsServerError returns true when this patch envelope configuration create patch envelope internal server error response has a 5xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeInternalServerError) IsSuccess

IsSuccess returns true when this patch envelope configuration create patch envelope internal server error response has a 2xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeInternalServerError) String

type PatchEnvelopeConfigurationCreatePatchEnvelopeOK

type PatchEnvelopeConfigurationCreatePatchEnvelopeOK struct {
	Payload *models.ZsrvResponse
}

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

A successful response.

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeOK

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeOK() *PatchEnvelopeConfigurationCreatePatchEnvelopeOK

NewPatchEnvelopeConfigurationCreatePatchEnvelopeOK creates a PatchEnvelopeConfigurationCreatePatchEnvelopeOK with default headers values

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeOK) Code

Code gets the status code for the patch envelope configuration create patch envelope o k response

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeOK) Error

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeOK) GetPayload

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeOK) IsClientError

IsClientError returns true when this patch envelope configuration create patch envelope o k response has a 4xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeOK) IsCode

IsCode returns true when this patch envelope configuration create patch envelope o k response a status code equal to that given

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeOK) IsRedirect

IsRedirect returns true when this patch envelope configuration create patch envelope o k response has a 3xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeOK) IsServerError

IsServerError returns true when this patch envelope configuration create patch envelope o k response has a 5xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeOK) IsSuccess

IsSuccess returns true when this patch envelope configuration create patch envelope o k response has a 2xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeOK) String

type PatchEnvelopeConfigurationCreatePatchEnvelopeParams

type PatchEnvelopeConfigurationCreatePatchEnvelopeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *models.PatchEnvelope

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

PatchEnvelopeConfigurationCreatePatchEnvelopeParams contains all the parameters to send to the API endpoint

for the patch envelope configuration create patch envelope operation.

Typically these are written to a http.Request.

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeParams

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeParams() *PatchEnvelopeConfigurationCreatePatchEnvelopeParams

NewPatchEnvelopeConfigurationCreatePatchEnvelopeParams creates a new PatchEnvelopeConfigurationCreatePatchEnvelopeParams 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 NewPatchEnvelopeConfigurationCreatePatchEnvelopeParamsWithContext

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeParamsWithContext(ctx context.Context) *PatchEnvelopeConfigurationCreatePatchEnvelopeParams

NewPatchEnvelopeConfigurationCreatePatchEnvelopeParamsWithContext creates a new PatchEnvelopeConfigurationCreatePatchEnvelopeParams object with the ability to set a context for a request.

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeParamsWithHTTPClient

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeParamsWithHTTPClient(client *http.Client) *PatchEnvelopeConfigurationCreatePatchEnvelopeParams

NewPatchEnvelopeConfigurationCreatePatchEnvelopeParamsWithHTTPClient creates a new PatchEnvelopeConfigurationCreatePatchEnvelopeParams object with the ability to set a custom HTTPClient for a request.

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeParamsWithTimeout

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeParamsWithTimeout(timeout time.Duration) *PatchEnvelopeConfigurationCreatePatchEnvelopeParams

NewPatchEnvelopeConfigurationCreatePatchEnvelopeParamsWithTimeout creates a new PatchEnvelopeConfigurationCreatePatchEnvelopeParams object with the ability to set a timeout on a request.

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeParams) SetBody

SetBody adds the body to the patch envelope configuration create patch envelope params

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeParams) SetContext

SetContext adds the context to the patch envelope configuration create patch envelope params

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeParams) SetDefaults

SetDefaults hydrates default values in the patch envelope configuration create patch envelope params (not the query body).

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

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch envelope configuration create patch envelope params

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeParams) SetTimeout

SetTimeout adds the timeout to the patch envelope configuration create patch envelope params

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeParams) SetXRequestID

func (o *PatchEnvelopeConfigurationCreatePatchEnvelopeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the patch envelope configuration create patch envelope params

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeParams) WithBody

WithBody adds the body to the patch envelope configuration create patch envelope params

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeParams) WithContext

WithContext adds the context to the patch envelope configuration create patch envelope params

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeParams) WithDefaults

WithDefaults hydrates default values in the patch envelope configuration create patch envelope params (not the query body).

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

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch envelope configuration create patch envelope params

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeParams) WithTimeout

WithTimeout adds the timeout to the patch envelope configuration create patch envelope params

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeParams) WithXRequestID

WithXRequestID adds the xRequestID to the patch envelope configuration create patch envelope params

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchEnvelopeConfigurationCreatePatchEnvelopeReader

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

PatchEnvelopeConfigurationCreatePatchEnvelopeReader is a Reader for the PatchEnvelopeConfigurationCreatePatchEnvelope structure.

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchEnvelopeConfigurationCreatePatchEnvelopeUnauthorized

type PatchEnvelopeConfigurationCreatePatchEnvelopeUnauthorized struct {
	Payload *models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeUnauthorized

func NewPatchEnvelopeConfigurationCreatePatchEnvelopeUnauthorized() *PatchEnvelopeConfigurationCreatePatchEnvelopeUnauthorized

NewPatchEnvelopeConfigurationCreatePatchEnvelopeUnauthorized creates a PatchEnvelopeConfigurationCreatePatchEnvelopeUnauthorized with default headers values

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeUnauthorized) Code

Code gets the status code for the patch envelope configuration create patch envelope unauthorized response

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeUnauthorized) Error

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeUnauthorized) GetPayload

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeUnauthorized) IsClientError

IsClientError returns true when this patch envelope configuration create patch envelope unauthorized response has a 4xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeUnauthorized) IsCode

IsCode returns true when this patch envelope configuration create patch envelope unauthorized response a status code equal to that given

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeUnauthorized) IsRedirect

IsRedirect returns true when this patch envelope configuration create patch envelope unauthorized response has a 3xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeUnauthorized) IsServerError

IsServerError returns true when this patch envelope configuration create patch envelope unauthorized response has a 5xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeUnauthorized) IsSuccess

IsSuccess returns true when this patch envelope configuration create patch envelope unauthorized response has a 2xx status code

func (*PatchEnvelopeConfigurationCreatePatchEnvelopeUnauthorized) String

type PatchEnvelopeConfigurationDeletePatchEnvelopeDefault

type PatchEnvelopeConfigurationDeletePatchEnvelopeDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

PatchEnvelopeConfigurationDeletePatchEnvelopeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeDefault

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeDefault(code int) *PatchEnvelopeConfigurationDeletePatchEnvelopeDefault

NewPatchEnvelopeConfigurationDeletePatchEnvelopeDefault creates a PatchEnvelopeConfigurationDeletePatchEnvelopeDefault with default headers values

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeDefault) Code

Code gets the status code for the patch envelope configuration delete patch envelope default response

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeDefault) Error

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeDefault) GetPayload

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeDefault) IsClientError

IsClientError returns true when this patch envelope configuration delete patch envelope default response has a 4xx status code

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeDefault) IsCode

IsCode returns true when this patch envelope configuration delete patch envelope default response a status code equal to that given

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeDefault) IsRedirect

IsRedirect returns true when this patch envelope configuration delete patch envelope default response has a 3xx status code

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeDefault) IsServerError

IsServerError returns true when this patch envelope configuration delete patch envelope default response has a 5xx status code

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeDefault) IsSuccess

IsSuccess returns true when this patch envelope configuration delete patch envelope default response has a 2xx status code

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeDefault) String

type PatchEnvelopeConfigurationDeletePatchEnvelopeForbidden

type PatchEnvelopeConfigurationDeletePatchEnvelopeForbidden struct {
	Payload *models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have application level access permission for the operation or does not have access scope to the project.

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeForbidden

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeForbidden() *PatchEnvelopeConfigurationDeletePatchEnvelopeForbidden

NewPatchEnvelopeConfigurationDeletePatchEnvelopeForbidden creates a PatchEnvelopeConfigurationDeletePatchEnvelopeForbidden with default headers values

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeForbidden) Code

Code gets the status code for the patch envelope configuration delete patch envelope forbidden response

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeForbidden) Error

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeForbidden) GetPayload

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeForbidden) IsClientError

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeForbidden) IsCode

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeForbidden) IsRedirect

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeForbidden) IsServerError

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeForbidden) IsSuccess

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeForbidden) String

type PatchEnvelopeConfigurationDeletePatchEnvelopeGatewayTimeout

type PatchEnvelopeConfigurationDeletePatchEnvelopeGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

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

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeGatewayTimeout

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeGatewayTimeout() *PatchEnvelopeConfigurationDeletePatchEnvelopeGatewayTimeout

NewPatchEnvelopeConfigurationDeletePatchEnvelopeGatewayTimeout creates a PatchEnvelopeConfigurationDeletePatchEnvelopeGatewayTimeout with default headers values

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeGatewayTimeout) Code

Code gets the status code for the patch envelope configuration delete patch envelope gateway timeout response

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeGatewayTimeout) Error

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeGatewayTimeout) GetPayload

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeGatewayTimeout) IsClientError

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeGatewayTimeout) IsCode

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeGatewayTimeout) IsRedirect

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeGatewayTimeout) IsServerError

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeGatewayTimeout) IsSuccess

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeGatewayTimeout) String

type PatchEnvelopeConfigurationDeletePatchEnvelopeInternalServerError

type PatchEnvelopeConfigurationDeletePatchEnvelopeInternalServerError struct {
	Payload *models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeInternalServerError

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeInternalServerError() *PatchEnvelopeConfigurationDeletePatchEnvelopeInternalServerError

NewPatchEnvelopeConfigurationDeletePatchEnvelopeInternalServerError creates a PatchEnvelopeConfigurationDeletePatchEnvelopeInternalServerError with default headers values

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeInternalServerError) Code

Code gets the status code for the patch envelope configuration delete patch envelope internal server error response

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeInternalServerError) Error

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeInternalServerError) GetPayload

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeInternalServerError) IsClientError

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeInternalServerError) IsCode

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeInternalServerError) IsRedirect

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeInternalServerError) IsServerError

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeInternalServerError) IsSuccess

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeInternalServerError) String

type PatchEnvelopeConfigurationDeletePatchEnvelopeOK

type PatchEnvelopeConfigurationDeletePatchEnvelopeOK struct {
	Payload *models.ZsrvResponse
}

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

A successful response.

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeOK

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeOK() *PatchEnvelopeConfigurationDeletePatchEnvelopeOK

NewPatchEnvelopeConfigurationDeletePatchEnvelopeOK creates a PatchEnvelopeConfigurationDeletePatchEnvelopeOK with default headers values

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeOK) Code

Code gets the status code for the patch envelope configuration delete patch envelope o k response

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeOK) Error

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeOK) GetPayload

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeOK) IsClientError

IsClientError returns true when this patch envelope configuration delete patch envelope o k response has a 4xx status code

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeOK) IsCode

IsCode returns true when this patch envelope configuration delete patch envelope o k response a status code equal to that given

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeOK) IsRedirect

IsRedirect returns true when this patch envelope configuration delete patch envelope o k response has a 3xx status code

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeOK) IsServerError

IsServerError returns true when this patch envelope configuration delete patch envelope o k response has a 5xx status code

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeOK) IsSuccess

IsSuccess returns true when this patch envelope configuration delete patch envelope o k response has a 2xx status code

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeOK) String

type PatchEnvelopeConfigurationDeletePatchEnvelopeParams

type PatchEnvelopeConfigurationDeletePatchEnvelopeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   System defined universally unique Id of the patch envelope
	*/
	ID string

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

PatchEnvelopeConfigurationDeletePatchEnvelopeParams contains all the parameters to send to the API endpoint

for the patch envelope configuration delete patch envelope operation.

Typically these are written to a http.Request.

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeParams

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeParams() *PatchEnvelopeConfigurationDeletePatchEnvelopeParams

NewPatchEnvelopeConfigurationDeletePatchEnvelopeParams creates a new PatchEnvelopeConfigurationDeletePatchEnvelopeParams 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 NewPatchEnvelopeConfigurationDeletePatchEnvelopeParamsWithContext

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeParamsWithContext(ctx context.Context) *PatchEnvelopeConfigurationDeletePatchEnvelopeParams

NewPatchEnvelopeConfigurationDeletePatchEnvelopeParamsWithContext creates a new PatchEnvelopeConfigurationDeletePatchEnvelopeParams object with the ability to set a context for a request.

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeParamsWithHTTPClient

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeParamsWithHTTPClient(client *http.Client) *PatchEnvelopeConfigurationDeletePatchEnvelopeParams

NewPatchEnvelopeConfigurationDeletePatchEnvelopeParamsWithHTTPClient creates a new PatchEnvelopeConfigurationDeletePatchEnvelopeParams object with the ability to set a custom HTTPClient for a request.

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeParamsWithTimeout

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeParamsWithTimeout(timeout time.Duration) *PatchEnvelopeConfigurationDeletePatchEnvelopeParams

NewPatchEnvelopeConfigurationDeletePatchEnvelopeParamsWithTimeout creates a new PatchEnvelopeConfigurationDeletePatchEnvelopeParams object with the ability to set a timeout on a request.

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeParams) SetContext

SetContext adds the context to the patch envelope configuration delete patch envelope params

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeParams) SetDefaults

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

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch envelope configuration delete patch envelope params

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeParams) SetID

SetID adds the id to the patch envelope configuration delete patch envelope params

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeParams) SetTimeout

SetTimeout adds the timeout to the patch envelope configuration delete patch envelope params

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeParams) SetXRequestID

func (o *PatchEnvelopeConfigurationDeletePatchEnvelopeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the patch envelope configuration delete patch envelope params

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeParams) WithContext

WithContext adds the context to the patch envelope configuration delete patch envelope params

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeParams) WithDefaults

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

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch envelope configuration delete patch envelope params

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeParams) WithID

WithID adds the id to the patch envelope configuration delete patch envelope params

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeParams) WithTimeout

WithTimeout adds the timeout to the patch envelope configuration delete patch envelope params

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeParams) WithXRequestID

WithXRequestID adds the xRequestID to the patch envelope configuration delete patch envelope params

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchEnvelopeConfigurationDeletePatchEnvelopeReader

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

PatchEnvelopeConfigurationDeletePatchEnvelopeReader is a Reader for the PatchEnvelopeConfigurationDeletePatchEnvelope structure.

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchEnvelopeConfigurationDeletePatchEnvelopeUnauthorized

type PatchEnvelopeConfigurationDeletePatchEnvelopeUnauthorized struct {
	Payload *models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeUnauthorized

func NewPatchEnvelopeConfigurationDeletePatchEnvelopeUnauthorized() *PatchEnvelopeConfigurationDeletePatchEnvelopeUnauthorized

NewPatchEnvelopeConfigurationDeletePatchEnvelopeUnauthorized creates a PatchEnvelopeConfigurationDeletePatchEnvelopeUnauthorized with default headers values

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeUnauthorized) Code

Code gets the status code for the patch envelope configuration delete patch envelope unauthorized response

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeUnauthorized) Error

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeUnauthorized) GetPayload

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeUnauthorized) IsClientError

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeUnauthorized) IsCode

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeUnauthorized) IsRedirect

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeUnauthorized) IsServerError

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeUnauthorized) IsSuccess

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

func (*PatchEnvelopeConfigurationDeletePatchEnvelopeUnauthorized) String

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

PatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault(code int) *PatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault

NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault creates a PatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault) Code

Code gets the status code for the patch envelope configuration get patch envelope by Id default response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope by Id default response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault) IsCode

IsCode returns true when this patch envelope configuration get patch envelope by Id default response a status code equal to that given

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope by Id default response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope by Id default response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope by Id default response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDDefault) String

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDForbidden

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDForbidden struct {
	Payload *models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have application level access permission for the operation or does not have access scope to the project.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDForbidden

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDForbidden() *PatchEnvelopeConfigurationGetPatchEnvelopeByIDForbidden

NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDForbidden creates a PatchEnvelopeConfigurationGetPatchEnvelopeByIDForbidden with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDForbidden) Code

Code gets the status code for the patch envelope configuration get patch envelope by Id forbidden response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDForbidden) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDForbidden) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDForbidden) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope by Id forbidden response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDForbidden) IsCode

IsCode returns true when this patch envelope configuration get patch envelope by Id forbidden response a status code equal to that given

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDForbidden) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope by Id forbidden response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDForbidden) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope by Id forbidden response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDForbidden) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope by Id forbidden response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDForbidden) String

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDGatewayTimeout

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

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

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDGatewayTimeout

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDGatewayTimeout() *PatchEnvelopeConfigurationGetPatchEnvelopeByIDGatewayTimeout

NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDGatewayTimeout creates a PatchEnvelopeConfigurationGetPatchEnvelopeByIDGatewayTimeout with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDGatewayTimeout) Code

Code gets the status code for the patch envelope configuration get patch envelope by Id gateway timeout response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDGatewayTimeout) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDGatewayTimeout) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDGatewayTimeout) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope by Id gateway timeout response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDGatewayTimeout) IsCode

IsCode returns true when this patch envelope configuration get patch envelope by Id gateway timeout response a status code equal to that given

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDGatewayTimeout) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope by Id gateway timeout response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDGatewayTimeout) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope by Id gateway timeout response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDGatewayTimeout) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope by Id gateway timeout response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDGatewayTimeout) String

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDInternalServerError

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDInternalServerError struct {
	Payload *models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDInternalServerError

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDInternalServerError() *PatchEnvelopeConfigurationGetPatchEnvelopeByIDInternalServerError

NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDInternalServerError creates a PatchEnvelopeConfigurationGetPatchEnvelopeByIDInternalServerError with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDInternalServerError) Code

Code gets the status code for the patch envelope configuration get patch envelope by Id internal server error response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDInternalServerError) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDInternalServerError) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDInternalServerError) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope by Id internal server error response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDInternalServerError) IsCode

IsCode returns true when this patch envelope configuration get patch envelope by Id internal server error response a status code equal to that given

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDInternalServerError) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope by Id internal server error response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDInternalServerError) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope by Id internal server error response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDInternalServerError) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope by Id internal server error response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDInternalServerError) String

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDNotFound

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDNotFound struct {
	Payload *models.ZsrvResponse
}

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

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDNotFound

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDNotFound() *PatchEnvelopeConfigurationGetPatchEnvelopeByIDNotFound

NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDNotFound creates a PatchEnvelopeConfigurationGetPatchEnvelopeByIDNotFound with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDNotFound) Code

Code gets the status code for the patch envelope configuration get patch envelope by Id not found response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDNotFound) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDNotFound) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDNotFound) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope by Id not found response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDNotFound) IsCode

IsCode returns true when this patch envelope configuration get patch envelope by Id not found response a status code equal to that given

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDNotFound) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope by Id not found response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDNotFound) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope by Id not found response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDNotFound) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope by Id not found response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDNotFound) String

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDOK

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDOK struct {
	Payload *models.PatchEnvelope
}

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

A successful response.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDOK

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDOK() *PatchEnvelopeConfigurationGetPatchEnvelopeByIDOK

NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDOK creates a PatchEnvelopeConfigurationGetPatchEnvelopeByIDOK with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDOK) Code

Code gets the status code for the patch envelope configuration get patch envelope by Id o k response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDOK) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDOK) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDOK) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope by Id o k response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDOK) IsCode

IsCode returns true when this patch envelope configuration get patch envelope by Id o k response a status code equal to that given

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDOK) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope by Id o k response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDOK) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope by Id o k response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDOK) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope by Id o k response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDOK) String

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   System defined universally unique Id of the patch envelope
	*/
	ID string

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

PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams contains all the parameters to send to the API endpoint

for the patch envelope configuration get patch envelope by Id operation.

Typically these are written to a http.Request.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDParams

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDParams() *PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams

NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDParams creates a new PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams 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 NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDParamsWithContext

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDParamsWithContext(ctx context.Context) *PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams

NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDParamsWithContext creates a new PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams object with the ability to set a context for a request.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDParamsWithHTTPClient

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDParamsWithHTTPClient(client *http.Client) *PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams

NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDParamsWithHTTPClient creates a new PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams object with the ability to set a custom HTTPClient for a request.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDParamsWithTimeout

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDParamsWithTimeout(timeout time.Duration) *PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams

NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDParamsWithTimeout creates a new PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams object with the ability to set a timeout on a request.

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams) SetContext

SetContext adds the context to the patch envelope configuration get patch envelope by Id params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams) SetDefaults

SetDefaults hydrates default values in the patch envelope configuration get patch envelope by Id params (not the query body).

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch envelope configuration get patch envelope by Id params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams) SetID

SetID adds the id to the patch envelope configuration get patch envelope by Id params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams) SetTimeout

SetTimeout adds the timeout to the patch envelope configuration get patch envelope by Id params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams) SetXRequestID

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the patch envelope configuration get patch envelope by Id params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams) WithContext

WithContext adds the context to the patch envelope configuration get patch envelope by Id params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams) WithDefaults

WithDefaults hydrates default values in the patch envelope configuration get patch envelope by Id params (not the query body).

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch envelope configuration get patch envelope by Id params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams) WithID

WithID adds the id to the patch envelope configuration get patch envelope by Id params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams) WithTimeout

WithTimeout adds the timeout to the patch envelope configuration get patch envelope by Id params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams) WithXRequestID

WithXRequestID adds the xRequestID to the patch envelope configuration get patch envelope by Id params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDReader

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

PatchEnvelopeConfigurationGetPatchEnvelopeByIDReader is a Reader for the PatchEnvelopeConfigurationGetPatchEnvelopeByID structure.

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDUnauthorized

type PatchEnvelopeConfigurationGetPatchEnvelopeByIDUnauthorized struct {
	Payload *models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDUnauthorized

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDUnauthorized() *PatchEnvelopeConfigurationGetPatchEnvelopeByIDUnauthorized

NewPatchEnvelopeConfigurationGetPatchEnvelopeByIDUnauthorized creates a PatchEnvelopeConfigurationGetPatchEnvelopeByIDUnauthorized with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDUnauthorized) Code

Code gets the status code for the patch envelope configuration get patch envelope by Id unauthorized response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDUnauthorized) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDUnauthorized) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDUnauthorized) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope by Id unauthorized response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDUnauthorized) IsCode

IsCode returns true when this patch envelope configuration get patch envelope by Id unauthorized response a status code equal to that given

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDUnauthorized) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope by Id unauthorized response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDUnauthorized) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope by Id unauthorized response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDUnauthorized) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope by Id unauthorized response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByIDUnauthorized) String

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

PatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault(code int) *PatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault

NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault creates a PatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault) Code

Code gets the status code for the patch envelope configuration get patch envelope by name default response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope by name default response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault) IsCode

IsCode returns true when this patch envelope configuration get patch envelope by name default response a status code equal to that given

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope by name default response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope by name default response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope by name default response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameDefault) String

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameForbidden

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameForbidden struct {
	Payload *models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have application level access permission for the operation or does not have access scope to the project.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameForbidden

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameForbidden() *PatchEnvelopeConfigurationGetPatchEnvelopeByNameForbidden

NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameForbidden creates a PatchEnvelopeConfigurationGetPatchEnvelopeByNameForbidden with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameForbidden) Code

Code gets the status code for the patch envelope configuration get patch envelope by name forbidden response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameForbidden) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameForbidden) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameForbidden) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope by name forbidden response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameForbidden) IsCode

IsCode returns true when this patch envelope configuration get patch envelope by name forbidden response a status code equal to that given

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameForbidden) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope by name forbidden response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameForbidden) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope by name forbidden response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameForbidden) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope by name forbidden response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameForbidden) String

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameGatewayTimeout

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

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

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameGatewayTimeout

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameGatewayTimeout() *PatchEnvelopeConfigurationGetPatchEnvelopeByNameGatewayTimeout

NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameGatewayTimeout creates a PatchEnvelopeConfigurationGetPatchEnvelopeByNameGatewayTimeout with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameGatewayTimeout) Code

Code gets the status code for the patch envelope configuration get patch envelope by name gateway timeout response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameGatewayTimeout) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameGatewayTimeout) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameGatewayTimeout) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope by name gateway timeout response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameGatewayTimeout) IsCode

IsCode returns true when this patch envelope configuration get patch envelope by name gateway timeout response a status code equal to that given

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameGatewayTimeout) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope by name gateway timeout response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameGatewayTimeout) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope by name gateway timeout response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameGatewayTimeout) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope by name gateway timeout response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameGatewayTimeout) String

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameInternalServerError

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameInternalServerError struct {
	Payload *models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameInternalServerError

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameInternalServerError() *PatchEnvelopeConfigurationGetPatchEnvelopeByNameInternalServerError

NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameInternalServerError creates a PatchEnvelopeConfigurationGetPatchEnvelopeByNameInternalServerError with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameInternalServerError) Code

Code gets the status code for the patch envelope configuration get patch envelope by name internal server error response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameInternalServerError) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameInternalServerError) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameInternalServerError) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope by name internal server error response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameInternalServerError) IsCode

IsCode returns true when this patch envelope configuration get patch envelope by name internal server error response a status code equal to that given

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameInternalServerError) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope by name internal server error response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameInternalServerError) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope by name internal server error response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameInternalServerError) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope by name internal server error response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameInternalServerError) String

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameNotFound

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameNotFound struct {
	Payload *models.ZsrvResponse
}

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

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameNotFound

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameNotFound() *PatchEnvelopeConfigurationGetPatchEnvelopeByNameNotFound

NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameNotFound creates a PatchEnvelopeConfigurationGetPatchEnvelopeByNameNotFound with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameNotFound) Code

Code gets the status code for the patch envelope configuration get patch envelope by name not found response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameNotFound) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameNotFound) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameNotFound) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope by name not found response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameNotFound) IsCode

IsCode returns true when this patch envelope configuration get patch envelope by name not found response a status code equal to that given

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameNotFound) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope by name not found response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameNotFound) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope by name not found response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameNotFound) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope by name not found response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameNotFound) String

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameOK

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameOK struct {
	Payload *models.PatchEnvelope
}

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

A successful response.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameOK

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameOK() *PatchEnvelopeConfigurationGetPatchEnvelopeByNameOK

NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameOK creates a PatchEnvelopeConfigurationGetPatchEnvelopeByNameOK with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameOK) Code

Code gets the status code for the patch envelope configuration get patch envelope by name o k response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameOK) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameOK) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameOK) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope by name o k response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameOK) IsCode

IsCode returns true when this patch envelope configuration get patch envelope by name o k response a status code equal to that given

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameOK) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope by name o k response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameOK) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope by name o k response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameOK) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope by name o k response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameOK) String

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* Name.

	   User defined name of the patch envelope, unique across the enterprise. Once object is created, name can’t be changed
	*/
	Name string

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

PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams contains all the parameters to send to the API endpoint

for the patch envelope configuration get patch envelope by name operation.

Typically these are written to a http.Request.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameParams

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameParams() *PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams

NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameParams creates a new PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams 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 NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameParamsWithContext

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameParamsWithContext(ctx context.Context) *PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams

NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameParamsWithContext creates a new PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams object with the ability to set a context for a request.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameParamsWithHTTPClient

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameParamsWithHTTPClient(client *http.Client) *PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams

NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameParamsWithHTTPClient creates a new PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams object with the ability to set a custom HTTPClient for a request.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameParamsWithTimeout

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameParamsWithTimeout(timeout time.Duration) *PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams

NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameParamsWithTimeout creates a new PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams object with the ability to set a timeout on a request.

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams) SetContext

SetContext adds the context to the patch envelope configuration get patch envelope by name params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams) SetDefaults

SetDefaults hydrates default values in the patch envelope configuration get patch envelope by name params (not the query body).

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch envelope configuration get patch envelope by name params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams) SetName

SetName adds the name to the patch envelope configuration get patch envelope by name params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams) SetTimeout

SetTimeout adds the timeout to the patch envelope configuration get patch envelope by name params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams) SetXRequestID

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the patch envelope configuration get patch envelope by name params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams) WithContext

WithContext adds the context to the patch envelope configuration get patch envelope by name params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams) WithDefaults

WithDefaults hydrates default values in the patch envelope configuration get patch envelope by name params (not the query body).

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch envelope configuration get patch envelope by name params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams) WithName

WithName adds the name to the patch envelope configuration get patch envelope by name params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams) WithTimeout

WithTimeout adds the timeout to the patch envelope configuration get patch envelope by name params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams) WithXRequestID

WithXRequestID adds the xRequestID to the patch envelope configuration get patch envelope by name params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameReader

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

PatchEnvelopeConfigurationGetPatchEnvelopeByNameReader is a Reader for the PatchEnvelopeConfigurationGetPatchEnvelopeByName structure.

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameUnauthorized

type PatchEnvelopeConfigurationGetPatchEnvelopeByNameUnauthorized struct {
	Payload *models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameUnauthorized

func NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameUnauthorized() *PatchEnvelopeConfigurationGetPatchEnvelopeByNameUnauthorized

NewPatchEnvelopeConfigurationGetPatchEnvelopeByNameUnauthorized creates a PatchEnvelopeConfigurationGetPatchEnvelopeByNameUnauthorized with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameUnauthorized) Code

Code gets the status code for the patch envelope configuration get patch envelope by name unauthorized response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameUnauthorized) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameUnauthorized) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameUnauthorized) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope by name unauthorized response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameUnauthorized) IsCode

IsCode returns true when this patch envelope configuration get patch envelope by name unauthorized response a status code equal to that given

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameUnauthorized) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope by name unauthorized response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameUnauthorized) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope by name unauthorized response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameUnauthorized) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope by name unauthorized response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeByNameUnauthorized) String

type PatchEnvelopeConfigurationGetPatchEnvelopeDefault

type PatchEnvelopeConfigurationGetPatchEnvelopeDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

PatchEnvelopeConfigurationGetPatchEnvelopeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeDefault

func NewPatchEnvelopeConfigurationGetPatchEnvelopeDefault(code int) *PatchEnvelopeConfigurationGetPatchEnvelopeDefault

NewPatchEnvelopeConfigurationGetPatchEnvelopeDefault creates a PatchEnvelopeConfigurationGetPatchEnvelopeDefault with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeDefault) Code

Code gets the status code for the patch envelope configuration get patch envelope default response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeDefault) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeDefault) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeDefault) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope default response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeDefault) IsCode

IsCode returns true when this patch envelope configuration get patch envelope default response a status code equal to that given

func (*PatchEnvelopeConfigurationGetPatchEnvelopeDefault) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope default response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeDefault) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope default response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeDefault) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope default response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeDefault) String

type PatchEnvelopeConfigurationGetPatchEnvelopeForbidden

type PatchEnvelopeConfigurationGetPatchEnvelopeForbidden struct {
	Payload *models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have application level access permission for the operation or does not have access scope to the project.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeForbidden

func NewPatchEnvelopeConfigurationGetPatchEnvelopeForbidden() *PatchEnvelopeConfigurationGetPatchEnvelopeForbidden

NewPatchEnvelopeConfigurationGetPatchEnvelopeForbidden creates a PatchEnvelopeConfigurationGetPatchEnvelopeForbidden with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeForbidden) Code

Code gets the status code for the patch envelope configuration get patch envelope forbidden response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeForbidden) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeForbidden) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeForbidden) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope forbidden response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeForbidden) IsCode

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeForbidden) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope forbidden response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeForbidden) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope forbidden response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeForbidden) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope forbidden response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeForbidden) String

type PatchEnvelopeConfigurationGetPatchEnvelopeGatewayTimeout

type PatchEnvelopeConfigurationGetPatchEnvelopeGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

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

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeGatewayTimeout

func NewPatchEnvelopeConfigurationGetPatchEnvelopeGatewayTimeout() *PatchEnvelopeConfigurationGetPatchEnvelopeGatewayTimeout

NewPatchEnvelopeConfigurationGetPatchEnvelopeGatewayTimeout creates a PatchEnvelopeConfigurationGetPatchEnvelopeGatewayTimeout with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeGatewayTimeout) Code

Code gets the status code for the patch envelope configuration get patch envelope gateway timeout response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeGatewayTimeout) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeGatewayTimeout) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeGatewayTimeout) IsClientError

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeGatewayTimeout) IsCode

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeGatewayTimeout) IsRedirect

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeGatewayTimeout) IsServerError

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeGatewayTimeout) IsSuccess

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeGatewayTimeout) String

type PatchEnvelopeConfigurationGetPatchEnvelopeInternalServerError

type PatchEnvelopeConfigurationGetPatchEnvelopeInternalServerError struct {
	Payload *models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeInternalServerError

func NewPatchEnvelopeConfigurationGetPatchEnvelopeInternalServerError() *PatchEnvelopeConfigurationGetPatchEnvelopeInternalServerError

NewPatchEnvelopeConfigurationGetPatchEnvelopeInternalServerError creates a PatchEnvelopeConfigurationGetPatchEnvelopeInternalServerError with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeInternalServerError) Code

Code gets the status code for the patch envelope configuration get patch envelope internal server error response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeInternalServerError) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeInternalServerError) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeInternalServerError) IsClientError

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeInternalServerError) IsCode

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeInternalServerError) IsRedirect

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeInternalServerError) IsServerError

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeInternalServerError) IsSuccess

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeInternalServerError) String

type PatchEnvelopeConfigurationGetPatchEnvelopeOK

type PatchEnvelopeConfigurationGetPatchEnvelopeOK struct {
	Payload *models.PatchEnvelopeList
}

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

A successful response.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeOK

func NewPatchEnvelopeConfigurationGetPatchEnvelopeOK() *PatchEnvelopeConfigurationGetPatchEnvelopeOK

NewPatchEnvelopeConfigurationGetPatchEnvelopeOK creates a PatchEnvelopeConfigurationGetPatchEnvelopeOK with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeOK) Code

Code gets the status code for the patch envelope configuration get patch envelope o k response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeOK) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeOK) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeOK) IsClientError

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeOK) IsCode

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeOK) IsRedirect

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeOK) IsServerError

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeOK) IsSuccess

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeOK) String

type PatchEnvelopeConfigurationGetPatchEnvelopeParams

type PatchEnvelopeConfigurationGetPatchEnvelopeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* NamePattern.

	   patch envelope name pattern
	*/
	NamePattern *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy []string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	/* ProjectNamePattern.

	   project name pattern
	*/
	ProjectNamePattern *string

	/* Summary.

	   Only summary of the records required
	*/
	Summary *bool

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

PatchEnvelopeConfigurationGetPatchEnvelopeParams contains all the parameters to send to the API endpoint

for the patch envelope configuration get patch envelope operation.

Typically these are written to a http.Request.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeParams

func NewPatchEnvelopeConfigurationGetPatchEnvelopeParams() *PatchEnvelopeConfigurationGetPatchEnvelopeParams

NewPatchEnvelopeConfigurationGetPatchEnvelopeParams creates a new PatchEnvelopeConfigurationGetPatchEnvelopeParams 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 NewPatchEnvelopeConfigurationGetPatchEnvelopeParamsWithContext

func NewPatchEnvelopeConfigurationGetPatchEnvelopeParamsWithContext(ctx context.Context) *PatchEnvelopeConfigurationGetPatchEnvelopeParams

NewPatchEnvelopeConfigurationGetPatchEnvelopeParamsWithContext creates a new PatchEnvelopeConfigurationGetPatchEnvelopeParams object with the ability to set a context for a request.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeParamsWithHTTPClient

func NewPatchEnvelopeConfigurationGetPatchEnvelopeParamsWithHTTPClient(client *http.Client) *PatchEnvelopeConfigurationGetPatchEnvelopeParams

NewPatchEnvelopeConfigurationGetPatchEnvelopeParamsWithHTTPClient creates a new PatchEnvelopeConfigurationGetPatchEnvelopeParams object with the ability to set a custom HTTPClient for a request.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeParamsWithTimeout

func NewPatchEnvelopeConfigurationGetPatchEnvelopeParamsWithTimeout(timeout time.Duration) *PatchEnvelopeConfigurationGetPatchEnvelopeParams

NewPatchEnvelopeConfigurationGetPatchEnvelopeParamsWithTimeout creates a new PatchEnvelopeConfigurationGetPatchEnvelopeParams object with the ability to set a timeout on a request.

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetContext

SetContext adds the context to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetDefaults

SetDefaults hydrates default values in the patch envelope configuration get patch envelope params (not the query body).

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetNamePattern

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetNamePattern(namePattern *string)

SetNamePattern adds the namePattern to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetNextOrderBy

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetNextPageNum

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetNextPageSize

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetNextPageToken

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetNextTotalPages

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetProjectNamePattern

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetProjectNamePattern(projectNamePattern *string)

SetProjectNamePattern adds the projectNamePattern to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetSummary

SetSummary adds the summary to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetTimeout

SetTimeout adds the timeout to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetXRequestID

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) WithContext

WithContext adds the context to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) WithDefaults

WithDefaults hydrates default values in the patch envelope configuration get patch envelope params (not the query body).

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) WithNamePattern

WithNamePattern adds the namePattern to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) WithNextOrderBy

WithNextOrderBy adds the nextOrderBy to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) WithNextPageNum

WithNextPageNum adds the nextPageNum to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) WithNextPageSize

WithNextPageSize adds the nextPageSize to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) WithNextPageToken

WithNextPageToken adds the nextPageToken to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) WithNextTotalPages

WithNextTotalPages adds the nextTotalPages to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) WithProjectNamePattern

WithProjectNamePattern adds the projectNamePattern to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) WithSummary

WithSummary adds the summary to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) WithTimeout

WithTimeout adds the timeout to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) WithXRequestID

WithXRequestID adds the xRequestID to the patch envelope configuration get patch envelope params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchEnvelopeConfigurationGetPatchEnvelopeReader

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

PatchEnvelopeConfigurationGetPatchEnvelopeReader is a Reader for the PatchEnvelopeConfigurationGetPatchEnvelope structure.

func (*PatchEnvelopeConfigurationGetPatchEnvelopeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault

type PatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

PatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault(code int) *PatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault

NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault creates a PatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault) Code

Code gets the status code for the patch envelope configuration get patch envelope status default response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope status default response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault) IsCode

IsCode returns true when this patch envelope configuration get patch envelope status default response a status code equal to that given

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope status default response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope status default response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope status default response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusDefault) String

type PatchEnvelopeConfigurationGetPatchEnvelopeStatusForbidden

type PatchEnvelopeConfigurationGetPatchEnvelopeStatusForbidden struct {
	Payload *models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have application level access permission for the operation or does not have access scope to the project.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusForbidden

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusForbidden() *PatchEnvelopeConfigurationGetPatchEnvelopeStatusForbidden

NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusForbidden creates a PatchEnvelopeConfigurationGetPatchEnvelopeStatusForbidden with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusForbidden) Code

Code gets the status code for the patch envelope configuration get patch envelope status forbidden response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusForbidden) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusForbidden) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusForbidden) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope status forbidden response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusForbidden) IsCode

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusForbidden) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope status forbidden response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusForbidden) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope status forbidden response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusForbidden) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope status forbidden response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusForbidden) String

type PatchEnvelopeConfigurationGetPatchEnvelopeStatusGatewayTimeout

type PatchEnvelopeConfigurationGetPatchEnvelopeStatusGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

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

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusGatewayTimeout

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusGatewayTimeout() *PatchEnvelopeConfigurationGetPatchEnvelopeStatusGatewayTimeout

NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusGatewayTimeout creates a PatchEnvelopeConfigurationGetPatchEnvelopeStatusGatewayTimeout with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusGatewayTimeout) Code

Code gets the status code for the patch envelope configuration get patch envelope status gateway timeout response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusGatewayTimeout) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusGatewayTimeout) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusGatewayTimeout) IsClientError

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusGatewayTimeout) IsCode

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusGatewayTimeout) IsRedirect

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusGatewayTimeout) IsServerError

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusGatewayTimeout) IsSuccess

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusGatewayTimeout) String

type PatchEnvelopeConfigurationGetPatchEnvelopeStatusInternalServerError

type PatchEnvelopeConfigurationGetPatchEnvelopeStatusInternalServerError struct {
	Payload *models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusInternalServerError

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusInternalServerError() *PatchEnvelopeConfigurationGetPatchEnvelopeStatusInternalServerError

NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusInternalServerError creates a PatchEnvelopeConfigurationGetPatchEnvelopeStatusInternalServerError with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusInternalServerError) Code

Code gets the status code for the patch envelope configuration get patch envelope status internal server error response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusInternalServerError) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusInternalServerError) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusInternalServerError) IsClientError

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusInternalServerError) IsCode

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusInternalServerError) IsRedirect

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusInternalServerError) IsServerError

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusInternalServerError) IsSuccess

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusInternalServerError) String

type PatchEnvelopeConfigurationGetPatchEnvelopeStatusOK

type PatchEnvelopeConfigurationGetPatchEnvelopeStatusOK struct {
	Payload *models.PatchStatusListMsg
}

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

A successful response.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusOK

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusOK() *PatchEnvelopeConfigurationGetPatchEnvelopeStatusOK

NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusOK creates a PatchEnvelopeConfigurationGetPatchEnvelopeStatusOK with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusOK) Code

Code gets the status code for the patch envelope configuration get patch envelope status o k response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusOK) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusOK) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusOK) IsClientError

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusOK) IsCode

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusOK) IsRedirect

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusOK) IsServerError

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusOK) IsSuccess

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusOK) String

type PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams

type PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Fields.
	Fields []string

	// FilterDeviceName.
	FilterDeviceName *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy []string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	// Summary.
	Summary *bool

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

PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams contains all the parameters to send to the API endpoint

for the patch envelope configuration get patch envelope status operation.

Typically these are written to a http.Request.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusParams

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusParams() *PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams

NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusParams creates a new PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams 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 NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusParamsWithContext

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusParamsWithContext(ctx context.Context) *PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams

NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusParamsWithContext creates a new PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams object with the ability to set a context for a request.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusParamsWithHTTPClient

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusParamsWithHTTPClient(client *http.Client) *PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams

NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusParamsWithHTTPClient creates a new PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams object with the ability to set a custom HTTPClient for a request.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusParamsWithTimeout

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusParamsWithTimeout(timeout time.Duration) *PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams

NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusParamsWithTimeout creates a new PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams object with the ability to set a timeout on a request.

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetContext

SetContext adds the context to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetDefaults

SetDefaults hydrates default values in the patch envelope configuration get patch envelope status params (not the query body).

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetFields

SetFields adds the fields to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetFilterDeviceName

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetFilterDeviceName(filterDeviceName *string)

SetFilterDeviceName adds the filterDeviceName to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetNextOrderBy

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetNextPageNum

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetNextPageSize

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetNextPageToken

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetNextTotalPages

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetSummary

SetSummary adds the summary to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetTimeout

SetTimeout adds the timeout to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetXRequestID

func (o *PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) WithContext

WithContext adds the context to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) WithDefaults

WithDefaults hydrates default values in the patch envelope configuration get patch envelope status params (not the query body).

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) WithFields

WithFields adds the fields to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) WithFilterDeviceName

WithFilterDeviceName adds the filterDeviceName to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) WithNextOrderBy

WithNextOrderBy adds the nextOrderBy to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) WithNextPageNum

WithNextPageNum adds the nextPageNum to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) WithNextPageSize

WithNextPageSize adds the nextPageSize to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) WithNextPageToken

WithNextPageToken adds the nextPageToken to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) WithNextTotalPages

WithNextTotalPages adds the nextTotalPages to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) WithSummary

WithSummary adds the summary to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) WithTimeout

WithTimeout adds the timeout to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) WithXRequestID

WithXRequestID adds the xRequestID to the patch envelope configuration get patch envelope status params

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchEnvelopeConfigurationGetPatchEnvelopeStatusReader

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

PatchEnvelopeConfigurationGetPatchEnvelopeStatusReader is a Reader for the PatchEnvelopeConfigurationGetPatchEnvelopeStatus structure.

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchEnvelopeConfigurationGetPatchEnvelopeStatusUnauthorized

type PatchEnvelopeConfigurationGetPatchEnvelopeStatusUnauthorized struct {
	Payload *models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusUnauthorized

func NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusUnauthorized() *PatchEnvelopeConfigurationGetPatchEnvelopeStatusUnauthorized

NewPatchEnvelopeConfigurationGetPatchEnvelopeStatusUnauthorized creates a PatchEnvelopeConfigurationGetPatchEnvelopeStatusUnauthorized with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusUnauthorized) Code

Code gets the status code for the patch envelope configuration get patch envelope status unauthorized response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusUnauthorized) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusUnauthorized) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusUnauthorized) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope status unauthorized response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusUnauthorized) IsCode

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusUnauthorized) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope status unauthorized response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusUnauthorized) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope status unauthorized response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusUnauthorized) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope status unauthorized response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeStatusUnauthorized) String

type PatchEnvelopeConfigurationGetPatchEnvelopeUnauthorized

type PatchEnvelopeConfigurationGetPatchEnvelopeUnauthorized struct {
	Payload *models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewPatchEnvelopeConfigurationGetPatchEnvelopeUnauthorized

func NewPatchEnvelopeConfigurationGetPatchEnvelopeUnauthorized() *PatchEnvelopeConfigurationGetPatchEnvelopeUnauthorized

NewPatchEnvelopeConfigurationGetPatchEnvelopeUnauthorized creates a PatchEnvelopeConfigurationGetPatchEnvelopeUnauthorized with default headers values

func (*PatchEnvelopeConfigurationGetPatchEnvelopeUnauthorized) Code

Code gets the status code for the patch envelope configuration get patch envelope unauthorized response

func (*PatchEnvelopeConfigurationGetPatchEnvelopeUnauthorized) Error

func (*PatchEnvelopeConfigurationGetPatchEnvelopeUnauthorized) GetPayload

func (*PatchEnvelopeConfigurationGetPatchEnvelopeUnauthorized) IsClientError

IsClientError returns true when this patch envelope configuration get patch envelope unauthorized response has a 4xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeUnauthorized) IsCode

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

func (*PatchEnvelopeConfigurationGetPatchEnvelopeUnauthorized) IsRedirect

IsRedirect returns true when this patch envelope configuration get patch envelope unauthorized response has a 3xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeUnauthorized) IsServerError

IsServerError returns true when this patch envelope configuration get patch envelope unauthorized response has a 5xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeUnauthorized) IsSuccess

IsSuccess returns true when this patch envelope configuration get patch envelope unauthorized response has a 2xx status code

func (*PatchEnvelopeConfigurationGetPatchEnvelopeUnauthorized) String

type PatchEnvelopeConfigurationUpdatePatchEnvelopeBody

type PatchEnvelopeConfigurationUpdatePatchEnvelopeBody struct {

	// if activate is false, device should only download
	// images and not present them to app instance
	//
	// Flag to represent whether device needs to present it to app instance
	// Required: true
	Action *models.PatchEnvelopeAction `json:"action"`

	// Patch envelope artifacts
	// Required: true
	Artifacts []*models.BinaryArtifact `json:"artifacts"`

	// Detailed description of the patch envelope.
	// Max Length: 256
	Description string `json:"description,omitempty"`

	// number of devices referencing this patch envelope
	DeviceCount int64 `json:"deviceCount,omitempty"`

	// User defined name of the patch envelope, unique across the enterprise. Once patch envelope is created, name can’t be changed.
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9][a-zA-Z0-9_.-]+
	Name *string `json:"name"`

	// project id
	ProjectID string `json:"projectId,omitempty"`

	// project name
	ProjectName string `json:"projectName,omitempty"`

	// system defined info
	// Read Only: true
	Revision *models.ObjectRevision `json:"revision,omitempty"`

	// User defined title of the patch envelope. Title can be changed at any time.
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9]+[a-zA-Z0-9!-~ ]+
	Title *string `json:"title"`

	// optional - arbitrary version string if any by user
	//
	// User defined version for the given patch envelope
	UserDefinedVersion string `json:"userDefinedVersion,omitempty"`
}

PatchEnvelopeConfigurationUpdatePatchEnvelopeBody Opaque data for application instances // // PatchEnvelope is a proto that should be used by user-agents to create/update opaque data for application instances. swagger:model PatchEnvelopeConfigurationUpdatePatchEnvelopeBody

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeBody) ContextValidate

ContextValidate validate this patch envelope configuration update patch envelope body based on the context it is used

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeBody) MarshalBinary

MarshalBinary interface implementation

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeBody) Validate

Validate validates this patch envelope configuration update patch envelope body

type PatchEnvelopeConfigurationUpdatePatchEnvelopeDefault

type PatchEnvelopeConfigurationUpdatePatchEnvelopeDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

PatchEnvelopeConfigurationUpdatePatchEnvelopeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeDefault

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeDefault(code int) *PatchEnvelopeConfigurationUpdatePatchEnvelopeDefault

NewPatchEnvelopeConfigurationUpdatePatchEnvelopeDefault creates a PatchEnvelopeConfigurationUpdatePatchEnvelopeDefault with default headers values

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeDefault) Code

Code gets the status code for the patch envelope configuration update patch envelope default response

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeDefault) Error

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeDefault) GetPayload

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeDefault) IsClientError

IsClientError returns true when this patch envelope configuration update patch envelope default response has a 4xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeDefault) IsCode

IsCode returns true when this patch envelope configuration update patch envelope default response a status code equal to that given

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeDefault) IsRedirect

IsRedirect returns true when this patch envelope configuration update patch envelope default response has a 3xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeDefault) IsServerError

IsServerError returns true when this patch envelope configuration update patch envelope default response has a 5xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeDefault) IsSuccess

IsSuccess returns true when this patch envelope configuration update patch envelope default response has a 2xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeDefault) String

type PatchEnvelopeConfigurationUpdatePatchEnvelopeForbidden

type PatchEnvelopeConfigurationUpdatePatchEnvelopeForbidden struct {
	Payload *models.ZsrvResponse
}

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

Forbidden. The API gateway did not process the request because the requestor does not have application level access permission for the operation or does not have access scope to the project.

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeForbidden

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeForbidden() *PatchEnvelopeConfigurationUpdatePatchEnvelopeForbidden

NewPatchEnvelopeConfigurationUpdatePatchEnvelopeForbidden creates a PatchEnvelopeConfigurationUpdatePatchEnvelopeForbidden with default headers values

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeForbidden) Code

Code gets the status code for the patch envelope configuration update patch envelope forbidden response

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeForbidden) Error

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeForbidden) GetPayload

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeForbidden) IsClientError

IsClientError returns true when this patch envelope configuration update patch envelope forbidden response has a 4xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeForbidden) IsCode

IsCode returns true when this patch envelope configuration update patch envelope forbidden response a status code equal to that given

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeForbidden) IsRedirect

IsRedirect returns true when this patch envelope configuration update patch envelope forbidden response has a 3xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeForbidden) IsServerError

IsServerError returns true when this patch envelope configuration update patch envelope forbidden response has a 5xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeForbidden) IsSuccess

IsSuccess returns true when this patch envelope configuration update patch envelope forbidden response has a 2xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeForbidden) String

type PatchEnvelopeConfigurationUpdatePatchEnvelopeGatewayTimeout

type PatchEnvelopeConfigurationUpdatePatchEnvelopeGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

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

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeGatewayTimeout

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeGatewayTimeout() *PatchEnvelopeConfigurationUpdatePatchEnvelopeGatewayTimeout

NewPatchEnvelopeConfigurationUpdatePatchEnvelopeGatewayTimeout creates a PatchEnvelopeConfigurationUpdatePatchEnvelopeGatewayTimeout with default headers values

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeGatewayTimeout) Code

Code gets the status code for the patch envelope configuration update patch envelope gateway timeout response

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeGatewayTimeout) Error

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeGatewayTimeout) GetPayload

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeGatewayTimeout) IsClientError

IsClientError returns true when this patch envelope configuration update patch envelope gateway timeout response has a 4xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeGatewayTimeout) IsCode

IsCode returns true when this patch envelope configuration update patch envelope gateway timeout response a status code equal to that given

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeGatewayTimeout) IsRedirect

IsRedirect returns true when this patch envelope configuration update patch envelope gateway timeout response has a 3xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeGatewayTimeout) IsServerError

IsServerError returns true when this patch envelope configuration update patch envelope gateway timeout response has a 5xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeGatewayTimeout) IsSuccess

IsSuccess returns true when this patch envelope configuration update patch envelope gateway timeout response has a 2xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeGatewayTimeout) String

type PatchEnvelopeConfigurationUpdatePatchEnvelopeInternalServerError

type PatchEnvelopeConfigurationUpdatePatchEnvelopeInternalServerError struct {
	Payload *models.ZsrvResponse
}

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

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeInternalServerError

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeInternalServerError() *PatchEnvelopeConfigurationUpdatePatchEnvelopeInternalServerError

NewPatchEnvelopeConfigurationUpdatePatchEnvelopeInternalServerError creates a PatchEnvelopeConfigurationUpdatePatchEnvelopeInternalServerError with default headers values

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeInternalServerError) Code

Code gets the status code for the patch envelope configuration update patch envelope internal server error response

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeInternalServerError) Error

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeInternalServerError) GetPayload

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeInternalServerError) IsClientError

IsClientError returns true when this patch envelope configuration update patch envelope internal server error response has a 4xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeInternalServerError) IsCode

IsCode returns true when this patch envelope configuration update patch envelope internal server error response a status code equal to that given

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeInternalServerError) IsRedirect

IsRedirect returns true when this patch envelope configuration update patch envelope internal server error response has a 3xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeInternalServerError) IsServerError

IsServerError returns true when this patch envelope configuration update patch envelope internal server error response has a 5xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeInternalServerError) IsSuccess

IsSuccess returns true when this patch envelope configuration update patch envelope internal server error response has a 2xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeInternalServerError) String

type PatchEnvelopeConfigurationUpdatePatchEnvelopeOK

type PatchEnvelopeConfigurationUpdatePatchEnvelopeOK struct {
	Payload *models.ZsrvResponse
}

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

A successful response.

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeOK

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeOK() *PatchEnvelopeConfigurationUpdatePatchEnvelopeOK

NewPatchEnvelopeConfigurationUpdatePatchEnvelopeOK creates a PatchEnvelopeConfigurationUpdatePatchEnvelopeOK with default headers values

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeOK) Code

Code gets the status code for the patch envelope configuration update patch envelope o k response

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeOK) Error

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeOK) GetPayload

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeOK) IsClientError

IsClientError returns true when this patch envelope configuration update patch envelope o k response has a 4xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeOK) IsCode

IsCode returns true when this patch envelope configuration update patch envelope o k response a status code equal to that given

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeOK) IsRedirect

IsRedirect returns true when this patch envelope configuration update patch envelope o k response has a 3xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeOK) IsServerError

IsServerError returns true when this patch envelope configuration update patch envelope o k response has a 5xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeOK) IsSuccess

IsSuccess returns true when this patch envelope configuration update patch envelope o k response has a 2xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeOK) String

type PatchEnvelopeConfigurationUpdatePatchEnvelopeParams

type PatchEnvelopeConfigurationUpdatePatchEnvelopeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *models.PatchEnvelope

	/* ID.

	   System defined universally unique Id of the patch envelope.
	*/
	ID string

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

PatchEnvelopeConfigurationUpdatePatchEnvelopeParams contains all the parameters to send to the API endpoint

for the patch envelope configuration update patch envelope operation.

Typically these are written to a http.Request.

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeParams

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeParams() *PatchEnvelopeConfigurationUpdatePatchEnvelopeParams

NewPatchEnvelopeConfigurationUpdatePatchEnvelopeParams creates a new PatchEnvelopeConfigurationUpdatePatchEnvelopeParams 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 NewPatchEnvelopeConfigurationUpdatePatchEnvelopeParamsWithContext

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeParamsWithContext(ctx context.Context) *PatchEnvelopeConfigurationUpdatePatchEnvelopeParams

NewPatchEnvelopeConfigurationUpdatePatchEnvelopeParamsWithContext creates a new PatchEnvelopeConfigurationUpdatePatchEnvelopeParams object with the ability to set a context for a request.

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeParamsWithHTTPClient

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeParamsWithHTTPClient(client *http.Client) *PatchEnvelopeConfigurationUpdatePatchEnvelopeParams

NewPatchEnvelopeConfigurationUpdatePatchEnvelopeParamsWithHTTPClient creates a new PatchEnvelopeConfigurationUpdatePatchEnvelopeParams object with the ability to set a custom HTTPClient for a request.

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeParamsWithTimeout

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeParamsWithTimeout(timeout time.Duration) *PatchEnvelopeConfigurationUpdatePatchEnvelopeParams

NewPatchEnvelopeConfigurationUpdatePatchEnvelopeParamsWithTimeout creates a new PatchEnvelopeConfigurationUpdatePatchEnvelopeParams object with the ability to set a timeout on a request.

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeParams) SetBody

SetBody adds the body to the patch envelope configuration update patch envelope params

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeParams) SetContext

SetContext adds the context to the patch envelope configuration update patch envelope params

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeParams) SetDefaults

SetDefaults hydrates default values in the patch envelope configuration update patch envelope params (not the query body).

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

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch envelope configuration update patch envelope params

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeParams) SetID

SetID adds the id to the patch envelope configuration update patch envelope params

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeParams) SetTimeout

SetTimeout adds the timeout to the patch envelope configuration update patch envelope params

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeParams) SetXRequestID

func (o *PatchEnvelopeConfigurationUpdatePatchEnvelopeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the patch envelope configuration update patch envelope params

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeParams) WithBody

WithBody adds the body to the patch envelope configuration update patch envelope params

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeParams) WithContext

WithContext adds the context to the patch envelope configuration update patch envelope params

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeParams) WithDefaults

WithDefaults hydrates default values in the patch envelope configuration update patch envelope params (not the query body).

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

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch envelope configuration update patch envelope params

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeParams) WithID

WithID adds the id to the patch envelope configuration update patch envelope params

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeParams) WithTimeout

WithTimeout adds the timeout to the patch envelope configuration update patch envelope params

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeParams) WithXRequestID

WithXRequestID adds the xRequestID to the patch envelope configuration update patch envelope params

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchEnvelopeConfigurationUpdatePatchEnvelopeReader

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

PatchEnvelopeConfigurationUpdatePatchEnvelopeReader is a Reader for the PatchEnvelopeConfigurationUpdatePatchEnvelope structure.

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchEnvelopeConfigurationUpdatePatchEnvelopeUnauthorized

type PatchEnvelopeConfigurationUpdatePatchEnvelopeUnauthorized struct {
	Payload *models.ZsrvResponse
}

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

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeUnauthorized

func NewPatchEnvelopeConfigurationUpdatePatchEnvelopeUnauthorized() *PatchEnvelopeConfigurationUpdatePatchEnvelopeUnauthorized

NewPatchEnvelopeConfigurationUpdatePatchEnvelopeUnauthorized creates a PatchEnvelopeConfigurationUpdatePatchEnvelopeUnauthorized with default headers values

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeUnauthorized) Code

Code gets the status code for the patch envelope configuration update patch envelope unauthorized response

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeUnauthorized) Error

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeUnauthorized) GetPayload

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeUnauthorized) IsClientError

IsClientError returns true when this patch envelope configuration update patch envelope unauthorized response has a 4xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeUnauthorized) IsCode

IsCode returns true when this patch envelope configuration update patch envelope unauthorized response a status code equal to that given

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeUnauthorized) IsRedirect

IsRedirect returns true when this patch envelope configuration update patch envelope unauthorized response has a 3xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeUnauthorized) IsServerError

IsServerError returns true when this patch envelope configuration update patch envelope unauthorized response has a 5xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeUnauthorized) IsSuccess

IsSuccess returns true when this patch envelope configuration update patch envelope unauthorized response has a 2xx status code

func (*PatchEnvelopeConfigurationUpdatePatchEnvelopeUnauthorized) String

Jump to

Keyboard shortcuts

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