Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateBlueprintUsingPOST1(params *CreateBlueprintUsingPOST1Params) (*CreateBlueprintUsingPOST1Created, error)
- func (a *Client) CreateBlueprintVersionUsingPOST1(params *CreateBlueprintVersionUsingPOST1Params) (*CreateBlueprintVersionUsingPOST1Created, error)
- func (a *Client) DeleteBlueprintUsingDELETE1(params *DeleteBlueprintUsingDELETE1Params) (*DeleteBlueprintUsingDELETE1NoContent, error)
- func (a *Client) GetBlueprintInputsSchemaUsingGET1(params *GetBlueprintInputsSchemaUsingGET1Params) (*GetBlueprintInputsSchemaUsingGET1OK, error)
- func (a *Client) GetBlueprintUsingGET1(params *GetBlueprintUsingGET1Params) (*GetBlueprintUsingGET1OK, error)
- func (a *Client) GetBlueprintVersionInputsSchemaUsingGET1(params *GetBlueprintVersionInputsSchemaUsingGET1Params) (*GetBlueprintVersionInputsSchemaUsingGET1OK, error)
- func (a *Client) GetBlueprintVersionUsingGET1(params *GetBlueprintVersionUsingGET1Params) (*GetBlueprintVersionUsingGET1OK, error)
- func (a *Client) ListBlueprintVersionsUsingGET(params *ListBlueprintVersionsUsingGETParams) (*ListBlueprintVersionsUsingGETOK, error)
- func (a *Client) ListBlueprintsUsingGET1(params *ListBlueprintsUsingGET1Params) (*ListBlueprintsUsingGET1OK, error)
- func (a *Client) ReleaseBlueprintVersionUsingPOST1(params *ReleaseBlueprintVersionUsingPOST1Params) (*ReleaseBlueprintVersionUsingPOST1OK, error)
- func (a *Client) RestoreBlueprintVersionUsingPOST1(params *RestoreBlueprintVersionUsingPOST1Params) (*RestoreBlueprintVersionUsingPOST1OK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UnReleaseBlueprintVersionUsingPOST1(params *UnReleaseBlueprintVersionUsingPOST1Params) (*UnReleaseBlueprintVersionUsingPOST1OK, error)
- func (a *Client) UpdateBlueprintUsingPUT1(params *UpdateBlueprintUsingPUT1Params) (*UpdateBlueprintUsingPUT1OK, error)
- type CreateBlueprintUsingPOST1BadRequest
- type CreateBlueprintUsingPOST1Created
- type CreateBlueprintUsingPOST1Forbidden
- type CreateBlueprintUsingPOST1Params
- func NewCreateBlueprintUsingPOST1Params() *CreateBlueprintUsingPOST1Params
- func NewCreateBlueprintUsingPOST1ParamsWithContext(ctx context.Context) *CreateBlueprintUsingPOST1Params
- func NewCreateBlueprintUsingPOST1ParamsWithHTTPClient(client *http.Client) *CreateBlueprintUsingPOST1Params
- func NewCreateBlueprintUsingPOST1ParamsWithTimeout(timeout time.Duration) *CreateBlueprintUsingPOST1Params
- func (o *CreateBlueprintUsingPOST1Params) SetAPIVersion(aPIVersion *string)
- func (o *CreateBlueprintUsingPOST1Params) SetBlueprint(blueprint *models.Blueprint)
- func (o *CreateBlueprintUsingPOST1Params) SetContext(ctx context.Context)
- func (o *CreateBlueprintUsingPOST1Params) SetHTTPClient(client *http.Client)
- func (o *CreateBlueprintUsingPOST1Params) SetTimeout(timeout time.Duration)
- func (o *CreateBlueprintUsingPOST1Params) WithAPIVersion(aPIVersion *string) *CreateBlueprintUsingPOST1Params
- func (o *CreateBlueprintUsingPOST1Params) WithBlueprint(blueprint *models.Blueprint) *CreateBlueprintUsingPOST1Params
- func (o *CreateBlueprintUsingPOST1Params) WithContext(ctx context.Context) *CreateBlueprintUsingPOST1Params
- func (o *CreateBlueprintUsingPOST1Params) WithHTTPClient(client *http.Client) *CreateBlueprintUsingPOST1Params
- func (o *CreateBlueprintUsingPOST1Params) WithTimeout(timeout time.Duration) *CreateBlueprintUsingPOST1Params
- func (o *CreateBlueprintUsingPOST1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateBlueprintUsingPOST1Reader
- type CreateBlueprintUsingPOST1Unauthorized
- type CreateBlueprintVersionUsingPOST1BadRequest
- type CreateBlueprintVersionUsingPOST1Created
- type CreateBlueprintVersionUsingPOST1Forbidden
- type CreateBlueprintVersionUsingPOST1NotFound
- type CreateBlueprintVersionUsingPOST1Params
- func NewCreateBlueprintVersionUsingPOST1Params() *CreateBlueprintVersionUsingPOST1Params
- func NewCreateBlueprintVersionUsingPOST1ParamsWithContext(ctx context.Context) *CreateBlueprintVersionUsingPOST1Params
- func NewCreateBlueprintVersionUsingPOST1ParamsWithHTTPClient(client *http.Client) *CreateBlueprintVersionUsingPOST1Params
- func NewCreateBlueprintVersionUsingPOST1ParamsWithTimeout(timeout time.Duration) *CreateBlueprintVersionUsingPOST1Params
- func (o *CreateBlueprintVersionUsingPOST1Params) SetAPIVersion(aPIVersion *string)
- func (o *CreateBlueprintVersionUsingPOST1Params) SetBlueprintID(blueprintID strfmt.UUID)
- func (o *CreateBlueprintVersionUsingPOST1Params) SetContext(ctx context.Context)
- func (o *CreateBlueprintVersionUsingPOST1Params) SetHTTPClient(client *http.Client)
- func (o *CreateBlueprintVersionUsingPOST1Params) SetTimeout(timeout time.Duration)
- func (o *CreateBlueprintVersionUsingPOST1Params) SetVersionRequest(versionRequest *models.BlueprintVersionRequest)
- func (o *CreateBlueprintVersionUsingPOST1Params) WithAPIVersion(aPIVersion *string) *CreateBlueprintVersionUsingPOST1Params
- func (o *CreateBlueprintVersionUsingPOST1Params) WithBlueprintID(blueprintID strfmt.UUID) *CreateBlueprintVersionUsingPOST1Params
- func (o *CreateBlueprintVersionUsingPOST1Params) WithContext(ctx context.Context) *CreateBlueprintVersionUsingPOST1Params
- func (o *CreateBlueprintVersionUsingPOST1Params) WithHTTPClient(client *http.Client) *CreateBlueprintVersionUsingPOST1Params
- func (o *CreateBlueprintVersionUsingPOST1Params) WithTimeout(timeout time.Duration) *CreateBlueprintVersionUsingPOST1Params
- func (o *CreateBlueprintVersionUsingPOST1Params) WithVersionRequest(versionRequest *models.BlueprintVersionRequest) *CreateBlueprintVersionUsingPOST1Params
- func (o *CreateBlueprintVersionUsingPOST1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateBlueprintVersionUsingPOST1Reader
- type CreateBlueprintVersionUsingPOST1Unauthorized
- type DeleteBlueprintUsingDELETE1Forbidden
- type DeleteBlueprintUsingDELETE1NoContent
- type DeleteBlueprintUsingDELETE1NotFound
- type DeleteBlueprintUsingDELETE1Params
- func NewDeleteBlueprintUsingDELETE1Params() *DeleteBlueprintUsingDELETE1Params
- func NewDeleteBlueprintUsingDELETE1ParamsWithContext(ctx context.Context) *DeleteBlueprintUsingDELETE1Params
- func NewDeleteBlueprintUsingDELETE1ParamsWithHTTPClient(client *http.Client) *DeleteBlueprintUsingDELETE1Params
- func NewDeleteBlueprintUsingDELETE1ParamsWithTimeout(timeout time.Duration) *DeleteBlueprintUsingDELETE1Params
- func (o *DeleteBlueprintUsingDELETE1Params) SetAPIVersion(aPIVersion *string)
- func (o *DeleteBlueprintUsingDELETE1Params) SetBlueprintID(blueprintID strfmt.UUID)
- func (o *DeleteBlueprintUsingDELETE1Params) SetContext(ctx context.Context)
- func (o *DeleteBlueprintUsingDELETE1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteBlueprintUsingDELETE1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteBlueprintUsingDELETE1Params) WithAPIVersion(aPIVersion *string) *DeleteBlueprintUsingDELETE1Params
- func (o *DeleteBlueprintUsingDELETE1Params) WithBlueprintID(blueprintID strfmt.UUID) *DeleteBlueprintUsingDELETE1Params
- func (o *DeleteBlueprintUsingDELETE1Params) WithContext(ctx context.Context) *DeleteBlueprintUsingDELETE1Params
- func (o *DeleteBlueprintUsingDELETE1Params) WithHTTPClient(client *http.Client) *DeleteBlueprintUsingDELETE1Params
- func (o *DeleteBlueprintUsingDELETE1Params) WithTimeout(timeout time.Duration) *DeleteBlueprintUsingDELETE1Params
- func (o *DeleteBlueprintUsingDELETE1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteBlueprintUsingDELETE1Reader
- type DeleteBlueprintUsingDELETE1Unauthorized
- type GetBlueprintInputsSchemaUsingGET1Forbidden
- type GetBlueprintInputsSchemaUsingGET1NotFound
- type GetBlueprintInputsSchemaUsingGET1OK
- type GetBlueprintInputsSchemaUsingGET1Params
- func NewGetBlueprintInputsSchemaUsingGET1Params() *GetBlueprintInputsSchemaUsingGET1Params
- func NewGetBlueprintInputsSchemaUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintInputsSchemaUsingGET1Params
- func NewGetBlueprintInputsSchemaUsingGET1ParamsWithHTTPClient(client *http.Client) *GetBlueprintInputsSchemaUsingGET1Params
- func NewGetBlueprintInputsSchemaUsingGET1ParamsWithTimeout(timeout time.Duration) *GetBlueprintInputsSchemaUsingGET1Params
- func (o *GetBlueprintInputsSchemaUsingGET1Params) SetAPIVersion(aPIVersion *string)
- func (o *GetBlueprintInputsSchemaUsingGET1Params) SetBlueprintID(blueprintID string)
- func (o *GetBlueprintInputsSchemaUsingGET1Params) SetContext(ctx context.Context)
- func (o *GetBlueprintInputsSchemaUsingGET1Params) SetHTTPClient(client *http.Client)
- func (o *GetBlueprintInputsSchemaUsingGET1Params) SetTimeout(timeout time.Duration)
- func (o *GetBlueprintInputsSchemaUsingGET1Params) WithAPIVersion(aPIVersion *string) *GetBlueprintInputsSchemaUsingGET1Params
- func (o *GetBlueprintInputsSchemaUsingGET1Params) WithBlueprintID(blueprintID string) *GetBlueprintInputsSchemaUsingGET1Params
- func (o *GetBlueprintInputsSchemaUsingGET1Params) WithContext(ctx context.Context) *GetBlueprintInputsSchemaUsingGET1Params
- func (o *GetBlueprintInputsSchemaUsingGET1Params) WithHTTPClient(client *http.Client) *GetBlueprintInputsSchemaUsingGET1Params
- func (o *GetBlueprintInputsSchemaUsingGET1Params) WithTimeout(timeout time.Duration) *GetBlueprintInputsSchemaUsingGET1Params
- func (o *GetBlueprintInputsSchemaUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBlueprintInputsSchemaUsingGET1Reader
- type GetBlueprintInputsSchemaUsingGET1Unauthorized
- type GetBlueprintUsingGET1Forbidden
- type GetBlueprintUsingGET1NotFound
- type GetBlueprintUsingGET1OK
- type GetBlueprintUsingGET1Params
- func NewGetBlueprintUsingGET1Params() *GetBlueprintUsingGET1Params
- func NewGetBlueprintUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintUsingGET1Params
- func NewGetBlueprintUsingGET1ParamsWithHTTPClient(client *http.Client) *GetBlueprintUsingGET1Params
- func NewGetBlueprintUsingGET1ParamsWithTimeout(timeout time.Duration) *GetBlueprintUsingGET1Params
- func (o *GetBlueprintUsingGET1Params) SetAPIVersion(aPIVersion *string)
- func (o *GetBlueprintUsingGET1Params) SetBlueprintID(blueprintID strfmt.UUID)
- func (o *GetBlueprintUsingGET1Params) SetContext(ctx context.Context)
- func (o *GetBlueprintUsingGET1Params) SetDollarSelect(dollarSelect []string)
- func (o *GetBlueprintUsingGET1Params) SetHTTPClient(client *http.Client)
- func (o *GetBlueprintUsingGET1Params) SetTimeout(timeout time.Duration)
- func (o *GetBlueprintUsingGET1Params) WithAPIVersion(aPIVersion *string) *GetBlueprintUsingGET1Params
- func (o *GetBlueprintUsingGET1Params) WithBlueprintID(blueprintID strfmt.UUID) *GetBlueprintUsingGET1Params
- func (o *GetBlueprintUsingGET1Params) WithContext(ctx context.Context) *GetBlueprintUsingGET1Params
- func (o *GetBlueprintUsingGET1Params) WithDollarSelect(dollarSelect []string) *GetBlueprintUsingGET1Params
- func (o *GetBlueprintUsingGET1Params) WithHTTPClient(client *http.Client) *GetBlueprintUsingGET1Params
- func (o *GetBlueprintUsingGET1Params) WithTimeout(timeout time.Duration) *GetBlueprintUsingGET1Params
- func (o *GetBlueprintUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBlueprintUsingGET1Reader
- type GetBlueprintUsingGET1Unauthorized
- type GetBlueprintVersionInputsSchemaUsingGET1Forbidden
- type GetBlueprintVersionInputsSchemaUsingGET1NotFound
- type GetBlueprintVersionInputsSchemaUsingGET1OK
- type GetBlueprintVersionInputsSchemaUsingGET1Params
- func NewGetBlueprintVersionInputsSchemaUsingGET1Params() *GetBlueprintVersionInputsSchemaUsingGET1Params
- func NewGetBlueprintVersionInputsSchemaUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintVersionInputsSchemaUsingGET1Params
- func NewGetBlueprintVersionInputsSchemaUsingGET1ParamsWithHTTPClient(client *http.Client) *GetBlueprintVersionInputsSchemaUsingGET1Params
- func NewGetBlueprintVersionInputsSchemaUsingGET1ParamsWithTimeout(timeout time.Duration) *GetBlueprintVersionInputsSchemaUsingGET1Params
- func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) SetAPIVersion(aPIVersion *string)
- func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) SetBlueprintID(blueprintID string)
- func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) SetContext(ctx context.Context)
- func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) SetHTTPClient(client *http.Client)
- func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) SetTimeout(timeout time.Duration)
- func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) SetVersion(version string)
- func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) WithAPIVersion(aPIVersion *string) *GetBlueprintVersionInputsSchemaUsingGET1Params
- func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) WithBlueprintID(blueprintID string) *GetBlueprintVersionInputsSchemaUsingGET1Params
- func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) WithContext(ctx context.Context) *GetBlueprintVersionInputsSchemaUsingGET1Params
- func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) WithHTTPClient(client *http.Client) *GetBlueprintVersionInputsSchemaUsingGET1Params
- func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) WithTimeout(timeout time.Duration) *GetBlueprintVersionInputsSchemaUsingGET1Params
- func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) WithVersion(version string) *GetBlueprintVersionInputsSchemaUsingGET1Params
- func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBlueprintVersionInputsSchemaUsingGET1Reader
- type GetBlueprintVersionInputsSchemaUsingGET1Unauthorized
- type GetBlueprintVersionUsingGET1Forbidden
- type GetBlueprintVersionUsingGET1NotFound
- type GetBlueprintVersionUsingGET1OK
- type GetBlueprintVersionUsingGET1Params
- func NewGetBlueprintVersionUsingGET1Params() *GetBlueprintVersionUsingGET1Params
- func NewGetBlueprintVersionUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintVersionUsingGET1Params
- func NewGetBlueprintVersionUsingGET1ParamsWithHTTPClient(client *http.Client) *GetBlueprintVersionUsingGET1Params
- func NewGetBlueprintVersionUsingGET1ParamsWithTimeout(timeout time.Duration) *GetBlueprintVersionUsingGET1Params
- func (o *GetBlueprintVersionUsingGET1Params) SetBlueprintID(blueprintID strfmt.UUID)
- func (o *GetBlueprintVersionUsingGET1Params) SetContext(ctx context.Context)
- func (o *GetBlueprintVersionUsingGET1Params) SetDollarSelect(dollarSelect []string)
- func (o *GetBlueprintVersionUsingGET1Params) SetHTTPClient(client *http.Client)
- func (o *GetBlueprintVersionUsingGET1Params) SetTimeout(timeout time.Duration)
- func (o *GetBlueprintVersionUsingGET1Params) SetVersion(version string)
- func (o *GetBlueprintVersionUsingGET1Params) WithBlueprintID(blueprintID strfmt.UUID) *GetBlueprintVersionUsingGET1Params
- func (o *GetBlueprintVersionUsingGET1Params) WithContext(ctx context.Context) *GetBlueprintVersionUsingGET1Params
- func (o *GetBlueprintVersionUsingGET1Params) WithDollarSelect(dollarSelect []string) *GetBlueprintVersionUsingGET1Params
- func (o *GetBlueprintVersionUsingGET1Params) WithHTTPClient(client *http.Client) *GetBlueprintVersionUsingGET1Params
- func (o *GetBlueprintVersionUsingGET1Params) WithTimeout(timeout time.Duration) *GetBlueprintVersionUsingGET1Params
- func (o *GetBlueprintVersionUsingGET1Params) WithVersion(version string) *GetBlueprintVersionUsingGET1Params
- func (o *GetBlueprintVersionUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBlueprintVersionUsingGET1Reader
- type GetBlueprintVersionUsingGET1Unauthorized
- type ListBlueprintVersionsUsingGETBadRequest
- type ListBlueprintVersionsUsingGETForbidden
- type ListBlueprintVersionsUsingGETNotFound
- type ListBlueprintVersionsUsingGETOK
- type ListBlueprintVersionsUsingGETParams
- func NewListBlueprintVersionsUsingGETParams() *ListBlueprintVersionsUsingGETParams
- func NewListBlueprintVersionsUsingGETParamsWithContext(ctx context.Context) *ListBlueprintVersionsUsingGETParams
- func NewListBlueprintVersionsUsingGETParamsWithHTTPClient(client *http.Client) *ListBlueprintVersionsUsingGETParams
- func NewListBlueprintVersionsUsingGETParamsWithTimeout(timeout time.Duration) *ListBlueprintVersionsUsingGETParams
- func (o *ListBlueprintVersionsUsingGETParams) SetAPIVersion(aPIVersion *string)
- func (o *ListBlueprintVersionsUsingGETParams) SetBlueprintID(blueprintID strfmt.UUID)
- func (o *ListBlueprintVersionsUsingGETParams) SetContext(ctx context.Context)
- func (o *ListBlueprintVersionsUsingGETParams) SetDollarOrderby(dollarOrderby []string)
- func (o *ListBlueprintVersionsUsingGETParams) SetDollarSelect(dollarSelect []string)
- func (o *ListBlueprintVersionsUsingGETParams) SetDollarSkip(dollarSkip *int32)
- func (o *ListBlueprintVersionsUsingGETParams) SetDollarTop(dollarTop *int32)
- func (o *ListBlueprintVersionsUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *ListBlueprintVersionsUsingGETParams) SetStatus(status *string)
- func (o *ListBlueprintVersionsUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *ListBlueprintVersionsUsingGETParams) SetVersion(version *string)
- func (o *ListBlueprintVersionsUsingGETParams) WithAPIVersion(aPIVersion *string) *ListBlueprintVersionsUsingGETParams
- func (o *ListBlueprintVersionsUsingGETParams) WithBlueprintID(blueprintID strfmt.UUID) *ListBlueprintVersionsUsingGETParams
- func (o *ListBlueprintVersionsUsingGETParams) WithContext(ctx context.Context) *ListBlueprintVersionsUsingGETParams
- func (o *ListBlueprintVersionsUsingGETParams) WithDollarOrderby(dollarOrderby []string) *ListBlueprintVersionsUsingGETParams
- func (o *ListBlueprintVersionsUsingGETParams) WithDollarSelect(dollarSelect []string) *ListBlueprintVersionsUsingGETParams
- func (o *ListBlueprintVersionsUsingGETParams) WithDollarSkip(dollarSkip *int32) *ListBlueprintVersionsUsingGETParams
- func (o *ListBlueprintVersionsUsingGETParams) WithDollarTop(dollarTop *int32) *ListBlueprintVersionsUsingGETParams
- func (o *ListBlueprintVersionsUsingGETParams) WithHTTPClient(client *http.Client) *ListBlueprintVersionsUsingGETParams
- func (o *ListBlueprintVersionsUsingGETParams) WithStatus(status *string) *ListBlueprintVersionsUsingGETParams
- func (o *ListBlueprintVersionsUsingGETParams) WithTimeout(timeout time.Duration) *ListBlueprintVersionsUsingGETParams
- func (o *ListBlueprintVersionsUsingGETParams) WithVersion(version *string) *ListBlueprintVersionsUsingGETParams
- func (o *ListBlueprintVersionsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListBlueprintVersionsUsingGETReader
- type ListBlueprintVersionsUsingGETUnauthorized
- type ListBlueprintsUsingGET1BadRequest
- type ListBlueprintsUsingGET1Forbidden
- type ListBlueprintsUsingGET1OK
- type ListBlueprintsUsingGET1Params
- func NewListBlueprintsUsingGET1Params() *ListBlueprintsUsingGET1Params
- func NewListBlueprintsUsingGET1ParamsWithContext(ctx context.Context) *ListBlueprintsUsingGET1Params
- func NewListBlueprintsUsingGET1ParamsWithHTTPClient(client *http.Client) *ListBlueprintsUsingGET1Params
- func NewListBlueprintsUsingGET1ParamsWithTimeout(timeout time.Duration) *ListBlueprintsUsingGET1Params
- func (o *ListBlueprintsUsingGET1Params) SetAPIVersion(aPIVersion *string)
- func (o *ListBlueprintsUsingGET1Params) SetContext(ctx context.Context)
- func (o *ListBlueprintsUsingGET1Params) SetDollarOrderby(dollarOrderby []string)
- func (o *ListBlueprintsUsingGET1Params) SetDollarSelect(dollarSelect []string)
- func (o *ListBlueprintsUsingGET1Params) SetDollarSkip(dollarSkip *int32)
- func (o *ListBlueprintsUsingGET1Params) SetDollarTop(dollarTop *int32)
- func (o *ListBlueprintsUsingGET1Params) SetHTTPClient(client *http.Client)
- func (o *ListBlueprintsUsingGET1Params) SetName(name *string)
- func (o *ListBlueprintsUsingGET1Params) SetProjects(projects []string)
- func (o *ListBlueprintsUsingGET1Params) SetReleased(released *bool)
- func (o *ListBlueprintsUsingGET1Params) SetSearch(search *string)
- func (o *ListBlueprintsUsingGET1Params) SetTimeout(timeout time.Duration)
- func (o *ListBlueprintsUsingGET1Params) SetVersioned(versioned *bool)
- func (o *ListBlueprintsUsingGET1Params) WithAPIVersion(aPIVersion *string) *ListBlueprintsUsingGET1Params
- func (o *ListBlueprintsUsingGET1Params) WithContext(ctx context.Context) *ListBlueprintsUsingGET1Params
- func (o *ListBlueprintsUsingGET1Params) WithDollarOrderby(dollarOrderby []string) *ListBlueprintsUsingGET1Params
- func (o *ListBlueprintsUsingGET1Params) WithDollarSelect(dollarSelect []string) *ListBlueprintsUsingGET1Params
- func (o *ListBlueprintsUsingGET1Params) WithDollarSkip(dollarSkip *int32) *ListBlueprintsUsingGET1Params
- func (o *ListBlueprintsUsingGET1Params) WithDollarTop(dollarTop *int32) *ListBlueprintsUsingGET1Params
- func (o *ListBlueprintsUsingGET1Params) WithHTTPClient(client *http.Client) *ListBlueprintsUsingGET1Params
- func (o *ListBlueprintsUsingGET1Params) WithName(name *string) *ListBlueprintsUsingGET1Params
- func (o *ListBlueprintsUsingGET1Params) WithProjects(projects []string) *ListBlueprintsUsingGET1Params
- func (o *ListBlueprintsUsingGET1Params) WithReleased(released *bool) *ListBlueprintsUsingGET1Params
- func (o *ListBlueprintsUsingGET1Params) WithSearch(search *string) *ListBlueprintsUsingGET1Params
- func (o *ListBlueprintsUsingGET1Params) WithTimeout(timeout time.Duration) *ListBlueprintsUsingGET1Params
- func (o *ListBlueprintsUsingGET1Params) WithVersioned(versioned *bool) *ListBlueprintsUsingGET1Params
- func (o *ListBlueprintsUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListBlueprintsUsingGET1Reader
- type ListBlueprintsUsingGET1Unauthorized
- type ReleaseBlueprintVersionUsingPOST1Forbidden
- type ReleaseBlueprintVersionUsingPOST1NotFound
- type ReleaseBlueprintVersionUsingPOST1OK
- type ReleaseBlueprintVersionUsingPOST1Params
- func NewReleaseBlueprintVersionUsingPOST1Params() *ReleaseBlueprintVersionUsingPOST1Params
- func NewReleaseBlueprintVersionUsingPOST1ParamsWithContext(ctx context.Context) *ReleaseBlueprintVersionUsingPOST1Params
- func NewReleaseBlueprintVersionUsingPOST1ParamsWithHTTPClient(client *http.Client) *ReleaseBlueprintVersionUsingPOST1Params
- func NewReleaseBlueprintVersionUsingPOST1ParamsWithTimeout(timeout time.Duration) *ReleaseBlueprintVersionUsingPOST1Params
- func (o *ReleaseBlueprintVersionUsingPOST1Params) SetAPIVersion(aPIVersion *string)
- func (o *ReleaseBlueprintVersionUsingPOST1Params) SetBlueprintID(blueprintID strfmt.UUID)
- func (o *ReleaseBlueprintVersionUsingPOST1Params) SetContext(ctx context.Context)
- func (o *ReleaseBlueprintVersionUsingPOST1Params) SetHTTPClient(client *http.Client)
- func (o *ReleaseBlueprintVersionUsingPOST1Params) SetTimeout(timeout time.Duration)
- func (o *ReleaseBlueprintVersionUsingPOST1Params) SetVersion(version string)
- func (o *ReleaseBlueprintVersionUsingPOST1Params) WithAPIVersion(aPIVersion *string) *ReleaseBlueprintVersionUsingPOST1Params
- func (o *ReleaseBlueprintVersionUsingPOST1Params) WithBlueprintID(blueprintID strfmt.UUID) *ReleaseBlueprintVersionUsingPOST1Params
- func (o *ReleaseBlueprintVersionUsingPOST1Params) WithContext(ctx context.Context) *ReleaseBlueprintVersionUsingPOST1Params
- func (o *ReleaseBlueprintVersionUsingPOST1Params) WithHTTPClient(client *http.Client) *ReleaseBlueprintVersionUsingPOST1Params
- func (o *ReleaseBlueprintVersionUsingPOST1Params) WithTimeout(timeout time.Duration) *ReleaseBlueprintVersionUsingPOST1Params
- func (o *ReleaseBlueprintVersionUsingPOST1Params) WithVersion(version string) *ReleaseBlueprintVersionUsingPOST1Params
- func (o *ReleaseBlueprintVersionUsingPOST1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReleaseBlueprintVersionUsingPOST1Reader
- type ReleaseBlueprintVersionUsingPOST1Unauthorized
- type RestoreBlueprintVersionUsingPOST1Forbidden
- type RestoreBlueprintVersionUsingPOST1NotFound
- type RestoreBlueprintVersionUsingPOST1OK
- type RestoreBlueprintVersionUsingPOST1Params
- func NewRestoreBlueprintVersionUsingPOST1Params() *RestoreBlueprintVersionUsingPOST1Params
- func NewRestoreBlueprintVersionUsingPOST1ParamsWithContext(ctx context.Context) *RestoreBlueprintVersionUsingPOST1Params
- func NewRestoreBlueprintVersionUsingPOST1ParamsWithHTTPClient(client *http.Client) *RestoreBlueprintVersionUsingPOST1Params
- func NewRestoreBlueprintVersionUsingPOST1ParamsWithTimeout(timeout time.Duration) *RestoreBlueprintVersionUsingPOST1Params
- func (o *RestoreBlueprintVersionUsingPOST1Params) SetAPIVersion(aPIVersion *string)
- func (o *RestoreBlueprintVersionUsingPOST1Params) SetBlueprintID(blueprintID strfmt.UUID)
- func (o *RestoreBlueprintVersionUsingPOST1Params) SetContext(ctx context.Context)
- func (o *RestoreBlueprintVersionUsingPOST1Params) SetHTTPClient(client *http.Client)
- func (o *RestoreBlueprintVersionUsingPOST1Params) SetTimeout(timeout time.Duration)
- func (o *RestoreBlueprintVersionUsingPOST1Params) SetVersion(version string)
- func (o *RestoreBlueprintVersionUsingPOST1Params) WithAPIVersion(aPIVersion *string) *RestoreBlueprintVersionUsingPOST1Params
- func (o *RestoreBlueprintVersionUsingPOST1Params) WithBlueprintID(blueprintID strfmt.UUID) *RestoreBlueprintVersionUsingPOST1Params
- func (o *RestoreBlueprintVersionUsingPOST1Params) WithContext(ctx context.Context) *RestoreBlueprintVersionUsingPOST1Params
- func (o *RestoreBlueprintVersionUsingPOST1Params) WithHTTPClient(client *http.Client) *RestoreBlueprintVersionUsingPOST1Params
- func (o *RestoreBlueprintVersionUsingPOST1Params) WithTimeout(timeout time.Duration) *RestoreBlueprintVersionUsingPOST1Params
- func (o *RestoreBlueprintVersionUsingPOST1Params) WithVersion(version string) *RestoreBlueprintVersionUsingPOST1Params
- func (o *RestoreBlueprintVersionUsingPOST1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RestoreBlueprintVersionUsingPOST1Reader
- type RestoreBlueprintVersionUsingPOST1Unauthorized
- type UnReleaseBlueprintVersionUsingPOST1Forbidden
- type UnReleaseBlueprintVersionUsingPOST1NotFound
- type UnReleaseBlueprintVersionUsingPOST1OK
- type UnReleaseBlueprintVersionUsingPOST1Params
- func NewUnReleaseBlueprintVersionUsingPOST1Params() *UnReleaseBlueprintVersionUsingPOST1Params
- func NewUnReleaseBlueprintVersionUsingPOST1ParamsWithContext(ctx context.Context) *UnReleaseBlueprintVersionUsingPOST1Params
- func NewUnReleaseBlueprintVersionUsingPOST1ParamsWithHTTPClient(client *http.Client) *UnReleaseBlueprintVersionUsingPOST1Params
- func NewUnReleaseBlueprintVersionUsingPOST1ParamsWithTimeout(timeout time.Duration) *UnReleaseBlueprintVersionUsingPOST1Params
- func (o *UnReleaseBlueprintVersionUsingPOST1Params) SetAPIVersion(aPIVersion *string)
- func (o *UnReleaseBlueprintVersionUsingPOST1Params) SetBlueprintID(blueprintID strfmt.UUID)
- func (o *UnReleaseBlueprintVersionUsingPOST1Params) SetContext(ctx context.Context)
- func (o *UnReleaseBlueprintVersionUsingPOST1Params) SetHTTPClient(client *http.Client)
- func (o *UnReleaseBlueprintVersionUsingPOST1Params) SetTimeout(timeout time.Duration)
- func (o *UnReleaseBlueprintVersionUsingPOST1Params) SetVersion(version string)
- func (o *UnReleaseBlueprintVersionUsingPOST1Params) WithAPIVersion(aPIVersion *string) *UnReleaseBlueprintVersionUsingPOST1Params
- func (o *UnReleaseBlueprintVersionUsingPOST1Params) WithBlueprintID(blueprintID strfmt.UUID) *UnReleaseBlueprintVersionUsingPOST1Params
- func (o *UnReleaseBlueprintVersionUsingPOST1Params) WithContext(ctx context.Context) *UnReleaseBlueprintVersionUsingPOST1Params
- func (o *UnReleaseBlueprintVersionUsingPOST1Params) WithHTTPClient(client *http.Client) *UnReleaseBlueprintVersionUsingPOST1Params
- func (o *UnReleaseBlueprintVersionUsingPOST1Params) WithTimeout(timeout time.Duration) *UnReleaseBlueprintVersionUsingPOST1Params
- func (o *UnReleaseBlueprintVersionUsingPOST1Params) WithVersion(version string) *UnReleaseBlueprintVersionUsingPOST1Params
- func (o *UnReleaseBlueprintVersionUsingPOST1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnReleaseBlueprintVersionUsingPOST1Reader
- type UnReleaseBlueprintVersionUsingPOST1Unauthorized
- type UpdateBlueprintUsingPUT1Forbidden
- type UpdateBlueprintUsingPUT1NotFound
- type UpdateBlueprintUsingPUT1OK
- type UpdateBlueprintUsingPUT1Params
- func NewUpdateBlueprintUsingPUT1Params() *UpdateBlueprintUsingPUT1Params
- func NewUpdateBlueprintUsingPUT1ParamsWithContext(ctx context.Context) *UpdateBlueprintUsingPUT1Params
- func NewUpdateBlueprintUsingPUT1ParamsWithHTTPClient(client *http.Client) *UpdateBlueprintUsingPUT1Params
- func NewUpdateBlueprintUsingPUT1ParamsWithTimeout(timeout time.Duration) *UpdateBlueprintUsingPUT1Params
- func (o *UpdateBlueprintUsingPUT1Params) SetAPIVersion(aPIVersion *string)
- func (o *UpdateBlueprintUsingPUT1Params) SetBlueprint(blueprint *models.Blueprint)
- func (o *UpdateBlueprintUsingPUT1Params) SetBlueprintID(blueprintID strfmt.UUID)
- func (o *UpdateBlueprintUsingPUT1Params) SetContext(ctx context.Context)
- func (o *UpdateBlueprintUsingPUT1Params) SetHTTPClient(client *http.Client)
- func (o *UpdateBlueprintUsingPUT1Params) SetTimeout(timeout time.Duration)
- func (o *UpdateBlueprintUsingPUT1Params) WithAPIVersion(aPIVersion *string) *UpdateBlueprintUsingPUT1Params
- func (o *UpdateBlueprintUsingPUT1Params) WithBlueprint(blueprint *models.Blueprint) *UpdateBlueprintUsingPUT1Params
- func (o *UpdateBlueprintUsingPUT1Params) WithBlueprintID(blueprintID strfmt.UUID) *UpdateBlueprintUsingPUT1Params
- func (o *UpdateBlueprintUsingPUT1Params) WithContext(ctx context.Context) *UpdateBlueprintUsingPUT1Params
- func (o *UpdateBlueprintUsingPUT1Params) WithHTTPClient(client *http.Client) *UpdateBlueprintUsingPUT1Params
- func (o *UpdateBlueprintUsingPUT1Params) WithTimeout(timeout time.Duration) *UpdateBlueprintUsingPUT1Params
- func (o *UpdateBlueprintUsingPUT1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateBlueprintUsingPUT1Reader
- type UpdateBlueprintUsingPUT1Unauthorized
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 New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new blueprint API client.
func (*Client) CreateBlueprintUsingPOST1 ¶ added in v0.2.0
func (a *Client) CreateBlueprintUsingPOST1(params *CreateBlueprintUsingPOST1Params) (*CreateBlueprintUsingPOST1Created, error)
CreateBlueprintUsingPOST1 creates a blueprint
func (*Client) CreateBlueprintVersionUsingPOST1 ¶ added in v0.2.0
func (a *Client) CreateBlueprintVersionUsingPOST1(params *CreateBlueprintVersionUsingPOST1Params) (*CreateBlueprintVersionUsingPOST1Created, error)
CreateBlueprintVersionUsingPOST1 creates version for the given blueprint ID
func (*Client) DeleteBlueprintUsingDELETE1 ¶ added in v0.2.0
func (a *Client) DeleteBlueprintUsingDELETE1(params *DeleteBlueprintUsingDELETE1Params) (*DeleteBlueprintUsingDELETE1NoContent, error)
DeleteBlueprintUsingDELETE1 deletes a blueprint
func (*Client) GetBlueprintInputsSchemaUsingGET1 ¶ added in v0.2.0
func (a *Client) GetBlueprintInputsSchemaUsingGET1(params *GetBlueprintInputsSchemaUsingGET1Params) (*GetBlueprintInputsSchemaUsingGET1OK, error)
GetBlueprintInputsSchemaUsingGET1 returns blueprint inputs schema
func (*Client) GetBlueprintUsingGET1 ¶ added in v0.2.0
func (a *Client) GetBlueprintUsingGET1(params *GetBlueprintUsingGET1Params) (*GetBlueprintUsingGET1OK, error)
GetBlueprintUsingGET1 returns blueprint details
func (*Client) GetBlueprintVersionInputsSchemaUsingGET1 ¶ added in v0.2.0
func (a *Client) GetBlueprintVersionInputsSchemaUsingGET1(params *GetBlueprintVersionInputsSchemaUsingGET1Params) (*GetBlueprintVersionInputsSchemaUsingGET1OK, error)
GetBlueprintVersionInputsSchemaUsingGET1 returns blueprint version inputs schema
func (*Client) GetBlueprintVersionUsingGET1 ¶ added in v0.2.0
func (a *Client) GetBlueprintVersionUsingGET1(params *GetBlueprintVersionUsingGET1Params) (*GetBlueprintVersionUsingGET1OK, error)
GetBlueprintVersionUsingGET1 returns versioned blueprint details
func (*Client) ListBlueprintVersionsUsingGET ¶ added in v0.2.0
func (a *Client) ListBlueprintVersionsUsingGET(params *ListBlueprintVersionsUsingGETParams) (*ListBlueprintVersionsUsingGETOK, error)
ListBlueprintVersionsUsingGET lists blueprint versions
func (*Client) ListBlueprintsUsingGET1 ¶ added in v0.2.0
func (a *Client) ListBlueprintsUsingGET1(params *ListBlueprintsUsingGET1Params) (*ListBlueprintsUsingGET1OK, error)
ListBlueprintsUsingGET1 lists draft blueprint
func (*Client) ReleaseBlueprintVersionUsingPOST1 ¶ added in v0.2.0
func (a *Client) ReleaseBlueprintVersionUsingPOST1(params *ReleaseBlueprintVersionUsingPOST1Params) (*ReleaseBlueprintVersionUsingPOST1OK, error)
ReleaseBlueprintVersionUsingPOST1 releases versioned blueprint to catalog
func (*Client) RestoreBlueprintVersionUsingPOST1 ¶ added in v0.2.0
func (a *Client) RestoreBlueprintVersionUsingPOST1(params *RestoreBlueprintVersionUsingPOST1Params) (*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) (*UnReleaseBlueprintVersionUsingPOST1OK, error)
UnReleaseBlueprintVersionUsingPOST1 uns release versioned blueprint from catalog
func (*Client) UpdateBlueprintUsingPUT1 ¶ added in v0.2.0
func (a *Client) UpdateBlueprintUsingPUT1(params *UpdateBlueprintUsingPUT1Params) (*UpdateBlueprintUsingPUT1OK, error)
UpdateBlueprintUsingPUT1 updates a blueprint
type CreateBlueprintUsingPOST1BadRequest ¶ added in v0.2.0
type CreateBlueprintUsingPOST1BadRequest struct { }
CreateBlueprintUsingPOST1BadRequest handles this case 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 (o *CreateBlueprintUsingPOST1BadRequest) Error() string
type CreateBlueprintUsingPOST1Created ¶ added in v0.2.0
CreateBlueprintUsingPOST1Created handles this case 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 (o *CreateBlueprintUsingPOST1Created) Error() string
func (*CreateBlueprintUsingPOST1Created) GetPayload ¶ added in v0.2.0
func (o *CreateBlueprintUsingPOST1Created) GetPayload() *models.Blueprint
type CreateBlueprintUsingPOST1Forbidden ¶ added in v0.2.0
type CreateBlueprintUsingPOST1Forbidden struct { }
CreateBlueprintUsingPOST1Forbidden handles this case 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 (o *CreateBlueprintUsingPOST1Forbidden) Error() string
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 values initialized.
func NewCreateBlueprintUsingPOST1ParamsWithContext ¶ added in v0.2.0
func NewCreateBlueprintUsingPOST1ParamsWithContext(ctx context.Context) *CreateBlueprintUsingPOST1Params
NewCreateBlueprintUsingPOST1ParamsWithContext creates a new CreateBlueprintUsingPOST1Params object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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
func (o *CreateBlueprintUsingPOST1Params) WithAPIVersion(aPIVersion *string) *CreateBlueprintUsingPOST1Params
WithAPIVersion adds the aPIVersion to the create blueprint using p o s t 1 params
func (*CreateBlueprintUsingPOST1Params) WithBlueprint ¶ added in v0.2.0
func (o *CreateBlueprintUsingPOST1Params) WithBlueprint(blueprint *models.Blueprint) *CreateBlueprintUsingPOST1Params
WithBlueprint adds the blueprint to the create blueprint using p o s t 1 params
func (*CreateBlueprintUsingPOST1Params) WithContext ¶ added in v0.2.0
func (o *CreateBlueprintUsingPOST1Params) WithContext(ctx context.Context) *CreateBlueprintUsingPOST1Params
WithContext adds the context to the create blueprint using p o s t 1 params
func (*CreateBlueprintUsingPOST1Params) WithHTTPClient ¶ added in v0.2.0
func (o *CreateBlueprintUsingPOST1Params) WithHTTPClient(client *http.Client) *CreateBlueprintUsingPOST1Params
WithHTTPClient adds the HTTPClient to the create blueprint using p o s t 1 params
func (*CreateBlueprintUsingPOST1Params) WithTimeout ¶ added in v0.2.0
func (o *CreateBlueprintUsingPOST1Params) WithTimeout(timeout time.Duration) *CreateBlueprintUsingPOST1Params
WithTimeout adds the timeout to the create blueprint using p o s t 1 params
func (*CreateBlueprintUsingPOST1Params) WriteToRequest ¶ added in v0.2.0
func (o *CreateBlueprintUsingPOST1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 handles this case 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 (o *CreateBlueprintUsingPOST1Unauthorized) Error() string
type CreateBlueprintVersionUsingPOST1BadRequest ¶ added in v0.2.0
type CreateBlueprintVersionUsingPOST1BadRequest struct { }
CreateBlueprintVersionUsingPOST1BadRequest handles this case 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 (o *CreateBlueprintVersionUsingPOST1BadRequest) Error() string
type CreateBlueprintVersionUsingPOST1Created ¶ added in v0.2.0
type CreateBlueprintVersionUsingPOST1Created struct {
Payload *models.BlueprintVersion
}
CreateBlueprintVersionUsingPOST1Created handles this case 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 (o *CreateBlueprintVersionUsingPOST1Created) Error() string
func (*CreateBlueprintVersionUsingPOST1Created) GetPayload ¶ added in v0.2.0
func (o *CreateBlueprintVersionUsingPOST1Created) GetPayload() *models.BlueprintVersion
type CreateBlueprintVersionUsingPOST1Forbidden ¶ added in v0.2.0
type CreateBlueprintVersionUsingPOST1Forbidden struct { }
CreateBlueprintVersionUsingPOST1Forbidden handles this case 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 (o *CreateBlueprintVersionUsingPOST1Forbidden) Error() string
type CreateBlueprintVersionUsingPOST1NotFound ¶ added in v0.2.0
type CreateBlueprintVersionUsingPOST1NotFound struct { }
CreateBlueprintVersionUsingPOST1NotFound handles this case 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 (o *CreateBlueprintVersionUsingPOST1NotFound) Error() string
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 */ 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 values initialized.
func NewCreateBlueprintVersionUsingPOST1ParamsWithContext ¶ added in v0.2.0
func NewCreateBlueprintVersionUsingPOST1ParamsWithContext(ctx context.Context) *CreateBlueprintVersionUsingPOST1Params
NewCreateBlueprintVersionUsingPOST1ParamsWithContext creates a new CreateBlueprintVersionUsingPOST1Params object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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
func (o *CreateBlueprintVersionUsingPOST1Params) SetContext(ctx context.Context)
SetContext adds the context to the create blueprint version using p o s t 1 params
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
func (o *CreateBlueprintVersionUsingPOST1Params) WithAPIVersion(aPIVersion *string) *CreateBlueprintVersionUsingPOST1Params
WithAPIVersion adds the aPIVersion to the create blueprint version using p o s t 1 params
func (*CreateBlueprintVersionUsingPOST1Params) WithBlueprintID ¶ added in v0.2.0
func (o *CreateBlueprintVersionUsingPOST1Params) WithBlueprintID(blueprintID strfmt.UUID) *CreateBlueprintVersionUsingPOST1Params
WithBlueprintID adds the blueprintID to the create blueprint version using p o s t 1 params
func (*CreateBlueprintVersionUsingPOST1Params) WithContext ¶ added in v0.2.0
func (o *CreateBlueprintVersionUsingPOST1Params) WithContext(ctx context.Context) *CreateBlueprintVersionUsingPOST1Params
WithContext adds the context to the create blueprint version using p o s t 1 params
func (*CreateBlueprintVersionUsingPOST1Params) WithHTTPClient ¶ added in v0.2.0
func (o *CreateBlueprintVersionUsingPOST1Params) WithHTTPClient(client *http.Client) *CreateBlueprintVersionUsingPOST1Params
WithHTTPClient adds the HTTPClient to the create blueprint version using p o s t 1 params
func (*CreateBlueprintVersionUsingPOST1Params) WithTimeout ¶ added in v0.2.0
func (o *CreateBlueprintVersionUsingPOST1Params) WithTimeout(timeout time.Duration) *CreateBlueprintVersionUsingPOST1Params
WithTimeout adds the timeout to the create blueprint version using p o s t 1 params
func (*CreateBlueprintVersionUsingPOST1Params) WithVersionRequest ¶ added in v0.2.0
func (o *CreateBlueprintVersionUsingPOST1Params) WithVersionRequest(versionRequest *models.BlueprintVersionRequest) *CreateBlueprintVersionUsingPOST1Params
WithVersionRequest adds the versionRequest to the create blueprint version using p o s t 1 params
func (*CreateBlueprintVersionUsingPOST1Params) WriteToRequest ¶ added in v0.2.0
func (o *CreateBlueprintVersionUsingPOST1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 handles this case 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 (o *CreateBlueprintVersionUsingPOST1Unauthorized) Error() string
type DeleteBlueprintUsingDELETE1Forbidden ¶ added in v0.2.0
type DeleteBlueprintUsingDELETE1Forbidden struct { }
DeleteBlueprintUsingDELETE1Forbidden handles this case 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 (o *DeleteBlueprintUsingDELETE1Forbidden) Error() string
type DeleteBlueprintUsingDELETE1NoContent ¶ added in v0.2.0
type DeleteBlueprintUsingDELETE1NoContent struct { }
DeleteBlueprintUsingDELETE1NoContent handles this case 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 (o *DeleteBlueprintUsingDELETE1NoContent) Error() string
type DeleteBlueprintUsingDELETE1NotFound ¶ added in v0.2.0
type DeleteBlueprintUsingDELETE1NotFound struct { }
DeleteBlueprintUsingDELETE1NotFound handles this case 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 (o *DeleteBlueprintUsingDELETE1NotFound) Error() string
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 */ 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 values initialized.
func NewDeleteBlueprintUsingDELETE1ParamsWithContext ¶ added in v0.2.0
func NewDeleteBlueprintUsingDELETE1ParamsWithContext(ctx context.Context) *DeleteBlueprintUsingDELETE1Params
NewDeleteBlueprintUsingDELETE1ParamsWithContext creates a new DeleteBlueprintUsingDELETE1Params object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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
func (o *DeleteBlueprintUsingDELETE1Params) SetContext(ctx context.Context)
SetContext adds the context to the delete blueprint using d e l e t e 1 params
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
func (o *DeleteBlueprintUsingDELETE1Params) WithAPIVersion(aPIVersion *string) *DeleteBlueprintUsingDELETE1Params
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
func (o *DeleteBlueprintUsingDELETE1Params) WithBlueprintID(blueprintID strfmt.UUID) *DeleteBlueprintUsingDELETE1Params
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
func (o *DeleteBlueprintUsingDELETE1Params) WithContext(ctx context.Context) *DeleteBlueprintUsingDELETE1Params
WithContext adds the context to the delete blueprint using d e l e t e 1 params
func (*DeleteBlueprintUsingDELETE1Params) WithHTTPClient ¶ added in v0.2.0
func (o *DeleteBlueprintUsingDELETE1Params) WithHTTPClient(client *http.Client) *DeleteBlueprintUsingDELETE1Params
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
func (o *DeleteBlueprintUsingDELETE1Params) WithTimeout(timeout time.Duration) *DeleteBlueprintUsingDELETE1Params
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
func (o *DeleteBlueprintUsingDELETE1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 handles this case 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 (o *DeleteBlueprintUsingDELETE1Unauthorized) Error() string
type GetBlueprintInputsSchemaUsingGET1Forbidden ¶ added in v0.2.0
type GetBlueprintInputsSchemaUsingGET1Forbidden struct { }
GetBlueprintInputsSchemaUsingGET1Forbidden handles this case 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 (o *GetBlueprintInputsSchemaUsingGET1Forbidden) Error() string
type GetBlueprintInputsSchemaUsingGET1NotFound ¶ added in v0.2.0
type GetBlueprintInputsSchemaUsingGET1NotFound struct { }
GetBlueprintInputsSchemaUsingGET1NotFound handles this case 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 (o *GetBlueprintInputsSchemaUsingGET1NotFound) Error() string
type GetBlueprintInputsSchemaUsingGET1OK ¶ added in v0.2.0
type GetBlueprintInputsSchemaUsingGET1OK struct {
Payload *models.PropertyDefinition
}
GetBlueprintInputsSchemaUsingGET1OK handles this case 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 (o *GetBlueprintInputsSchemaUsingGET1OK) Error() string
func (*GetBlueprintInputsSchemaUsingGET1OK) GetPayload ¶ added in v0.2.0
func (o *GetBlueprintInputsSchemaUsingGET1OK) GetPayload() *models.PropertyDefinition
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 values initialized.
func NewGetBlueprintInputsSchemaUsingGET1ParamsWithContext ¶ added in v0.2.0
func NewGetBlueprintInputsSchemaUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintInputsSchemaUsingGET1Params
NewGetBlueprintInputsSchemaUsingGET1ParamsWithContext creates a new GetBlueprintInputsSchemaUsingGET1Params object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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
func (o *GetBlueprintInputsSchemaUsingGET1Params) SetContext(ctx context.Context)
SetContext adds the context to the get blueprint inputs schema using get1 params
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
func (o *GetBlueprintInputsSchemaUsingGET1Params) WithAPIVersion(aPIVersion *string) *GetBlueprintInputsSchemaUsingGET1Params
WithAPIVersion adds the aPIVersion to the get blueprint inputs schema using get1 params
func (*GetBlueprintInputsSchemaUsingGET1Params) WithBlueprintID ¶ added in v0.2.0
func (o *GetBlueprintInputsSchemaUsingGET1Params) WithBlueprintID(blueprintID string) *GetBlueprintInputsSchemaUsingGET1Params
WithBlueprintID adds the blueprintID to the get blueprint inputs schema using get1 params
func (*GetBlueprintInputsSchemaUsingGET1Params) WithContext ¶ added in v0.2.0
func (o *GetBlueprintInputsSchemaUsingGET1Params) WithContext(ctx context.Context) *GetBlueprintInputsSchemaUsingGET1Params
WithContext adds the context to the get blueprint inputs schema using get1 params
func (*GetBlueprintInputsSchemaUsingGET1Params) WithHTTPClient ¶ added in v0.2.0
func (o *GetBlueprintInputsSchemaUsingGET1Params) WithHTTPClient(client *http.Client) *GetBlueprintInputsSchemaUsingGET1Params
WithHTTPClient adds the HTTPClient to the get blueprint inputs schema using get1 params
func (*GetBlueprintInputsSchemaUsingGET1Params) WithTimeout ¶ added in v0.2.0
func (o *GetBlueprintInputsSchemaUsingGET1Params) WithTimeout(timeout time.Duration) *GetBlueprintInputsSchemaUsingGET1Params
WithTimeout adds the timeout to the get blueprint inputs schema using get1 params
func (*GetBlueprintInputsSchemaUsingGET1Params) WriteToRequest ¶ added in v0.2.0
func (o *GetBlueprintInputsSchemaUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 handles this case 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 (o *GetBlueprintInputsSchemaUsingGET1Unauthorized) Error() string
type GetBlueprintUsingGET1Forbidden ¶ added in v0.2.0
type GetBlueprintUsingGET1Forbidden struct { }
GetBlueprintUsingGET1Forbidden handles this case 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 (o *GetBlueprintUsingGET1Forbidden) Error() string
type GetBlueprintUsingGET1NotFound ¶ added in v0.2.0
type GetBlueprintUsingGET1NotFound struct { }
GetBlueprintUsingGET1NotFound handles this case 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 (o *GetBlueprintUsingGET1NotFound) Error() string
type GetBlueprintUsingGET1OK ¶ added in v0.2.0
GetBlueprintUsingGET1OK handles this case 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
type GetBlueprintUsingGET1Params ¶ added in v0.2.0
type GetBlueprintUsingGET1Params struct { /*DollarSelect Fields to include in content. Use * to get all fields. */ 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 */ 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 values initialized.
func NewGetBlueprintUsingGET1ParamsWithContext ¶ added in v0.2.0
func NewGetBlueprintUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintUsingGET1Params
NewGetBlueprintUsingGET1ParamsWithContext creates a new GetBlueprintUsingGET1Params object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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
func (o *GetBlueprintUsingGET1Params) WithContext(ctx context.Context) *GetBlueprintUsingGET1Params
WithContext adds the context to the get blueprint using get1 params
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
func (o *GetBlueprintUsingGET1Params) WithHTTPClient(client *http.Client) *GetBlueprintUsingGET1Params
WithHTTPClient adds the HTTPClient to the get blueprint using get1 params
func (*GetBlueprintUsingGET1Params) WithTimeout ¶ added in v0.2.0
func (o *GetBlueprintUsingGET1Params) WithTimeout(timeout time.Duration) *GetBlueprintUsingGET1Params
WithTimeout adds the timeout to the get blueprint using get1 params
func (*GetBlueprintUsingGET1Params) WriteToRequest ¶ added in v0.2.0
func (o *GetBlueprintUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 handles this case 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 (o *GetBlueprintUsingGET1Unauthorized) Error() string
type GetBlueprintVersionInputsSchemaUsingGET1Forbidden ¶ added in v0.2.0
type GetBlueprintVersionInputsSchemaUsingGET1Forbidden struct { }
GetBlueprintVersionInputsSchemaUsingGET1Forbidden handles this case 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 (o *GetBlueprintVersionInputsSchemaUsingGET1Forbidden) Error() string
type GetBlueprintVersionInputsSchemaUsingGET1NotFound ¶ added in v0.2.0
type GetBlueprintVersionInputsSchemaUsingGET1NotFound struct { }
GetBlueprintVersionInputsSchemaUsingGET1NotFound handles this case 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 (o *GetBlueprintVersionInputsSchemaUsingGET1NotFound) Error() string
type GetBlueprintVersionInputsSchemaUsingGET1OK ¶ added in v0.2.0
type GetBlueprintVersionInputsSchemaUsingGET1OK struct {
Payload *models.PropertyDefinition
}
GetBlueprintVersionInputsSchemaUsingGET1OK handles this case 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 (o *GetBlueprintVersionInputsSchemaUsingGET1OK) Error() string
func (*GetBlueprintVersionInputsSchemaUsingGET1OK) GetPayload ¶ added in v0.2.0
func (o *GetBlueprintVersionInputsSchemaUsingGET1OK) GetPayload() *models.PropertyDefinition
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 values initialized.
func NewGetBlueprintVersionInputsSchemaUsingGET1ParamsWithContext ¶ added in v0.2.0
func NewGetBlueprintVersionInputsSchemaUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintVersionInputsSchemaUsingGET1Params
NewGetBlueprintVersionInputsSchemaUsingGET1ParamsWithContext creates a new GetBlueprintVersionInputsSchemaUsingGET1Params object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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
func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) SetContext(ctx context.Context)
SetContext adds the context to the get blueprint version inputs schema using get1 params
func (*GetBlueprintVersionInputsSchemaUsingGET1Params) SetHTTPClient ¶ added in v0.2.0
func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get blueprint version inputs schema using get1 params
func (*GetBlueprintVersionInputsSchemaUsingGET1Params) SetTimeout ¶ added in v0.2.0
func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get blueprint version inputs schema using get1 params
func (*GetBlueprintVersionInputsSchemaUsingGET1Params) SetVersion ¶ added in v0.2.0
func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) SetVersion(version string)
SetVersion adds the version to the get blueprint version inputs schema using get1 params
func (*GetBlueprintVersionInputsSchemaUsingGET1Params) WithAPIVersion ¶ added in v0.2.0
func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) WithAPIVersion(aPIVersion *string) *GetBlueprintVersionInputsSchemaUsingGET1Params
WithAPIVersion adds the aPIVersion to the get blueprint version inputs schema using get1 params
func (*GetBlueprintVersionInputsSchemaUsingGET1Params) WithBlueprintID ¶ added in v0.2.0
func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) WithBlueprintID(blueprintID string) *GetBlueprintVersionInputsSchemaUsingGET1Params
WithBlueprintID adds the blueprintID to the get blueprint version inputs schema using get1 params
func (*GetBlueprintVersionInputsSchemaUsingGET1Params) WithContext ¶ added in v0.2.0
func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) WithContext(ctx context.Context) *GetBlueprintVersionInputsSchemaUsingGET1Params
WithContext adds the context to the get blueprint version inputs schema using get1 params
func (*GetBlueprintVersionInputsSchemaUsingGET1Params) WithHTTPClient ¶ added in v0.2.0
func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) WithHTTPClient(client *http.Client) *GetBlueprintVersionInputsSchemaUsingGET1Params
WithHTTPClient adds the HTTPClient to the get blueprint version inputs schema using get1 params
func (*GetBlueprintVersionInputsSchemaUsingGET1Params) WithTimeout ¶ added in v0.2.0
func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) WithTimeout(timeout time.Duration) *GetBlueprintVersionInputsSchemaUsingGET1Params
WithTimeout adds the timeout to the get blueprint version inputs schema using get1 params
func (*GetBlueprintVersionInputsSchemaUsingGET1Params) WithVersion ¶ added in v0.2.0
func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) WithVersion(version string) *GetBlueprintVersionInputsSchemaUsingGET1Params
WithVersion adds the version to the get blueprint version inputs schema using get1 params
func (*GetBlueprintVersionInputsSchemaUsingGET1Params) WriteToRequest ¶ added in v0.2.0
func (o *GetBlueprintVersionInputsSchemaUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 handles this case 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 (o *GetBlueprintVersionInputsSchemaUsingGET1Unauthorized) Error() string
type GetBlueprintVersionUsingGET1Forbidden ¶ added in v0.2.0
type GetBlueprintVersionUsingGET1Forbidden struct { }
GetBlueprintVersionUsingGET1Forbidden handles this case 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 (o *GetBlueprintVersionUsingGET1Forbidden) Error() string
type GetBlueprintVersionUsingGET1NotFound ¶ added in v0.2.0
type GetBlueprintVersionUsingGET1NotFound struct { }
GetBlueprintVersionUsingGET1NotFound handles this case 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 (o *GetBlueprintVersionUsingGET1NotFound) Error() string
type GetBlueprintVersionUsingGET1OK ¶ added in v0.2.0
type GetBlueprintVersionUsingGET1OK struct {
Payload *models.BlueprintVersion
}
GetBlueprintVersionUsingGET1OK handles this case 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 (o *GetBlueprintVersionUsingGET1OK) Error() string
func (*GetBlueprintVersionUsingGET1OK) GetPayload ¶ added in v0.2.0
func (o *GetBlueprintVersionUsingGET1OK) GetPayload() *models.BlueprintVersion
type GetBlueprintVersionUsingGET1Params ¶ added in v0.2.0
type GetBlueprintVersionUsingGET1Params struct { /*DollarSelect Fields to include in content. Use * to get all fields. */ DollarSelect []string /*BlueprintID blueprintId */ 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 values initialized.
func NewGetBlueprintVersionUsingGET1ParamsWithContext ¶ added in v0.2.0
func NewGetBlueprintVersionUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintVersionUsingGET1Params
NewGetBlueprintVersionUsingGET1ParamsWithContext creates a new GetBlueprintVersionUsingGET1Params object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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
func (o *GetBlueprintVersionUsingGET1Params) SetContext(ctx context.Context)
SetContext adds the context to the get blueprint version using get1 params
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
func (o *GetBlueprintVersionUsingGET1Params) WithBlueprintID(blueprintID strfmt.UUID) *GetBlueprintVersionUsingGET1Params
WithBlueprintID adds the blueprintID to the get blueprint version using get1 params
func (*GetBlueprintVersionUsingGET1Params) WithContext ¶ added in v0.2.0
func (o *GetBlueprintVersionUsingGET1Params) WithContext(ctx context.Context) *GetBlueprintVersionUsingGET1Params
WithContext adds the context to the get blueprint version using get1 params
func (*GetBlueprintVersionUsingGET1Params) WithDollarSelect ¶ added in v0.2.8
func (o *GetBlueprintVersionUsingGET1Params) WithDollarSelect(dollarSelect []string) *GetBlueprintVersionUsingGET1Params
WithDollarSelect adds the dollarSelect to the get blueprint version using get1 params
func (*GetBlueprintVersionUsingGET1Params) WithHTTPClient ¶ added in v0.2.0
func (o *GetBlueprintVersionUsingGET1Params) WithHTTPClient(client *http.Client) *GetBlueprintVersionUsingGET1Params
WithHTTPClient adds the HTTPClient to the get blueprint version using get1 params
func (*GetBlueprintVersionUsingGET1Params) WithTimeout ¶ added in v0.2.0
func (o *GetBlueprintVersionUsingGET1Params) WithTimeout(timeout time.Duration) *GetBlueprintVersionUsingGET1Params
WithTimeout adds the timeout to the get blueprint version using get1 params
func (*GetBlueprintVersionUsingGET1Params) WithVersion ¶ added in v0.2.0
func (o *GetBlueprintVersionUsingGET1Params) WithVersion(version string) *GetBlueprintVersionUsingGET1Params
WithVersion adds the version to the get blueprint version using get1 params
func (*GetBlueprintVersionUsingGET1Params) WriteToRequest ¶ added in v0.2.0
func (o *GetBlueprintVersionUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 handles this case 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 (o *GetBlueprintVersionUsingGET1Unauthorized) Error() string
type ListBlueprintVersionsUsingGETBadRequest ¶ added in v0.2.0
type ListBlueprintVersionsUsingGETBadRequest struct { }
ListBlueprintVersionsUsingGETBadRequest handles this case 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 (o *ListBlueprintVersionsUsingGETBadRequest) Error() string
type ListBlueprintVersionsUsingGETForbidden ¶ added in v0.2.0
type ListBlueprintVersionsUsingGETForbidden struct { }
ListBlueprintVersionsUsingGETForbidden handles this case 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 (o *ListBlueprintVersionsUsingGETForbidden) Error() string
type ListBlueprintVersionsUsingGETNotFound ¶ added in v0.2.0
type ListBlueprintVersionsUsingGETNotFound struct { }
ListBlueprintVersionsUsingGETNotFound handles this case 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 (o *ListBlueprintVersionsUsingGETNotFound) Error() string
type ListBlueprintVersionsUsingGETOK ¶ added in v0.2.0
type ListBlueprintVersionsUsingGETOK struct {
Payload *models.PageOfBlueprintVersion
}
ListBlueprintVersionsUsingGETOK handles this case 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 (o *ListBlueprintVersionsUsingGETOK) Error() string
func (*ListBlueprintVersionsUsingGETOK) GetPayload ¶ added in v0.2.0
func (o *ListBlueprintVersionsUsingGETOK) GetPayload() *models.PageOfBlueprintVersion
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. Use * to get all fields. */ DollarSelect []string /*DollarSkip Number of records you want to skip */ DollarSkip *int32 /*DollarTop Number of records you want */ 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 */ BlueprintID strfmt.UUID /*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 values initialized.
func NewListBlueprintVersionsUsingGETParamsWithContext ¶ added in v0.2.0
func NewListBlueprintVersionsUsingGETParamsWithContext(ctx context.Context) *ListBlueprintVersionsUsingGETParams
NewListBlueprintVersionsUsingGETParamsWithContext creates a new ListBlueprintVersionsUsingGETParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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
func (o *ListBlueprintVersionsUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the list blueprint versions using get params
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) 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
func (o *ListBlueprintVersionsUsingGETParams) WithAPIVersion(aPIVersion *string) *ListBlueprintVersionsUsingGETParams
WithAPIVersion adds the aPIVersion to the list blueprint versions using get params
func (*ListBlueprintVersionsUsingGETParams) WithBlueprintID ¶ added in v0.2.0
func (o *ListBlueprintVersionsUsingGETParams) WithBlueprintID(blueprintID strfmt.UUID) *ListBlueprintVersionsUsingGETParams
WithBlueprintID adds the blueprintID to the list blueprint versions using get params
func (*ListBlueprintVersionsUsingGETParams) WithContext ¶ added in v0.2.0
func (o *ListBlueprintVersionsUsingGETParams) WithContext(ctx context.Context) *ListBlueprintVersionsUsingGETParams
WithContext adds the context to the list blueprint versions using get params
func (*ListBlueprintVersionsUsingGETParams) WithDollarOrderby ¶ added in v0.2.0
func (o *ListBlueprintVersionsUsingGETParams) WithDollarOrderby(dollarOrderby []string) *ListBlueprintVersionsUsingGETParams
WithDollarOrderby adds the dollarOrderby to the list blueprint versions using get params
func (*ListBlueprintVersionsUsingGETParams) WithDollarSelect ¶ added in v0.2.0
func (o *ListBlueprintVersionsUsingGETParams) WithDollarSelect(dollarSelect []string) *ListBlueprintVersionsUsingGETParams
WithDollarSelect adds the dollarSelect to the list blueprint versions using get params
func (*ListBlueprintVersionsUsingGETParams) WithDollarSkip ¶ added in v0.2.0
func (o *ListBlueprintVersionsUsingGETParams) WithDollarSkip(dollarSkip *int32) *ListBlueprintVersionsUsingGETParams
WithDollarSkip adds the dollarSkip to the list blueprint versions using get params
func (*ListBlueprintVersionsUsingGETParams) WithDollarTop ¶ added in v0.2.0
func (o *ListBlueprintVersionsUsingGETParams) WithDollarTop(dollarTop *int32) *ListBlueprintVersionsUsingGETParams
WithDollarTop adds the dollarTop to the list blueprint versions using get params
func (*ListBlueprintVersionsUsingGETParams) WithHTTPClient ¶ added in v0.2.0
func (o *ListBlueprintVersionsUsingGETParams) WithHTTPClient(client *http.Client) *ListBlueprintVersionsUsingGETParams
WithHTTPClient adds the HTTPClient to the list blueprint versions using get params
func (*ListBlueprintVersionsUsingGETParams) WithStatus ¶ added in v0.2.0
func (o *ListBlueprintVersionsUsingGETParams) WithStatus(status *string) *ListBlueprintVersionsUsingGETParams
WithStatus adds the status to the list blueprint versions using get params
func (*ListBlueprintVersionsUsingGETParams) WithTimeout ¶ added in v0.2.0
func (o *ListBlueprintVersionsUsingGETParams) WithTimeout(timeout time.Duration) *ListBlueprintVersionsUsingGETParams
WithTimeout adds the timeout to the list blueprint versions using get params
func (*ListBlueprintVersionsUsingGETParams) WithVersion ¶ added in v0.2.0
func (o *ListBlueprintVersionsUsingGETParams) WithVersion(version *string) *ListBlueprintVersionsUsingGETParams
WithVersion adds the version to the list blueprint versions using get params
func (*ListBlueprintVersionsUsingGETParams) WriteToRequest ¶ added in v0.2.0
func (o *ListBlueprintVersionsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 handles this case 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 (o *ListBlueprintVersionsUsingGETUnauthorized) Error() string
type ListBlueprintsUsingGET1BadRequest ¶ added in v0.2.0
type ListBlueprintsUsingGET1BadRequest struct { }
ListBlueprintsUsingGET1BadRequest handles this case 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 (o *ListBlueprintsUsingGET1BadRequest) Error() string
type ListBlueprintsUsingGET1Forbidden ¶ added in v0.2.0
type ListBlueprintsUsingGET1Forbidden struct { }
ListBlueprintsUsingGET1Forbidden handles this case 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 (o *ListBlueprintsUsingGET1Forbidden) Error() string
type ListBlueprintsUsingGET1OK ¶ added in v0.2.0
type ListBlueprintsUsingGET1OK struct {
Payload *models.PageOfBlueprint
}
ListBlueprintsUsingGET1OK handles this case 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 (o *ListBlueprintsUsingGET1OK) GetPayload() *models.PageOfBlueprint
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. Use * to get all fields. */ DollarSelect []string /*DollarSkip Number of records you want to skip */ DollarSkip *int32 /*DollarTop Number of records you want */ 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 /*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 values initialized.
func NewListBlueprintsUsingGET1ParamsWithContext ¶ added in v0.2.0
func NewListBlueprintsUsingGET1ParamsWithContext(ctx context.Context) *ListBlueprintsUsingGET1Params
NewListBlueprintsUsingGET1ParamsWithContext creates a new ListBlueprintsUsingGET1Params object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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
func (o *ListBlueprintsUsingGET1Params) WithContext(ctx context.Context) *ListBlueprintsUsingGET1Params
WithContext adds the context to the list blueprints using get1 params
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
func (o *ListBlueprintsUsingGET1Params) WithDollarTop(dollarTop *int32) *ListBlueprintsUsingGET1Params
WithDollarTop adds the dollarTop to the list blueprints using get1 params
func (*ListBlueprintsUsingGET1Params) WithHTTPClient ¶ added in v0.2.0
func (o *ListBlueprintsUsingGET1Params) WithHTTPClient(client *http.Client) *ListBlueprintsUsingGET1Params
WithHTTPClient adds the HTTPClient to the list blueprints using get1 params
func (*ListBlueprintsUsingGET1Params) WithName ¶ added in v0.2.0
func (o *ListBlueprintsUsingGET1Params) WithName(name *string) *ListBlueprintsUsingGET1Params
WithName adds the name to the list blueprints using get1 params
func (*ListBlueprintsUsingGET1Params) WithProjects ¶ added in v0.2.0
func (o *ListBlueprintsUsingGET1Params) WithProjects(projects []string) *ListBlueprintsUsingGET1Params
WithProjects adds the projects to the list blueprints using get1 params
func (*ListBlueprintsUsingGET1Params) WithReleased ¶ added in v0.2.0
func (o *ListBlueprintsUsingGET1Params) WithReleased(released *bool) *ListBlueprintsUsingGET1Params
WithReleased adds the released to the list blueprints using get1 params
func (*ListBlueprintsUsingGET1Params) WithSearch ¶ added in v0.2.0
func (o *ListBlueprintsUsingGET1Params) WithSearch(search *string) *ListBlueprintsUsingGET1Params
WithSearch adds the search to the list blueprints using get1 params
func (*ListBlueprintsUsingGET1Params) WithTimeout ¶ added in v0.2.0
func (o *ListBlueprintsUsingGET1Params) WithTimeout(timeout time.Duration) *ListBlueprintsUsingGET1Params
WithTimeout adds the timeout to the list blueprints using get1 params
func (*ListBlueprintsUsingGET1Params) WithVersioned ¶ added in v0.2.0
func (o *ListBlueprintsUsingGET1Params) WithVersioned(versioned *bool) *ListBlueprintsUsingGET1Params
WithVersioned adds the versioned to the list blueprints using get1 params
func (*ListBlueprintsUsingGET1Params) WriteToRequest ¶ added in v0.2.0
func (o *ListBlueprintsUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 handles this case 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 (o *ListBlueprintsUsingGET1Unauthorized) Error() string
type ReleaseBlueprintVersionUsingPOST1Forbidden ¶ added in v0.2.0
type ReleaseBlueprintVersionUsingPOST1Forbidden struct { }
ReleaseBlueprintVersionUsingPOST1Forbidden handles this case 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 (o *ReleaseBlueprintVersionUsingPOST1Forbidden) Error() string
type ReleaseBlueprintVersionUsingPOST1NotFound ¶ added in v0.2.0
type ReleaseBlueprintVersionUsingPOST1NotFound struct { }
ReleaseBlueprintVersionUsingPOST1NotFound handles this case 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 (o *ReleaseBlueprintVersionUsingPOST1NotFound) Error() string
type ReleaseBlueprintVersionUsingPOST1OK ¶ added in v0.2.0
type ReleaseBlueprintVersionUsingPOST1OK struct {
Payload *models.BlueprintVersion
}
ReleaseBlueprintVersionUsingPOST1OK handles this case 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 (o *ReleaseBlueprintVersionUsingPOST1OK) Error() string
func (*ReleaseBlueprintVersionUsingPOST1OK) GetPayload ¶ added in v0.2.0
func (o *ReleaseBlueprintVersionUsingPOST1OK) GetPayload() *models.BlueprintVersion
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 */ 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 values initialized.
func NewReleaseBlueprintVersionUsingPOST1ParamsWithContext ¶ added in v0.2.0
func NewReleaseBlueprintVersionUsingPOST1ParamsWithContext(ctx context.Context) *ReleaseBlueprintVersionUsingPOST1Params
NewReleaseBlueprintVersionUsingPOST1ParamsWithContext creates a new ReleaseBlueprintVersionUsingPOST1Params object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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
func (o *ReleaseBlueprintVersionUsingPOST1Params) SetContext(ctx context.Context)
SetContext adds the context to the release blueprint version using p o s t 1 params
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
func (o *ReleaseBlueprintVersionUsingPOST1Params) WithAPIVersion(aPIVersion *string) *ReleaseBlueprintVersionUsingPOST1Params
WithAPIVersion adds the aPIVersion to the release blueprint version using p o s t 1 params
func (*ReleaseBlueprintVersionUsingPOST1Params) WithBlueprintID ¶ added in v0.2.0
func (o *ReleaseBlueprintVersionUsingPOST1Params) WithBlueprintID(blueprintID strfmt.UUID) *ReleaseBlueprintVersionUsingPOST1Params
WithBlueprintID adds the blueprintID to the release blueprint version using p o s t 1 params
func (*ReleaseBlueprintVersionUsingPOST1Params) WithContext ¶ added in v0.2.0
func (o *ReleaseBlueprintVersionUsingPOST1Params) WithContext(ctx context.Context) *ReleaseBlueprintVersionUsingPOST1Params
WithContext adds the context to the release blueprint version using p o s t 1 params
func (*ReleaseBlueprintVersionUsingPOST1Params) WithHTTPClient ¶ added in v0.2.0
func (o *ReleaseBlueprintVersionUsingPOST1Params) WithHTTPClient(client *http.Client) *ReleaseBlueprintVersionUsingPOST1Params
WithHTTPClient adds the HTTPClient to the release blueprint version using p o s t 1 params
func (*ReleaseBlueprintVersionUsingPOST1Params) WithTimeout ¶ added in v0.2.0
func (o *ReleaseBlueprintVersionUsingPOST1Params) WithTimeout(timeout time.Duration) *ReleaseBlueprintVersionUsingPOST1Params
WithTimeout adds the timeout to the release blueprint version using p o s t 1 params
func (*ReleaseBlueprintVersionUsingPOST1Params) WithVersion ¶ added in v0.2.0
func (o *ReleaseBlueprintVersionUsingPOST1Params) WithVersion(version string) *ReleaseBlueprintVersionUsingPOST1Params
WithVersion adds the version to the release blueprint version using p o s t 1 params
func (*ReleaseBlueprintVersionUsingPOST1Params) WriteToRequest ¶ added in v0.2.0
func (o *ReleaseBlueprintVersionUsingPOST1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 handles this case 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 (o *ReleaseBlueprintVersionUsingPOST1Unauthorized) Error() string
type RestoreBlueprintVersionUsingPOST1Forbidden ¶ added in v0.2.0
type RestoreBlueprintVersionUsingPOST1Forbidden struct { }
RestoreBlueprintVersionUsingPOST1Forbidden handles this case 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 (o *RestoreBlueprintVersionUsingPOST1Forbidden) Error() string
type RestoreBlueprintVersionUsingPOST1NotFound ¶ added in v0.2.0
type RestoreBlueprintVersionUsingPOST1NotFound struct { }
RestoreBlueprintVersionUsingPOST1NotFound handles this case 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 (o *RestoreBlueprintVersionUsingPOST1NotFound) Error() string
type RestoreBlueprintVersionUsingPOST1OK ¶ added in v0.2.0
RestoreBlueprintVersionUsingPOST1OK handles this case 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 (o *RestoreBlueprintVersionUsingPOST1OK) Error() string
func (*RestoreBlueprintVersionUsingPOST1OK) GetPayload ¶ added in v0.2.0
func (o *RestoreBlueprintVersionUsingPOST1OK) GetPayload() *models.Blueprint
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 */ 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 values initialized.
func NewRestoreBlueprintVersionUsingPOST1ParamsWithContext ¶ added in v0.2.0
func NewRestoreBlueprintVersionUsingPOST1ParamsWithContext(ctx context.Context) *RestoreBlueprintVersionUsingPOST1Params
NewRestoreBlueprintVersionUsingPOST1ParamsWithContext creates a new RestoreBlueprintVersionUsingPOST1Params object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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
func (o *RestoreBlueprintVersionUsingPOST1Params) SetContext(ctx context.Context)
SetContext adds the context to the restore blueprint version using p o s t 1 params
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
func (o *RestoreBlueprintVersionUsingPOST1Params) WithAPIVersion(aPIVersion *string) *RestoreBlueprintVersionUsingPOST1Params
WithAPIVersion adds the aPIVersion to the restore blueprint version using p o s t 1 params
func (*RestoreBlueprintVersionUsingPOST1Params) WithBlueprintID ¶ added in v0.2.0
func (o *RestoreBlueprintVersionUsingPOST1Params) WithBlueprintID(blueprintID strfmt.UUID) *RestoreBlueprintVersionUsingPOST1Params
WithBlueprintID adds the blueprintID to the restore blueprint version using p o s t 1 params
func (*RestoreBlueprintVersionUsingPOST1Params) WithContext ¶ added in v0.2.0
func (o *RestoreBlueprintVersionUsingPOST1Params) WithContext(ctx context.Context) *RestoreBlueprintVersionUsingPOST1Params
WithContext adds the context to the restore blueprint version using p o s t 1 params
func (*RestoreBlueprintVersionUsingPOST1Params) WithHTTPClient ¶ added in v0.2.0
func (o *RestoreBlueprintVersionUsingPOST1Params) WithHTTPClient(client *http.Client) *RestoreBlueprintVersionUsingPOST1Params
WithHTTPClient adds the HTTPClient to the restore blueprint version using p o s t 1 params
func (*RestoreBlueprintVersionUsingPOST1Params) WithTimeout ¶ added in v0.2.0
func (o *RestoreBlueprintVersionUsingPOST1Params) WithTimeout(timeout time.Duration) *RestoreBlueprintVersionUsingPOST1Params
WithTimeout adds the timeout to the restore blueprint version using p o s t 1 params
func (*RestoreBlueprintVersionUsingPOST1Params) WithVersion ¶ added in v0.2.0
func (o *RestoreBlueprintVersionUsingPOST1Params) WithVersion(version string) *RestoreBlueprintVersionUsingPOST1Params
WithVersion adds the version to the restore blueprint version using p o s t 1 params
func (*RestoreBlueprintVersionUsingPOST1Params) WriteToRequest ¶ added in v0.2.0
func (o *RestoreBlueprintVersionUsingPOST1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 handles this case 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 (o *RestoreBlueprintVersionUsingPOST1Unauthorized) Error() string
type UnReleaseBlueprintVersionUsingPOST1Forbidden ¶ added in v0.2.0
type UnReleaseBlueprintVersionUsingPOST1Forbidden struct { }
UnReleaseBlueprintVersionUsingPOST1Forbidden handles this case 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 (o *UnReleaseBlueprintVersionUsingPOST1Forbidden) Error() string
type UnReleaseBlueprintVersionUsingPOST1NotFound ¶ added in v0.2.0
type UnReleaseBlueprintVersionUsingPOST1NotFound struct { }
UnReleaseBlueprintVersionUsingPOST1NotFound handles this case 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 (o *UnReleaseBlueprintVersionUsingPOST1NotFound) Error() string
type UnReleaseBlueprintVersionUsingPOST1OK ¶ added in v0.2.0
type UnReleaseBlueprintVersionUsingPOST1OK struct {
Payload *models.BlueprintVersion
}
UnReleaseBlueprintVersionUsingPOST1OK handles this case 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 (o *UnReleaseBlueprintVersionUsingPOST1OK) Error() string
func (*UnReleaseBlueprintVersionUsingPOST1OK) GetPayload ¶ added in v0.2.0
func (o *UnReleaseBlueprintVersionUsingPOST1OK) GetPayload() *models.BlueprintVersion
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 */ 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 values initialized.
func NewUnReleaseBlueprintVersionUsingPOST1ParamsWithContext ¶ added in v0.2.0
func NewUnReleaseBlueprintVersionUsingPOST1ParamsWithContext(ctx context.Context) *UnReleaseBlueprintVersionUsingPOST1Params
NewUnReleaseBlueprintVersionUsingPOST1ParamsWithContext creates a new UnReleaseBlueprintVersionUsingPOST1Params object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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
func (o *UnReleaseBlueprintVersionUsingPOST1Params) SetContext(ctx context.Context)
SetContext adds the context to the un release blueprint version using p o s t 1 params
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
func (o *UnReleaseBlueprintVersionUsingPOST1Params) SetTimeout(timeout time.Duration)
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
func (o *UnReleaseBlueprintVersionUsingPOST1Params) WithAPIVersion(aPIVersion *string) *UnReleaseBlueprintVersionUsingPOST1Params
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
func (o *UnReleaseBlueprintVersionUsingPOST1Params) WithBlueprintID(blueprintID strfmt.UUID) *UnReleaseBlueprintVersionUsingPOST1Params
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
func (o *UnReleaseBlueprintVersionUsingPOST1Params) WithContext(ctx context.Context) *UnReleaseBlueprintVersionUsingPOST1Params
WithContext adds the context to the un release blueprint version using p o s t 1 params
func (*UnReleaseBlueprintVersionUsingPOST1Params) WithHTTPClient ¶ added in v0.2.0
func (o *UnReleaseBlueprintVersionUsingPOST1Params) WithHTTPClient(client *http.Client) *UnReleaseBlueprintVersionUsingPOST1Params
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
func (o *UnReleaseBlueprintVersionUsingPOST1Params) WithTimeout(timeout time.Duration) *UnReleaseBlueprintVersionUsingPOST1Params
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
func (o *UnReleaseBlueprintVersionUsingPOST1Params) WithVersion(version string) *UnReleaseBlueprintVersionUsingPOST1Params
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
func (o *UnReleaseBlueprintVersionUsingPOST1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 handles this case 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 (o *UnReleaseBlueprintVersionUsingPOST1Unauthorized) Error() string
type UpdateBlueprintUsingPUT1Forbidden ¶ added in v0.2.0
type UpdateBlueprintUsingPUT1Forbidden struct { }
UpdateBlueprintUsingPUT1Forbidden handles this case 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 (o *UpdateBlueprintUsingPUT1Forbidden) Error() string
type UpdateBlueprintUsingPUT1NotFound ¶ added in v0.2.0
type UpdateBlueprintUsingPUT1NotFound struct { }
UpdateBlueprintUsingPUT1NotFound handles this case 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 (o *UpdateBlueprintUsingPUT1NotFound) Error() string
type UpdateBlueprintUsingPUT1OK ¶ added in v0.2.0
UpdateBlueprintUsingPUT1OK handles this case 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 (o *UpdateBlueprintUsingPUT1OK) Error() string
func (*UpdateBlueprintUsingPUT1OK) GetPayload ¶ added in v0.2.0
func (o *UpdateBlueprintUsingPUT1OK) GetPayload() *models.Blueprint
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 */ 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 values initialized.
func NewUpdateBlueprintUsingPUT1ParamsWithContext ¶ added in v0.2.0
func NewUpdateBlueprintUsingPUT1ParamsWithContext(ctx context.Context) *UpdateBlueprintUsingPUT1Params
NewUpdateBlueprintUsingPUT1ParamsWithContext creates a new UpdateBlueprintUsingPUT1Params object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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
func (o *UpdateBlueprintUsingPUT1Params) WithAPIVersion(aPIVersion *string) *UpdateBlueprintUsingPUT1Params
WithAPIVersion adds the aPIVersion to the update blueprint using p u t 1 params
func (*UpdateBlueprintUsingPUT1Params) WithBlueprint ¶ added in v0.2.0
func (o *UpdateBlueprintUsingPUT1Params) WithBlueprint(blueprint *models.Blueprint) *UpdateBlueprintUsingPUT1Params
WithBlueprint adds the blueprint to the update blueprint using p u t 1 params
func (*UpdateBlueprintUsingPUT1Params) WithBlueprintID ¶ added in v0.2.0
func (o *UpdateBlueprintUsingPUT1Params) WithBlueprintID(blueprintID strfmt.UUID) *UpdateBlueprintUsingPUT1Params
WithBlueprintID adds the blueprintID to the update blueprint using p u t 1 params
func (*UpdateBlueprintUsingPUT1Params) WithContext ¶ added in v0.2.0
func (o *UpdateBlueprintUsingPUT1Params) WithContext(ctx context.Context) *UpdateBlueprintUsingPUT1Params
WithContext adds the context to the update blueprint using p u t 1 params
func (*UpdateBlueprintUsingPUT1Params) WithHTTPClient ¶ added in v0.2.0
func (o *UpdateBlueprintUsingPUT1Params) WithHTTPClient(client *http.Client) *UpdateBlueprintUsingPUT1Params
WithHTTPClient adds the HTTPClient to the update blueprint using p u t 1 params
func (*UpdateBlueprintUsingPUT1Params) WithTimeout ¶ added in v0.2.0
func (o *UpdateBlueprintUsingPUT1Params) WithTimeout(timeout time.Duration) *UpdateBlueprintUsingPUT1Params
WithTimeout adds the timeout to the update blueprint using p u t 1 params
func (*UpdateBlueprintUsingPUT1Params) WriteToRequest ¶ added in v0.2.0
func (o *UpdateBlueprintUsingPUT1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 handles this case 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 (o *UpdateBlueprintUsingPUT1Unauthorized) Error() string
Source Files ¶
- blueprint_client.go
- create_blueprint_using_post1_parameters.go
- create_blueprint_using_post1_responses.go
- create_blueprint_version_using_post1_parameters.go
- create_blueprint_version_using_post1_responses.go
- delete_blueprint_using_delete1_parameters.go
- delete_blueprint_using_delete1_responses.go
- get_blueprint_inputs_schema_using_get1_parameters.go
- get_blueprint_inputs_schema_using_get1_responses.go
- get_blueprint_using_get1_parameters.go
- get_blueprint_using_get1_responses.go
- get_blueprint_version_inputs_schema_using_get1_parameters.go
- get_blueprint_version_inputs_schema_using_get1_responses.go
- get_blueprint_version_using_get1_parameters.go
- get_blueprint_version_using_get1_responses.go
- list_blueprint_versions_using_get_parameters.go
- list_blueprint_versions_using_get_responses.go
- list_blueprints_using_get1_parameters.go
- list_blueprints_using_get1_responses.go
- release_blueprint_version_using_post1_parameters.go
- release_blueprint_version_using_post1_responses.go
- restore_blueprint_version_using_post1_parameters.go
- restore_blueprint_version_using_post1_responses.go
- un_release_blueprint_version_using_post1_parameters.go
- un_release_blueprint_version_using_post1_responses.go
- update_blueprint_using_put1_parameters.go
- update_blueprint_using_put1_responses.go