activations

package
v0.0.0-...-4e90260 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2017 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 activations API

func New

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

New creates a new activations API client.

func (*Client) GetActivationByID

func (a *Client) GetActivationByID(params *GetActivationByIDParams) (*GetActivationByIDOK, error)

GetActivationByID gets activation information

Get activation information.

func (*Client) GetActivations

func (a *Client) GetActivations(params *GetActivationsParams) (*GetActivationsOK, error)

GetActivations gets activation ids

Get activation ids.

func (*Client) GetNamespacesNamespaceActivationsActivationidLogs

func (a *Client) GetNamespacesNamespaceActivationsActivationidLogs(params *GetNamespacesNamespaceActivationsActivationidLogsParams) (*GetNamespacesNamespaceActivationsActivationidLogsOK, error)

GetNamespacesNamespaceActivationsActivationidLogs gets the logs for an activation

Get activation logs information.

func (*Client) GetNamespacesNamespaceActivationsActivationidResult

GetNamespacesNamespaceActivationsActivationidResult gets the result of an activation

Get activation result.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type GetActivationByIDInternalServerError

type GetActivationByIDInternalServerError struct {
	Payload *swagger_models.ErrorMessage
}

GetActivationByIDInternalServerError handles this case with default header values.

Server error

func NewGetActivationByIDInternalServerError

func NewGetActivationByIDInternalServerError() *GetActivationByIDInternalServerError

NewGetActivationByIDInternalServerError creates a GetActivationByIDInternalServerError with default headers values

func (*GetActivationByIDInternalServerError) Error

type GetActivationByIDNotFound

type GetActivationByIDNotFound struct {
	Payload *swagger_models.ErrorMessage
}

GetActivationByIDNotFound handles this case with default header values.

Item not found

func NewGetActivationByIDNotFound

func NewGetActivationByIDNotFound() *GetActivationByIDNotFound

NewGetActivationByIDNotFound creates a GetActivationByIDNotFound with default headers values

func (*GetActivationByIDNotFound) Error

func (o *GetActivationByIDNotFound) Error() string

type GetActivationByIDOK

type GetActivationByIDOK struct {
	Payload *swagger_models.Activation
}

GetActivationByIDOK handles this case with default header values.

Return output

func NewGetActivationByIDOK

func NewGetActivationByIDOK() *GetActivationByIDOK

NewGetActivationByIDOK creates a GetActivationByIDOK with default headers values

func (*GetActivationByIDOK) Error

func (o *GetActivationByIDOK) Error() string

type GetActivationByIDParams

type GetActivationByIDParams struct {

	/*Activationid
	  Name of activation to fetch

	*/
	Activationid string
	/*Namespace
	  The entity namespace

	*/
	Namespace string

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

GetActivationByIDParams contains all the parameters to send to the API endpoint for the get activation by Id operation typically these are written to a http.Request

func NewGetActivationByIDParams

func NewGetActivationByIDParams() *GetActivationByIDParams

NewGetActivationByIDParams creates a new GetActivationByIDParams object with the default values initialized.

func NewGetActivationByIDParamsWithContext

func NewGetActivationByIDParamsWithContext(ctx context.Context) *GetActivationByIDParams

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

func NewGetActivationByIDParamsWithTimeout

func NewGetActivationByIDParamsWithTimeout(timeout time.Duration) *GetActivationByIDParams

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

func (*GetActivationByIDParams) SetActivationid

func (o *GetActivationByIDParams) SetActivationid(activationid string)

SetActivationid adds the activationid to the get activation by Id params

func (*GetActivationByIDParams) SetContext

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

SetContext adds the context to the get activation by Id params

func (*GetActivationByIDParams) SetNamespace

func (o *GetActivationByIDParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get activation by Id params

func (*GetActivationByIDParams) SetTimeout

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

SetTimeout adds the timeout to the get activation by Id params

func (*GetActivationByIDParams) WithActivationid

func (o *GetActivationByIDParams) WithActivationid(activationid string) *GetActivationByIDParams

WithActivationid adds the activationid to the get activation by Id params

func (*GetActivationByIDParams) WithContext

WithContext adds the context to the get activation by Id params

func (*GetActivationByIDParams) WithNamespace

func (o *GetActivationByIDParams) WithNamespace(namespace string) *GetActivationByIDParams

WithNamespace adds the namespace to the get activation by Id params

func (*GetActivationByIDParams) WithTimeout

WithTimeout adds the timeout to the get activation by Id params

func (*GetActivationByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetActivationByIDReader

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

GetActivationByIDReader is a Reader for the GetActivationByID structure.

func (*GetActivationByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetActivationByIDUnauthorized

type GetActivationByIDUnauthorized struct {
	Payload *swagger_models.ErrorMessage
}

GetActivationByIDUnauthorized handles this case with default header values.

Unauthorized request

func NewGetActivationByIDUnauthorized

func NewGetActivationByIDUnauthorized() *GetActivationByIDUnauthorized

NewGetActivationByIDUnauthorized creates a GetActivationByIDUnauthorized with default headers values

func (*GetActivationByIDUnauthorized) Error

type GetActivationsInternalServerError

type GetActivationsInternalServerError struct {
	Payload *swagger_models.ErrorMessage
}

GetActivationsInternalServerError handles this case with default header values.

Server error

func NewGetActivationsInternalServerError

func NewGetActivationsInternalServerError() *GetActivationsInternalServerError

NewGetActivationsInternalServerError creates a GetActivationsInternalServerError with default headers values

func (*GetActivationsInternalServerError) Error

type GetActivationsOK

type GetActivationsOK struct {
	Payload []*swagger_models.EntityBrief
}

GetActivationsOK handles this case with default header values.

Activations response

func NewGetActivationsOK

func NewGetActivationsOK() *GetActivationsOK

NewGetActivationsOK creates a GetActivationsOK with default headers values

func (*GetActivationsOK) Error

func (o *GetActivationsOK) Error() string

type GetActivationsParams

type GetActivationsParams struct {

	/*Docs
	  Whether to include full entity description.

	*/
	Docs *bool
	/*Limit
	  Number of entities to include in the result.

	*/
	Limit *int64
	/*Name
	  Name of item

	*/
	Name *string
	/*Namespace
	  The entity namespace

	*/
	Namespace string
	/*Since
	  Only include entities later than this timestamp (measured in milliseconds since Thu, 01 Jan 1970)

	*/
	Since *int64
	/*Skip
	  Number of entities to skip in the result.

	*/
	Skip *int64
	/*Upto
	  Only include entities earlier than this timestamp (measured in milliseconds since Thu, 01 Jan 1970)

	*/
	Upto *int64

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

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

func NewGetActivationsParams

func NewGetActivationsParams() *GetActivationsParams

NewGetActivationsParams creates a new GetActivationsParams object with the default values initialized.

func NewGetActivationsParamsWithContext

func NewGetActivationsParamsWithContext(ctx context.Context) *GetActivationsParams

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

func NewGetActivationsParamsWithTimeout

func NewGetActivationsParamsWithTimeout(timeout time.Duration) *GetActivationsParams

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

func (*GetActivationsParams) SetContext

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

SetContext adds the context to the get activations params

func (*GetActivationsParams) SetDocs

func (o *GetActivationsParams) SetDocs(docs *bool)

SetDocs adds the docs to the get activations params

func (*GetActivationsParams) SetLimit

func (o *GetActivationsParams) SetLimit(limit *int64)

SetLimit adds the limit to the get activations params

func (*GetActivationsParams) SetName

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

SetName adds the name to the get activations params

func (*GetActivationsParams) SetNamespace

func (o *GetActivationsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get activations params

func (*GetActivationsParams) SetSince

func (o *GetActivationsParams) SetSince(since *int64)

SetSince adds the since to the get activations params

func (*GetActivationsParams) SetSkip

func (o *GetActivationsParams) SetSkip(skip *int64)

SetSkip adds the skip to the get activations params

func (*GetActivationsParams) SetTimeout

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

SetTimeout adds the timeout to the get activations params

func (*GetActivationsParams) SetUpto

func (o *GetActivationsParams) SetUpto(upto *int64)

SetUpto adds the upto to the get activations params

func (*GetActivationsParams) WithContext

WithContext adds the context to the get activations params

func (*GetActivationsParams) WithDocs

func (o *GetActivationsParams) WithDocs(docs *bool) *GetActivationsParams

WithDocs adds the docs to the get activations params

func (*GetActivationsParams) WithLimit

func (o *GetActivationsParams) WithLimit(limit *int64) *GetActivationsParams

WithLimit adds the limit to the get activations params

func (*GetActivationsParams) WithName

func (o *GetActivationsParams) WithName(name *string) *GetActivationsParams

WithName adds the name to the get activations params

func (*GetActivationsParams) WithNamespace

func (o *GetActivationsParams) WithNamespace(namespace string) *GetActivationsParams

WithNamespace adds the namespace to the get activations params

func (*GetActivationsParams) WithSince

func (o *GetActivationsParams) WithSince(since *int64) *GetActivationsParams

WithSince adds the since to the get activations params

func (*GetActivationsParams) WithSkip

func (o *GetActivationsParams) WithSkip(skip *int64) *GetActivationsParams

WithSkip adds the skip to the get activations params

func (*GetActivationsParams) WithTimeout

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

WithTimeout adds the timeout to the get activations params

func (*GetActivationsParams) WithUpto

func (o *GetActivationsParams) WithUpto(upto *int64) *GetActivationsParams

WithUpto adds the upto to the get activations params

func (*GetActivationsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetActivationsReader

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

GetActivationsReader is a Reader for the GetActivations structure.

func (*GetActivationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetActivationsUnauthorized

type GetActivationsUnauthorized struct {
	Payload *swagger_models.ErrorMessage
}

GetActivationsUnauthorized handles this case with default header values.

Unauthorized request

func NewGetActivationsUnauthorized

func NewGetActivationsUnauthorized() *GetActivationsUnauthorized

NewGetActivationsUnauthorized creates a GetActivationsUnauthorized with default headers values

func (*GetActivationsUnauthorized) Error

type GetNamespacesNamespaceActivationsActivationidLogsInternalServerError

type GetNamespacesNamespaceActivationsActivationidLogsInternalServerError struct {
	Payload *swagger_models.ErrorMessage
}

GetNamespacesNamespaceActivationsActivationidLogsInternalServerError handles this case with default header values.

Server error

func NewGetNamespacesNamespaceActivationsActivationidLogsInternalServerError

func NewGetNamespacesNamespaceActivationsActivationidLogsInternalServerError() *GetNamespacesNamespaceActivationsActivationidLogsInternalServerError

NewGetNamespacesNamespaceActivationsActivationidLogsInternalServerError creates a GetNamespacesNamespaceActivationsActivationidLogsInternalServerError with default headers values

func (*GetNamespacesNamespaceActivationsActivationidLogsInternalServerError) Error

type GetNamespacesNamespaceActivationsActivationidLogsNotFound

type GetNamespacesNamespaceActivationsActivationidLogsNotFound struct {
	Payload *swagger_models.ErrorMessage
}

GetNamespacesNamespaceActivationsActivationidLogsNotFound handles this case with default header values.

Item not found

func NewGetNamespacesNamespaceActivationsActivationidLogsNotFound

func NewGetNamespacesNamespaceActivationsActivationidLogsNotFound() *GetNamespacesNamespaceActivationsActivationidLogsNotFound

NewGetNamespacesNamespaceActivationsActivationidLogsNotFound creates a GetNamespacesNamespaceActivationsActivationidLogsNotFound with default headers values

func (*GetNamespacesNamespaceActivationsActivationidLogsNotFound) Error

type GetNamespacesNamespaceActivationsActivationidLogsOK

type GetNamespacesNamespaceActivationsActivationidLogsOK struct {
	Payload *swagger_models.ActivationLogs
}

GetNamespacesNamespaceActivationsActivationidLogsOK handles this case with default header values.

Return output

func NewGetNamespacesNamespaceActivationsActivationidLogsOK

func NewGetNamespacesNamespaceActivationsActivationidLogsOK() *GetNamespacesNamespaceActivationsActivationidLogsOK

NewGetNamespacesNamespaceActivationsActivationidLogsOK creates a GetNamespacesNamespaceActivationsActivationidLogsOK with default headers values

func (*GetNamespacesNamespaceActivationsActivationidLogsOK) Error

type GetNamespacesNamespaceActivationsActivationidLogsParams

type GetNamespacesNamespaceActivationsActivationidLogsParams struct {

	/*Activationid
	  Name of activation to fetch

	*/
	Activationid string
	/*Namespace
	  The entity namespace

	*/
	Namespace string

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

GetNamespacesNamespaceActivationsActivationidLogsParams contains all the parameters to send to the API endpoint for the get namespaces namespace activations activationid logs operation typically these are written to a http.Request

func NewGetNamespacesNamespaceActivationsActivationidLogsParams

func NewGetNamespacesNamespaceActivationsActivationidLogsParams() *GetNamespacesNamespaceActivationsActivationidLogsParams

NewGetNamespacesNamespaceActivationsActivationidLogsParams creates a new GetNamespacesNamespaceActivationsActivationidLogsParams object with the default values initialized.

func NewGetNamespacesNamespaceActivationsActivationidLogsParamsWithContext

func NewGetNamespacesNamespaceActivationsActivationidLogsParamsWithContext(ctx context.Context) *GetNamespacesNamespaceActivationsActivationidLogsParams

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

func NewGetNamespacesNamespaceActivationsActivationidLogsParamsWithTimeout

func NewGetNamespacesNamespaceActivationsActivationidLogsParamsWithTimeout(timeout time.Duration) *GetNamespacesNamespaceActivationsActivationidLogsParams

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

func (*GetNamespacesNamespaceActivationsActivationidLogsParams) SetActivationid

func (o *GetNamespacesNamespaceActivationsActivationidLogsParams) SetActivationid(activationid string)

SetActivationid adds the activationid to the get namespaces namespace activations activationid logs params

func (*GetNamespacesNamespaceActivationsActivationidLogsParams) SetContext

SetContext adds the context to the get namespaces namespace activations activationid logs params

func (*GetNamespacesNamespaceActivationsActivationidLogsParams) SetNamespace

SetNamespace adds the namespace to the get namespaces namespace activations activationid logs params

func (*GetNamespacesNamespaceActivationsActivationidLogsParams) SetTimeout

SetTimeout adds the timeout to the get namespaces namespace activations activationid logs params

func (*GetNamespacesNamespaceActivationsActivationidLogsParams) WithActivationid

WithActivationid adds the activationid to the get namespaces namespace activations activationid logs params

func (*GetNamespacesNamespaceActivationsActivationidLogsParams) WithContext

WithContext adds the context to the get namespaces namespace activations activationid logs params

func (*GetNamespacesNamespaceActivationsActivationidLogsParams) WithNamespace

WithNamespace adds the namespace to the get namespaces namespace activations activationid logs params

func (*GetNamespacesNamespaceActivationsActivationidLogsParams) WithTimeout

WithTimeout adds the timeout to the get namespaces namespace activations activationid logs params

func (*GetNamespacesNamespaceActivationsActivationidLogsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNamespacesNamespaceActivationsActivationidLogsReader

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

GetNamespacesNamespaceActivationsActivationidLogsReader is a Reader for the GetNamespacesNamespaceActivationsActivationidLogs structure.

func (*GetNamespacesNamespaceActivationsActivationidLogsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNamespacesNamespaceActivationsActivationidLogsUnauthorized

type GetNamespacesNamespaceActivationsActivationidLogsUnauthorized struct {
	Payload *swagger_models.ErrorMessage
}

GetNamespacesNamespaceActivationsActivationidLogsUnauthorized handles this case with default header values.

Unauthorized request

func NewGetNamespacesNamespaceActivationsActivationidLogsUnauthorized

func NewGetNamespacesNamespaceActivationsActivationidLogsUnauthorized() *GetNamespacesNamespaceActivationsActivationidLogsUnauthorized

NewGetNamespacesNamespaceActivationsActivationidLogsUnauthorized creates a GetNamespacesNamespaceActivationsActivationidLogsUnauthorized with default headers values

func (*GetNamespacesNamespaceActivationsActivationidLogsUnauthorized) Error

type GetNamespacesNamespaceActivationsActivationidResultInternalServerError

type GetNamespacesNamespaceActivationsActivationidResultInternalServerError struct {
	Payload *swagger_models.ErrorMessage
}

GetNamespacesNamespaceActivationsActivationidResultInternalServerError handles this case with default header values.

Server error

func NewGetNamespacesNamespaceActivationsActivationidResultInternalServerError

func NewGetNamespacesNamespaceActivationsActivationidResultInternalServerError() *GetNamespacesNamespaceActivationsActivationidResultInternalServerError

NewGetNamespacesNamespaceActivationsActivationidResultInternalServerError creates a GetNamespacesNamespaceActivationsActivationidResultInternalServerError with default headers values

func (*GetNamespacesNamespaceActivationsActivationidResultInternalServerError) Error

type GetNamespacesNamespaceActivationsActivationidResultNotFound

type GetNamespacesNamespaceActivationsActivationidResultNotFound struct {
	Payload *swagger_models.ErrorMessage
}

GetNamespacesNamespaceActivationsActivationidResultNotFound handles this case with default header values.

Item not found

func NewGetNamespacesNamespaceActivationsActivationidResultNotFound

func NewGetNamespacesNamespaceActivationsActivationidResultNotFound() *GetNamespacesNamespaceActivationsActivationidResultNotFound

NewGetNamespacesNamespaceActivationsActivationidResultNotFound creates a GetNamespacesNamespaceActivationsActivationidResultNotFound with default headers values

func (*GetNamespacesNamespaceActivationsActivationidResultNotFound) Error

type GetNamespacesNamespaceActivationsActivationidResultOK

type GetNamespacesNamespaceActivationsActivationidResultOK struct {
	Payload *swagger_models.ActivationResult
}

GetNamespacesNamespaceActivationsActivationidResultOK handles this case with default header values.

Return output

func NewGetNamespacesNamespaceActivationsActivationidResultOK

func NewGetNamespacesNamespaceActivationsActivationidResultOK() *GetNamespacesNamespaceActivationsActivationidResultOK

NewGetNamespacesNamespaceActivationsActivationidResultOK creates a GetNamespacesNamespaceActivationsActivationidResultOK with default headers values

func (*GetNamespacesNamespaceActivationsActivationidResultOK) Error

type GetNamespacesNamespaceActivationsActivationidResultParams

type GetNamespacesNamespaceActivationsActivationidResultParams struct {

	/*Activationid
	  Name of activation to fetch

	*/
	Activationid string
	/*Namespace
	  The entity namespace

	*/
	Namespace string

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

GetNamespacesNamespaceActivationsActivationidResultParams contains all the parameters to send to the API endpoint for the get namespaces namespace activations activationid result operation typically these are written to a http.Request

func NewGetNamespacesNamespaceActivationsActivationidResultParams

func NewGetNamespacesNamespaceActivationsActivationidResultParams() *GetNamespacesNamespaceActivationsActivationidResultParams

NewGetNamespacesNamespaceActivationsActivationidResultParams creates a new GetNamespacesNamespaceActivationsActivationidResultParams object with the default values initialized.

func NewGetNamespacesNamespaceActivationsActivationidResultParamsWithContext

func NewGetNamespacesNamespaceActivationsActivationidResultParamsWithContext(ctx context.Context) *GetNamespacesNamespaceActivationsActivationidResultParams

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

func NewGetNamespacesNamespaceActivationsActivationidResultParamsWithTimeout

func NewGetNamespacesNamespaceActivationsActivationidResultParamsWithTimeout(timeout time.Duration) *GetNamespacesNamespaceActivationsActivationidResultParams

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

func (*GetNamespacesNamespaceActivationsActivationidResultParams) SetActivationid

func (o *GetNamespacesNamespaceActivationsActivationidResultParams) SetActivationid(activationid string)

SetActivationid adds the activationid to the get namespaces namespace activations activationid result params

func (*GetNamespacesNamespaceActivationsActivationidResultParams) SetContext

SetContext adds the context to the get namespaces namespace activations activationid result params

func (*GetNamespacesNamespaceActivationsActivationidResultParams) SetNamespace

SetNamespace adds the namespace to the get namespaces namespace activations activationid result params

func (*GetNamespacesNamespaceActivationsActivationidResultParams) SetTimeout

SetTimeout adds the timeout to the get namespaces namespace activations activationid result params

func (*GetNamespacesNamespaceActivationsActivationidResultParams) WithActivationid

WithActivationid adds the activationid to the get namespaces namespace activations activationid result params

func (*GetNamespacesNamespaceActivationsActivationidResultParams) WithContext

WithContext adds the context to the get namespaces namespace activations activationid result params

func (*GetNamespacesNamespaceActivationsActivationidResultParams) WithNamespace

WithNamespace adds the namespace to the get namespaces namespace activations activationid result params

func (*GetNamespacesNamespaceActivationsActivationidResultParams) WithTimeout

WithTimeout adds the timeout to the get namespaces namespace activations activationid result params

func (*GetNamespacesNamespaceActivationsActivationidResultParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNamespacesNamespaceActivationsActivationidResultReader

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

GetNamespacesNamespaceActivationsActivationidResultReader is a Reader for the GetNamespacesNamespaceActivationsActivationidResult structure.

func (*GetNamespacesNamespaceActivationsActivationidResultReader) ReadResponse

ReadResponse reads a server response into the received o.

type GetNamespacesNamespaceActivationsActivationidResultUnauthorized

type GetNamespacesNamespaceActivationsActivationidResultUnauthorized struct {
	Payload *swagger_models.ErrorMessage
}

GetNamespacesNamespaceActivationsActivationidResultUnauthorized handles this case with default header values.

Unauthorized request

func NewGetNamespacesNamespaceActivationsActivationidResultUnauthorized

func NewGetNamespacesNamespaceActivationsActivationidResultUnauthorized() *GetNamespacesNamespaceActivationsActivationidResultUnauthorized

NewGetNamespacesNamespaceActivationsActivationidResultUnauthorized creates a GetNamespacesNamespaceActivationsActivationidResultUnauthorized with default headers values

func (*GetNamespacesNamespaceActivationsActivationidResultUnauthorized) Error

Jump to

Keyboard shortcuts

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