accounts

package
v0.0.26 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for accounts API

func (*Client) GetProvisioningV1InternalAccountsOrgIDProvider

func (a *Client) GetProvisioningV1InternalAccountsOrgIDProvider(params *GetProvisioningV1InternalAccountsOrgIDProviderParams, opts ...ClientOption) (*GetProvisioningV1InternalAccountsOrgIDProviderOK, error)

GetProvisioningV1InternalAccountsOrgIDProvider gets account by org id and provider

Retrieve an account by org_id and provider

func (*Client) PatchProvisioningV1InternalAccountsOrgIDProvider

PatchProvisioningV1InternalAccountsOrgIDProvider updates account

Update the account

func (*Client) PostProvisioningV1InternalAccounts

func (a *Client) PostProvisioningV1InternalAccounts(params *PostProvisioningV1InternalAccountsParams, opts ...ClientOption) (*PostProvisioningV1InternalAccountsCreated, error)

PostProvisioningV1InternalAccounts creates a new account

Create a new account

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetProvisioningV1InternalAccountsOrgIDProvider(params *GetProvisioningV1InternalAccountsOrgIDProviderParams, opts ...ClientOption) (*GetProvisioningV1InternalAccountsOrgIDProviderOK, error)

	PatchProvisioningV1InternalAccountsOrgIDProvider(params *PatchProvisioningV1InternalAccountsOrgIDProviderParams, opts ...ClientOption) (*PatchProvisioningV1InternalAccountsOrgIDProviderNoContent, error)

	PostProvisioningV1InternalAccounts(params *PostProvisioningV1InternalAccountsParams, opts ...ClientOption) (*PostProvisioningV1InternalAccountsCreated, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new accounts API client.

type GetProvisioningV1InternalAccountsOrgIDProviderBadRequest

type GetProvisioningV1InternalAccountsOrgIDProviderBadRequest struct {
	Payload *models.ErrrErrorResponse
}
GetProvisioningV1InternalAccountsOrgIDProviderBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetProvisioningV1InternalAccountsOrgIDProviderBadRequest

func NewGetProvisioningV1InternalAccountsOrgIDProviderBadRequest() *GetProvisioningV1InternalAccountsOrgIDProviderBadRequest

NewGetProvisioningV1InternalAccountsOrgIDProviderBadRequest creates a GetProvisioningV1InternalAccountsOrgIDProviderBadRequest with default headers values

func (*GetProvisioningV1InternalAccountsOrgIDProviderBadRequest) Error

func (*GetProvisioningV1InternalAccountsOrgIDProviderBadRequest) GetPayload

type GetProvisioningV1InternalAccountsOrgIDProviderInternalServerError

type GetProvisioningV1InternalAccountsOrgIDProviderInternalServerError struct {
	Payload *models.ErrrErrorResponse
}
GetProvisioningV1InternalAccountsOrgIDProviderInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetProvisioningV1InternalAccountsOrgIDProviderInternalServerError

func NewGetProvisioningV1InternalAccountsOrgIDProviderInternalServerError() *GetProvisioningV1InternalAccountsOrgIDProviderInternalServerError

NewGetProvisioningV1InternalAccountsOrgIDProviderInternalServerError creates a GetProvisioningV1InternalAccountsOrgIDProviderInternalServerError with default headers values

func (*GetProvisioningV1InternalAccountsOrgIDProviderInternalServerError) Error

func (*GetProvisioningV1InternalAccountsOrgIDProviderInternalServerError) GetPayload

type GetProvisioningV1InternalAccountsOrgIDProviderNotFound

type GetProvisioningV1InternalAccountsOrgIDProviderNotFound struct {
	Payload *models.ErrrErrorResponse
}
GetProvisioningV1InternalAccountsOrgIDProviderNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetProvisioningV1InternalAccountsOrgIDProviderNotFound

func NewGetProvisioningV1InternalAccountsOrgIDProviderNotFound() *GetProvisioningV1InternalAccountsOrgIDProviderNotFound

NewGetProvisioningV1InternalAccountsOrgIDProviderNotFound creates a GetProvisioningV1InternalAccountsOrgIDProviderNotFound with default headers values

func (*GetProvisioningV1InternalAccountsOrgIDProviderNotFound) Error

func (*GetProvisioningV1InternalAccountsOrgIDProviderNotFound) GetPayload

type GetProvisioningV1InternalAccountsOrgIDProviderOK

type GetProvisioningV1InternalAccountsOrgIDProviderOK struct {
	Payload *models.V1AccountResponse
}
GetProvisioningV1InternalAccountsOrgIDProviderOK describes a response with status code 200, with default header values.

OK

func NewGetProvisioningV1InternalAccountsOrgIDProviderOK

func NewGetProvisioningV1InternalAccountsOrgIDProviderOK() *GetProvisioningV1InternalAccountsOrgIDProviderOK

NewGetProvisioningV1InternalAccountsOrgIDProviderOK creates a GetProvisioningV1InternalAccountsOrgIDProviderOK with default headers values

func (*GetProvisioningV1InternalAccountsOrgIDProviderOK) Error

func (*GetProvisioningV1InternalAccountsOrgIDProviderOK) GetPayload

type GetProvisioningV1InternalAccountsOrgIDProviderParams

type GetProvisioningV1InternalAccountsOrgIDProviderParams struct {

	/* OrgID.

	   org id
	*/
	OrgID string

	/* Provider.

	   cloud provider name
	*/
	Provider string

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

GetProvisioningV1InternalAccountsOrgIDProviderParams contains all the parameters to send to the API endpoint

for the get provisioning v1 internal accounts org ID provider operation.

Typically these are written to a http.Request.

func NewGetProvisioningV1InternalAccountsOrgIDProviderParams

func NewGetProvisioningV1InternalAccountsOrgIDProviderParams() *GetProvisioningV1InternalAccountsOrgIDProviderParams

NewGetProvisioningV1InternalAccountsOrgIDProviderParams creates a new GetProvisioningV1InternalAccountsOrgIDProviderParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetProvisioningV1InternalAccountsOrgIDProviderParamsWithContext

func NewGetProvisioningV1InternalAccountsOrgIDProviderParamsWithContext(ctx context.Context) *GetProvisioningV1InternalAccountsOrgIDProviderParams

NewGetProvisioningV1InternalAccountsOrgIDProviderParamsWithContext creates a new GetProvisioningV1InternalAccountsOrgIDProviderParams object with the ability to set a context for a request.

func NewGetProvisioningV1InternalAccountsOrgIDProviderParamsWithHTTPClient

func NewGetProvisioningV1InternalAccountsOrgIDProviderParamsWithHTTPClient(client *http.Client) *GetProvisioningV1InternalAccountsOrgIDProviderParams

NewGetProvisioningV1InternalAccountsOrgIDProviderParamsWithHTTPClient creates a new GetProvisioningV1InternalAccountsOrgIDProviderParams object with the ability to set a custom HTTPClient for a request.

func NewGetProvisioningV1InternalAccountsOrgIDProviderParamsWithTimeout

func NewGetProvisioningV1InternalAccountsOrgIDProviderParamsWithTimeout(timeout time.Duration) *GetProvisioningV1InternalAccountsOrgIDProviderParams

NewGetProvisioningV1InternalAccountsOrgIDProviderParamsWithTimeout creates a new GetProvisioningV1InternalAccountsOrgIDProviderParams object with the ability to set a timeout on a request.

func (*GetProvisioningV1InternalAccountsOrgIDProviderParams) SetContext

SetContext adds the context to the get provisioning v1 internal accounts org ID provider params

func (*GetProvisioningV1InternalAccountsOrgIDProviderParams) SetDefaults

SetDefaults hydrates default values in the get provisioning v1 internal accounts org ID provider params (not the query body).

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

func (*GetProvisioningV1InternalAccountsOrgIDProviderParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get provisioning v1 internal accounts org ID provider params

func (*GetProvisioningV1InternalAccountsOrgIDProviderParams) SetOrgID

SetOrgID adds the orgId to the get provisioning v1 internal accounts org ID provider params

func (*GetProvisioningV1InternalAccountsOrgIDProviderParams) SetProvider

SetProvider adds the provider to the get provisioning v1 internal accounts org ID provider params

func (*GetProvisioningV1InternalAccountsOrgIDProviderParams) SetTimeout

SetTimeout adds the timeout to the get provisioning v1 internal accounts org ID provider params

func (*GetProvisioningV1InternalAccountsOrgIDProviderParams) WithContext

WithContext adds the context to the get provisioning v1 internal accounts org ID provider params

func (*GetProvisioningV1InternalAccountsOrgIDProviderParams) WithDefaults

WithDefaults hydrates default values in the get provisioning v1 internal accounts org ID provider params (not the query body).

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

func (*GetProvisioningV1InternalAccountsOrgIDProviderParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get provisioning v1 internal accounts org ID provider params

func (*GetProvisioningV1InternalAccountsOrgIDProviderParams) WithOrgID

WithOrgID adds the orgID to the get provisioning v1 internal accounts org ID provider params

func (*GetProvisioningV1InternalAccountsOrgIDProviderParams) WithProvider

WithProvider adds the provider to the get provisioning v1 internal accounts org ID provider params

func (*GetProvisioningV1InternalAccountsOrgIDProviderParams) WithTimeout

WithTimeout adds the timeout to the get provisioning v1 internal accounts org ID provider params

func (*GetProvisioningV1InternalAccountsOrgIDProviderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProvisioningV1InternalAccountsOrgIDProviderReader

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

GetProvisioningV1InternalAccountsOrgIDProviderReader is a Reader for the GetProvisioningV1InternalAccountsOrgIDProvider structure.

func (*GetProvisioningV1InternalAccountsOrgIDProviderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchProvisioningV1InternalAccountsOrgIDProviderBadRequest

type PatchProvisioningV1InternalAccountsOrgIDProviderBadRequest struct {
	Payload *models.ErrrErrorResponse
}
PatchProvisioningV1InternalAccountsOrgIDProviderBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPatchProvisioningV1InternalAccountsOrgIDProviderBadRequest

func NewPatchProvisioningV1InternalAccountsOrgIDProviderBadRequest() *PatchProvisioningV1InternalAccountsOrgIDProviderBadRequest

NewPatchProvisioningV1InternalAccountsOrgIDProviderBadRequest creates a PatchProvisioningV1InternalAccountsOrgIDProviderBadRequest with default headers values

func (*PatchProvisioningV1InternalAccountsOrgIDProviderBadRequest) Error

func (*PatchProvisioningV1InternalAccountsOrgIDProviderBadRequest) GetPayload

type PatchProvisioningV1InternalAccountsOrgIDProviderInternalServerError

type PatchProvisioningV1InternalAccountsOrgIDProviderInternalServerError struct {
	Payload *models.ErrrErrorResponse
}
PatchProvisioningV1InternalAccountsOrgIDProviderInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPatchProvisioningV1InternalAccountsOrgIDProviderInternalServerError

func NewPatchProvisioningV1InternalAccountsOrgIDProviderInternalServerError() *PatchProvisioningV1InternalAccountsOrgIDProviderInternalServerError

NewPatchProvisioningV1InternalAccountsOrgIDProviderInternalServerError creates a PatchProvisioningV1InternalAccountsOrgIDProviderInternalServerError with default headers values

func (*PatchProvisioningV1InternalAccountsOrgIDProviderInternalServerError) Error

func (*PatchProvisioningV1InternalAccountsOrgIDProviderInternalServerError) GetPayload

type PatchProvisioningV1InternalAccountsOrgIDProviderNoContent

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

No Content

func NewPatchProvisioningV1InternalAccountsOrgIDProviderNoContent

func NewPatchProvisioningV1InternalAccountsOrgIDProviderNoContent() *PatchProvisioningV1InternalAccountsOrgIDProviderNoContent

NewPatchProvisioningV1InternalAccountsOrgIDProviderNoContent creates a PatchProvisioningV1InternalAccountsOrgIDProviderNoContent with default headers values

func (*PatchProvisioningV1InternalAccountsOrgIDProviderNoContent) Error

type PatchProvisioningV1InternalAccountsOrgIDProviderParams

type PatchProvisioningV1InternalAccountsOrgIDProviderParams struct {

	/* OrgID.

	   Organization ID
	*/
	OrgID string

	/* Provider.

	   Cloud Provider Name
	*/
	Provider string

	/* Request.

	   Request Body
	*/
	Request *models.V1PatchAccountRequest

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

PatchProvisioningV1InternalAccountsOrgIDProviderParams contains all the parameters to send to the API endpoint

for the patch provisioning v1 internal accounts org ID provider operation.

Typically these are written to a http.Request.

func NewPatchProvisioningV1InternalAccountsOrgIDProviderParams

func NewPatchProvisioningV1InternalAccountsOrgIDProviderParams() *PatchProvisioningV1InternalAccountsOrgIDProviderParams

NewPatchProvisioningV1InternalAccountsOrgIDProviderParams creates a new PatchProvisioningV1InternalAccountsOrgIDProviderParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchProvisioningV1InternalAccountsOrgIDProviderParamsWithContext

func NewPatchProvisioningV1InternalAccountsOrgIDProviderParamsWithContext(ctx context.Context) *PatchProvisioningV1InternalAccountsOrgIDProviderParams

NewPatchProvisioningV1InternalAccountsOrgIDProviderParamsWithContext creates a new PatchProvisioningV1InternalAccountsOrgIDProviderParams object with the ability to set a context for a request.

func NewPatchProvisioningV1InternalAccountsOrgIDProviderParamsWithHTTPClient

func NewPatchProvisioningV1InternalAccountsOrgIDProviderParamsWithHTTPClient(client *http.Client) *PatchProvisioningV1InternalAccountsOrgIDProviderParams

NewPatchProvisioningV1InternalAccountsOrgIDProviderParamsWithHTTPClient creates a new PatchProvisioningV1InternalAccountsOrgIDProviderParams object with the ability to set a custom HTTPClient for a request.

func NewPatchProvisioningV1InternalAccountsOrgIDProviderParamsWithTimeout

func NewPatchProvisioningV1InternalAccountsOrgIDProviderParamsWithTimeout(timeout time.Duration) *PatchProvisioningV1InternalAccountsOrgIDProviderParams

NewPatchProvisioningV1InternalAccountsOrgIDProviderParamsWithTimeout creates a new PatchProvisioningV1InternalAccountsOrgIDProviderParams object with the ability to set a timeout on a request.

func (*PatchProvisioningV1InternalAccountsOrgIDProviderParams) SetContext

SetContext adds the context to the patch provisioning v1 internal accounts org ID provider params

func (*PatchProvisioningV1InternalAccountsOrgIDProviderParams) SetDefaults

SetDefaults hydrates default values in the patch provisioning v1 internal accounts org ID provider params (not the query body).

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

func (*PatchProvisioningV1InternalAccountsOrgIDProviderParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch provisioning v1 internal accounts org ID provider params

func (*PatchProvisioningV1InternalAccountsOrgIDProviderParams) SetOrgID

SetOrgID adds the orgId to the patch provisioning v1 internal accounts org ID provider params

func (*PatchProvisioningV1InternalAccountsOrgIDProviderParams) SetProvider

SetProvider adds the provider to the patch provisioning v1 internal accounts org ID provider params

func (*PatchProvisioningV1InternalAccountsOrgIDProviderParams) SetRequest

SetRequest adds the request to the patch provisioning v1 internal accounts org ID provider params

func (*PatchProvisioningV1InternalAccountsOrgIDProviderParams) SetTimeout

SetTimeout adds the timeout to the patch provisioning v1 internal accounts org ID provider params

func (*PatchProvisioningV1InternalAccountsOrgIDProviderParams) WithContext

WithContext adds the context to the patch provisioning v1 internal accounts org ID provider params

func (*PatchProvisioningV1InternalAccountsOrgIDProviderParams) WithDefaults

WithDefaults hydrates default values in the patch provisioning v1 internal accounts org ID provider params (not the query body).

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

func (*PatchProvisioningV1InternalAccountsOrgIDProviderParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch provisioning v1 internal accounts org ID provider params

func (*PatchProvisioningV1InternalAccountsOrgIDProviderParams) WithOrgID

WithOrgID adds the orgID to the patch provisioning v1 internal accounts org ID provider params

func (*PatchProvisioningV1InternalAccountsOrgIDProviderParams) WithProvider

WithProvider adds the provider to the patch provisioning v1 internal accounts org ID provider params

func (*PatchProvisioningV1InternalAccountsOrgIDProviderParams) WithRequest

WithRequest adds the request to the patch provisioning v1 internal accounts org ID provider params

func (*PatchProvisioningV1InternalAccountsOrgIDProviderParams) WithTimeout

WithTimeout adds the timeout to the patch provisioning v1 internal accounts org ID provider params

func (*PatchProvisioningV1InternalAccountsOrgIDProviderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchProvisioningV1InternalAccountsOrgIDProviderReader

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

PatchProvisioningV1InternalAccountsOrgIDProviderReader is a Reader for the PatchProvisioningV1InternalAccountsOrgIDProvider structure.

func (*PatchProvisioningV1InternalAccountsOrgIDProviderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostProvisioningV1InternalAccountsBadRequest

type PostProvisioningV1InternalAccountsBadRequest struct {
	Payload *models.ErrrErrorResponse
}
PostProvisioningV1InternalAccountsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostProvisioningV1InternalAccountsBadRequest

func NewPostProvisioningV1InternalAccountsBadRequest() *PostProvisioningV1InternalAccountsBadRequest

NewPostProvisioningV1InternalAccountsBadRequest creates a PostProvisioningV1InternalAccountsBadRequest with default headers values

func (*PostProvisioningV1InternalAccountsBadRequest) Error

func (*PostProvisioningV1InternalAccountsBadRequest) GetPayload

type PostProvisioningV1InternalAccountsCreated

type PostProvisioningV1InternalAccountsCreated struct {
	Payload *models.V1AccountResponse
}
PostProvisioningV1InternalAccountsCreated describes a response with status code 201, with default header values.

Created

func NewPostProvisioningV1InternalAccountsCreated

func NewPostProvisioningV1InternalAccountsCreated() *PostProvisioningV1InternalAccountsCreated

NewPostProvisioningV1InternalAccountsCreated creates a PostProvisioningV1InternalAccountsCreated with default headers values

func (*PostProvisioningV1InternalAccountsCreated) Error

func (*PostProvisioningV1InternalAccountsCreated) GetPayload

type PostProvisioningV1InternalAccountsInternalServerError

type PostProvisioningV1InternalAccountsInternalServerError struct {
	Payload *models.ErrrErrorResponse
}
PostProvisioningV1InternalAccountsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostProvisioningV1InternalAccountsInternalServerError

func NewPostProvisioningV1InternalAccountsInternalServerError() *PostProvisioningV1InternalAccountsInternalServerError

NewPostProvisioningV1InternalAccountsInternalServerError creates a PostProvisioningV1InternalAccountsInternalServerError with default headers values

func (*PostProvisioningV1InternalAccountsInternalServerError) Error

func (*PostProvisioningV1InternalAccountsInternalServerError) GetPayload

type PostProvisioningV1InternalAccountsParams

type PostProvisioningV1InternalAccountsParams struct {

	/* Request.

	   Request Body
	*/
	Request *models.V1CreateAccountRequest

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

PostProvisioningV1InternalAccountsParams contains all the parameters to send to the API endpoint

for the post provisioning v1 internal accounts operation.

Typically these are written to a http.Request.

func NewPostProvisioningV1InternalAccountsParams

func NewPostProvisioningV1InternalAccountsParams() *PostProvisioningV1InternalAccountsParams

NewPostProvisioningV1InternalAccountsParams creates a new PostProvisioningV1InternalAccountsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostProvisioningV1InternalAccountsParamsWithContext

func NewPostProvisioningV1InternalAccountsParamsWithContext(ctx context.Context) *PostProvisioningV1InternalAccountsParams

NewPostProvisioningV1InternalAccountsParamsWithContext creates a new PostProvisioningV1InternalAccountsParams object with the ability to set a context for a request.

func NewPostProvisioningV1InternalAccountsParamsWithHTTPClient

func NewPostProvisioningV1InternalAccountsParamsWithHTTPClient(client *http.Client) *PostProvisioningV1InternalAccountsParams

NewPostProvisioningV1InternalAccountsParamsWithHTTPClient creates a new PostProvisioningV1InternalAccountsParams object with the ability to set a custom HTTPClient for a request.

func NewPostProvisioningV1InternalAccountsParamsWithTimeout

func NewPostProvisioningV1InternalAccountsParamsWithTimeout(timeout time.Duration) *PostProvisioningV1InternalAccountsParams

NewPostProvisioningV1InternalAccountsParamsWithTimeout creates a new PostProvisioningV1InternalAccountsParams object with the ability to set a timeout on a request.

func (*PostProvisioningV1InternalAccountsParams) SetContext

SetContext adds the context to the post provisioning v1 internal accounts params

func (*PostProvisioningV1InternalAccountsParams) SetDefaults

SetDefaults hydrates default values in the post provisioning v1 internal accounts params (not the query body).

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

func (*PostProvisioningV1InternalAccountsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post provisioning v1 internal accounts params

func (*PostProvisioningV1InternalAccountsParams) SetRequest

SetRequest adds the request to the post provisioning v1 internal accounts params

func (*PostProvisioningV1InternalAccountsParams) SetTimeout

SetTimeout adds the timeout to the post provisioning v1 internal accounts params

func (*PostProvisioningV1InternalAccountsParams) WithContext

WithContext adds the context to the post provisioning v1 internal accounts params

func (*PostProvisioningV1InternalAccountsParams) WithDefaults

WithDefaults hydrates default values in the post provisioning v1 internal accounts params (not the query body).

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

func (*PostProvisioningV1InternalAccountsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post provisioning v1 internal accounts params

func (*PostProvisioningV1InternalAccountsParams) WithRequest

WithRequest adds the request to the post provisioning v1 internal accounts params

func (*PostProvisioningV1InternalAccountsParams) WithTimeout

WithTimeout adds the timeout to the post provisioning v1 internal accounts params

func (*PostProvisioningV1InternalAccountsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostProvisioningV1InternalAccountsReader

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

PostProvisioningV1InternalAccountsReader is a Reader for the PostProvisioningV1InternalAccounts structure.

func (*PostProvisioningV1InternalAccountsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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