blueprint

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2022 License: Apache-2.0 Imports: 11 Imported by: 2

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 blueprint API

func (*Client) CreateBlueprintUsingPOST1 added in v0.2.0

func (a *Client) CreateBlueprintUsingPOST1(params *CreateBlueprintUsingPOST1Params, opts ...ClientOption) (*CreateBlueprintUsingPOST1Created, error)

CreateBlueprintUsingPOST1 creates a blueprint

func (*Client) CreateBlueprintVersionUsingPOST1 added in v0.2.0

func (a *Client) CreateBlueprintVersionUsingPOST1(params *CreateBlueprintVersionUsingPOST1Params, opts ...ClientOption) (*CreateBlueprintVersionUsingPOST1Created, error)

CreateBlueprintVersionUsingPOST1 creates version for the given blueprint ID

func (*Client) DeleteBlueprintUsingDELETE1 added in v0.2.0

func (a *Client) DeleteBlueprintUsingDELETE1(params *DeleteBlueprintUsingDELETE1Params, opts ...ClientOption) (*DeleteBlueprintUsingDELETE1NoContent, error)

DeleteBlueprintUsingDELETE1 deletes a blueprint

func (*Client) GetBlueprintInputsSchemaUsingGET1 added in v0.2.0

func (a *Client) GetBlueprintInputsSchemaUsingGET1(params *GetBlueprintInputsSchemaUsingGET1Params, opts ...ClientOption) (*GetBlueprintInputsSchemaUsingGET1OK, error)

GetBlueprintInputsSchemaUsingGET1 returns blueprint inputs schema

func (*Client) GetBlueprintUsingGET1 added in v0.2.0

func (a *Client) GetBlueprintUsingGET1(params *GetBlueprintUsingGET1Params, opts ...ClientOption) (*GetBlueprintUsingGET1OK, error)

GetBlueprintUsingGET1 returns blueprint details

func (*Client) GetBlueprintVersionInputsSchemaUsingGET1 added in v0.2.0

func (a *Client) GetBlueprintVersionInputsSchemaUsingGET1(params *GetBlueprintVersionInputsSchemaUsingGET1Params, opts ...ClientOption) (*GetBlueprintVersionInputsSchemaUsingGET1OK, error)

GetBlueprintVersionInputsSchemaUsingGET1 returns blueprint version inputs schema

func (*Client) GetBlueprintVersionUsingGET1 added in v0.2.0

func (a *Client) GetBlueprintVersionUsingGET1(params *GetBlueprintVersionUsingGET1Params, opts ...ClientOption) (*GetBlueprintVersionUsingGET1OK, error)

GetBlueprintVersionUsingGET1 returns versioned blueprint details

func (*Client) ListBlueprintVersionsUsingGET added in v0.2.0

func (a *Client) ListBlueprintVersionsUsingGET(params *ListBlueprintVersionsUsingGETParams, opts ...ClientOption) (*ListBlueprintVersionsUsingGETOK, error)

ListBlueprintVersionsUsingGET lists blueprint versions

func (*Client) ListBlueprintsUsingGET1 added in v0.2.0

func (a *Client) ListBlueprintsUsingGET1(params *ListBlueprintsUsingGET1Params, opts ...ClientOption) (*ListBlueprintsUsingGET1OK, error)

ListBlueprintsUsingGET1 lists draft blueprint

func (*Client) ReleaseBlueprintVersionUsingPOST1 added in v0.2.0

func (a *Client) ReleaseBlueprintVersionUsingPOST1(params *ReleaseBlueprintVersionUsingPOST1Params, opts ...ClientOption) (*ReleaseBlueprintVersionUsingPOST1OK, error)

ReleaseBlueprintVersionUsingPOST1 releases versioned blueprint to catalog

func (*Client) RestoreBlueprintVersionUsingPOST1 added in v0.2.0

func (a *Client) RestoreBlueprintVersionUsingPOST1(params *RestoreBlueprintVersionUsingPOST1Params, opts ...ClientOption) (*RestoreBlueprintVersionUsingPOST1OK, error)

RestoreBlueprintVersionUsingPOST1 restores content of draft from versioned blueprint

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UnReleaseBlueprintVersionUsingPOST1 added in v0.2.0

func (a *Client) UnReleaseBlueprintVersionUsingPOST1(params *UnReleaseBlueprintVersionUsingPOST1Params, opts ...ClientOption) (*UnReleaseBlueprintVersionUsingPOST1OK, error)

UnReleaseBlueprintVersionUsingPOST1 uns release versioned blueprint from catalog

func (*Client) UpdateBlueprintUsingPUT1 added in v0.2.0

func (a *Client) UpdateBlueprintUsingPUT1(params *UpdateBlueprintUsingPUT1Params, opts ...ClientOption) (*UpdateBlueprintUsingPUT1OK, error)

UpdateBlueprintUsingPUT1 updates a blueprint

type ClientOption added in v0.2.20

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService added in v0.2.18

type ClientService interface {
	CreateBlueprintUsingPOST1(params *CreateBlueprintUsingPOST1Params, opts ...ClientOption) (*CreateBlueprintUsingPOST1Created, error)

	CreateBlueprintVersionUsingPOST1(params *CreateBlueprintVersionUsingPOST1Params, opts ...ClientOption) (*CreateBlueprintVersionUsingPOST1Created, error)

	DeleteBlueprintUsingDELETE1(params *DeleteBlueprintUsingDELETE1Params, opts ...ClientOption) (*DeleteBlueprintUsingDELETE1NoContent, error)

	GetBlueprintInputsSchemaUsingGET1(params *GetBlueprintInputsSchemaUsingGET1Params, opts ...ClientOption) (*GetBlueprintInputsSchemaUsingGET1OK, error)

	GetBlueprintUsingGET1(params *GetBlueprintUsingGET1Params, opts ...ClientOption) (*GetBlueprintUsingGET1OK, error)

	GetBlueprintVersionInputsSchemaUsingGET1(params *GetBlueprintVersionInputsSchemaUsingGET1Params, opts ...ClientOption) (*GetBlueprintVersionInputsSchemaUsingGET1OK, error)

	GetBlueprintVersionUsingGET1(params *GetBlueprintVersionUsingGET1Params, opts ...ClientOption) (*GetBlueprintVersionUsingGET1OK, error)

	ListBlueprintVersionsUsingGET(params *ListBlueprintVersionsUsingGETParams, opts ...ClientOption) (*ListBlueprintVersionsUsingGETOK, error)

	ListBlueprintsUsingGET1(params *ListBlueprintsUsingGET1Params, opts ...ClientOption) (*ListBlueprintsUsingGET1OK, error)

	ReleaseBlueprintVersionUsingPOST1(params *ReleaseBlueprintVersionUsingPOST1Params, opts ...ClientOption) (*ReleaseBlueprintVersionUsingPOST1OK, error)

	RestoreBlueprintVersionUsingPOST1(params *RestoreBlueprintVersionUsingPOST1Params, opts ...ClientOption) (*RestoreBlueprintVersionUsingPOST1OK, error)

	UnReleaseBlueprintVersionUsingPOST1(params *UnReleaseBlueprintVersionUsingPOST1Params, opts ...ClientOption) (*UnReleaseBlueprintVersionUsingPOST1OK, error)

	UpdateBlueprintUsingPUT1(params *UpdateBlueprintUsingPUT1Params, opts ...ClientOption) (*UpdateBlueprintUsingPUT1OK, 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 blueprint API client.

type CreateBlueprintUsingPOST1BadRequest added in v0.2.0

type CreateBlueprintUsingPOST1BadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewCreateBlueprintUsingPOST1BadRequest added in v0.2.0

func NewCreateBlueprintUsingPOST1BadRequest() *CreateBlueprintUsingPOST1BadRequest

NewCreateBlueprintUsingPOST1BadRequest creates a CreateBlueprintUsingPOST1BadRequest with default headers values

func (*CreateBlueprintUsingPOST1BadRequest) Error added in v0.2.0

func (*CreateBlueprintUsingPOST1BadRequest) GetPayload added in v0.2.9

func (*CreateBlueprintUsingPOST1BadRequest) IsClientError added in v0.5.0

func (o *CreateBlueprintUsingPOST1BadRequest) IsClientError() bool

IsClientError returns true when this create blueprint using p o s t1 bad request response has a 4xx status code

func (*CreateBlueprintUsingPOST1BadRequest) IsCode added in v0.5.0

IsCode returns true when this create blueprint using p o s t1 bad request response a status code equal to that given

func (*CreateBlueprintUsingPOST1BadRequest) IsRedirect added in v0.5.0

func (o *CreateBlueprintUsingPOST1BadRequest) IsRedirect() bool

IsRedirect returns true when this create blueprint using p o s t1 bad request response has a 3xx status code

func (*CreateBlueprintUsingPOST1BadRequest) IsServerError added in v0.5.0

func (o *CreateBlueprintUsingPOST1BadRequest) IsServerError() bool

IsServerError returns true when this create blueprint using p o s t1 bad request response has a 5xx status code

func (*CreateBlueprintUsingPOST1BadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this create blueprint using p o s t1 bad request response has a 2xx status code

func (*CreateBlueprintUsingPOST1BadRequest) String added in v0.5.0

type CreateBlueprintUsingPOST1Created added in v0.2.0

type CreateBlueprintUsingPOST1Created struct {
	Payload *models.Blueprint
}

CreateBlueprintUsingPOST1Created describes a response with status code 201, with default header values.

Created

func NewCreateBlueprintUsingPOST1Created added in v0.2.0

func NewCreateBlueprintUsingPOST1Created() *CreateBlueprintUsingPOST1Created

NewCreateBlueprintUsingPOST1Created creates a CreateBlueprintUsingPOST1Created with default headers values

func (*CreateBlueprintUsingPOST1Created) Error added in v0.2.0

func (*CreateBlueprintUsingPOST1Created) GetPayload added in v0.2.0

func (*CreateBlueprintUsingPOST1Created) IsClientError added in v0.5.0

func (o *CreateBlueprintUsingPOST1Created) IsClientError() bool

IsClientError returns true when this create blueprint using p o s t1 created response has a 4xx status code

func (*CreateBlueprintUsingPOST1Created) IsCode added in v0.5.0

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

IsCode returns true when this create blueprint using p o s t1 created response a status code equal to that given

func (*CreateBlueprintUsingPOST1Created) IsRedirect added in v0.5.0

func (o *CreateBlueprintUsingPOST1Created) IsRedirect() bool

IsRedirect returns true when this create blueprint using p o s t1 created response has a 3xx status code

func (*CreateBlueprintUsingPOST1Created) IsServerError added in v0.5.0

func (o *CreateBlueprintUsingPOST1Created) IsServerError() bool

IsServerError returns true when this create blueprint using p o s t1 created response has a 5xx status code

func (*CreateBlueprintUsingPOST1Created) IsSuccess added in v0.5.0

func (o *CreateBlueprintUsingPOST1Created) IsSuccess() bool

IsSuccess returns true when this create blueprint using p o s t1 created response has a 2xx status code

func (*CreateBlueprintUsingPOST1Created) String added in v0.5.0

type CreateBlueprintUsingPOST1Forbidden added in v0.2.0

type CreateBlueprintUsingPOST1Forbidden struct {
}

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

Forbidden

func NewCreateBlueprintUsingPOST1Forbidden added in v0.2.0

func NewCreateBlueprintUsingPOST1Forbidden() *CreateBlueprintUsingPOST1Forbidden

NewCreateBlueprintUsingPOST1Forbidden creates a CreateBlueprintUsingPOST1Forbidden with default headers values

func (*CreateBlueprintUsingPOST1Forbidden) Error added in v0.2.0

func (*CreateBlueprintUsingPOST1Forbidden) IsClientError added in v0.5.0

func (o *CreateBlueprintUsingPOST1Forbidden) IsClientError() bool

IsClientError returns true when this create blueprint using p o s t1 forbidden response has a 4xx status code

func (*CreateBlueprintUsingPOST1Forbidden) IsCode added in v0.5.0

IsCode returns true when this create blueprint using p o s t1 forbidden response a status code equal to that given

func (*CreateBlueprintUsingPOST1Forbidden) IsRedirect added in v0.5.0

func (o *CreateBlueprintUsingPOST1Forbidden) IsRedirect() bool

IsRedirect returns true when this create blueprint using p o s t1 forbidden response has a 3xx status code

func (*CreateBlueprintUsingPOST1Forbidden) IsServerError added in v0.5.0

func (o *CreateBlueprintUsingPOST1Forbidden) IsServerError() bool

IsServerError returns true when this create blueprint using p o s t1 forbidden response has a 5xx status code

func (*CreateBlueprintUsingPOST1Forbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this create blueprint using p o s t1 forbidden response has a 2xx status code

func (*CreateBlueprintUsingPOST1Forbidden) String added in v0.5.0

type CreateBlueprintUsingPOST1Params added in v0.2.0

type CreateBlueprintUsingPOST1Params struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* Blueprint.

	   Blueprint object
	*/
	Blueprint *models.Blueprint

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

CreateBlueprintUsingPOST1Params contains all the parameters to send to the API endpoint

for the create blueprint using p o s t 1 operation.

Typically these are written to a http.Request.

func NewCreateBlueprintUsingPOST1Params added in v0.2.0

func NewCreateBlueprintUsingPOST1Params() *CreateBlueprintUsingPOST1Params

NewCreateBlueprintUsingPOST1Params creates a new CreateBlueprintUsingPOST1Params 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 NewCreateBlueprintUsingPOST1ParamsWithContext added in v0.2.0

func NewCreateBlueprintUsingPOST1ParamsWithContext(ctx context.Context) *CreateBlueprintUsingPOST1Params

NewCreateBlueprintUsingPOST1ParamsWithContext creates a new CreateBlueprintUsingPOST1Params object with the ability to set a context for a request.

func NewCreateBlueprintUsingPOST1ParamsWithHTTPClient added in v0.2.0

func NewCreateBlueprintUsingPOST1ParamsWithHTTPClient(client *http.Client) *CreateBlueprintUsingPOST1Params

NewCreateBlueprintUsingPOST1ParamsWithHTTPClient creates a new CreateBlueprintUsingPOST1Params object with the ability to set a custom HTTPClient for a request.

func NewCreateBlueprintUsingPOST1ParamsWithTimeout added in v0.2.0

func NewCreateBlueprintUsingPOST1ParamsWithTimeout(timeout time.Duration) *CreateBlueprintUsingPOST1Params

NewCreateBlueprintUsingPOST1ParamsWithTimeout creates a new CreateBlueprintUsingPOST1Params object with the ability to set a timeout on a request.

func (*CreateBlueprintUsingPOST1Params) SetAPIVersion added in v0.2.0

func (o *CreateBlueprintUsingPOST1Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the create blueprint using p o s t 1 params

func (*CreateBlueprintUsingPOST1Params) SetBlueprint added in v0.2.0

func (o *CreateBlueprintUsingPOST1Params) SetBlueprint(blueprint *models.Blueprint)

SetBlueprint adds the blueprint to the create blueprint using p o s t 1 params

func (*CreateBlueprintUsingPOST1Params) SetContext added in v0.2.0

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

SetContext adds the context to the create blueprint using p o s t 1 params

func (*CreateBlueprintUsingPOST1Params) SetDefaults added in v0.2.20

func (o *CreateBlueprintUsingPOST1Params) SetDefaults()

SetDefaults hydrates default values in the create blueprint using p o s t 1 params (not the query body).

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

func (*CreateBlueprintUsingPOST1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the create blueprint using p o s t 1 params

func (*CreateBlueprintUsingPOST1Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the create blueprint using p o s t 1 params

func (*CreateBlueprintUsingPOST1Params) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the create blueprint using p o s t 1 params

func (*CreateBlueprintUsingPOST1Params) WithBlueprint added in v0.2.0

WithBlueprint adds the blueprint to the create blueprint using p o s t 1 params

func (*CreateBlueprintUsingPOST1Params) WithContext added in v0.2.0

WithContext adds the context to the create blueprint using p o s t 1 params

func (*CreateBlueprintUsingPOST1Params) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the create blueprint using p o s t 1 params (not the query body).

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

func (*CreateBlueprintUsingPOST1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the create blueprint using p o s t 1 params

func (*CreateBlueprintUsingPOST1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the create blueprint using p o s t 1 params

func (*CreateBlueprintUsingPOST1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type CreateBlueprintUsingPOST1Reader added in v0.2.0

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

CreateBlueprintUsingPOST1Reader is a Reader for the CreateBlueprintUsingPOST1 structure.

func (*CreateBlueprintUsingPOST1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type CreateBlueprintUsingPOST1Unauthorized added in v0.2.0

type CreateBlueprintUsingPOST1Unauthorized struct {
}

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

Unauthorized

func NewCreateBlueprintUsingPOST1Unauthorized added in v0.2.0

func NewCreateBlueprintUsingPOST1Unauthorized() *CreateBlueprintUsingPOST1Unauthorized

NewCreateBlueprintUsingPOST1Unauthorized creates a CreateBlueprintUsingPOST1Unauthorized with default headers values

func (*CreateBlueprintUsingPOST1Unauthorized) Error added in v0.2.0

func (*CreateBlueprintUsingPOST1Unauthorized) IsClientError added in v0.5.0

func (o *CreateBlueprintUsingPOST1Unauthorized) IsClientError() bool

IsClientError returns true when this create blueprint using p o s t1 unauthorized response has a 4xx status code

func (*CreateBlueprintUsingPOST1Unauthorized) IsCode added in v0.5.0

IsCode returns true when this create blueprint using p o s t1 unauthorized response a status code equal to that given

func (*CreateBlueprintUsingPOST1Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this create blueprint using p o s t1 unauthorized response has a 3xx status code

func (*CreateBlueprintUsingPOST1Unauthorized) IsServerError added in v0.5.0

func (o *CreateBlueprintUsingPOST1Unauthorized) IsServerError() bool

IsServerError returns true when this create blueprint using p o s t1 unauthorized response has a 5xx status code

func (*CreateBlueprintUsingPOST1Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this create blueprint using p o s t1 unauthorized response has a 2xx status code

func (*CreateBlueprintUsingPOST1Unauthorized) String added in v0.5.0

type CreateBlueprintVersionUsingPOST1BadRequest added in v0.2.0

type CreateBlueprintVersionUsingPOST1BadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewCreateBlueprintVersionUsingPOST1BadRequest added in v0.2.0

func NewCreateBlueprintVersionUsingPOST1BadRequest() *CreateBlueprintVersionUsingPOST1BadRequest

NewCreateBlueprintVersionUsingPOST1BadRequest creates a CreateBlueprintVersionUsingPOST1BadRequest with default headers values

func (*CreateBlueprintVersionUsingPOST1BadRequest) Error added in v0.2.0

func (*CreateBlueprintVersionUsingPOST1BadRequest) GetPayload added in v0.2.9

func (*CreateBlueprintVersionUsingPOST1BadRequest) IsClientError added in v0.5.0

IsClientError returns true when this create blueprint version using p o s t1 bad request response has a 4xx status code

func (*CreateBlueprintVersionUsingPOST1BadRequest) IsCode added in v0.5.0

IsCode returns true when this create blueprint version using p o s t1 bad request response a status code equal to that given

func (*CreateBlueprintVersionUsingPOST1BadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this create blueprint version using p o s t1 bad request response has a 3xx status code

func (*CreateBlueprintVersionUsingPOST1BadRequest) IsServerError added in v0.5.0

IsServerError returns true when this create blueprint version using p o s t1 bad request response has a 5xx status code

func (*CreateBlueprintVersionUsingPOST1BadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this create blueprint version using p o s t1 bad request response has a 2xx status code

func (*CreateBlueprintVersionUsingPOST1BadRequest) String added in v0.5.0

type CreateBlueprintVersionUsingPOST1Created added in v0.2.0

type CreateBlueprintVersionUsingPOST1Created struct {
	Payload *models.BlueprintVersion
}

CreateBlueprintVersionUsingPOST1Created describes a response with status code 201, with default header values.

Created

func NewCreateBlueprintVersionUsingPOST1Created added in v0.2.0

func NewCreateBlueprintVersionUsingPOST1Created() *CreateBlueprintVersionUsingPOST1Created

NewCreateBlueprintVersionUsingPOST1Created creates a CreateBlueprintVersionUsingPOST1Created with default headers values

func (*CreateBlueprintVersionUsingPOST1Created) Error added in v0.2.0

func (*CreateBlueprintVersionUsingPOST1Created) GetPayload added in v0.2.0

func (*CreateBlueprintVersionUsingPOST1Created) IsClientError added in v0.5.0

func (o *CreateBlueprintVersionUsingPOST1Created) IsClientError() bool

IsClientError returns true when this create blueprint version using p o s t1 created response has a 4xx status code

func (*CreateBlueprintVersionUsingPOST1Created) IsCode added in v0.5.0

IsCode returns true when this create blueprint version using p o s t1 created response a status code equal to that given

func (*CreateBlueprintVersionUsingPOST1Created) IsRedirect added in v0.5.0

IsRedirect returns true when this create blueprint version using p o s t1 created response has a 3xx status code

func (*CreateBlueprintVersionUsingPOST1Created) IsServerError added in v0.5.0

func (o *CreateBlueprintVersionUsingPOST1Created) IsServerError() bool

IsServerError returns true when this create blueprint version using p o s t1 created response has a 5xx status code

func (*CreateBlueprintVersionUsingPOST1Created) IsSuccess added in v0.5.0

IsSuccess returns true when this create blueprint version using p o s t1 created response has a 2xx status code

func (*CreateBlueprintVersionUsingPOST1Created) String added in v0.5.0

type CreateBlueprintVersionUsingPOST1Forbidden added in v0.2.0

type CreateBlueprintVersionUsingPOST1Forbidden struct {
}

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

Forbidden

func NewCreateBlueprintVersionUsingPOST1Forbidden added in v0.2.0

func NewCreateBlueprintVersionUsingPOST1Forbidden() *CreateBlueprintVersionUsingPOST1Forbidden

NewCreateBlueprintVersionUsingPOST1Forbidden creates a CreateBlueprintVersionUsingPOST1Forbidden with default headers values

func (*CreateBlueprintVersionUsingPOST1Forbidden) Error added in v0.2.0

func (*CreateBlueprintVersionUsingPOST1Forbidden) IsClientError added in v0.5.0

IsClientError returns true when this create blueprint version using p o s t1 forbidden response has a 4xx status code

func (*CreateBlueprintVersionUsingPOST1Forbidden) IsCode added in v0.5.0

IsCode returns true when this create blueprint version using p o s t1 forbidden response a status code equal to that given

func (*CreateBlueprintVersionUsingPOST1Forbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this create blueprint version using p o s t1 forbidden response has a 3xx status code

func (*CreateBlueprintVersionUsingPOST1Forbidden) IsServerError added in v0.5.0

IsServerError returns true when this create blueprint version using p o s t1 forbidden response has a 5xx status code

func (*CreateBlueprintVersionUsingPOST1Forbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this create blueprint version using p o s t1 forbidden response has a 2xx status code

func (*CreateBlueprintVersionUsingPOST1Forbidden) String added in v0.5.0

type CreateBlueprintVersionUsingPOST1NotFound added in v0.2.0

type CreateBlueprintVersionUsingPOST1NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewCreateBlueprintVersionUsingPOST1NotFound added in v0.2.0

func NewCreateBlueprintVersionUsingPOST1NotFound() *CreateBlueprintVersionUsingPOST1NotFound

NewCreateBlueprintVersionUsingPOST1NotFound creates a CreateBlueprintVersionUsingPOST1NotFound with default headers values

func (*CreateBlueprintVersionUsingPOST1NotFound) Error added in v0.2.0

func (*CreateBlueprintVersionUsingPOST1NotFound) GetPayload added in v0.2.9

func (*CreateBlueprintVersionUsingPOST1NotFound) IsClientError added in v0.5.0

IsClientError returns true when this create blueprint version using p o s t1 not found response has a 4xx status code

func (*CreateBlueprintVersionUsingPOST1NotFound) IsCode added in v0.5.0

IsCode returns true when this create blueprint version using p o s t1 not found response a status code equal to that given

func (*CreateBlueprintVersionUsingPOST1NotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this create blueprint version using p o s t1 not found response has a 3xx status code

func (*CreateBlueprintVersionUsingPOST1NotFound) IsServerError added in v0.5.0

IsServerError returns true when this create blueprint version using p o s t1 not found response has a 5xx status code

func (*CreateBlueprintVersionUsingPOST1NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this create blueprint version using p o s t1 not found response has a 2xx status code

func (*CreateBlueprintVersionUsingPOST1NotFound) String added in v0.5.0

type CreateBlueprintVersionUsingPOST1Params added in v0.2.0

type CreateBlueprintVersionUsingPOST1Params struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* BlueprintID.

	   blueprintId

	   Format: uuid
	*/
	BlueprintID strfmt.UUID

	/* VersionRequest.

	   Blueprint version object
	*/
	VersionRequest *models.BlueprintVersionRequest

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

CreateBlueprintVersionUsingPOST1Params contains all the parameters to send to the API endpoint

for the create blueprint version using p o s t 1 operation.

Typically these are written to a http.Request.

func NewCreateBlueprintVersionUsingPOST1Params added in v0.2.0

func NewCreateBlueprintVersionUsingPOST1Params() *CreateBlueprintVersionUsingPOST1Params

NewCreateBlueprintVersionUsingPOST1Params creates a new CreateBlueprintVersionUsingPOST1Params 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 NewCreateBlueprintVersionUsingPOST1ParamsWithContext added in v0.2.0

func NewCreateBlueprintVersionUsingPOST1ParamsWithContext(ctx context.Context) *CreateBlueprintVersionUsingPOST1Params

NewCreateBlueprintVersionUsingPOST1ParamsWithContext creates a new CreateBlueprintVersionUsingPOST1Params object with the ability to set a context for a request.

func NewCreateBlueprintVersionUsingPOST1ParamsWithHTTPClient added in v0.2.0

func NewCreateBlueprintVersionUsingPOST1ParamsWithHTTPClient(client *http.Client) *CreateBlueprintVersionUsingPOST1Params

NewCreateBlueprintVersionUsingPOST1ParamsWithHTTPClient creates a new CreateBlueprintVersionUsingPOST1Params object with the ability to set a custom HTTPClient for a request.

func NewCreateBlueprintVersionUsingPOST1ParamsWithTimeout added in v0.2.0

func NewCreateBlueprintVersionUsingPOST1ParamsWithTimeout(timeout time.Duration) *CreateBlueprintVersionUsingPOST1Params

NewCreateBlueprintVersionUsingPOST1ParamsWithTimeout creates a new CreateBlueprintVersionUsingPOST1Params object with the ability to set a timeout on a request.

func (*CreateBlueprintVersionUsingPOST1Params) SetAPIVersion added in v0.2.0

func (o *CreateBlueprintVersionUsingPOST1Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the create blueprint version using p o s t 1 params

func (*CreateBlueprintVersionUsingPOST1Params) SetBlueprintID added in v0.2.0

func (o *CreateBlueprintVersionUsingPOST1Params) SetBlueprintID(blueprintID strfmt.UUID)

SetBlueprintID adds the blueprintId to the create blueprint version using p o s t 1 params

func (*CreateBlueprintVersionUsingPOST1Params) SetContext added in v0.2.0

SetContext adds the context to the create blueprint version using p o s t 1 params

func (*CreateBlueprintVersionUsingPOST1Params) SetDefaults added in v0.2.20

func (o *CreateBlueprintVersionUsingPOST1Params) SetDefaults()

SetDefaults hydrates default values in the create blueprint version using p o s t 1 params (not the query body).

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

func (*CreateBlueprintVersionUsingPOST1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the create blueprint version using p o s t 1 params

func (*CreateBlueprintVersionUsingPOST1Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the create blueprint version using p o s t 1 params

func (*CreateBlueprintVersionUsingPOST1Params) SetVersionRequest added in v0.2.0

func (o *CreateBlueprintVersionUsingPOST1Params) SetVersionRequest(versionRequest *models.BlueprintVersionRequest)

SetVersionRequest adds the versionRequest to the create blueprint version using p o s t 1 params

func (*CreateBlueprintVersionUsingPOST1Params) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the create blueprint version using p o s t 1 params

func (*CreateBlueprintVersionUsingPOST1Params) WithBlueprintID added in v0.2.0

WithBlueprintID adds the blueprintID to the create blueprint version using p o s t 1 params

func (*CreateBlueprintVersionUsingPOST1Params) WithContext added in v0.2.0

WithContext adds the context to the create blueprint version using p o s t 1 params

func (*CreateBlueprintVersionUsingPOST1Params) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the create blueprint version using p o s t 1 params (not the query body).

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

func (*CreateBlueprintVersionUsingPOST1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the create blueprint version using p o s t 1 params

func (*CreateBlueprintVersionUsingPOST1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the create blueprint version using p o s t 1 params

func (*CreateBlueprintVersionUsingPOST1Params) WithVersionRequest added in v0.2.0

WithVersionRequest adds the versionRequest to the create blueprint version using p o s t 1 params

func (*CreateBlueprintVersionUsingPOST1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type CreateBlueprintVersionUsingPOST1Reader added in v0.2.0

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

CreateBlueprintVersionUsingPOST1Reader is a Reader for the CreateBlueprintVersionUsingPOST1 structure.

func (*CreateBlueprintVersionUsingPOST1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type CreateBlueprintVersionUsingPOST1Unauthorized added in v0.2.0

type CreateBlueprintVersionUsingPOST1Unauthorized struct {
}

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

Unauthorized

func NewCreateBlueprintVersionUsingPOST1Unauthorized added in v0.2.0

func NewCreateBlueprintVersionUsingPOST1Unauthorized() *CreateBlueprintVersionUsingPOST1Unauthorized

NewCreateBlueprintVersionUsingPOST1Unauthorized creates a CreateBlueprintVersionUsingPOST1Unauthorized with default headers values

func (*CreateBlueprintVersionUsingPOST1Unauthorized) Error added in v0.2.0

func (*CreateBlueprintVersionUsingPOST1Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this create blueprint version using p o s t1 unauthorized response has a 4xx status code

func (*CreateBlueprintVersionUsingPOST1Unauthorized) IsCode added in v0.5.0

IsCode returns true when this create blueprint version using p o s t1 unauthorized response a status code equal to that given

func (*CreateBlueprintVersionUsingPOST1Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this create blueprint version using p o s t1 unauthorized response has a 3xx status code

func (*CreateBlueprintVersionUsingPOST1Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this create blueprint version using p o s t1 unauthorized response has a 5xx status code

func (*CreateBlueprintVersionUsingPOST1Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this create blueprint version using p o s t1 unauthorized response has a 2xx status code

func (*CreateBlueprintVersionUsingPOST1Unauthorized) String added in v0.5.0

type DeleteBlueprintUsingDELETE1Forbidden added in v0.2.0

type DeleteBlueprintUsingDELETE1Forbidden struct {
}

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

Forbidden

func NewDeleteBlueprintUsingDELETE1Forbidden added in v0.2.0

func NewDeleteBlueprintUsingDELETE1Forbidden() *DeleteBlueprintUsingDELETE1Forbidden

NewDeleteBlueprintUsingDELETE1Forbidden creates a DeleteBlueprintUsingDELETE1Forbidden with default headers values

func (*DeleteBlueprintUsingDELETE1Forbidden) Error added in v0.2.0

func (*DeleteBlueprintUsingDELETE1Forbidden) IsClientError added in v0.5.0

func (o *DeleteBlueprintUsingDELETE1Forbidden) IsClientError() bool

IsClientError returns true when this delete blueprint using d e l e t e1 forbidden response has a 4xx status code

func (*DeleteBlueprintUsingDELETE1Forbidden) IsCode added in v0.5.0

IsCode returns true when this delete blueprint using d e l e t e1 forbidden response a status code equal to that given

func (*DeleteBlueprintUsingDELETE1Forbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete blueprint using d e l e t e1 forbidden response has a 3xx status code

func (*DeleteBlueprintUsingDELETE1Forbidden) IsServerError added in v0.5.0

func (o *DeleteBlueprintUsingDELETE1Forbidden) IsServerError() bool

IsServerError returns true when this delete blueprint using d e l e t e1 forbidden response has a 5xx status code

func (*DeleteBlueprintUsingDELETE1Forbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete blueprint using d e l e t e1 forbidden response has a 2xx status code

func (*DeleteBlueprintUsingDELETE1Forbidden) String added in v0.5.0

type DeleteBlueprintUsingDELETE1NoContent added in v0.2.0

type DeleteBlueprintUsingDELETE1NoContent struct {
}

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

No Content

func NewDeleteBlueprintUsingDELETE1NoContent added in v0.2.0

func NewDeleteBlueprintUsingDELETE1NoContent() *DeleteBlueprintUsingDELETE1NoContent

NewDeleteBlueprintUsingDELETE1NoContent creates a DeleteBlueprintUsingDELETE1NoContent with default headers values

func (*DeleteBlueprintUsingDELETE1NoContent) Error added in v0.2.0

func (*DeleteBlueprintUsingDELETE1NoContent) IsClientError added in v0.5.0

func (o *DeleteBlueprintUsingDELETE1NoContent) IsClientError() bool

IsClientError returns true when this delete blueprint using d e l e t e1 no content response has a 4xx status code

func (*DeleteBlueprintUsingDELETE1NoContent) IsCode added in v0.5.0

IsCode returns true when this delete blueprint using d e l e t e1 no content response a status code equal to that given

func (*DeleteBlueprintUsingDELETE1NoContent) IsRedirect added in v0.5.0

IsRedirect returns true when this delete blueprint using d e l e t e1 no content response has a 3xx status code

func (*DeleteBlueprintUsingDELETE1NoContent) IsServerError added in v0.5.0

func (o *DeleteBlueprintUsingDELETE1NoContent) IsServerError() bool

IsServerError returns true when this delete blueprint using d e l e t e1 no content response has a 5xx status code

func (*DeleteBlueprintUsingDELETE1NoContent) IsSuccess added in v0.5.0

IsSuccess returns true when this delete blueprint using d e l e t e1 no content response has a 2xx status code

func (*DeleteBlueprintUsingDELETE1NoContent) String added in v0.5.0

type DeleteBlueprintUsingDELETE1NotFound added in v0.2.0

type DeleteBlueprintUsingDELETE1NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewDeleteBlueprintUsingDELETE1NotFound added in v0.2.0

func NewDeleteBlueprintUsingDELETE1NotFound() *DeleteBlueprintUsingDELETE1NotFound

NewDeleteBlueprintUsingDELETE1NotFound creates a DeleteBlueprintUsingDELETE1NotFound with default headers values

func (*DeleteBlueprintUsingDELETE1NotFound) Error added in v0.2.0

func (*DeleteBlueprintUsingDELETE1NotFound) GetPayload added in v0.2.9

func (*DeleteBlueprintUsingDELETE1NotFound) IsClientError added in v0.5.0

func (o *DeleteBlueprintUsingDELETE1NotFound) IsClientError() bool

IsClientError returns true when this delete blueprint using d e l e t e1 not found response has a 4xx status code

func (*DeleteBlueprintUsingDELETE1NotFound) IsCode added in v0.5.0

IsCode returns true when this delete blueprint using d e l e t e1 not found response a status code equal to that given

func (*DeleteBlueprintUsingDELETE1NotFound) IsRedirect added in v0.5.0

func (o *DeleteBlueprintUsingDELETE1NotFound) IsRedirect() bool

IsRedirect returns true when this delete blueprint using d e l e t e1 not found response has a 3xx status code

func (*DeleteBlueprintUsingDELETE1NotFound) IsServerError added in v0.5.0

func (o *DeleteBlueprintUsingDELETE1NotFound) IsServerError() bool

IsServerError returns true when this delete blueprint using d e l e t e1 not found response has a 5xx status code

func (*DeleteBlueprintUsingDELETE1NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete blueprint using d e l e t e1 not found response has a 2xx status code

func (*DeleteBlueprintUsingDELETE1NotFound) String added in v0.5.0

type DeleteBlueprintUsingDELETE1Params added in v0.2.0

type DeleteBlueprintUsingDELETE1Params struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* BlueprintID.

	   blueprintId

	   Format: uuid
	*/
	BlueprintID strfmt.UUID

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

DeleteBlueprintUsingDELETE1Params contains all the parameters to send to the API endpoint

for the delete blueprint using d e l e t e 1 operation.

Typically these are written to a http.Request.

func NewDeleteBlueprintUsingDELETE1Params added in v0.2.0

func NewDeleteBlueprintUsingDELETE1Params() *DeleteBlueprintUsingDELETE1Params

NewDeleteBlueprintUsingDELETE1Params creates a new DeleteBlueprintUsingDELETE1Params 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 NewDeleteBlueprintUsingDELETE1ParamsWithContext added in v0.2.0

func NewDeleteBlueprintUsingDELETE1ParamsWithContext(ctx context.Context) *DeleteBlueprintUsingDELETE1Params

NewDeleteBlueprintUsingDELETE1ParamsWithContext creates a new DeleteBlueprintUsingDELETE1Params object with the ability to set a context for a request.

func NewDeleteBlueprintUsingDELETE1ParamsWithHTTPClient added in v0.2.0

func NewDeleteBlueprintUsingDELETE1ParamsWithHTTPClient(client *http.Client) *DeleteBlueprintUsingDELETE1Params

NewDeleteBlueprintUsingDELETE1ParamsWithHTTPClient creates a new DeleteBlueprintUsingDELETE1Params object with the ability to set a custom HTTPClient for a request.

func NewDeleteBlueprintUsingDELETE1ParamsWithTimeout added in v0.2.0

func NewDeleteBlueprintUsingDELETE1ParamsWithTimeout(timeout time.Duration) *DeleteBlueprintUsingDELETE1Params

NewDeleteBlueprintUsingDELETE1ParamsWithTimeout creates a new DeleteBlueprintUsingDELETE1Params object with the ability to set a timeout on a request.

func (*DeleteBlueprintUsingDELETE1Params) SetAPIVersion added in v0.2.0

func (o *DeleteBlueprintUsingDELETE1Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the delete blueprint using d e l e t e 1 params

func (*DeleteBlueprintUsingDELETE1Params) SetBlueprintID added in v0.2.0

func (o *DeleteBlueprintUsingDELETE1Params) SetBlueprintID(blueprintID strfmt.UUID)

SetBlueprintID adds the blueprintId to the delete blueprint using d e l e t e 1 params

func (*DeleteBlueprintUsingDELETE1Params) SetContext added in v0.2.0

SetContext adds the context to the delete blueprint using d e l e t e 1 params

func (*DeleteBlueprintUsingDELETE1Params) SetDefaults added in v0.2.20

func (o *DeleteBlueprintUsingDELETE1Params) SetDefaults()

SetDefaults hydrates default values in the delete blueprint using d e l e t e 1 params (not the query body).

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

func (*DeleteBlueprintUsingDELETE1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the delete blueprint using d e l e t e 1 params

func (*DeleteBlueprintUsingDELETE1Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the delete blueprint using d e l e t e 1 params

func (*DeleteBlueprintUsingDELETE1Params) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the delete blueprint using d e l e t e 1 params

func (*DeleteBlueprintUsingDELETE1Params) WithBlueprintID added in v0.2.0

WithBlueprintID adds the blueprintID to the delete blueprint using d e l e t e 1 params

func (*DeleteBlueprintUsingDELETE1Params) WithContext added in v0.2.0

WithContext adds the context to the delete blueprint using d e l e t e 1 params

func (*DeleteBlueprintUsingDELETE1Params) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the delete blueprint using d e l e t e 1 params (not the query body).

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

func (*DeleteBlueprintUsingDELETE1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the delete blueprint using d e l e t e 1 params

func (*DeleteBlueprintUsingDELETE1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the delete blueprint using d e l e t e 1 params

func (*DeleteBlueprintUsingDELETE1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type DeleteBlueprintUsingDELETE1Reader added in v0.2.0

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

DeleteBlueprintUsingDELETE1Reader is a Reader for the DeleteBlueprintUsingDELETE1 structure.

func (*DeleteBlueprintUsingDELETE1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type DeleteBlueprintUsingDELETE1Unauthorized added in v0.2.0

type DeleteBlueprintUsingDELETE1Unauthorized struct {
}

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

Unauthorized

func NewDeleteBlueprintUsingDELETE1Unauthorized added in v0.2.0

func NewDeleteBlueprintUsingDELETE1Unauthorized() *DeleteBlueprintUsingDELETE1Unauthorized

NewDeleteBlueprintUsingDELETE1Unauthorized creates a DeleteBlueprintUsingDELETE1Unauthorized with default headers values

func (*DeleteBlueprintUsingDELETE1Unauthorized) Error added in v0.2.0

func (*DeleteBlueprintUsingDELETE1Unauthorized) IsClientError added in v0.5.0

func (o *DeleteBlueprintUsingDELETE1Unauthorized) IsClientError() bool

IsClientError returns true when this delete blueprint using d e l e t e1 unauthorized response has a 4xx status code

func (*DeleteBlueprintUsingDELETE1Unauthorized) IsCode added in v0.5.0

IsCode returns true when this delete blueprint using d e l e t e1 unauthorized response a status code equal to that given

func (*DeleteBlueprintUsingDELETE1Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete blueprint using d e l e t e1 unauthorized response has a 3xx status code

func (*DeleteBlueprintUsingDELETE1Unauthorized) IsServerError added in v0.5.0

func (o *DeleteBlueprintUsingDELETE1Unauthorized) IsServerError() bool

IsServerError returns true when this delete blueprint using d e l e t e1 unauthorized response has a 5xx status code

func (*DeleteBlueprintUsingDELETE1Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete blueprint using d e l e t e1 unauthorized response has a 2xx status code

func (*DeleteBlueprintUsingDELETE1Unauthorized) String added in v0.5.0

type GetBlueprintInputsSchemaUsingGET1Forbidden added in v0.2.0

type GetBlueprintInputsSchemaUsingGET1Forbidden struct {
}

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

Forbidden

func NewGetBlueprintInputsSchemaUsingGET1Forbidden added in v0.2.0

func NewGetBlueprintInputsSchemaUsingGET1Forbidden() *GetBlueprintInputsSchemaUsingGET1Forbidden

NewGetBlueprintInputsSchemaUsingGET1Forbidden creates a GetBlueprintInputsSchemaUsingGET1Forbidden with default headers values

func (*GetBlueprintInputsSchemaUsingGET1Forbidden) Error added in v0.2.0

func (*GetBlueprintInputsSchemaUsingGET1Forbidden) IsClientError added in v0.5.0

IsClientError returns true when this get blueprint inputs schema using g e t1 forbidden response has a 4xx status code

func (*GetBlueprintInputsSchemaUsingGET1Forbidden) IsCode added in v0.5.0

IsCode returns true when this get blueprint inputs schema using g e t1 forbidden response a status code equal to that given

func (*GetBlueprintInputsSchemaUsingGET1Forbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get blueprint inputs schema using g e t1 forbidden response has a 3xx status code

func (*GetBlueprintInputsSchemaUsingGET1Forbidden) IsServerError added in v0.5.0

IsServerError returns true when this get blueprint inputs schema using g e t1 forbidden response has a 5xx status code

func (*GetBlueprintInputsSchemaUsingGET1Forbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get blueprint inputs schema using g e t1 forbidden response has a 2xx status code

func (*GetBlueprintInputsSchemaUsingGET1Forbidden) String added in v0.5.0

type GetBlueprintInputsSchemaUsingGET1NotFound added in v0.2.0

type GetBlueprintInputsSchemaUsingGET1NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewGetBlueprintInputsSchemaUsingGET1NotFound added in v0.2.0

func NewGetBlueprintInputsSchemaUsingGET1NotFound() *GetBlueprintInputsSchemaUsingGET1NotFound

NewGetBlueprintInputsSchemaUsingGET1NotFound creates a GetBlueprintInputsSchemaUsingGET1NotFound with default headers values

func (*GetBlueprintInputsSchemaUsingGET1NotFound) Error added in v0.2.0

func (*GetBlueprintInputsSchemaUsingGET1NotFound) GetPayload added in v0.2.9

func (*GetBlueprintInputsSchemaUsingGET1NotFound) IsClientError added in v0.5.0

IsClientError returns true when this get blueprint inputs schema using g e t1 not found response has a 4xx status code

func (*GetBlueprintInputsSchemaUsingGET1NotFound) IsCode added in v0.5.0

IsCode returns true when this get blueprint inputs schema using g e t1 not found response a status code equal to that given

func (*GetBlueprintInputsSchemaUsingGET1NotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get blueprint inputs schema using g e t1 not found response has a 3xx status code

func (*GetBlueprintInputsSchemaUsingGET1NotFound) IsServerError added in v0.5.0

IsServerError returns true when this get blueprint inputs schema using g e t1 not found response has a 5xx status code

func (*GetBlueprintInputsSchemaUsingGET1NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get blueprint inputs schema using g e t1 not found response has a 2xx status code

func (*GetBlueprintInputsSchemaUsingGET1NotFound) String added in v0.5.0

type GetBlueprintInputsSchemaUsingGET1OK added in v0.2.0

type GetBlueprintInputsSchemaUsingGET1OK struct {
	Payload *models.PropertyDefinition
}

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

OK

func NewGetBlueprintInputsSchemaUsingGET1OK added in v0.2.0

func NewGetBlueprintInputsSchemaUsingGET1OK() *GetBlueprintInputsSchemaUsingGET1OK

NewGetBlueprintInputsSchemaUsingGET1OK creates a GetBlueprintInputsSchemaUsingGET1OK with default headers values

func (*GetBlueprintInputsSchemaUsingGET1OK) Error added in v0.2.0

func (*GetBlueprintInputsSchemaUsingGET1OK) GetPayload added in v0.2.0

func (*GetBlueprintInputsSchemaUsingGET1OK) IsClientError added in v0.5.0

func (o *GetBlueprintInputsSchemaUsingGET1OK) IsClientError() bool

IsClientError returns true when this get blueprint inputs schema using g e t1 o k response has a 4xx status code

func (*GetBlueprintInputsSchemaUsingGET1OK) IsCode added in v0.5.0

IsCode returns true when this get blueprint inputs schema using g e t1 o k response a status code equal to that given

func (*GetBlueprintInputsSchemaUsingGET1OK) IsRedirect added in v0.5.0

func (o *GetBlueprintInputsSchemaUsingGET1OK) IsRedirect() bool

IsRedirect returns true when this get blueprint inputs schema using g e t1 o k response has a 3xx status code

func (*GetBlueprintInputsSchemaUsingGET1OK) IsServerError added in v0.5.0

func (o *GetBlueprintInputsSchemaUsingGET1OK) IsServerError() bool

IsServerError returns true when this get blueprint inputs schema using g e t1 o k response has a 5xx status code

func (*GetBlueprintInputsSchemaUsingGET1OK) IsSuccess added in v0.5.0

IsSuccess returns true when this get blueprint inputs schema using g e t1 o k response has a 2xx status code

func (*GetBlueprintInputsSchemaUsingGET1OK) String added in v0.5.0

type GetBlueprintInputsSchemaUsingGET1Params added in v0.2.0

type GetBlueprintInputsSchemaUsingGET1Params struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* BlueprintID.

	   blueprintId
	*/
	BlueprintID string

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

GetBlueprintInputsSchemaUsingGET1Params contains all the parameters to send to the API endpoint

for the get blueprint inputs schema using get1 operation.

Typically these are written to a http.Request.

func NewGetBlueprintInputsSchemaUsingGET1Params added in v0.2.0

func NewGetBlueprintInputsSchemaUsingGET1Params() *GetBlueprintInputsSchemaUsingGET1Params

NewGetBlueprintInputsSchemaUsingGET1Params creates a new GetBlueprintInputsSchemaUsingGET1Params 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 NewGetBlueprintInputsSchemaUsingGET1ParamsWithContext added in v0.2.0

func NewGetBlueprintInputsSchemaUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintInputsSchemaUsingGET1Params

NewGetBlueprintInputsSchemaUsingGET1ParamsWithContext creates a new GetBlueprintInputsSchemaUsingGET1Params object with the ability to set a context for a request.

func NewGetBlueprintInputsSchemaUsingGET1ParamsWithHTTPClient added in v0.2.0

func NewGetBlueprintInputsSchemaUsingGET1ParamsWithHTTPClient(client *http.Client) *GetBlueprintInputsSchemaUsingGET1Params

NewGetBlueprintInputsSchemaUsingGET1ParamsWithHTTPClient creates a new GetBlueprintInputsSchemaUsingGET1Params object with the ability to set a custom HTTPClient for a request.

func NewGetBlueprintInputsSchemaUsingGET1ParamsWithTimeout added in v0.2.0

func NewGetBlueprintInputsSchemaUsingGET1ParamsWithTimeout(timeout time.Duration) *GetBlueprintInputsSchemaUsingGET1Params

NewGetBlueprintInputsSchemaUsingGET1ParamsWithTimeout creates a new GetBlueprintInputsSchemaUsingGET1Params object with the ability to set a timeout on a request.

func (*GetBlueprintInputsSchemaUsingGET1Params) SetAPIVersion added in v0.2.0

func (o *GetBlueprintInputsSchemaUsingGET1Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get blueprint inputs schema using get1 params

func (*GetBlueprintInputsSchemaUsingGET1Params) SetBlueprintID added in v0.2.0

func (o *GetBlueprintInputsSchemaUsingGET1Params) SetBlueprintID(blueprintID string)

SetBlueprintID adds the blueprintId to the get blueprint inputs schema using get1 params

func (*GetBlueprintInputsSchemaUsingGET1Params) SetContext added in v0.2.0

SetContext adds the context to the get blueprint inputs schema using get1 params

func (*GetBlueprintInputsSchemaUsingGET1Params) SetDefaults added in v0.2.20

func (o *GetBlueprintInputsSchemaUsingGET1Params) SetDefaults()

SetDefaults hydrates default values in the get blueprint inputs schema using get1 params (not the query body).

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

func (*GetBlueprintInputsSchemaUsingGET1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the get blueprint inputs schema using get1 params

func (*GetBlueprintInputsSchemaUsingGET1Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the get blueprint inputs schema using get1 params

func (*GetBlueprintInputsSchemaUsingGET1Params) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the get blueprint inputs schema using get1 params

func (*GetBlueprintInputsSchemaUsingGET1Params) WithBlueprintID added in v0.2.0

WithBlueprintID adds the blueprintID to the get blueprint inputs schema using get1 params

func (*GetBlueprintInputsSchemaUsingGET1Params) WithContext added in v0.2.0

WithContext adds the context to the get blueprint inputs schema using get1 params

func (*GetBlueprintInputsSchemaUsingGET1Params) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get blueprint inputs schema using get1 params (not the query body).

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

func (*GetBlueprintInputsSchemaUsingGET1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the get blueprint inputs schema using get1 params

func (*GetBlueprintInputsSchemaUsingGET1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the get blueprint inputs schema using get1 params

func (*GetBlueprintInputsSchemaUsingGET1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type GetBlueprintInputsSchemaUsingGET1Reader added in v0.2.0

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

GetBlueprintInputsSchemaUsingGET1Reader is a Reader for the GetBlueprintInputsSchemaUsingGET1 structure.

func (*GetBlueprintInputsSchemaUsingGET1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type GetBlueprintInputsSchemaUsingGET1Unauthorized added in v0.2.0

type GetBlueprintInputsSchemaUsingGET1Unauthorized struct {
}

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

Unauthorized

func NewGetBlueprintInputsSchemaUsingGET1Unauthorized added in v0.2.0

func NewGetBlueprintInputsSchemaUsingGET1Unauthorized() *GetBlueprintInputsSchemaUsingGET1Unauthorized

NewGetBlueprintInputsSchemaUsingGET1Unauthorized creates a GetBlueprintInputsSchemaUsingGET1Unauthorized with default headers values

func (*GetBlueprintInputsSchemaUsingGET1Unauthorized) Error added in v0.2.0

func (*GetBlueprintInputsSchemaUsingGET1Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get blueprint inputs schema using g e t1 unauthorized response has a 4xx status code

func (*GetBlueprintInputsSchemaUsingGET1Unauthorized) IsCode added in v0.5.0

IsCode returns true when this get blueprint inputs schema using g e t1 unauthorized response a status code equal to that given

func (*GetBlueprintInputsSchemaUsingGET1Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get blueprint inputs schema using g e t1 unauthorized response has a 3xx status code

func (*GetBlueprintInputsSchemaUsingGET1Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get blueprint inputs schema using g e t1 unauthorized response has a 5xx status code

func (*GetBlueprintInputsSchemaUsingGET1Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get blueprint inputs schema using g e t1 unauthorized response has a 2xx status code

func (*GetBlueprintInputsSchemaUsingGET1Unauthorized) String added in v0.5.0

type GetBlueprintUsingGET1Forbidden added in v0.2.0

type GetBlueprintUsingGET1Forbidden struct {
}

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

Forbidden

func NewGetBlueprintUsingGET1Forbidden added in v0.2.0

func NewGetBlueprintUsingGET1Forbidden() *GetBlueprintUsingGET1Forbidden

NewGetBlueprintUsingGET1Forbidden creates a GetBlueprintUsingGET1Forbidden with default headers values

func (*GetBlueprintUsingGET1Forbidden) Error added in v0.2.0

func (*GetBlueprintUsingGET1Forbidden) IsClientError added in v0.5.0

func (o *GetBlueprintUsingGET1Forbidden) IsClientError() bool

IsClientError returns true when this get blueprint using g e t1 forbidden response has a 4xx status code

func (*GetBlueprintUsingGET1Forbidden) IsCode added in v0.5.0

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

IsCode returns true when this get blueprint using g e t1 forbidden response a status code equal to that given

func (*GetBlueprintUsingGET1Forbidden) IsRedirect added in v0.5.0

func (o *GetBlueprintUsingGET1Forbidden) IsRedirect() bool

IsRedirect returns true when this get blueprint using g e t1 forbidden response has a 3xx status code

func (*GetBlueprintUsingGET1Forbidden) IsServerError added in v0.5.0

func (o *GetBlueprintUsingGET1Forbidden) IsServerError() bool

IsServerError returns true when this get blueprint using g e t1 forbidden response has a 5xx status code

func (*GetBlueprintUsingGET1Forbidden) IsSuccess added in v0.5.0

func (o *GetBlueprintUsingGET1Forbidden) IsSuccess() bool

IsSuccess returns true when this get blueprint using g e t1 forbidden response has a 2xx status code

func (*GetBlueprintUsingGET1Forbidden) String added in v0.5.0

type GetBlueprintUsingGET1NotFound added in v0.2.0

type GetBlueprintUsingGET1NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewGetBlueprintUsingGET1NotFound added in v0.2.0

func NewGetBlueprintUsingGET1NotFound() *GetBlueprintUsingGET1NotFound

NewGetBlueprintUsingGET1NotFound creates a GetBlueprintUsingGET1NotFound with default headers values

func (*GetBlueprintUsingGET1NotFound) Error added in v0.2.0

func (*GetBlueprintUsingGET1NotFound) GetPayload added in v0.2.9

func (o *GetBlueprintUsingGET1NotFound) GetPayload() *models.Error

func (*GetBlueprintUsingGET1NotFound) IsClientError added in v0.5.0

func (o *GetBlueprintUsingGET1NotFound) IsClientError() bool

IsClientError returns true when this get blueprint using g e t1 not found response has a 4xx status code

func (*GetBlueprintUsingGET1NotFound) IsCode added in v0.5.0

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

IsCode returns true when this get blueprint using g e t1 not found response a status code equal to that given

func (*GetBlueprintUsingGET1NotFound) IsRedirect added in v0.5.0

func (o *GetBlueprintUsingGET1NotFound) IsRedirect() bool

IsRedirect returns true when this get blueprint using g e t1 not found response has a 3xx status code

func (*GetBlueprintUsingGET1NotFound) IsServerError added in v0.5.0

func (o *GetBlueprintUsingGET1NotFound) IsServerError() bool

IsServerError returns true when this get blueprint using g e t1 not found response has a 5xx status code

func (*GetBlueprintUsingGET1NotFound) IsSuccess added in v0.5.0

func (o *GetBlueprintUsingGET1NotFound) IsSuccess() bool

IsSuccess returns true when this get blueprint using g e t1 not found response has a 2xx status code

func (*GetBlueprintUsingGET1NotFound) String added in v0.5.0

type GetBlueprintUsingGET1OK added in v0.2.0

type GetBlueprintUsingGET1OK struct {
	Payload *models.Blueprint
}

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

OK

func NewGetBlueprintUsingGET1OK added in v0.2.0

func NewGetBlueprintUsingGET1OK() *GetBlueprintUsingGET1OK

NewGetBlueprintUsingGET1OK creates a GetBlueprintUsingGET1OK with default headers values

func (*GetBlueprintUsingGET1OK) Error added in v0.2.0

func (o *GetBlueprintUsingGET1OK) Error() string

func (*GetBlueprintUsingGET1OK) GetPayload added in v0.2.0

func (o *GetBlueprintUsingGET1OK) GetPayload() *models.Blueprint

func (*GetBlueprintUsingGET1OK) IsClientError added in v0.5.0

func (o *GetBlueprintUsingGET1OK) IsClientError() bool

IsClientError returns true when this get blueprint using g e t1 o k response has a 4xx status code

func (*GetBlueprintUsingGET1OK) IsCode added in v0.5.0

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

IsCode returns true when this get blueprint using g e t1 o k response a status code equal to that given

func (*GetBlueprintUsingGET1OK) IsRedirect added in v0.5.0

func (o *GetBlueprintUsingGET1OK) IsRedirect() bool

IsRedirect returns true when this get blueprint using g e t1 o k response has a 3xx status code

func (*GetBlueprintUsingGET1OK) IsServerError added in v0.5.0

func (o *GetBlueprintUsingGET1OK) IsServerError() bool

IsServerError returns true when this get blueprint using g e t1 o k response has a 5xx status code

func (*GetBlueprintUsingGET1OK) IsSuccess added in v0.5.0

func (o *GetBlueprintUsingGET1OK) IsSuccess() bool

IsSuccess returns true when this get blueprint using g e t1 o k response has a 2xx status code

func (*GetBlueprintUsingGET1OK) String added in v0.5.0

func (o *GetBlueprintUsingGET1OK) String() string

type GetBlueprintUsingGET1Params added in v0.2.0

type GetBlueprintUsingGET1Params struct {

	/* DollarSelect.

	   Fields to include in content.
	*/
	DollarSelect []string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* BlueprintID.

	   blueprintId

	   Format: uuid
	*/
	BlueprintID strfmt.UUID

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

GetBlueprintUsingGET1Params contains all the parameters to send to the API endpoint

for the get blueprint using get1 operation.

Typically these are written to a http.Request.

func NewGetBlueprintUsingGET1Params added in v0.2.0

func NewGetBlueprintUsingGET1Params() *GetBlueprintUsingGET1Params

NewGetBlueprintUsingGET1Params creates a new GetBlueprintUsingGET1Params 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 NewGetBlueprintUsingGET1ParamsWithContext added in v0.2.0

func NewGetBlueprintUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintUsingGET1Params

NewGetBlueprintUsingGET1ParamsWithContext creates a new GetBlueprintUsingGET1Params object with the ability to set a context for a request.

func NewGetBlueprintUsingGET1ParamsWithHTTPClient added in v0.2.0

func NewGetBlueprintUsingGET1ParamsWithHTTPClient(client *http.Client) *GetBlueprintUsingGET1Params

NewGetBlueprintUsingGET1ParamsWithHTTPClient creates a new GetBlueprintUsingGET1Params object with the ability to set a custom HTTPClient for a request.

func NewGetBlueprintUsingGET1ParamsWithTimeout added in v0.2.0

func NewGetBlueprintUsingGET1ParamsWithTimeout(timeout time.Duration) *GetBlueprintUsingGET1Params

NewGetBlueprintUsingGET1ParamsWithTimeout creates a new GetBlueprintUsingGET1Params object with the ability to set a timeout on a request.

func (*GetBlueprintUsingGET1Params) SetAPIVersion added in v0.2.0

func (o *GetBlueprintUsingGET1Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get blueprint using get1 params

func (*GetBlueprintUsingGET1Params) SetBlueprintID added in v0.2.0

func (o *GetBlueprintUsingGET1Params) SetBlueprintID(blueprintID strfmt.UUID)

SetBlueprintID adds the blueprintId to the get blueprint using get1 params

func (*GetBlueprintUsingGET1Params) SetContext added in v0.2.0

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

SetContext adds the context to the get blueprint using get1 params

func (*GetBlueprintUsingGET1Params) SetDefaults added in v0.2.20

func (o *GetBlueprintUsingGET1Params) SetDefaults()

SetDefaults hydrates default values in the get blueprint using get1 params (not the query body).

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

func (*GetBlueprintUsingGET1Params) SetDollarSelect added in v0.2.8

func (o *GetBlueprintUsingGET1Params) SetDollarSelect(dollarSelect []string)

SetDollarSelect adds the dollarSelect to the get blueprint using get1 params

func (*GetBlueprintUsingGET1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the get blueprint using get1 params

func (*GetBlueprintUsingGET1Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the get blueprint using get1 params

func (*GetBlueprintUsingGET1Params) WithAPIVersion added in v0.2.0

func (o *GetBlueprintUsingGET1Params) WithAPIVersion(aPIVersion *string) *GetBlueprintUsingGET1Params

WithAPIVersion adds the aPIVersion to the get blueprint using get1 params

func (*GetBlueprintUsingGET1Params) WithBlueprintID added in v0.2.0

func (o *GetBlueprintUsingGET1Params) WithBlueprintID(blueprintID strfmt.UUID) *GetBlueprintUsingGET1Params

WithBlueprintID adds the blueprintID to the get blueprint using get1 params

func (*GetBlueprintUsingGET1Params) WithContext added in v0.2.0

WithContext adds the context to the get blueprint using get1 params

func (*GetBlueprintUsingGET1Params) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get blueprint using get1 params (not the query body).

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

func (*GetBlueprintUsingGET1Params) WithDollarSelect added in v0.2.8

func (o *GetBlueprintUsingGET1Params) WithDollarSelect(dollarSelect []string) *GetBlueprintUsingGET1Params

WithDollarSelect adds the dollarSelect to the get blueprint using get1 params

func (*GetBlueprintUsingGET1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the get blueprint using get1 params

func (*GetBlueprintUsingGET1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the get blueprint using get1 params

func (*GetBlueprintUsingGET1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type GetBlueprintUsingGET1Reader added in v0.2.0

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

GetBlueprintUsingGET1Reader is a Reader for the GetBlueprintUsingGET1 structure.

func (*GetBlueprintUsingGET1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type GetBlueprintUsingGET1Unauthorized added in v0.2.0

type GetBlueprintUsingGET1Unauthorized struct {
}

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

Unauthorized

func NewGetBlueprintUsingGET1Unauthorized added in v0.2.0

func NewGetBlueprintUsingGET1Unauthorized() *GetBlueprintUsingGET1Unauthorized

NewGetBlueprintUsingGET1Unauthorized creates a GetBlueprintUsingGET1Unauthorized with default headers values

func (*GetBlueprintUsingGET1Unauthorized) Error added in v0.2.0

func (*GetBlueprintUsingGET1Unauthorized) IsClientError added in v0.5.0

func (o *GetBlueprintUsingGET1Unauthorized) IsClientError() bool

IsClientError returns true when this get blueprint using g e t1 unauthorized response has a 4xx status code

func (*GetBlueprintUsingGET1Unauthorized) IsCode added in v0.5.0

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

IsCode returns true when this get blueprint using g e t1 unauthorized response a status code equal to that given

func (*GetBlueprintUsingGET1Unauthorized) IsRedirect added in v0.5.0

func (o *GetBlueprintUsingGET1Unauthorized) IsRedirect() bool

IsRedirect returns true when this get blueprint using g e t1 unauthorized response has a 3xx status code

func (*GetBlueprintUsingGET1Unauthorized) IsServerError added in v0.5.0

func (o *GetBlueprintUsingGET1Unauthorized) IsServerError() bool

IsServerError returns true when this get blueprint using g e t1 unauthorized response has a 5xx status code

func (*GetBlueprintUsingGET1Unauthorized) IsSuccess added in v0.5.0

func (o *GetBlueprintUsingGET1Unauthorized) IsSuccess() bool

IsSuccess returns true when this get blueprint using g e t1 unauthorized response has a 2xx status code

func (*GetBlueprintUsingGET1Unauthorized) String added in v0.5.0

type GetBlueprintVersionInputsSchemaUsingGET1Forbidden added in v0.2.0

type GetBlueprintVersionInputsSchemaUsingGET1Forbidden struct {
}

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

Forbidden

func NewGetBlueprintVersionInputsSchemaUsingGET1Forbidden added in v0.2.0

func NewGetBlueprintVersionInputsSchemaUsingGET1Forbidden() *GetBlueprintVersionInputsSchemaUsingGET1Forbidden

NewGetBlueprintVersionInputsSchemaUsingGET1Forbidden creates a GetBlueprintVersionInputsSchemaUsingGET1Forbidden with default headers values

func (*GetBlueprintVersionInputsSchemaUsingGET1Forbidden) Error added in v0.2.0

func (*GetBlueprintVersionInputsSchemaUsingGET1Forbidden) IsClientError added in v0.5.0

IsClientError returns true when this get blueprint version inputs schema using g e t1 forbidden response has a 4xx status code

func (*GetBlueprintVersionInputsSchemaUsingGET1Forbidden) IsCode added in v0.5.0

IsCode returns true when this get blueprint version inputs schema using g e t1 forbidden response a status code equal to that given

func (*GetBlueprintVersionInputsSchemaUsingGET1Forbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get blueprint version inputs schema using g e t1 forbidden response has a 3xx status code

func (*GetBlueprintVersionInputsSchemaUsingGET1Forbidden) IsServerError added in v0.5.0

IsServerError returns true when this get blueprint version inputs schema using g e t1 forbidden response has a 5xx status code

func (*GetBlueprintVersionInputsSchemaUsingGET1Forbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get blueprint version inputs schema using g e t1 forbidden response has a 2xx status code

func (*GetBlueprintVersionInputsSchemaUsingGET1Forbidden) String added in v0.5.0

type GetBlueprintVersionInputsSchemaUsingGET1NotFound added in v0.2.0

type GetBlueprintVersionInputsSchemaUsingGET1NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewGetBlueprintVersionInputsSchemaUsingGET1NotFound added in v0.2.0

func NewGetBlueprintVersionInputsSchemaUsingGET1NotFound() *GetBlueprintVersionInputsSchemaUsingGET1NotFound

NewGetBlueprintVersionInputsSchemaUsingGET1NotFound creates a GetBlueprintVersionInputsSchemaUsingGET1NotFound with default headers values

func (*GetBlueprintVersionInputsSchemaUsingGET1NotFound) Error added in v0.2.0

func (*GetBlueprintVersionInputsSchemaUsingGET1NotFound) GetPayload added in v0.2.9

func (*GetBlueprintVersionInputsSchemaUsingGET1NotFound) IsClientError added in v0.5.0

IsClientError returns true when this get blueprint version inputs schema using g e t1 not found response has a 4xx status code

func (*GetBlueprintVersionInputsSchemaUsingGET1NotFound) IsCode added in v0.5.0

IsCode returns true when this get blueprint version inputs schema using g e t1 not found response a status code equal to that given

func (*GetBlueprintVersionInputsSchemaUsingGET1NotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get blueprint version inputs schema using g e t1 not found response has a 3xx status code

func (*GetBlueprintVersionInputsSchemaUsingGET1NotFound) IsServerError added in v0.5.0

IsServerError returns true when this get blueprint version inputs schema using g e t1 not found response has a 5xx status code

func (*GetBlueprintVersionInputsSchemaUsingGET1NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get blueprint version inputs schema using g e t1 not found response has a 2xx status code

func (*GetBlueprintVersionInputsSchemaUsingGET1NotFound) String added in v0.5.0

type GetBlueprintVersionInputsSchemaUsingGET1OK added in v0.2.0

type GetBlueprintVersionInputsSchemaUsingGET1OK struct {
	Payload *models.PropertyDefinition
}

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

OK

func NewGetBlueprintVersionInputsSchemaUsingGET1OK added in v0.2.0

func NewGetBlueprintVersionInputsSchemaUsingGET1OK() *GetBlueprintVersionInputsSchemaUsingGET1OK

NewGetBlueprintVersionInputsSchemaUsingGET1OK creates a GetBlueprintVersionInputsSchemaUsingGET1OK with default headers values

func (*GetBlueprintVersionInputsSchemaUsingGET1OK) Error added in v0.2.0

func (*GetBlueprintVersionInputsSchemaUsingGET1OK) GetPayload added in v0.2.0

func (*GetBlueprintVersionInputsSchemaUsingGET1OK) IsClientError added in v0.5.0

IsClientError returns true when this get blueprint version inputs schema using g e t1 o k response has a 4xx status code

func (*GetBlueprintVersionInputsSchemaUsingGET1OK) IsCode added in v0.5.0

IsCode returns true when this get blueprint version inputs schema using g e t1 o k response a status code equal to that given

func (*GetBlueprintVersionInputsSchemaUsingGET1OK) IsRedirect added in v0.5.0

IsRedirect returns true when this get blueprint version inputs schema using g e t1 o k response has a 3xx status code

func (*GetBlueprintVersionInputsSchemaUsingGET1OK) IsServerError added in v0.5.0

IsServerError returns true when this get blueprint version inputs schema using g e t1 o k response has a 5xx status code

func (*GetBlueprintVersionInputsSchemaUsingGET1OK) IsSuccess added in v0.5.0

IsSuccess returns true when this get blueprint version inputs schema using g e t1 o k response has a 2xx status code

func (*GetBlueprintVersionInputsSchemaUsingGET1OK) String added in v0.5.0

type GetBlueprintVersionInputsSchemaUsingGET1Params added in v0.2.0

type GetBlueprintVersionInputsSchemaUsingGET1Params struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* BlueprintID.

	   blueprintId
	*/
	BlueprintID string

	/* Version.

	   version
	*/
	Version string

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

GetBlueprintVersionInputsSchemaUsingGET1Params contains all the parameters to send to the API endpoint

for the get blueprint version inputs schema using get1 operation.

Typically these are written to a http.Request.

func NewGetBlueprintVersionInputsSchemaUsingGET1Params added in v0.2.0

func NewGetBlueprintVersionInputsSchemaUsingGET1Params() *GetBlueprintVersionInputsSchemaUsingGET1Params

NewGetBlueprintVersionInputsSchemaUsingGET1Params creates a new GetBlueprintVersionInputsSchemaUsingGET1Params 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 NewGetBlueprintVersionInputsSchemaUsingGET1ParamsWithContext added in v0.2.0

func NewGetBlueprintVersionInputsSchemaUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintVersionInputsSchemaUsingGET1Params

NewGetBlueprintVersionInputsSchemaUsingGET1ParamsWithContext creates a new GetBlueprintVersionInputsSchemaUsingGET1Params object with the ability to set a context for a request.

func NewGetBlueprintVersionInputsSchemaUsingGET1ParamsWithHTTPClient added in v0.2.0

func NewGetBlueprintVersionInputsSchemaUsingGET1ParamsWithHTTPClient(client *http.Client) *GetBlueprintVersionInputsSchemaUsingGET1Params

NewGetBlueprintVersionInputsSchemaUsingGET1ParamsWithHTTPClient creates a new GetBlueprintVersionInputsSchemaUsingGET1Params object with the ability to set a custom HTTPClient for a request.

func NewGetBlueprintVersionInputsSchemaUsingGET1ParamsWithTimeout added in v0.2.0

func NewGetBlueprintVersionInputsSchemaUsingGET1ParamsWithTimeout(timeout time.Duration) *GetBlueprintVersionInputsSchemaUsingGET1Params

NewGetBlueprintVersionInputsSchemaUsingGET1ParamsWithTimeout creates a new GetBlueprintVersionInputsSchemaUsingGET1Params object with the ability to set a timeout on a request.

func (*GetBlueprintVersionInputsSchemaUsingGET1Params) SetAPIVersion added in v0.2.0

func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get blueprint version inputs schema using get1 params

func (*GetBlueprintVersionInputsSchemaUsingGET1Params) SetBlueprintID added in v0.2.0

func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) SetBlueprintID(blueprintID string)

SetBlueprintID adds the blueprintId to the get blueprint version inputs schema using get1 params

func (*GetBlueprintVersionInputsSchemaUsingGET1Params) SetContext added in v0.2.0

SetContext adds the context to the get blueprint version inputs schema using get1 params

func (*GetBlueprintVersionInputsSchemaUsingGET1Params) SetDefaults added in v0.2.20

SetDefaults hydrates default values in the get blueprint version inputs schema using get1 params (not the query body).

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

func (*GetBlueprintVersionInputsSchemaUsingGET1Params) SetHTTPClient added in v0.2.0

SetHTTPClient adds the HTTPClient to the get blueprint version inputs schema using get1 params

func (*GetBlueprintVersionInputsSchemaUsingGET1Params) SetTimeout added in v0.2.0

SetTimeout adds the timeout to the get blueprint version inputs schema using get1 params

func (*GetBlueprintVersionInputsSchemaUsingGET1Params) SetVersion added in v0.2.0

SetVersion adds the version to the get blueprint version inputs schema using get1 params

func (*GetBlueprintVersionInputsSchemaUsingGET1Params) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the get blueprint version inputs schema using get1 params

func (*GetBlueprintVersionInputsSchemaUsingGET1Params) WithBlueprintID added in v0.2.0

WithBlueprintID adds the blueprintID to the get blueprint version inputs schema using get1 params

func (*GetBlueprintVersionInputsSchemaUsingGET1Params) WithContext added in v0.2.0

WithContext adds the context to the get blueprint version inputs schema using get1 params

func (*GetBlueprintVersionInputsSchemaUsingGET1Params) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get blueprint version inputs schema using get1 params (not the query body).

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

func (*GetBlueprintVersionInputsSchemaUsingGET1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the get blueprint version inputs schema using get1 params

func (*GetBlueprintVersionInputsSchemaUsingGET1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the get blueprint version inputs schema using get1 params

func (*GetBlueprintVersionInputsSchemaUsingGET1Params) WithVersion added in v0.2.0

WithVersion adds the version to the get blueprint version inputs schema using get1 params

func (*GetBlueprintVersionInputsSchemaUsingGET1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type GetBlueprintVersionInputsSchemaUsingGET1Reader added in v0.2.0

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

GetBlueprintVersionInputsSchemaUsingGET1Reader is a Reader for the GetBlueprintVersionInputsSchemaUsingGET1 structure.

func (*GetBlueprintVersionInputsSchemaUsingGET1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type GetBlueprintVersionInputsSchemaUsingGET1Unauthorized added in v0.2.0

type GetBlueprintVersionInputsSchemaUsingGET1Unauthorized struct {
}

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

Unauthorized

func NewGetBlueprintVersionInputsSchemaUsingGET1Unauthorized added in v0.2.0

func NewGetBlueprintVersionInputsSchemaUsingGET1Unauthorized() *GetBlueprintVersionInputsSchemaUsingGET1Unauthorized

NewGetBlueprintVersionInputsSchemaUsingGET1Unauthorized creates a GetBlueprintVersionInputsSchemaUsingGET1Unauthorized with default headers values

func (*GetBlueprintVersionInputsSchemaUsingGET1Unauthorized) Error added in v0.2.0

func (*GetBlueprintVersionInputsSchemaUsingGET1Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get blueprint version inputs schema using g e t1 unauthorized response has a 4xx status code

func (*GetBlueprintVersionInputsSchemaUsingGET1Unauthorized) IsCode added in v0.5.0

IsCode returns true when this get blueprint version inputs schema using g e t1 unauthorized response a status code equal to that given

func (*GetBlueprintVersionInputsSchemaUsingGET1Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get blueprint version inputs schema using g e t1 unauthorized response has a 3xx status code

func (*GetBlueprintVersionInputsSchemaUsingGET1Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get blueprint version inputs schema using g e t1 unauthorized response has a 5xx status code

func (*GetBlueprintVersionInputsSchemaUsingGET1Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get blueprint version inputs schema using g e t1 unauthorized response has a 2xx status code

func (*GetBlueprintVersionInputsSchemaUsingGET1Unauthorized) String added in v0.5.0

type GetBlueprintVersionUsingGET1Forbidden added in v0.2.0

type GetBlueprintVersionUsingGET1Forbidden struct {
}

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

Forbidden

func NewGetBlueprintVersionUsingGET1Forbidden added in v0.2.0

func NewGetBlueprintVersionUsingGET1Forbidden() *GetBlueprintVersionUsingGET1Forbidden

NewGetBlueprintVersionUsingGET1Forbidden creates a GetBlueprintVersionUsingGET1Forbidden with default headers values

func (*GetBlueprintVersionUsingGET1Forbidden) Error added in v0.2.0

func (*GetBlueprintVersionUsingGET1Forbidden) IsClientError added in v0.5.0

func (o *GetBlueprintVersionUsingGET1Forbidden) IsClientError() bool

IsClientError returns true when this get blueprint version using g e t1 forbidden response has a 4xx status code

func (*GetBlueprintVersionUsingGET1Forbidden) IsCode added in v0.5.0

IsCode returns true when this get blueprint version using g e t1 forbidden response a status code equal to that given

func (*GetBlueprintVersionUsingGET1Forbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get blueprint version using g e t1 forbidden response has a 3xx status code

func (*GetBlueprintVersionUsingGET1Forbidden) IsServerError added in v0.5.0

func (o *GetBlueprintVersionUsingGET1Forbidden) IsServerError() bool

IsServerError returns true when this get blueprint version using g e t1 forbidden response has a 5xx status code

func (*GetBlueprintVersionUsingGET1Forbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get blueprint version using g e t1 forbidden response has a 2xx status code

func (*GetBlueprintVersionUsingGET1Forbidden) String added in v0.5.0

type GetBlueprintVersionUsingGET1NotFound added in v0.2.0

type GetBlueprintVersionUsingGET1NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewGetBlueprintVersionUsingGET1NotFound added in v0.2.0

func NewGetBlueprintVersionUsingGET1NotFound() *GetBlueprintVersionUsingGET1NotFound

NewGetBlueprintVersionUsingGET1NotFound creates a GetBlueprintVersionUsingGET1NotFound with default headers values

func (*GetBlueprintVersionUsingGET1NotFound) Error added in v0.2.0

func (*GetBlueprintVersionUsingGET1NotFound) GetPayload added in v0.2.9

func (*GetBlueprintVersionUsingGET1NotFound) IsClientError added in v0.5.0

func (o *GetBlueprintVersionUsingGET1NotFound) IsClientError() bool

IsClientError returns true when this get blueprint version using g e t1 not found response has a 4xx status code

func (*GetBlueprintVersionUsingGET1NotFound) IsCode added in v0.5.0

IsCode returns true when this get blueprint version using g e t1 not found response a status code equal to that given

func (*GetBlueprintVersionUsingGET1NotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get blueprint version using g e t1 not found response has a 3xx status code

func (*GetBlueprintVersionUsingGET1NotFound) IsServerError added in v0.5.0

func (o *GetBlueprintVersionUsingGET1NotFound) IsServerError() bool

IsServerError returns true when this get blueprint version using g e t1 not found response has a 5xx status code

func (*GetBlueprintVersionUsingGET1NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get blueprint version using g e t1 not found response has a 2xx status code

func (*GetBlueprintVersionUsingGET1NotFound) String added in v0.5.0

type GetBlueprintVersionUsingGET1OK added in v0.2.0

type GetBlueprintVersionUsingGET1OK struct {
	Payload *models.BlueprintVersion
}

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

OK

func NewGetBlueprintVersionUsingGET1OK added in v0.2.0

func NewGetBlueprintVersionUsingGET1OK() *GetBlueprintVersionUsingGET1OK

NewGetBlueprintVersionUsingGET1OK creates a GetBlueprintVersionUsingGET1OK with default headers values

func (*GetBlueprintVersionUsingGET1OK) Error added in v0.2.0

func (*GetBlueprintVersionUsingGET1OK) GetPayload added in v0.2.0

func (*GetBlueprintVersionUsingGET1OK) IsClientError added in v0.5.0

func (o *GetBlueprintVersionUsingGET1OK) IsClientError() bool

IsClientError returns true when this get blueprint version using g e t1 o k response has a 4xx status code

func (*GetBlueprintVersionUsingGET1OK) IsCode added in v0.5.0

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

IsCode returns true when this get blueprint version using g e t1 o k response a status code equal to that given

func (*GetBlueprintVersionUsingGET1OK) IsRedirect added in v0.5.0

func (o *GetBlueprintVersionUsingGET1OK) IsRedirect() bool

IsRedirect returns true when this get blueprint version using g e t1 o k response has a 3xx status code

func (*GetBlueprintVersionUsingGET1OK) IsServerError added in v0.5.0

func (o *GetBlueprintVersionUsingGET1OK) IsServerError() bool

IsServerError returns true when this get blueprint version using g e t1 o k response has a 5xx status code

func (*GetBlueprintVersionUsingGET1OK) IsSuccess added in v0.5.0

func (o *GetBlueprintVersionUsingGET1OK) IsSuccess() bool

IsSuccess returns true when this get blueprint version using g e t1 o k response has a 2xx status code

func (*GetBlueprintVersionUsingGET1OK) String added in v0.5.0

type GetBlueprintVersionUsingGET1Params added in v0.2.0

type GetBlueprintVersionUsingGET1Params struct {

	/* DollarSelect.

	   Fields to include in content.
	*/
	DollarSelect []string

	/* BlueprintID.

	   blueprintId

	   Format: uuid
	*/
	BlueprintID strfmt.UUID

	/* Version.

	   version
	*/
	Version string

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

GetBlueprintVersionUsingGET1Params contains all the parameters to send to the API endpoint

for the get blueprint version using get1 operation.

Typically these are written to a http.Request.

func NewGetBlueprintVersionUsingGET1Params added in v0.2.0

func NewGetBlueprintVersionUsingGET1Params() *GetBlueprintVersionUsingGET1Params

NewGetBlueprintVersionUsingGET1Params creates a new GetBlueprintVersionUsingGET1Params 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 NewGetBlueprintVersionUsingGET1ParamsWithContext added in v0.2.0

func NewGetBlueprintVersionUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintVersionUsingGET1Params

NewGetBlueprintVersionUsingGET1ParamsWithContext creates a new GetBlueprintVersionUsingGET1Params object with the ability to set a context for a request.

func NewGetBlueprintVersionUsingGET1ParamsWithHTTPClient added in v0.2.0

func NewGetBlueprintVersionUsingGET1ParamsWithHTTPClient(client *http.Client) *GetBlueprintVersionUsingGET1Params

NewGetBlueprintVersionUsingGET1ParamsWithHTTPClient creates a new GetBlueprintVersionUsingGET1Params object with the ability to set a custom HTTPClient for a request.

func NewGetBlueprintVersionUsingGET1ParamsWithTimeout added in v0.2.0

func NewGetBlueprintVersionUsingGET1ParamsWithTimeout(timeout time.Duration) *GetBlueprintVersionUsingGET1Params

NewGetBlueprintVersionUsingGET1ParamsWithTimeout creates a new GetBlueprintVersionUsingGET1Params object with the ability to set a timeout on a request.

func (*GetBlueprintVersionUsingGET1Params) SetBlueprintID added in v0.2.0

func (o *GetBlueprintVersionUsingGET1Params) SetBlueprintID(blueprintID strfmt.UUID)

SetBlueprintID adds the blueprintId to the get blueprint version using get1 params

func (*GetBlueprintVersionUsingGET1Params) SetContext added in v0.2.0

SetContext adds the context to the get blueprint version using get1 params

func (*GetBlueprintVersionUsingGET1Params) SetDefaults added in v0.2.20

func (o *GetBlueprintVersionUsingGET1Params) SetDefaults()

SetDefaults hydrates default values in the get blueprint version using get1 params (not the query body).

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

func (*GetBlueprintVersionUsingGET1Params) SetDollarSelect added in v0.2.8

func (o *GetBlueprintVersionUsingGET1Params) SetDollarSelect(dollarSelect []string)

SetDollarSelect adds the dollarSelect to the get blueprint version using get1 params

func (*GetBlueprintVersionUsingGET1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the get blueprint version using get1 params

func (*GetBlueprintVersionUsingGET1Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the get blueprint version using get1 params

func (*GetBlueprintVersionUsingGET1Params) SetVersion added in v0.2.0

func (o *GetBlueprintVersionUsingGET1Params) SetVersion(version string)

SetVersion adds the version to the get blueprint version using get1 params

func (*GetBlueprintVersionUsingGET1Params) WithBlueprintID added in v0.2.0

WithBlueprintID adds the blueprintID to the get blueprint version using get1 params

func (*GetBlueprintVersionUsingGET1Params) WithContext added in v0.2.0

WithContext adds the context to the get blueprint version using get1 params

func (*GetBlueprintVersionUsingGET1Params) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get blueprint version using get1 params (not the query body).

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

func (*GetBlueprintVersionUsingGET1Params) WithDollarSelect added in v0.2.8

WithDollarSelect adds the dollarSelect to the get blueprint version using get1 params

func (*GetBlueprintVersionUsingGET1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the get blueprint version using get1 params

func (*GetBlueprintVersionUsingGET1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the get blueprint version using get1 params

func (*GetBlueprintVersionUsingGET1Params) WithVersion added in v0.2.0

WithVersion adds the version to the get blueprint version using get1 params

func (*GetBlueprintVersionUsingGET1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type GetBlueprintVersionUsingGET1Reader added in v0.2.0

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

GetBlueprintVersionUsingGET1Reader is a Reader for the GetBlueprintVersionUsingGET1 structure.

func (*GetBlueprintVersionUsingGET1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type GetBlueprintVersionUsingGET1Unauthorized added in v0.2.0

type GetBlueprintVersionUsingGET1Unauthorized struct {
}

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

Unauthorized

func NewGetBlueprintVersionUsingGET1Unauthorized added in v0.2.0

func NewGetBlueprintVersionUsingGET1Unauthorized() *GetBlueprintVersionUsingGET1Unauthorized

NewGetBlueprintVersionUsingGET1Unauthorized creates a GetBlueprintVersionUsingGET1Unauthorized with default headers values

func (*GetBlueprintVersionUsingGET1Unauthorized) Error added in v0.2.0

func (*GetBlueprintVersionUsingGET1Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get blueprint version using g e t1 unauthorized response has a 4xx status code

func (*GetBlueprintVersionUsingGET1Unauthorized) IsCode added in v0.5.0

IsCode returns true when this get blueprint version using g e t1 unauthorized response a status code equal to that given

func (*GetBlueprintVersionUsingGET1Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get blueprint version using g e t1 unauthorized response has a 3xx status code

func (*GetBlueprintVersionUsingGET1Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get blueprint version using g e t1 unauthorized response has a 5xx status code

func (*GetBlueprintVersionUsingGET1Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get blueprint version using g e t1 unauthorized response has a 2xx status code

func (*GetBlueprintVersionUsingGET1Unauthorized) String added in v0.5.0

type ListBlueprintVersionsUsingGETBadRequest added in v0.2.0

type ListBlueprintVersionsUsingGETBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewListBlueprintVersionsUsingGETBadRequest added in v0.2.0

func NewListBlueprintVersionsUsingGETBadRequest() *ListBlueprintVersionsUsingGETBadRequest

NewListBlueprintVersionsUsingGETBadRequest creates a ListBlueprintVersionsUsingGETBadRequest with default headers values

func (*ListBlueprintVersionsUsingGETBadRequest) Error added in v0.2.0

func (*ListBlueprintVersionsUsingGETBadRequest) GetPayload added in v0.2.9

func (*ListBlueprintVersionsUsingGETBadRequest) IsClientError added in v0.5.0

func (o *ListBlueprintVersionsUsingGETBadRequest) IsClientError() bool

IsClientError returns true when this list blueprint versions using g e t bad request response has a 4xx status code

func (*ListBlueprintVersionsUsingGETBadRequest) IsCode added in v0.5.0

IsCode returns true when this list blueprint versions using g e t bad request response a status code equal to that given

func (*ListBlueprintVersionsUsingGETBadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this list blueprint versions using g e t bad request response has a 3xx status code

func (*ListBlueprintVersionsUsingGETBadRequest) IsServerError added in v0.5.0

func (o *ListBlueprintVersionsUsingGETBadRequest) IsServerError() bool

IsServerError returns true when this list blueprint versions using g e t bad request response has a 5xx status code

func (*ListBlueprintVersionsUsingGETBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this list blueprint versions using g e t bad request response has a 2xx status code

func (*ListBlueprintVersionsUsingGETBadRequest) String added in v0.5.0

type ListBlueprintVersionsUsingGETForbidden added in v0.2.0

type ListBlueprintVersionsUsingGETForbidden struct {
}

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

Forbidden

func NewListBlueprintVersionsUsingGETForbidden added in v0.2.0

func NewListBlueprintVersionsUsingGETForbidden() *ListBlueprintVersionsUsingGETForbidden

NewListBlueprintVersionsUsingGETForbidden creates a ListBlueprintVersionsUsingGETForbidden with default headers values

func (*ListBlueprintVersionsUsingGETForbidden) Error added in v0.2.0

func (*ListBlueprintVersionsUsingGETForbidden) IsClientError added in v0.5.0

func (o *ListBlueprintVersionsUsingGETForbidden) IsClientError() bool

IsClientError returns true when this list blueprint versions using g e t forbidden response has a 4xx status code

func (*ListBlueprintVersionsUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this list blueprint versions using g e t forbidden response a status code equal to that given

func (*ListBlueprintVersionsUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this list blueprint versions using g e t forbidden response has a 3xx status code

func (*ListBlueprintVersionsUsingGETForbidden) IsServerError added in v0.5.0

func (o *ListBlueprintVersionsUsingGETForbidden) IsServerError() bool

IsServerError returns true when this list blueprint versions using g e t forbidden response has a 5xx status code

func (*ListBlueprintVersionsUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this list blueprint versions using g e t forbidden response has a 2xx status code

func (*ListBlueprintVersionsUsingGETForbidden) String added in v0.5.0

type ListBlueprintVersionsUsingGETNotFound added in v0.2.0

type ListBlueprintVersionsUsingGETNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewListBlueprintVersionsUsingGETNotFound added in v0.2.0

func NewListBlueprintVersionsUsingGETNotFound() *ListBlueprintVersionsUsingGETNotFound

NewListBlueprintVersionsUsingGETNotFound creates a ListBlueprintVersionsUsingGETNotFound with default headers values

func (*ListBlueprintVersionsUsingGETNotFound) Error added in v0.2.0

func (*ListBlueprintVersionsUsingGETNotFound) GetPayload added in v0.2.9

func (*ListBlueprintVersionsUsingGETNotFound) IsClientError added in v0.5.0

func (o *ListBlueprintVersionsUsingGETNotFound) IsClientError() bool

IsClientError returns true when this list blueprint versions using g e t not found response has a 4xx status code

func (*ListBlueprintVersionsUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this list blueprint versions using g e t not found response a status code equal to that given

func (*ListBlueprintVersionsUsingGETNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this list blueprint versions using g e t not found response has a 3xx status code

func (*ListBlueprintVersionsUsingGETNotFound) IsServerError added in v0.5.0

func (o *ListBlueprintVersionsUsingGETNotFound) IsServerError() bool

IsServerError returns true when this list blueprint versions using g e t not found response has a 5xx status code

func (*ListBlueprintVersionsUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this list blueprint versions using g e t not found response has a 2xx status code

func (*ListBlueprintVersionsUsingGETNotFound) String added in v0.5.0

type ListBlueprintVersionsUsingGETOK added in v0.2.0

type ListBlueprintVersionsUsingGETOK struct {
	Payload *models.PageOfBlueprintVersion
}

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

OK

func NewListBlueprintVersionsUsingGETOK added in v0.2.0

func NewListBlueprintVersionsUsingGETOK() *ListBlueprintVersionsUsingGETOK

NewListBlueprintVersionsUsingGETOK creates a ListBlueprintVersionsUsingGETOK with default headers values

func (*ListBlueprintVersionsUsingGETOK) Error added in v0.2.0

func (*ListBlueprintVersionsUsingGETOK) GetPayload added in v0.2.0

func (*ListBlueprintVersionsUsingGETOK) IsClientError added in v0.5.0

func (o *ListBlueprintVersionsUsingGETOK) IsClientError() bool

IsClientError returns true when this list blueprint versions using g e t o k response has a 4xx status code

func (*ListBlueprintVersionsUsingGETOK) IsCode added in v0.5.0

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

IsCode returns true when this list blueprint versions using g e t o k response a status code equal to that given

func (*ListBlueprintVersionsUsingGETOK) IsRedirect added in v0.5.0

func (o *ListBlueprintVersionsUsingGETOK) IsRedirect() bool

IsRedirect returns true when this list blueprint versions using g e t o k response has a 3xx status code

func (*ListBlueprintVersionsUsingGETOK) IsServerError added in v0.5.0

func (o *ListBlueprintVersionsUsingGETOK) IsServerError() bool

IsServerError returns true when this list blueprint versions using g e t o k response has a 5xx status code

func (*ListBlueprintVersionsUsingGETOK) IsSuccess added in v0.5.0

func (o *ListBlueprintVersionsUsingGETOK) IsSuccess() bool

IsSuccess returns true when this list blueprint versions using g e t o k response has a 2xx status code

func (*ListBlueprintVersionsUsingGETOK) String added in v0.5.0

type ListBlueprintVersionsUsingGETParams added in v0.2.0

type ListBlueprintVersionsUsingGETParams struct {

	/* DollarOrderby.

	   Sorting criteria in the format: property (asc|desc). Default sort order is descending on updatedAt. Sorting is supported on fields createdAt, updatedAt, createdBy, updatedBy, name, version.
	*/
	DollarOrderby []string

	/* DollarSelect.

	   Fields to include in content.
	*/
	DollarSelect []string

	/* DollarSkip.

	   Number of records you want to skip

	   Format: int32
	*/
	DollarSkip *int32

	/* DollarTop.

	   Number of records you want

	   Format: int32
	*/
	DollarTop *int32

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* BlueprintID.

	   blueprintId

	   Format: uuid
	*/
	BlueprintID strfmt.UUID

	/* PropertyGroups.

	   Filter versions with any of the specified property groups
	*/
	PropertyGroups []string

	/* Status.

	   Filter by blueprint status: versioned / released
	*/
	Status *string

	/* Version.

	   Filter by version
	*/
	Version *string

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

ListBlueprintVersionsUsingGETParams contains all the parameters to send to the API endpoint

for the list blueprint versions using g e t operation.

Typically these are written to a http.Request.

func NewListBlueprintVersionsUsingGETParams added in v0.2.0

func NewListBlueprintVersionsUsingGETParams() *ListBlueprintVersionsUsingGETParams

NewListBlueprintVersionsUsingGETParams creates a new ListBlueprintVersionsUsingGETParams 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 NewListBlueprintVersionsUsingGETParamsWithContext added in v0.2.0

func NewListBlueprintVersionsUsingGETParamsWithContext(ctx context.Context) *ListBlueprintVersionsUsingGETParams

NewListBlueprintVersionsUsingGETParamsWithContext creates a new ListBlueprintVersionsUsingGETParams object with the ability to set a context for a request.

func NewListBlueprintVersionsUsingGETParamsWithHTTPClient added in v0.2.0

func NewListBlueprintVersionsUsingGETParamsWithHTTPClient(client *http.Client) *ListBlueprintVersionsUsingGETParams

NewListBlueprintVersionsUsingGETParamsWithHTTPClient creates a new ListBlueprintVersionsUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewListBlueprintVersionsUsingGETParamsWithTimeout added in v0.2.0

func NewListBlueprintVersionsUsingGETParamsWithTimeout(timeout time.Duration) *ListBlueprintVersionsUsingGETParams

NewListBlueprintVersionsUsingGETParamsWithTimeout creates a new ListBlueprintVersionsUsingGETParams object with the ability to set a timeout on a request.

func (*ListBlueprintVersionsUsingGETParams) SetAPIVersion added in v0.2.0

func (o *ListBlueprintVersionsUsingGETParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) SetBlueprintID added in v0.2.0

func (o *ListBlueprintVersionsUsingGETParams) SetBlueprintID(blueprintID strfmt.UUID)

SetBlueprintID adds the blueprintId to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) SetContext added in v0.2.0

SetContext adds the context to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) SetDefaults added in v0.2.20

func (o *ListBlueprintVersionsUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the list blueprint versions using get params (not the query body).

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

func (*ListBlueprintVersionsUsingGETParams) SetDollarOrderby added in v0.2.0

func (o *ListBlueprintVersionsUsingGETParams) SetDollarOrderby(dollarOrderby []string)

SetDollarOrderby adds the dollarOrderby to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) SetDollarSelect added in v0.2.0

func (o *ListBlueprintVersionsUsingGETParams) SetDollarSelect(dollarSelect []string)

SetDollarSelect adds the dollarSelect to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) SetDollarSkip added in v0.2.0

func (o *ListBlueprintVersionsUsingGETParams) SetDollarSkip(dollarSkip *int32)

SetDollarSkip adds the dollarSkip to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) SetDollarTop added in v0.2.0

func (o *ListBlueprintVersionsUsingGETParams) SetDollarTop(dollarTop *int32)

SetDollarTop adds the dollarTop to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) SetPropertyGroups added in v0.2.21

func (o *ListBlueprintVersionsUsingGETParams) SetPropertyGroups(propertyGroups []string)

SetPropertyGroups adds the propertyGroups to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) SetStatus added in v0.2.0

func (o *ListBlueprintVersionsUsingGETParams) SetStatus(status *string)

SetStatus adds the status to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) SetVersion added in v0.2.0

func (o *ListBlueprintVersionsUsingGETParams) SetVersion(version *string)

SetVersion adds the version to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) WithBlueprintID added in v0.2.0

WithBlueprintID adds the blueprintID to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) WithContext added in v0.2.0

WithContext adds the context to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the list blueprint versions using get params (not the query body).

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

func (*ListBlueprintVersionsUsingGETParams) WithDollarOrderby added in v0.2.0

WithDollarOrderby adds the dollarOrderby to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) WithDollarSelect added in v0.2.0

WithDollarSelect adds the dollarSelect to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) WithDollarSkip added in v0.2.0

WithDollarSkip adds the dollarSkip to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) WithDollarTop added in v0.2.0

WithDollarTop adds the dollarTop to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) WithPropertyGroups added in v0.2.21

func (o *ListBlueprintVersionsUsingGETParams) WithPropertyGroups(propertyGroups []string) *ListBlueprintVersionsUsingGETParams

WithPropertyGroups adds the propertyGroups to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) WithStatus added in v0.2.0

WithStatus adds the status to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) WithVersion added in v0.2.0

WithVersion adds the version to the list blueprint versions using get params

func (*ListBlueprintVersionsUsingGETParams) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type ListBlueprintVersionsUsingGETReader added in v0.2.0

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

ListBlueprintVersionsUsingGETReader is a Reader for the ListBlueprintVersionsUsingGET structure.

func (*ListBlueprintVersionsUsingGETReader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type ListBlueprintVersionsUsingGETUnauthorized added in v0.2.0

type ListBlueprintVersionsUsingGETUnauthorized struct {
}

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

Unauthorized

func NewListBlueprintVersionsUsingGETUnauthorized added in v0.2.0

func NewListBlueprintVersionsUsingGETUnauthorized() *ListBlueprintVersionsUsingGETUnauthorized

NewListBlueprintVersionsUsingGETUnauthorized creates a ListBlueprintVersionsUsingGETUnauthorized with default headers values

func (*ListBlueprintVersionsUsingGETUnauthorized) Error added in v0.2.0

func (*ListBlueprintVersionsUsingGETUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this list blueprint versions using g e t unauthorized response has a 4xx status code

func (*ListBlueprintVersionsUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this list blueprint versions using g e t unauthorized response a status code equal to that given

func (*ListBlueprintVersionsUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this list blueprint versions using g e t unauthorized response has a 3xx status code

func (*ListBlueprintVersionsUsingGETUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this list blueprint versions using g e t unauthorized response has a 5xx status code

func (*ListBlueprintVersionsUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this list blueprint versions using g e t unauthorized response has a 2xx status code

func (*ListBlueprintVersionsUsingGETUnauthorized) String added in v0.5.0

type ListBlueprintsUsingGET1BadRequest added in v0.2.0

type ListBlueprintsUsingGET1BadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewListBlueprintsUsingGET1BadRequest added in v0.2.0

func NewListBlueprintsUsingGET1BadRequest() *ListBlueprintsUsingGET1BadRequest

NewListBlueprintsUsingGET1BadRequest creates a ListBlueprintsUsingGET1BadRequest with default headers values

func (*ListBlueprintsUsingGET1BadRequest) Error added in v0.2.0

func (*ListBlueprintsUsingGET1BadRequest) GetPayload added in v0.2.9

func (*ListBlueprintsUsingGET1BadRequest) IsClientError added in v0.5.0

func (o *ListBlueprintsUsingGET1BadRequest) IsClientError() bool

IsClientError returns true when this list blueprints using g e t1 bad request response has a 4xx status code

func (*ListBlueprintsUsingGET1BadRequest) IsCode added in v0.5.0

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

IsCode returns true when this list blueprints using g e t1 bad request response a status code equal to that given

func (*ListBlueprintsUsingGET1BadRequest) IsRedirect added in v0.5.0

func (o *ListBlueprintsUsingGET1BadRequest) IsRedirect() bool

IsRedirect returns true when this list blueprints using g e t1 bad request response has a 3xx status code

func (*ListBlueprintsUsingGET1BadRequest) IsServerError added in v0.5.0

func (o *ListBlueprintsUsingGET1BadRequest) IsServerError() bool

IsServerError returns true when this list blueprints using g e t1 bad request response has a 5xx status code

func (*ListBlueprintsUsingGET1BadRequest) IsSuccess added in v0.5.0

func (o *ListBlueprintsUsingGET1BadRequest) IsSuccess() bool

IsSuccess returns true when this list blueprints using g e t1 bad request response has a 2xx status code

func (*ListBlueprintsUsingGET1BadRequest) String added in v0.5.0

type ListBlueprintsUsingGET1Forbidden added in v0.2.0

type ListBlueprintsUsingGET1Forbidden struct {
}

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

Forbidden

func NewListBlueprintsUsingGET1Forbidden added in v0.2.0

func NewListBlueprintsUsingGET1Forbidden() *ListBlueprintsUsingGET1Forbidden

NewListBlueprintsUsingGET1Forbidden creates a ListBlueprintsUsingGET1Forbidden with default headers values

func (*ListBlueprintsUsingGET1Forbidden) Error added in v0.2.0

func (*ListBlueprintsUsingGET1Forbidden) IsClientError added in v0.5.0

func (o *ListBlueprintsUsingGET1Forbidden) IsClientError() bool

IsClientError returns true when this list blueprints using g e t1 forbidden response has a 4xx status code

func (*ListBlueprintsUsingGET1Forbidden) IsCode added in v0.5.0

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

IsCode returns true when this list blueprints using g e t1 forbidden response a status code equal to that given

func (*ListBlueprintsUsingGET1Forbidden) IsRedirect added in v0.5.0

func (o *ListBlueprintsUsingGET1Forbidden) IsRedirect() bool

IsRedirect returns true when this list blueprints using g e t1 forbidden response has a 3xx status code

func (*ListBlueprintsUsingGET1Forbidden) IsServerError added in v0.5.0

func (o *ListBlueprintsUsingGET1Forbidden) IsServerError() bool

IsServerError returns true when this list blueprints using g e t1 forbidden response has a 5xx status code

func (*ListBlueprintsUsingGET1Forbidden) IsSuccess added in v0.5.0

func (o *ListBlueprintsUsingGET1Forbidden) IsSuccess() bool

IsSuccess returns true when this list blueprints using g e t1 forbidden response has a 2xx status code

func (*ListBlueprintsUsingGET1Forbidden) String added in v0.5.0

type ListBlueprintsUsingGET1OK added in v0.2.0

type ListBlueprintsUsingGET1OK struct {
	Payload *models.PageOfBlueprint
}

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

OK

func NewListBlueprintsUsingGET1OK added in v0.2.0

func NewListBlueprintsUsingGET1OK() *ListBlueprintsUsingGET1OK

NewListBlueprintsUsingGET1OK creates a ListBlueprintsUsingGET1OK with default headers values

func (*ListBlueprintsUsingGET1OK) Error added in v0.2.0

func (o *ListBlueprintsUsingGET1OK) Error() string

func (*ListBlueprintsUsingGET1OK) GetPayload added in v0.2.0

func (*ListBlueprintsUsingGET1OK) IsClientError added in v0.5.0

func (o *ListBlueprintsUsingGET1OK) IsClientError() bool

IsClientError returns true when this list blueprints using g e t1 o k response has a 4xx status code

func (*ListBlueprintsUsingGET1OK) IsCode added in v0.5.0

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

IsCode returns true when this list blueprints using g e t1 o k response a status code equal to that given

func (*ListBlueprintsUsingGET1OK) IsRedirect added in v0.5.0

func (o *ListBlueprintsUsingGET1OK) IsRedirect() bool

IsRedirect returns true when this list blueprints using g e t1 o k response has a 3xx status code

func (*ListBlueprintsUsingGET1OK) IsServerError added in v0.5.0

func (o *ListBlueprintsUsingGET1OK) IsServerError() bool

IsServerError returns true when this list blueprints using g e t1 o k response has a 5xx status code

func (*ListBlueprintsUsingGET1OK) IsSuccess added in v0.5.0

func (o *ListBlueprintsUsingGET1OK) IsSuccess() bool

IsSuccess returns true when this list blueprints using g e t1 o k response has a 2xx status code

func (*ListBlueprintsUsingGET1OK) String added in v0.5.0

func (o *ListBlueprintsUsingGET1OK) String() string

type ListBlueprintsUsingGET1Params added in v0.2.0

type ListBlueprintsUsingGET1Params struct {

	/* DollarOrderby.

	   Sorting criteria in the format: property (asc|desc). Default sort order is descending on updatedAt. Sorting is supported on fields createdAt, updatedAt, createdBy, updatedBy, name.
	*/
	DollarOrderby []string

	/* DollarSelect.

	   Fields to include in content.
	*/
	DollarSelect []string

	/* DollarSkip.

	   Number of records you want to skip

	   Format: int32
	*/
	DollarSkip *int32

	/* DollarTop.

	   Number of records you want

	   Format: int32
	*/
	DollarTop *int32

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* Name.

	   Filter by name
	*/
	Name *string

	/* Projects.

	   A comma-separated list. Results must be associated with one of these project IDs.
	*/
	Projects []string

	/* PropertyGroups.

	   Filter blueprints with any of the specified property groups
	*/
	PropertyGroups []string

	/* Released.

	   Filter blueprints with at least one released version
	*/
	Released *bool

	/* Search.

	   Search by name and description
	*/
	Search *string

	/* Versioned.

	   Filter blueprints with at least one version
	*/
	Versioned *bool

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

ListBlueprintsUsingGET1Params contains all the parameters to send to the API endpoint

for the list blueprints using get1 operation.

Typically these are written to a http.Request.

func NewListBlueprintsUsingGET1Params added in v0.2.0

func NewListBlueprintsUsingGET1Params() *ListBlueprintsUsingGET1Params

NewListBlueprintsUsingGET1Params creates a new ListBlueprintsUsingGET1Params 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 NewListBlueprintsUsingGET1ParamsWithContext added in v0.2.0

func NewListBlueprintsUsingGET1ParamsWithContext(ctx context.Context) *ListBlueprintsUsingGET1Params

NewListBlueprintsUsingGET1ParamsWithContext creates a new ListBlueprintsUsingGET1Params object with the ability to set a context for a request.

func NewListBlueprintsUsingGET1ParamsWithHTTPClient added in v0.2.0

func NewListBlueprintsUsingGET1ParamsWithHTTPClient(client *http.Client) *ListBlueprintsUsingGET1Params

NewListBlueprintsUsingGET1ParamsWithHTTPClient creates a new ListBlueprintsUsingGET1Params object with the ability to set a custom HTTPClient for a request.

func NewListBlueprintsUsingGET1ParamsWithTimeout added in v0.2.0

func NewListBlueprintsUsingGET1ParamsWithTimeout(timeout time.Duration) *ListBlueprintsUsingGET1Params

NewListBlueprintsUsingGET1ParamsWithTimeout creates a new ListBlueprintsUsingGET1Params object with the ability to set a timeout on a request.

func (*ListBlueprintsUsingGET1Params) SetAPIVersion added in v0.2.0

func (o *ListBlueprintsUsingGET1Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) SetContext added in v0.2.0

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

SetContext adds the context to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) SetDefaults added in v0.2.20

func (o *ListBlueprintsUsingGET1Params) SetDefaults()

SetDefaults hydrates default values in the list blueprints using get1 params (not the query body).

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

func (*ListBlueprintsUsingGET1Params) SetDollarOrderby added in v0.2.0

func (o *ListBlueprintsUsingGET1Params) SetDollarOrderby(dollarOrderby []string)

SetDollarOrderby adds the dollarOrderby to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) SetDollarSelect added in v0.2.0

func (o *ListBlueprintsUsingGET1Params) SetDollarSelect(dollarSelect []string)

SetDollarSelect adds the dollarSelect to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) SetDollarSkip added in v0.2.0

func (o *ListBlueprintsUsingGET1Params) SetDollarSkip(dollarSkip *int32)

SetDollarSkip adds the dollarSkip to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) SetDollarTop added in v0.2.0

func (o *ListBlueprintsUsingGET1Params) SetDollarTop(dollarTop *int32)

SetDollarTop adds the dollarTop to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) SetName added in v0.2.0

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

SetName adds the name to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) SetProjects added in v0.2.0

func (o *ListBlueprintsUsingGET1Params) SetProjects(projects []string)

SetProjects adds the projects to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) SetPropertyGroups added in v0.2.21

func (o *ListBlueprintsUsingGET1Params) SetPropertyGroups(propertyGroups []string)

SetPropertyGroups adds the propertyGroups to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) SetReleased added in v0.2.0

func (o *ListBlueprintsUsingGET1Params) SetReleased(released *bool)

SetReleased adds the released to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) SetSearch added in v0.2.0

func (o *ListBlueprintsUsingGET1Params) SetSearch(search *string)

SetSearch adds the search to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) SetVersioned added in v0.2.0

func (o *ListBlueprintsUsingGET1Params) SetVersioned(versioned *bool)

SetVersioned adds the versioned to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) WithAPIVersion added in v0.2.0

func (o *ListBlueprintsUsingGET1Params) WithAPIVersion(aPIVersion *string) *ListBlueprintsUsingGET1Params

WithAPIVersion adds the aPIVersion to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) WithContext added in v0.2.0

WithContext adds the context to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the list blueprints using get1 params (not the query body).

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

func (*ListBlueprintsUsingGET1Params) WithDollarOrderby added in v0.2.0

func (o *ListBlueprintsUsingGET1Params) WithDollarOrderby(dollarOrderby []string) *ListBlueprintsUsingGET1Params

WithDollarOrderby adds the dollarOrderby to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) WithDollarSelect added in v0.2.0

func (o *ListBlueprintsUsingGET1Params) WithDollarSelect(dollarSelect []string) *ListBlueprintsUsingGET1Params

WithDollarSelect adds the dollarSelect to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) WithDollarSkip added in v0.2.0

func (o *ListBlueprintsUsingGET1Params) WithDollarSkip(dollarSkip *int32) *ListBlueprintsUsingGET1Params

WithDollarSkip adds the dollarSkip to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) WithDollarTop added in v0.2.0

WithDollarTop adds the dollarTop to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) WithName added in v0.2.0

WithName adds the name to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) WithProjects added in v0.2.0

WithProjects adds the projects to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) WithPropertyGroups added in v0.2.21

func (o *ListBlueprintsUsingGET1Params) WithPropertyGroups(propertyGroups []string) *ListBlueprintsUsingGET1Params

WithPropertyGroups adds the propertyGroups to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) WithReleased added in v0.2.0

WithReleased adds the released to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) WithSearch added in v0.2.0

WithSearch adds the search to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) WithVersioned added in v0.2.0

WithVersioned adds the versioned to the list blueprints using get1 params

func (*ListBlueprintsUsingGET1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type ListBlueprintsUsingGET1Reader added in v0.2.0

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

ListBlueprintsUsingGET1Reader is a Reader for the ListBlueprintsUsingGET1 structure.

func (*ListBlueprintsUsingGET1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type ListBlueprintsUsingGET1Unauthorized added in v0.2.0

type ListBlueprintsUsingGET1Unauthorized struct {
}

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

Unauthorized

func NewListBlueprintsUsingGET1Unauthorized added in v0.2.0

func NewListBlueprintsUsingGET1Unauthorized() *ListBlueprintsUsingGET1Unauthorized

NewListBlueprintsUsingGET1Unauthorized creates a ListBlueprintsUsingGET1Unauthorized with default headers values

func (*ListBlueprintsUsingGET1Unauthorized) Error added in v0.2.0

func (*ListBlueprintsUsingGET1Unauthorized) IsClientError added in v0.5.0

func (o *ListBlueprintsUsingGET1Unauthorized) IsClientError() bool

IsClientError returns true when this list blueprints using g e t1 unauthorized response has a 4xx status code

func (*ListBlueprintsUsingGET1Unauthorized) IsCode added in v0.5.0

IsCode returns true when this list blueprints using g e t1 unauthorized response a status code equal to that given

func (*ListBlueprintsUsingGET1Unauthorized) IsRedirect added in v0.5.0

func (o *ListBlueprintsUsingGET1Unauthorized) IsRedirect() bool

IsRedirect returns true when this list blueprints using g e t1 unauthorized response has a 3xx status code

func (*ListBlueprintsUsingGET1Unauthorized) IsServerError added in v0.5.0

func (o *ListBlueprintsUsingGET1Unauthorized) IsServerError() bool

IsServerError returns true when this list blueprints using g e t1 unauthorized response has a 5xx status code

func (*ListBlueprintsUsingGET1Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this list blueprints using g e t1 unauthorized response has a 2xx status code

func (*ListBlueprintsUsingGET1Unauthorized) String added in v0.5.0

type ReleaseBlueprintVersionUsingPOST1Forbidden added in v0.2.0

type ReleaseBlueprintVersionUsingPOST1Forbidden struct {
}

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

Forbidden

func NewReleaseBlueprintVersionUsingPOST1Forbidden added in v0.2.0

func NewReleaseBlueprintVersionUsingPOST1Forbidden() *ReleaseBlueprintVersionUsingPOST1Forbidden

NewReleaseBlueprintVersionUsingPOST1Forbidden creates a ReleaseBlueprintVersionUsingPOST1Forbidden with default headers values

func (*ReleaseBlueprintVersionUsingPOST1Forbidden) Error added in v0.2.0

func (*ReleaseBlueprintVersionUsingPOST1Forbidden) IsClientError added in v0.5.0

IsClientError returns true when this release blueprint version using p o s t1 forbidden response has a 4xx status code

func (*ReleaseBlueprintVersionUsingPOST1Forbidden) IsCode added in v0.5.0

IsCode returns true when this release blueprint version using p o s t1 forbidden response a status code equal to that given

func (*ReleaseBlueprintVersionUsingPOST1Forbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this release blueprint version using p o s t1 forbidden response has a 3xx status code

func (*ReleaseBlueprintVersionUsingPOST1Forbidden) IsServerError added in v0.5.0

IsServerError returns true when this release blueprint version using p o s t1 forbidden response has a 5xx status code

func (*ReleaseBlueprintVersionUsingPOST1Forbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this release blueprint version using p o s t1 forbidden response has a 2xx status code

func (*ReleaseBlueprintVersionUsingPOST1Forbidden) String added in v0.5.0

type ReleaseBlueprintVersionUsingPOST1NotFound added in v0.2.0

type ReleaseBlueprintVersionUsingPOST1NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewReleaseBlueprintVersionUsingPOST1NotFound added in v0.2.0

func NewReleaseBlueprintVersionUsingPOST1NotFound() *ReleaseBlueprintVersionUsingPOST1NotFound

NewReleaseBlueprintVersionUsingPOST1NotFound creates a ReleaseBlueprintVersionUsingPOST1NotFound with default headers values

func (*ReleaseBlueprintVersionUsingPOST1NotFound) Error added in v0.2.0

func (*ReleaseBlueprintVersionUsingPOST1NotFound) GetPayload added in v0.2.9

func (*ReleaseBlueprintVersionUsingPOST1NotFound) IsClientError added in v0.5.0

IsClientError returns true when this release blueprint version using p o s t1 not found response has a 4xx status code

func (*ReleaseBlueprintVersionUsingPOST1NotFound) IsCode added in v0.5.0

IsCode returns true when this release blueprint version using p o s t1 not found response a status code equal to that given

func (*ReleaseBlueprintVersionUsingPOST1NotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this release blueprint version using p o s t1 not found response has a 3xx status code

func (*ReleaseBlueprintVersionUsingPOST1NotFound) IsServerError added in v0.5.0

IsServerError returns true when this release blueprint version using p o s t1 not found response has a 5xx status code

func (*ReleaseBlueprintVersionUsingPOST1NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this release blueprint version using p o s t1 not found response has a 2xx status code

func (*ReleaseBlueprintVersionUsingPOST1NotFound) String added in v0.5.0

type ReleaseBlueprintVersionUsingPOST1OK added in v0.2.0

type ReleaseBlueprintVersionUsingPOST1OK struct {
	Payload *models.BlueprintVersion
}

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

OK

func NewReleaseBlueprintVersionUsingPOST1OK added in v0.2.0

func NewReleaseBlueprintVersionUsingPOST1OK() *ReleaseBlueprintVersionUsingPOST1OK

NewReleaseBlueprintVersionUsingPOST1OK creates a ReleaseBlueprintVersionUsingPOST1OK with default headers values

func (*ReleaseBlueprintVersionUsingPOST1OK) Error added in v0.2.0

func (*ReleaseBlueprintVersionUsingPOST1OK) GetPayload added in v0.2.0

func (*ReleaseBlueprintVersionUsingPOST1OK) IsClientError added in v0.5.0

func (o *ReleaseBlueprintVersionUsingPOST1OK) IsClientError() bool

IsClientError returns true when this release blueprint version using p o s t1 o k response has a 4xx status code

func (*ReleaseBlueprintVersionUsingPOST1OK) IsCode added in v0.5.0

IsCode returns true when this release blueprint version using p o s t1 o k response a status code equal to that given

func (*ReleaseBlueprintVersionUsingPOST1OK) IsRedirect added in v0.5.0

func (o *ReleaseBlueprintVersionUsingPOST1OK) IsRedirect() bool

IsRedirect returns true when this release blueprint version using p o s t1 o k response has a 3xx status code

func (*ReleaseBlueprintVersionUsingPOST1OK) IsServerError added in v0.5.0

func (o *ReleaseBlueprintVersionUsingPOST1OK) IsServerError() bool

IsServerError returns true when this release blueprint version using p o s t1 o k response has a 5xx status code

func (*ReleaseBlueprintVersionUsingPOST1OK) IsSuccess added in v0.5.0

IsSuccess returns true when this release blueprint version using p o s t1 o k response has a 2xx status code

func (*ReleaseBlueprintVersionUsingPOST1OK) String added in v0.5.0

type ReleaseBlueprintVersionUsingPOST1Params added in v0.2.0

type ReleaseBlueprintVersionUsingPOST1Params struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* BlueprintID.

	   blueprintId

	   Format: uuid
	*/
	BlueprintID strfmt.UUID

	/* Version.

	   version
	*/
	Version string

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

ReleaseBlueprintVersionUsingPOST1Params contains all the parameters to send to the API endpoint

for the release blueprint version using p o s t 1 operation.

Typically these are written to a http.Request.

func NewReleaseBlueprintVersionUsingPOST1Params added in v0.2.0

func NewReleaseBlueprintVersionUsingPOST1Params() *ReleaseBlueprintVersionUsingPOST1Params

NewReleaseBlueprintVersionUsingPOST1Params creates a new ReleaseBlueprintVersionUsingPOST1Params 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 NewReleaseBlueprintVersionUsingPOST1ParamsWithContext added in v0.2.0

func NewReleaseBlueprintVersionUsingPOST1ParamsWithContext(ctx context.Context) *ReleaseBlueprintVersionUsingPOST1Params

NewReleaseBlueprintVersionUsingPOST1ParamsWithContext creates a new ReleaseBlueprintVersionUsingPOST1Params object with the ability to set a context for a request.

func NewReleaseBlueprintVersionUsingPOST1ParamsWithHTTPClient added in v0.2.0

func NewReleaseBlueprintVersionUsingPOST1ParamsWithHTTPClient(client *http.Client) *ReleaseBlueprintVersionUsingPOST1Params

NewReleaseBlueprintVersionUsingPOST1ParamsWithHTTPClient creates a new ReleaseBlueprintVersionUsingPOST1Params object with the ability to set a custom HTTPClient for a request.

func NewReleaseBlueprintVersionUsingPOST1ParamsWithTimeout added in v0.2.0

func NewReleaseBlueprintVersionUsingPOST1ParamsWithTimeout(timeout time.Duration) *ReleaseBlueprintVersionUsingPOST1Params

NewReleaseBlueprintVersionUsingPOST1ParamsWithTimeout creates a new ReleaseBlueprintVersionUsingPOST1Params object with the ability to set a timeout on a request.

func (*ReleaseBlueprintVersionUsingPOST1Params) SetAPIVersion added in v0.2.0

func (o *ReleaseBlueprintVersionUsingPOST1Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the release blueprint version using p o s t 1 params

func (*ReleaseBlueprintVersionUsingPOST1Params) SetBlueprintID added in v0.2.0

func (o *ReleaseBlueprintVersionUsingPOST1Params) SetBlueprintID(blueprintID strfmt.UUID)

SetBlueprintID adds the blueprintId to the release blueprint version using p o s t 1 params

func (*ReleaseBlueprintVersionUsingPOST1Params) SetContext added in v0.2.0

SetContext adds the context to the release blueprint version using p o s t 1 params

func (*ReleaseBlueprintVersionUsingPOST1Params) SetDefaults added in v0.2.20

func (o *ReleaseBlueprintVersionUsingPOST1Params) SetDefaults()

SetDefaults hydrates default values in the release blueprint version using p o s t 1 params (not the query body).

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

func (*ReleaseBlueprintVersionUsingPOST1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the release blueprint version using p o s t 1 params

func (*ReleaseBlueprintVersionUsingPOST1Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the release blueprint version using p o s t 1 params

func (*ReleaseBlueprintVersionUsingPOST1Params) SetVersion added in v0.2.0

func (o *ReleaseBlueprintVersionUsingPOST1Params) SetVersion(version string)

SetVersion adds the version to the release blueprint version using p o s t 1 params

func (*ReleaseBlueprintVersionUsingPOST1Params) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the release blueprint version using p o s t 1 params

func (*ReleaseBlueprintVersionUsingPOST1Params) WithBlueprintID added in v0.2.0

WithBlueprintID adds the blueprintID to the release blueprint version using p o s t 1 params

func (*ReleaseBlueprintVersionUsingPOST1Params) WithContext added in v0.2.0

WithContext adds the context to the release blueprint version using p o s t 1 params

func (*ReleaseBlueprintVersionUsingPOST1Params) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the release blueprint version using p o s t 1 params (not the query body).

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

func (*ReleaseBlueprintVersionUsingPOST1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the release blueprint version using p o s t 1 params

func (*ReleaseBlueprintVersionUsingPOST1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the release blueprint version using p o s t 1 params

func (*ReleaseBlueprintVersionUsingPOST1Params) WithVersion added in v0.2.0

WithVersion adds the version to the release blueprint version using p o s t 1 params

func (*ReleaseBlueprintVersionUsingPOST1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type ReleaseBlueprintVersionUsingPOST1Reader added in v0.2.0

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

ReleaseBlueprintVersionUsingPOST1Reader is a Reader for the ReleaseBlueprintVersionUsingPOST1 structure.

func (*ReleaseBlueprintVersionUsingPOST1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type ReleaseBlueprintVersionUsingPOST1Unauthorized added in v0.2.0

type ReleaseBlueprintVersionUsingPOST1Unauthorized struct {
}

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

Unauthorized

func NewReleaseBlueprintVersionUsingPOST1Unauthorized added in v0.2.0

func NewReleaseBlueprintVersionUsingPOST1Unauthorized() *ReleaseBlueprintVersionUsingPOST1Unauthorized

NewReleaseBlueprintVersionUsingPOST1Unauthorized creates a ReleaseBlueprintVersionUsingPOST1Unauthorized with default headers values

func (*ReleaseBlueprintVersionUsingPOST1Unauthorized) Error added in v0.2.0

func (*ReleaseBlueprintVersionUsingPOST1Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this release blueprint version using p o s t1 unauthorized response has a 4xx status code

func (*ReleaseBlueprintVersionUsingPOST1Unauthorized) IsCode added in v0.5.0

IsCode returns true when this release blueprint version using p o s t1 unauthorized response a status code equal to that given

func (*ReleaseBlueprintVersionUsingPOST1Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this release blueprint version using p o s t1 unauthorized response has a 3xx status code

func (*ReleaseBlueprintVersionUsingPOST1Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this release blueprint version using p o s t1 unauthorized response has a 5xx status code

func (*ReleaseBlueprintVersionUsingPOST1Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this release blueprint version using p o s t1 unauthorized response has a 2xx status code

func (*ReleaseBlueprintVersionUsingPOST1Unauthorized) String added in v0.5.0

type RestoreBlueprintVersionUsingPOST1Forbidden added in v0.2.0

type RestoreBlueprintVersionUsingPOST1Forbidden struct {
}

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

Forbidden

func NewRestoreBlueprintVersionUsingPOST1Forbidden added in v0.2.0

func NewRestoreBlueprintVersionUsingPOST1Forbidden() *RestoreBlueprintVersionUsingPOST1Forbidden

NewRestoreBlueprintVersionUsingPOST1Forbidden creates a RestoreBlueprintVersionUsingPOST1Forbidden with default headers values

func (*RestoreBlueprintVersionUsingPOST1Forbidden) Error added in v0.2.0

func (*RestoreBlueprintVersionUsingPOST1Forbidden) IsClientError added in v0.5.0

IsClientError returns true when this restore blueprint version using p o s t1 forbidden response has a 4xx status code

func (*RestoreBlueprintVersionUsingPOST1Forbidden) IsCode added in v0.5.0

IsCode returns true when this restore blueprint version using p o s t1 forbidden response a status code equal to that given

func (*RestoreBlueprintVersionUsingPOST1Forbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this restore blueprint version using p o s t1 forbidden response has a 3xx status code

func (*RestoreBlueprintVersionUsingPOST1Forbidden) IsServerError added in v0.5.0

IsServerError returns true when this restore blueprint version using p o s t1 forbidden response has a 5xx status code

func (*RestoreBlueprintVersionUsingPOST1Forbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this restore blueprint version using p o s t1 forbidden response has a 2xx status code

func (*RestoreBlueprintVersionUsingPOST1Forbidden) String added in v0.5.0

type RestoreBlueprintVersionUsingPOST1NotFound added in v0.2.0

type RestoreBlueprintVersionUsingPOST1NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewRestoreBlueprintVersionUsingPOST1NotFound added in v0.2.0

func NewRestoreBlueprintVersionUsingPOST1NotFound() *RestoreBlueprintVersionUsingPOST1NotFound

NewRestoreBlueprintVersionUsingPOST1NotFound creates a RestoreBlueprintVersionUsingPOST1NotFound with default headers values

func (*RestoreBlueprintVersionUsingPOST1NotFound) Error added in v0.2.0

func (*RestoreBlueprintVersionUsingPOST1NotFound) GetPayload added in v0.2.9

func (*RestoreBlueprintVersionUsingPOST1NotFound) IsClientError added in v0.5.0

IsClientError returns true when this restore blueprint version using p o s t1 not found response has a 4xx status code

func (*RestoreBlueprintVersionUsingPOST1NotFound) IsCode added in v0.5.0

IsCode returns true when this restore blueprint version using p o s t1 not found response a status code equal to that given

func (*RestoreBlueprintVersionUsingPOST1NotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this restore blueprint version using p o s t1 not found response has a 3xx status code

func (*RestoreBlueprintVersionUsingPOST1NotFound) IsServerError added in v0.5.0

IsServerError returns true when this restore blueprint version using p o s t1 not found response has a 5xx status code

func (*RestoreBlueprintVersionUsingPOST1NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this restore blueprint version using p o s t1 not found response has a 2xx status code

func (*RestoreBlueprintVersionUsingPOST1NotFound) String added in v0.5.0

type RestoreBlueprintVersionUsingPOST1OK added in v0.2.0

type RestoreBlueprintVersionUsingPOST1OK struct {
	Payload *models.Blueprint
}

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

OK

func NewRestoreBlueprintVersionUsingPOST1OK added in v0.2.0

func NewRestoreBlueprintVersionUsingPOST1OK() *RestoreBlueprintVersionUsingPOST1OK

NewRestoreBlueprintVersionUsingPOST1OK creates a RestoreBlueprintVersionUsingPOST1OK with default headers values

func (*RestoreBlueprintVersionUsingPOST1OK) Error added in v0.2.0

func (*RestoreBlueprintVersionUsingPOST1OK) GetPayload added in v0.2.0

func (*RestoreBlueprintVersionUsingPOST1OK) IsClientError added in v0.5.0

func (o *RestoreBlueprintVersionUsingPOST1OK) IsClientError() bool

IsClientError returns true when this restore blueprint version using p o s t1 o k response has a 4xx status code

func (*RestoreBlueprintVersionUsingPOST1OK) IsCode added in v0.5.0

IsCode returns true when this restore blueprint version using p o s t1 o k response a status code equal to that given

func (*RestoreBlueprintVersionUsingPOST1OK) IsRedirect added in v0.5.0

func (o *RestoreBlueprintVersionUsingPOST1OK) IsRedirect() bool

IsRedirect returns true when this restore blueprint version using p o s t1 o k response has a 3xx status code

func (*RestoreBlueprintVersionUsingPOST1OK) IsServerError added in v0.5.0

func (o *RestoreBlueprintVersionUsingPOST1OK) IsServerError() bool

IsServerError returns true when this restore blueprint version using p o s t1 o k response has a 5xx status code

func (*RestoreBlueprintVersionUsingPOST1OK) IsSuccess added in v0.5.0

IsSuccess returns true when this restore blueprint version using p o s t1 o k response has a 2xx status code

func (*RestoreBlueprintVersionUsingPOST1OK) String added in v0.5.0

type RestoreBlueprintVersionUsingPOST1Params added in v0.2.0

type RestoreBlueprintVersionUsingPOST1Params struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* BlueprintID.

	   blueprintId

	   Format: uuid
	*/
	BlueprintID strfmt.UUID

	/* Version.

	   version
	*/
	Version string

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

RestoreBlueprintVersionUsingPOST1Params contains all the parameters to send to the API endpoint

for the restore blueprint version using p o s t 1 operation.

Typically these are written to a http.Request.

func NewRestoreBlueprintVersionUsingPOST1Params added in v0.2.0

func NewRestoreBlueprintVersionUsingPOST1Params() *RestoreBlueprintVersionUsingPOST1Params

NewRestoreBlueprintVersionUsingPOST1Params creates a new RestoreBlueprintVersionUsingPOST1Params 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 NewRestoreBlueprintVersionUsingPOST1ParamsWithContext added in v0.2.0

func NewRestoreBlueprintVersionUsingPOST1ParamsWithContext(ctx context.Context) *RestoreBlueprintVersionUsingPOST1Params

NewRestoreBlueprintVersionUsingPOST1ParamsWithContext creates a new RestoreBlueprintVersionUsingPOST1Params object with the ability to set a context for a request.

func NewRestoreBlueprintVersionUsingPOST1ParamsWithHTTPClient added in v0.2.0

func NewRestoreBlueprintVersionUsingPOST1ParamsWithHTTPClient(client *http.Client) *RestoreBlueprintVersionUsingPOST1Params

NewRestoreBlueprintVersionUsingPOST1ParamsWithHTTPClient creates a new RestoreBlueprintVersionUsingPOST1Params object with the ability to set a custom HTTPClient for a request.

func NewRestoreBlueprintVersionUsingPOST1ParamsWithTimeout added in v0.2.0

func NewRestoreBlueprintVersionUsingPOST1ParamsWithTimeout(timeout time.Duration) *RestoreBlueprintVersionUsingPOST1Params

NewRestoreBlueprintVersionUsingPOST1ParamsWithTimeout creates a new RestoreBlueprintVersionUsingPOST1Params object with the ability to set a timeout on a request.

func (*RestoreBlueprintVersionUsingPOST1Params) SetAPIVersion added in v0.2.0

func (o *RestoreBlueprintVersionUsingPOST1Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the restore blueprint version using p o s t 1 params

func (*RestoreBlueprintVersionUsingPOST1Params) SetBlueprintID added in v0.2.0

func (o *RestoreBlueprintVersionUsingPOST1Params) SetBlueprintID(blueprintID strfmt.UUID)

SetBlueprintID adds the blueprintId to the restore blueprint version using p o s t 1 params

func (*RestoreBlueprintVersionUsingPOST1Params) SetContext added in v0.2.0

SetContext adds the context to the restore blueprint version using p o s t 1 params

func (*RestoreBlueprintVersionUsingPOST1Params) SetDefaults added in v0.2.20

func (o *RestoreBlueprintVersionUsingPOST1Params) SetDefaults()

SetDefaults hydrates default values in the restore blueprint version using p o s t 1 params (not the query body).

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

func (*RestoreBlueprintVersionUsingPOST1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the restore blueprint version using p o s t 1 params

func (*RestoreBlueprintVersionUsingPOST1Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the restore blueprint version using p o s t 1 params

func (*RestoreBlueprintVersionUsingPOST1Params) SetVersion added in v0.2.0

func (o *RestoreBlueprintVersionUsingPOST1Params) SetVersion(version string)

SetVersion adds the version to the restore blueprint version using p o s t 1 params

func (*RestoreBlueprintVersionUsingPOST1Params) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the restore blueprint version using p o s t 1 params

func (*RestoreBlueprintVersionUsingPOST1Params) WithBlueprintID added in v0.2.0

WithBlueprintID adds the blueprintID to the restore blueprint version using p o s t 1 params

func (*RestoreBlueprintVersionUsingPOST1Params) WithContext added in v0.2.0

WithContext adds the context to the restore blueprint version using p o s t 1 params

func (*RestoreBlueprintVersionUsingPOST1Params) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the restore blueprint version using p o s t 1 params (not the query body).

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

func (*RestoreBlueprintVersionUsingPOST1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the restore blueprint version using p o s t 1 params

func (*RestoreBlueprintVersionUsingPOST1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the restore blueprint version using p o s t 1 params

func (*RestoreBlueprintVersionUsingPOST1Params) WithVersion added in v0.2.0

WithVersion adds the version to the restore blueprint version using p o s t 1 params

func (*RestoreBlueprintVersionUsingPOST1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type RestoreBlueprintVersionUsingPOST1Reader added in v0.2.0

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

RestoreBlueprintVersionUsingPOST1Reader is a Reader for the RestoreBlueprintVersionUsingPOST1 structure.

func (*RestoreBlueprintVersionUsingPOST1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type RestoreBlueprintVersionUsingPOST1Unauthorized added in v0.2.0

type RestoreBlueprintVersionUsingPOST1Unauthorized struct {
}

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

Unauthorized

func NewRestoreBlueprintVersionUsingPOST1Unauthorized added in v0.2.0

func NewRestoreBlueprintVersionUsingPOST1Unauthorized() *RestoreBlueprintVersionUsingPOST1Unauthorized

NewRestoreBlueprintVersionUsingPOST1Unauthorized creates a RestoreBlueprintVersionUsingPOST1Unauthorized with default headers values

func (*RestoreBlueprintVersionUsingPOST1Unauthorized) Error added in v0.2.0

func (*RestoreBlueprintVersionUsingPOST1Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this restore blueprint version using p o s t1 unauthorized response has a 4xx status code

func (*RestoreBlueprintVersionUsingPOST1Unauthorized) IsCode added in v0.5.0

IsCode returns true when this restore blueprint version using p o s t1 unauthorized response a status code equal to that given

func (*RestoreBlueprintVersionUsingPOST1Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this restore blueprint version using p o s t1 unauthorized response has a 3xx status code

func (*RestoreBlueprintVersionUsingPOST1Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this restore blueprint version using p o s t1 unauthorized response has a 5xx status code

func (*RestoreBlueprintVersionUsingPOST1Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this restore blueprint version using p o s t1 unauthorized response has a 2xx status code

func (*RestoreBlueprintVersionUsingPOST1Unauthorized) String added in v0.5.0

type UnReleaseBlueprintVersionUsingPOST1Forbidden added in v0.2.0

type UnReleaseBlueprintVersionUsingPOST1Forbidden struct {
}

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

Forbidden

func NewUnReleaseBlueprintVersionUsingPOST1Forbidden added in v0.2.0

func NewUnReleaseBlueprintVersionUsingPOST1Forbidden() *UnReleaseBlueprintVersionUsingPOST1Forbidden

NewUnReleaseBlueprintVersionUsingPOST1Forbidden creates a UnReleaseBlueprintVersionUsingPOST1Forbidden with default headers values

func (*UnReleaseBlueprintVersionUsingPOST1Forbidden) Error added in v0.2.0

func (*UnReleaseBlueprintVersionUsingPOST1Forbidden) IsClientError added in v0.5.0

IsClientError returns true when this un release blueprint version using p o s t1 forbidden response has a 4xx status code

func (*UnReleaseBlueprintVersionUsingPOST1Forbidden) IsCode added in v0.5.0

IsCode returns true when this un release blueprint version using p o s t1 forbidden response a status code equal to that given

func (*UnReleaseBlueprintVersionUsingPOST1Forbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this un release blueprint version using p o s t1 forbidden response has a 3xx status code

func (*UnReleaseBlueprintVersionUsingPOST1Forbidden) IsServerError added in v0.5.0

IsServerError returns true when this un release blueprint version using p o s t1 forbidden response has a 5xx status code

func (*UnReleaseBlueprintVersionUsingPOST1Forbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this un release blueprint version using p o s t1 forbidden response has a 2xx status code

func (*UnReleaseBlueprintVersionUsingPOST1Forbidden) String added in v0.5.0

type UnReleaseBlueprintVersionUsingPOST1NotFound added in v0.2.0

type UnReleaseBlueprintVersionUsingPOST1NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewUnReleaseBlueprintVersionUsingPOST1NotFound added in v0.2.0

func NewUnReleaseBlueprintVersionUsingPOST1NotFound() *UnReleaseBlueprintVersionUsingPOST1NotFound

NewUnReleaseBlueprintVersionUsingPOST1NotFound creates a UnReleaseBlueprintVersionUsingPOST1NotFound with default headers values

func (*UnReleaseBlueprintVersionUsingPOST1NotFound) Error added in v0.2.0

func (*UnReleaseBlueprintVersionUsingPOST1NotFound) GetPayload added in v0.2.9

func (*UnReleaseBlueprintVersionUsingPOST1NotFound) IsClientError added in v0.5.0

IsClientError returns true when this un release blueprint version using p o s t1 not found response has a 4xx status code

func (*UnReleaseBlueprintVersionUsingPOST1NotFound) IsCode added in v0.5.0

IsCode returns true when this un release blueprint version using p o s t1 not found response a status code equal to that given

func (*UnReleaseBlueprintVersionUsingPOST1NotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this un release blueprint version using p o s t1 not found response has a 3xx status code

func (*UnReleaseBlueprintVersionUsingPOST1NotFound) IsServerError added in v0.5.0

IsServerError returns true when this un release blueprint version using p o s t1 not found response has a 5xx status code

func (*UnReleaseBlueprintVersionUsingPOST1NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this un release blueprint version using p o s t1 not found response has a 2xx status code

func (*UnReleaseBlueprintVersionUsingPOST1NotFound) String added in v0.5.0

type UnReleaseBlueprintVersionUsingPOST1OK added in v0.2.0

type UnReleaseBlueprintVersionUsingPOST1OK struct {
	Payload *models.BlueprintVersion
}

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

OK

func NewUnReleaseBlueprintVersionUsingPOST1OK added in v0.2.0

func NewUnReleaseBlueprintVersionUsingPOST1OK() *UnReleaseBlueprintVersionUsingPOST1OK

NewUnReleaseBlueprintVersionUsingPOST1OK creates a UnReleaseBlueprintVersionUsingPOST1OK with default headers values

func (*UnReleaseBlueprintVersionUsingPOST1OK) Error added in v0.2.0

func (*UnReleaseBlueprintVersionUsingPOST1OK) GetPayload added in v0.2.0

func (*UnReleaseBlueprintVersionUsingPOST1OK) IsClientError added in v0.5.0

func (o *UnReleaseBlueprintVersionUsingPOST1OK) IsClientError() bool

IsClientError returns true when this un release blueprint version using p o s t1 o k response has a 4xx status code

func (*UnReleaseBlueprintVersionUsingPOST1OK) IsCode added in v0.5.0

IsCode returns true when this un release blueprint version using p o s t1 o k response a status code equal to that given

func (*UnReleaseBlueprintVersionUsingPOST1OK) IsRedirect added in v0.5.0

IsRedirect returns true when this un release blueprint version using p o s t1 o k response has a 3xx status code

func (*UnReleaseBlueprintVersionUsingPOST1OK) IsServerError added in v0.5.0

func (o *UnReleaseBlueprintVersionUsingPOST1OK) IsServerError() bool

IsServerError returns true when this un release blueprint version using p o s t1 o k response has a 5xx status code

func (*UnReleaseBlueprintVersionUsingPOST1OK) IsSuccess added in v0.5.0

IsSuccess returns true when this un release blueprint version using p o s t1 o k response has a 2xx status code

func (*UnReleaseBlueprintVersionUsingPOST1OK) String added in v0.5.0

type UnReleaseBlueprintVersionUsingPOST1Params added in v0.2.0

type UnReleaseBlueprintVersionUsingPOST1Params struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* BlueprintID.

	   blueprintId

	   Format: uuid
	*/
	BlueprintID strfmt.UUID

	/* Version.

	   version
	*/
	Version string

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

UnReleaseBlueprintVersionUsingPOST1Params contains all the parameters to send to the API endpoint

for the un release blueprint version using p o s t 1 operation.

Typically these are written to a http.Request.

func NewUnReleaseBlueprintVersionUsingPOST1Params added in v0.2.0

func NewUnReleaseBlueprintVersionUsingPOST1Params() *UnReleaseBlueprintVersionUsingPOST1Params

NewUnReleaseBlueprintVersionUsingPOST1Params creates a new UnReleaseBlueprintVersionUsingPOST1Params 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 NewUnReleaseBlueprintVersionUsingPOST1ParamsWithContext added in v0.2.0

func NewUnReleaseBlueprintVersionUsingPOST1ParamsWithContext(ctx context.Context) *UnReleaseBlueprintVersionUsingPOST1Params

NewUnReleaseBlueprintVersionUsingPOST1ParamsWithContext creates a new UnReleaseBlueprintVersionUsingPOST1Params object with the ability to set a context for a request.

func NewUnReleaseBlueprintVersionUsingPOST1ParamsWithHTTPClient added in v0.2.0

func NewUnReleaseBlueprintVersionUsingPOST1ParamsWithHTTPClient(client *http.Client) *UnReleaseBlueprintVersionUsingPOST1Params

NewUnReleaseBlueprintVersionUsingPOST1ParamsWithHTTPClient creates a new UnReleaseBlueprintVersionUsingPOST1Params object with the ability to set a custom HTTPClient for a request.

func NewUnReleaseBlueprintVersionUsingPOST1ParamsWithTimeout added in v0.2.0

func NewUnReleaseBlueprintVersionUsingPOST1ParamsWithTimeout(timeout time.Duration) *UnReleaseBlueprintVersionUsingPOST1Params

NewUnReleaseBlueprintVersionUsingPOST1ParamsWithTimeout creates a new UnReleaseBlueprintVersionUsingPOST1Params object with the ability to set a timeout on a request.

func (*UnReleaseBlueprintVersionUsingPOST1Params) SetAPIVersion added in v0.2.0

func (o *UnReleaseBlueprintVersionUsingPOST1Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the un release blueprint version using p o s t 1 params

func (*UnReleaseBlueprintVersionUsingPOST1Params) SetBlueprintID added in v0.2.0

func (o *UnReleaseBlueprintVersionUsingPOST1Params) SetBlueprintID(blueprintID strfmt.UUID)

SetBlueprintID adds the blueprintId to the un release blueprint version using p o s t 1 params

func (*UnReleaseBlueprintVersionUsingPOST1Params) SetContext added in v0.2.0

SetContext adds the context to the un release blueprint version using p o s t 1 params

func (*UnReleaseBlueprintVersionUsingPOST1Params) SetDefaults added in v0.2.20

SetDefaults hydrates default values in the un release blueprint version using p o s t 1 params (not the query body).

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

func (*UnReleaseBlueprintVersionUsingPOST1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the un release blueprint version using p o s t 1 params

func (*UnReleaseBlueprintVersionUsingPOST1Params) SetTimeout added in v0.2.0

SetTimeout adds the timeout to the un release blueprint version using p o s t 1 params

func (*UnReleaseBlueprintVersionUsingPOST1Params) SetVersion added in v0.2.0

func (o *UnReleaseBlueprintVersionUsingPOST1Params) SetVersion(version string)

SetVersion adds the version to the un release blueprint version using p o s t 1 params

func (*UnReleaseBlueprintVersionUsingPOST1Params) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the un release blueprint version using p o s t 1 params

func (*UnReleaseBlueprintVersionUsingPOST1Params) WithBlueprintID added in v0.2.0

WithBlueprintID adds the blueprintID to the un release blueprint version using p o s t 1 params

func (*UnReleaseBlueprintVersionUsingPOST1Params) WithContext added in v0.2.0

WithContext adds the context to the un release blueprint version using p o s t 1 params

func (*UnReleaseBlueprintVersionUsingPOST1Params) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the un release blueprint version using p o s t 1 params (not the query body).

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

func (*UnReleaseBlueprintVersionUsingPOST1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the un release blueprint version using p o s t 1 params

func (*UnReleaseBlueprintVersionUsingPOST1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the un release blueprint version using p o s t 1 params

func (*UnReleaseBlueprintVersionUsingPOST1Params) WithVersion added in v0.2.0

WithVersion adds the version to the un release blueprint version using p o s t 1 params

func (*UnReleaseBlueprintVersionUsingPOST1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type UnReleaseBlueprintVersionUsingPOST1Reader added in v0.2.0

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

UnReleaseBlueprintVersionUsingPOST1Reader is a Reader for the UnReleaseBlueprintVersionUsingPOST1 structure.

func (*UnReleaseBlueprintVersionUsingPOST1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type UnReleaseBlueprintVersionUsingPOST1Unauthorized added in v0.2.0

type UnReleaseBlueprintVersionUsingPOST1Unauthorized struct {
}

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

Unauthorized

func NewUnReleaseBlueprintVersionUsingPOST1Unauthorized added in v0.2.0

func NewUnReleaseBlueprintVersionUsingPOST1Unauthorized() *UnReleaseBlueprintVersionUsingPOST1Unauthorized

NewUnReleaseBlueprintVersionUsingPOST1Unauthorized creates a UnReleaseBlueprintVersionUsingPOST1Unauthorized with default headers values

func (*UnReleaseBlueprintVersionUsingPOST1Unauthorized) Error added in v0.2.0

func (*UnReleaseBlueprintVersionUsingPOST1Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this un release blueprint version using p o s t1 unauthorized response has a 4xx status code

func (*UnReleaseBlueprintVersionUsingPOST1Unauthorized) IsCode added in v0.5.0

IsCode returns true when this un release blueprint version using p o s t1 unauthorized response a status code equal to that given

func (*UnReleaseBlueprintVersionUsingPOST1Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this un release blueprint version using p o s t1 unauthorized response has a 3xx status code

func (*UnReleaseBlueprintVersionUsingPOST1Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this un release blueprint version using p o s t1 unauthorized response has a 5xx status code

func (*UnReleaseBlueprintVersionUsingPOST1Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this un release blueprint version using p o s t1 unauthorized response has a 2xx status code

func (*UnReleaseBlueprintVersionUsingPOST1Unauthorized) String added in v0.5.0

type UpdateBlueprintUsingPUT1Forbidden added in v0.2.0

type UpdateBlueprintUsingPUT1Forbidden struct {
}

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

Forbidden

func NewUpdateBlueprintUsingPUT1Forbidden added in v0.2.0

func NewUpdateBlueprintUsingPUT1Forbidden() *UpdateBlueprintUsingPUT1Forbidden

NewUpdateBlueprintUsingPUT1Forbidden creates a UpdateBlueprintUsingPUT1Forbidden with default headers values

func (*UpdateBlueprintUsingPUT1Forbidden) Error added in v0.2.0

func (*UpdateBlueprintUsingPUT1Forbidden) IsClientError added in v0.5.0

func (o *UpdateBlueprintUsingPUT1Forbidden) IsClientError() bool

IsClientError returns true when this update blueprint using p u t1 forbidden response has a 4xx status code

func (*UpdateBlueprintUsingPUT1Forbidden) IsCode added in v0.5.0

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

IsCode returns true when this update blueprint using p u t1 forbidden response a status code equal to that given

func (*UpdateBlueprintUsingPUT1Forbidden) IsRedirect added in v0.5.0

func (o *UpdateBlueprintUsingPUT1Forbidden) IsRedirect() bool

IsRedirect returns true when this update blueprint using p u t1 forbidden response has a 3xx status code

func (*UpdateBlueprintUsingPUT1Forbidden) IsServerError added in v0.5.0

func (o *UpdateBlueprintUsingPUT1Forbidden) IsServerError() bool

IsServerError returns true when this update blueprint using p u t1 forbidden response has a 5xx status code

func (*UpdateBlueprintUsingPUT1Forbidden) IsSuccess added in v0.5.0

func (o *UpdateBlueprintUsingPUT1Forbidden) IsSuccess() bool

IsSuccess returns true when this update blueprint using p u t1 forbidden response has a 2xx status code

func (*UpdateBlueprintUsingPUT1Forbidden) String added in v0.5.0

type UpdateBlueprintUsingPUT1NotFound added in v0.2.0

type UpdateBlueprintUsingPUT1NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewUpdateBlueprintUsingPUT1NotFound added in v0.2.0

func NewUpdateBlueprintUsingPUT1NotFound() *UpdateBlueprintUsingPUT1NotFound

NewUpdateBlueprintUsingPUT1NotFound creates a UpdateBlueprintUsingPUT1NotFound with default headers values

func (*UpdateBlueprintUsingPUT1NotFound) Error added in v0.2.0

func (*UpdateBlueprintUsingPUT1NotFound) GetPayload added in v0.2.9

func (*UpdateBlueprintUsingPUT1NotFound) IsClientError added in v0.5.0

func (o *UpdateBlueprintUsingPUT1NotFound) IsClientError() bool

IsClientError returns true when this update blueprint using p u t1 not found response has a 4xx status code

func (*UpdateBlueprintUsingPUT1NotFound) IsCode added in v0.5.0

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

IsCode returns true when this update blueprint using p u t1 not found response a status code equal to that given

func (*UpdateBlueprintUsingPUT1NotFound) IsRedirect added in v0.5.0

func (o *UpdateBlueprintUsingPUT1NotFound) IsRedirect() bool

IsRedirect returns true when this update blueprint using p u t1 not found response has a 3xx status code

func (*UpdateBlueprintUsingPUT1NotFound) IsServerError added in v0.5.0

func (o *UpdateBlueprintUsingPUT1NotFound) IsServerError() bool

IsServerError returns true when this update blueprint using p u t1 not found response has a 5xx status code

func (*UpdateBlueprintUsingPUT1NotFound) IsSuccess added in v0.5.0

func (o *UpdateBlueprintUsingPUT1NotFound) IsSuccess() bool

IsSuccess returns true when this update blueprint using p u t1 not found response has a 2xx status code

func (*UpdateBlueprintUsingPUT1NotFound) String added in v0.5.0

type UpdateBlueprintUsingPUT1OK added in v0.2.0

type UpdateBlueprintUsingPUT1OK struct {
	Payload *models.Blueprint
}

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

OK

func NewUpdateBlueprintUsingPUT1OK added in v0.2.0

func NewUpdateBlueprintUsingPUT1OK() *UpdateBlueprintUsingPUT1OK

NewUpdateBlueprintUsingPUT1OK creates a UpdateBlueprintUsingPUT1OK with default headers values

func (*UpdateBlueprintUsingPUT1OK) Error added in v0.2.0

func (*UpdateBlueprintUsingPUT1OK) GetPayload added in v0.2.0

func (o *UpdateBlueprintUsingPUT1OK) GetPayload() *models.Blueprint

func (*UpdateBlueprintUsingPUT1OK) IsClientError added in v0.5.0

func (o *UpdateBlueprintUsingPUT1OK) IsClientError() bool

IsClientError returns true when this update blueprint using p u t1 o k response has a 4xx status code

func (*UpdateBlueprintUsingPUT1OK) IsCode added in v0.5.0

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

IsCode returns true when this update blueprint using p u t1 o k response a status code equal to that given

func (*UpdateBlueprintUsingPUT1OK) IsRedirect added in v0.5.0

func (o *UpdateBlueprintUsingPUT1OK) IsRedirect() bool

IsRedirect returns true when this update blueprint using p u t1 o k response has a 3xx status code

func (*UpdateBlueprintUsingPUT1OK) IsServerError added in v0.5.0

func (o *UpdateBlueprintUsingPUT1OK) IsServerError() bool

IsServerError returns true when this update blueprint using p u t1 o k response has a 5xx status code

func (*UpdateBlueprintUsingPUT1OK) IsSuccess added in v0.5.0

func (o *UpdateBlueprintUsingPUT1OK) IsSuccess() bool

IsSuccess returns true when this update blueprint using p u t1 o k response has a 2xx status code

func (*UpdateBlueprintUsingPUT1OK) String added in v0.5.0

func (o *UpdateBlueprintUsingPUT1OK) String() string

type UpdateBlueprintUsingPUT1Params added in v0.2.0

type UpdateBlueprintUsingPUT1Params struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* Blueprint.

	   Blueprint object
	*/
	Blueprint *models.Blueprint

	/* BlueprintID.

	   blueprintId

	   Format: uuid
	*/
	BlueprintID strfmt.UUID

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

UpdateBlueprintUsingPUT1Params contains all the parameters to send to the API endpoint

for the update blueprint using p u t 1 operation.

Typically these are written to a http.Request.

func NewUpdateBlueprintUsingPUT1Params added in v0.2.0

func NewUpdateBlueprintUsingPUT1Params() *UpdateBlueprintUsingPUT1Params

NewUpdateBlueprintUsingPUT1Params creates a new UpdateBlueprintUsingPUT1Params 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 NewUpdateBlueprintUsingPUT1ParamsWithContext added in v0.2.0

func NewUpdateBlueprintUsingPUT1ParamsWithContext(ctx context.Context) *UpdateBlueprintUsingPUT1Params

NewUpdateBlueprintUsingPUT1ParamsWithContext creates a new UpdateBlueprintUsingPUT1Params object with the ability to set a context for a request.

func NewUpdateBlueprintUsingPUT1ParamsWithHTTPClient added in v0.2.0

func NewUpdateBlueprintUsingPUT1ParamsWithHTTPClient(client *http.Client) *UpdateBlueprintUsingPUT1Params

NewUpdateBlueprintUsingPUT1ParamsWithHTTPClient creates a new UpdateBlueprintUsingPUT1Params object with the ability to set a custom HTTPClient for a request.

func NewUpdateBlueprintUsingPUT1ParamsWithTimeout added in v0.2.0

func NewUpdateBlueprintUsingPUT1ParamsWithTimeout(timeout time.Duration) *UpdateBlueprintUsingPUT1Params

NewUpdateBlueprintUsingPUT1ParamsWithTimeout creates a new UpdateBlueprintUsingPUT1Params object with the ability to set a timeout on a request.

func (*UpdateBlueprintUsingPUT1Params) SetAPIVersion added in v0.2.0

func (o *UpdateBlueprintUsingPUT1Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the update blueprint using p u t 1 params

func (*UpdateBlueprintUsingPUT1Params) SetBlueprint added in v0.2.0

func (o *UpdateBlueprintUsingPUT1Params) SetBlueprint(blueprint *models.Blueprint)

SetBlueprint adds the blueprint to the update blueprint using p u t 1 params

func (*UpdateBlueprintUsingPUT1Params) SetBlueprintID added in v0.2.0

func (o *UpdateBlueprintUsingPUT1Params) SetBlueprintID(blueprintID strfmt.UUID)

SetBlueprintID adds the blueprintId to the update blueprint using p u t 1 params

func (*UpdateBlueprintUsingPUT1Params) SetContext added in v0.2.0

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

SetContext adds the context to the update blueprint using p u t 1 params

func (*UpdateBlueprintUsingPUT1Params) SetDefaults added in v0.2.20

func (o *UpdateBlueprintUsingPUT1Params) SetDefaults()

SetDefaults hydrates default values in the update blueprint using p u t 1 params (not the query body).

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

func (*UpdateBlueprintUsingPUT1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the update blueprint using p u t 1 params

func (*UpdateBlueprintUsingPUT1Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the update blueprint using p u t 1 params

func (*UpdateBlueprintUsingPUT1Params) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the update blueprint using p u t 1 params

func (*UpdateBlueprintUsingPUT1Params) WithBlueprint added in v0.2.0

WithBlueprint adds the blueprint to the update blueprint using p u t 1 params

func (*UpdateBlueprintUsingPUT1Params) WithBlueprintID added in v0.2.0

WithBlueprintID adds the blueprintID to the update blueprint using p u t 1 params

func (*UpdateBlueprintUsingPUT1Params) WithContext added in v0.2.0

WithContext adds the context to the update blueprint using p u t 1 params

func (*UpdateBlueprintUsingPUT1Params) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the update blueprint using p u t 1 params (not the query body).

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

func (*UpdateBlueprintUsingPUT1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the update blueprint using p u t 1 params

func (*UpdateBlueprintUsingPUT1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the update blueprint using p u t 1 params

func (*UpdateBlueprintUsingPUT1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type UpdateBlueprintUsingPUT1Reader added in v0.2.0

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

UpdateBlueprintUsingPUT1Reader is a Reader for the UpdateBlueprintUsingPUT1 structure.

func (*UpdateBlueprintUsingPUT1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type UpdateBlueprintUsingPUT1Unauthorized added in v0.2.0

type UpdateBlueprintUsingPUT1Unauthorized struct {
}

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

Unauthorized

func NewUpdateBlueprintUsingPUT1Unauthorized added in v0.2.0

func NewUpdateBlueprintUsingPUT1Unauthorized() *UpdateBlueprintUsingPUT1Unauthorized

NewUpdateBlueprintUsingPUT1Unauthorized creates a UpdateBlueprintUsingPUT1Unauthorized with default headers values

func (*UpdateBlueprintUsingPUT1Unauthorized) Error added in v0.2.0

func (*UpdateBlueprintUsingPUT1Unauthorized) IsClientError added in v0.5.0

func (o *UpdateBlueprintUsingPUT1Unauthorized) IsClientError() bool

IsClientError returns true when this update blueprint using p u t1 unauthorized response has a 4xx status code

func (*UpdateBlueprintUsingPUT1Unauthorized) IsCode added in v0.5.0

IsCode returns true when this update blueprint using p u t1 unauthorized response a status code equal to that given

func (*UpdateBlueprintUsingPUT1Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this update blueprint using p u t1 unauthorized response has a 3xx status code

func (*UpdateBlueprintUsingPUT1Unauthorized) IsServerError added in v0.5.0

func (o *UpdateBlueprintUsingPUT1Unauthorized) IsServerError() bool

IsServerError returns true when this update blueprint using p u t1 unauthorized response has a 5xx status code

func (*UpdateBlueprintUsingPUT1Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this update blueprint using p u t1 unauthorized response has a 2xx status code

func (*UpdateBlueprintUsingPUT1Unauthorized) String added in v0.5.0

Jump to

Keyboard shortcuts

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