subscriptions

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2020 License: Apache-2.0 Imports: 11 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 subscriptions API

func (*Client) CreateSubscriptions added in v1.2.0

func (a *Client) CreateSubscriptions(params *CreateSubscriptionsParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSubscriptionsOK, error)

CreateSubscriptions create subscriptions API

func (*Client) DeleteSubscriptionTags

func (a *Client) DeleteSubscriptionTags(params *DeleteSubscriptionTagsParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSubscriptionTagsOK, error)

DeleteSubscriptionTags delete subscription tags API

func (*Client) GetActivationLinkAsync

func (a *Client) GetActivationLinkAsync(params *GetActivationLinkAsyncParams, authInfo runtime.ClientAuthInfoWriter) (*GetActivationLinkAsyncOK, error)

GetActivationLinkAsync get activation link async API

func (*Client) GetRegisterReservedInstance

func (a *Client) GetRegisterReservedInstance(params *GetRegisterReservedInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*GetRegisterReservedInstanceOK, error)

GetRegisterReservedInstance get register reserved instance API

func (*Client) GetSubscriptionAddons

func (a *Client) GetSubscriptionAddons(params *GetSubscriptionAddonsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSubscriptionAddonsOK, error)

GetSubscriptionAddons get subscription addons API

func (*Client) GetSubscriptionConversions

func (a *Client) GetSubscriptionConversions(params *GetSubscriptionConversionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSubscriptionConversionsOK, error)

GetSubscriptionConversions get subscription conversions API

func (*Client) GetSubscriptionPriceTypes

func (a *Client) GetSubscriptionPriceTypes(params *GetSubscriptionPriceTypesParams, authInfo runtime.ClientAuthInfoWriter) (*GetSubscriptionPriceTypesOK, error)

GetSubscriptionPriceTypes get subscription price types API

func (*Client) GetSubscriptionTags

func (a *Client) GetSubscriptionTags(params *GetSubscriptionTagsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSubscriptionTagsOK, error)

GetSubscriptionTags get subscription tags API

func (*Client) GetSubscriptions added in v1.1.0

func (a *Client) GetSubscriptions(params *GetSubscriptionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSubscriptionsOK, error)

GetSubscriptions get subscriptions API

func (*Client) PostSubscriptionConversion

func (a *Client) PostSubscriptionConversion(params *PostSubscriptionConversionParams, authInfo runtime.ClientAuthInfoWriter) (*PostSubscriptionConversionOK, error)

PostSubscriptionConversion post subscription conversion API

func (*Client) RegisterReservedInstance

func (a *Client) RegisterReservedInstance(params *RegisterReservedInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*RegisterReservedInstanceOK, error)

RegisterReservedInstance register reserved instance API

func (*Client) SetSubscriptionAddon

func (a *Client) SetSubscriptionAddon(params *SetSubscriptionAddonParams, authInfo runtime.ClientAuthInfoWriter) (*SetSubscriptionAddonOK, error)

SetSubscriptionAddon set subscription addon API

func (*Client) SetSubscriptionTags

func (a *Client) SetSubscriptionTags(params *SetSubscriptionTagsParams, authInfo runtime.ClientAuthInfoWriter) (*SetSubscriptionTagsOK, error)

SetSubscriptionTags set subscription tags API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) Subscription

func (a *Client) Subscription(params *SubscriptionParams, authInfo runtime.ClientAuthInfoWriter) (*SubscriptionOK, error)

Subscription subscription API

func (*Client) UpdateSubscriptions added in v1.2.0

func (a *Client) UpdateSubscriptions(params *UpdateSubscriptionsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSubscriptionsOK, error)

UpdateSubscriptions update subscriptions API

type ClientService

type ClientService interface {
	CreateSubscriptions(params *CreateSubscriptionsParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSubscriptionsOK, error)

	DeleteSubscriptionTags(params *DeleteSubscriptionTagsParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSubscriptionTagsOK, error)

	GetActivationLinkAsync(params *GetActivationLinkAsyncParams, authInfo runtime.ClientAuthInfoWriter) (*GetActivationLinkAsyncOK, error)

	GetRegisterReservedInstance(params *GetRegisterReservedInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*GetRegisterReservedInstanceOK, error)

	GetSubscriptionAddons(params *GetSubscriptionAddonsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSubscriptionAddonsOK, error)

	GetSubscriptionConversions(params *GetSubscriptionConversionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSubscriptionConversionsOK, error)

	GetSubscriptionPriceTypes(params *GetSubscriptionPriceTypesParams, authInfo runtime.ClientAuthInfoWriter) (*GetSubscriptionPriceTypesOK, error)

	GetSubscriptionTags(params *GetSubscriptionTagsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSubscriptionTagsOK, error)

	GetSubscriptions(params *GetSubscriptionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSubscriptionsOK, error)

	PostSubscriptionConversion(params *PostSubscriptionConversionParams, authInfo runtime.ClientAuthInfoWriter) (*PostSubscriptionConversionOK, error)

	RegisterReservedInstance(params *RegisterReservedInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*RegisterReservedInstanceOK, error)

	SetSubscriptionAddon(params *SetSubscriptionAddonParams, authInfo runtime.ClientAuthInfoWriter) (*SetSubscriptionAddonOK, error)

	SetSubscriptionTags(params *SetSubscriptionTagsParams, authInfo runtime.ClientAuthInfoWriter) (*SetSubscriptionTagsOK, error)

	Subscription(params *SubscriptionParams, authInfo runtime.ClientAuthInfoWriter) (*SubscriptionOK, error)

	UpdateSubscriptions(params *UpdateSubscriptionsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSubscriptionsOK, 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 subscriptions API client.

type CreateSubscriptionsOK added in v1.2.0

type CreateSubscriptionsOK struct {
	Payload *models.SubscriptionDetailed
}

CreateSubscriptionsOK handles this case with default header values.

Success

func NewCreateSubscriptionsOK added in v1.2.0

func NewCreateSubscriptionsOK() *CreateSubscriptionsOK

NewCreateSubscriptionsOK creates a CreateSubscriptionsOK with default headers values

func (*CreateSubscriptionsOK) Error added in v1.2.0

func (o *CreateSubscriptionsOK) Error() string

func (*CreateSubscriptionsOK) GetPayload added in v1.2.0

type CreateSubscriptionsParams added in v1.2.0

type CreateSubscriptionsParams struct {

	/*Subscription*/
	Subscription *models.SubscriptionDetailed

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

CreateSubscriptionsParams contains all the parameters to send to the API endpoint for the create subscriptions operation typically these are written to a http.Request

func NewCreateSubscriptionsParams added in v1.2.0

func NewCreateSubscriptionsParams() *CreateSubscriptionsParams

NewCreateSubscriptionsParams creates a new CreateSubscriptionsParams object with the default values initialized.

func NewCreateSubscriptionsParamsWithContext added in v1.2.0

func NewCreateSubscriptionsParamsWithContext(ctx context.Context) *CreateSubscriptionsParams

NewCreateSubscriptionsParamsWithContext creates a new CreateSubscriptionsParams object with the default values initialized, and the ability to set a context for a request

func NewCreateSubscriptionsParamsWithHTTPClient added in v1.2.0

func NewCreateSubscriptionsParamsWithHTTPClient(client *http.Client) *CreateSubscriptionsParams

NewCreateSubscriptionsParamsWithHTTPClient creates a new CreateSubscriptionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateSubscriptionsParamsWithTimeout added in v1.2.0

func NewCreateSubscriptionsParamsWithTimeout(timeout time.Duration) *CreateSubscriptionsParams

NewCreateSubscriptionsParamsWithTimeout creates a new CreateSubscriptionsParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateSubscriptionsParams) SetContext added in v1.2.0

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

SetContext adds the context to the create subscriptions params

func (*CreateSubscriptionsParams) SetHTTPClient added in v1.2.0

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

SetHTTPClient adds the HTTPClient to the create subscriptions params

func (*CreateSubscriptionsParams) SetSubscription added in v1.2.0

func (o *CreateSubscriptionsParams) SetSubscription(subscription *models.SubscriptionDetailed)

SetSubscription adds the subscription to the create subscriptions params

func (*CreateSubscriptionsParams) SetTimeout added in v1.2.0

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

SetTimeout adds the timeout to the create subscriptions params

func (*CreateSubscriptionsParams) WithContext added in v1.2.0

WithContext adds the context to the create subscriptions params

func (*CreateSubscriptionsParams) WithHTTPClient added in v1.2.0

func (o *CreateSubscriptionsParams) WithHTTPClient(client *http.Client) *CreateSubscriptionsParams

WithHTTPClient adds the HTTPClient to the create subscriptions params

func (*CreateSubscriptionsParams) WithSubscription added in v1.2.0

WithSubscription adds the subscription to the create subscriptions params

func (*CreateSubscriptionsParams) WithTimeout added in v1.2.0

WithTimeout adds the timeout to the create subscriptions params

func (*CreateSubscriptionsParams) WriteToRequest added in v1.2.0

WriteToRequest writes these params to a swagger request

type CreateSubscriptionsReader added in v1.2.0

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

CreateSubscriptionsReader is a Reader for the CreateSubscriptions structure.

func (*CreateSubscriptionsReader) ReadResponse added in v1.2.0

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

ReadResponse reads a server response into the received o.

type DeleteSubscriptionTagsOK

type DeleteSubscriptionTagsOK struct {
}

DeleteSubscriptionTagsOK handles this case with default header values.

Success

func NewDeleteSubscriptionTagsOK

func NewDeleteSubscriptionTagsOK() *DeleteSubscriptionTagsOK

NewDeleteSubscriptionTagsOK creates a DeleteSubscriptionTagsOK with default headers values

func (*DeleteSubscriptionTagsOK) Error

func (o *DeleteSubscriptionTagsOK) Error() string

type DeleteSubscriptionTagsParams

type DeleteSubscriptionTagsParams struct {

	/*SubscriptionID*/
	SubscriptionID int32

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

DeleteSubscriptionTagsParams contains all the parameters to send to the API endpoint for the delete subscription tags operation typically these are written to a http.Request

func NewDeleteSubscriptionTagsParams

func NewDeleteSubscriptionTagsParams() *DeleteSubscriptionTagsParams

NewDeleteSubscriptionTagsParams creates a new DeleteSubscriptionTagsParams object with the default values initialized.

func NewDeleteSubscriptionTagsParamsWithContext

func NewDeleteSubscriptionTagsParamsWithContext(ctx context.Context) *DeleteSubscriptionTagsParams

NewDeleteSubscriptionTagsParamsWithContext creates a new DeleteSubscriptionTagsParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteSubscriptionTagsParamsWithHTTPClient

func NewDeleteSubscriptionTagsParamsWithHTTPClient(client *http.Client) *DeleteSubscriptionTagsParams

NewDeleteSubscriptionTagsParamsWithHTTPClient creates a new DeleteSubscriptionTagsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteSubscriptionTagsParamsWithTimeout

func NewDeleteSubscriptionTagsParamsWithTimeout(timeout time.Duration) *DeleteSubscriptionTagsParams

NewDeleteSubscriptionTagsParamsWithTimeout creates a new DeleteSubscriptionTagsParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteSubscriptionTagsParams) SetContext

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

SetContext adds the context to the delete subscription tags params

func (*DeleteSubscriptionTagsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete subscription tags params

func (*DeleteSubscriptionTagsParams) SetSubscriptionID

func (o *DeleteSubscriptionTagsParams) SetSubscriptionID(subscriptionID int32)

SetSubscriptionID adds the subscriptionId to the delete subscription tags params

func (*DeleteSubscriptionTagsParams) SetTimeout

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

SetTimeout adds the timeout to the delete subscription tags params

func (*DeleteSubscriptionTagsParams) WithContext

WithContext adds the context to the delete subscription tags params

func (*DeleteSubscriptionTagsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete subscription tags params

func (*DeleteSubscriptionTagsParams) WithSubscriptionID

func (o *DeleteSubscriptionTagsParams) WithSubscriptionID(subscriptionID int32) *DeleteSubscriptionTagsParams

WithSubscriptionID adds the subscriptionID to the delete subscription tags params

func (*DeleteSubscriptionTagsParams) WithTimeout

WithTimeout adds the timeout to the delete subscription tags params

func (*DeleteSubscriptionTagsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSubscriptionTagsReader

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

DeleteSubscriptionTagsReader is a Reader for the DeleteSubscriptionTags structure.

func (*DeleteSubscriptionTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetActivationLinkAsyncOK

type GetActivationLinkAsyncOK struct {
	Payload *models.ActivationLink
}

GetActivationLinkAsyncOK handles this case with default header values.

Success

func NewGetActivationLinkAsyncOK

func NewGetActivationLinkAsyncOK() *GetActivationLinkAsyncOK

NewGetActivationLinkAsyncOK creates a GetActivationLinkAsyncOK with default headers values

func (*GetActivationLinkAsyncOK) Error

func (o *GetActivationLinkAsyncOK) Error() string

func (*GetActivationLinkAsyncOK) GetPayload

type GetActivationLinkAsyncParams

type GetActivationLinkAsyncParams struct {

	/*ID*/
	ID int32

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

GetActivationLinkAsyncParams contains all the parameters to send to the API endpoint for the get activation link async operation typically these are written to a http.Request

func NewGetActivationLinkAsyncParams

func NewGetActivationLinkAsyncParams() *GetActivationLinkAsyncParams

NewGetActivationLinkAsyncParams creates a new GetActivationLinkAsyncParams object with the default values initialized.

func NewGetActivationLinkAsyncParamsWithContext

func NewGetActivationLinkAsyncParamsWithContext(ctx context.Context) *GetActivationLinkAsyncParams

NewGetActivationLinkAsyncParamsWithContext creates a new GetActivationLinkAsyncParams object with the default values initialized, and the ability to set a context for a request

func NewGetActivationLinkAsyncParamsWithHTTPClient

func NewGetActivationLinkAsyncParamsWithHTTPClient(client *http.Client) *GetActivationLinkAsyncParams

NewGetActivationLinkAsyncParamsWithHTTPClient creates a new GetActivationLinkAsyncParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetActivationLinkAsyncParamsWithTimeout

func NewGetActivationLinkAsyncParamsWithTimeout(timeout time.Duration) *GetActivationLinkAsyncParams

NewGetActivationLinkAsyncParamsWithTimeout creates a new GetActivationLinkAsyncParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetActivationLinkAsyncParams) SetContext

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

SetContext adds the context to the get activation link async params

func (*GetActivationLinkAsyncParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get activation link async params

func (*GetActivationLinkAsyncParams) SetID

func (o *GetActivationLinkAsyncParams) SetID(id int32)

SetID adds the id to the get activation link async params

func (*GetActivationLinkAsyncParams) SetTimeout

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

SetTimeout adds the timeout to the get activation link async params

func (*GetActivationLinkAsyncParams) WithContext

WithContext adds the context to the get activation link async params

func (*GetActivationLinkAsyncParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get activation link async params

func (*GetActivationLinkAsyncParams) WithID

WithID adds the id to the get activation link async params

func (*GetActivationLinkAsyncParams) WithTimeout

WithTimeout adds the timeout to the get activation link async params

func (*GetActivationLinkAsyncParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetActivationLinkAsyncReader

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

GetActivationLinkAsyncReader is a Reader for the GetActivationLinkAsync structure.

func (*GetActivationLinkAsyncReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRegisterReservedInstanceOK

type GetRegisterReservedInstanceOK struct {
	Payload *models.APICollectionOfBoolean
}

GetRegisterReservedInstanceOK handles this case with default header values.

Success

func NewGetRegisterReservedInstanceOK

func NewGetRegisterReservedInstanceOK() *GetRegisterReservedInstanceOK

NewGetRegisterReservedInstanceOK creates a GetRegisterReservedInstanceOK with default headers values

func (*GetRegisterReservedInstanceOK) Error

func (*GetRegisterReservedInstanceOK) GetPayload

type GetRegisterReservedInstanceParams

type GetRegisterReservedInstanceParams struct {

	/*ID*/
	ID int32
	/*ReservedInstance*/
	ReservedInstance bool

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

GetRegisterReservedInstanceParams contains all the parameters to send to the API endpoint for the get register reserved instance operation typically these are written to a http.Request

func NewGetRegisterReservedInstanceParams

func NewGetRegisterReservedInstanceParams() *GetRegisterReservedInstanceParams

NewGetRegisterReservedInstanceParams creates a new GetRegisterReservedInstanceParams object with the default values initialized.

func NewGetRegisterReservedInstanceParamsWithContext

func NewGetRegisterReservedInstanceParamsWithContext(ctx context.Context) *GetRegisterReservedInstanceParams

NewGetRegisterReservedInstanceParamsWithContext creates a new GetRegisterReservedInstanceParams object with the default values initialized, and the ability to set a context for a request

func NewGetRegisterReservedInstanceParamsWithHTTPClient

func NewGetRegisterReservedInstanceParamsWithHTTPClient(client *http.Client) *GetRegisterReservedInstanceParams

NewGetRegisterReservedInstanceParamsWithHTTPClient creates a new GetRegisterReservedInstanceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetRegisterReservedInstanceParamsWithTimeout

func NewGetRegisterReservedInstanceParamsWithTimeout(timeout time.Duration) *GetRegisterReservedInstanceParams

NewGetRegisterReservedInstanceParamsWithTimeout creates a new GetRegisterReservedInstanceParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetRegisterReservedInstanceParams) SetContext

SetContext adds the context to the get register reserved instance params

func (*GetRegisterReservedInstanceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get register reserved instance params

func (*GetRegisterReservedInstanceParams) SetID

SetID adds the id to the get register reserved instance params

func (*GetRegisterReservedInstanceParams) SetReservedInstance

func (o *GetRegisterReservedInstanceParams) SetReservedInstance(reservedInstance bool)

SetReservedInstance adds the reservedInstance to the get register reserved instance params

func (*GetRegisterReservedInstanceParams) SetTimeout

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

SetTimeout adds the timeout to the get register reserved instance params

func (*GetRegisterReservedInstanceParams) WithContext

WithContext adds the context to the get register reserved instance params

func (*GetRegisterReservedInstanceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get register reserved instance params

func (*GetRegisterReservedInstanceParams) WithID

WithID adds the id to the get register reserved instance params

func (*GetRegisterReservedInstanceParams) WithReservedInstance

func (o *GetRegisterReservedInstanceParams) WithReservedInstance(reservedInstance bool) *GetRegisterReservedInstanceParams

WithReservedInstance adds the reservedInstance to the get register reserved instance params

func (*GetRegisterReservedInstanceParams) WithTimeout

WithTimeout adds the timeout to the get register reserved instance params

func (*GetRegisterReservedInstanceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRegisterReservedInstanceReader

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

GetRegisterReservedInstanceReader is a Reader for the GetRegisterReservedInstance structure.

func (*GetRegisterReservedInstanceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSubscriptionAddonsOK

type GetSubscriptionAddonsOK struct {
	Payload *models.APICollectionOfSubscriptionAddOnOffer
}

GetSubscriptionAddonsOK handles this case with default header values.

Success

func NewGetSubscriptionAddonsOK

func NewGetSubscriptionAddonsOK() *GetSubscriptionAddonsOK

NewGetSubscriptionAddonsOK creates a GetSubscriptionAddonsOK with default headers values

func (*GetSubscriptionAddonsOK) Error

func (o *GetSubscriptionAddonsOK) Error() string

func (*GetSubscriptionAddonsOK) GetPayload

type GetSubscriptionAddonsParams

type GetSubscriptionAddonsParams struct {

	/*SubscriptionID*/
	SubscriptionID int32

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

GetSubscriptionAddonsParams contains all the parameters to send to the API endpoint for the get subscription addons operation typically these are written to a http.Request

func NewGetSubscriptionAddonsParams

func NewGetSubscriptionAddonsParams() *GetSubscriptionAddonsParams

NewGetSubscriptionAddonsParams creates a new GetSubscriptionAddonsParams object with the default values initialized.

func NewGetSubscriptionAddonsParamsWithContext

func NewGetSubscriptionAddonsParamsWithContext(ctx context.Context) *GetSubscriptionAddonsParams

NewGetSubscriptionAddonsParamsWithContext creates a new GetSubscriptionAddonsParams object with the default values initialized, and the ability to set a context for a request

func NewGetSubscriptionAddonsParamsWithHTTPClient

func NewGetSubscriptionAddonsParamsWithHTTPClient(client *http.Client) *GetSubscriptionAddonsParams

NewGetSubscriptionAddonsParamsWithHTTPClient creates a new GetSubscriptionAddonsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSubscriptionAddonsParamsWithTimeout

func NewGetSubscriptionAddonsParamsWithTimeout(timeout time.Duration) *GetSubscriptionAddonsParams

NewGetSubscriptionAddonsParamsWithTimeout creates a new GetSubscriptionAddonsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSubscriptionAddonsParams) SetContext

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

SetContext adds the context to the get subscription addons params

func (*GetSubscriptionAddonsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get subscription addons params

func (*GetSubscriptionAddonsParams) SetSubscriptionID

func (o *GetSubscriptionAddonsParams) SetSubscriptionID(subscriptionID int32)

SetSubscriptionID adds the subscriptionId to the get subscription addons params

func (*GetSubscriptionAddonsParams) SetTimeout

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

SetTimeout adds the timeout to the get subscription addons params

func (*GetSubscriptionAddonsParams) WithContext

WithContext adds the context to the get subscription addons params

func (*GetSubscriptionAddonsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get subscription addons params

func (*GetSubscriptionAddonsParams) WithSubscriptionID

func (o *GetSubscriptionAddonsParams) WithSubscriptionID(subscriptionID int32) *GetSubscriptionAddonsParams

WithSubscriptionID adds the subscriptionID to the get subscription addons params

func (*GetSubscriptionAddonsParams) WithTimeout

WithTimeout adds the timeout to the get subscription addons params

func (*GetSubscriptionAddonsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSubscriptionAddonsReader

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

GetSubscriptionAddonsReader is a Reader for the GetSubscriptionAddons structure.

func (*GetSubscriptionAddonsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSubscriptionConversionsOK

type GetSubscriptionConversionsOK struct {
	Payload *models.APICollectionOfSubscriptionConversion
}

GetSubscriptionConversionsOK handles this case with default header values.

Success

func NewGetSubscriptionConversionsOK

func NewGetSubscriptionConversionsOK() *GetSubscriptionConversionsOK

NewGetSubscriptionConversionsOK creates a GetSubscriptionConversionsOK with default headers values

func (*GetSubscriptionConversionsOK) Error

func (*GetSubscriptionConversionsOK) GetPayload

type GetSubscriptionConversionsParams

type GetSubscriptionConversionsParams struct {

	/*SubscriptionID*/
	SubscriptionID int32

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

GetSubscriptionConversionsParams contains all the parameters to send to the API endpoint for the get subscription conversions operation typically these are written to a http.Request

func NewGetSubscriptionConversionsParams

func NewGetSubscriptionConversionsParams() *GetSubscriptionConversionsParams

NewGetSubscriptionConversionsParams creates a new GetSubscriptionConversionsParams object with the default values initialized.

func NewGetSubscriptionConversionsParamsWithContext

func NewGetSubscriptionConversionsParamsWithContext(ctx context.Context) *GetSubscriptionConversionsParams

NewGetSubscriptionConversionsParamsWithContext creates a new GetSubscriptionConversionsParams object with the default values initialized, and the ability to set a context for a request

func NewGetSubscriptionConversionsParamsWithHTTPClient

func NewGetSubscriptionConversionsParamsWithHTTPClient(client *http.Client) *GetSubscriptionConversionsParams

NewGetSubscriptionConversionsParamsWithHTTPClient creates a new GetSubscriptionConversionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSubscriptionConversionsParamsWithTimeout

func NewGetSubscriptionConversionsParamsWithTimeout(timeout time.Duration) *GetSubscriptionConversionsParams

NewGetSubscriptionConversionsParamsWithTimeout creates a new GetSubscriptionConversionsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSubscriptionConversionsParams) SetContext

SetContext adds the context to the get subscription conversions params

func (*GetSubscriptionConversionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get subscription conversions params

func (*GetSubscriptionConversionsParams) SetSubscriptionID

func (o *GetSubscriptionConversionsParams) SetSubscriptionID(subscriptionID int32)

SetSubscriptionID adds the subscriptionId to the get subscription conversions params

func (*GetSubscriptionConversionsParams) SetTimeout

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

SetTimeout adds the timeout to the get subscription conversions params

func (*GetSubscriptionConversionsParams) WithContext

WithContext adds the context to the get subscription conversions params

func (*GetSubscriptionConversionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get subscription conversions params

func (*GetSubscriptionConversionsParams) WithSubscriptionID

func (o *GetSubscriptionConversionsParams) WithSubscriptionID(subscriptionID int32) *GetSubscriptionConversionsParams

WithSubscriptionID adds the subscriptionID to the get subscription conversions params

func (*GetSubscriptionConversionsParams) WithTimeout

WithTimeout adds the timeout to the get subscription conversions params

func (*GetSubscriptionConversionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSubscriptionConversionsReader

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

GetSubscriptionConversionsReader is a Reader for the GetSubscriptionConversions structure.

func (*GetSubscriptionConversionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSubscriptionPriceTypesOK

type GetSubscriptionPriceTypesOK struct {
	Payload *models.APICollectionOfObjectReference
}

GetSubscriptionPriceTypesOK handles this case with default header values.

Success

func NewGetSubscriptionPriceTypesOK

func NewGetSubscriptionPriceTypesOK() *GetSubscriptionPriceTypesOK

NewGetSubscriptionPriceTypesOK creates a GetSubscriptionPriceTypesOK with default headers values

func (*GetSubscriptionPriceTypesOK) Error

func (*GetSubscriptionPriceTypesOK) GetPayload

type GetSubscriptionPriceTypesParams

type GetSubscriptionPriceTypesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSubscriptionPriceTypesParams contains all the parameters to send to the API endpoint for the get subscription price types operation typically these are written to a http.Request

func NewGetSubscriptionPriceTypesParams

func NewGetSubscriptionPriceTypesParams() *GetSubscriptionPriceTypesParams

NewGetSubscriptionPriceTypesParams creates a new GetSubscriptionPriceTypesParams object with the default values initialized.

func NewGetSubscriptionPriceTypesParamsWithContext

func NewGetSubscriptionPriceTypesParamsWithContext(ctx context.Context) *GetSubscriptionPriceTypesParams

NewGetSubscriptionPriceTypesParamsWithContext creates a new GetSubscriptionPriceTypesParams object with the default values initialized, and the ability to set a context for a request

func NewGetSubscriptionPriceTypesParamsWithHTTPClient

func NewGetSubscriptionPriceTypesParamsWithHTTPClient(client *http.Client) *GetSubscriptionPriceTypesParams

NewGetSubscriptionPriceTypesParamsWithHTTPClient creates a new GetSubscriptionPriceTypesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSubscriptionPriceTypesParamsWithTimeout

func NewGetSubscriptionPriceTypesParamsWithTimeout(timeout time.Duration) *GetSubscriptionPriceTypesParams

NewGetSubscriptionPriceTypesParamsWithTimeout creates a new GetSubscriptionPriceTypesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSubscriptionPriceTypesParams) SetContext

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

SetContext adds the context to the get subscription price types params

func (*GetSubscriptionPriceTypesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get subscription price types params

func (*GetSubscriptionPriceTypesParams) SetTimeout

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

SetTimeout adds the timeout to the get subscription price types params

func (*GetSubscriptionPriceTypesParams) WithContext

WithContext adds the context to the get subscription price types params

func (*GetSubscriptionPriceTypesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get subscription price types params

func (*GetSubscriptionPriceTypesParams) WithTimeout

WithTimeout adds the timeout to the get subscription price types params

func (*GetSubscriptionPriceTypesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSubscriptionPriceTypesReader

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

GetSubscriptionPriceTypesReader is a Reader for the GetSubscriptionPriceTypes structure.

func (*GetSubscriptionPriceTypesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSubscriptionTagsOK

type GetSubscriptionTagsOK struct {
	Payload *models.SubscriptionTags
}

GetSubscriptionTagsOK handles this case with default header values.

Success

func NewGetSubscriptionTagsOK

func NewGetSubscriptionTagsOK() *GetSubscriptionTagsOK

NewGetSubscriptionTagsOK creates a GetSubscriptionTagsOK with default headers values

func (*GetSubscriptionTagsOK) Error

func (o *GetSubscriptionTagsOK) Error() string

func (*GetSubscriptionTagsOK) GetPayload

type GetSubscriptionTagsParams

type GetSubscriptionTagsParams struct {

	/*SubscriptionID*/
	SubscriptionID int32

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

GetSubscriptionTagsParams contains all the parameters to send to the API endpoint for the get subscription tags operation typically these are written to a http.Request

func NewGetSubscriptionTagsParams

func NewGetSubscriptionTagsParams() *GetSubscriptionTagsParams

NewGetSubscriptionTagsParams creates a new GetSubscriptionTagsParams object with the default values initialized.

func NewGetSubscriptionTagsParamsWithContext

func NewGetSubscriptionTagsParamsWithContext(ctx context.Context) *GetSubscriptionTagsParams

NewGetSubscriptionTagsParamsWithContext creates a new GetSubscriptionTagsParams object with the default values initialized, and the ability to set a context for a request

func NewGetSubscriptionTagsParamsWithHTTPClient

func NewGetSubscriptionTagsParamsWithHTTPClient(client *http.Client) *GetSubscriptionTagsParams

NewGetSubscriptionTagsParamsWithHTTPClient creates a new GetSubscriptionTagsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSubscriptionTagsParamsWithTimeout

func NewGetSubscriptionTagsParamsWithTimeout(timeout time.Duration) *GetSubscriptionTagsParams

NewGetSubscriptionTagsParamsWithTimeout creates a new GetSubscriptionTagsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSubscriptionTagsParams) SetContext

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

SetContext adds the context to the get subscription tags params

func (*GetSubscriptionTagsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get subscription tags params

func (*GetSubscriptionTagsParams) SetSubscriptionID

func (o *GetSubscriptionTagsParams) SetSubscriptionID(subscriptionID int32)

SetSubscriptionID adds the subscriptionId to the get subscription tags params

func (*GetSubscriptionTagsParams) SetTimeout

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

SetTimeout adds the timeout to the get subscription tags params

func (*GetSubscriptionTagsParams) WithContext

WithContext adds the context to the get subscription tags params

func (*GetSubscriptionTagsParams) WithHTTPClient

func (o *GetSubscriptionTagsParams) WithHTTPClient(client *http.Client) *GetSubscriptionTagsParams

WithHTTPClient adds the HTTPClient to the get subscription tags params

func (*GetSubscriptionTagsParams) WithSubscriptionID

func (o *GetSubscriptionTagsParams) WithSubscriptionID(subscriptionID int32) *GetSubscriptionTagsParams

WithSubscriptionID adds the subscriptionID to the get subscription tags params

func (*GetSubscriptionTagsParams) WithTimeout

WithTimeout adds the timeout to the get subscription tags params

func (*GetSubscriptionTagsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSubscriptionTagsReader

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

GetSubscriptionTagsReader is a Reader for the GetSubscriptionTags structure.

func (*GetSubscriptionTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSubscriptionsOK added in v1.1.0

type GetSubscriptionsOK struct {
	Payload *models.APICollectionOfSubscription
}

GetSubscriptionsOK handles this case with default header values.

Success

func NewGetSubscriptionsOK added in v1.1.0

func NewGetSubscriptionsOK() *GetSubscriptionsOK

NewGetSubscriptionsOK creates a GetSubscriptionsOK with default headers values

func (*GetSubscriptionsOK) Error added in v1.1.0

func (o *GetSubscriptionsOK) Error() string

func (*GetSubscriptionsOK) GetPayload added in v1.1.0

type GetSubscriptionsParams added in v1.1.0

type GetSubscriptionsParams struct {

	/*CustomerTenantID*/
	CustomerTenantID *int32
	/*IsTrial*/
	IsTrial *bool
	/*OrganizationID*/
	OrganizationID *int32
	/*Page*/
	Page *int32
	/*PageSize*/
	PageSize *int32
	/*PublisherID*/
	PublisherID *int32
	/*Refresh*/
	Refresh *bool
	/*RegisteredForReservedInstance*/
	RegisteredForReservedInstance *bool
	/*Search*/
	Search *string
	/*Statuses*/
	Statuses *string

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

GetSubscriptionsParams contains all the parameters to send to the API endpoint for the get subscriptions operation typically these are written to a http.Request

func NewGetSubscriptionsParams added in v1.1.0

func NewGetSubscriptionsParams() *GetSubscriptionsParams

NewGetSubscriptionsParams creates a new GetSubscriptionsParams object with the default values initialized.

func NewGetSubscriptionsParamsWithContext added in v1.1.0

func NewGetSubscriptionsParamsWithContext(ctx context.Context) *GetSubscriptionsParams

NewGetSubscriptionsParamsWithContext creates a new GetSubscriptionsParams object with the default values initialized, and the ability to set a context for a request

func NewGetSubscriptionsParamsWithHTTPClient added in v1.1.0

func NewGetSubscriptionsParamsWithHTTPClient(client *http.Client) *GetSubscriptionsParams

NewGetSubscriptionsParamsWithHTTPClient creates a new GetSubscriptionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSubscriptionsParamsWithTimeout added in v1.1.0

func NewGetSubscriptionsParamsWithTimeout(timeout time.Duration) *GetSubscriptionsParams

NewGetSubscriptionsParamsWithTimeout creates a new GetSubscriptionsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSubscriptionsParams) SetContext added in v1.1.0

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

SetContext adds the context to the get subscriptions params

func (*GetSubscriptionsParams) SetCustomerTenantID added in v1.1.0

func (o *GetSubscriptionsParams) SetCustomerTenantID(customerTenantID *int32)

SetCustomerTenantID adds the customerTenantId to the get subscriptions params

func (*GetSubscriptionsParams) SetHTTPClient added in v1.1.0

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

SetHTTPClient adds the HTTPClient to the get subscriptions params

func (*GetSubscriptionsParams) SetIsTrial added in v1.1.0

func (o *GetSubscriptionsParams) SetIsTrial(isTrial *bool)

SetIsTrial adds the isTrial to the get subscriptions params

func (*GetSubscriptionsParams) SetOrganizationID added in v1.1.0

func (o *GetSubscriptionsParams) SetOrganizationID(organizationID *int32)

SetOrganizationID adds the organizationId to the get subscriptions params

func (*GetSubscriptionsParams) SetPage added in v1.1.0

func (o *GetSubscriptionsParams) SetPage(page *int32)

SetPage adds the page to the get subscriptions params

func (*GetSubscriptionsParams) SetPageSize added in v1.1.0

func (o *GetSubscriptionsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get subscriptions params

func (*GetSubscriptionsParams) SetPublisherID added in v1.1.0

func (o *GetSubscriptionsParams) SetPublisherID(publisherID *int32)

SetPublisherID adds the publisherId to the get subscriptions params

func (*GetSubscriptionsParams) SetRefresh added in v1.1.0

func (o *GetSubscriptionsParams) SetRefresh(refresh *bool)

SetRefresh adds the refresh to the get subscriptions params

func (*GetSubscriptionsParams) SetRegisteredForReservedInstance added in v1.1.0

func (o *GetSubscriptionsParams) SetRegisteredForReservedInstance(registeredForReservedInstance *bool)

SetRegisteredForReservedInstance adds the registeredForReservedInstance to the get subscriptions params

func (*GetSubscriptionsParams) SetSearch added in v1.1.0

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

SetSearch adds the search to the get subscriptions params

func (*GetSubscriptionsParams) SetStatuses added in v1.1.0

func (o *GetSubscriptionsParams) SetStatuses(statuses *string)

SetStatuses adds the statuses to the get subscriptions params

func (*GetSubscriptionsParams) SetTimeout added in v1.1.0

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

SetTimeout adds the timeout to the get subscriptions params

func (*GetSubscriptionsParams) WithContext added in v1.1.0

WithContext adds the context to the get subscriptions params

func (*GetSubscriptionsParams) WithCustomerTenantID added in v1.1.0

func (o *GetSubscriptionsParams) WithCustomerTenantID(customerTenantID *int32) *GetSubscriptionsParams

WithCustomerTenantID adds the customerTenantID to the get subscriptions params

func (*GetSubscriptionsParams) WithHTTPClient added in v1.1.0

func (o *GetSubscriptionsParams) WithHTTPClient(client *http.Client) *GetSubscriptionsParams

WithHTTPClient adds the HTTPClient to the get subscriptions params

func (*GetSubscriptionsParams) WithIsTrial added in v1.1.0

func (o *GetSubscriptionsParams) WithIsTrial(isTrial *bool) *GetSubscriptionsParams

WithIsTrial adds the isTrial to the get subscriptions params

func (*GetSubscriptionsParams) WithOrganizationID added in v1.1.0

func (o *GetSubscriptionsParams) WithOrganizationID(organizationID *int32) *GetSubscriptionsParams

WithOrganizationID adds the organizationID to the get subscriptions params

func (*GetSubscriptionsParams) WithPage added in v1.1.0

WithPage adds the page to the get subscriptions params

func (*GetSubscriptionsParams) WithPageSize added in v1.1.0

func (o *GetSubscriptionsParams) WithPageSize(pageSize *int32) *GetSubscriptionsParams

WithPageSize adds the pageSize to the get subscriptions params

func (*GetSubscriptionsParams) WithPublisherID added in v1.1.0

func (o *GetSubscriptionsParams) WithPublisherID(publisherID *int32) *GetSubscriptionsParams

WithPublisherID adds the publisherID to the get subscriptions params

func (*GetSubscriptionsParams) WithRefresh added in v1.1.0

func (o *GetSubscriptionsParams) WithRefresh(refresh *bool) *GetSubscriptionsParams

WithRefresh adds the refresh to the get subscriptions params

func (*GetSubscriptionsParams) WithRegisteredForReservedInstance added in v1.1.0

func (o *GetSubscriptionsParams) WithRegisteredForReservedInstance(registeredForReservedInstance *bool) *GetSubscriptionsParams

WithRegisteredForReservedInstance adds the registeredForReservedInstance to the get subscriptions params

func (*GetSubscriptionsParams) WithSearch added in v1.1.0

func (o *GetSubscriptionsParams) WithSearch(search *string) *GetSubscriptionsParams

WithSearch adds the search to the get subscriptions params

func (*GetSubscriptionsParams) WithStatuses added in v1.1.0

func (o *GetSubscriptionsParams) WithStatuses(statuses *string) *GetSubscriptionsParams

WithStatuses adds the statuses to the get subscriptions params

func (*GetSubscriptionsParams) WithTimeout added in v1.1.0

WithTimeout adds the timeout to the get subscriptions params

func (*GetSubscriptionsParams) WriteToRequest added in v1.1.0

WriteToRequest writes these params to a swagger request

type GetSubscriptionsReader added in v1.1.0

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

GetSubscriptionsReader is a Reader for the GetSubscriptions structure.

func (*GetSubscriptionsReader) ReadResponse added in v1.1.0

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

ReadResponse reads a server response into the received o.

type PostSubscriptionConversionOK

type PostSubscriptionConversionOK struct {
	Payload *models.SubscriptionDetailed
}

PostSubscriptionConversionOK handles this case with default header values.

Success

func NewPostSubscriptionConversionOK

func NewPostSubscriptionConversionOK() *PostSubscriptionConversionOK

NewPostSubscriptionConversionOK creates a PostSubscriptionConversionOK with default headers values

func (*PostSubscriptionConversionOK) Error

func (*PostSubscriptionConversionOK) GetPayload

type PostSubscriptionConversionParams

type PostSubscriptionConversionParams struct {

	/*Conversion*/
	Conversion *models.SubscriptionConversion
	/*SubscriptionID*/
	SubscriptionID int32

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

PostSubscriptionConversionParams contains all the parameters to send to the API endpoint for the post subscription conversion operation typically these are written to a http.Request

func NewPostSubscriptionConversionParams

func NewPostSubscriptionConversionParams() *PostSubscriptionConversionParams

NewPostSubscriptionConversionParams creates a new PostSubscriptionConversionParams object with the default values initialized.

func NewPostSubscriptionConversionParamsWithContext

func NewPostSubscriptionConversionParamsWithContext(ctx context.Context) *PostSubscriptionConversionParams

NewPostSubscriptionConversionParamsWithContext creates a new PostSubscriptionConversionParams object with the default values initialized, and the ability to set a context for a request

func NewPostSubscriptionConversionParamsWithHTTPClient

func NewPostSubscriptionConversionParamsWithHTTPClient(client *http.Client) *PostSubscriptionConversionParams

NewPostSubscriptionConversionParamsWithHTTPClient creates a new PostSubscriptionConversionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostSubscriptionConversionParamsWithTimeout

func NewPostSubscriptionConversionParamsWithTimeout(timeout time.Duration) *PostSubscriptionConversionParams

NewPostSubscriptionConversionParamsWithTimeout creates a new PostSubscriptionConversionParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostSubscriptionConversionParams) SetContext

SetContext adds the context to the post subscription conversion params

func (*PostSubscriptionConversionParams) SetConversion

func (o *PostSubscriptionConversionParams) SetConversion(conversion *models.SubscriptionConversion)

SetConversion adds the conversion to the post subscription conversion params

func (*PostSubscriptionConversionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post subscription conversion params

func (*PostSubscriptionConversionParams) SetSubscriptionID

func (o *PostSubscriptionConversionParams) SetSubscriptionID(subscriptionID int32)

SetSubscriptionID adds the subscriptionId to the post subscription conversion params

func (*PostSubscriptionConversionParams) SetTimeout

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

SetTimeout adds the timeout to the post subscription conversion params

func (*PostSubscriptionConversionParams) WithContext

WithContext adds the context to the post subscription conversion params

func (*PostSubscriptionConversionParams) WithConversion

WithConversion adds the conversion to the post subscription conversion params

func (*PostSubscriptionConversionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post subscription conversion params

func (*PostSubscriptionConversionParams) WithSubscriptionID

func (o *PostSubscriptionConversionParams) WithSubscriptionID(subscriptionID int32) *PostSubscriptionConversionParams

WithSubscriptionID adds the subscriptionID to the post subscription conversion params

func (*PostSubscriptionConversionParams) WithTimeout

WithTimeout adds the timeout to the post subscription conversion params

func (*PostSubscriptionConversionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostSubscriptionConversionReader

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

PostSubscriptionConversionReader is a Reader for the PostSubscriptionConversion structure.

func (*PostSubscriptionConversionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RegisterReservedInstanceOK

type RegisterReservedInstanceOK struct {
	Payload bool
}

RegisterReservedInstanceOK handles this case with default header values.

Success

func NewRegisterReservedInstanceOK

func NewRegisterReservedInstanceOK() *RegisterReservedInstanceOK

NewRegisterReservedInstanceOK creates a RegisterReservedInstanceOK with default headers values

func (*RegisterReservedInstanceOK) Error

func (*RegisterReservedInstanceOK) GetPayload

func (o *RegisterReservedInstanceOK) GetPayload() bool

type RegisterReservedInstanceParams

type RegisterReservedInstanceParams struct {

	/*ID*/
	ID int32
	/*ReservedInstance*/
	ReservedInstance bool

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

RegisterReservedInstanceParams contains all the parameters to send to the API endpoint for the register reserved instance operation typically these are written to a http.Request

func NewRegisterReservedInstanceParams

func NewRegisterReservedInstanceParams() *RegisterReservedInstanceParams

NewRegisterReservedInstanceParams creates a new RegisterReservedInstanceParams object with the default values initialized.

func NewRegisterReservedInstanceParamsWithContext

func NewRegisterReservedInstanceParamsWithContext(ctx context.Context) *RegisterReservedInstanceParams

NewRegisterReservedInstanceParamsWithContext creates a new RegisterReservedInstanceParams object with the default values initialized, and the ability to set a context for a request

func NewRegisterReservedInstanceParamsWithHTTPClient

func NewRegisterReservedInstanceParamsWithHTTPClient(client *http.Client) *RegisterReservedInstanceParams

NewRegisterReservedInstanceParamsWithHTTPClient creates a new RegisterReservedInstanceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRegisterReservedInstanceParamsWithTimeout

func NewRegisterReservedInstanceParamsWithTimeout(timeout time.Duration) *RegisterReservedInstanceParams

NewRegisterReservedInstanceParamsWithTimeout creates a new RegisterReservedInstanceParams object with the default values initialized, and the ability to set a timeout on a request

func (*RegisterReservedInstanceParams) SetContext

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

SetContext adds the context to the register reserved instance params

func (*RegisterReservedInstanceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the register reserved instance params

func (*RegisterReservedInstanceParams) SetID

SetID adds the id to the register reserved instance params

func (*RegisterReservedInstanceParams) SetReservedInstance

func (o *RegisterReservedInstanceParams) SetReservedInstance(reservedInstance bool)

SetReservedInstance adds the reservedInstance to the register reserved instance params

func (*RegisterReservedInstanceParams) SetTimeout

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

SetTimeout adds the timeout to the register reserved instance params

func (*RegisterReservedInstanceParams) WithContext

WithContext adds the context to the register reserved instance params

func (*RegisterReservedInstanceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the register reserved instance params

func (*RegisterReservedInstanceParams) WithID

WithID adds the id to the register reserved instance params

func (*RegisterReservedInstanceParams) WithReservedInstance

func (o *RegisterReservedInstanceParams) WithReservedInstance(reservedInstance bool) *RegisterReservedInstanceParams

WithReservedInstance adds the reservedInstance to the register reserved instance params

func (*RegisterReservedInstanceParams) WithTimeout

WithTimeout adds the timeout to the register reserved instance params

func (*RegisterReservedInstanceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RegisterReservedInstanceReader

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

RegisterReservedInstanceReader is a Reader for the RegisterReservedInstance structure.

func (*RegisterReservedInstanceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetSubscriptionAddonOK

type SetSubscriptionAddonOK struct {
	Payload bool
}

SetSubscriptionAddonOK handles this case with default header values.

Success

func NewSetSubscriptionAddonOK

func NewSetSubscriptionAddonOK() *SetSubscriptionAddonOK

NewSetSubscriptionAddonOK creates a SetSubscriptionAddonOK with default headers values

func (*SetSubscriptionAddonOK) Error

func (o *SetSubscriptionAddonOK) Error() string

func (*SetSubscriptionAddonOK) GetPayload

func (o *SetSubscriptionAddonOK) GetPayload() bool

type SetSubscriptionAddonParams

type SetSubscriptionAddonParams struct {

	/*Addon*/
	Addon *models.PostSubscriptionAddOn
	/*SubscriptionID*/
	SubscriptionID int32

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

SetSubscriptionAddonParams contains all the parameters to send to the API endpoint for the set subscription addon operation typically these are written to a http.Request

func NewSetSubscriptionAddonParams

func NewSetSubscriptionAddonParams() *SetSubscriptionAddonParams

NewSetSubscriptionAddonParams creates a new SetSubscriptionAddonParams object with the default values initialized.

func NewSetSubscriptionAddonParamsWithContext

func NewSetSubscriptionAddonParamsWithContext(ctx context.Context) *SetSubscriptionAddonParams

NewSetSubscriptionAddonParamsWithContext creates a new SetSubscriptionAddonParams object with the default values initialized, and the ability to set a context for a request

func NewSetSubscriptionAddonParamsWithHTTPClient

func NewSetSubscriptionAddonParamsWithHTTPClient(client *http.Client) *SetSubscriptionAddonParams

NewSetSubscriptionAddonParamsWithHTTPClient creates a new SetSubscriptionAddonParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSetSubscriptionAddonParamsWithTimeout

func NewSetSubscriptionAddonParamsWithTimeout(timeout time.Duration) *SetSubscriptionAddonParams

NewSetSubscriptionAddonParamsWithTimeout creates a new SetSubscriptionAddonParams object with the default values initialized, and the ability to set a timeout on a request

func (*SetSubscriptionAddonParams) SetAddon

SetAddon adds the addon to the set subscription addon params

func (*SetSubscriptionAddonParams) SetContext

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

SetContext adds the context to the set subscription addon params

func (*SetSubscriptionAddonParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set subscription addon params

func (*SetSubscriptionAddonParams) SetSubscriptionID

func (o *SetSubscriptionAddonParams) SetSubscriptionID(subscriptionID int32)

SetSubscriptionID adds the subscriptionId to the set subscription addon params

func (*SetSubscriptionAddonParams) SetTimeout

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

SetTimeout adds the timeout to the set subscription addon params

func (*SetSubscriptionAddonParams) WithAddon

WithAddon adds the addon to the set subscription addon params

func (*SetSubscriptionAddonParams) WithContext

WithContext adds the context to the set subscription addon params

func (*SetSubscriptionAddonParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set subscription addon params

func (*SetSubscriptionAddonParams) WithSubscriptionID

func (o *SetSubscriptionAddonParams) WithSubscriptionID(subscriptionID int32) *SetSubscriptionAddonParams

WithSubscriptionID adds the subscriptionID to the set subscription addon params

func (*SetSubscriptionAddonParams) WithTimeout

WithTimeout adds the timeout to the set subscription addon params

func (*SetSubscriptionAddonParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetSubscriptionAddonReader

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

SetSubscriptionAddonReader is a Reader for the SetSubscriptionAddon structure.

func (*SetSubscriptionAddonReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetSubscriptionTagsOK

type SetSubscriptionTagsOK struct {
	Payload bool
}

SetSubscriptionTagsOK handles this case with default header values.

Success

func NewSetSubscriptionTagsOK

func NewSetSubscriptionTagsOK() *SetSubscriptionTagsOK

NewSetSubscriptionTagsOK creates a SetSubscriptionTagsOK with default headers values

func (*SetSubscriptionTagsOK) Error

func (o *SetSubscriptionTagsOK) Error() string

func (*SetSubscriptionTagsOK) GetPayload

func (o *SetSubscriptionTagsOK) GetPayload() bool

type SetSubscriptionTagsParams

type SetSubscriptionTagsParams struct {

	/*SubscriptionID*/
	SubscriptionID string
	/*Tags*/
	Tags *models.SubscriptionTags

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

SetSubscriptionTagsParams contains all the parameters to send to the API endpoint for the set subscription tags operation typically these are written to a http.Request

func NewSetSubscriptionTagsParams

func NewSetSubscriptionTagsParams() *SetSubscriptionTagsParams

NewSetSubscriptionTagsParams creates a new SetSubscriptionTagsParams object with the default values initialized.

func NewSetSubscriptionTagsParamsWithContext

func NewSetSubscriptionTagsParamsWithContext(ctx context.Context) *SetSubscriptionTagsParams

NewSetSubscriptionTagsParamsWithContext creates a new SetSubscriptionTagsParams object with the default values initialized, and the ability to set a context for a request

func NewSetSubscriptionTagsParamsWithHTTPClient

func NewSetSubscriptionTagsParamsWithHTTPClient(client *http.Client) *SetSubscriptionTagsParams

NewSetSubscriptionTagsParamsWithHTTPClient creates a new SetSubscriptionTagsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSetSubscriptionTagsParamsWithTimeout

func NewSetSubscriptionTagsParamsWithTimeout(timeout time.Duration) *SetSubscriptionTagsParams

NewSetSubscriptionTagsParamsWithTimeout creates a new SetSubscriptionTagsParams object with the default values initialized, and the ability to set a timeout on a request

func (*SetSubscriptionTagsParams) SetContext

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

SetContext adds the context to the set subscription tags params

func (*SetSubscriptionTagsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set subscription tags params

func (*SetSubscriptionTagsParams) SetSubscriptionID

func (o *SetSubscriptionTagsParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the set subscription tags params

func (*SetSubscriptionTagsParams) SetTags

SetTags adds the tags to the set subscription tags params

func (*SetSubscriptionTagsParams) SetTimeout

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

SetTimeout adds the timeout to the set subscription tags params

func (*SetSubscriptionTagsParams) WithContext

WithContext adds the context to the set subscription tags params

func (*SetSubscriptionTagsParams) WithHTTPClient

func (o *SetSubscriptionTagsParams) WithHTTPClient(client *http.Client) *SetSubscriptionTagsParams

WithHTTPClient adds the HTTPClient to the set subscription tags params

func (*SetSubscriptionTagsParams) WithSubscriptionID

func (o *SetSubscriptionTagsParams) WithSubscriptionID(subscriptionID string) *SetSubscriptionTagsParams

WithSubscriptionID adds the subscriptionID to the set subscription tags params

func (*SetSubscriptionTagsParams) WithTags

WithTags adds the tags to the set subscription tags params

func (*SetSubscriptionTagsParams) WithTimeout

WithTimeout adds the timeout to the set subscription tags params

func (*SetSubscriptionTagsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetSubscriptionTagsReader

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

SetSubscriptionTagsReader is a Reader for the SetSubscriptionTags structure.

func (*SetSubscriptionTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SubscriptionOK

type SubscriptionOK struct {
	Payload *models.SubscriptionDetailed
}

SubscriptionOK handles this case with default header values.

Success

func NewSubscriptionOK

func NewSubscriptionOK() *SubscriptionOK

NewSubscriptionOK creates a SubscriptionOK with default headers values

func (*SubscriptionOK) Error

func (o *SubscriptionOK) Error() string

func (*SubscriptionOK) GetPayload

func (o *SubscriptionOK) GetPayload() *models.SubscriptionDetailed

type SubscriptionParams

type SubscriptionParams struct {

	/*ID*/
	ID int32

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

SubscriptionParams contains all the parameters to send to the API endpoint for the subscription operation typically these are written to a http.Request

func NewSubscriptionParams

func NewSubscriptionParams() *SubscriptionParams

NewSubscriptionParams creates a new SubscriptionParams object with the default values initialized.

func NewSubscriptionParamsWithContext

func NewSubscriptionParamsWithContext(ctx context.Context) *SubscriptionParams

NewSubscriptionParamsWithContext creates a new SubscriptionParams object with the default values initialized, and the ability to set a context for a request

func NewSubscriptionParamsWithHTTPClient

func NewSubscriptionParamsWithHTTPClient(client *http.Client) *SubscriptionParams

NewSubscriptionParamsWithHTTPClient creates a new SubscriptionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSubscriptionParamsWithTimeout

func NewSubscriptionParamsWithTimeout(timeout time.Duration) *SubscriptionParams

NewSubscriptionParamsWithTimeout creates a new SubscriptionParams object with the default values initialized, and the ability to set a timeout on a request

func (*SubscriptionParams) SetContext

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

SetContext adds the context to the subscription params

func (*SubscriptionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the subscription params

func (*SubscriptionParams) SetID

func (o *SubscriptionParams) SetID(id int32)

SetID adds the id to the subscription params

func (*SubscriptionParams) SetTimeout

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

SetTimeout adds the timeout to the subscription params

func (*SubscriptionParams) WithContext

WithContext adds the context to the subscription params

func (*SubscriptionParams) WithHTTPClient

func (o *SubscriptionParams) WithHTTPClient(client *http.Client) *SubscriptionParams

WithHTTPClient adds the HTTPClient to the subscription params

func (*SubscriptionParams) WithID

WithID adds the id to the subscription params

func (*SubscriptionParams) WithTimeout

func (o *SubscriptionParams) WithTimeout(timeout time.Duration) *SubscriptionParams

WithTimeout adds the timeout to the subscription params

func (*SubscriptionParams) WriteToRequest

func (o *SubscriptionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SubscriptionReader

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

SubscriptionReader is a Reader for the Subscription structure.

func (*SubscriptionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateSubscriptionsOK added in v1.2.0

type UpdateSubscriptionsOK struct {
	Payload *models.SubscriptionDetailed
}

UpdateSubscriptionsOK handles this case with default header values.

Success

func NewUpdateSubscriptionsOK added in v1.2.0

func NewUpdateSubscriptionsOK() *UpdateSubscriptionsOK

NewUpdateSubscriptionsOK creates a UpdateSubscriptionsOK with default headers values

func (*UpdateSubscriptionsOK) Error added in v1.2.0

func (o *UpdateSubscriptionsOK) Error() string

func (*UpdateSubscriptionsOK) GetPayload added in v1.2.0

type UpdateSubscriptionsParams added in v1.2.0

type UpdateSubscriptionsParams struct {

	/*ID*/
	ID int32
	/*Subscription*/
	Subscription *models.SubscriptionDetailed

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

UpdateSubscriptionsParams contains all the parameters to send to the API endpoint for the update subscriptions operation typically these are written to a http.Request

func NewUpdateSubscriptionsParams added in v1.2.0

func NewUpdateSubscriptionsParams() *UpdateSubscriptionsParams

NewUpdateSubscriptionsParams creates a new UpdateSubscriptionsParams object with the default values initialized.

func NewUpdateSubscriptionsParamsWithContext added in v1.2.0

func NewUpdateSubscriptionsParamsWithContext(ctx context.Context) *UpdateSubscriptionsParams

NewUpdateSubscriptionsParamsWithContext creates a new UpdateSubscriptionsParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateSubscriptionsParamsWithHTTPClient added in v1.2.0

func NewUpdateSubscriptionsParamsWithHTTPClient(client *http.Client) *UpdateSubscriptionsParams

NewUpdateSubscriptionsParamsWithHTTPClient creates a new UpdateSubscriptionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateSubscriptionsParamsWithTimeout added in v1.2.0

func NewUpdateSubscriptionsParamsWithTimeout(timeout time.Duration) *UpdateSubscriptionsParams

NewUpdateSubscriptionsParamsWithTimeout creates a new UpdateSubscriptionsParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateSubscriptionsParams) SetContext added in v1.2.0

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

SetContext adds the context to the update subscriptions params

func (*UpdateSubscriptionsParams) SetHTTPClient added in v1.2.0

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

SetHTTPClient adds the HTTPClient to the update subscriptions params

func (*UpdateSubscriptionsParams) SetID added in v1.2.0

func (o *UpdateSubscriptionsParams) SetID(id int32)

SetID adds the id to the update subscriptions params

func (*UpdateSubscriptionsParams) SetSubscription added in v1.2.0

func (o *UpdateSubscriptionsParams) SetSubscription(subscription *models.SubscriptionDetailed)

SetSubscription adds the subscription to the update subscriptions params

func (*UpdateSubscriptionsParams) SetTimeout added in v1.2.0

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

SetTimeout adds the timeout to the update subscriptions params

func (*UpdateSubscriptionsParams) WithContext added in v1.2.0

WithContext adds the context to the update subscriptions params

func (*UpdateSubscriptionsParams) WithHTTPClient added in v1.2.0

func (o *UpdateSubscriptionsParams) WithHTTPClient(client *http.Client) *UpdateSubscriptionsParams

WithHTTPClient adds the HTTPClient to the update subscriptions params

func (*UpdateSubscriptionsParams) WithID added in v1.2.0

WithID adds the id to the update subscriptions params

func (*UpdateSubscriptionsParams) WithSubscription added in v1.2.0

WithSubscription adds the subscription to the update subscriptions params

func (*UpdateSubscriptionsParams) WithTimeout added in v1.2.0

WithTimeout adds the timeout to the update subscriptions params

func (*UpdateSubscriptionsParams) WriteToRequest added in v1.2.0

WriteToRequest writes these params to a swagger request

type UpdateSubscriptionsReader added in v1.2.0

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

UpdateSubscriptionsReader is a Reader for the UpdateSubscriptions structure.

func (*UpdateSubscriptionsReader) ReadResponse added in v1.2.0

func (o *UpdateSubscriptionsReader) 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