metadata

package
v0.4.47 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2025 License: Apache-2.0 Imports: 12 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 metadata API

func (*Client) Configuration

func (a *Client) Configuration(params *ConfigurationParams, opts ...ClientOption) (*ConfigurationOK, error)

Configuration configuration API

func (*Client) GetAccountDetail added in v0.4.0

func (a *Client) GetAccountDetail(params *GetAccountDetailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAccountDetailOK, error)

GetAccountDetail get account detail API

func (*Client) GetAccountMetrics added in v0.4.0

func (a *Client) GetAccountMetrics(params *GetAccountMetricsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAccountMetricsOK, error)

GetAccountMetrics get account metrics API

func (*Client) GetEnvironmentDetail

func (a *Client) GetEnvironmentDetail(params *GetEnvironmentDetailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEnvironmentDetailOK, error)

GetEnvironmentDetail get environment detail API

func (*Client) GetEnvironmentMetrics added in v0.4.0

func (a *Client) GetEnvironmentMetrics(params *GetEnvironmentMetricsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEnvironmentMetricsOK, error)

GetEnvironmentMetrics get environment metrics API

func (*Client) GetFrontendDetail added in v0.4.0

func (a *Client) GetFrontendDetail(params *GetFrontendDetailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFrontendDetailOK, error)

GetFrontendDetail get frontend detail API

func (*Client) GetShareDetail

func (a *Client) GetShareDetail(params *GetShareDetailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetShareDetailOK, error)

GetShareDetail get share detail API

func (*Client) GetShareMetrics added in v0.4.0

func (a *Client) GetShareMetrics(params *GetShareMetricsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetShareMetricsOK, error)

GetShareMetrics get share metrics API

func (*Client) ListMemberships added in v0.4.45

func (a *Client) ListMemberships(params *ListMembershipsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListMembershipsOK, error)

ListMemberships list memberships API

func (*Client) ListOrgMembers added in v0.4.45

func (a *Client) ListOrgMembers(params *ListOrgMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrgMembersOK, error)

ListOrgMembers list org members API

func (*Client) OrgAccountOverview added in v0.4.45

func (a *Client) OrgAccountOverview(params *OrgAccountOverviewParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgAccountOverviewOK, error)

OrgAccountOverview org account overview API

func (*Client) Overview

func (a *Client) Overview(params *OverviewParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OverviewOK, error)

Overview overview API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) Version

func (a *Client) Version(params *VersionParams, opts ...ClientOption) (*VersionOK, error)

Version version API

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	Configuration(params *ConfigurationParams, opts ...ClientOption) (*ConfigurationOK, error)

	GetAccountDetail(params *GetAccountDetailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAccountDetailOK, error)

	GetAccountMetrics(params *GetAccountMetricsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAccountMetricsOK, error)

	GetEnvironmentDetail(params *GetEnvironmentDetailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEnvironmentDetailOK, error)

	GetEnvironmentMetrics(params *GetEnvironmentMetricsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEnvironmentMetricsOK, error)

	GetFrontendDetail(params *GetFrontendDetailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFrontendDetailOK, error)

	GetShareDetail(params *GetShareDetailParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetShareDetailOK, error)

	GetShareMetrics(params *GetShareMetricsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetShareMetricsOK, error)

	ListMemberships(params *ListMembershipsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListMembershipsOK, error)

	ListOrgMembers(params *ListOrgMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrgMembersOK, error)

	OrgAccountOverview(params *OrgAccountOverviewParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgAccountOverviewOK, error)

	Overview(params *OverviewParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OverviewOK, error)

	Version(params *VersionParams, opts ...ClientOption) (*VersionOK, 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 metadata API client.

type ConfigurationOK

type ConfigurationOK struct {
	Payload *rest_model_zrok.Configuration
}

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

current configuration

func NewConfigurationOK

func NewConfigurationOK() *ConfigurationOK

NewConfigurationOK creates a ConfigurationOK with default headers values

func (*ConfigurationOK) Code added in v0.4.19

func (o *ConfigurationOK) Code() int

Code gets the status code for the configuration o k response

func (*ConfigurationOK) Error

func (o *ConfigurationOK) Error() string

func (*ConfigurationOK) GetPayload

func (*ConfigurationOK) IsClientError

func (o *ConfigurationOK) IsClientError() bool

IsClientError returns true when this configuration o k response has a 4xx status code

func (*ConfigurationOK) IsCode

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

IsCode returns true when this configuration o k response a status code equal to that given

func (*ConfigurationOK) IsRedirect

func (o *ConfigurationOK) IsRedirect() bool

IsRedirect returns true when this configuration o k response has a 3xx status code

func (*ConfigurationOK) IsServerError

func (o *ConfigurationOK) IsServerError() bool

IsServerError returns true when this configuration o k response has a 5xx status code

func (*ConfigurationOK) IsSuccess

func (o *ConfigurationOK) IsSuccess() bool

IsSuccess returns true when this configuration o k response has a 2xx status code

func (*ConfigurationOK) String

func (o *ConfigurationOK) String() string

type ConfigurationParams

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

ConfigurationParams contains all the parameters to send to the API endpoint

for the configuration operation.

Typically these are written to a http.Request.

func NewConfigurationParams

func NewConfigurationParams() *ConfigurationParams

NewConfigurationParams creates a new ConfigurationParams object, with the default timeout for this client.

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

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

func NewConfigurationParamsWithContext

func NewConfigurationParamsWithContext(ctx context.Context) *ConfigurationParams

NewConfigurationParamsWithContext creates a new ConfigurationParams object with the ability to set a context for a request.

func NewConfigurationParamsWithHTTPClient

func NewConfigurationParamsWithHTTPClient(client *http.Client) *ConfigurationParams

NewConfigurationParamsWithHTTPClient creates a new ConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewConfigurationParamsWithTimeout

func NewConfigurationParamsWithTimeout(timeout time.Duration) *ConfigurationParams

NewConfigurationParamsWithTimeout creates a new ConfigurationParams object with the ability to set a timeout on a request.

func (*ConfigurationParams) SetContext

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

SetContext adds the context to the configuration params

func (*ConfigurationParams) SetDefaults

func (o *ConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the configuration params (not the query body).

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

func (*ConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the configuration params

func (*ConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the configuration params

func (*ConfigurationParams) WithContext

WithContext adds the context to the configuration params

func (*ConfigurationParams) WithDefaults

func (o *ConfigurationParams) WithDefaults() *ConfigurationParams

WithDefaults hydrates default values in the configuration params (not the query body).

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

func (*ConfigurationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the configuration params

func (*ConfigurationParams) WithTimeout

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

WithTimeout adds the timeout to the configuration params

func (*ConfigurationParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ConfigurationReader

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

ConfigurationReader is a Reader for the Configuration structure.

func (*ConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccountDetailInternalServerError added in v0.4.0

type GetAccountDetailInternalServerError struct {
}

GetAccountDetailInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewGetAccountDetailInternalServerError added in v0.4.0

func NewGetAccountDetailInternalServerError() *GetAccountDetailInternalServerError

NewGetAccountDetailInternalServerError creates a GetAccountDetailInternalServerError with default headers values

func (*GetAccountDetailInternalServerError) Code added in v0.4.19

Code gets the status code for the get account detail internal server error response

func (*GetAccountDetailInternalServerError) Error added in v0.4.0

func (*GetAccountDetailInternalServerError) IsClientError added in v0.4.0

func (o *GetAccountDetailInternalServerError) IsClientError() bool

IsClientError returns true when this get account detail internal server error response has a 4xx status code

func (*GetAccountDetailInternalServerError) IsCode added in v0.4.0

IsCode returns true when this get account detail internal server error response a status code equal to that given

func (*GetAccountDetailInternalServerError) IsRedirect added in v0.4.0

func (o *GetAccountDetailInternalServerError) IsRedirect() bool

IsRedirect returns true when this get account detail internal server error response has a 3xx status code

func (*GetAccountDetailInternalServerError) IsServerError added in v0.4.0

func (o *GetAccountDetailInternalServerError) IsServerError() bool

IsServerError returns true when this get account detail internal server error response has a 5xx status code

func (*GetAccountDetailInternalServerError) IsSuccess added in v0.4.0

IsSuccess returns true when this get account detail internal server error response has a 2xx status code

func (*GetAccountDetailInternalServerError) String added in v0.4.0

type GetAccountDetailOK added in v0.4.0

type GetAccountDetailOK struct {
	Payload rest_model_zrok.Environments
}

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

ok

func NewGetAccountDetailOK added in v0.4.0

func NewGetAccountDetailOK() *GetAccountDetailOK

NewGetAccountDetailOK creates a GetAccountDetailOK with default headers values

func (*GetAccountDetailOK) Code added in v0.4.19

func (o *GetAccountDetailOK) Code() int

Code gets the status code for the get account detail o k response

func (*GetAccountDetailOK) Error added in v0.4.0

func (o *GetAccountDetailOK) Error() string

func (*GetAccountDetailOK) GetPayload added in v0.4.0

func (*GetAccountDetailOK) IsClientError added in v0.4.0

func (o *GetAccountDetailOK) IsClientError() bool

IsClientError returns true when this get account detail o k response has a 4xx status code

func (*GetAccountDetailOK) IsCode added in v0.4.0

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

IsCode returns true when this get account detail o k response a status code equal to that given

func (*GetAccountDetailOK) IsRedirect added in v0.4.0

func (o *GetAccountDetailOK) IsRedirect() bool

IsRedirect returns true when this get account detail o k response has a 3xx status code

func (*GetAccountDetailOK) IsServerError added in v0.4.0

func (o *GetAccountDetailOK) IsServerError() bool

IsServerError returns true when this get account detail o k response has a 5xx status code

func (*GetAccountDetailOK) IsSuccess added in v0.4.0

func (o *GetAccountDetailOK) IsSuccess() bool

IsSuccess returns true when this get account detail o k response has a 2xx status code

func (*GetAccountDetailOK) String added in v0.4.0

func (o *GetAccountDetailOK) String() string

type GetAccountDetailParams added in v0.4.0

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

GetAccountDetailParams contains all the parameters to send to the API endpoint

for the get account detail operation.

Typically these are written to a http.Request.

func NewGetAccountDetailParams added in v0.4.0

func NewGetAccountDetailParams() *GetAccountDetailParams

NewGetAccountDetailParams creates a new GetAccountDetailParams object, with the default timeout for this client.

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

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

func NewGetAccountDetailParamsWithContext added in v0.4.0

func NewGetAccountDetailParamsWithContext(ctx context.Context) *GetAccountDetailParams

NewGetAccountDetailParamsWithContext creates a new GetAccountDetailParams object with the ability to set a context for a request.

func NewGetAccountDetailParamsWithHTTPClient added in v0.4.0

func NewGetAccountDetailParamsWithHTTPClient(client *http.Client) *GetAccountDetailParams

NewGetAccountDetailParamsWithHTTPClient creates a new GetAccountDetailParams object with the ability to set a custom HTTPClient for a request.

func NewGetAccountDetailParamsWithTimeout added in v0.4.0

func NewGetAccountDetailParamsWithTimeout(timeout time.Duration) *GetAccountDetailParams

NewGetAccountDetailParamsWithTimeout creates a new GetAccountDetailParams object with the ability to set a timeout on a request.

func (*GetAccountDetailParams) SetContext added in v0.4.0

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

SetContext adds the context to the get account detail params

func (*GetAccountDetailParams) SetDefaults added in v0.4.0

func (o *GetAccountDetailParams) SetDefaults()

SetDefaults hydrates default values in the get account detail params (not the query body).

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

func (*GetAccountDetailParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get account detail params

func (*GetAccountDetailParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get account detail params

func (*GetAccountDetailParams) WithContext added in v0.4.0

WithContext adds the context to the get account detail params

func (*GetAccountDetailParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get account detail params (not the query body).

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

func (*GetAccountDetailParams) WithHTTPClient added in v0.4.0

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

WithHTTPClient adds the HTTPClient to the get account detail params

func (*GetAccountDetailParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get account detail params

func (*GetAccountDetailParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetAccountDetailReader added in v0.4.0

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

GetAccountDetailReader is a Reader for the GetAccountDetail structure.

func (*GetAccountDetailReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetAccountMetricsBadRequest added in v0.4.0

type GetAccountMetricsBadRequest struct {
}

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

bad request

func NewGetAccountMetricsBadRequest added in v0.4.0

func NewGetAccountMetricsBadRequest() *GetAccountMetricsBadRequest

NewGetAccountMetricsBadRequest creates a GetAccountMetricsBadRequest with default headers values

func (*GetAccountMetricsBadRequest) Code added in v0.4.19

func (o *GetAccountMetricsBadRequest) Code() int

Code gets the status code for the get account metrics bad request response

func (*GetAccountMetricsBadRequest) Error added in v0.4.0

func (*GetAccountMetricsBadRequest) IsClientError added in v0.4.0

func (o *GetAccountMetricsBadRequest) IsClientError() bool

IsClientError returns true when this get account metrics bad request response has a 4xx status code

func (*GetAccountMetricsBadRequest) IsCode added in v0.4.0

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

IsCode returns true when this get account metrics bad request response a status code equal to that given

func (*GetAccountMetricsBadRequest) IsRedirect added in v0.4.0

func (o *GetAccountMetricsBadRequest) IsRedirect() bool

IsRedirect returns true when this get account metrics bad request response has a 3xx status code

func (*GetAccountMetricsBadRequest) IsServerError added in v0.4.0

func (o *GetAccountMetricsBadRequest) IsServerError() bool

IsServerError returns true when this get account metrics bad request response has a 5xx status code

func (*GetAccountMetricsBadRequest) IsSuccess added in v0.4.0

func (o *GetAccountMetricsBadRequest) IsSuccess() bool

IsSuccess returns true when this get account metrics bad request response has a 2xx status code

func (*GetAccountMetricsBadRequest) String added in v0.4.0

func (o *GetAccountMetricsBadRequest) String() string

type GetAccountMetricsInternalServerError added in v0.4.0

type GetAccountMetricsInternalServerError struct {
}

GetAccountMetricsInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewGetAccountMetricsInternalServerError added in v0.4.0

func NewGetAccountMetricsInternalServerError() *GetAccountMetricsInternalServerError

NewGetAccountMetricsInternalServerError creates a GetAccountMetricsInternalServerError with default headers values

func (*GetAccountMetricsInternalServerError) Code added in v0.4.19

Code gets the status code for the get account metrics internal server error response

func (*GetAccountMetricsInternalServerError) Error added in v0.4.0

func (*GetAccountMetricsInternalServerError) IsClientError added in v0.4.0

func (o *GetAccountMetricsInternalServerError) IsClientError() bool

IsClientError returns true when this get account metrics internal server error response has a 4xx status code

func (*GetAccountMetricsInternalServerError) IsCode added in v0.4.0

IsCode returns true when this get account metrics internal server error response a status code equal to that given

func (*GetAccountMetricsInternalServerError) IsRedirect added in v0.4.0

IsRedirect returns true when this get account metrics internal server error response has a 3xx status code

func (*GetAccountMetricsInternalServerError) IsServerError added in v0.4.0

func (o *GetAccountMetricsInternalServerError) IsServerError() bool

IsServerError returns true when this get account metrics internal server error response has a 5xx status code

func (*GetAccountMetricsInternalServerError) IsSuccess added in v0.4.0

IsSuccess returns true when this get account metrics internal server error response has a 2xx status code

func (*GetAccountMetricsInternalServerError) String added in v0.4.0

type GetAccountMetricsOK added in v0.4.0

type GetAccountMetricsOK struct {
	Payload *rest_model_zrok.Metrics
}

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

account metrics

func NewGetAccountMetricsOK added in v0.4.0

func NewGetAccountMetricsOK() *GetAccountMetricsOK

NewGetAccountMetricsOK creates a GetAccountMetricsOK with default headers values

func (*GetAccountMetricsOK) Code added in v0.4.19

func (o *GetAccountMetricsOK) Code() int

Code gets the status code for the get account metrics o k response

func (*GetAccountMetricsOK) Error added in v0.4.0

func (o *GetAccountMetricsOK) Error() string

func (*GetAccountMetricsOK) GetPayload added in v0.4.0

func (o *GetAccountMetricsOK) GetPayload() *rest_model_zrok.Metrics

func (*GetAccountMetricsOK) IsClientError added in v0.4.0

func (o *GetAccountMetricsOK) IsClientError() bool

IsClientError returns true when this get account metrics o k response has a 4xx status code

func (*GetAccountMetricsOK) IsCode added in v0.4.0

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

IsCode returns true when this get account metrics o k response a status code equal to that given

func (*GetAccountMetricsOK) IsRedirect added in v0.4.0

func (o *GetAccountMetricsOK) IsRedirect() bool

IsRedirect returns true when this get account metrics o k response has a 3xx status code

func (*GetAccountMetricsOK) IsServerError added in v0.4.0

func (o *GetAccountMetricsOK) IsServerError() bool

IsServerError returns true when this get account metrics o k response has a 5xx status code

func (*GetAccountMetricsOK) IsSuccess added in v0.4.0

func (o *GetAccountMetricsOK) IsSuccess() bool

IsSuccess returns true when this get account metrics o k response has a 2xx status code

func (*GetAccountMetricsOK) String added in v0.4.0

func (o *GetAccountMetricsOK) String() string

type GetAccountMetricsParams added in v0.4.0

type GetAccountMetricsParams struct {

	// Duration.
	Duration *string

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

GetAccountMetricsParams contains all the parameters to send to the API endpoint

for the get account metrics operation.

Typically these are written to a http.Request.

func NewGetAccountMetricsParams added in v0.4.0

func NewGetAccountMetricsParams() *GetAccountMetricsParams

NewGetAccountMetricsParams creates a new GetAccountMetricsParams object, with the default timeout for this client.

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

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

func NewGetAccountMetricsParamsWithContext added in v0.4.0

func NewGetAccountMetricsParamsWithContext(ctx context.Context) *GetAccountMetricsParams

NewGetAccountMetricsParamsWithContext creates a new GetAccountMetricsParams object with the ability to set a context for a request.

func NewGetAccountMetricsParamsWithHTTPClient added in v0.4.0

func NewGetAccountMetricsParamsWithHTTPClient(client *http.Client) *GetAccountMetricsParams

NewGetAccountMetricsParamsWithHTTPClient creates a new GetAccountMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAccountMetricsParamsWithTimeout added in v0.4.0

func NewGetAccountMetricsParamsWithTimeout(timeout time.Duration) *GetAccountMetricsParams

NewGetAccountMetricsParamsWithTimeout creates a new GetAccountMetricsParams object with the ability to set a timeout on a request.

func (*GetAccountMetricsParams) SetContext added in v0.4.0

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

SetContext adds the context to the get account metrics params

func (*GetAccountMetricsParams) SetDefaults added in v0.4.0

func (o *GetAccountMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get account metrics params (not the query body).

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

func (*GetAccountMetricsParams) SetDuration added in v0.4.0

func (o *GetAccountMetricsParams) SetDuration(duration *string)

SetDuration adds the duration to the get account metrics params

func (*GetAccountMetricsParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get account metrics params

func (*GetAccountMetricsParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get account metrics params

func (*GetAccountMetricsParams) WithContext added in v0.4.0

WithContext adds the context to the get account metrics params

func (*GetAccountMetricsParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get account metrics params (not the query body).

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

func (*GetAccountMetricsParams) WithDuration added in v0.4.0

func (o *GetAccountMetricsParams) WithDuration(duration *string) *GetAccountMetricsParams

WithDuration adds the duration to the get account metrics params

func (*GetAccountMetricsParams) WithHTTPClient added in v0.4.0

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

WithHTTPClient adds the HTTPClient to the get account metrics params

func (*GetAccountMetricsParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get account metrics params

func (*GetAccountMetricsParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetAccountMetricsReader added in v0.4.0

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

GetAccountMetricsReader is a Reader for the GetAccountMetrics structure.

func (*GetAccountMetricsReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetEnvironmentDetailInternalServerError

type GetEnvironmentDetailInternalServerError struct {
}

GetEnvironmentDetailInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewGetEnvironmentDetailInternalServerError

func NewGetEnvironmentDetailInternalServerError() *GetEnvironmentDetailInternalServerError

NewGetEnvironmentDetailInternalServerError creates a GetEnvironmentDetailInternalServerError with default headers values

func (*GetEnvironmentDetailInternalServerError) Code added in v0.4.19

Code gets the status code for the get environment detail internal server error response

func (*GetEnvironmentDetailInternalServerError) Error

func (*GetEnvironmentDetailInternalServerError) IsClientError

func (o *GetEnvironmentDetailInternalServerError) IsClientError() bool

IsClientError returns true when this get environment detail internal server error response has a 4xx status code

func (*GetEnvironmentDetailInternalServerError) IsCode

IsCode returns true when this get environment detail internal server error response a status code equal to that given

func (*GetEnvironmentDetailInternalServerError) IsRedirect

IsRedirect returns true when this get environment detail internal server error response has a 3xx status code

func (*GetEnvironmentDetailInternalServerError) IsServerError

func (o *GetEnvironmentDetailInternalServerError) IsServerError() bool

IsServerError returns true when this get environment detail internal server error response has a 5xx status code

func (*GetEnvironmentDetailInternalServerError) IsSuccess

IsSuccess returns true when this get environment detail internal server error response has a 2xx status code

func (*GetEnvironmentDetailInternalServerError) String

type GetEnvironmentDetailNotFound

type GetEnvironmentDetailNotFound struct {
}

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

not found

func NewGetEnvironmentDetailNotFound

func NewGetEnvironmentDetailNotFound() *GetEnvironmentDetailNotFound

NewGetEnvironmentDetailNotFound creates a GetEnvironmentDetailNotFound with default headers values

func (*GetEnvironmentDetailNotFound) Code added in v0.4.19

Code gets the status code for the get environment detail not found response

func (*GetEnvironmentDetailNotFound) Error

func (*GetEnvironmentDetailNotFound) IsClientError

func (o *GetEnvironmentDetailNotFound) IsClientError() bool

IsClientError returns true when this get environment detail not found response has a 4xx status code

func (*GetEnvironmentDetailNotFound) IsCode

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

IsCode returns true when this get environment detail not found response a status code equal to that given

func (*GetEnvironmentDetailNotFound) IsRedirect

func (o *GetEnvironmentDetailNotFound) IsRedirect() bool

IsRedirect returns true when this get environment detail not found response has a 3xx status code

func (*GetEnvironmentDetailNotFound) IsServerError

func (o *GetEnvironmentDetailNotFound) IsServerError() bool

IsServerError returns true when this get environment detail not found response has a 5xx status code

func (*GetEnvironmentDetailNotFound) IsSuccess

func (o *GetEnvironmentDetailNotFound) IsSuccess() bool

IsSuccess returns true when this get environment detail not found response has a 2xx status code

func (*GetEnvironmentDetailNotFound) String

type GetEnvironmentDetailOK

type GetEnvironmentDetailOK struct {
	Payload *rest_model_zrok.EnvironmentAndResources
}

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

ok

func NewGetEnvironmentDetailOK

func NewGetEnvironmentDetailOK() *GetEnvironmentDetailOK

NewGetEnvironmentDetailOK creates a GetEnvironmentDetailOK with default headers values

func (*GetEnvironmentDetailOK) Code added in v0.4.19

func (o *GetEnvironmentDetailOK) Code() int

Code gets the status code for the get environment detail o k response

func (*GetEnvironmentDetailOK) Error

func (o *GetEnvironmentDetailOK) Error() string

func (*GetEnvironmentDetailOK) GetPayload

func (*GetEnvironmentDetailOK) IsClientError

func (o *GetEnvironmentDetailOK) IsClientError() bool

IsClientError returns true when this get environment detail o k response has a 4xx status code

func (*GetEnvironmentDetailOK) IsCode

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

IsCode returns true when this get environment detail o k response a status code equal to that given

func (*GetEnvironmentDetailOK) IsRedirect

func (o *GetEnvironmentDetailOK) IsRedirect() bool

IsRedirect returns true when this get environment detail o k response has a 3xx status code

func (*GetEnvironmentDetailOK) IsServerError

func (o *GetEnvironmentDetailOK) IsServerError() bool

IsServerError returns true when this get environment detail o k response has a 5xx status code

func (*GetEnvironmentDetailOK) IsSuccess

func (o *GetEnvironmentDetailOK) IsSuccess() bool

IsSuccess returns true when this get environment detail o k response has a 2xx status code

func (*GetEnvironmentDetailOK) String

func (o *GetEnvironmentDetailOK) String() string

type GetEnvironmentDetailParams

type GetEnvironmentDetailParams struct {

	// EnvZID.
	EnvZID string

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

GetEnvironmentDetailParams contains all the parameters to send to the API endpoint

for the get environment detail operation.

Typically these are written to a http.Request.

func NewGetEnvironmentDetailParams

func NewGetEnvironmentDetailParams() *GetEnvironmentDetailParams

NewGetEnvironmentDetailParams creates a new GetEnvironmentDetailParams object, with the default timeout for this client.

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

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

func NewGetEnvironmentDetailParamsWithContext

func NewGetEnvironmentDetailParamsWithContext(ctx context.Context) *GetEnvironmentDetailParams

NewGetEnvironmentDetailParamsWithContext creates a new GetEnvironmentDetailParams object with the ability to set a context for a request.

func NewGetEnvironmentDetailParamsWithHTTPClient

func NewGetEnvironmentDetailParamsWithHTTPClient(client *http.Client) *GetEnvironmentDetailParams

NewGetEnvironmentDetailParamsWithHTTPClient creates a new GetEnvironmentDetailParams object with the ability to set a custom HTTPClient for a request.

func NewGetEnvironmentDetailParamsWithTimeout

func NewGetEnvironmentDetailParamsWithTimeout(timeout time.Duration) *GetEnvironmentDetailParams

NewGetEnvironmentDetailParamsWithTimeout creates a new GetEnvironmentDetailParams object with the ability to set a timeout on a request.

func (*GetEnvironmentDetailParams) SetContext

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

SetContext adds the context to the get environment detail params

func (*GetEnvironmentDetailParams) SetDefaults

func (o *GetEnvironmentDetailParams) SetDefaults()

SetDefaults hydrates default values in the get environment detail params (not the query body).

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

func (*GetEnvironmentDetailParams) SetEnvZID

func (o *GetEnvironmentDetailParams) SetEnvZID(envZID string)

SetEnvZID adds the envZId to the get environment detail params

func (*GetEnvironmentDetailParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get environment detail params

func (*GetEnvironmentDetailParams) SetTimeout

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

SetTimeout adds the timeout to the get environment detail params

func (*GetEnvironmentDetailParams) WithContext

WithContext adds the context to the get environment detail params

func (*GetEnvironmentDetailParams) WithDefaults

WithDefaults hydrates default values in the get environment detail params (not the query body).

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

func (*GetEnvironmentDetailParams) WithEnvZID

WithEnvZID adds the envZID to the get environment detail params

func (*GetEnvironmentDetailParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get environment detail params

func (*GetEnvironmentDetailParams) WithTimeout

WithTimeout adds the timeout to the get environment detail params

func (*GetEnvironmentDetailParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEnvironmentDetailReader

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

GetEnvironmentDetailReader is a Reader for the GetEnvironmentDetail structure.

func (*GetEnvironmentDetailReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEnvironmentDetailUnauthorized

type GetEnvironmentDetailUnauthorized struct {
}

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

unauthorized

func NewGetEnvironmentDetailUnauthorized

func NewGetEnvironmentDetailUnauthorized() *GetEnvironmentDetailUnauthorized

NewGetEnvironmentDetailUnauthorized creates a GetEnvironmentDetailUnauthorized with default headers values

func (*GetEnvironmentDetailUnauthorized) Code added in v0.4.19

Code gets the status code for the get environment detail unauthorized response

func (*GetEnvironmentDetailUnauthorized) Error

func (*GetEnvironmentDetailUnauthorized) IsClientError

func (o *GetEnvironmentDetailUnauthorized) IsClientError() bool

IsClientError returns true when this get environment detail unauthorized response has a 4xx status code

func (*GetEnvironmentDetailUnauthorized) IsCode

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

IsCode returns true when this get environment detail unauthorized response a status code equal to that given

func (*GetEnvironmentDetailUnauthorized) IsRedirect

func (o *GetEnvironmentDetailUnauthorized) IsRedirect() bool

IsRedirect returns true when this get environment detail unauthorized response has a 3xx status code

func (*GetEnvironmentDetailUnauthorized) IsServerError

func (o *GetEnvironmentDetailUnauthorized) IsServerError() bool

IsServerError returns true when this get environment detail unauthorized response has a 5xx status code

func (*GetEnvironmentDetailUnauthorized) IsSuccess

func (o *GetEnvironmentDetailUnauthorized) IsSuccess() bool

IsSuccess returns true when this get environment detail unauthorized response has a 2xx status code

func (*GetEnvironmentDetailUnauthorized) String

type GetEnvironmentMetricsBadRequest added in v0.4.0

type GetEnvironmentMetricsBadRequest struct {
}

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

bad request

func NewGetEnvironmentMetricsBadRequest added in v0.4.0

func NewGetEnvironmentMetricsBadRequest() *GetEnvironmentMetricsBadRequest

NewGetEnvironmentMetricsBadRequest creates a GetEnvironmentMetricsBadRequest with default headers values

func (*GetEnvironmentMetricsBadRequest) Code added in v0.4.19

Code gets the status code for the get environment metrics bad request response

func (*GetEnvironmentMetricsBadRequest) Error added in v0.4.0

func (*GetEnvironmentMetricsBadRequest) IsClientError added in v0.4.0

func (o *GetEnvironmentMetricsBadRequest) IsClientError() bool

IsClientError returns true when this get environment metrics bad request response has a 4xx status code

func (*GetEnvironmentMetricsBadRequest) IsCode added in v0.4.0

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

IsCode returns true when this get environment metrics bad request response a status code equal to that given

func (*GetEnvironmentMetricsBadRequest) IsRedirect added in v0.4.0

func (o *GetEnvironmentMetricsBadRequest) IsRedirect() bool

IsRedirect returns true when this get environment metrics bad request response has a 3xx status code

func (*GetEnvironmentMetricsBadRequest) IsServerError added in v0.4.0

func (o *GetEnvironmentMetricsBadRequest) IsServerError() bool

IsServerError returns true when this get environment metrics bad request response has a 5xx status code

func (*GetEnvironmentMetricsBadRequest) IsSuccess added in v0.4.0

func (o *GetEnvironmentMetricsBadRequest) IsSuccess() bool

IsSuccess returns true when this get environment metrics bad request response has a 2xx status code

func (*GetEnvironmentMetricsBadRequest) String added in v0.4.0

type GetEnvironmentMetricsInternalServerError added in v0.4.0

type GetEnvironmentMetricsInternalServerError struct {
}

GetEnvironmentMetricsInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewGetEnvironmentMetricsInternalServerError added in v0.4.0

func NewGetEnvironmentMetricsInternalServerError() *GetEnvironmentMetricsInternalServerError

NewGetEnvironmentMetricsInternalServerError creates a GetEnvironmentMetricsInternalServerError with default headers values

func (*GetEnvironmentMetricsInternalServerError) Code added in v0.4.19

Code gets the status code for the get environment metrics internal server error response

func (*GetEnvironmentMetricsInternalServerError) Error added in v0.4.0

func (*GetEnvironmentMetricsInternalServerError) IsClientError added in v0.4.0

IsClientError returns true when this get environment metrics internal server error response has a 4xx status code

func (*GetEnvironmentMetricsInternalServerError) IsCode added in v0.4.0

IsCode returns true when this get environment metrics internal server error response a status code equal to that given

func (*GetEnvironmentMetricsInternalServerError) IsRedirect added in v0.4.0

IsRedirect returns true when this get environment metrics internal server error response has a 3xx status code

func (*GetEnvironmentMetricsInternalServerError) IsServerError added in v0.4.0

IsServerError returns true when this get environment metrics internal server error response has a 5xx status code

func (*GetEnvironmentMetricsInternalServerError) IsSuccess added in v0.4.0

IsSuccess returns true when this get environment metrics internal server error response has a 2xx status code

func (*GetEnvironmentMetricsInternalServerError) String added in v0.4.0

type GetEnvironmentMetricsOK added in v0.4.0

type GetEnvironmentMetricsOK struct {
	Payload *rest_model_zrok.Metrics
}

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

environment metrics

func NewGetEnvironmentMetricsOK added in v0.4.0

func NewGetEnvironmentMetricsOK() *GetEnvironmentMetricsOK

NewGetEnvironmentMetricsOK creates a GetEnvironmentMetricsOK with default headers values

func (*GetEnvironmentMetricsOK) Code added in v0.4.19

func (o *GetEnvironmentMetricsOK) Code() int

Code gets the status code for the get environment metrics o k response

func (*GetEnvironmentMetricsOK) Error added in v0.4.0

func (o *GetEnvironmentMetricsOK) Error() string

func (*GetEnvironmentMetricsOK) GetPayload added in v0.4.0

func (*GetEnvironmentMetricsOK) IsClientError added in v0.4.0

func (o *GetEnvironmentMetricsOK) IsClientError() bool

IsClientError returns true when this get environment metrics o k response has a 4xx status code

func (*GetEnvironmentMetricsOK) IsCode added in v0.4.0

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

IsCode returns true when this get environment metrics o k response a status code equal to that given

func (*GetEnvironmentMetricsOK) IsRedirect added in v0.4.0

func (o *GetEnvironmentMetricsOK) IsRedirect() bool

IsRedirect returns true when this get environment metrics o k response has a 3xx status code

func (*GetEnvironmentMetricsOK) IsServerError added in v0.4.0

func (o *GetEnvironmentMetricsOK) IsServerError() bool

IsServerError returns true when this get environment metrics o k response has a 5xx status code

func (*GetEnvironmentMetricsOK) IsSuccess added in v0.4.0

func (o *GetEnvironmentMetricsOK) IsSuccess() bool

IsSuccess returns true when this get environment metrics o k response has a 2xx status code

func (*GetEnvironmentMetricsOK) String added in v0.4.0

func (o *GetEnvironmentMetricsOK) String() string

type GetEnvironmentMetricsParams added in v0.4.0

type GetEnvironmentMetricsParams struct {

	// Duration.
	Duration *string

	// EnvID.
	EnvID string

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

GetEnvironmentMetricsParams contains all the parameters to send to the API endpoint

for the get environment metrics operation.

Typically these are written to a http.Request.

func NewGetEnvironmentMetricsParams added in v0.4.0

func NewGetEnvironmentMetricsParams() *GetEnvironmentMetricsParams

NewGetEnvironmentMetricsParams creates a new GetEnvironmentMetricsParams object, with the default timeout for this client.

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

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

func NewGetEnvironmentMetricsParamsWithContext added in v0.4.0

func NewGetEnvironmentMetricsParamsWithContext(ctx context.Context) *GetEnvironmentMetricsParams

NewGetEnvironmentMetricsParamsWithContext creates a new GetEnvironmentMetricsParams object with the ability to set a context for a request.

func NewGetEnvironmentMetricsParamsWithHTTPClient added in v0.4.0

func NewGetEnvironmentMetricsParamsWithHTTPClient(client *http.Client) *GetEnvironmentMetricsParams

NewGetEnvironmentMetricsParamsWithHTTPClient creates a new GetEnvironmentMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetEnvironmentMetricsParamsWithTimeout added in v0.4.0

func NewGetEnvironmentMetricsParamsWithTimeout(timeout time.Duration) *GetEnvironmentMetricsParams

NewGetEnvironmentMetricsParamsWithTimeout creates a new GetEnvironmentMetricsParams object with the ability to set a timeout on a request.

func (*GetEnvironmentMetricsParams) SetContext added in v0.4.0

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

SetContext adds the context to the get environment metrics params

func (*GetEnvironmentMetricsParams) SetDefaults added in v0.4.0

func (o *GetEnvironmentMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get environment metrics params (not the query body).

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

func (*GetEnvironmentMetricsParams) SetDuration added in v0.4.0

func (o *GetEnvironmentMetricsParams) SetDuration(duration *string)

SetDuration adds the duration to the get environment metrics params

func (*GetEnvironmentMetricsParams) SetEnvID added in v0.4.0

func (o *GetEnvironmentMetricsParams) SetEnvID(envID string)

SetEnvID adds the envId to the get environment metrics params

func (*GetEnvironmentMetricsParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get environment metrics params

func (*GetEnvironmentMetricsParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get environment metrics params

func (*GetEnvironmentMetricsParams) WithContext added in v0.4.0

WithContext adds the context to the get environment metrics params

func (*GetEnvironmentMetricsParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get environment metrics params (not the query body).

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

func (*GetEnvironmentMetricsParams) WithDuration added in v0.4.0

WithDuration adds the duration to the get environment metrics params

func (*GetEnvironmentMetricsParams) WithEnvID added in v0.4.0

WithEnvID adds the envID to the get environment metrics params

func (*GetEnvironmentMetricsParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get environment metrics params

func (*GetEnvironmentMetricsParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get environment metrics params

func (*GetEnvironmentMetricsParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetEnvironmentMetricsReader added in v0.4.0

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

GetEnvironmentMetricsReader is a Reader for the GetEnvironmentMetrics structure.

func (*GetEnvironmentMetricsReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetEnvironmentMetricsUnauthorized added in v0.4.0

type GetEnvironmentMetricsUnauthorized struct {
}

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

unauthorized

func NewGetEnvironmentMetricsUnauthorized added in v0.4.0

func NewGetEnvironmentMetricsUnauthorized() *GetEnvironmentMetricsUnauthorized

NewGetEnvironmentMetricsUnauthorized creates a GetEnvironmentMetricsUnauthorized with default headers values

func (*GetEnvironmentMetricsUnauthorized) Code added in v0.4.19

Code gets the status code for the get environment metrics unauthorized response

func (*GetEnvironmentMetricsUnauthorized) Error added in v0.4.0

func (*GetEnvironmentMetricsUnauthorized) IsClientError added in v0.4.0

func (o *GetEnvironmentMetricsUnauthorized) IsClientError() bool

IsClientError returns true when this get environment metrics unauthorized response has a 4xx status code

func (*GetEnvironmentMetricsUnauthorized) IsCode added in v0.4.0

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

IsCode returns true when this get environment metrics unauthorized response a status code equal to that given

func (*GetEnvironmentMetricsUnauthorized) IsRedirect added in v0.4.0

func (o *GetEnvironmentMetricsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get environment metrics unauthorized response has a 3xx status code

func (*GetEnvironmentMetricsUnauthorized) IsServerError added in v0.4.0

func (o *GetEnvironmentMetricsUnauthorized) IsServerError() bool

IsServerError returns true when this get environment metrics unauthorized response has a 5xx status code

func (*GetEnvironmentMetricsUnauthorized) IsSuccess added in v0.4.0

func (o *GetEnvironmentMetricsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get environment metrics unauthorized response has a 2xx status code

func (*GetEnvironmentMetricsUnauthorized) String added in v0.4.0

type GetFrontendDetailInternalServerError added in v0.4.0

type GetFrontendDetailInternalServerError struct {
}

GetFrontendDetailInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewGetFrontendDetailInternalServerError added in v0.4.0

func NewGetFrontendDetailInternalServerError() *GetFrontendDetailInternalServerError

NewGetFrontendDetailInternalServerError creates a GetFrontendDetailInternalServerError with default headers values

func (*GetFrontendDetailInternalServerError) Code added in v0.4.19

Code gets the status code for the get frontend detail internal server error response

func (*GetFrontendDetailInternalServerError) Error added in v0.4.0

func (*GetFrontendDetailInternalServerError) IsClientError added in v0.4.0

func (o *GetFrontendDetailInternalServerError) IsClientError() bool

IsClientError returns true when this get frontend detail internal server error response has a 4xx status code

func (*GetFrontendDetailInternalServerError) IsCode added in v0.4.0

IsCode returns true when this get frontend detail internal server error response a status code equal to that given

func (*GetFrontendDetailInternalServerError) IsRedirect added in v0.4.0

IsRedirect returns true when this get frontend detail internal server error response has a 3xx status code

func (*GetFrontendDetailInternalServerError) IsServerError added in v0.4.0

func (o *GetFrontendDetailInternalServerError) IsServerError() bool

IsServerError returns true when this get frontend detail internal server error response has a 5xx status code

func (*GetFrontendDetailInternalServerError) IsSuccess added in v0.4.0

IsSuccess returns true when this get frontend detail internal server error response has a 2xx status code

func (*GetFrontendDetailInternalServerError) String added in v0.4.0

type GetFrontendDetailNotFound added in v0.4.0

type GetFrontendDetailNotFound struct {
}

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

not found

func NewGetFrontendDetailNotFound added in v0.4.0

func NewGetFrontendDetailNotFound() *GetFrontendDetailNotFound

NewGetFrontendDetailNotFound creates a GetFrontendDetailNotFound with default headers values

func (*GetFrontendDetailNotFound) Code added in v0.4.19

func (o *GetFrontendDetailNotFound) Code() int

Code gets the status code for the get frontend detail not found response

func (*GetFrontendDetailNotFound) Error added in v0.4.0

func (o *GetFrontendDetailNotFound) Error() string

func (*GetFrontendDetailNotFound) IsClientError added in v0.4.0

func (o *GetFrontendDetailNotFound) IsClientError() bool

IsClientError returns true when this get frontend detail not found response has a 4xx status code

func (*GetFrontendDetailNotFound) IsCode added in v0.4.0

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

IsCode returns true when this get frontend detail not found response a status code equal to that given

func (*GetFrontendDetailNotFound) IsRedirect added in v0.4.0

func (o *GetFrontendDetailNotFound) IsRedirect() bool

IsRedirect returns true when this get frontend detail not found response has a 3xx status code

func (*GetFrontendDetailNotFound) IsServerError added in v0.4.0

func (o *GetFrontendDetailNotFound) IsServerError() bool

IsServerError returns true when this get frontend detail not found response has a 5xx status code

func (*GetFrontendDetailNotFound) IsSuccess added in v0.4.0

func (o *GetFrontendDetailNotFound) IsSuccess() bool

IsSuccess returns true when this get frontend detail not found response has a 2xx status code

func (*GetFrontendDetailNotFound) String added in v0.4.0

func (o *GetFrontendDetailNotFound) String() string

type GetFrontendDetailOK added in v0.4.0

type GetFrontendDetailOK struct {
	Payload *rest_model_zrok.Frontend
}

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

ok

func NewGetFrontendDetailOK added in v0.4.0

func NewGetFrontendDetailOK() *GetFrontendDetailOK

NewGetFrontendDetailOK creates a GetFrontendDetailOK with default headers values

func (*GetFrontendDetailOK) Code added in v0.4.19

func (o *GetFrontendDetailOK) Code() int

Code gets the status code for the get frontend detail o k response

func (*GetFrontendDetailOK) Error added in v0.4.0

func (o *GetFrontendDetailOK) Error() string

func (*GetFrontendDetailOK) GetPayload added in v0.4.0

func (o *GetFrontendDetailOK) GetPayload() *rest_model_zrok.Frontend

func (*GetFrontendDetailOK) IsClientError added in v0.4.0

func (o *GetFrontendDetailOK) IsClientError() bool

IsClientError returns true when this get frontend detail o k response has a 4xx status code

func (*GetFrontendDetailOK) IsCode added in v0.4.0

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

IsCode returns true when this get frontend detail o k response a status code equal to that given

func (*GetFrontendDetailOK) IsRedirect added in v0.4.0

func (o *GetFrontendDetailOK) IsRedirect() bool

IsRedirect returns true when this get frontend detail o k response has a 3xx status code

func (*GetFrontendDetailOK) IsServerError added in v0.4.0

func (o *GetFrontendDetailOK) IsServerError() bool

IsServerError returns true when this get frontend detail o k response has a 5xx status code

func (*GetFrontendDetailOK) IsSuccess added in v0.4.0

func (o *GetFrontendDetailOK) IsSuccess() bool

IsSuccess returns true when this get frontend detail o k response has a 2xx status code

func (*GetFrontendDetailOK) String added in v0.4.0

func (o *GetFrontendDetailOK) String() string

type GetFrontendDetailParams added in v0.4.0

type GetFrontendDetailParams struct {

	// FeID.
	FeID int64

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

GetFrontendDetailParams contains all the parameters to send to the API endpoint

for the get frontend detail operation.

Typically these are written to a http.Request.

func NewGetFrontendDetailParams added in v0.4.0

func NewGetFrontendDetailParams() *GetFrontendDetailParams

NewGetFrontendDetailParams creates a new GetFrontendDetailParams object, with the default timeout for this client.

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

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

func NewGetFrontendDetailParamsWithContext added in v0.4.0

func NewGetFrontendDetailParamsWithContext(ctx context.Context) *GetFrontendDetailParams

NewGetFrontendDetailParamsWithContext creates a new GetFrontendDetailParams object with the ability to set a context for a request.

func NewGetFrontendDetailParamsWithHTTPClient added in v0.4.0

func NewGetFrontendDetailParamsWithHTTPClient(client *http.Client) *GetFrontendDetailParams

NewGetFrontendDetailParamsWithHTTPClient creates a new GetFrontendDetailParams object with the ability to set a custom HTTPClient for a request.

func NewGetFrontendDetailParamsWithTimeout added in v0.4.0

func NewGetFrontendDetailParamsWithTimeout(timeout time.Duration) *GetFrontendDetailParams

NewGetFrontendDetailParamsWithTimeout creates a new GetFrontendDetailParams object with the ability to set a timeout on a request.

func (*GetFrontendDetailParams) SetContext added in v0.4.0

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

SetContext adds the context to the get frontend detail params

func (*GetFrontendDetailParams) SetDefaults added in v0.4.0

func (o *GetFrontendDetailParams) SetDefaults()

SetDefaults hydrates default values in the get frontend detail params (not the query body).

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

func (*GetFrontendDetailParams) SetFeID added in v0.4.0

func (o *GetFrontendDetailParams) SetFeID(feID int64)

SetFeID adds the feId to the get frontend detail params

func (*GetFrontendDetailParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get frontend detail params

func (*GetFrontendDetailParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get frontend detail params

func (*GetFrontendDetailParams) WithContext added in v0.4.0

WithContext adds the context to the get frontend detail params

func (*GetFrontendDetailParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get frontend detail params (not the query body).

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

func (*GetFrontendDetailParams) WithFeID added in v0.4.0

WithFeID adds the feID to the get frontend detail params

func (*GetFrontendDetailParams) WithHTTPClient added in v0.4.0

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

WithHTTPClient adds the HTTPClient to the get frontend detail params

func (*GetFrontendDetailParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get frontend detail params

func (*GetFrontendDetailParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetFrontendDetailReader added in v0.4.0

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

GetFrontendDetailReader is a Reader for the GetFrontendDetail structure.

func (*GetFrontendDetailReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetFrontendDetailUnauthorized added in v0.4.0

type GetFrontendDetailUnauthorized struct {
}

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

unauthorized

func NewGetFrontendDetailUnauthorized added in v0.4.0

func NewGetFrontendDetailUnauthorized() *GetFrontendDetailUnauthorized

NewGetFrontendDetailUnauthorized creates a GetFrontendDetailUnauthorized with default headers values

func (*GetFrontendDetailUnauthorized) Code added in v0.4.19

Code gets the status code for the get frontend detail unauthorized response

func (*GetFrontendDetailUnauthorized) Error added in v0.4.0

func (*GetFrontendDetailUnauthorized) IsClientError added in v0.4.0

func (o *GetFrontendDetailUnauthorized) IsClientError() bool

IsClientError returns true when this get frontend detail unauthorized response has a 4xx status code

func (*GetFrontendDetailUnauthorized) IsCode added in v0.4.0

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

IsCode returns true when this get frontend detail unauthorized response a status code equal to that given

func (*GetFrontendDetailUnauthorized) IsRedirect added in v0.4.0

func (o *GetFrontendDetailUnauthorized) IsRedirect() bool

IsRedirect returns true when this get frontend detail unauthorized response has a 3xx status code

func (*GetFrontendDetailUnauthorized) IsServerError added in v0.4.0

func (o *GetFrontendDetailUnauthorized) IsServerError() bool

IsServerError returns true when this get frontend detail unauthorized response has a 5xx status code

func (*GetFrontendDetailUnauthorized) IsSuccess added in v0.4.0

func (o *GetFrontendDetailUnauthorized) IsSuccess() bool

IsSuccess returns true when this get frontend detail unauthorized response has a 2xx status code

func (*GetFrontendDetailUnauthorized) String added in v0.4.0

type GetShareDetailInternalServerError

type GetShareDetailInternalServerError struct {
}

GetShareDetailInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewGetShareDetailInternalServerError

func NewGetShareDetailInternalServerError() *GetShareDetailInternalServerError

NewGetShareDetailInternalServerError creates a GetShareDetailInternalServerError with default headers values

func (*GetShareDetailInternalServerError) Code added in v0.4.19

Code gets the status code for the get share detail internal server error response

func (*GetShareDetailInternalServerError) Error

func (*GetShareDetailInternalServerError) IsClientError

func (o *GetShareDetailInternalServerError) IsClientError() bool

IsClientError returns true when this get share detail internal server error response has a 4xx status code

func (*GetShareDetailInternalServerError) IsCode

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

IsCode returns true when this get share detail internal server error response a status code equal to that given

func (*GetShareDetailInternalServerError) IsRedirect

func (o *GetShareDetailInternalServerError) IsRedirect() bool

IsRedirect returns true when this get share detail internal server error response has a 3xx status code

func (*GetShareDetailInternalServerError) IsServerError

func (o *GetShareDetailInternalServerError) IsServerError() bool

IsServerError returns true when this get share detail internal server error response has a 5xx status code

func (*GetShareDetailInternalServerError) IsSuccess

func (o *GetShareDetailInternalServerError) IsSuccess() bool

IsSuccess returns true when this get share detail internal server error response has a 2xx status code

func (*GetShareDetailInternalServerError) String

type GetShareDetailNotFound

type GetShareDetailNotFound struct {
}

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

not found

func NewGetShareDetailNotFound

func NewGetShareDetailNotFound() *GetShareDetailNotFound

NewGetShareDetailNotFound creates a GetShareDetailNotFound with default headers values

func (*GetShareDetailNotFound) Code added in v0.4.19

func (o *GetShareDetailNotFound) Code() int

Code gets the status code for the get share detail not found response

func (*GetShareDetailNotFound) Error

func (o *GetShareDetailNotFound) Error() string

func (*GetShareDetailNotFound) IsClientError

func (o *GetShareDetailNotFound) IsClientError() bool

IsClientError returns true when this get share detail not found response has a 4xx status code

func (*GetShareDetailNotFound) IsCode

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

IsCode returns true when this get share detail not found response a status code equal to that given

func (*GetShareDetailNotFound) IsRedirect

func (o *GetShareDetailNotFound) IsRedirect() bool

IsRedirect returns true when this get share detail not found response has a 3xx status code

func (*GetShareDetailNotFound) IsServerError

func (o *GetShareDetailNotFound) IsServerError() bool

IsServerError returns true when this get share detail not found response has a 5xx status code

func (*GetShareDetailNotFound) IsSuccess

func (o *GetShareDetailNotFound) IsSuccess() bool

IsSuccess returns true when this get share detail not found response has a 2xx status code

func (*GetShareDetailNotFound) String

func (o *GetShareDetailNotFound) String() string

type GetShareDetailOK

type GetShareDetailOK struct {
	Payload *rest_model_zrok.Share
}

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

ok

func NewGetShareDetailOK

func NewGetShareDetailOK() *GetShareDetailOK

NewGetShareDetailOK creates a GetShareDetailOK with default headers values

func (*GetShareDetailOK) Code added in v0.4.19

func (o *GetShareDetailOK) Code() int

Code gets the status code for the get share detail o k response

func (*GetShareDetailOK) Error

func (o *GetShareDetailOK) Error() string

func (*GetShareDetailOK) GetPayload

func (o *GetShareDetailOK) GetPayload() *rest_model_zrok.Share

func (*GetShareDetailOK) IsClientError

func (o *GetShareDetailOK) IsClientError() bool

IsClientError returns true when this get share detail o k response has a 4xx status code

func (*GetShareDetailOK) IsCode

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

IsCode returns true when this get share detail o k response a status code equal to that given

func (*GetShareDetailOK) IsRedirect

func (o *GetShareDetailOK) IsRedirect() bool

IsRedirect returns true when this get share detail o k response has a 3xx status code

func (*GetShareDetailOK) IsServerError

func (o *GetShareDetailOK) IsServerError() bool

IsServerError returns true when this get share detail o k response has a 5xx status code

func (*GetShareDetailOK) IsSuccess

func (o *GetShareDetailOK) IsSuccess() bool

IsSuccess returns true when this get share detail o k response has a 2xx status code

func (*GetShareDetailOK) String

func (o *GetShareDetailOK) String() string

type GetShareDetailParams

type GetShareDetailParams struct {

	// ShrToken.
	ShrToken string

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

GetShareDetailParams contains all the parameters to send to the API endpoint

for the get share detail operation.

Typically these are written to a http.Request.

func NewGetShareDetailParams

func NewGetShareDetailParams() *GetShareDetailParams

NewGetShareDetailParams creates a new GetShareDetailParams object, with the default timeout for this client.

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

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

func NewGetShareDetailParamsWithContext

func NewGetShareDetailParamsWithContext(ctx context.Context) *GetShareDetailParams

NewGetShareDetailParamsWithContext creates a new GetShareDetailParams object with the ability to set a context for a request.

func NewGetShareDetailParamsWithHTTPClient

func NewGetShareDetailParamsWithHTTPClient(client *http.Client) *GetShareDetailParams

NewGetShareDetailParamsWithHTTPClient creates a new GetShareDetailParams object with the ability to set a custom HTTPClient for a request.

func NewGetShareDetailParamsWithTimeout

func NewGetShareDetailParamsWithTimeout(timeout time.Duration) *GetShareDetailParams

NewGetShareDetailParamsWithTimeout creates a new GetShareDetailParams object with the ability to set a timeout on a request.

func (*GetShareDetailParams) SetContext

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

SetContext adds the context to the get share detail params

func (*GetShareDetailParams) SetDefaults

func (o *GetShareDetailParams) SetDefaults()

SetDefaults hydrates default values in the get share detail params (not the query body).

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

func (*GetShareDetailParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get share detail params

func (*GetShareDetailParams) SetShrToken

func (o *GetShareDetailParams) SetShrToken(shrToken string)

SetShrToken adds the shrToken to the get share detail params

func (*GetShareDetailParams) SetTimeout

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

SetTimeout adds the timeout to the get share detail params

func (*GetShareDetailParams) WithContext

WithContext adds the context to the get share detail params

func (*GetShareDetailParams) WithDefaults

func (o *GetShareDetailParams) WithDefaults() *GetShareDetailParams

WithDefaults hydrates default values in the get share detail params (not the query body).

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

func (*GetShareDetailParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get share detail params

func (*GetShareDetailParams) WithShrToken

func (o *GetShareDetailParams) WithShrToken(shrToken string) *GetShareDetailParams

WithShrToken adds the shrToken to the get share detail params

func (*GetShareDetailParams) WithTimeout

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

WithTimeout adds the timeout to the get share detail params

func (*GetShareDetailParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetShareDetailReader

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

GetShareDetailReader is a Reader for the GetShareDetail structure.

func (*GetShareDetailReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetShareDetailUnauthorized

type GetShareDetailUnauthorized struct {
}

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

unauthorized

func NewGetShareDetailUnauthorized

func NewGetShareDetailUnauthorized() *GetShareDetailUnauthorized

NewGetShareDetailUnauthorized creates a GetShareDetailUnauthorized with default headers values

func (*GetShareDetailUnauthorized) Code added in v0.4.19

func (o *GetShareDetailUnauthorized) Code() int

Code gets the status code for the get share detail unauthorized response

func (*GetShareDetailUnauthorized) Error

func (*GetShareDetailUnauthorized) IsClientError

func (o *GetShareDetailUnauthorized) IsClientError() bool

IsClientError returns true when this get share detail unauthorized response has a 4xx status code

func (*GetShareDetailUnauthorized) IsCode

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

IsCode returns true when this get share detail unauthorized response a status code equal to that given

func (*GetShareDetailUnauthorized) IsRedirect

func (o *GetShareDetailUnauthorized) IsRedirect() bool

IsRedirect returns true when this get share detail unauthorized response has a 3xx status code

func (*GetShareDetailUnauthorized) IsServerError

func (o *GetShareDetailUnauthorized) IsServerError() bool

IsServerError returns true when this get share detail unauthorized response has a 5xx status code

func (*GetShareDetailUnauthorized) IsSuccess

func (o *GetShareDetailUnauthorized) IsSuccess() bool

IsSuccess returns true when this get share detail unauthorized response has a 2xx status code

func (*GetShareDetailUnauthorized) String

func (o *GetShareDetailUnauthorized) String() string

type GetShareMetricsBadRequest added in v0.4.0

type GetShareMetricsBadRequest struct {
}

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

bad request

func NewGetShareMetricsBadRequest added in v0.4.0

func NewGetShareMetricsBadRequest() *GetShareMetricsBadRequest

NewGetShareMetricsBadRequest creates a GetShareMetricsBadRequest with default headers values

func (*GetShareMetricsBadRequest) Code added in v0.4.19

func (o *GetShareMetricsBadRequest) Code() int

Code gets the status code for the get share metrics bad request response

func (*GetShareMetricsBadRequest) Error added in v0.4.0

func (o *GetShareMetricsBadRequest) Error() string

func (*GetShareMetricsBadRequest) IsClientError added in v0.4.0

func (o *GetShareMetricsBadRequest) IsClientError() bool

IsClientError returns true when this get share metrics bad request response has a 4xx status code

func (*GetShareMetricsBadRequest) IsCode added in v0.4.0

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

IsCode returns true when this get share metrics bad request response a status code equal to that given

func (*GetShareMetricsBadRequest) IsRedirect added in v0.4.0

func (o *GetShareMetricsBadRequest) IsRedirect() bool

IsRedirect returns true when this get share metrics bad request response has a 3xx status code

func (*GetShareMetricsBadRequest) IsServerError added in v0.4.0

func (o *GetShareMetricsBadRequest) IsServerError() bool

IsServerError returns true when this get share metrics bad request response has a 5xx status code

func (*GetShareMetricsBadRequest) IsSuccess added in v0.4.0

func (o *GetShareMetricsBadRequest) IsSuccess() bool

IsSuccess returns true when this get share metrics bad request response has a 2xx status code

func (*GetShareMetricsBadRequest) String added in v0.4.0

func (o *GetShareMetricsBadRequest) String() string

type GetShareMetricsInternalServerError added in v0.4.0

type GetShareMetricsInternalServerError struct {
}

GetShareMetricsInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewGetShareMetricsInternalServerError added in v0.4.0

func NewGetShareMetricsInternalServerError() *GetShareMetricsInternalServerError

NewGetShareMetricsInternalServerError creates a GetShareMetricsInternalServerError with default headers values

func (*GetShareMetricsInternalServerError) Code added in v0.4.19

Code gets the status code for the get share metrics internal server error response

func (*GetShareMetricsInternalServerError) Error added in v0.4.0

func (*GetShareMetricsInternalServerError) IsClientError added in v0.4.0

func (o *GetShareMetricsInternalServerError) IsClientError() bool

IsClientError returns true when this get share metrics internal server error response has a 4xx status code

func (*GetShareMetricsInternalServerError) IsCode added in v0.4.0

IsCode returns true when this get share metrics internal server error response a status code equal to that given

func (*GetShareMetricsInternalServerError) IsRedirect added in v0.4.0

func (o *GetShareMetricsInternalServerError) IsRedirect() bool

IsRedirect returns true when this get share metrics internal server error response has a 3xx status code

func (*GetShareMetricsInternalServerError) IsServerError added in v0.4.0

func (o *GetShareMetricsInternalServerError) IsServerError() bool

IsServerError returns true when this get share metrics internal server error response has a 5xx status code

func (*GetShareMetricsInternalServerError) IsSuccess added in v0.4.0

IsSuccess returns true when this get share metrics internal server error response has a 2xx status code

func (*GetShareMetricsInternalServerError) String added in v0.4.0

type GetShareMetricsOK added in v0.4.0

type GetShareMetricsOK struct {
	Payload *rest_model_zrok.Metrics
}

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

share metrics

func NewGetShareMetricsOK added in v0.4.0

func NewGetShareMetricsOK() *GetShareMetricsOK

NewGetShareMetricsOK creates a GetShareMetricsOK with default headers values

func (*GetShareMetricsOK) Code added in v0.4.19

func (o *GetShareMetricsOK) Code() int

Code gets the status code for the get share metrics o k response

func (*GetShareMetricsOK) Error added in v0.4.0

func (o *GetShareMetricsOK) Error() string

func (*GetShareMetricsOK) GetPayload added in v0.4.0

func (o *GetShareMetricsOK) GetPayload() *rest_model_zrok.Metrics

func (*GetShareMetricsOK) IsClientError added in v0.4.0

func (o *GetShareMetricsOK) IsClientError() bool

IsClientError returns true when this get share metrics o k response has a 4xx status code

func (*GetShareMetricsOK) IsCode added in v0.4.0

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

IsCode returns true when this get share metrics o k response a status code equal to that given

func (*GetShareMetricsOK) IsRedirect added in v0.4.0

func (o *GetShareMetricsOK) IsRedirect() bool

IsRedirect returns true when this get share metrics o k response has a 3xx status code

func (*GetShareMetricsOK) IsServerError added in v0.4.0

func (o *GetShareMetricsOK) IsServerError() bool

IsServerError returns true when this get share metrics o k response has a 5xx status code

func (*GetShareMetricsOK) IsSuccess added in v0.4.0

func (o *GetShareMetricsOK) IsSuccess() bool

IsSuccess returns true when this get share metrics o k response has a 2xx status code

func (*GetShareMetricsOK) String added in v0.4.0

func (o *GetShareMetricsOK) String() string

type GetShareMetricsParams added in v0.4.0

type GetShareMetricsParams struct {

	// Duration.
	Duration *string

	// ShrToken.
	ShrToken string

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

GetShareMetricsParams contains all the parameters to send to the API endpoint

for the get share metrics operation.

Typically these are written to a http.Request.

func NewGetShareMetricsParams added in v0.4.0

func NewGetShareMetricsParams() *GetShareMetricsParams

NewGetShareMetricsParams creates a new GetShareMetricsParams object, with the default timeout for this client.

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

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

func NewGetShareMetricsParamsWithContext added in v0.4.0

func NewGetShareMetricsParamsWithContext(ctx context.Context) *GetShareMetricsParams

NewGetShareMetricsParamsWithContext creates a new GetShareMetricsParams object with the ability to set a context for a request.

func NewGetShareMetricsParamsWithHTTPClient added in v0.4.0

func NewGetShareMetricsParamsWithHTTPClient(client *http.Client) *GetShareMetricsParams

NewGetShareMetricsParamsWithHTTPClient creates a new GetShareMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetShareMetricsParamsWithTimeout added in v0.4.0

func NewGetShareMetricsParamsWithTimeout(timeout time.Duration) *GetShareMetricsParams

NewGetShareMetricsParamsWithTimeout creates a new GetShareMetricsParams object with the ability to set a timeout on a request.

func (*GetShareMetricsParams) SetContext added in v0.4.0

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

SetContext adds the context to the get share metrics params

func (*GetShareMetricsParams) SetDefaults added in v0.4.0

func (o *GetShareMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get share metrics params (not the query body).

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

func (*GetShareMetricsParams) SetDuration added in v0.4.0

func (o *GetShareMetricsParams) SetDuration(duration *string)

SetDuration adds the duration to the get share metrics params

func (*GetShareMetricsParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get share metrics params

func (*GetShareMetricsParams) SetShrToken added in v0.4.0

func (o *GetShareMetricsParams) SetShrToken(shrToken string)

SetShrToken adds the shrToken to the get share metrics params

func (*GetShareMetricsParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get share metrics params

func (*GetShareMetricsParams) WithContext added in v0.4.0

WithContext adds the context to the get share metrics params

func (*GetShareMetricsParams) WithDefaults added in v0.4.0

func (o *GetShareMetricsParams) WithDefaults() *GetShareMetricsParams

WithDefaults hydrates default values in the get share metrics params (not the query body).

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

func (*GetShareMetricsParams) WithDuration added in v0.4.0

func (o *GetShareMetricsParams) WithDuration(duration *string) *GetShareMetricsParams

WithDuration adds the duration to the get share metrics params

func (*GetShareMetricsParams) WithHTTPClient added in v0.4.0

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

WithHTTPClient adds the HTTPClient to the get share metrics params

func (*GetShareMetricsParams) WithShrToken added in v0.4.0

func (o *GetShareMetricsParams) WithShrToken(shrToken string) *GetShareMetricsParams

WithShrToken adds the shrToken to the get share metrics params

func (*GetShareMetricsParams) WithTimeout added in v0.4.0

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

WithTimeout adds the timeout to the get share metrics params

func (*GetShareMetricsParams) WriteToRequest added in v0.4.0

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

WriteToRequest writes these params to a swagger request

type GetShareMetricsReader added in v0.4.0

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

GetShareMetricsReader is a Reader for the GetShareMetrics structure.

func (*GetShareMetricsReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetShareMetricsUnauthorized added in v0.4.0

type GetShareMetricsUnauthorized struct {
}

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

unauthorized

func NewGetShareMetricsUnauthorized added in v0.4.0

func NewGetShareMetricsUnauthorized() *GetShareMetricsUnauthorized

NewGetShareMetricsUnauthorized creates a GetShareMetricsUnauthorized with default headers values

func (*GetShareMetricsUnauthorized) Code added in v0.4.19

func (o *GetShareMetricsUnauthorized) Code() int

Code gets the status code for the get share metrics unauthorized response

func (*GetShareMetricsUnauthorized) Error added in v0.4.0

func (*GetShareMetricsUnauthorized) IsClientError added in v0.4.0

func (o *GetShareMetricsUnauthorized) IsClientError() bool

IsClientError returns true when this get share metrics unauthorized response has a 4xx status code

func (*GetShareMetricsUnauthorized) IsCode added in v0.4.0

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

IsCode returns true when this get share metrics unauthorized response a status code equal to that given

func (*GetShareMetricsUnauthorized) IsRedirect added in v0.4.0

func (o *GetShareMetricsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get share metrics unauthorized response has a 3xx status code

func (*GetShareMetricsUnauthorized) IsServerError added in v0.4.0

func (o *GetShareMetricsUnauthorized) IsServerError() bool

IsServerError returns true when this get share metrics unauthorized response has a 5xx status code

func (*GetShareMetricsUnauthorized) IsSuccess added in v0.4.0

func (o *GetShareMetricsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get share metrics unauthorized response has a 2xx status code

func (*GetShareMetricsUnauthorized) String added in v0.4.0

func (o *GetShareMetricsUnauthorized) String() string

type ListMembersInternalServerError added in v0.4.45

type ListMembersInternalServerError struct {
}

ListMembersInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewListMembersInternalServerError added in v0.4.45

func NewListMembersInternalServerError() *ListMembersInternalServerError

NewListMembersInternalServerError creates a ListMembersInternalServerError with default headers values

func (*ListMembersInternalServerError) Code added in v0.4.45

Code gets the status code for the list members internal server error response

func (*ListMembersInternalServerError) Error added in v0.4.45

func (*ListMembersInternalServerError) IsClientError added in v0.4.45

func (o *ListMembersInternalServerError) IsClientError() bool

IsClientError returns true when this list members internal server error response has a 4xx status code

func (*ListMembersInternalServerError) IsCode added in v0.4.45

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

IsCode returns true when this list members internal server error response a status code equal to that given

func (*ListMembersInternalServerError) IsRedirect added in v0.4.45

func (o *ListMembersInternalServerError) IsRedirect() bool

IsRedirect returns true when this list members internal server error response has a 3xx status code

func (*ListMembersInternalServerError) IsServerError added in v0.4.45

func (o *ListMembersInternalServerError) IsServerError() bool

IsServerError returns true when this list members internal server error response has a 5xx status code

func (*ListMembersInternalServerError) IsSuccess added in v0.4.45

func (o *ListMembersInternalServerError) IsSuccess() bool

IsSuccess returns true when this list members internal server error response has a 2xx status code

func (*ListMembersInternalServerError) String added in v0.4.45

type ListMembersNotFound added in v0.4.45

type ListMembersNotFound struct {
}

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

not found

func NewListMembersNotFound added in v0.4.45

func NewListMembersNotFound() *ListMembersNotFound

NewListMembersNotFound creates a ListMembersNotFound with default headers values

func (*ListMembersNotFound) Code added in v0.4.45

func (o *ListMembersNotFound) Code() int

Code gets the status code for the list members not found response

func (*ListMembersNotFound) Error added in v0.4.45

func (o *ListMembersNotFound) Error() string

func (*ListMembersNotFound) IsClientError added in v0.4.45

func (o *ListMembersNotFound) IsClientError() bool

IsClientError returns true when this list members not found response has a 4xx status code

func (*ListMembersNotFound) IsCode added in v0.4.45

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

IsCode returns true when this list members not found response a status code equal to that given

func (*ListMembersNotFound) IsRedirect added in v0.4.45

func (o *ListMembersNotFound) IsRedirect() bool

IsRedirect returns true when this list members not found response has a 3xx status code

func (*ListMembersNotFound) IsServerError added in v0.4.45

func (o *ListMembersNotFound) IsServerError() bool

IsServerError returns true when this list members not found response has a 5xx status code

func (*ListMembersNotFound) IsSuccess added in v0.4.45

func (o *ListMembersNotFound) IsSuccess() bool

IsSuccess returns true when this list members not found response has a 2xx status code

func (*ListMembersNotFound) String added in v0.4.45

func (o *ListMembersNotFound) String() string

type ListMembersOK added in v0.4.45

type ListMembersOK struct {
	Payload *ListMembersOKBody
}

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

ok

func NewListMembersOK added in v0.4.45

func NewListMembersOK() *ListMembersOK

NewListMembersOK creates a ListMembersOK with default headers values

func (*ListMembersOK) Code added in v0.4.45

func (o *ListMembersOK) Code() int

Code gets the status code for the list members o k response

func (*ListMembersOK) Error added in v0.4.45

func (o *ListMembersOK) Error() string

func (*ListMembersOK) GetPayload added in v0.4.45

func (o *ListMembersOK) GetPayload() *ListMembersOKBody

func (*ListMembersOK) IsClientError added in v0.4.45

func (o *ListMembersOK) IsClientError() bool

IsClientError returns true when this list members o k response has a 4xx status code

func (*ListMembersOK) IsCode added in v0.4.45

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

IsCode returns true when this list members o k response a status code equal to that given

func (*ListMembersOK) IsRedirect added in v0.4.45

func (o *ListMembersOK) IsRedirect() bool

IsRedirect returns true when this list members o k response has a 3xx status code

func (*ListMembersOK) IsServerError added in v0.4.45

func (o *ListMembersOK) IsServerError() bool

IsServerError returns true when this list members o k response has a 5xx status code

func (*ListMembersOK) IsSuccess added in v0.4.45

func (o *ListMembersOK) IsSuccess() bool

IsSuccess returns true when this list members o k response has a 2xx status code

func (*ListMembersOK) String added in v0.4.45

func (o *ListMembersOK) String() string

type ListMembersOKBody added in v0.4.45

type ListMembersOKBody struct {

	// members
	Members []*ListMembersOKBodyMembersItems0 `json:"members"`
}

ListMembersOKBody list members o k body swagger:model ListMembersOKBody

func (*ListMembersOKBody) ContextValidate added in v0.4.45

func (o *ListMembersOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this list members o k body based on the context it is used

func (*ListMembersOKBody) MarshalBinary added in v0.4.45

func (o *ListMembersOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListMembersOKBody) UnmarshalBinary added in v0.4.45

func (o *ListMembersOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListMembersOKBody) Validate added in v0.4.45

func (o *ListMembersOKBody) Validate(formats strfmt.Registry) error

Validate validates this list members o k body

type ListMembersOKBodyMembersItems0 added in v0.4.45

type ListMembersOKBodyMembersItems0 struct {

	// admin
	Admin bool `json:"admin,omitempty"`

	// email
	Email string `json:"email,omitempty"`
}

ListMembersOKBodyMembersItems0 list members o k body members items0 swagger:model ListMembersOKBodyMembersItems0

func (*ListMembersOKBodyMembersItems0) ContextValidate added in v0.4.45

func (o *ListMembersOKBodyMembersItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this list members o k body members items0 based on context it is used

func (*ListMembersOKBodyMembersItems0) MarshalBinary added in v0.4.45

func (o *ListMembersOKBodyMembersItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListMembersOKBodyMembersItems0) UnmarshalBinary added in v0.4.45

func (o *ListMembersOKBodyMembersItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListMembersOKBodyMembersItems0) Validate added in v0.4.45

func (o *ListMembersOKBodyMembersItems0) Validate(formats strfmt.Registry) error

Validate validates this list members o k body members items0

type ListMembersParams added in v0.4.45

type ListMembersParams struct {

	// OrganizationToken.
	OrganizationToken string

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

ListMembersParams contains all the parameters to send to the API endpoint

for the list members operation.

Typically these are written to a http.Request.

func NewListMembersParams added in v0.4.45

func NewListMembersParams() *ListMembersParams

NewListMembersParams creates a new ListMembersParams object, with the default timeout for this client.

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

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

func NewListMembersParamsWithContext added in v0.4.45

func NewListMembersParamsWithContext(ctx context.Context) *ListMembersParams

NewListMembersParamsWithContext creates a new ListMembersParams object with the ability to set a context for a request.

func NewListMembersParamsWithHTTPClient added in v0.4.45

func NewListMembersParamsWithHTTPClient(client *http.Client) *ListMembersParams

NewListMembersParamsWithHTTPClient creates a new ListMembersParams object with the ability to set a custom HTTPClient for a request.

func NewListMembersParamsWithTimeout added in v0.4.45

func NewListMembersParamsWithTimeout(timeout time.Duration) *ListMembersParams

NewListMembersParamsWithTimeout creates a new ListMembersParams object with the ability to set a timeout on a request.

func (*ListMembersParams) SetContext added in v0.4.45

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

SetContext adds the context to the list members params

func (*ListMembersParams) SetDefaults added in v0.4.45

func (o *ListMembersParams) SetDefaults()

SetDefaults hydrates default values in the list members params (not the query body).

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

func (*ListMembersParams) SetHTTPClient added in v0.4.45

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

SetHTTPClient adds the HTTPClient to the list members params

func (*ListMembersParams) SetOrganizationToken added in v0.4.45

func (o *ListMembersParams) SetOrganizationToken(organizationToken string)

SetOrganizationToken adds the organizationToken to the list members params

func (*ListMembersParams) SetTimeout added in v0.4.45

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

SetTimeout adds the timeout to the list members params

func (*ListMembersParams) WithContext added in v0.4.45

func (o *ListMembersParams) WithContext(ctx context.Context) *ListMembersParams

WithContext adds the context to the list members params

func (*ListMembersParams) WithDefaults added in v0.4.45

func (o *ListMembersParams) WithDefaults() *ListMembersParams

WithDefaults hydrates default values in the list members params (not the query body).

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

func (*ListMembersParams) WithHTTPClient added in v0.4.45

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

WithHTTPClient adds the HTTPClient to the list members params

func (*ListMembersParams) WithOrganizationToken added in v0.4.45

func (o *ListMembersParams) WithOrganizationToken(organizationToken string) *ListMembersParams

WithOrganizationToken adds the organizationToken to the list members params

func (*ListMembersParams) WithTimeout added in v0.4.45

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

WithTimeout adds the timeout to the list members params

func (*ListMembersParams) WriteToRequest added in v0.4.45

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

WriteToRequest writes these params to a swagger request

type ListMembersReader added in v0.4.45

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

ListMembersReader is a Reader for the ListMembers structure.

func (*ListMembersReader) ReadResponse added in v0.4.45

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

ReadResponse reads a server response into the received o.

type ListMembershipsInternalServerError added in v0.4.45

type ListMembershipsInternalServerError struct {
}

ListMembershipsInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewListMembershipsInternalServerError added in v0.4.45

func NewListMembershipsInternalServerError() *ListMembershipsInternalServerError

NewListMembershipsInternalServerError creates a ListMembershipsInternalServerError with default headers values

func (*ListMembershipsInternalServerError) Code added in v0.4.45

Code gets the status code for the list memberships internal server error response

func (*ListMembershipsInternalServerError) Error added in v0.4.45

func (*ListMembershipsInternalServerError) IsClientError added in v0.4.45

func (o *ListMembershipsInternalServerError) IsClientError() bool

IsClientError returns true when this list memberships internal server error response has a 4xx status code

func (*ListMembershipsInternalServerError) IsCode added in v0.4.45

IsCode returns true when this list memberships internal server error response a status code equal to that given

func (*ListMembershipsInternalServerError) IsRedirect added in v0.4.45

func (o *ListMembershipsInternalServerError) IsRedirect() bool

IsRedirect returns true when this list memberships internal server error response has a 3xx status code

func (*ListMembershipsInternalServerError) IsServerError added in v0.4.45

func (o *ListMembershipsInternalServerError) IsServerError() bool

IsServerError returns true when this list memberships internal server error response has a 5xx status code

func (*ListMembershipsInternalServerError) IsSuccess added in v0.4.45

IsSuccess returns true when this list memberships internal server error response has a 2xx status code

func (*ListMembershipsInternalServerError) String added in v0.4.45

type ListMembershipsOK added in v0.4.45

type ListMembershipsOK struct {
	Payload *ListMembershipsOKBody
}

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

ok

func NewListMembershipsOK added in v0.4.45

func NewListMembershipsOK() *ListMembershipsOK

NewListMembershipsOK creates a ListMembershipsOK with default headers values

func (*ListMembershipsOK) Code added in v0.4.45

func (o *ListMembershipsOK) Code() int

Code gets the status code for the list memberships o k response

func (*ListMembershipsOK) Error added in v0.4.45

func (o *ListMembershipsOK) Error() string

func (*ListMembershipsOK) GetPayload added in v0.4.45

func (o *ListMembershipsOK) GetPayload() *ListMembershipsOKBody

func (*ListMembershipsOK) IsClientError added in v0.4.45

func (o *ListMembershipsOK) IsClientError() bool

IsClientError returns true when this list memberships o k response has a 4xx status code

func (*ListMembershipsOK) IsCode added in v0.4.45

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

IsCode returns true when this list memberships o k response a status code equal to that given

func (*ListMembershipsOK) IsRedirect added in v0.4.45

func (o *ListMembershipsOK) IsRedirect() bool

IsRedirect returns true when this list memberships o k response has a 3xx status code

func (*ListMembershipsOK) IsServerError added in v0.4.45

func (o *ListMembershipsOK) IsServerError() bool

IsServerError returns true when this list memberships o k response has a 5xx status code

func (*ListMembershipsOK) IsSuccess added in v0.4.45

func (o *ListMembershipsOK) IsSuccess() bool

IsSuccess returns true when this list memberships o k response has a 2xx status code

func (*ListMembershipsOK) String added in v0.4.45

func (o *ListMembershipsOK) String() string

type ListMembershipsOKBody added in v0.4.45

type ListMembershipsOKBody struct {

	// memberships
	Memberships []*ListMembershipsOKBodyMembershipsItems0 `json:"memberships"`
}

ListMembershipsOKBody list memberships o k body swagger:model ListMembershipsOKBody

func (*ListMembershipsOKBody) ContextValidate added in v0.4.45

func (o *ListMembershipsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this list memberships o k body based on the context it is used

func (*ListMembershipsOKBody) MarshalBinary added in v0.4.45

func (o *ListMembershipsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListMembershipsOKBody) UnmarshalBinary added in v0.4.45

func (o *ListMembershipsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListMembershipsOKBody) Validate added in v0.4.45

func (o *ListMembershipsOKBody) Validate(formats strfmt.Registry) error

Validate validates this list memberships o k body

type ListMembershipsOKBodyMembershipsItems0 added in v0.4.45

type ListMembershipsOKBodyMembershipsItems0 struct {

	// admin
	Admin bool `json:"admin,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// token
	Token string `json:"token,omitempty"`
}

ListMembershipsOKBodyMembershipsItems0 list memberships o k body memberships items0 swagger:model ListMembershipsOKBodyMembershipsItems0

func (*ListMembershipsOKBodyMembershipsItems0) ContextValidate added in v0.4.45

ContextValidate validates this list memberships o k body memberships items0 based on context it is used

func (*ListMembershipsOKBodyMembershipsItems0) MarshalBinary added in v0.4.45

func (o *ListMembershipsOKBodyMembershipsItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListMembershipsOKBodyMembershipsItems0) UnmarshalBinary added in v0.4.45

func (o *ListMembershipsOKBodyMembershipsItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListMembershipsOKBodyMembershipsItems0) Validate added in v0.4.45

Validate validates this list memberships o k body memberships items0

type ListMembershipsParams added in v0.4.45

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

ListMembershipsParams contains all the parameters to send to the API endpoint

for the list memberships operation.

Typically these are written to a http.Request.

func NewListMembershipsParams added in v0.4.45

func NewListMembershipsParams() *ListMembershipsParams

NewListMembershipsParams creates a new ListMembershipsParams object, with the default timeout for this client.

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

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

func NewListMembershipsParamsWithContext added in v0.4.45

func NewListMembershipsParamsWithContext(ctx context.Context) *ListMembershipsParams

NewListMembershipsParamsWithContext creates a new ListMembershipsParams object with the ability to set a context for a request.

func NewListMembershipsParamsWithHTTPClient added in v0.4.45

func NewListMembershipsParamsWithHTTPClient(client *http.Client) *ListMembershipsParams

NewListMembershipsParamsWithHTTPClient creates a new ListMembershipsParams object with the ability to set a custom HTTPClient for a request.

func NewListMembershipsParamsWithTimeout added in v0.4.45

func NewListMembershipsParamsWithTimeout(timeout time.Duration) *ListMembershipsParams

NewListMembershipsParamsWithTimeout creates a new ListMembershipsParams object with the ability to set a timeout on a request.

func (*ListMembershipsParams) SetContext added in v0.4.45

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

SetContext adds the context to the list memberships params

func (*ListMembershipsParams) SetDefaults added in v0.4.45

func (o *ListMembershipsParams) SetDefaults()

SetDefaults hydrates default values in the list memberships params (not the query body).

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

func (*ListMembershipsParams) SetHTTPClient added in v0.4.45

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

SetHTTPClient adds the HTTPClient to the list memberships params

func (*ListMembershipsParams) SetTimeout added in v0.4.45

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

SetTimeout adds the timeout to the list memberships params

func (*ListMembershipsParams) WithContext added in v0.4.45

WithContext adds the context to the list memberships params

func (*ListMembershipsParams) WithDefaults added in v0.4.45

func (o *ListMembershipsParams) WithDefaults() *ListMembershipsParams

WithDefaults hydrates default values in the list memberships params (not the query body).

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

func (*ListMembershipsParams) WithHTTPClient added in v0.4.45

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

WithHTTPClient adds the HTTPClient to the list memberships params

func (*ListMembershipsParams) WithTimeout added in v0.4.45

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

WithTimeout adds the timeout to the list memberships params

func (*ListMembershipsParams) WriteToRequest added in v0.4.45

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

WriteToRequest writes these params to a swagger request

type ListMembershipsReader added in v0.4.45

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

ListMembershipsReader is a Reader for the ListMemberships structure.

func (*ListMembershipsReader) ReadResponse added in v0.4.45

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

ReadResponse reads a server response into the received o.

type ListOrgMembersInternalServerError added in v0.4.45

type ListOrgMembersInternalServerError struct {
}

ListOrgMembersInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewListOrgMembersInternalServerError added in v0.4.45

func NewListOrgMembersInternalServerError() *ListOrgMembersInternalServerError

NewListOrgMembersInternalServerError creates a ListOrgMembersInternalServerError with default headers values

func (*ListOrgMembersInternalServerError) Code added in v0.4.45

Code gets the status code for the list org members internal server error response

func (*ListOrgMembersInternalServerError) Error added in v0.4.45

func (*ListOrgMembersInternalServerError) IsClientError added in v0.4.45

func (o *ListOrgMembersInternalServerError) IsClientError() bool

IsClientError returns true when this list org members internal server error response has a 4xx status code

func (*ListOrgMembersInternalServerError) IsCode added in v0.4.45

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

IsCode returns true when this list org members internal server error response a status code equal to that given

func (*ListOrgMembersInternalServerError) IsRedirect added in v0.4.45

func (o *ListOrgMembersInternalServerError) IsRedirect() bool

IsRedirect returns true when this list org members internal server error response has a 3xx status code

func (*ListOrgMembersInternalServerError) IsServerError added in v0.4.45

func (o *ListOrgMembersInternalServerError) IsServerError() bool

IsServerError returns true when this list org members internal server error response has a 5xx status code

func (*ListOrgMembersInternalServerError) IsSuccess added in v0.4.45

func (o *ListOrgMembersInternalServerError) IsSuccess() bool

IsSuccess returns true when this list org members internal server error response has a 2xx status code

func (*ListOrgMembersInternalServerError) String added in v0.4.45

type ListOrgMembersNotFound added in v0.4.45

type ListOrgMembersNotFound struct {
}

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

not found

func NewListOrgMembersNotFound added in v0.4.45

func NewListOrgMembersNotFound() *ListOrgMembersNotFound

NewListOrgMembersNotFound creates a ListOrgMembersNotFound with default headers values

func (*ListOrgMembersNotFound) Code added in v0.4.45

func (o *ListOrgMembersNotFound) Code() int

Code gets the status code for the list org members not found response

func (*ListOrgMembersNotFound) Error added in v0.4.45

func (o *ListOrgMembersNotFound) Error() string

func (*ListOrgMembersNotFound) IsClientError added in v0.4.45

func (o *ListOrgMembersNotFound) IsClientError() bool

IsClientError returns true when this list org members not found response has a 4xx status code

func (*ListOrgMembersNotFound) IsCode added in v0.4.45

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

IsCode returns true when this list org members not found response a status code equal to that given

func (*ListOrgMembersNotFound) IsRedirect added in v0.4.45

func (o *ListOrgMembersNotFound) IsRedirect() bool

IsRedirect returns true when this list org members not found response has a 3xx status code

func (*ListOrgMembersNotFound) IsServerError added in v0.4.45

func (o *ListOrgMembersNotFound) IsServerError() bool

IsServerError returns true when this list org members not found response has a 5xx status code

func (*ListOrgMembersNotFound) IsSuccess added in v0.4.45

func (o *ListOrgMembersNotFound) IsSuccess() bool

IsSuccess returns true when this list org members not found response has a 2xx status code

func (*ListOrgMembersNotFound) String added in v0.4.45

func (o *ListOrgMembersNotFound) String() string

type ListOrgMembersOK added in v0.4.45

type ListOrgMembersOK struct {
	Payload *ListOrgMembersOKBody
}

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

ok

func NewListOrgMembersOK added in v0.4.45

func NewListOrgMembersOK() *ListOrgMembersOK

NewListOrgMembersOK creates a ListOrgMembersOK with default headers values

func (*ListOrgMembersOK) Code added in v0.4.45

func (o *ListOrgMembersOK) Code() int

Code gets the status code for the list org members o k response

func (*ListOrgMembersOK) Error added in v0.4.45

func (o *ListOrgMembersOK) Error() string

func (*ListOrgMembersOK) GetPayload added in v0.4.45

func (o *ListOrgMembersOK) GetPayload() *ListOrgMembersOKBody

func (*ListOrgMembersOK) IsClientError added in v0.4.45

func (o *ListOrgMembersOK) IsClientError() bool

IsClientError returns true when this list org members o k response has a 4xx status code

func (*ListOrgMembersOK) IsCode added in v0.4.45

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

IsCode returns true when this list org members o k response a status code equal to that given

func (*ListOrgMembersOK) IsRedirect added in v0.4.45

func (o *ListOrgMembersOK) IsRedirect() bool

IsRedirect returns true when this list org members o k response has a 3xx status code

func (*ListOrgMembersOK) IsServerError added in v0.4.45

func (o *ListOrgMembersOK) IsServerError() bool

IsServerError returns true when this list org members o k response has a 5xx status code

func (*ListOrgMembersOK) IsSuccess added in v0.4.45

func (o *ListOrgMembersOK) IsSuccess() bool

IsSuccess returns true when this list org members o k response has a 2xx status code

func (*ListOrgMembersOK) String added in v0.4.45

func (o *ListOrgMembersOK) String() string

type ListOrgMembersOKBody added in v0.4.45

type ListOrgMembersOKBody struct {

	// members
	Members []*ListOrgMembersOKBodyMembersItems0 `json:"members"`
}

ListOrgMembersOKBody list org members o k body swagger:model ListOrgMembersOKBody

func (*ListOrgMembersOKBody) ContextValidate added in v0.4.45

func (o *ListOrgMembersOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this list org members o k body based on the context it is used

func (*ListOrgMembersOKBody) MarshalBinary added in v0.4.45

func (o *ListOrgMembersOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListOrgMembersOKBody) UnmarshalBinary added in v0.4.45

func (o *ListOrgMembersOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListOrgMembersOKBody) Validate added in v0.4.45

func (o *ListOrgMembersOKBody) Validate(formats strfmt.Registry) error

Validate validates this list org members o k body

type ListOrgMembersOKBodyMembersItems0 added in v0.4.45

type ListOrgMembersOKBodyMembersItems0 struct {

	// admin
	Admin bool `json:"admin,omitempty"`

	// email
	Email string `json:"email,omitempty"`
}

ListOrgMembersOKBodyMembersItems0 list org members o k body members items0 swagger:model ListOrgMembersOKBodyMembersItems0

func (*ListOrgMembersOKBodyMembersItems0) ContextValidate added in v0.4.45

func (o *ListOrgMembersOKBodyMembersItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this list org members o k body members items0 based on context it is used

func (*ListOrgMembersOKBodyMembersItems0) MarshalBinary added in v0.4.45

func (o *ListOrgMembersOKBodyMembersItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListOrgMembersOKBodyMembersItems0) UnmarshalBinary added in v0.4.45

func (o *ListOrgMembersOKBodyMembersItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListOrgMembersOKBodyMembersItems0) Validate added in v0.4.45

Validate validates this list org members o k body members items0

type ListOrgMembersParams added in v0.4.45

type ListOrgMembersParams struct {

	// OrganizationToken.
	OrganizationToken string

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

ListOrgMembersParams contains all the parameters to send to the API endpoint

for the list org members operation.

Typically these are written to a http.Request.

func NewListOrgMembersParams added in v0.4.45

func NewListOrgMembersParams() *ListOrgMembersParams

NewListOrgMembersParams creates a new ListOrgMembersParams object, with the default timeout for this client.

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

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

func NewListOrgMembersParamsWithContext added in v0.4.45

func NewListOrgMembersParamsWithContext(ctx context.Context) *ListOrgMembersParams

NewListOrgMembersParamsWithContext creates a new ListOrgMembersParams object with the ability to set a context for a request.

func NewListOrgMembersParamsWithHTTPClient added in v0.4.45

func NewListOrgMembersParamsWithHTTPClient(client *http.Client) *ListOrgMembersParams

NewListOrgMembersParamsWithHTTPClient creates a new ListOrgMembersParams object with the ability to set a custom HTTPClient for a request.

func NewListOrgMembersParamsWithTimeout added in v0.4.45

func NewListOrgMembersParamsWithTimeout(timeout time.Duration) *ListOrgMembersParams

NewListOrgMembersParamsWithTimeout creates a new ListOrgMembersParams object with the ability to set a timeout on a request.

func (*ListOrgMembersParams) SetContext added in v0.4.45

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

SetContext adds the context to the list org members params

func (*ListOrgMembersParams) SetDefaults added in v0.4.45

func (o *ListOrgMembersParams) SetDefaults()

SetDefaults hydrates default values in the list org members params (not the query body).

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

func (*ListOrgMembersParams) SetHTTPClient added in v0.4.45

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

SetHTTPClient adds the HTTPClient to the list org members params

func (*ListOrgMembersParams) SetOrganizationToken added in v0.4.45

func (o *ListOrgMembersParams) SetOrganizationToken(organizationToken string)

SetOrganizationToken adds the organizationToken to the list org members params

func (*ListOrgMembersParams) SetTimeout added in v0.4.45

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

SetTimeout adds the timeout to the list org members params

func (*ListOrgMembersParams) WithContext added in v0.4.45

WithContext adds the context to the list org members params

func (*ListOrgMembersParams) WithDefaults added in v0.4.45

func (o *ListOrgMembersParams) WithDefaults() *ListOrgMembersParams

WithDefaults hydrates default values in the list org members params (not the query body).

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

func (*ListOrgMembersParams) WithHTTPClient added in v0.4.45

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

WithHTTPClient adds the HTTPClient to the list org members params

func (*ListOrgMembersParams) WithOrganizationToken added in v0.4.45

func (o *ListOrgMembersParams) WithOrganizationToken(organizationToken string) *ListOrgMembersParams

WithOrganizationToken adds the organizationToken to the list org members params

func (*ListOrgMembersParams) WithTimeout added in v0.4.45

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

WithTimeout adds the timeout to the list org members params

func (*ListOrgMembersParams) WriteToRequest added in v0.4.45

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

WriteToRequest writes these params to a swagger request

type ListOrgMembersReader added in v0.4.45

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

ListOrgMembersReader is a Reader for the ListOrgMembers structure.

func (*ListOrgMembersReader) ReadResponse added in v0.4.45

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

ReadResponse reads a server response into the received o.

type OrgAccountOverviewInternalServerError added in v0.4.45

type OrgAccountOverviewInternalServerError struct {
}

OrgAccountOverviewInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewOrgAccountOverviewInternalServerError added in v0.4.45

func NewOrgAccountOverviewInternalServerError() *OrgAccountOverviewInternalServerError

NewOrgAccountOverviewInternalServerError creates a OrgAccountOverviewInternalServerError with default headers values

func (*OrgAccountOverviewInternalServerError) Code added in v0.4.45

Code gets the status code for the org account overview internal server error response

func (*OrgAccountOverviewInternalServerError) Error added in v0.4.45

func (*OrgAccountOverviewInternalServerError) IsClientError added in v0.4.45

func (o *OrgAccountOverviewInternalServerError) IsClientError() bool

IsClientError returns true when this org account overview internal server error response has a 4xx status code

func (*OrgAccountOverviewInternalServerError) IsCode added in v0.4.45

IsCode returns true when this org account overview internal server error response a status code equal to that given

func (*OrgAccountOverviewInternalServerError) IsRedirect added in v0.4.45

IsRedirect returns true when this org account overview internal server error response has a 3xx status code

func (*OrgAccountOverviewInternalServerError) IsServerError added in v0.4.45

func (o *OrgAccountOverviewInternalServerError) IsServerError() bool

IsServerError returns true when this org account overview internal server error response has a 5xx status code

func (*OrgAccountOverviewInternalServerError) IsSuccess added in v0.4.45

IsSuccess returns true when this org account overview internal server error response has a 2xx status code

func (*OrgAccountOverviewInternalServerError) String added in v0.4.45

type OrgAccountOverviewNotFound added in v0.4.45

type OrgAccountOverviewNotFound struct {
}

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

not found

func NewOrgAccountOverviewNotFound added in v0.4.45

func NewOrgAccountOverviewNotFound() *OrgAccountOverviewNotFound

NewOrgAccountOverviewNotFound creates a OrgAccountOverviewNotFound with default headers values

func (*OrgAccountOverviewNotFound) Code added in v0.4.45

func (o *OrgAccountOverviewNotFound) Code() int

Code gets the status code for the org account overview not found response

func (*OrgAccountOverviewNotFound) Error added in v0.4.45

func (*OrgAccountOverviewNotFound) IsClientError added in v0.4.45

func (o *OrgAccountOverviewNotFound) IsClientError() bool

IsClientError returns true when this org account overview not found response has a 4xx status code

func (*OrgAccountOverviewNotFound) IsCode added in v0.4.45

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

IsCode returns true when this org account overview not found response a status code equal to that given

func (*OrgAccountOverviewNotFound) IsRedirect added in v0.4.45

func (o *OrgAccountOverviewNotFound) IsRedirect() bool

IsRedirect returns true when this org account overview not found response has a 3xx status code

func (*OrgAccountOverviewNotFound) IsServerError added in v0.4.45

func (o *OrgAccountOverviewNotFound) IsServerError() bool

IsServerError returns true when this org account overview not found response has a 5xx status code

func (*OrgAccountOverviewNotFound) IsSuccess added in v0.4.45

func (o *OrgAccountOverviewNotFound) IsSuccess() bool

IsSuccess returns true when this org account overview not found response has a 2xx status code

func (*OrgAccountOverviewNotFound) String added in v0.4.45

func (o *OrgAccountOverviewNotFound) String() string

type OrgAccountOverviewOK added in v0.4.45

type OrgAccountOverviewOK struct {
	Payload *rest_model_zrok.Overview
}

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

ok

func NewOrgAccountOverviewOK added in v0.4.45

func NewOrgAccountOverviewOK() *OrgAccountOverviewOK

NewOrgAccountOverviewOK creates a OrgAccountOverviewOK with default headers values

func (*OrgAccountOverviewOK) Code added in v0.4.45

func (o *OrgAccountOverviewOK) Code() int

Code gets the status code for the org account overview o k response

func (*OrgAccountOverviewOK) Error added in v0.4.45

func (o *OrgAccountOverviewOK) Error() string

func (*OrgAccountOverviewOK) GetPayload added in v0.4.45

func (*OrgAccountOverviewOK) IsClientError added in v0.4.45

func (o *OrgAccountOverviewOK) IsClientError() bool

IsClientError returns true when this org account overview o k response has a 4xx status code

func (*OrgAccountOverviewOK) IsCode added in v0.4.45

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

IsCode returns true when this org account overview o k response a status code equal to that given

func (*OrgAccountOverviewOK) IsRedirect added in v0.4.45

func (o *OrgAccountOverviewOK) IsRedirect() bool

IsRedirect returns true when this org account overview o k response has a 3xx status code

func (*OrgAccountOverviewOK) IsServerError added in v0.4.45

func (o *OrgAccountOverviewOK) IsServerError() bool

IsServerError returns true when this org account overview o k response has a 5xx status code

func (*OrgAccountOverviewOK) IsSuccess added in v0.4.45

func (o *OrgAccountOverviewOK) IsSuccess() bool

IsSuccess returns true when this org account overview o k response has a 2xx status code

func (*OrgAccountOverviewOK) String added in v0.4.45

func (o *OrgAccountOverviewOK) String() string

type OrgAccountOverviewParams added in v0.4.45

type OrgAccountOverviewParams struct {

	// AccountEmail.
	AccountEmail string

	// OrganizationToken.
	OrganizationToken string

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

OrgAccountOverviewParams contains all the parameters to send to the API endpoint

for the org account overview operation.

Typically these are written to a http.Request.

func NewOrgAccountOverviewParams added in v0.4.45

func NewOrgAccountOverviewParams() *OrgAccountOverviewParams

NewOrgAccountOverviewParams creates a new OrgAccountOverviewParams object, with the default timeout for this client.

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

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

func NewOrgAccountOverviewParamsWithContext added in v0.4.45

func NewOrgAccountOverviewParamsWithContext(ctx context.Context) *OrgAccountOverviewParams

NewOrgAccountOverviewParamsWithContext creates a new OrgAccountOverviewParams object with the ability to set a context for a request.

func NewOrgAccountOverviewParamsWithHTTPClient added in v0.4.45

func NewOrgAccountOverviewParamsWithHTTPClient(client *http.Client) *OrgAccountOverviewParams

NewOrgAccountOverviewParamsWithHTTPClient creates a new OrgAccountOverviewParams object with the ability to set a custom HTTPClient for a request.

func NewOrgAccountOverviewParamsWithTimeout added in v0.4.45

func NewOrgAccountOverviewParamsWithTimeout(timeout time.Duration) *OrgAccountOverviewParams

NewOrgAccountOverviewParamsWithTimeout creates a new OrgAccountOverviewParams object with the ability to set a timeout on a request.

func (*OrgAccountOverviewParams) SetAccountEmail added in v0.4.45

func (o *OrgAccountOverviewParams) SetAccountEmail(accountEmail string)

SetAccountEmail adds the accountEmail to the org account overview params

func (*OrgAccountOverviewParams) SetContext added in v0.4.45

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

SetContext adds the context to the org account overview params

func (*OrgAccountOverviewParams) SetDefaults added in v0.4.45

func (o *OrgAccountOverviewParams) SetDefaults()

SetDefaults hydrates default values in the org account overview params (not the query body).

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

func (*OrgAccountOverviewParams) SetHTTPClient added in v0.4.45

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

SetHTTPClient adds the HTTPClient to the org account overview params

func (*OrgAccountOverviewParams) SetOrganizationToken added in v0.4.45

func (o *OrgAccountOverviewParams) SetOrganizationToken(organizationToken string)

SetOrganizationToken adds the organizationToken to the org account overview params

func (*OrgAccountOverviewParams) SetTimeout added in v0.4.45

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

SetTimeout adds the timeout to the org account overview params

func (*OrgAccountOverviewParams) WithAccountEmail added in v0.4.45

func (o *OrgAccountOverviewParams) WithAccountEmail(accountEmail string) *OrgAccountOverviewParams

WithAccountEmail adds the accountEmail to the org account overview params

func (*OrgAccountOverviewParams) WithContext added in v0.4.45

WithContext adds the context to the org account overview params

func (*OrgAccountOverviewParams) WithDefaults added in v0.4.45

WithDefaults hydrates default values in the org account overview params (not the query body).

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

func (*OrgAccountOverviewParams) WithHTTPClient added in v0.4.45

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

WithHTTPClient adds the HTTPClient to the org account overview params

func (*OrgAccountOverviewParams) WithOrganizationToken added in v0.4.45

func (o *OrgAccountOverviewParams) WithOrganizationToken(organizationToken string) *OrgAccountOverviewParams

WithOrganizationToken adds the organizationToken to the org account overview params

func (*OrgAccountOverviewParams) WithTimeout added in v0.4.45

WithTimeout adds the timeout to the org account overview params

func (*OrgAccountOverviewParams) WriteToRequest added in v0.4.45

WriteToRequest writes these params to a swagger request

type OrgAccountOverviewReader added in v0.4.45

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

OrgAccountOverviewReader is a Reader for the OrgAccountOverview structure.

func (*OrgAccountOverviewReader) ReadResponse added in v0.4.45

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

ReadResponse reads a server response into the received o.

type OverviewInternalServerError

type OverviewInternalServerError struct {
	Payload rest_model_zrok.ErrorMessage
}

OverviewInternalServerError describes a response with status code 500, with default header values.

internal server error

func NewOverviewInternalServerError

func NewOverviewInternalServerError() *OverviewInternalServerError

NewOverviewInternalServerError creates a OverviewInternalServerError with default headers values

func (*OverviewInternalServerError) Code added in v0.4.19

func (o *OverviewInternalServerError) Code() int

Code gets the status code for the overview internal server error response

func (*OverviewInternalServerError) Error

func (*OverviewInternalServerError) GetPayload

func (*OverviewInternalServerError) IsClientError

func (o *OverviewInternalServerError) IsClientError() bool

IsClientError returns true when this overview internal server error response has a 4xx status code

func (*OverviewInternalServerError) IsCode

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

IsCode returns true when this overview internal server error response a status code equal to that given

func (*OverviewInternalServerError) IsRedirect

func (o *OverviewInternalServerError) IsRedirect() bool

IsRedirect returns true when this overview internal server error response has a 3xx status code

func (*OverviewInternalServerError) IsServerError

func (o *OverviewInternalServerError) IsServerError() bool

IsServerError returns true when this overview internal server error response has a 5xx status code

func (*OverviewInternalServerError) IsSuccess

func (o *OverviewInternalServerError) IsSuccess() bool

IsSuccess returns true when this overview internal server error response has a 2xx status code

func (*OverviewInternalServerError) String

func (o *OverviewInternalServerError) String() string

type OverviewOK

type OverviewOK struct {
	Payload *rest_model_zrok.Overview
}

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

overview returned

func NewOverviewOK

func NewOverviewOK() *OverviewOK

NewOverviewOK creates a OverviewOK with default headers values

func (*OverviewOK) Code added in v0.4.19

func (o *OverviewOK) Code() int

Code gets the status code for the overview o k response

func (*OverviewOK) Error

func (o *OverviewOK) Error() string

func (*OverviewOK) GetPayload

func (o *OverviewOK) GetPayload() *rest_model_zrok.Overview

func (*OverviewOK) IsClientError

func (o *OverviewOK) IsClientError() bool

IsClientError returns true when this overview o k response has a 4xx status code

func (*OverviewOK) IsCode

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

IsCode returns true when this overview o k response a status code equal to that given

func (*OverviewOK) IsRedirect

func (o *OverviewOK) IsRedirect() bool

IsRedirect returns true when this overview o k response has a 3xx status code

func (*OverviewOK) IsServerError

func (o *OverviewOK) IsServerError() bool

IsServerError returns true when this overview o k response has a 5xx status code

func (*OverviewOK) IsSuccess

func (o *OverviewOK) IsSuccess() bool

IsSuccess returns true when this overview o k response has a 2xx status code

func (*OverviewOK) String

func (o *OverviewOK) String() string

type OverviewParams

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

OverviewParams contains all the parameters to send to the API endpoint

for the overview operation.

Typically these are written to a http.Request.

func NewOverviewParams

func NewOverviewParams() *OverviewParams

NewOverviewParams creates a new OverviewParams object, with the default timeout for this client.

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

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

func NewOverviewParamsWithContext

func NewOverviewParamsWithContext(ctx context.Context) *OverviewParams

NewOverviewParamsWithContext creates a new OverviewParams object with the ability to set a context for a request.

func NewOverviewParamsWithHTTPClient

func NewOverviewParamsWithHTTPClient(client *http.Client) *OverviewParams

NewOverviewParamsWithHTTPClient creates a new OverviewParams object with the ability to set a custom HTTPClient for a request.

func NewOverviewParamsWithTimeout

func NewOverviewParamsWithTimeout(timeout time.Duration) *OverviewParams

NewOverviewParamsWithTimeout creates a new OverviewParams object with the ability to set a timeout on a request.

func (*OverviewParams) SetContext

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

SetContext adds the context to the overview params

func (*OverviewParams) SetDefaults

func (o *OverviewParams) SetDefaults()

SetDefaults hydrates default values in the overview params (not the query body).

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

func (*OverviewParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the overview params

func (*OverviewParams) SetTimeout

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

SetTimeout adds the timeout to the overview params

func (*OverviewParams) WithContext

func (o *OverviewParams) WithContext(ctx context.Context) *OverviewParams

WithContext adds the context to the overview params

func (*OverviewParams) WithDefaults

func (o *OverviewParams) WithDefaults() *OverviewParams

WithDefaults hydrates default values in the overview params (not the query body).

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

func (*OverviewParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the overview params

func (*OverviewParams) WithTimeout

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

WithTimeout adds the timeout to the overview params

func (*OverviewParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type OverviewReader

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

OverviewReader is a Reader for the Overview structure.

func (*OverviewReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type VersionOK

type VersionOK struct {
	Payload rest_model_zrok.Version
}

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

current server version

func NewVersionOK

func NewVersionOK() *VersionOK

NewVersionOK creates a VersionOK with default headers values

func (*VersionOK) Code added in v0.4.19

func (o *VersionOK) Code() int

Code gets the status code for the version o k response

func (*VersionOK) Error

func (o *VersionOK) Error() string

func (*VersionOK) GetPayload

func (o *VersionOK) GetPayload() rest_model_zrok.Version

func (*VersionOK) IsClientError

func (o *VersionOK) IsClientError() bool

IsClientError returns true when this version o k response has a 4xx status code

func (*VersionOK) IsCode

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

IsCode returns true when this version o k response a status code equal to that given

func (*VersionOK) IsRedirect

func (o *VersionOK) IsRedirect() bool

IsRedirect returns true when this version o k response has a 3xx status code

func (*VersionOK) IsServerError

func (o *VersionOK) IsServerError() bool

IsServerError returns true when this version o k response has a 5xx status code

func (*VersionOK) IsSuccess

func (o *VersionOK) IsSuccess() bool

IsSuccess returns true when this version o k response has a 2xx status code

func (*VersionOK) String

func (o *VersionOK) String() string

type VersionParams

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

VersionParams contains all the parameters to send to the API endpoint

for the version operation.

Typically these are written to a http.Request.

func NewVersionParams

func NewVersionParams() *VersionParams

NewVersionParams creates a new VersionParams object, with the default timeout for this client.

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

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

func NewVersionParamsWithContext

func NewVersionParamsWithContext(ctx context.Context) *VersionParams

NewVersionParamsWithContext creates a new VersionParams object with the ability to set a context for a request.

func NewVersionParamsWithHTTPClient

func NewVersionParamsWithHTTPClient(client *http.Client) *VersionParams

NewVersionParamsWithHTTPClient creates a new VersionParams object with the ability to set a custom HTTPClient for a request.

func NewVersionParamsWithTimeout

func NewVersionParamsWithTimeout(timeout time.Duration) *VersionParams

NewVersionParamsWithTimeout creates a new VersionParams object with the ability to set a timeout on a request.

func (*VersionParams) SetContext

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

SetContext adds the context to the version params

func (*VersionParams) SetDefaults

func (o *VersionParams) SetDefaults()

SetDefaults hydrates default values in the version params (not the query body).

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

func (*VersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the version params

func (*VersionParams) SetTimeout

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

SetTimeout adds the timeout to the version params

func (*VersionParams) WithContext

func (o *VersionParams) WithContext(ctx context.Context) *VersionParams

WithContext adds the context to the version params

func (*VersionParams) WithDefaults

func (o *VersionParams) WithDefaults() *VersionParams

WithDefaults hydrates default values in the version params (not the query body).

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

func (*VersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the version params

func (*VersionParams) WithTimeout

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

WithTimeout adds the timeout to the version params

func (*VersionParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type VersionReader

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

VersionReader is a Reader for the Version structure.

func (*VersionReader) ReadResponse

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