organization

package
v0.0.0-...-e2f0fdc Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   GetOrganizationsEmbeddedintegration gets the list of domains that will be allowed to embed pure cloud applications
	*/
	GetOrganizationsEmbeddedintegration(ctx context.Context, params *GetOrganizationsEmbeddedintegrationParams) (*GetOrganizationsEmbeddedintegrationOK, error)
	/*
	   GetOrganizationsIpaddressauthentication gets organization IP address whitelist settings
	*/
	GetOrganizationsIpaddressauthentication(ctx context.Context, params *GetOrganizationsIpaddressauthenticationParams) (*GetOrganizationsIpaddressauthenticationOK, error)
	/*
	   GetOrganizationsLimitsChangerequest gets a limit change request
	*/
	GetOrganizationsLimitsChangerequest(ctx context.Context, params *GetOrganizationsLimitsChangerequestParams) (*GetOrganizationsLimitsChangerequestOK, error)
	/*
	   GetOrganizationsLimitsChangerequests gets the available limit change requests
	   Timestamp interval defaults to the last 365 days if both query parameters are omitted. If only one parameter is omitted, the interval will default to a 180 day range in the specified direction.
	*/
	GetOrganizationsLimitsChangerequests(ctx context.Context, params *GetOrganizationsLimitsChangerequestsParams) (*GetOrganizationsLimitsChangerequestsOK, error)
	/*
	   GetOrganizationsLimitsDocs gets a link to the limit documentation
	*/
	GetOrganizationsLimitsDocs(ctx context.Context, params *GetOrganizationsLimitsDocsParams) (*GetOrganizationsLimitsDocsOK, error)
	/*
	   GetOrganizationsLimitsNamespace gets the effective limits in a namespace for an organization
	*/
	GetOrganizationsLimitsNamespace(ctx context.Context, params *GetOrganizationsLimitsNamespaceParams) (*GetOrganizationsLimitsNamespaceOK, error)
	/*
	   GetOrganizationsLimitsNamespaceDefaults gets the default limits in a namespace for an organization
	*/
	GetOrganizationsLimitsNamespaceDefaults(ctx context.Context, params *GetOrganizationsLimitsNamespaceDefaultsParams) (*GetOrganizationsLimitsNamespaceDefaultsOK, error)
	/*
	   GetOrganizationsLimitsNamespaces gets the available limit namespaces
	*/
	GetOrganizationsLimitsNamespaces(ctx context.Context, params *GetOrganizationsLimitsNamespacesParams) (*GetOrganizationsLimitsNamespacesOK, error)
	/*
	   GetOrganizationsMe gets organization
	*/
	GetOrganizationsMe(ctx context.Context, params *GetOrganizationsMeParams) (*GetOrganizationsMeOK, error)
	/*
	   GetOrganizationsWhitelist uses p u t api v2 organizations embeddedintegration instead
	*/
	GetOrganizationsWhitelist(ctx context.Context, params *GetOrganizationsWhitelistParams) (*GetOrganizationsWhitelistOK, error)
	/*
	   PatchOrganizationsFeature updates organization
	*/
	PatchOrganizationsFeature(ctx context.Context, params *PatchOrganizationsFeatureParams) (*PatchOrganizationsFeatureOK, error)
	/*
	   PutOrganizationsEmbeddedintegration updates the list of domains that will be allowed to embed pure cloud applications
	*/
	PutOrganizationsEmbeddedintegration(ctx context.Context, params *PutOrganizationsEmbeddedintegrationParams) (*PutOrganizationsEmbeddedintegrationOK, error)
	/*
	   PutOrganizationsIpaddressauthentication updates organization IP address whitelist settings
	*/
	PutOrganizationsIpaddressauthentication(ctx context.Context, params *PutOrganizationsIpaddressauthenticationParams) (*PutOrganizationsIpaddressauthenticationOK, error)
	/*
	   PutOrganizationsMe updates organization
	*/
	PutOrganizationsMe(ctx context.Context, params *PutOrganizationsMeParams) (*PutOrganizationsMeOK, error)
	/*
	   PutOrganizationsWhitelist uses p u t api v2 organizations embeddedintegration instead
	*/
	PutOrganizationsWhitelist(ctx context.Context, params *PutOrganizationsWhitelistParams) (*PutOrganizationsWhitelistOK, error)
}

API is the interface of the organization client

type Client

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

Client for organization API

func New

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

New creates a new organization API client.

func (*Client) GetOrganizationsEmbeddedintegration

func (a *Client) GetOrganizationsEmbeddedintegration(ctx context.Context, params *GetOrganizationsEmbeddedintegrationParams) (*GetOrganizationsEmbeddedintegrationOK, error)

GetOrganizationsEmbeddedintegration gets the list of domains that will be allowed to embed pure cloud applications

func (*Client) GetOrganizationsIpaddressauthentication

func (a *Client) GetOrganizationsIpaddressauthentication(ctx context.Context, params *GetOrganizationsIpaddressauthenticationParams) (*GetOrganizationsIpaddressauthenticationOK, error)

GetOrganizationsIpaddressauthentication gets organization IP address whitelist settings

func (*Client) GetOrganizationsLimitsChangerequest

func (a *Client) GetOrganizationsLimitsChangerequest(ctx context.Context, params *GetOrganizationsLimitsChangerequestParams) (*GetOrganizationsLimitsChangerequestOK, error)

GetOrganizationsLimitsChangerequest gets a limit change request

func (*Client) GetOrganizationsLimitsChangerequests

func (a *Client) GetOrganizationsLimitsChangerequests(ctx context.Context, params *GetOrganizationsLimitsChangerequestsParams) (*GetOrganizationsLimitsChangerequestsOK, error)

GetOrganizationsLimitsChangerequests gets the available limit change requests

Timestamp interval defaults to the last 365 days if both query parameters are omitted. If only one parameter is omitted, the interval will default to a 180 day range in the specified direction.

func (*Client) GetOrganizationsLimitsDocs

func (a *Client) GetOrganizationsLimitsDocs(ctx context.Context, params *GetOrganizationsLimitsDocsParams) (*GetOrganizationsLimitsDocsOK, error)

GetOrganizationsLimitsDocs gets a link to the limit documentation

func (*Client) GetOrganizationsLimitsNamespace

func (a *Client) GetOrganizationsLimitsNamespace(ctx context.Context, params *GetOrganizationsLimitsNamespaceParams) (*GetOrganizationsLimitsNamespaceOK, error)

GetOrganizationsLimitsNamespace gets the effective limits in a namespace for an organization

func (*Client) GetOrganizationsLimitsNamespaceDefaults

func (a *Client) GetOrganizationsLimitsNamespaceDefaults(ctx context.Context, params *GetOrganizationsLimitsNamespaceDefaultsParams) (*GetOrganizationsLimitsNamespaceDefaultsOK, error)

GetOrganizationsLimitsNamespaceDefaults gets the default limits in a namespace for an organization

func (*Client) GetOrganizationsLimitsNamespaces

func (a *Client) GetOrganizationsLimitsNamespaces(ctx context.Context, params *GetOrganizationsLimitsNamespacesParams) (*GetOrganizationsLimitsNamespacesOK, error)

GetOrganizationsLimitsNamespaces gets the available limit namespaces

func (*Client) GetOrganizationsMe

func (a *Client) GetOrganizationsMe(ctx context.Context, params *GetOrganizationsMeParams) (*GetOrganizationsMeOK, error)

GetOrganizationsMe gets organization

func (*Client) GetOrganizationsWhitelist

func (a *Client) GetOrganizationsWhitelist(ctx context.Context, params *GetOrganizationsWhitelistParams) (*GetOrganizationsWhitelistOK, error)

GetOrganizationsWhitelist uses p u t api v2 organizations embeddedintegration instead

func (*Client) PatchOrganizationsFeature

func (a *Client) PatchOrganizationsFeature(ctx context.Context, params *PatchOrganizationsFeatureParams) (*PatchOrganizationsFeatureOK, error)

PatchOrganizationsFeature updates organization

func (*Client) PutOrganizationsEmbeddedintegration

func (a *Client) PutOrganizationsEmbeddedintegration(ctx context.Context, params *PutOrganizationsEmbeddedintegrationParams) (*PutOrganizationsEmbeddedintegrationOK, error)

PutOrganizationsEmbeddedintegration updates the list of domains that will be allowed to embed pure cloud applications

func (*Client) PutOrganizationsIpaddressauthentication

func (a *Client) PutOrganizationsIpaddressauthentication(ctx context.Context, params *PutOrganizationsIpaddressauthenticationParams) (*PutOrganizationsIpaddressauthenticationOK, error)

PutOrganizationsIpaddressauthentication updates organization IP address whitelist settings

func (*Client) PutOrganizationsMe

func (a *Client) PutOrganizationsMe(ctx context.Context, params *PutOrganizationsMeParams) (*PutOrganizationsMeOK, error)

PutOrganizationsMe updates organization

func (*Client) PutOrganizationsWhitelist

func (a *Client) PutOrganizationsWhitelist(ctx context.Context, params *PutOrganizationsWhitelistParams) (*PutOrganizationsWhitelistOK, error)

PutOrganizationsWhitelist uses p u t api v2 organizations embeddedintegration instead

type GetOrganizationsEmbeddedintegrationBadRequest

type GetOrganizationsEmbeddedintegrationBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetOrganizationsEmbeddedintegrationBadRequest

func NewGetOrganizationsEmbeddedintegrationBadRequest() *GetOrganizationsEmbeddedintegrationBadRequest

NewGetOrganizationsEmbeddedintegrationBadRequest creates a GetOrganizationsEmbeddedintegrationBadRequest with default headers values

func (*GetOrganizationsEmbeddedintegrationBadRequest) Error

func (*GetOrganizationsEmbeddedintegrationBadRequest) GetPayload

func (*GetOrganizationsEmbeddedintegrationBadRequest) IsClientError

IsClientError returns true when this get organizations embeddedintegration bad request response has a 4xx status code

func (*GetOrganizationsEmbeddedintegrationBadRequest) IsCode

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

func (*GetOrganizationsEmbeddedintegrationBadRequest) IsRedirect

IsRedirect returns true when this get organizations embeddedintegration bad request response has a 3xx status code

func (*GetOrganizationsEmbeddedintegrationBadRequest) IsServerError

IsServerError returns true when this get organizations embeddedintegration bad request response has a 5xx status code

func (*GetOrganizationsEmbeddedintegrationBadRequest) IsSuccess

IsSuccess returns true when this get organizations embeddedintegration bad request response has a 2xx status code

func (*GetOrganizationsEmbeddedintegrationBadRequest) String

type GetOrganizationsEmbeddedintegrationForbidden

type GetOrganizationsEmbeddedintegrationForbidden struct {
	Payload *models.ErrorBody
}

GetOrganizationsEmbeddedintegrationForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetOrganizationsEmbeddedintegrationForbidden

func NewGetOrganizationsEmbeddedintegrationForbidden() *GetOrganizationsEmbeddedintegrationForbidden

NewGetOrganizationsEmbeddedintegrationForbidden creates a GetOrganizationsEmbeddedintegrationForbidden with default headers values

func (*GetOrganizationsEmbeddedintegrationForbidden) Error

func (*GetOrganizationsEmbeddedintegrationForbidden) GetPayload

func (*GetOrganizationsEmbeddedintegrationForbidden) IsClientError

IsClientError returns true when this get organizations embeddedintegration forbidden response has a 4xx status code

func (*GetOrganizationsEmbeddedintegrationForbidden) IsCode

IsCode returns true when this get organizations embeddedintegration forbidden response a status code equal to that given

func (*GetOrganizationsEmbeddedintegrationForbidden) IsRedirect

IsRedirect returns true when this get organizations embeddedintegration forbidden response has a 3xx status code

func (*GetOrganizationsEmbeddedintegrationForbidden) IsServerError

IsServerError returns true when this get organizations embeddedintegration forbidden response has a 5xx status code

func (*GetOrganizationsEmbeddedintegrationForbidden) IsSuccess

IsSuccess returns true when this get organizations embeddedintegration forbidden response has a 2xx status code

func (*GetOrganizationsEmbeddedintegrationForbidden) String

type GetOrganizationsEmbeddedintegrationGatewayTimeout

type GetOrganizationsEmbeddedintegrationGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsEmbeddedintegrationGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetOrganizationsEmbeddedintegrationGatewayTimeout

func NewGetOrganizationsEmbeddedintegrationGatewayTimeout() *GetOrganizationsEmbeddedintegrationGatewayTimeout

NewGetOrganizationsEmbeddedintegrationGatewayTimeout creates a GetOrganizationsEmbeddedintegrationGatewayTimeout with default headers values

func (*GetOrganizationsEmbeddedintegrationGatewayTimeout) Error

func (*GetOrganizationsEmbeddedintegrationGatewayTimeout) GetPayload

func (*GetOrganizationsEmbeddedintegrationGatewayTimeout) IsClientError

IsClientError returns true when this get organizations embeddedintegration gateway timeout response has a 4xx status code

func (*GetOrganizationsEmbeddedintegrationGatewayTimeout) IsCode

IsCode returns true when this get organizations embeddedintegration gateway timeout response a status code equal to that given

func (*GetOrganizationsEmbeddedintegrationGatewayTimeout) IsRedirect

IsRedirect returns true when this get organizations embeddedintegration gateway timeout response has a 3xx status code

func (*GetOrganizationsEmbeddedintegrationGatewayTimeout) IsServerError

IsServerError returns true when this get organizations embeddedintegration gateway timeout response has a 5xx status code

func (*GetOrganizationsEmbeddedintegrationGatewayTimeout) IsSuccess

IsSuccess returns true when this get organizations embeddedintegration gateway timeout response has a 2xx status code

func (*GetOrganizationsEmbeddedintegrationGatewayTimeout) String

type GetOrganizationsEmbeddedintegrationInternalServerError

type GetOrganizationsEmbeddedintegrationInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetOrganizationsEmbeddedintegrationInternalServerError

func NewGetOrganizationsEmbeddedintegrationInternalServerError() *GetOrganizationsEmbeddedintegrationInternalServerError

NewGetOrganizationsEmbeddedintegrationInternalServerError creates a GetOrganizationsEmbeddedintegrationInternalServerError with default headers values

func (*GetOrganizationsEmbeddedintegrationInternalServerError) Error

func (*GetOrganizationsEmbeddedintegrationInternalServerError) GetPayload

func (*GetOrganizationsEmbeddedintegrationInternalServerError) IsClientError

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

func (*GetOrganizationsEmbeddedintegrationInternalServerError) IsCode

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

func (*GetOrganizationsEmbeddedintegrationInternalServerError) IsRedirect

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

func (*GetOrganizationsEmbeddedintegrationInternalServerError) IsServerError

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

func (*GetOrganizationsEmbeddedintegrationInternalServerError) IsSuccess

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

func (*GetOrganizationsEmbeddedintegrationInternalServerError) String

type GetOrganizationsEmbeddedintegrationNotFound

type GetOrganizationsEmbeddedintegrationNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetOrganizationsEmbeddedintegrationNotFound

func NewGetOrganizationsEmbeddedintegrationNotFound() *GetOrganizationsEmbeddedintegrationNotFound

NewGetOrganizationsEmbeddedintegrationNotFound creates a GetOrganizationsEmbeddedintegrationNotFound with default headers values

func (*GetOrganizationsEmbeddedintegrationNotFound) Error

func (*GetOrganizationsEmbeddedintegrationNotFound) GetPayload

func (*GetOrganizationsEmbeddedintegrationNotFound) IsClientError

IsClientError returns true when this get organizations embeddedintegration not found response has a 4xx status code

func (*GetOrganizationsEmbeddedintegrationNotFound) IsCode

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

func (*GetOrganizationsEmbeddedintegrationNotFound) IsRedirect

IsRedirect returns true when this get organizations embeddedintegration not found response has a 3xx status code

func (*GetOrganizationsEmbeddedintegrationNotFound) IsServerError

IsServerError returns true when this get organizations embeddedintegration not found response has a 5xx status code

func (*GetOrganizationsEmbeddedintegrationNotFound) IsSuccess

IsSuccess returns true when this get organizations embeddedintegration not found response has a 2xx status code

func (*GetOrganizationsEmbeddedintegrationNotFound) String

type GetOrganizationsEmbeddedintegrationOK

type GetOrganizationsEmbeddedintegrationOK struct {
	Payload *models.EmbeddedIntegration
}

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

successful operation

func NewGetOrganizationsEmbeddedintegrationOK

func NewGetOrganizationsEmbeddedintegrationOK() *GetOrganizationsEmbeddedintegrationOK

NewGetOrganizationsEmbeddedintegrationOK creates a GetOrganizationsEmbeddedintegrationOK with default headers values

func (*GetOrganizationsEmbeddedintegrationOK) Error

func (*GetOrganizationsEmbeddedintegrationOK) GetPayload

func (*GetOrganizationsEmbeddedintegrationOK) IsClientError

func (o *GetOrganizationsEmbeddedintegrationOK) IsClientError() bool

IsClientError returns true when this get organizations embeddedintegration o k response has a 4xx status code

func (*GetOrganizationsEmbeddedintegrationOK) IsCode

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

func (*GetOrganizationsEmbeddedintegrationOK) IsRedirect

IsRedirect returns true when this get organizations embeddedintegration o k response has a 3xx status code

func (*GetOrganizationsEmbeddedintegrationOK) IsServerError

func (o *GetOrganizationsEmbeddedintegrationOK) IsServerError() bool

IsServerError returns true when this get organizations embeddedintegration o k response has a 5xx status code

func (*GetOrganizationsEmbeddedintegrationOK) IsSuccess

IsSuccess returns true when this get organizations embeddedintegration o k response has a 2xx status code

func (*GetOrganizationsEmbeddedintegrationOK) String

type GetOrganizationsEmbeddedintegrationParams

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

GetOrganizationsEmbeddedintegrationParams contains all the parameters to send to the API endpoint

for the get organizations embeddedintegration operation.

Typically these are written to a http.Request.

func NewGetOrganizationsEmbeddedintegrationParams

func NewGetOrganizationsEmbeddedintegrationParams() *GetOrganizationsEmbeddedintegrationParams

NewGetOrganizationsEmbeddedintegrationParams creates a new GetOrganizationsEmbeddedintegrationParams 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 NewGetOrganizationsEmbeddedintegrationParamsWithContext

func NewGetOrganizationsEmbeddedintegrationParamsWithContext(ctx context.Context) *GetOrganizationsEmbeddedintegrationParams

NewGetOrganizationsEmbeddedintegrationParamsWithContext creates a new GetOrganizationsEmbeddedintegrationParams object with the ability to set a context for a request.

func NewGetOrganizationsEmbeddedintegrationParamsWithHTTPClient

func NewGetOrganizationsEmbeddedintegrationParamsWithHTTPClient(client *http.Client) *GetOrganizationsEmbeddedintegrationParams

NewGetOrganizationsEmbeddedintegrationParamsWithHTTPClient creates a new GetOrganizationsEmbeddedintegrationParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationsEmbeddedintegrationParamsWithTimeout

func NewGetOrganizationsEmbeddedintegrationParamsWithTimeout(timeout time.Duration) *GetOrganizationsEmbeddedintegrationParams

NewGetOrganizationsEmbeddedintegrationParamsWithTimeout creates a new GetOrganizationsEmbeddedintegrationParams object with the ability to set a timeout on a request.

func (*GetOrganizationsEmbeddedintegrationParams) SetContext

SetContext adds the context to the get organizations embeddedintegration params

func (*GetOrganizationsEmbeddedintegrationParams) SetDefaults

SetDefaults hydrates default values in the get organizations embeddedintegration params (not the query body).

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

func (*GetOrganizationsEmbeddedintegrationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organizations embeddedintegration params

func (*GetOrganizationsEmbeddedintegrationParams) SetTimeout

SetTimeout adds the timeout to the get organizations embeddedintegration params

func (*GetOrganizationsEmbeddedintegrationParams) WithContext

WithContext adds the context to the get organizations embeddedintegration params

func (*GetOrganizationsEmbeddedintegrationParams) WithDefaults

WithDefaults hydrates default values in the get organizations embeddedintegration params (not the query body).

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

func (*GetOrganizationsEmbeddedintegrationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organizations embeddedintegration params

func (*GetOrganizationsEmbeddedintegrationParams) WithTimeout

WithTimeout adds the timeout to the get organizations embeddedintegration params

func (*GetOrganizationsEmbeddedintegrationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationsEmbeddedintegrationReader

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

GetOrganizationsEmbeddedintegrationReader is a Reader for the GetOrganizationsEmbeddedintegration structure.

func (*GetOrganizationsEmbeddedintegrationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationsEmbeddedintegrationRequestEntityTooLarge

type GetOrganizationsEmbeddedintegrationRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetOrganizationsEmbeddedintegrationRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetOrganizationsEmbeddedintegrationRequestEntityTooLarge

func NewGetOrganizationsEmbeddedintegrationRequestEntityTooLarge() *GetOrganizationsEmbeddedintegrationRequestEntityTooLarge

NewGetOrganizationsEmbeddedintegrationRequestEntityTooLarge creates a GetOrganizationsEmbeddedintegrationRequestEntityTooLarge with default headers values

func (*GetOrganizationsEmbeddedintegrationRequestEntityTooLarge) Error

func (*GetOrganizationsEmbeddedintegrationRequestEntityTooLarge) GetPayload

func (*GetOrganizationsEmbeddedintegrationRequestEntityTooLarge) IsClientError

IsClientError returns true when this get organizations embeddedintegration request entity too large response has a 4xx status code

func (*GetOrganizationsEmbeddedintegrationRequestEntityTooLarge) IsCode

IsCode returns true when this get organizations embeddedintegration request entity too large response a status code equal to that given

func (*GetOrganizationsEmbeddedintegrationRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get organizations embeddedintegration request entity too large response has a 3xx status code

func (*GetOrganizationsEmbeddedintegrationRequestEntityTooLarge) IsServerError

IsServerError returns true when this get organizations embeddedintegration request entity too large response has a 5xx status code

func (*GetOrganizationsEmbeddedintegrationRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get organizations embeddedintegration request entity too large response has a 2xx status code

func (*GetOrganizationsEmbeddedintegrationRequestEntityTooLarge) String

type GetOrganizationsEmbeddedintegrationRequestTimeout

type GetOrganizationsEmbeddedintegrationRequestTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsEmbeddedintegrationRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetOrganizationsEmbeddedintegrationRequestTimeout

func NewGetOrganizationsEmbeddedintegrationRequestTimeout() *GetOrganizationsEmbeddedintegrationRequestTimeout

NewGetOrganizationsEmbeddedintegrationRequestTimeout creates a GetOrganizationsEmbeddedintegrationRequestTimeout with default headers values

func (*GetOrganizationsEmbeddedintegrationRequestTimeout) Error

func (*GetOrganizationsEmbeddedintegrationRequestTimeout) GetPayload

func (*GetOrganizationsEmbeddedintegrationRequestTimeout) IsClientError

IsClientError returns true when this get organizations embeddedintegration request timeout response has a 4xx status code

func (*GetOrganizationsEmbeddedintegrationRequestTimeout) IsCode

IsCode returns true when this get organizations embeddedintegration request timeout response a status code equal to that given

func (*GetOrganizationsEmbeddedintegrationRequestTimeout) IsRedirect

IsRedirect returns true when this get organizations embeddedintegration request timeout response has a 3xx status code

func (*GetOrganizationsEmbeddedintegrationRequestTimeout) IsServerError

IsServerError returns true when this get organizations embeddedintegration request timeout response has a 5xx status code

func (*GetOrganizationsEmbeddedintegrationRequestTimeout) IsSuccess

IsSuccess returns true when this get organizations embeddedintegration request timeout response has a 2xx status code

func (*GetOrganizationsEmbeddedintegrationRequestTimeout) String

type GetOrganizationsEmbeddedintegrationServiceUnavailable

type GetOrganizationsEmbeddedintegrationServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetOrganizationsEmbeddedintegrationServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetOrganizationsEmbeddedintegrationServiceUnavailable

func NewGetOrganizationsEmbeddedintegrationServiceUnavailable() *GetOrganizationsEmbeddedintegrationServiceUnavailable

NewGetOrganizationsEmbeddedintegrationServiceUnavailable creates a GetOrganizationsEmbeddedintegrationServiceUnavailable with default headers values

func (*GetOrganizationsEmbeddedintegrationServiceUnavailable) Error

func (*GetOrganizationsEmbeddedintegrationServiceUnavailable) GetPayload

func (*GetOrganizationsEmbeddedintegrationServiceUnavailable) IsClientError

IsClientError returns true when this get organizations embeddedintegration service unavailable response has a 4xx status code

func (*GetOrganizationsEmbeddedintegrationServiceUnavailable) IsCode

IsCode returns true when this get organizations embeddedintegration service unavailable response a status code equal to that given

func (*GetOrganizationsEmbeddedintegrationServiceUnavailable) IsRedirect

IsRedirect returns true when this get organizations embeddedintegration service unavailable response has a 3xx status code

func (*GetOrganizationsEmbeddedintegrationServiceUnavailable) IsServerError

IsServerError returns true when this get organizations embeddedintegration service unavailable response has a 5xx status code

func (*GetOrganizationsEmbeddedintegrationServiceUnavailable) IsSuccess

IsSuccess returns true when this get organizations embeddedintegration service unavailable response has a 2xx status code

func (*GetOrganizationsEmbeddedintegrationServiceUnavailable) String

type GetOrganizationsEmbeddedintegrationTooManyRequests

type GetOrganizationsEmbeddedintegrationTooManyRequests struct {
	Payload *models.ErrorBody
}

GetOrganizationsEmbeddedintegrationTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetOrganizationsEmbeddedintegrationTooManyRequests

func NewGetOrganizationsEmbeddedintegrationTooManyRequests() *GetOrganizationsEmbeddedintegrationTooManyRequests

NewGetOrganizationsEmbeddedintegrationTooManyRequests creates a GetOrganizationsEmbeddedintegrationTooManyRequests with default headers values

func (*GetOrganizationsEmbeddedintegrationTooManyRequests) Error

func (*GetOrganizationsEmbeddedintegrationTooManyRequests) GetPayload

func (*GetOrganizationsEmbeddedintegrationTooManyRequests) IsClientError

IsClientError returns true when this get organizations embeddedintegration too many requests response has a 4xx status code

func (*GetOrganizationsEmbeddedintegrationTooManyRequests) IsCode

IsCode returns true when this get organizations embeddedintegration too many requests response a status code equal to that given

func (*GetOrganizationsEmbeddedintegrationTooManyRequests) IsRedirect

IsRedirect returns true when this get organizations embeddedintegration too many requests response has a 3xx status code

func (*GetOrganizationsEmbeddedintegrationTooManyRequests) IsServerError

IsServerError returns true when this get organizations embeddedintegration too many requests response has a 5xx status code

func (*GetOrganizationsEmbeddedintegrationTooManyRequests) IsSuccess

IsSuccess returns true when this get organizations embeddedintegration too many requests response has a 2xx status code

func (*GetOrganizationsEmbeddedintegrationTooManyRequests) String

type GetOrganizationsEmbeddedintegrationUnauthorized

type GetOrganizationsEmbeddedintegrationUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetOrganizationsEmbeddedintegrationUnauthorized

func NewGetOrganizationsEmbeddedintegrationUnauthorized() *GetOrganizationsEmbeddedintegrationUnauthorized

NewGetOrganizationsEmbeddedintegrationUnauthorized creates a GetOrganizationsEmbeddedintegrationUnauthorized with default headers values

func (*GetOrganizationsEmbeddedintegrationUnauthorized) Error

func (*GetOrganizationsEmbeddedintegrationUnauthorized) GetPayload

func (*GetOrganizationsEmbeddedintegrationUnauthorized) IsClientError

IsClientError returns true when this get organizations embeddedintegration unauthorized response has a 4xx status code

func (*GetOrganizationsEmbeddedintegrationUnauthorized) IsCode

IsCode returns true when this get organizations embeddedintegration unauthorized response a status code equal to that given

func (*GetOrganizationsEmbeddedintegrationUnauthorized) IsRedirect

IsRedirect returns true when this get organizations embeddedintegration unauthorized response has a 3xx status code

func (*GetOrganizationsEmbeddedintegrationUnauthorized) IsServerError

IsServerError returns true when this get organizations embeddedintegration unauthorized response has a 5xx status code

func (*GetOrganizationsEmbeddedintegrationUnauthorized) IsSuccess

IsSuccess returns true when this get organizations embeddedintegration unauthorized response has a 2xx status code

func (*GetOrganizationsEmbeddedintegrationUnauthorized) String

type GetOrganizationsEmbeddedintegrationUnsupportedMediaType

type GetOrganizationsEmbeddedintegrationUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetOrganizationsEmbeddedintegrationUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetOrganizationsEmbeddedintegrationUnsupportedMediaType

func NewGetOrganizationsEmbeddedintegrationUnsupportedMediaType() *GetOrganizationsEmbeddedintegrationUnsupportedMediaType

NewGetOrganizationsEmbeddedintegrationUnsupportedMediaType creates a GetOrganizationsEmbeddedintegrationUnsupportedMediaType with default headers values

func (*GetOrganizationsEmbeddedintegrationUnsupportedMediaType) Error

func (*GetOrganizationsEmbeddedintegrationUnsupportedMediaType) GetPayload

func (*GetOrganizationsEmbeddedintegrationUnsupportedMediaType) IsClientError

IsClientError returns true when this get organizations embeddedintegration unsupported media type response has a 4xx status code

func (*GetOrganizationsEmbeddedintegrationUnsupportedMediaType) IsCode

IsCode returns true when this get organizations embeddedintegration unsupported media type response a status code equal to that given

func (*GetOrganizationsEmbeddedintegrationUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get organizations embeddedintegration unsupported media type response has a 3xx status code

func (*GetOrganizationsEmbeddedintegrationUnsupportedMediaType) IsServerError

IsServerError returns true when this get organizations embeddedintegration unsupported media type response has a 5xx status code

func (*GetOrganizationsEmbeddedintegrationUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get organizations embeddedintegration unsupported media type response has a 2xx status code

func (*GetOrganizationsEmbeddedintegrationUnsupportedMediaType) String

type GetOrganizationsIpaddressauthenticationBadRequest

type GetOrganizationsIpaddressauthenticationBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetOrganizationsIpaddressauthenticationBadRequest

func NewGetOrganizationsIpaddressauthenticationBadRequest() *GetOrganizationsIpaddressauthenticationBadRequest

NewGetOrganizationsIpaddressauthenticationBadRequest creates a GetOrganizationsIpaddressauthenticationBadRequest with default headers values

func (*GetOrganizationsIpaddressauthenticationBadRequest) Error

func (*GetOrganizationsIpaddressauthenticationBadRequest) GetPayload

func (*GetOrganizationsIpaddressauthenticationBadRequest) IsClientError

IsClientError returns true when this get organizations ipaddressauthentication bad request response has a 4xx status code

func (*GetOrganizationsIpaddressauthenticationBadRequest) IsCode

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

func (*GetOrganizationsIpaddressauthenticationBadRequest) IsRedirect

IsRedirect returns true when this get organizations ipaddressauthentication bad request response has a 3xx status code

func (*GetOrganizationsIpaddressauthenticationBadRequest) IsServerError

IsServerError returns true when this get organizations ipaddressauthentication bad request response has a 5xx status code

func (*GetOrganizationsIpaddressauthenticationBadRequest) IsSuccess

IsSuccess returns true when this get organizations ipaddressauthentication bad request response has a 2xx status code

func (*GetOrganizationsIpaddressauthenticationBadRequest) String

type GetOrganizationsIpaddressauthenticationForbidden

type GetOrganizationsIpaddressauthenticationForbidden struct {
	Payload *models.ErrorBody
}

GetOrganizationsIpaddressauthenticationForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetOrganizationsIpaddressauthenticationForbidden

func NewGetOrganizationsIpaddressauthenticationForbidden() *GetOrganizationsIpaddressauthenticationForbidden

NewGetOrganizationsIpaddressauthenticationForbidden creates a GetOrganizationsIpaddressauthenticationForbidden with default headers values

func (*GetOrganizationsIpaddressauthenticationForbidden) Error

func (*GetOrganizationsIpaddressauthenticationForbidden) GetPayload

func (*GetOrganizationsIpaddressauthenticationForbidden) IsClientError

IsClientError returns true when this get organizations ipaddressauthentication forbidden response has a 4xx status code

func (*GetOrganizationsIpaddressauthenticationForbidden) IsCode

IsCode returns true when this get organizations ipaddressauthentication forbidden response a status code equal to that given

func (*GetOrganizationsIpaddressauthenticationForbidden) IsRedirect

IsRedirect returns true when this get organizations ipaddressauthentication forbidden response has a 3xx status code

func (*GetOrganizationsIpaddressauthenticationForbidden) IsServerError

IsServerError returns true when this get organizations ipaddressauthentication forbidden response has a 5xx status code

func (*GetOrganizationsIpaddressauthenticationForbidden) IsSuccess

IsSuccess returns true when this get organizations ipaddressauthentication forbidden response has a 2xx status code

func (*GetOrganizationsIpaddressauthenticationForbidden) String

type GetOrganizationsIpaddressauthenticationGatewayTimeout

type GetOrganizationsIpaddressauthenticationGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsIpaddressauthenticationGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetOrganizationsIpaddressauthenticationGatewayTimeout

func NewGetOrganizationsIpaddressauthenticationGatewayTimeout() *GetOrganizationsIpaddressauthenticationGatewayTimeout

NewGetOrganizationsIpaddressauthenticationGatewayTimeout creates a GetOrganizationsIpaddressauthenticationGatewayTimeout with default headers values

func (*GetOrganizationsIpaddressauthenticationGatewayTimeout) Error

func (*GetOrganizationsIpaddressauthenticationGatewayTimeout) GetPayload

func (*GetOrganizationsIpaddressauthenticationGatewayTimeout) IsClientError

IsClientError returns true when this get organizations ipaddressauthentication gateway timeout response has a 4xx status code

func (*GetOrganizationsIpaddressauthenticationGatewayTimeout) IsCode

IsCode returns true when this get organizations ipaddressauthentication gateway timeout response a status code equal to that given

func (*GetOrganizationsIpaddressauthenticationGatewayTimeout) IsRedirect

IsRedirect returns true when this get organizations ipaddressauthentication gateway timeout response has a 3xx status code

func (*GetOrganizationsIpaddressauthenticationGatewayTimeout) IsServerError

IsServerError returns true when this get organizations ipaddressauthentication gateway timeout response has a 5xx status code

func (*GetOrganizationsIpaddressauthenticationGatewayTimeout) IsSuccess

IsSuccess returns true when this get organizations ipaddressauthentication gateway timeout response has a 2xx status code

func (*GetOrganizationsIpaddressauthenticationGatewayTimeout) String

type GetOrganizationsIpaddressauthenticationInternalServerError

type GetOrganizationsIpaddressauthenticationInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetOrganizationsIpaddressauthenticationInternalServerError

func NewGetOrganizationsIpaddressauthenticationInternalServerError() *GetOrganizationsIpaddressauthenticationInternalServerError

NewGetOrganizationsIpaddressauthenticationInternalServerError creates a GetOrganizationsIpaddressauthenticationInternalServerError with default headers values

func (*GetOrganizationsIpaddressauthenticationInternalServerError) Error

func (*GetOrganizationsIpaddressauthenticationInternalServerError) GetPayload

func (*GetOrganizationsIpaddressauthenticationInternalServerError) IsClientError

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

func (*GetOrganizationsIpaddressauthenticationInternalServerError) IsCode

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

func (*GetOrganizationsIpaddressauthenticationInternalServerError) IsRedirect

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

func (*GetOrganizationsIpaddressauthenticationInternalServerError) IsServerError

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

func (*GetOrganizationsIpaddressauthenticationInternalServerError) IsSuccess

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

func (*GetOrganizationsIpaddressauthenticationInternalServerError) String

type GetOrganizationsIpaddressauthenticationNotFound

type GetOrganizationsIpaddressauthenticationNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetOrganizationsIpaddressauthenticationNotFound

func NewGetOrganizationsIpaddressauthenticationNotFound() *GetOrganizationsIpaddressauthenticationNotFound

NewGetOrganizationsIpaddressauthenticationNotFound creates a GetOrganizationsIpaddressauthenticationNotFound with default headers values

func (*GetOrganizationsIpaddressauthenticationNotFound) Error

func (*GetOrganizationsIpaddressauthenticationNotFound) GetPayload

func (*GetOrganizationsIpaddressauthenticationNotFound) IsClientError

IsClientError returns true when this get organizations ipaddressauthentication not found response has a 4xx status code

func (*GetOrganizationsIpaddressauthenticationNotFound) IsCode

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

func (*GetOrganizationsIpaddressauthenticationNotFound) IsRedirect

IsRedirect returns true when this get organizations ipaddressauthentication not found response has a 3xx status code

func (*GetOrganizationsIpaddressauthenticationNotFound) IsServerError

IsServerError returns true when this get organizations ipaddressauthentication not found response has a 5xx status code

func (*GetOrganizationsIpaddressauthenticationNotFound) IsSuccess

IsSuccess returns true when this get organizations ipaddressauthentication not found response has a 2xx status code

func (*GetOrganizationsIpaddressauthenticationNotFound) String

type GetOrganizationsIpaddressauthenticationOK

type GetOrganizationsIpaddressauthenticationOK struct {
	Payload *models.IPAddressAuthentication
}

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

successful operation

func NewGetOrganizationsIpaddressauthenticationOK

func NewGetOrganizationsIpaddressauthenticationOK() *GetOrganizationsIpaddressauthenticationOK

NewGetOrganizationsIpaddressauthenticationOK creates a GetOrganizationsIpaddressauthenticationOK with default headers values

func (*GetOrganizationsIpaddressauthenticationOK) Error

func (*GetOrganizationsIpaddressauthenticationOK) GetPayload

func (*GetOrganizationsIpaddressauthenticationOK) IsClientError

IsClientError returns true when this get organizations ipaddressauthentication o k response has a 4xx status code

func (*GetOrganizationsIpaddressauthenticationOK) IsCode

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

func (*GetOrganizationsIpaddressauthenticationOK) IsRedirect

IsRedirect returns true when this get organizations ipaddressauthentication o k response has a 3xx status code

func (*GetOrganizationsIpaddressauthenticationOK) IsServerError

IsServerError returns true when this get organizations ipaddressauthentication o k response has a 5xx status code

func (*GetOrganizationsIpaddressauthenticationOK) IsSuccess

IsSuccess returns true when this get organizations ipaddressauthentication o k response has a 2xx status code

func (*GetOrganizationsIpaddressauthenticationOK) String

type GetOrganizationsIpaddressauthenticationParams

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

GetOrganizationsIpaddressauthenticationParams contains all the parameters to send to the API endpoint

for the get organizations ipaddressauthentication operation.

Typically these are written to a http.Request.

func NewGetOrganizationsIpaddressauthenticationParams

func NewGetOrganizationsIpaddressauthenticationParams() *GetOrganizationsIpaddressauthenticationParams

NewGetOrganizationsIpaddressauthenticationParams creates a new GetOrganizationsIpaddressauthenticationParams 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 NewGetOrganizationsIpaddressauthenticationParamsWithContext

func NewGetOrganizationsIpaddressauthenticationParamsWithContext(ctx context.Context) *GetOrganizationsIpaddressauthenticationParams

NewGetOrganizationsIpaddressauthenticationParamsWithContext creates a new GetOrganizationsIpaddressauthenticationParams object with the ability to set a context for a request.

func NewGetOrganizationsIpaddressauthenticationParamsWithHTTPClient

func NewGetOrganizationsIpaddressauthenticationParamsWithHTTPClient(client *http.Client) *GetOrganizationsIpaddressauthenticationParams

NewGetOrganizationsIpaddressauthenticationParamsWithHTTPClient creates a new GetOrganizationsIpaddressauthenticationParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationsIpaddressauthenticationParamsWithTimeout

func NewGetOrganizationsIpaddressauthenticationParamsWithTimeout(timeout time.Duration) *GetOrganizationsIpaddressauthenticationParams

NewGetOrganizationsIpaddressauthenticationParamsWithTimeout creates a new GetOrganizationsIpaddressauthenticationParams object with the ability to set a timeout on a request.

func (*GetOrganizationsIpaddressauthenticationParams) SetContext

SetContext adds the context to the get organizations ipaddressauthentication params

func (*GetOrganizationsIpaddressauthenticationParams) SetDefaults

SetDefaults hydrates default values in the get organizations ipaddressauthentication params (not the query body).

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

func (*GetOrganizationsIpaddressauthenticationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organizations ipaddressauthentication params

func (*GetOrganizationsIpaddressauthenticationParams) SetTimeout

SetTimeout adds the timeout to the get organizations ipaddressauthentication params

func (*GetOrganizationsIpaddressauthenticationParams) WithContext

WithContext adds the context to the get organizations ipaddressauthentication params

func (*GetOrganizationsIpaddressauthenticationParams) WithDefaults

WithDefaults hydrates default values in the get organizations ipaddressauthentication params (not the query body).

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

func (*GetOrganizationsIpaddressauthenticationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organizations ipaddressauthentication params

func (*GetOrganizationsIpaddressauthenticationParams) WithTimeout

WithTimeout adds the timeout to the get organizations ipaddressauthentication params

func (*GetOrganizationsIpaddressauthenticationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationsIpaddressauthenticationReader

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

GetOrganizationsIpaddressauthenticationReader is a Reader for the GetOrganizationsIpaddressauthentication structure.

func (*GetOrganizationsIpaddressauthenticationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationsIpaddressauthenticationRequestEntityTooLarge

type GetOrganizationsIpaddressauthenticationRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetOrganizationsIpaddressauthenticationRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetOrganizationsIpaddressauthenticationRequestEntityTooLarge

func NewGetOrganizationsIpaddressauthenticationRequestEntityTooLarge() *GetOrganizationsIpaddressauthenticationRequestEntityTooLarge

NewGetOrganizationsIpaddressauthenticationRequestEntityTooLarge creates a GetOrganizationsIpaddressauthenticationRequestEntityTooLarge with default headers values

func (*GetOrganizationsIpaddressauthenticationRequestEntityTooLarge) Error

func (*GetOrganizationsIpaddressauthenticationRequestEntityTooLarge) GetPayload

func (*GetOrganizationsIpaddressauthenticationRequestEntityTooLarge) IsClientError

IsClientError returns true when this get organizations ipaddressauthentication request entity too large response has a 4xx status code

func (*GetOrganizationsIpaddressauthenticationRequestEntityTooLarge) IsCode

IsCode returns true when this get organizations ipaddressauthentication request entity too large response a status code equal to that given

func (*GetOrganizationsIpaddressauthenticationRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get organizations ipaddressauthentication request entity too large response has a 3xx status code

func (*GetOrganizationsIpaddressauthenticationRequestEntityTooLarge) IsServerError

IsServerError returns true when this get organizations ipaddressauthentication request entity too large response has a 5xx status code

func (*GetOrganizationsIpaddressauthenticationRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get organizations ipaddressauthentication request entity too large response has a 2xx status code

func (*GetOrganizationsIpaddressauthenticationRequestEntityTooLarge) String

type GetOrganizationsIpaddressauthenticationRequestTimeout

type GetOrganizationsIpaddressauthenticationRequestTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsIpaddressauthenticationRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetOrganizationsIpaddressauthenticationRequestTimeout

func NewGetOrganizationsIpaddressauthenticationRequestTimeout() *GetOrganizationsIpaddressauthenticationRequestTimeout

NewGetOrganizationsIpaddressauthenticationRequestTimeout creates a GetOrganizationsIpaddressauthenticationRequestTimeout with default headers values

func (*GetOrganizationsIpaddressauthenticationRequestTimeout) Error

func (*GetOrganizationsIpaddressauthenticationRequestTimeout) GetPayload

func (*GetOrganizationsIpaddressauthenticationRequestTimeout) IsClientError

IsClientError returns true when this get organizations ipaddressauthentication request timeout response has a 4xx status code

func (*GetOrganizationsIpaddressauthenticationRequestTimeout) IsCode

IsCode returns true when this get organizations ipaddressauthentication request timeout response a status code equal to that given

func (*GetOrganizationsIpaddressauthenticationRequestTimeout) IsRedirect

IsRedirect returns true when this get organizations ipaddressauthentication request timeout response has a 3xx status code

func (*GetOrganizationsIpaddressauthenticationRequestTimeout) IsServerError

IsServerError returns true when this get organizations ipaddressauthentication request timeout response has a 5xx status code

func (*GetOrganizationsIpaddressauthenticationRequestTimeout) IsSuccess

IsSuccess returns true when this get organizations ipaddressauthentication request timeout response has a 2xx status code

func (*GetOrganizationsIpaddressauthenticationRequestTimeout) String

type GetOrganizationsIpaddressauthenticationServiceUnavailable

type GetOrganizationsIpaddressauthenticationServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetOrganizationsIpaddressauthenticationServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetOrganizationsIpaddressauthenticationServiceUnavailable

func NewGetOrganizationsIpaddressauthenticationServiceUnavailable() *GetOrganizationsIpaddressauthenticationServiceUnavailable

NewGetOrganizationsIpaddressauthenticationServiceUnavailable creates a GetOrganizationsIpaddressauthenticationServiceUnavailable with default headers values

func (*GetOrganizationsIpaddressauthenticationServiceUnavailable) Error

func (*GetOrganizationsIpaddressauthenticationServiceUnavailable) GetPayload

func (*GetOrganizationsIpaddressauthenticationServiceUnavailable) IsClientError

IsClientError returns true when this get organizations ipaddressauthentication service unavailable response has a 4xx status code

func (*GetOrganizationsIpaddressauthenticationServiceUnavailable) IsCode

IsCode returns true when this get organizations ipaddressauthentication service unavailable response a status code equal to that given

func (*GetOrganizationsIpaddressauthenticationServiceUnavailable) IsRedirect

IsRedirect returns true when this get organizations ipaddressauthentication service unavailable response has a 3xx status code

func (*GetOrganizationsIpaddressauthenticationServiceUnavailable) IsServerError

IsServerError returns true when this get organizations ipaddressauthentication service unavailable response has a 5xx status code

func (*GetOrganizationsIpaddressauthenticationServiceUnavailable) IsSuccess

IsSuccess returns true when this get organizations ipaddressauthentication service unavailable response has a 2xx status code

func (*GetOrganizationsIpaddressauthenticationServiceUnavailable) String

type GetOrganizationsIpaddressauthenticationTooManyRequests

type GetOrganizationsIpaddressauthenticationTooManyRequests struct {
	Payload *models.ErrorBody
}

GetOrganizationsIpaddressauthenticationTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetOrganizationsIpaddressauthenticationTooManyRequests

func NewGetOrganizationsIpaddressauthenticationTooManyRequests() *GetOrganizationsIpaddressauthenticationTooManyRequests

NewGetOrganizationsIpaddressauthenticationTooManyRequests creates a GetOrganizationsIpaddressauthenticationTooManyRequests with default headers values

func (*GetOrganizationsIpaddressauthenticationTooManyRequests) Error

func (*GetOrganizationsIpaddressauthenticationTooManyRequests) GetPayload

func (*GetOrganizationsIpaddressauthenticationTooManyRequests) IsClientError

IsClientError returns true when this get organizations ipaddressauthentication too many requests response has a 4xx status code

func (*GetOrganizationsIpaddressauthenticationTooManyRequests) IsCode

IsCode returns true when this get organizations ipaddressauthentication too many requests response a status code equal to that given

func (*GetOrganizationsIpaddressauthenticationTooManyRequests) IsRedirect

IsRedirect returns true when this get organizations ipaddressauthentication too many requests response has a 3xx status code

func (*GetOrganizationsIpaddressauthenticationTooManyRequests) IsServerError

IsServerError returns true when this get organizations ipaddressauthentication too many requests response has a 5xx status code

func (*GetOrganizationsIpaddressauthenticationTooManyRequests) IsSuccess

IsSuccess returns true when this get organizations ipaddressauthentication too many requests response has a 2xx status code

func (*GetOrganizationsIpaddressauthenticationTooManyRequests) String

type GetOrganizationsIpaddressauthenticationUnauthorized

type GetOrganizationsIpaddressauthenticationUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetOrganizationsIpaddressauthenticationUnauthorized

func NewGetOrganizationsIpaddressauthenticationUnauthorized() *GetOrganizationsIpaddressauthenticationUnauthorized

NewGetOrganizationsIpaddressauthenticationUnauthorized creates a GetOrganizationsIpaddressauthenticationUnauthorized with default headers values

func (*GetOrganizationsIpaddressauthenticationUnauthorized) Error

func (*GetOrganizationsIpaddressauthenticationUnauthorized) GetPayload

func (*GetOrganizationsIpaddressauthenticationUnauthorized) IsClientError

IsClientError returns true when this get organizations ipaddressauthentication unauthorized response has a 4xx status code

func (*GetOrganizationsIpaddressauthenticationUnauthorized) IsCode

IsCode returns true when this get organizations ipaddressauthentication unauthorized response a status code equal to that given

func (*GetOrganizationsIpaddressauthenticationUnauthorized) IsRedirect

IsRedirect returns true when this get organizations ipaddressauthentication unauthorized response has a 3xx status code

func (*GetOrganizationsIpaddressauthenticationUnauthorized) IsServerError

IsServerError returns true when this get organizations ipaddressauthentication unauthorized response has a 5xx status code

func (*GetOrganizationsIpaddressauthenticationUnauthorized) IsSuccess

IsSuccess returns true when this get organizations ipaddressauthentication unauthorized response has a 2xx status code

func (*GetOrganizationsIpaddressauthenticationUnauthorized) String

type GetOrganizationsIpaddressauthenticationUnsupportedMediaType

type GetOrganizationsIpaddressauthenticationUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetOrganizationsIpaddressauthenticationUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetOrganizationsIpaddressauthenticationUnsupportedMediaType

func NewGetOrganizationsIpaddressauthenticationUnsupportedMediaType() *GetOrganizationsIpaddressauthenticationUnsupportedMediaType

NewGetOrganizationsIpaddressauthenticationUnsupportedMediaType creates a GetOrganizationsIpaddressauthenticationUnsupportedMediaType with default headers values

func (*GetOrganizationsIpaddressauthenticationUnsupportedMediaType) Error

func (*GetOrganizationsIpaddressauthenticationUnsupportedMediaType) GetPayload

func (*GetOrganizationsIpaddressauthenticationUnsupportedMediaType) IsClientError

IsClientError returns true when this get organizations ipaddressauthentication unsupported media type response has a 4xx status code

func (*GetOrganizationsIpaddressauthenticationUnsupportedMediaType) IsCode

IsCode returns true when this get organizations ipaddressauthentication unsupported media type response a status code equal to that given

func (*GetOrganizationsIpaddressauthenticationUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get organizations ipaddressauthentication unsupported media type response has a 3xx status code

func (*GetOrganizationsIpaddressauthenticationUnsupportedMediaType) IsServerError

IsServerError returns true when this get organizations ipaddressauthentication unsupported media type response has a 5xx status code

func (*GetOrganizationsIpaddressauthenticationUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get organizations ipaddressauthentication unsupported media type response has a 2xx status code

func (*GetOrganizationsIpaddressauthenticationUnsupportedMediaType) String

type GetOrganizationsLimitsChangerequestBadRequest

type GetOrganizationsLimitsChangerequestBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetOrganizationsLimitsChangerequestBadRequest

func NewGetOrganizationsLimitsChangerequestBadRequest() *GetOrganizationsLimitsChangerequestBadRequest

NewGetOrganizationsLimitsChangerequestBadRequest creates a GetOrganizationsLimitsChangerequestBadRequest with default headers values

func (*GetOrganizationsLimitsChangerequestBadRequest) Error

func (*GetOrganizationsLimitsChangerequestBadRequest) GetPayload

func (*GetOrganizationsLimitsChangerequestBadRequest) IsClientError

IsClientError returns true when this get organizations limits changerequest bad request response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestBadRequest) IsCode

IsCode returns true when this get organizations limits changerequest bad request response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestBadRequest) IsRedirect

IsRedirect returns true when this get organizations limits changerequest bad request response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestBadRequest) IsServerError

IsServerError returns true when this get organizations limits changerequest bad request response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestBadRequest) IsSuccess

IsSuccess returns true when this get organizations limits changerequest bad request response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestBadRequest) String

type GetOrganizationsLimitsChangerequestForbidden

type GetOrganizationsLimitsChangerequestForbidden struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsChangerequestForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetOrganizationsLimitsChangerequestForbidden

func NewGetOrganizationsLimitsChangerequestForbidden() *GetOrganizationsLimitsChangerequestForbidden

NewGetOrganizationsLimitsChangerequestForbidden creates a GetOrganizationsLimitsChangerequestForbidden with default headers values

func (*GetOrganizationsLimitsChangerequestForbidden) Error

func (*GetOrganizationsLimitsChangerequestForbidden) GetPayload

func (*GetOrganizationsLimitsChangerequestForbidden) IsClientError

IsClientError returns true when this get organizations limits changerequest forbidden response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestForbidden) IsCode

IsCode returns true when this get organizations limits changerequest forbidden response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestForbidden) IsRedirect

IsRedirect returns true when this get organizations limits changerequest forbidden response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestForbidden) IsServerError

IsServerError returns true when this get organizations limits changerequest forbidden response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestForbidden) IsSuccess

IsSuccess returns true when this get organizations limits changerequest forbidden response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestForbidden) String

type GetOrganizationsLimitsChangerequestGatewayTimeout

type GetOrganizationsLimitsChangerequestGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsChangerequestGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetOrganizationsLimitsChangerequestGatewayTimeout

func NewGetOrganizationsLimitsChangerequestGatewayTimeout() *GetOrganizationsLimitsChangerequestGatewayTimeout

NewGetOrganizationsLimitsChangerequestGatewayTimeout creates a GetOrganizationsLimitsChangerequestGatewayTimeout with default headers values

func (*GetOrganizationsLimitsChangerequestGatewayTimeout) Error

func (*GetOrganizationsLimitsChangerequestGatewayTimeout) GetPayload

func (*GetOrganizationsLimitsChangerequestGatewayTimeout) IsClientError

IsClientError returns true when this get organizations limits changerequest gateway timeout response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestGatewayTimeout) IsCode

IsCode returns true when this get organizations limits changerequest gateway timeout response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestGatewayTimeout) IsRedirect

IsRedirect returns true when this get organizations limits changerequest gateway timeout response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestGatewayTimeout) IsServerError

IsServerError returns true when this get organizations limits changerequest gateway timeout response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestGatewayTimeout) IsSuccess

IsSuccess returns true when this get organizations limits changerequest gateway timeout response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestGatewayTimeout) String

type GetOrganizationsLimitsChangerequestInternalServerError

type GetOrganizationsLimitsChangerequestInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetOrganizationsLimitsChangerequestInternalServerError

func NewGetOrganizationsLimitsChangerequestInternalServerError() *GetOrganizationsLimitsChangerequestInternalServerError

NewGetOrganizationsLimitsChangerequestInternalServerError creates a GetOrganizationsLimitsChangerequestInternalServerError with default headers values

func (*GetOrganizationsLimitsChangerequestInternalServerError) Error

func (*GetOrganizationsLimitsChangerequestInternalServerError) GetPayload

func (*GetOrganizationsLimitsChangerequestInternalServerError) IsClientError

IsClientError returns true when this get organizations limits changerequest internal server error response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestInternalServerError) IsCode

IsCode returns true when this get organizations limits changerequest internal server error response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestInternalServerError) IsRedirect

IsRedirect returns true when this get organizations limits changerequest internal server error response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestInternalServerError) IsServerError

IsServerError returns true when this get organizations limits changerequest internal server error response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestInternalServerError) IsSuccess

IsSuccess returns true when this get organizations limits changerequest internal server error response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestInternalServerError) String

type GetOrganizationsLimitsChangerequestNotFound

type GetOrganizationsLimitsChangerequestNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetOrganizationsLimitsChangerequestNotFound

func NewGetOrganizationsLimitsChangerequestNotFound() *GetOrganizationsLimitsChangerequestNotFound

NewGetOrganizationsLimitsChangerequestNotFound creates a GetOrganizationsLimitsChangerequestNotFound with default headers values

func (*GetOrganizationsLimitsChangerequestNotFound) Error

func (*GetOrganizationsLimitsChangerequestNotFound) GetPayload

func (*GetOrganizationsLimitsChangerequestNotFound) IsClientError

IsClientError returns true when this get organizations limits changerequest not found response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestNotFound) IsCode

IsCode returns true when this get organizations limits changerequest not found response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestNotFound) IsRedirect

IsRedirect returns true when this get organizations limits changerequest not found response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestNotFound) IsServerError

IsServerError returns true when this get organizations limits changerequest not found response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestNotFound) IsSuccess

IsSuccess returns true when this get organizations limits changerequest not found response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestNotFound) String

type GetOrganizationsLimitsChangerequestOK

type GetOrganizationsLimitsChangerequestOK struct {
	Payload *models.LimitChangeRequestDetails
}

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

successful operation

func NewGetOrganizationsLimitsChangerequestOK

func NewGetOrganizationsLimitsChangerequestOK() *GetOrganizationsLimitsChangerequestOK

NewGetOrganizationsLimitsChangerequestOK creates a GetOrganizationsLimitsChangerequestOK with default headers values

func (*GetOrganizationsLimitsChangerequestOK) Error

func (*GetOrganizationsLimitsChangerequestOK) GetPayload

func (*GetOrganizationsLimitsChangerequestOK) IsClientError

func (o *GetOrganizationsLimitsChangerequestOK) IsClientError() bool

IsClientError returns true when this get organizations limits changerequest o k response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestOK) IsCode

IsCode returns true when this get organizations limits changerequest o k response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestOK) IsRedirect

IsRedirect returns true when this get organizations limits changerequest o k response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestOK) IsServerError

func (o *GetOrganizationsLimitsChangerequestOK) IsServerError() bool

IsServerError returns true when this get organizations limits changerequest o k response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestOK) IsSuccess

IsSuccess returns true when this get organizations limits changerequest o k response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestOK) String

type GetOrganizationsLimitsChangerequestParams

type GetOrganizationsLimitsChangerequestParams struct {

	/* RequestID.

	   Unique id for the limit change request
	*/
	RequestID string

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

GetOrganizationsLimitsChangerequestParams contains all the parameters to send to the API endpoint

for the get organizations limits changerequest operation.

Typically these are written to a http.Request.

func NewGetOrganizationsLimitsChangerequestParams

func NewGetOrganizationsLimitsChangerequestParams() *GetOrganizationsLimitsChangerequestParams

NewGetOrganizationsLimitsChangerequestParams creates a new GetOrganizationsLimitsChangerequestParams 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 NewGetOrganizationsLimitsChangerequestParamsWithContext

func NewGetOrganizationsLimitsChangerequestParamsWithContext(ctx context.Context) *GetOrganizationsLimitsChangerequestParams

NewGetOrganizationsLimitsChangerequestParamsWithContext creates a new GetOrganizationsLimitsChangerequestParams object with the ability to set a context for a request.

func NewGetOrganizationsLimitsChangerequestParamsWithHTTPClient

func NewGetOrganizationsLimitsChangerequestParamsWithHTTPClient(client *http.Client) *GetOrganizationsLimitsChangerequestParams

NewGetOrganizationsLimitsChangerequestParamsWithHTTPClient creates a new GetOrganizationsLimitsChangerequestParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationsLimitsChangerequestParamsWithTimeout

func NewGetOrganizationsLimitsChangerequestParamsWithTimeout(timeout time.Duration) *GetOrganizationsLimitsChangerequestParams

NewGetOrganizationsLimitsChangerequestParamsWithTimeout creates a new GetOrganizationsLimitsChangerequestParams object with the ability to set a timeout on a request.

func (*GetOrganizationsLimitsChangerequestParams) SetContext

SetContext adds the context to the get organizations limits changerequest params

func (*GetOrganizationsLimitsChangerequestParams) SetDefaults

SetDefaults hydrates default values in the get organizations limits changerequest params (not the query body).

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

func (*GetOrganizationsLimitsChangerequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organizations limits changerequest params

func (*GetOrganizationsLimitsChangerequestParams) SetRequestID

func (o *GetOrganizationsLimitsChangerequestParams) SetRequestID(requestID string)

SetRequestID adds the requestId to the get organizations limits changerequest params

func (*GetOrganizationsLimitsChangerequestParams) SetTimeout

SetTimeout adds the timeout to the get organizations limits changerequest params

func (*GetOrganizationsLimitsChangerequestParams) WithContext

WithContext adds the context to the get organizations limits changerequest params

func (*GetOrganizationsLimitsChangerequestParams) WithDefaults

WithDefaults hydrates default values in the get organizations limits changerequest params (not the query body).

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

func (*GetOrganizationsLimitsChangerequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organizations limits changerequest params

func (*GetOrganizationsLimitsChangerequestParams) WithRequestID

WithRequestID adds the requestID to the get organizations limits changerequest params

func (*GetOrganizationsLimitsChangerequestParams) WithTimeout

WithTimeout adds the timeout to the get organizations limits changerequest params

func (*GetOrganizationsLimitsChangerequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationsLimitsChangerequestReader

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

GetOrganizationsLimitsChangerequestReader is a Reader for the GetOrganizationsLimitsChangerequest structure.

func (*GetOrganizationsLimitsChangerequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationsLimitsChangerequestRequestEntityTooLarge

type GetOrganizationsLimitsChangerequestRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsChangerequestRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetOrganizationsLimitsChangerequestRequestEntityTooLarge

func NewGetOrganizationsLimitsChangerequestRequestEntityTooLarge() *GetOrganizationsLimitsChangerequestRequestEntityTooLarge

NewGetOrganizationsLimitsChangerequestRequestEntityTooLarge creates a GetOrganizationsLimitsChangerequestRequestEntityTooLarge with default headers values

func (*GetOrganizationsLimitsChangerequestRequestEntityTooLarge) Error

func (*GetOrganizationsLimitsChangerequestRequestEntityTooLarge) GetPayload

func (*GetOrganizationsLimitsChangerequestRequestEntityTooLarge) IsClientError

IsClientError returns true when this get organizations limits changerequest request entity too large response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestRequestEntityTooLarge) IsCode

IsCode returns true when this get organizations limits changerequest request entity too large response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get organizations limits changerequest request entity too large response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestRequestEntityTooLarge) IsServerError

IsServerError returns true when this get organizations limits changerequest request entity too large response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get organizations limits changerequest request entity too large response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestRequestEntityTooLarge) String

type GetOrganizationsLimitsChangerequestRequestTimeout

type GetOrganizationsLimitsChangerequestRequestTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsChangerequestRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetOrganizationsLimitsChangerequestRequestTimeout

func NewGetOrganizationsLimitsChangerequestRequestTimeout() *GetOrganizationsLimitsChangerequestRequestTimeout

NewGetOrganizationsLimitsChangerequestRequestTimeout creates a GetOrganizationsLimitsChangerequestRequestTimeout with default headers values

func (*GetOrganizationsLimitsChangerequestRequestTimeout) Error

func (*GetOrganizationsLimitsChangerequestRequestTimeout) GetPayload

func (*GetOrganizationsLimitsChangerequestRequestTimeout) IsClientError

IsClientError returns true when this get organizations limits changerequest request timeout response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestRequestTimeout) IsCode

IsCode returns true when this get organizations limits changerequest request timeout response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestRequestTimeout) IsRedirect

IsRedirect returns true when this get organizations limits changerequest request timeout response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestRequestTimeout) IsServerError

IsServerError returns true when this get organizations limits changerequest request timeout response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestRequestTimeout) IsSuccess

IsSuccess returns true when this get organizations limits changerequest request timeout response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestRequestTimeout) String

type GetOrganizationsLimitsChangerequestServiceUnavailable

type GetOrganizationsLimitsChangerequestServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsChangerequestServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetOrganizationsLimitsChangerequestServiceUnavailable

func NewGetOrganizationsLimitsChangerequestServiceUnavailable() *GetOrganizationsLimitsChangerequestServiceUnavailable

NewGetOrganizationsLimitsChangerequestServiceUnavailable creates a GetOrganizationsLimitsChangerequestServiceUnavailable with default headers values

func (*GetOrganizationsLimitsChangerequestServiceUnavailable) Error

func (*GetOrganizationsLimitsChangerequestServiceUnavailable) GetPayload

func (*GetOrganizationsLimitsChangerequestServiceUnavailable) IsClientError

IsClientError returns true when this get organizations limits changerequest service unavailable response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestServiceUnavailable) IsCode

IsCode returns true when this get organizations limits changerequest service unavailable response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestServiceUnavailable) IsRedirect

IsRedirect returns true when this get organizations limits changerequest service unavailable response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestServiceUnavailable) IsServerError

IsServerError returns true when this get organizations limits changerequest service unavailable response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestServiceUnavailable) IsSuccess

IsSuccess returns true when this get organizations limits changerequest service unavailable response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestServiceUnavailable) String

type GetOrganizationsLimitsChangerequestTooManyRequests

type GetOrganizationsLimitsChangerequestTooManyRequests struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsChangerequestTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetOrganizationsLimitsChangerequestTooManyRequests

func NewGetOrganizationsLimitsChangerequestTooManyRequests() *GetOrganizationsLimitsChangerequestTooManyRequests

NewGetOrganizationsLimitsChangerequestTooManyRequests creates a GetOrganizationsLimitsChangerequestTooManyRequests with default headers values

func (*GetOrganizationsLimitsChangerequestTooManyRequests) Error

func (*GetOrganizationsLimitsChangerequestTooManyRequests) GetPayload

func (*GetOrganizationsLimitsChangerequestTooManyRequests) IsClientError

IsClientError returns true when this get organizations limits changerequest too many requests response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestTooManyRequests) IsCode

IsCode returns true when this get organizations limits changerequest too many requests response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestTooManyRequests) IsRedirect

IsRedirect returns true when this get organizations limits changerequest too many requests response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestTooManyRequests) IsServerError

IsServerError returns true when this get organizations limits changerequest too many requests response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestTooManyRequests) IsSuccess

IsSuccess returns true when this get organizations limits changerequest too many requests response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestTooManyRequests) String

type GetOrganizationsLimitsChangerequestUnauthorized

type GetOrganizationsLimitsChangerequestUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetOrganizationsLimitsChangerequestUnauthorized

func NewGetOrganizationsLimitsChangerequestUnauthorized() *GetOrganizationsLimitsChangerequestUnauthorized

NewGetOrganizationsLimitsChangerequestUnauthorized creates a GetOrganizationsLimitsChangerequestUnauthorized with default headers values

func (*GetOrganizationsLimitsChangerequestUnauthorized) Error

func (*GetOrganizationsLimitsChangerequestUnauthorized) GetPayload

func (*GetOrganizationsLimitsChangerequestUnauthorized) IsClientError

IsClientError returns true when this get organizations limits changerequest unauthorized response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestUnauthorized) IsCode

IsCode returns true when this get organizations limits changerequest unauthorized response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestUnauthorized) IsRedirect

IsRedirect returns true when this get organizations limits changerequest unauthorized response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestUnauthorized) IsServerError

IsServerError returns true when this get organizations limits changerequest unauthorized response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestUnauthorized) IsSuccess

IsSuccess returns true when this get organizations limits changerequest unauthorized response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestUnauthorized) String

type GetOrganizationsLimitsChangerequestUnsupportedMediaType

type GetOrganizationsLimitsChangerequestUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsChangerequestUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetOrganizationsLimitsChangerequestUnsupportedMediaType

func NewGetOrganizationsLimitsChangerequestUnsupportedMediaType() *GetOrganizationsLimitsChangerequestUnsupportedMediaType

NewGetOrganizationsLimitsChangerequestUnsupportedMediaType creates a GetOrganizationsLimitsChangerequestUnsupportedMediaType with default headers values

func (*GetOrganizationsLimitsChangerequestUnsupportedMediaType) Error

func (*GetOrganizationsLimitsChangerequestUnsupportedMediaType) GetPayload

func (*GetOrganizationsLimitsChangerequestUnsupportedMediaType) IsClientError

IsClientError returns true when this get organizations limits changerequest unsupported media type response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestUnsupportedMediaType) IsCode

IsCode returns true when this get organizations limits changerequest unsupported media type response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get organizations limits changerequest unsupported media type response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestUnsupportedMediaType) IsServerError

IsServerError returns true when this get organizations limits changerequest unsupported media type response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get organizations limits changerequest unsupported media type response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestUnsupportedMediaType) String

type GetOrganizationsLimitsChangerequestsBadRequest

type GetOrganizationsLimitsChangerequestsBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetOrganizationsLimitsChangerequestsBadRequest

func NewGetOrganizationsLimitsChangerequestsBadRequest() *GetOrganizationsLimitsChangerequestsBadRequest

NewGetOrganizationsLimitsChangerequestsBadRequest creates a GetOrganizationsLimitsChangerequestsBadRequest with default headers values

func (*GetOrganizationsLimitsChangerequestsBadRequest) Error

func (*GetOrganizationsLimitsChangerequestsBadRequest) GetPayload

func (*GetOrganizationsLimitsChangerequestsBadRequest) IsClientError

IsClientError returns true when this get organizations limits changerequests bad request response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestsBadRequest) IsCode

IsCode returns true when this get organizations limits changerequests bad request response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestsBadRequest) IsRedirect

IsRedirect returns true when this get organizations limits changerequests bad request response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestsBadRequest) IsServerError

IsServerError returns true when this get organizations limits changerequests bad request response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestsBadRequest) IsSuccess

IsSuccess returns true when this get organizations limits changerequests bad request response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestsBadRequest) String

type GetOrganizationsLimitsChangerequestsForbidden

type GetOrganizationsLimitsChangerequestsForbidden struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsChangerequestsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetOrganizationsLimitsChangerequestsForbidden

func NewGetOrganizationsLimitsChangerequestsForbidden() *GetOrganizationsLimitsChangerequestsForbidden

NewGetOrganizationsLimitsChangerequestsForbidden creates a GetOrganizationsLimitsChangerequestsForbidden with default headers values

func (*GetOrganizationsLimitsChangerequestsForbidden) Error

func (*GetOrganizationsLimitsChangerequestsForbidden) GetPayload

func (*GetOrganizationsLimitsChangerequestsForbidden) IsClientError

IsClientError returns true when this get organizations limits changerequests forbidden response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestsForbidden) IsCode

IsCode returns true when this get organizations limits changerequests forbidden response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestsForbidden) IsRedirect

IsRedirect returns true when this get organizations limits changerequests forbidden response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestsForbidden) IsServerError

IsServerError returns true when this get organizations limits changerequests forbidden response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestsForbidden) IsSuccess

IsSuccess returns true when this get organizations limits changerequests forbidden response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestsForbidden) String

type GetOrganizationsLimitsChangerequestsGatewayTimeout

type GetOrganizationsLimitsChangerequestsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsChangerequestsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetOrganizationsLimitsChangerequestsGatewayTimeout

func NewGetOrganizationsLimitsChangerequestsGatewayTimeout() *GetOrganizationsLimitsChangerequestsGatewayTimeout

NewGetOrganizationsLimitsChangerequestsGatewayTimeout creates a GetOrganizationsLimitsChangerequestsGatewayTimeout with default headers values

func (*GetOrganizationsLimitsChangerequestsGatewayTimeout) Error

func (*GetOrganizationsLimitsChangerequestsGatewayTimeout) GetPayload

func (*GetOrganizationsLimitsChangerequestsGatewayTimeout) IsClientError

IsClientError returns true when this get organizations limits changerequests gateway timeout response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestsGatewayTimeout) IsCode

IsCode returns true when this get organizations limits changerequests gateway timeout response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestsGatewayTimeout) IsRedirect

IsRedirect returns true when this get organizations limits changerequests gateway timeout response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestsGatewayTimeout) IsServerError

IsServerError returns true when this get organizations limits changerequests gateway timeout response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestsGatewayTimeout) IsSuccess

IsSuccess returns true when this get organizations limits changerequests gateway timeout response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestsGatewayTimeout) String

type GetOrganizationsLimitsChangerequestsInternalServerError

type GetOrganizationsLimitsChangerequestsInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetOrganizationsLimitsChangerequestsInternalServerError

func NewGetOrganizationsLimitsChangerequestsInternalServerError() *GetOrganizationsLimitsChangerequestsInternalServerError

NewGetOrganizationsLimitsChangerequestsInternalServerError creates a GetOrganizationsLimitsChangerequestsInternalServerError with default headers values

func (*GetOrganizationsLimitsChangerequestsInternalServerError) Error

func (*GetOrganizationsLimitsChangerequestsInternalServerError) GetPayload

func (*GetOrganizationsLimitsChangerequestsInternalServerError) IsClientError

IsClientError returns true when this get organizations limits changerequests internal server error response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestsInternalServerError) IsCode

IsCode returns true when this get organizations limits changerequests internal server error response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestsInternalServerError) IsRedirect

IsRedirect returns true when this get organizations limits changerequests internal server error response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestsInternalServerError) IsServerError

IsServerError returns true when this get organizations limits changerequests internal server error response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestsInternalServerError) IsSuccess

IsSuccess returns true when this get organizations limits changerequests internal server error response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestsInternalServerError) String

type GetOrganizationsLimitsChangerequestsNotFound

type GetOrganizationsLimitsChangerequestsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetOrganizationsLimitsChangerequestsNotFound

func NewGetOrganizationsLimitsChangerequestsNotFound() *GetOrganizationsLimitsChangerequestsNotFound

NewGetOrganizationsLimitsChangerequestsNotFound creates a GetOrganizationsLimitsChangerequestsNotFound with default headers values

func (*GetOrganizationsLimitsChangerequestsNotFound) Error

func (*GetOrganizationsLimitsChangerequestsNotFound) GetPayload

func (*GetOrganizationsLimitsChangerequestsNotFound) IsClientError

IsClientError returns true when this get organizations limits changerequests not found response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestsNotFound) IsCode

IsCode returns true when this get organizations limits changerequests not found response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestsNotFound) IsRedirect

IsRedirect returns true when this get organizations limits changerequests not found response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestsNotFound) IsServerError

IsServerError returns true when this get organizations limits changerequests not found response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestsNotFound) IsSuccess

IsSuccess returns true when this get organizations limits changerequests not found response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestsNotFound) String

type GetOrganizationsLimitsChangerequestsOK

type GetOrganizationsLimitsChangerequestsOK struct {
	Payload *models.LimitChangeRequestsEntityListing
}

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

successful operation

func NewGetOrganizationsLimitsChangerequestsOK

func NewGetOrganizationsLimitsChangerequestsOK() *GetOrganizationsLimitsChangerequestsOK

NewGetOrganizationsLimitsChangerequestsOK creates a GetOrganizationsLimitsChangerequestsOK with default headers values

func (*GetOrganizationsLimitsChangerequestsOK) Error

func (*GetOrganizationsLimitsChangerequestsOK) GetPayload

func (*GetOrganizationsLimitsChangerequestsOK) IsClientError

func (o *GetOrganizationsLimitsChangerequestsOK) IsClientError() bool

IsClientError returns true when this get organizations limits changerequests o k response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestsOK) IsCode

IsCode returns true when this get organizations limits changerequests o k response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestsOK) IsRedirect

IsRedirect returns true when this get organizations limits changerequests o k response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestsOK) IsServerError

func (o *GetOrganizationsLimitsChangerequestsOK) IsServerError() bool

IsServerError returns true when this get organizations limits changerequests o k response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestsOK) IsSuccess

IsSuccess returns true when this get organizations limits changerequests o k response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestsOK) String

type GetOrganizationsLimitsChangerequestsParams

type GetOrganizationsLimitsChangerequestsParams struct {

	/* After.

	   Timestamp indicating the date to begin after when searching for requests.

	   Format: int64
	*/
	After *int64

	/* Before.

	   Timestamp indicating the date to end before when searching for requests.

	   Format: int64
	*/
	Before *int64

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* PageSize.

	   Page Size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* Status.

	   Status of the request to be filtered by
	*/
	Status *string

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

GetOrganizationsLimitsChangerequestsParams contains all the parameters to send to the API endpoint

for the get organizations limits changerequests operation.

Typically these are written to a http.Request.

func NewGetOrganizationsLimitsChangerequestsParams

func NewGetOrganizationsLimitsChangerequestsParams() *GetOrganizationsLimitsChangerequestsParams

NewGetOrganizationsLimitsChangerequestsParams creates a new GetOrganizationsLimitsChangerequestsParams 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 NewGetOrganizationsLimitsChangerequestsParamsWithContext

func NewGetOrganizationsLimitsChangerequestsParamsWithContext(ctx context.Context) *GetOrganizationsLimitsChangerequestsParams

NewGetOrganizationsLimitsChangerequestsParamsWithContext creates a new GetOrganizationsLimitsChangerequestsParams object with the ability to set a context for a request.

func NewGetOrganizationsLimitsChangerequestsParamsWithHTTPClient

func NewGetOrganizationsLimitsChangerequestsParamsWithHTTPClient(client *http.Client) *GetOrganizationsLimitsChangerequestsParams

NewGetOrganizationsLimitsChangerequestsParamsWithHTTPClient creates a new GetOrganizationsLimitsChangerequestsParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationsLimitsChangerequestsParamsWithTimeout

func NewGetOrganizationsLimitsChangerequestsParamsWithTimeout(timeout time.Duration) *GetOrganizationsLimitsChangerequestsParams

NewGetOrganizationsLimitsChangerequestsParamsWithTimeout creates a new GetOrganizationsLimitsChangerequestsParams object with the ability to set a timeout on a request.

func (*GetOrganizationsLimitsChangerequestsParams) SetAfter

SetAfter adds the after to the get organizations limits changerequests params

func (*GetOrganizationsLimitsChangerequestsParams) SetBefore

func (o *GetOrganizationsLimitsChangerequestsParams) SetBefore(before *int64)

SetBefore adds the before to the get organizations limits changerequests params

func (*GetOrganizationsLimitsChangerequestsParams) SetContext

SetContext adds the context to the get organizations limits changerequests params

func (*GetOrganizationsLimitsChangerequestsParams) SetDefaults

SetDefaults hydrates default values in the get organizations limits changerequests params (not the query body).

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

func (*GetOrganizationsLimitsChangerequestsParams) SetExpand

func (o *GetOrganizationsLimitsChangerequestsParams) SetExpand(expand []string)

SetExpand adds the expand to the get organizations limits changerequests params

func (*GetOrganizationsLimitsChangerequestsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organizations limits changerequests params

func (*GetOrganizationsLimitsChangerequestsParams) SetPageSize

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

SetPageSize adds the pageSize to the get organizations limits changerequests params

func (*GetOrganizationsLimitsChangerequestsParams) SetStatus

func (o *GetOrganizationsLimitsChangerequestsParams) SetStatus(status *string)

SetStatus adds the status to the get organizations limits changerequests params

func (*GetOrganizationsLimitsChangerequestsParams) SetTimeout

SetTimeout adds the timeout to the get organizations limits changerequests params

func (*GetOrganizationsLimitsChangerequestsParams) WithAfter

WithAfter adds the after to the get organizations limits changerequests params

func (*GetOrganizationsLimitsChangerequestsParams) WithBefore

WithBefore adds the before to the get organizations limits changerequests params

func (*GetOrganizationsLimitsChangerequestsParams) WithContext

WithContext adds the context to the get organizations limits changerequests params

func (*GetOrganizationsLimitsChangerequestsParams) WithDefaults

WithDefaults hydrates default values in the get organizations limits changerequests params (not the query body).

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

func (*GetOrganizationsLimitsChangerequestsParams) WithExpand

WithExpand adds the expand to the get organizations limits changerequests params

func (*GetOrganizationsLimitsChangerequestsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organizations limits changerequests params

func (*GetOrganizationsLimitsChangerequestsParams) WithPageSize

WithPageSize adds the pageSize to the get organizations limits changerequests params

func (*GetOrganizationsLimitsChangerequestsParams) WithStatus

WithStatus adds the status to the get organizations limits changerequests params

func (*GetOrganizationsLimitsChangerequestsParams) WithTimeout

WithTimeout adds the timeout to the get organizations limits changerequests params

func (*GetOrganizationsLimitsChangerequestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationsLimitsChangerequestsReader

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

GetOrganizationsLimitsChangerequestsReader is a Reader for the GetOrganizationsLimitsChangerequests structure.

func (*GetOrganizationsLimitsChangerequestsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationsLimitsChangerequestsRequestEntityTooLarge

type GetOrganizationsLimitsChangerequestsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsChangerequestsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetOrganizationsLimitsChangerequestsRequestEntityTooLarge

func NewGetOrganizationsLimitsChangerequestsRequestEntityTooLarge() *GetOrganizationsLimitsChangerequestsRequestEntityTooLarge

NewGetOrganizationsLimitsChangerequestsRequestEntityTooLarge creates a GetOrganizationsLimitsChangerequestsRequestEntityTooLarge with default headers values

func (*GetOrganizationsLimitsChangerequestsRequestEntityTooLarge) Error

func (*GetOrganizationsLimitsChangerequestsRequestEntityTooLarge) GetPayload

func (*GetOrganizationsLimitsChangerequestsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get organizations limits changerequests request entity too large response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestsRequestEntityTooLarge) IsCode

IsCode returns true when this get organizations limits changerequests request entity too large response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get organizations limits changerequests request entity too large response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get organizations limits changerequests request entity too large response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get organizations limits changerequests request entity too large response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestsRequestEntityTooLarge) String

type GetOrganizationsLimitsChangerequestsRequestTimeout

type GetOrganizationsLimitsChangerequestsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsChangerequestsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetOrganizationsLimitsChangerequestsRequestTimeout

func NewGetOrganizationsLimitsChangerequestsRequestTimeout() *GetOrganizationsLimitsChangerequestsRequestTimeout

NewGetOrganizationsLimitsChangerequestsRequestTimeout creates a GetOrganizationsLimitsChangerequestsRequestTimeout with default headers values

func (*GetOrganizationsLimitsChangerequestsRequestTimeout) Error

func (*GetOrganizationsLimitsChangerequestsRequestTimeout) GetPayload

func (*GetOrganizationsLimitsChangerequestsRequestTimeout) IsClientError

IsClientError returns true when this get organizations limits changerequests request timeout response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestsRequestTimeout) IsCode

IsCode returns true when this get organizations limits changerequests request timeout response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestsRequestTimeout) IsRedirect

IsRedirect returns true when this get organizations limits changerequests request timeout response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestsRequestTimeout) IsServerError

IsServerError returns true when this get organizations limits changerequests request timeout response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestsRequestTimeout) IsSuccess

IsSuccess returns true when this get organizations limits changerequests request timeout response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestsRequestTimeout) String

type GetOrganizationsLimitsChangerequestsServiceUnavailable

type GetOrganizationsLimitsChangerequestsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsChangerequestsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetOrganizationsLimitsChangerequestsServiceUnavailable

func NewGetOrganizationsLimitsChangerequestsServiceUnavailable() *GetOrganizationsLimitsChangerequestsServiceUnavailable

NewGetOrganizationsLimitsChangerequestsServiceUnavailable creates a GetOrganizationsLimitsChangerequestsServiceUnavailable with default headers values

func (*GetOrganizationsLimitsChangerequestsServiceUnavailable) Error

func (*GetOrganizationsLimitsChangerequestsServiceUnavailable) GetPayload

func (*GetOrganizationsLimitsChangerequestsServiceUnavailable) IsClientError

IsClientError returns true when this get organizations limits changerequests service unavailable response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestsServiceUnavailable) IsCode

IsCode returns true when this get organizations limits changerequests service unavailable response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestsServiceUnavailable) IsRedirect

IsRedirect returns true when this get organizations limits changerequests service unavailable response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestsServiceUnavailable) IsServerError

IsServerError returns true when this get organizations limits changerequests service unavailable response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestsServiceUnavailable) IsSuccess

IsSuccess returns true when this get organizations limits changerequests service unavailable response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestsServiceUnavailable) String

type GetOrganizationsLimitsChangerequestsTooManyRequests

type GetOrganizationsLimitsChangerequestsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsChangerequestsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetOrganizationsLimitsChangerequestsTooManyRequests

func NewGetOrganizationsLimitsChangerequestsTooManyRequests() *GetOrganizationsLimitsChangerequestsTooManyRequests

NewGetOrganizationsLimitsChangerequestsTooManyRequests creates a GetOrganizationsLimitsChangerequestsTooManyRequests with default headers values

func (*GetOrganizationsLimitsChangerequestsTooManyRequests) Error

func (*GetOrganizationsLimitsChangerequestsTooManyRequests) GetPayload

func (*GetOrganizationsLimitsChangerequestsTooManyRequests) IsClientError

IsClientError returns true when this get organizations limits changerequests too many requests response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestsTooManyRequests) IsCode

IsCode returns true when this get organizations limits changerequests too many requests response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestsTooManyRequests) IsRedirect

IsRedirect returns true when this get organizations limits changerequests too many requests response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestsTooManyRequests) IsServerError

IsServerError returns true when this get organizations limits changerequests too many requests response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestsTooManyRequests) IsSuccess

IsSuccess returns true when this get organizations limits changerequests too many requests response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestsTooManyRequests) String

type GetOrganizationsLimitsChangerequestsUnauthorized

type GetOrganizationsLimitsChangerequestsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetOrganizationsLimitsChangerequestsUnauthorized

func NewGetOrganizationsLimitsChangerequestsUnauthorized() *GetOrganizationsLimitsChangerequestsUnauthorized

NewGetOrganizationsLimitsChangerequestsUnauthorized creates a GetOrganizationsLimitsChangerequestsUnauthorized with default headers values

func (*GetOrganizationsLimitsChangerequestsUnauthorized) Error

func (*GetOrganizationsLimitsChangerequestsUnauthorized) GetPayload

func (*GetOrganizationsLimitsChangerequestsUnauthorized) IsClientError

IsClientError returns true when this get organizations limits changerequests unauthorized response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestsUnauthorized) IsCode

IsCode returns true when this get organizations limits changerequests unauthorized response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestsUnauthorized) IsRedirect

IsRedirect returns true when this get organizations limits changerequests unauthorized response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestsUnauthorized) IsServerError

IsServerError returns true when this get organizations limits changerequests unauthorized response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestsUnauthorized) IsSuccess

IsSuccess returns true when this get organizations limits changerequests unauthorized response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestsUnauthorized) String

type GetOrganizationsLimitsChangerequestsUnsupportedMediaType

type GetOrganizationsLimitsChangerequestsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsChangerequestsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetOrganizationsLimitsChangerequestsUnsupportedMediaType

func NewGetOrganizationsLimitsChangerequestsUnsupportedMediaType() *GetOrganizationsLimitsChangerequestsUnsupportedMediaType

NewGetOrganizationsLimitsChangerequestsUnsupportedMediaType creates a GetOrganizationsLimitsChangerequestsUnsupportedMediaType with default headers values

func (*GetOrganizationsLimitsChangerequestsUnsupportedMediaType) Error

func (*GetOrganizationsLimitsChangerequestsUnsupportedMediaType) GetPayload

func (*GetOrganizationsLimitsChangerequestsUnsupportedMediaType) IsClientError

IsClientError returns true when this get organizations limits changerequests unsupported media type response has a 4xx status code

func (*GetOrganizationsLimitsChangerequestsUnsupportedMediaType) IsCode

IsCode returns true when this get organizations limits changerequests unsupported media type response a status code equal to that given

func (*GetOrganizationsLimitsChangerequestsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get organizations limits changerequests unsupported media type response has a 3xx status code

func (*GetOrganizationsLimitsChangerequestsUnsupportedMediaType) IsServerError

IsServerError returns true when this get organizations limits changerequests unsupported media type response has a 5xx status code

func (*GetOrganizationsLimitsChangerequestsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get organizations limits changerequests unsupported media type response has a 2xx status code

func (*GetOrganizationsLimitsChangerequestsUnsupportedMediaType) String

type GetOrganizationsLimitsDocsBadRequest

type GetOrganizationsLimitsDocsBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetOrganizationsLimitsDocsBadRequest

func NewGetOrganizationsLimitsDocsBadRequest() *GetOrganizationsLimitsDocsBadRequest

NewGetOrganizationsLimitsDocsBadRequest creates a GetOrganizationsLimitsDocsBadRequest with default headers values

func (*GetOrganizationsLimitsDocsBadRequest) Error

func (*GetOrganizationsLimitsDocsBadRequest) GetPayload

func (*GetOrganizationsLimitsDocsBadRequest) IsClientError

func (o *GetOrganizationsLimitsDocsBadRequest) IsClientError() bool

IsClientError returns true when this get organizations limits docs bad request response has a 4xx status code

func (*GetOrganizationsLimitsDocsBadRequest) IsCode

IsCode returns true when this get organizations limits docs bad request response a status code equal to that given

func (*GetOrganizationsLimitsDocsBadRequest) IsRedirect

IsRedirect returns true when this get organizations limits docs bad request response has a 3xx status code

func (*GetOrganizationsLimitsDocsBadRequest) IsServerError

func (o *GetOrganizationsLimitsDocsBadRequest) IsServerError() bool

IsServerError returns true when this get organizations limits docs bad request response has a 5xx status code

func (*GetOrganizationsLimitsDocsBadRequest) IsSuccess

IsSuccess returns true when this get organizations limits docs bad request response has a 2xx status code

func (*GetOrganizationsLimitsDocsBadRequest) String

type GetOrganizationsLimitsDocsForbidden

type GetOrganizationsLimitsDocsForbidden struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsDocsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetOrganizationsLimitsDocsForbidden

func NewGetOrganizationsLimitsDocsForbidden() *GetOrganizationsLimitsDocsForbidden

NewGetOrganizationsLimitsDocsForbidden creates a GetOrganizationsLimitsDocsForbidden with default headers values

func (*GetOrganizationsLimitsDocsForbidden) Error

func (*GetOrganizationsLimitsDocsForbidden) GetPayload

func (*GetOrganizationsLimitsDocsForbidden) IsClientError

func (o *GetOrganizationsLimitsDocsForbidden) IsClientError() bool

IsClientError returns true when this get organizations limits docs forbidden response has a 4xx status code

func (*GetOrganizationsLimitsDocsForbidden) IsCode

IsCode returns true when this get organizations limits docs forbidden response a status code equal to that given

func (*GetOrganizationsLimitsDocsForbidden) IsRedirect

func (o *GetOrganizationsLimitsDocsForbidden) IsRedirect() bool

IsRedirect returns true when this get organizations limits docs forbidden response has a 3xx status code

func (*GetOrganizationsLimitsDocsForbidden) IsServerError

func (o *GetOrganizationsLimitsDocsForbidden) IsServerError() bool

IsServerError returns true when this get organizations limits docs forbidden response has a 5xx status code

func (*GetOrganizationsLimitsDocsForbidden) IsSuccess

IsSuccess returns true when this get organizations limits docs forbidden response has a 2xx status code

func (*GetOrganizationsLimitsDocsForbidden) String

type GetOrganizationsLimitsDocsGatewayTimeout

type GetOrganizationsLimitsDocsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsDocsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetOrganizationsLimitsDocsGatewayTimeout

func NewGetOrganizationsLimitsDocsGatewayTimeout() *GetOrganizationsLimitsDocsGatewayTimeout

NewGetOrganizationsLimitsDocsGatewayTimeout creates a GetOrganizationsLimitsDocsGatewayTimeout with default headers values

func (*GetOrganizationsLimitsDocsGatewayTimeout) Error

func (*GetOrganizationsLimitsDocsGatewayTimeout) GetPayload

func (*GetOrganizationsLimitsDocsGatewayTimeout) IsClientError

IsClientError returns true when this get organizations limits docs gateway timeout response has a 4xx status code

func (*GetOrganizationsLimitsDocsGatewayTimeout) IsCode

IsCode returns true when this get organizations limits docs gateway timeout response a status code equal to that given

func (*GetOrganizationsLimitsDocsGatewayTimeout) IsRedirect

IsRedirect returns true when this get organizations limits docs gateway timeout response has a 3xx status code

func (*GetOrganizationsLimitsDocsGatewayTimeout) IsServerError

IsServerError returns true when this get organizations limits docs gateway timeout response has a 5xx status code

func (*GetOrganizationsLimitsDocsGatewayTimeout) IsSuccess

IsSuccess returns true when this get organizations limits docs gateway timeout response has a 2xx status code

func (*GetOrganizationsLimitsDocsGatewayTimeout) String

type GetOrganizationsLimitsDocsInternalServerError

type GetOrganizationsLimitsDocsInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetOrganizationsLimitsDocsInternalServerError

func NewGetOrganizationsLimitsDocsInternalServerError() *GetOrganizationsLimitsDocsInternalServerError

NewGetOrganizationsLimitsDocsInternalServerError creates a GetOrganizationsLimitsDocsInternalServerError with default headers values

func (*GetOrganizationsLimitsDocsInternalServerError) Error

func (*GetOrganizationsLimitsDocsInternalServerError) GetPayload

func (*GetOrganizationsLimitsDocsInternalServerError) IsClientError

IsClientError returns true when this get organizations limits docs internal server error response has a 4xx status code

func (*GetOrganizationsLimitsDocsInternalServerError) IsCode

IsCode returns true when this get organizations limits docs internal server error response a status code equal to that given

func (*GetOrganizationsLimitsDocsInternalServerError) IsRedirect

IsRedirect returns true when this get organizations limits docs internal server error response has a 3xx status code

func (*GetOrganizationsLimitsDocsInternalServerError) IsServerError

IsServerError returns true when this get organizations limits docs internal server error response has a 5xx status code

func (*GetOrganizationsLimitsDocsInternalServerError) IsSuccess

IsSuccess returns true when this get organizations limits docs internal server error response has a 2xx status code

func (*GetOrganizationsLimitsDocsInternalServerError) String

type GetOrganizationsLimitsDocsNotFound

type GetOrganizationsLimitsDocsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetOrganizationsLimitsDocsNotFound

func NewGetOrganizationsLimitsDocsNotFound() *GetOrganizationsLimitsDocsNotFound

NewGetOrganizationsLimitsDocsNotFound creates a GetOrganizationsLimitsDocsNotFound with default headers values

func (*GetOrganizationsLimitsDocsNotFound) Error

func (*GetOrganizationsLimitsDocsNotFound) GetPayload

func (*GetOrganizationsLimitsDocsNotFound) IsClientError

func (o *GetOrganizationsLimitsDocsNotFound) IsClientError() bool

IsClientError returns true when this get organizations limits docs not found response has a 4xx status code

func (*GetOrganizationsLimitsDocsNotFound) IsCode

IsCode returns true when this get organizations limits docs not found response a status code equal to that given

func (*GetOrganizationsLimitsDocsNotFound) IsRedirect

func (o *GetOrganizationsLimitsDocsNotFound) IsRedirect() bool

IsRedirect returns true when this get organizations limits docs not found response has a 3xx status code

func (*GetOrganizationsLimitsDocsNotFound) IsServerError

func (o *GetOrganizationsLimitsDocsNotFound) IsServerError() bool

IsServerError returns true when this get organizations limits docs not found response has a 5xx status code

func (*GetOrganizationsLimitsDocsNotFound) IsSuccess

IsSuccess returns true when this get organizations limits docs not found response has a 2xx status code

func (*GetOrganizationsLimitsDocsNotFound) String

type GetOrganizationsLimitsDocsOK

type GetOrganizationsLimitsDocsOK struct {
	Payload *models.URLResponse
}

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

successful operation

func NewGetOrganizationsLimitsDocsOK

func NewGetOrganizationsLimitsDocsOK() *GetOrganizationsLimitsDocsOK

NewGetOrganizationsLimitsDocsOK creates a GetOrganizationsLimitsDocsOK with default headers values

func (*GetOrganizationsLimitsDocsOK) Error

func (*GetOrganizationsLimitsDocsOK) GetPayload

func (*GetOrganizationsLimitsDocsOK) IsClientError

func (o *GetOrganizationsLimitsDocsOK) IsClientError() bool

IsClientError returns true when this get organizations limits docs o k response has a 4xx status code

func (*GetOrganizationsLimitsDocsOK) IsCode

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

IsCode returns true when this get organizations limits docs o k response a status code equal to that given

func (*GetOrganizationsLimitsDocsOK) IsRedirect

func (o *GetOrganizationsLimitsDocsOK) IsRedirect() bool

IsRedirect returns true when this get organizations limits docs o k response has a 3xx status code

func (*GetOrganizationsLimitsDocsOK) IsServerError

func (o *GetOrganizationsLimitsDocsOK) IsServerError() bool

IsServerError returns true when this get organizations limits docs o k response has a 5xx status code

func (*GetOrganizationsLimitsDocsOK) IsSuccess

func (o *GetOrganizationsLimitsDocsOK) IsSuccess() bool

IsSuccess returns true when this get organizations limits docs o k response has a 2xx status code

func (*GetOrganizationsLimitsDocsOK) String

type GetOrganizationsLimitsDocsParams

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

GetOrganizationsLimitsDocsParams contains all the parameters to send to the API endpoint

for the get organizations limits docs operation.

Typically these are written to a http.Request.

func NewGetOrganizationsLimitsDocsParams

func NewGetOrganizationsLimitsDocsParams() *GetOrganizationsLimitsDocsParams

NewGetOrganizationsLimitsDocsParams creates a new GetOrganizationsLimitsDocsParams 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 NewGetOrganizationsLimitsDocsParamsWithContext

func NewGetOrganizationsLimitsDocsParamsWithContext(ctx context.Context) *GetOrganizationsLimitsDocsParams

NewGetOrganizationsLimitsDocsParamsWithContext creates a new GetOrganizationsLimitsDocsParams object with the ability to set a context for a request.

func NewGetOrganizationsLimitsDocsParamsWithHTTPClient

func NewGetOrganizationsLimitsDocsParamsWithHTTPClient(client *http.Client) *GetOrganizationsLimitsDocsParams

NewGetOrganizationsLimitsDocsParamsWithHTTPClient creates a new GetOrganizationsLimitsDocsParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationsLimitsDocsParamsWithTimeout

func NewGetOrganizationsLimitsDocsParamsWithTimeout(timeout time.Duration) *GetOrganizationsLimitsDocsParams

NewGetOrganizationsLimitsDocsParamsWithTimeout creates a new GetOrganizationsLimitsDocsParams object with the ability to set a timeout on a request.

func (*GetOrganizationsLimitsDocsParams) SetContext

SetContext adds the context to the get organizations limits docs params

func (*GetOrganizationsLimitsDocsParams) SetDefaults

func (o *GetOrganizationsLimitsDocsParams) SetDefaults()

SetDefaults hydrates default values in the get organizations limits docs params (not the query body).

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

func (*GetOrganizationsLimitsDocsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organizations limits docs params

func (*GetOrganizationsLimitsDocsParams) SetTimeout

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

SetTimeout adds the timeout to the get organizations limits docs params

func (*GetOrganizationsLimitsDocsParams) WithContext

WithContext adds the context to the get organizations limits docs params

func (*GetOrganizationsLimitsDocsParams) WithDefaults

WithDefaults hydrates default values in the get organizations limits docs params (not the query body).

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

func (*GetOrganizationsLimitsDocsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organizations limits docs params

func (*GetOrganizationsLimitsDocsParams) WithTimeout

WithTimeout adds the timeout to the get organizations limits docs params

func (*GetOrganizationsLimitsDocsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationsLimitsDocsReader

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

GetOrganizationsLimitsDocsReader is a Reader for the GetOrganizationsLimitsDocs structure.

func (*GetOrganizationsLimitsDocsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationsLimitsDocsRequestEntityTooLarge

type GetOrganizationsLimitsDocsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsDocsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetOrganizationsLimitsDocsRequestEntityTooLarge

func NewGetOrganizationsLimitsDocsRequestEntityTooLarge() *GetOrganizationsLimitsDocsRequestEntityTooLarge

NewGetOrganizationsLimitsDocsRequestEntityTooLarge creates a GetOrganizationsLimitsDocsRequestEntityTooLarge with default headers values

func (*GetOrganizationsLimitsDocsRequestEntityTooLarge) Error

func (*GetOrganizationsLimitsDocsRequestEntityTooLarge) GetPayload

func (*GetOrganizationsLimitsDocsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get organizations limits docs request entity too large response has a 4xx status code

func (*GetOrganizationsLimitsDocsRequestEntityTooLarge) IsCode

IsCode returns true when this get organizations limits docs request entity too large response a status code equal to that given

func (*GetOrganizationsLimitsDocsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get organizations limits docs request entity too large response has a 3xx status code

func (*GetOrganizationsLimitsDocsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get organizations limits docs request entity too large response has a 5xx status code

func (*GetOrganizationsLimitsDocsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get organizations limits docs request entity too large response has a 2xx status code

func (*GetOrganizationsLimitsDocsRequestEntityTooLarge) String

type GetOrganizationsLimitsDocsRequestTimeout

type GetOrganizationsLimitsDocsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsDocsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetOrganizationsLimitsDocsRequestTimeout

func NewGetOrganizationsLimitsDocsRequestTimeout() *GetOrganizationsLimitsDocsRequestTimeout

NewGetOrganizationsLimitsDocsRequestTimeout creates a GetOrganizationsLimitsDocsRequestTimeout with default headers values

func (*GetOrganizationsLimitsDocsRequestTimeout) Error

func (*GetOrganizationsLimitsDocsRequestTimeout) GetPayload

func (*GetOrganizationsLimitsDocsRequestTimeout) IsClientError

IsClientError returns true when this get organizations limits docs request timeout response has a 4xx status code

func (*GetOrganizationsLimitsDocsRequestTimeout) IsCode

IsCode returns true when this get organizations limits docs request timeout response a status code equal to that given

func (*GetOrganizationsLimitsDocsRequestTimeout) IsRedirect

IsRedirect returns true when this get organizations limits docs request timeout response has a 3xx status code

func (*GetOrganizationsLimitsDocsRequestTimeout) IsServerError

IsServerError returns true when this get organizations limits docs request timeout response has a 5xx status code

func (*GetOrganizationsLimitsDocsRequestTimeout) IsSuccess

IsSuccess returns true when this get organizations limits docs request timeout response has a 2xx status code

func (*GetOrganizationsLimitsDocsRequestTimeout) String

type GetOrganizationsLimitsDocsServiceUnavailable

type GetOrganizationsLimitsDocsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsDocsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetOrganizationsLimitsDocsServiceUnavailable

func NewGetOrganizationsLimitsDocsServiceUnavailable() *GetOrganizationsLimitsDocsServiceUnavailable

NewGetOrganizationsLimitsDocsServiceUnavailable creates a GetOrganizationsLimitsDocsServiceUnavailable with default headers values

func (*GetOrganizationsLimitsDocsServiceUnavailable) Error

func (*GetOrganizationsLimitsDocsServiceUnavailable) GetPayload

func (*GetOrganizationsLimitsDocsServiceUnavailable) IsClientError

IsClientError returns true when this get organizations limits docs service unavailable response has a 4xx status code

func (*GetOrganizationsLimitsDocsServiceUnavailable) IsCode

IsCode returns true when this get organizations limits docs service unavailable response a status code equal to that given

func (*GetOrganizationsLimitsDocsServiceUnavailable) IsRedirect

IsRedirect returns true when this get organizations limits docs service unavailable response has a 3xx status code

func (*GetOrganizationsLimitsDocsServiceUnavailable) IsServerError

IsServerError returns true when this get organizations limits docs service unavailable response has a 5xx status code

func (*GetOrganizationsLimitsDocsServiceUnavailable) IsSuccess

IsSuccess returns true when this get organizations limits docs service unavailable response has a 2xx status code

func (*GetOrganizationsLimitsDocsServiceUnavailable) String

type GetOrganizationsLimitsDocsTooManyRequests

type GetOrganizationsLimitsDocsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsDocsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetOrganizationsLimitsDocsTooManyRequests

func NewGetOrganizationsLimitsDocsTooManyRequests() *GetOrganizationsLimitsDocsTooManyRequests

NewGetOrganizationsLimitsDocsTooManyRequests creates a GetOrganizationsLimitsDocsTooManyRequests with default headers values

func (*GetOrganizationsLimitsDocsTooManyRequests) Error

func (*GetOrganizationsLimitsDocsTooManyRequests) GetPayload

func (*GetOrganizationsLimitsDocsTooManyRequests) IsClientError

IsClientError returns true when this get organizations limits docs too many requests response has a 4xx status code

func (*GetOrganizationsLimitsDocsTooManyRequests) IsCode

IsCode returns true when this get organizations limits docs too many requests response a status code equal to that given

func (*GetOrganizationsLimitsDocsTooManyRequests) IsRedirect

IsRedirect returns true when this get organizations limits docs too many requests response has a 3xx status code

func (*GetOrganizationsLimitsDocsTooManyRequests) IsServerError

IsServerError returns true when this get organizations limits docs too many requests response has a 5xx status code

func (*GetOrganizationsLimitsDocsTooManyRequests) IsSuccess

IsSuccess returns true when this get organizations limits docs too many requests response has a 2xx status code

func (*GetOrganizationsLimitsDocsTooManyRequests) String

type GetOrganizationsLimitsDocsUnauthorized

type GetOrganizationsLimitsDocsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetOrganizationsLimitsDocsUnauthorized

func NewGetOrganizationsLimitsDocsUnauthorized() *GetOrganizationsLimitsDocsUnauthorized

NewGetOrganizationsLimitsDocsUnauthorized creates a GetOrganizationsLimitsDocsUnauthorized with default headers values

func (*GetOrganizationsLimitsDocsUnauthorized) Error

func (*GetOrganizationsLimitsDocsUnauthorized) GetPayload

func (*GetOrganizationsLimitsDocsUnauthorized) IsClientError

func (o *GetOrganizationsLimitsDocsUnauthorized) IsClientError() bool

IsClientError returns true when this get organizations limits docs unauthorized response has a 4xx status code

func (*GetOrganizationsLimitsDocsUnauthorized) IsCode

IsCode returns true when this get organizations limits docs unauthorized response a status code equal to that given

func (*GetOrganizationsLimitsDocsUnauthorized) IsRedirect

IsRedirect returns true when this get organizations limits docs unauthorized response has a 3xx status code

func (*GetOrganizationsLimitsDocsUnauthorized) IsServerError

func (o *GetOrganizationsLimitsDocsUnauthorized) IsServerError() bool

IsServerError returns true when this get organizations limits docs unauthorized response has a 5xx status code

func (*GetOrganizationsLimitsDocsUnauthorized) IsSuccess

IsSuccess returns true when this get organizations limits docs unauthorized response has a 2xx status code

func (*GetOrganizationsLimitsDocsUnauthorized) String

type GetOrganizationsLimitsDocsUnsupportedMediaType

type GetOrganizationsLimitsDocsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsDocsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetOrganizationsLimitsDocsUnsupportedMediaType

func NewGetOrganizationsLimitsDocsUnsupportedMediaType() *GetOrganizationsLimitsDocsUnsupportedMediaType

NewGetOrganizationsLimitsDocsUnsupportedMediaType creates a GetOrganizationsLimitsDocsUnsupportedMediaType with default headers values

func (*GetOrganizationsLimitsDocsUnsupportedMediaType) Error

func (*GetOrganizationsLimitsDocsUnsupportedMediaType) GetPayload

func (*GetOrganizationsLimitsDocsUnsupportedMediaType) IsClientError

IsClientError returns true when this get organizations limits docs unsupported media type response has a 4xx status code

func (*GetOrganizationsLimitsDocsUnsupportedMediaType) IsCode

IsCode returns true when this get organizations limits docs unsupported media type response a status code equal to that given

func (*GetOrganizationsLimitsDocsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get organizations limits docs unsupported media type response has a 3xx status code

func (*GetOrganizationsLimitsDocsUnsupportedMediaType) IsServerError

IsServerError returns true when this get organizations limits docs unsupported media type response has a 5xx status code

func (*GetOrganizationsLimitsDocsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get organizations limits docs unsupported media type response has a 2xx status code

func (*GetOrganizationsLimitsDocsUnsupportedMediaType) String

type GetOrganizationsLimitsNamespaceBadRequest

type GetOrganizationsLimitsNamespaceBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetOrganizationsLimitsNamespaceBadRequest

func NewGetOrganizationsLimitsNamespaceBadRequest() *GetOrganizationsLimitsNamespaceBadRequest

NewGetOrganizationsLimitsNamespaceBadRequest creates a GetOrganizationsLimitsNamespaceBadRequest with default headers values

func (*GetOrganizationsLimitsNamespaceBadRequest) Error

func (*GetOrganizationsLimitsNamespaceBadRequest) GetPayload

func (*GetOrganizationsLimitsNamespaceBadRequest) IsClientError

IsClientError returns true when this get organizations limits namespace bad request response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceBadRequest) IsCode

IsCode returns true when this get organizations limits namespace bad request response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceBadRequest) IsRedirect

IsRedirect returns true when this get organizations limits namespace bad request response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceBadRequest) IsServerError

IsServerError returns true when this get organizations limits namespace bad request response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceBadRequest) IsSuccess

IsSuccess returns true when this get organizations limits namespace bad request response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceBadRequest) String

type GetOrganizationsLimitsNamespaceDefaultsBadRequest

type GetOrganizationsLimitsNamespaceDefaultsBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetOrganizationsLimitsNamespaceDefaultsBadRequest

func NewGetOrganizationsLimitsNamespaceDefaultsBadRequest() *GetOrganizationsLimitsNamespaceDefaultsBadRequest

NewGetOrganizationsLimitsNamespaceDefaultsBadRequest creates a GetOrganizationsLimitsNamespaceDefaultsBadRequest with default headers values

func (*GetOrganizationsLimitsNamespaceDefaultsBadRequest) Error

func (*GetOrganizationsLimitsNamespaceDefaultsBadRequest) GetPayload

func (*GetOrganizationsLimitsNamespaceDefaultsBadRequest) IsClientError

IsClientError returns true when this get organizations limits namespace defaults bad request response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsBadRequest) IsCode

IsCode returns true when this get organizations limits namespace defaults bad request response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceDefaultsBadRequest) IsRedirect

IsRedirect returns true when this get organizations limits namespace defaults bad request response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsBadRequest) IsServerError

IsServerError returns true when this get organizations limits namespace defaults bad request response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsBadRequest) IsSuccess

IsSuccess returns true when this get organizations limits namespace defaults bad request response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsBadRequest) String

type GetOrganizationsLimitsNamespaceDefaultsForbidden

type GetOrganizationsLimitsNamespaceDefaultsForbidden struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespaceDefaultsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetOrganizationsLimitsNamespaceDefaultsForbidden

func NewGetOrganizationsLimitsNamespaceDefaultsForbidden() *GetOrganizationsLimitsNamespaceDefaultsForbidden

NewGetOrganizationsLimitsNamespaceDefaultsForbidden creates a GetOrganizationsLimitsNamespaceDefaultsForbidden with default headers values

func (*GetOrganizationsLimitsNamespaceDefaultsForbidden) Error

func (*GetOrganizationsLimitsNamespaceDefaultsForbidden) GetPayload

func (*GetOrganizationsLimitsNamespaceDefaultsForbidden) IsClientError

IsClientError returns true when this get organizations limits namespace defaults forbidden response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsForbidden) IsCode

IsCode returns true when this get organizations limits namespace defaults forbidden response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceDefaultsForbidden) IsRedirect

IsRedirect returns true when this get organizations limits namespace defaults forbidden response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsForbidden) IsServerError

IsServerError returns true when this get organizations limits namespace defaults forbidden response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsForbidden) IsSuccess

IsSuccess returns true when this get organizations limits namespace defaults forbidden response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsForbidden) String

type GetOrganizationsLimitsNamespaceDefaultsGatewayTimeout

type GetOrganizationsLimitsNamespaceDefaultsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespaceDefaultsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetOrganizationsLimitsNamespaceDefaultsGatewayTimeout

func NewGetOrganizationsLimitsNamespaceDefaultsGatewayTimeout() *GetOrganizationsLimitsNamespaceDefaultsGatewayTimeout

NewGetOrganizationsLimitsNamespaceDefaultsGatewayTimeout creates a GetOrganizationsLimitsNamespaceDefaultsGatewayTimeout with default headers values

func (*GetOrganizationsLimitsNamespaceDefaultsGatewayTimeout) Error

func (*GetOrganizationsLimitsNamespaceDefaultsGatewayTimeout) GetPayload

func (*GetOrganizationsLimitsNamespaceDefaultsGatewayTimeout) IsClientError

IsClientError returns true when this get organizations limits namespace defaults gateway timeout response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsGatewayTimeout) IsCode

IsCode returns true when this get organizations limits namespace defaults gateway timeout response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceDefaultsGatewayTimeout) IsRedirect

IsRedirect returns true when this get organizations limits namespace defaults gateway timeout response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsGatewayTimeout) IsServerError

IsServerError returns true when this get organizations limits namespace defaults gateway timeout response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsGatewayTimeout) IsSuccess

IsSuccess returns true when this get organizations limits namespace defaults gateway timeout response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsGatewayTimeout) String

type GetOrganizationsLimitsNamespaceDefaultsInternalServerError

type GetOrganizationsLimitsNamespaceDefaultsInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetOrganizationsLimitsNamespaceDefaultsInternalServerError

func NewGetOrganizationsLimitsNamespaceDefaultsInternalServerError() *GetOrganizationsLimitsNamespaceDefaultsInternalServerError

NewGetOrganizationsLimitsNamespaceDefaultsInternalServerError creates a GetOrganizationsLimitsNamespaceDefaultsInternalServerError with default headers values

func (*GetOrganizationsLimitsNamespaceDefaultsInternalServerError) Error

func (*GetOrganizationsLimitsNamespaceDefaultsInternalServerError) GetPayload

func (*GetOrganizationsLimitsNamespaceDefaultsInternalServerError) IsClientError

IsClientError returns true when this get organizations limits namespace defaults internal server error response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsInternalServerError) IsCode

IsCode returns true when this get organizations limits namespace defaults internal server error response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceDefaultsInternalServerError) IsRedirect

IsRedirect returns true when this get organizations limits namespace defaults internal server error response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsInternalServerError) IsServerError

IsServerError returns true when this get organizations limits namespace defaults internal server error response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsInternalServerError) IsSuccess

IsSuccess returns true when this get organizations limits namespace defaults internal server error response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsInternalServerError) String

type GetOrganizationsLimitsNamespaceDefaultsNotFound

type GetOrganizationsLimitsNamespaceDefaultsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetOrganizationsLimitsNamespaceDefaultsNotFound

func NewGetOrganizationsLimitsNamespaceDefaultsNotFound() *GetOrganizationsLimitsNamespaceDefaultsNotFound

NewGetOrganizationsLimitsNamespaceDefaultsNotFound creates a GetOrganizationsLimitsNamespaceDefaultsNotFound with default headers values

func (*GetOrganizationsLimitsNamespaceDefaultsNotFound) Error

func (*GetOrganizationsLimitsNamespaceDefaultsNotFound) GetPayload

func (*GetOrganizationsLimitsNamespaceDefaultsNotFound) IsClientError

IsClientError returns true when this get organizations limits namespace defaults not found response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsNotFound) IsCode

IsCode returns true when this get organizations limits namespace defaults not found response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceDefaultsNotFound) IsRedirect

IsRedirect returns true when this get organizations limits namespace defaults not found response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsNotFound) IsServerError

IsServerError returns true when this get organizations limits namespace defaults not found response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsNotFound) IsSuccess

IsSuccess returns true when this get organizations limits namespace defaults not found response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsNotFound) String

type GetOrganizationsLimitsNamespaceDefaultsOK

type GetOrganizationsLimitsNamespaceDefaultsOK struct {
	Payload *models.LimitsEntityListing
}

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

successful operation

func NewGetOrganizationsLimitsNamespaceDefaultsOK

func NewGetOrganizationsLimitsNamespaceDefaultsOK() *GetOrganizationsLimitsNamespaceDefaultsOK

NewGetOrganizationsLimitsNamespaceDefaultsOK creates a GetOrganizationsLimitsNamespaceDefaultsOK with default headers values

func (*GetOrganizationsLimitsNamespaceDefaultsOK) Error

func (*GetOrganizationsLimitsNamespaceDefaultsOK) GetPayload

func (*GetOrganizationsLimitsNamespaceDefaultsOK) IsClientError

IsClientError returns true when this get organizations limits namespace defaults o k response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsOK) IsCode

IsCode returns true when this get organizations limits namespace defaults o k response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceDefaultsOK) IsRedirect

IsRedirect returns true when this get organizations limits namespace defaults o k response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsOK) IsServerError

IsServerError returns true when this get organizations limits namespace defaults o k response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsOK) IsSuccess

IsSuccess returns true when this get organizations limits namespace defaults o k response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsOK) String

type GetOrganizationsLimitsNamespaceDefaultsParams

type GetOrganizationsLimitsNamespaceDefaultsParams struct {

	/* NamespaceName.

	   The namespace to fetch defaults limits for
	*/
	NamespaceName string

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

GetOrganizationsLimitsNamespaceDefaultsParams contains all the parameters to send to the API endpoint

for the get organizations limits namespace defaults operation.

Typically these are written to a http.Request.

func NewGetOrganizationsLimitsNamespaceDefaultsParams

func NewGetOrganizationsLimitsNamespaceDefaultsParams() *GetOrganizationsLimitsNamespaceDefaultsParams

NewGetOrganizationsLimitsNamespaceDefaultsParams creates a new GetOrganizationsLimitsNamespaceDefaultsParams 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 NewGetOrganizationsLimitsNamespaceDefaultsParamsWithContext

func NewGetOrganizationsLimitsNamespaceDefaultsParamsWithContext(ctx context.Context) *GetOrganizationsLimitsNamespaceDefaultsParams

NewGetOrganizationsLimitsNamespaceDefaultsParamsWithContext creates a new GetOrganizationsLimitsNamespaceDefaultsParams object with the ability to set a context for a request.

func NewGetOrganizationsLimitsNamespaceDefaultsParamsWithHTTPClient

func NewGetOrganizationsLimitsNamespaceDefaultsParamsWithHTTPClient(client *http.Client) *GetOrganizationsLimitsNamespaceDefaultsParams

NewGetOrganizationsLimitsNamespaceDefaultsParamsWithHTTPClient creates a new GetOrganizationsLimitsNamespaceDefaultsParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationsLimitsNamespaceDefaultsParamsWithTimeout

func NewGetOrganizationsLimitsNamespaceDefaultsParamsWithTimeout(timeout time.Duration) *GetOrganizationsLimitsNamespaceDefaultsParams

NewGetOrganizationsLimitsNamespaceDefaultsParamsWithTimeout creates a new GetOrganizationsLimitsNamespaceDefaultsParams object with the ability to set a timeout on a request.

func (*GetOrganizationsLimitsNamespaceDefaultsParams) SetContext

SetContext adds the context to the get organizations limits namespace defaults params

func (*GetOrganizationsLimitsNamespaceDefaultsParams) SetDefaults

SetDefaults hydrates default values in the get organizations limits namespace defaults params (not the query body).

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

func (*GetOrganizationsLimitsNamespaceDefaultsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organizations limits namespace defaults params

func (*GetOrganizationsLimitsNamespaceDefaultsParams) SetNamespaceName

func (o *GetOrganizationsLimitsNamespaceDefaultsParams) SetNamespaceName(namespaceName string)

SetNamespaceName adds the namespaceName to the get organizations limits namespace defaults params

func (*GetOrganizationsLimitsNamespaceDefaultsParams) SetTimeout

SetTimeout adds the timeout to the get organizations limits namespace defaults params

func (*GetOrganizationsLimitsNamespaceDefaultsParams) WithContext

WithContext adds the context to the get organizations limits namespace defaults params

func (*GetOrganizationsLimitsNamespaceDefaultsParams) WithDefaults

WithDefaults hydrates default values in the get organizations limits namespace defaults params (not the query body).

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

func (*GetOrganizationsLimitsNamespaceDefaultsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organizations limits namespace defaults params

func (*GetOrganizationsLimitsNamespaceDefaultsParams) WithNamespaceName

WithNamespaceName adds the namespaceName to the get organizations limits namespace defaults params

func (*GetOrganizationsLimitsNamespaceDefaultsParams) WithTimeout

WithTimeout adds the timeout to the get organizations limits namespace defaults params

func (*GetOrganizationsLimitsNamespaceDefaultsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationsLimitsNamespaceDefaultsReader

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

GetOrganizationsLimitsNamespaceDefaultsReader is a Reader for the GetOrganizationsLimitsNamespaceDefaults structure.

func (*GetOrganizationsLimitsNamespaceDefaultsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationsLimitsNamespaceDefaultsRequestEntityTooLarge

type GetOrganizationsLimitsNamespaceDefaultsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespaceDefaultsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetOrganizationsLimitsNamespaceDefaultsRequestEntityTooLarge

func NewGetOrganizationsLimitsNamespaceDefaultsRequestEntityTooLarge() *GetOrganizationsLimitsNamespaceDefaultsRequestEntityTooLarge

NewGetOrganizationsLimitsNamespaceDefaultsRequestEntityTooLarge creates a GetOrganizationsLimitsNamespaceDefaultsRequestEntityTooLarge with default headers values

func (*GetOrganizationsLimitsNamespaceDefaultsRequestEntityTooLarge) Error

func (*GetOrganizationsLimitsNamespaceDefaultsRequestEntityTooLarge) GetPayload

func (*GetOrganizationsLimitsNamespaceDefaultsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get organizations limits namespace defaults request entity too large response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsRequestEntityTooLarge) IsCode

IsCode returns true when this get organizations limits namespace defaults request entity too large response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceDefaultsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get organizations limits namespace defaults request entity too large response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get organizations limits namespace defaults request entity too large response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get organizations limits namespace defaults request entity too large response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsRequestEntityTooLarge) String

type GetOrganizationsLimitsNamespaceDefaultsRequestTimeout

type GetOrganizationsLimitsNamespaceDefaultsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespaceDefaultsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetOrganizationsLimitsNamespaceDefaultsRequestTimeout

func NewGetOrganizationsLimitsNamespaceDefaultsRequestTimeout() *GetOrganizationsLimitsNamespaceDefaultsRequestTimeout

NewGetOrganizationsLimitsNamespaceDefaultsRequestTimeout creates a GetOrganizationsLimitsNamespaceDefaultsRequestTimeout with default headers values

func (*GetOrganizationsLimitsNamespaceDefaultsRequestTimeout) Error

func (*GetOrganizationsLimitsNamespaceDefaultsRequestTimeout) GetPayload

func (*GetOrganizationsLimitsNamespaceDefaultsRequestTimeout) IsClientError

IsClientError returns true when this get organizations limits namespace defaults request timeout response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsRequestTimeout) IsCode

IsCode returns true when this get organizations limits namespace defaults request timeout response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceDefaultsRequestTimeout) IsRedirect

IsRedirect returns true when this get organizations limits namespace defaults request timeout response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsRequestTimeout) IsServerError

IsServerError returns true when this get organizations limits namespace defaults request timeout response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsRequestTimeout) IsSuccess

IsSuccess returns true when this get organizations limits namespace defaults request timeout response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsRequestTimeout) String

type GetOrganizationsLimitsNamespaceDefaultsServiceUnavailable

type GetOrganizationsLimitsNamespaceDefaultsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespaceDefaultsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetOrganizationsLimitsNamespaceDefaultsServiceUnavailable

func NewGetOrganizationsLimitsNamespaceDefaultsServiceUnavailable() *GetOrganizationsLimitsNamespaceDefaultsServiceUnavailable

NewGetOrganizationsLimitsNamespaceDefaultsServiceUnavailable creates a GetOrganizationsLimitsNamespaceDefaultsServiceUnavailable with default headers values

func (*GetOrganizationsLimitsNamespaceDefaultsServiceUnavailable) Error

func (*GetOrganizationsLimitsNamespaceDefaultsServiceUnavailable) GetPayload

func (*GetOrganizationsLimitsNamespaceDefaultsServiceUnavailable) IsClientError

IsClientError returns true when this get organizations limits namespace defaults service unavailable response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsServiceUnavailable) IsCode

IsCode returns true when this get organizations limits namespace defaults service unavailable response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceDefaultsServiceUnavailable) IsRedirect

IsRedirect returns true when this get organizations limits namespace defaults service unavailable response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsServiceUnavailable) IsServerError

IsServerError returns true when this get organizations limits namespace defaults service unavailable response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsServiceUnavailable) IsSuccess

IsSuccess returns true when this get organizations limits namespace defaults service unavailable response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsServiceUnavailable) String

type GetOrganizationsLimitsNamespaceDefaultsTooManyRequests

type GetOrganizationsLimitsNamespaceDefaultsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespaceDefaultsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetOrganizationsLimitsNamespaceDefaultsTooManyRequests

func NewGetOrganizationsLimitsNamespaceDefaultsTooManyRequests() *GetOrganizationsLimitsNamespaceDefaultsTooManyRequests

NewGetOrganizationsLimitsNamespaceDefaultsTooManyRequests creates a GetOrganizationsLimitsNamespaceDefaultsTooManyRequests with default headers values

func (*GetOrganizationsLimitsNamespaceDefaultsTooManyRequests) Error

func (*GetOrganizationsLimitsNamespaceDefaultsTooManyRequests) GetPayload

func (*GetOrganizationsLimitsNamespaceDefaultsTooManyRequests) IsClientError

IsClientError returns true when this get organizations limits namespace defaults too many requests response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsTooManyRequests) IsCode

IsCode returns true when this get organizations limits namespace defaults too many requests response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceDefaultsTooManyRequests) IsRedirect

IsRedirect returns true when this get organizations limits namespace defaults too many requests response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsTooManyRequests) IsServerError

IsServerError returns true when this get organizations limits namespace defaults too many requests response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsTooManyRequests) IsSuccess

IsSuccess returns true when this get organizations limits namespace defaults too many requests response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsTooManyRequests) String

type GetOrganizationsLimitsNamespaceDefaultsUnauthorized

type GetOrganizationsLimitsNamespaceDefaultsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetOrganizationsLimitsNamespaceDefaultsUnauthorized

func NewGetOrganizationsLimitsNamespaceDefaultsUnauthorized() *GetOrganizationsLimitsNamespaceDefaultsUnauthorized

NewGetOrganizationsLimitsNamespaceDefaultsUnauthorized creates a GetOrganizationsLimitsNamespaceDefaultsUnauthorized with default headers values

func (*GetOrganizationsLimitsNamespaceDefaultsUnauthorized) Error

func (*GetOrganizationsLimitsNamespaceDefaultsUnauthorized) GetPayload

func (*GetOrganizationsLimitsNamespaceDefaultsUnauthorized) IsClientError

IsClientError returns true when this get organizations limits namespace defaults unauthorized response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsUnauthorized) IsCode

IsCode returns true when this get organizations limits namespace defaults unauthorized response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceDefaultsUnauthorized) IsRedirect

IsRedirect returns true when this get organizations limits namespace defaults unauthorized response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsUnauthorized) IsServerError

IsServerError returns true when this get organizations limits namespace defaults unauthorized response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsUnauthorized) IsSuccess

IsSuccess returns true when this get organizations limits namespace defaults unauthorized response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsUnauthorized) String

type GetOrganizationsLimitsNamespaceDefaultsUnsupportedMediaType

type GetOrganizationsLimitsNamespaceDefaultsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespaceDefaultsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetOrganizationsLimitsNamespaceDefaultsUnsupportedMediaType

func NewGetOrganizationsLimitsNamespaceDefaultsUnsupportedMediaType() *GetOrganizationsLimitsNamespaceDefaultsUnsupportedMediaType

NewGetOrganizationsLimitsNamespaceDefaultsUnsupportedMediaType creates a GetOrganizationsLimitsNamespaceDefaultsUnsupportedMediaType with default headers values

func (*GetOrganizationsLimitsNamespaceDefaultsUnsupportedMediaType) Error

func (*GetOrganizationsLimitsNamespaceDefaultsUnsupportedMediaType) GetPayload

func (*GetOrganizationsLimitsNamespaceDefaultsUnsupportedMediaType) IsClientError

IsClientError returns true when this get organizations limits namespace defaults unsupported media type response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsUnsupportedMediaType) IsCode

IsCode returns true when this get organizations limits namespace defaults unsupported media type response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceDefaultsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get organizations limits namespace defaults unsupported media type response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsUnsupportedMediaType) IsServerError

IsServerError returns true when this get organizations limits namespace defaults unsupported media type response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get organizations limits namespace defaults unsupported media type response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceDefaultsUnsupportedMediaType) String

type GetOrganizationsLimitsNamespaceForbidden

type GetOrganizationsLimitsNamespaceForbidden struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespaceForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetOrganizationsLimitsNamespaceForbidden

func NewGetOrganizationsLimitsNamespaceForbidden() *GetOrganizationsLimitsNamespaceForbidden

NewGetOrganizationsLimitsNamespaceForbidden creates a GetOrganizationsLimitsNamespaceForbidden with default headers values

func (*GetOrganizationsLimitsNamespaceForbidden) Error

func (*GetOrganizationsLimitsNamespaceForbidden) GetPayload

func (*GetOrganizationsLimitsNamespaceForbidden) IsClientError

IsClientError returns true when this get organizations limits namespace forbidden response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceForbidden) IsCode

IsCode returns true when this get organizations limits namespace forbidden response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceForbidden) IsRedirect

IsRedirect returns true when this get organizations limits namespace forbidden response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceForbidden) IsServerError

IsServerError returns true when this get organizations limits namespace forbidden response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceForbidden) IsSuccess

IsSuccess returns true when this get organizations limits namespace forbidden response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceForbidden) String

type GetOrganizationsLimitsNamespaceGatewayTimeout

type GetOrganizationsLimitsNamespaceGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespaceGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetOrganizationsLimitsNamespaceGatewayTimeout

func NewGetOrganizationsLimitsNamespaceGatewayTimeout() *GetOrganizationsLimitsNamespaceGatewayTimeout

NewGetOrganizationsLimitsNamespaceGatewayTimeout creates a GetOrganizationsLimitsNamespaceGatewayTimeout with default headers values

func (*GetOrganizationsLimitsNamespaceGatewayTimeout) Error

func (*GetOrganizationsLimitsNamespaceGatewayTimeout) GetPayload

func (*GetOrganizationsLimitsNamespaceGatewayTimeout) IsClientError

IsClientError returns true when this get organizations limits namespace gateway timeout response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceGatewayTimeout) IsCode

IsCode returns true when this get organizations limits namespace gateway timeout response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceGatewayTimeout) IsRedirect

IsRedirect returns true when this get organizations limits namespace gateway timeout response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceGatewayTimeout) IsServerError

IsServerError returns true when this get organizations limits namespace gateway timeout response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceGatewayTimeout) IsSuccess

IsSuccess returns true when this get organizations limits namespace gateway timeout response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceGatewayTimeout) String

type GetOrganizationsLimitsNamespaceInternalServerError

type GetOrganizationsLimitsNamespaceInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetOrganizationsLimitsNamespaceInternalServerError

func NewGetOrganizationsLimitsNamespaceInternalServerError() *GetOrganizationsLimitsNamespaceInternalServerError

NewGetOrganizationsLimitsNamespaceInternalServerError creates a GetOrganizationsLimitsNamespaceInternalServerError with default headers values

func (*GetOrganizationsLimitsNamespaceInternalServerError) Error

func (*GetOrganizationsLimitsNamespaceInternalServerError) GetPayload

func (*GetOrganizationsLimitsNamespaceInternalServerError) IsClientError

IsClientError returns true when this get organizations limits namespace internal server error response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceInternalServerError) IsCode

IsCode returns true when this get organizations limits namespace internal server error response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceInternalServerError) IsRedirect

IsRedirect returns true when this get organizations limits namespace internal server error response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceInternalServerError) IsServerError

IsServerError returns true when this get organizations limits namespace internal server error response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceInternalServerError) IsSuccess

IsSuccess returns true when this get organizations limits namespace internal server error response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceInternalServerError) String

type GetOrganizationsLimitsNamespaceNotFound

type GetOrganizationsLimitsNamespaceNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetOrganizationsLimitsNamespaceNotFound

func NewGetOrganizationsLimitsNamespaceNotFound() *GetOrganizationsLimitsNamespaceNotFound

NewGetOrganizationsLimitsNamespaceNotFound creates a GetOrganizationsLimitsNamespaceNotFound with default headers values

func (*GetOrganizationsLimitsNamespaceNotFound) Error

func (*GetOrganizationsLimitsNamespaceNotFound) GetPayload

func (*GetOrganizationsLimitsNamespaceNotFound) IsClientError

func (o *GetOrganizationsLimitsNamespaceNotFound) IsClientError() bool

IsClientError returns true when this get organizations limits namespace not found response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceNotFound) IsCode

IsCode returns true when this get organizations limits namespace not found response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceNotFound) IsRedirect

IsRedirect returns true when this get organizations limits namespace not found response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceNotFound) IsServerError

func (o *GetOrganizationsLimitsNamespaceNotFound) IsServerError() bool

IsServerError returns true when this get organizations limits namespace not found response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceNotFound) IsSuccess

IsSuccess returns true when this get organizations limits namespace not found response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceNotFound) String

type GetOrganizationsLimitsNamespaceOK

type GetOrganizationsLimitsNamespaceOK struct {
	Payload *models.LimitsEntityListing
}

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

successful operation

func NewGetOrganizationsLimitsNamespaceOK

func NewGetOrganizationsLimitsNamespaceOK() *GetOrganizationsLimitsNamespaceOK

NewGetOrganizationsLimitsNamespaceOK creates a GetOrganizationsLimitsNamespaceOK with default headers values

func (*GetOrganizationsLimitsNamespaceOK) Error

func (*GetOrganizationsLimitsNamespaceOK) GetPayload

func (*GetOrganizationsLimitsNamespaceOK) IsClientError

func (o *GetOrganizationsLimitsNamespaceOK) IsClientError() bool

IsClientError returns true when this get organizations limits namespace o k response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceOK) IsCode

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

IsCode returns true when this get organizations limits namespace o k response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceOK) IsRedirect

func (o *GetOrganizationsLimitsNamespaceOK) IsRedirect() bool

IsRedirect returns true when this get organizations limits namespace o k response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceOK) IsServerError

func (o *GetOrganizationsLimitsNamespaceOK) IsServerError() bool

IsServerError returns true when this get organizations limits namespace o k response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceOK) IsSuccess

func (o *GetOrganizationsLimitsNamespaceOK) IsSuccess() bool

IsSuccess returns true when this get organizations limits namespace o k response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceOK) String

type GetOrganizationsLimitsNamespaceParams

type GetOrganizationsLimitsNamespaceParams struct {

	/* NamespaceName.

	   The namespace to fetch limits for
	*/
	NamespaceName string

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

GetOrganizationsLimitsNamespaceParams contains all the parameters to send to the API endpoint

for the get organizations limits namespace operation.

Typically these are written to a http.Request.

func NewGetOrganizationsLimitsNamespaceParams

func NewGetOrganizationsLimitsNamespaceParams() *GetOrganizationsLimitsNamespaceParams

NewGetOrganizationsLimitsNamespaceParams creates a new GetOrganizationsLimitsNamespaceParams 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 NewGetOrganizationsLimitsNamespaceParamsWithContext

func NewGetOrganizationsLimitsNamespaceParamsWithContext(ctx context.Context) *GetOrganizationsLimitsNamespaceParams

NewGetOrganizationsLimitsNamespaceParamsWithContext creates a new GetOrganizationsLimitsNamespaceParams object with the ability to set a context for a request.

func NewGetOrganizationsLimitsNamespaceParamsWithHTTPClient

func NewGetOrganizationsLimitsNamespaceParamsWithHTTPClient(client *http.Client) *GetOrganizationsLimitsNamespaceParams

NewGetOrganizationsLimitsNamespaceParamsWithHTTPClient creates a new GetOrganizationsLimitsNamespaceParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationsLimitsNamespaceParamsWithTimeout

func NewGetOrganizationsLimitsNamespaceParamsWithTimeout(timeout time.Duration) *GetOrganizationsLimitsNamespaceParams

NewGetOrganizationsLimitsNamespaceParamsWithTimeout creates a new GetOrganizationsLimitsNamespaceParams object with the ability to set a timeout on a request.

func (*GetOrganizationsLimitsNamespaceParams) SetContext

SetContext adds the context to the get organizations limits namespace params

func (*GetOrganizationsLimitsNamespaceParams) SetDefaults

func (o *GetOrganizationsLimitsNamespaceParams) SetDefaults()

SetDefaults hydrates default values in the get organizations limits namespace params (not the query body).

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

func (*GetOrganizationsLimitsNamespaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organizations limits namespace params

func (*GetOrganizationsLimitsNamespaceParams) SetNamespaceName

func (o *GetOrganizationsLimitsNamespaceParams) SetNamespaceName(namespaceName string)

SetNamespaceName adds the namespaceName to the get organizations limits namespace params

func (*GetOrganizationsLimitsNamespaceParams) SetTimeout

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

SetTimeout adds the timeout to the get organizations limits namespace params

func (*GetOrganizationsLimitsNamespaceParams) WithContext

WithContext adds the context to the get organizations limits namespace params

func (*GetOrganizationsLimitsNamespaceParams) WithDefaults

WithDefaults hydrates default values in the get organizations limits namespace params (not the query body).

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

func (*GetOrganizationsLimitsNamespaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organizations limits namespace params

func (*GetOrganizationsLimitsNamespaceParams) WithNamespaceName

WithNamespaceName adds the namespaceName to the get organizations limits namespace params

func (*GetOrganizationsLimitsNamespaceParams) WithTimeout

WithTimeout adds the timeout to the get organizations limits namespace params

func (*GetOrganizationsLimitsNamespaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationsLimitsNamespaceReader

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

GetOrganizationsLimitsNamespaceReader is a Reader for the GetOrganizationsLimitsNamespace structure.

func (*GetOrganizationsLimitsNamespaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationsLimitsNamespaceRequestEntityTooLarge

type GetOrganizationsLimitsNamespaceRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespaceRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetOrganizationsLimitsNamespaceRequestEntityTooLarge

func NewGetOrganizationsLimitsNamespaceRequestEntityTooLarge() *GetOrganizationsLimitsNamespaceRequestEntityTooLarge

NewGetOrganizationsLimitsNamespaceRequestEntityTooLarge creates a GetOrganizationsLimitsNamespaceRequestEntityTooLarge with default headers values

func (*GetOrganizationsLimitsNamespaceRequestEntityTooLarge) Error

func (*GetOrganizationsLimitsNamespaceRequestEntityTooLarge) GetPayload

func (*GetOrganizationsLimitsNamespaceRequestEntityTooLarge) IsClientError

IsClientError returns true when this get organizations limits namespace request entity too large response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceRequestEntityTooLarge) IsCode

IsCode returns true when this get organizations limits namespace request entity too large response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get organizations limits namespace request entity too large response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceRequestEntityTooLarge) IsServerError

IsServerError returns true when this get organizations limits namespace request entity too large response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get organizations limits namespace request entity too large response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceRequestEntityTooLarge) String

type GetOrganizationsLimitsNamespaceRequestTimeout

type GetOrganizationsLimitsNamespaceRequestTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespaceRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetOrganizationsLimitsNamespaceRequestTimeout

func NewGetOrganizationsLimitsNamespaceRequestTimeout() *GetOrganizationsLimitsNamespaceRequestTimeout

NewGetOrganizationsLimitsNamespaceRequestTimeout creates a GetOrganizationsLimitsNamespaceRequestTimeout with default headers values

func (*GetOrganizationsLimitsNamespaceRequestTimeout) Error

func (*GetOrganizationsLimitsNamespaceRequestTimeout) GetPayload

func (*GetOrganizationsLimitsNamespaceRequestTimeout) IsClientError

IsClientError returns true when this get organizations limits namespace request timeout response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceRequestTimeout) IsCode

IsCode returns true when this get organizations limits namespace request timeout response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceRequestTimeout) IsRedirect

IsRedirect returns true when this get organizations limits namespace request timeout response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceRequestTimeout) IsServerError

IsServerError returns true when this get organizations limits namespace request timeout response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceRequestTimeout) IsSuccess

IsSuccess returns true when this get organizations limits namespace request timeout response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceRequestTimeout) String

type GetOrganizationsLimitsNamespaceServiceUnavailable

type GetOrganizationsLimitsNamespaceServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespaceServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetOrganizationsLimitsNamespaceServiceUnavailable

func NewGetOrganizationsLimitsNamespaceServiceUnavailable() *GetOrganizationsLimitsNamespaceServiceUnavailable

NewGetOrganizationsLimitsNamespaceServiceUnavailable creates a GetOrganizationsLimitsNamespaceServiceUnavailable with default headers values

func (*GetOrganizationsLimitsNamespaceServiceUnavailable) Error

func (*GetOrganizationsLimitsNamespaceServiceUnavailable) GetPayload

func (*GetOrganizationsLimitsNamespaceServiceUnavailable) IsClientError

IsClientError returns true when this get organizations limits namespace service unavailable response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceServiceUnavailable) IsCode

IsCode returns true when this get organizations limits namespace service unavailable response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceServiceUnavailable) IsRedirect

IsRedirect returns true when this get organizations limits namespace service unavailable response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceServiceUnavailable) IsServerError

IsServerError returns true when this get organizations limits namespace service unavailable response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceServiceUnavailable) IsSuccess

IsSuccess returns true when this get organizations limits namespace service unavailable response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceServiceUnavailable) String

type GetOrganizationsLimitsNamespaceTooManyRequests

type GetOrganizationsLimitsNamespaceTooManyRequests struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespaceTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetOrganizationsLimitsNamespaceTooManyRequests

func NewGetOrganizationsLimitsNamespaceTooManyRequests() *GetOrganizationsLimitsNamespaceTooManyRequests

NewGetOrganizationsLimitsNamespaceTooManyRequests creates a GetOrganizationsLimitsNamespaceTooManyRequests with default headers values

func (*GetOrganizationsLimitsNamespaceTooManyRequests) Error

func (*GetOrganizationsLimitsNamespaceTooManyRequests) GetPayload

func (*GetOrganizationsLimitsNamespaceTooManyRequests) IsClientError

IsClientError returns true when this get organizations limits namespace too many requests response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceTooManyRequests) IsCode

IsCode returns true when this get organizations limits namespace too many requests response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceTooManyRequests) IsRedirect

IsRedirect returns true when this get organizations limits namespace too many requests response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceTooManyRequests) IsServerError

IsServerError returns true when this get organizations limits namespace too many requests response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceTooManyRequests) IsSuccess

IsSuccess returns true when this get organizations limits namespace too many requests response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceTooManyRequests) String

type GetOrganizationsLimitsNamespaceUnauthorized

type GetOrganizationsLimitsNamespaceUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetOrganizationsLimitsNamespaceUnauthorized

func NewGetOrganizationsLimitsNamespaceUnauthorized() *GetOrganizationsLimitsNamespaceUnauthorized

NewGetOrganizationsLimitsNamespaceUnauthorized creates a GetOrganizationsLimitsNamespaceUnauthorized with default headers values

func (*GetOrganizationsLimitsNamespaceUnauthorized) Error

func (*GetOrganizationsLimitsNamespaceUnauthorized) GetPayload

func (*GetOrganizationsLimitsNamespaceUnauthorized) IsClientError

IsClientError returns true when this get organizations limits namespace unauthorized response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceUnauthorized) IsCode

IsCode returns true when this get organizations limits namespace unauthorized response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceUnauthorized) IsRedirect

IsRedirect returns true when this get organizations limits namespace unauthorized response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceUnauthorized) IsServerError

IsServerError returns true when this get organizations limits namespace unauthorized response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceUnauthorized) IsSuccess

IsSuccess returns true when this get organizations limits namespace unauthorized response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceUnauthorized) String

type GetOrganizationsLimitsNamespaceUnsupportedMediaType

type GetOrganizationsLimitsNamespaceUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespaceUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetOrganizationsLimitsNamespaceUnsupportedMediaType

func NewGetOrganizationsLimitsNamespaceUnsupportedMediaType() *GetOrganizationsLimitsNamespaceUnsupportedMediaType

NewGetOrganizationsLimitsNamespaceUnsupportedMediaType creates a GetOrganizationsLimitsNamespaceUnsupportedMediaType with default headers values

func (*GetOrganizationsLimitsNamespaceUnsupportedMediaType) Error

func (*GetOrganizationsLimitsNamespaceUnsupportedMediaType) GetPayload

func (*GetOrganizationsLimitsNamespaceUnsupportedMediaType) IsClientError

IsClientError returns true when this get organizations limits namespace unsupported media type response has a 4xx status code

func (*GetOrganizationsLimitsNamespaceUnsupportedMediaType) IsCode

IsCode returns true when this get organizations limits namespace unsupported media type response a status code equal to that given

func (*GetOrganizationsLimitsNamespaceUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get organizations limits namespace unsupported media type response has a 3xx status code

func (*GetOrganizationsLimitsNamespaceUnsupportedMediaType) IsServerError

IsServerError returns true when this get organizations limits namespace unsupported media type response has a 5xx status code

func (*GetOrganizationsLimitsNamespaceUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get organizations limits namespace unsupported media type response has a 2xx status code

func (*GetOrganizationsLimitsNamespaceUnsupportedMediaType) String

type GetOrganizationsLimitsNamespacesBadRequest

type GetOrganizationsLimitsNamespacesBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetOrganizationsLimitsNamespacesBadRequest

func NewGetOrganizationsLimitsNamespacesBadRequest() *GetOrganizationsLimitsNamespacesBadRequest

NewGetOrganizationsLimitsNamespacesBadRequest creates a GetOrganizationsLimitsNamespacesBadRequest with default headers values

func (*GetOrganizationsLimitsNamespacesBadRequest) Error

func (*GetOrganizationsLimitsNamespacesBadRequest) GetPayload

func (*GetOrganizationsLimitsNamespacesBadRequest) IsClientError

IsClientError returns true when this get organizations limits namespaces bad request response has a 4xx status code

func (*GetOrganizationsLimitsNamespacesBadRequest) IsCode

IsCode returns true when this get organizations limits namespaces bad request response a status code equal to that given

func (*GetOrganizationsLimitsNamespacesBadRequest) IsRedirect

IsRedirect returns true when this get organizations limits namespaces bad request response has a 3xx status code

func (*GetOrganizationsLimitsNamespacesBadRequest) IsServerError

IsServerError returns true when this get organizations limits namespaces bad request response has a 5xx status code

func (*GetOrganizationsLimitsNamespacesBadRequest) IsSuccess

IsSuccess returns true when this get organizations limits namespaces bad request response has a 2xx status code

func (*GetOrganizationsLimitsNamespacesBadRequest) String

type GetOrganizationsLimitsNamespacesForbidden

type GetOrganizationsLimitsNamespacesForbidden struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespacesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetOrganizationsLimitsNamespacesForbidden

func NewGetOrganizationsLimitsNamespacesForbidden() *GetOrganizationsLimitsNamespacesForbidden

NewGetOrganizationsLimitsNamespacesForbidden creates a GetOrganizationsLimitsNamespacesForbidden with default headers values

func (*GetOrganizationsLimitsNamespacesForbidden) Error

func (*GetOrganizationsLimitsNamespacesForbidden) GetPayload

func (*GetOrganizationsLimitsNamespacesForbidden) IsClientError

IsClientError returns true when this get organizations limits namespaces forbidden response has a 4xx status code

func (*GetOrganizationsLimitsNamespacesForbidden) IsCode

IsCode returns true when this get organizations limits namespaces forbidden response a status code equal to that given

func (*GetOrganizationsLimitsNamespacesForbidden) IsRedirect

IsRedirect returns true when this get organizations limits namespaces forbidden response has a 3xx status code

func (*GetOrganizationsLimitsNamespacesForbidden) IsServerError

IsServerError returns true when this get organizations limits namespaces forbidden response has a 5xx status code

func (*GetOrganizationsLimitsNamespacesForbidden) IsSuccess

IsSuccess returns true when this get organizations limits namespaces forbidden response has a 2xx status code

func (*GetOrganizationsLimitsNamespacesForbidden) String

type GetOrganizationsLimitsNamespacesGatewayTimeout

type GetOrganizationsLimitsNamespacesGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespacesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetOrganizationsLimitsNamespacesGatewayTimeout

func NewGetOrganizationsLimitsNamespacesGatewayTimeout() *GetOrganizationsLimitsNamespacesGatewayTimeout

NewGetOrganizationsLimitsNamespacesGatewayTimeout creates a GetOrganizationsLimitsNamespacesGatewayTimeout with default headers values

func (*GetOrganizationsLimitsNamespacesGatewayTimeout) Error

func (*GetOrganizationsLimitsNamespacesGatewayTimeout) GetPayload

func (*GetOrganizationsLimitsNamespacesGatewayTimeout) IsClientError

IsClientError returns true when this get organizations limits namespaces gateway timeout response has a 4xx status code

func (*GetOrganizationsLimitsNamespacesGatewayTimeout) IsCode

IsCode returns true when this get organizations limits namespaces gateway timeout response a status code equal to that given

func (*GetOrganizationsLimitsNamespacesGatewayTimeout) IsRedirect

IsRedirect returns true when this get organizations limits namespaces gateway timeout response has a 3xx status code

func (*GetOrganizationsLimitsNamespacesGatewayTimeout) IsServerError

IsServerError returns true when this get organizations limits namespaces gateway timeout response has a 5xx status code

func (*GetOrganizationsLimitsNamespacesGatewayTimeout) IsSuccess

IsSuccess returns true when this get organizations limits namespaces gateway timeout response has a 2xx status code

func (*GetOrganizationsLimitsNamespacesGatewayTimeout) String

type GetOrganizationsLimitsNamespacesInternalServerError

type GetOrganizationsLimitsNamespacesInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetOrganizationsLimitsNamespacesInternalServerError

func NewGetOrganizationsLimitsNamespacesInternalServerError() *GetOrganizationsLimitsNamespacesInternalServerError

NewGetOrganizationsLimitsNamespacesInternalServerError creates a GetOrganizationsLimitsNamespacesInternalServerError with default headers values

func (*GetOrganizationsLimitsNamespacesInternalServerError) Error

func (*GetOrganizationsLimitsNamespacesInternalServerError) GetPayload

func (*GetOrganizationsLimitsNamespacesInternalServerError) IsClientError

IsClientError returns true when this get organizations limits namespaces internal server error response has a 4xx status code

func (*GetOrganizationsLimitsNamespacesInternalServerError) IsCode

IsCode returns true when this get organizations limits namespaces internal server error response a status code equal to that given

func (*GetOrganizationsLimitsNamespacesInternalServerError) IsRedirect

IsRedirect returns true when this get organizations limits namespaces internal server error response has a 3xx status code

func (*GetOrganizationsLimitsNamespacesInternalServerError) IsServerError

IsServerError returns true when this get organizations limits namespaces internal server error response has a 5xx status code

func (*GetOrganizationsLimitsNamespacesInternalServerError) IsSuccess

IsSuccess returns true when this get organizations limits namespaces internal server error response has a 2xx status code

func (*GetOrganizationsLimitsNamespacesInternalServerError) String

type GetOrganizationsLimitsNamespacesNotFound

type GetOrganizationsLimitsNamespacesNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetOrganizationsLimitsNamespacesNotFound

func NewGetOrganizationsLimitsNamespacesNotFound() *GetOrganizationsLimitsNamespacesNotFound

NewGetOrganizationsLimitsNamespacesNotFound creates a GetOrganizationsLimitsNamespacesNotFound with default headers values

func (*GetOrganizationsLimitsNamespacesNotFound) Error

func (*GetOrganizationsLimitsNamespacesNotFound) GetPayload

func (*GetOrganizationsLimitsNamespacesNotFound) IsClientError

IsClientError returns true when this get organizations limits namespaces not found response has a 4xx status code

func (*GetOrganizationsLimitsNamespacesNotFound) IsCode

IsCode returns true when this get organizations limits namespaces not found response a status code equal to that given

func (*GetOrganizationsLimitsNamespacesNotFound) IsRedirect

IsRedirect returns true when this get organizations limits namespaces not found response has a 3xx status code

func (*GetOrganizationsLimitsNamespacesNotFound) IsServerError

IsServerError returns true when this get organizations limits namespaces not found response has a 5xx status code

func (*GetOrganizationsLimitsNamespacesNotFound) IsSuccess

IsSuccess returns true when this get organizations limits namespaces not found response has a 2xx status code

func (*GetOrganizationsLimitsNamespacesNotFound) String

type GetOrganizationsLimitsNamespacesOK

type GetOrganizationsLimitsNamespacesOK struct {
	Payload models.PagedNamespaceListing
}

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

successful operation

func NewGetOrganizationsLimitsNamespacesOK

func NewGetOrganizationsLimitsNamespacesOK() *GetOrganizationsLimitsNamespacesOK

NewGetOrganizationsLimitsNamespacesOK creates a GetOrganizationsLimitsNamespacesOK with default headers values

func (*GetOrganizationsLimitsNamespacesOK) Error

func (*GetOrganizationsLimitsNamespacesOK) GetPayload

func (*GetOrganizationsLimitsNamespacesOK) IsClientError

func (o *GetOrganizationsLimitsNamespacesOK) IsClientError() bool

IsClientError returns true when this get organizations limits namespaces o k response has a 4xx status code

func (*GetOrganizationsLimitsNamespacesOK) IsCode

IsCode returns true when this get organizations limits namespaces o k response a status code equal to that given

func (*GetOrganizationsLimitsNamespacesOK) IsRedirect

func (o *GetOrganizationsLimitsNamespacesOK) IsRedirect() bool

IsRedirect returns true when this get organizations limits namespaces o k response has a 3xx status code

func (*GetOrganizationsLimitsNamespacesOK) IsServerError

func (o *GetOrganizationsLimitsNamespacesOK) IsServerError() bool

IsServerError returns true when this get organizations limits namespaces o k response has a 5xx status code

func (*GetOrganizationsLimitsNamespacesOK) IsSuccess

IsSuccess returns true when this get organizations limits namespaces o k response has a 2xx status code

func (*GetOrganizationsLimitsNamespacesOK) String

type GetOrganizationsLimitsNamespacesParams

type GetOrganizationsLimitsNamespacesParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 100
	*/
	PageSize *int32

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

GetOrganizationsLimitsNamespacesParams contains all the parameters to send to the API endpoint

for the get organizations limits namespaces operation.

Typically these are written to a http.Request.

func NewGetOrganizationsLimitsNamespacesParams

func NewGetOrganizationsLimitsNamespacesParams() *GetOrganizationsLimitsNamespacesParams

NewGetOrganizationsLimitsNamespacesParams creates a new GetOrganizationsLimitsNamespacesParams 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 NewGetOrganizationsLimitsNamespacesParamsWithContext

func NewGetOrganizationsLimitsNamespacesParamsWithContext(ctx context.Context) *GetOrganizationsLimitsNamespacesParams

NewGetOrganizationsLimitsNamespacesParamsWithContext creates a new GetOrganizationsLimitsNamespacesParams object with the ability to set a context for a request.

func NewGetOrganizationsLimitsNamespacesParamsWithHTTPClient

func NewGetOrganizationsLimitsNamespacesParamsWithHTTPClient(client *http.Client) *GetOrganizationsLimitsNamespacesParams

NewGetOrganizationsLimitsNamespacesParamsWithHTTPClient creates a new GetOrganizationsLimitsNamespacesParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationsLimitsNamespacesParamsWithTimeout

func NewGetOrganizationsLimitsNamespacesParamsWithTimeout(timeout time.Duration) *GetOrganizationsLimitsNamespacesParams

NewGetOrganizationsLimitsNamespacesParamsWithTimeout creates a new GetOrganizationsLimitsNamespacesParams object with the ability to set a timeout on a request.

func (*GetOrganizationsLimitsNamespacesParams) SetContext

SetContext adds the context to the get organizations limits namespaces params

func (*GetOrganizationsLimitsNamespacesParams) SetDefaults

func (o *GetOrganizationsLimitsNamespacesParams) SetDefaults()

SetDefaults hydrates default values in the get organizations limits namespaces params (not the query body).

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

func (*GetOrganizationsLimitsNamespacesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organizations limits namespaces params

func (*GetOrganizationsLimitsNamespacesParams) SetPageNumber

func (o *GetOrganizationsLimitsNamespacesParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get organizations limits namespaces params

func (*GetOrganizationsLimitsNamespacesParams) SetPageSize

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

SetPageSize adds the pageSize to the get organizations limits namespaces params

func (*GetOrganizationsLimitsNamespacesParams) SetTimeout

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

SetTimeout adds the timeout to the get organizations limits namespaces params

func (*GetOrganizationsLimitsNamespacesParams) WithContext

WithContext adds the context to the get organizations limits namespaces params

func (*GetOrganizationsLimitsNamespacesParams) WithDefaults

WithDefaults hydrates default values in the get organizations limits namespaces params (not the query body).

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

func (*GetOrganizationsLimitsNamespacesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organizations limits namespaces params

func (*GetOrganizationsLimitsNamespacesParams) WithPageNumber

WithPageNumber adds the pageNumber to the get organizations limits namespaces params

func (*GetOrganizationsLimitsNamespacesParams) WithPageSize

WithPageSize adds the pageSize to the get organizations limits namespaces params

func (*GetOrganizationsLimitsNamespacesParams) WithTimeout

WithTimeout adds the timeout to the get organizations limits namespaces params

func (*GetOrganizationsLimitsNamespacesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationsLimitsNamespacesReader

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

GetOrganizationsLimitsNamespacesReader is a Reader for the GetOrganizationsLimitsNamespaces structure.

func (*GetOrganizationsLimitsNamespacesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationsLimitsNamespacesRequestEntityTooLarge

type GetOrganizationsLimitsNamespacesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespacesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetOrganizationsLimitsNamespacesRequestEntityTooLarge

func NewGetOrganizationsLimitsNamespacesRequestEntityTooLarge() *GetOrganizationsLimitsNamespacesRequestEntityTooLarge

NewGetOrganizationsLimitsNamespacesRequestEntityTooLarge creates a GetOrganizationsLimitsNamespacesRequestEntityTooLarge with default headers values

func (*GetOrganizationsLimitsNamespacesRequestEntityTooLarge) Error

func (*GetOrganizationsLimitsNamespacesRequestEntityTooLarge) GetPayload

func (*GetOrganizationsLimitsNamespacesRequestEntityTooLarge) IsClientError

IsClientError returns true when this get organizations limits namespaces request entity too large response has a 4xx status code

func (*GetOrganizationsLimitsNamespacesRequestEntityTooLarge) IsCode

IsCode returns true when this get organizations limits namespaces request entity too large response a status code equal to that given

func (*GetOrganizationsLimitsNamespacesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get organizations limits namespaces request entity too large response has a 3xx status code

func (*GetOrganizationsLimitsNamespacesRequestEntityTooLarge) IsServerError

IsServerError returns true when this get organizations limits namespaces request entity too large response has a 5xx status code

func (*GetOrganizationsLimitsNamespacesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get organizations limits namespaces request entity too large response has a 2xx status code

func (*GetOrganizationsLimitsNamespacesRequestEntityTooLarge) String

type GetOrganizationsLimitsNamespacesRequestTimeout

type GetOrganizationsLimitsNamespacesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespacesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetOrganizationsLimitsNamespacesRequestTimeout

func NewGetOrganizationsLimitsNamespacesRequestTimeout() *GetOrganizationsLimitsNamespacesRequestTimeout

NewGetOrganizationsLimitsNamespacesRequestTimeout creates a GetOrganizationsLimitsNamespacesRequestTimeout with default headers values

func (*GetOrganizationsLimitsNamespacesRequestTimeout) Error

func (*GetOrganizationsLimitsNamespacesRequestTimeout) GetPayload

func (*GetOrganizationsLimitsNamespacesRequestTimeout) IsClientError

IsClientError returns true when this get organizations limits namespaces request timeout response has a 4xx status code

func (*GetOrganizationsLimitsNamespacesRequestTimeout) IsCode

IsCode returns true when this get organizations limits namespaces request timeout response a status code equal to that given

func (*GetOrganizationsLimitsNamespacesRequestTimeout) IsRedirect

IsRedirect returns true when this get organizations limits namespaces request timeout response has a 3xx status code

func (*GetOrganizationsLimitsNamespacesRequestTimeout) IsServerError

IsServerError returns true when this get organizations limits namespaces request timeout response has a 5xx status code

func (*GetOrganizationsLimitsNamespacesRequestTimeout) IsSuccess

IsSuccess returns true when this get organizations limits namespaces request timeout response has a 2xx status code

func (*GetOrganizationsLimitsNamespacesRequestTimeout) String

type GetOrganizationsLimitsNamespacesServiceUnavailable

type GetOrganizationsLimitsNamespacesServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespacesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetOrganizationsLimitsNamespacesServiceUnavailable

func NewGetOrganizationsLimitsNamespacesServiceUnavailable() *GetOrganizationsLimitsNamespacesServiceUnavailable

NewGetOrganizationsLimitsNamespacesServiceUnavailable creates a GetOrganizationsLimitsNamespacesServiceUnavailable with default headers values

func (*GetOrganizationsLimitsNamespacesServiceUnavailable) Error

func (*GetOrganizationsLimitsNamespacesServiceUnavailable) GetPayload

func (*GetOrganizationsLimitsNamespacesServiceUnavailable) IsClientError

IsClientError returns true when this get organizations limits namespaces service unavailable response has a 4xx status code

func (*GetOrganizationsLimitsNamespacesServiceUnavailable) IsCode

IsCode returns true when this get organizations limits namespaces service unavailable response a status code equal to that given

func (*GetOrganizationsLimitsNamespacesServiceUnavailable) IsRedirect

IsRedirect returns true when this get organizations limits namespaces service unavailable response has a 3xx status code

func (*GetOrganizationsLimitsNamespacesServiceUnavailable) IsServerError

IsServerError returns true when this get organizations limits namespaces service unavailable response has a 5xx status code

func (*GetOrganizationsLimitsNamespacesServiceUnavailable) IsSuccess

IsSuccess returns true when this get organizations limits namespaces service unavailable response has a 2xx status code

func (*GetOrganizationsLimitsNamespacesServiceUnavailable) String

type GetOrganizationsLimitsNamespacesTooManyRequests

type GetOrganizationsLimitsNamespacesTooManyRequests struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespacesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetOrganizationsLimitsNamespacesTooManyRequests

func NewGetOrganizationsLimitsNamespacesTooManyRequests() *GetOrganizationsLimitsNamespacesTooManyRequests

NewGetOrganizationsLimitsNamespacesTooManyRequests creates a GetOrganizationsLimitsNamespacesTooManyRequests with default headers values

func (*GetOrganizationsLimitsNamespacesTooManyRequests) Error

func (*GetOrganizationsLimitsNamespacesTooManyRequests) GetPayload

func (*GetOrganizationsLimitsNamespacesTooManyRequests) IsClientError

IsClientError returns true when this get organizations limits namespaces too many requests response has a 4xx status code

func (*GetOrganizationsLimitsNamespacesTooManyRequests) IsCode

IsCode returns true when this get organizations limits namespaces too many requests response a status code equal to that given

func (*GetOrganizationsLimitsNamespacesTooManyRequests) IsRedirect

IsRedirect returns true when this get organizations limits namespaces too many requests response has a 3xx status code

func (*GetOrganizationsLimitsNamespacesTooManyRequests) IsServerError

IsServerError returns true when this get organizations limits namespaces too many requests response has a 5xx status code

func (*GetOrganizationsLimitsNamespacesTooManyRequests) IsSuccess

IsSuccess returns true when this get organizations limits namespaces too many requests response has a 2xx status code

func (*GetOrganizationsLimitsNamespacesTooManyRequests) String

type GetOrganizationsLimitsNamespacesUnauthorized

type GetOrganizationsLimitsNamespacesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetOrganizationsLimitsNamespacesUnauthorized

func NewGetOrganizationsLimitsNamespacesUnauthorized() *GetOrganizationsLimitsNamespacesUnauthorized

NewGetOrganizationsLimitsNamespacesUnauthorized creates a GetOrganizationsLimitsNamespacesUnauthorized with default headers values

func (*GetOrganizationsLimitsNamespacesUnauthorized) Error

func (*GetOrganizationsLimitsNamespacesUnauthorized) GetPayload

func (*GetOrganizationsLimitsNamespacesUnauthorized) IsClientError

IsClientError returns true when this get organizations limits namespaces unauthorized response has a 4xx status code

func (*GetOrganizationsLimitsNamespacesUnauthorized) IsCode

IsCode returns true when this get organizations limits namespaces unauthorized response a status code equal to that given

func (*GetOrganizationsLimitsNamespacesUnauthorized) IsRedirect

IsRedirect returns true when this get organizations limits namespaces unauthorized response has a 3xx status code

func (*GetOrganizationsLimitsNamespacesUnauthorized) IsServerError

IsServerError returns true when this get organizations limits namespaces unauthorized response has a 5xx status code

func (*GetOrganizationsLimitsNamespacesUnauthorized) IsSuccess

IsSuccess returns true when this get organizations limits namespaces unauthorized response has a 2xx status code

func (*GetOrganizationsLimitsNamespacesUnauthorized) String

type GetOrganizationsLimitsNamespacesUnsupportedMediaType

type GetOrganizationsLimitsNamespacesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetOrganizationsLimitsNamespacesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetOrganizationsLimitsNamespacesUnsupportedMediaType

func NewGetOrganizationsLimitsNamespacesUnsupportedMediaType() *GetOrganizationsLimitsNamespacesUnsupportedMediaType

NewGetOrganizationsLimitsNamespacesUnsupportedMediaType creates a GetOrganizationsLimitsNamespacesUnsupportedMediaType with default headers values

func (*GetOrganizationsLimitsNamespacesUnsupportedMediaType) Error

func (*GetOrganizationsLimitsNamespacesUnsupportedMediaType) GetPayload

func (*GetOrganizationsLimitsNamespacesUnsupportedMediaType) IsClientError

IsClientError returns true when this get organizations limits namespaces unsupported media type response has a 4xx status code

func (*GetOrganizationsLimitsNamespacesUnsupportedMediaType) IsCode

IsCode returns true when this get organizations limits namespaces unsupported media type response a status code equal to that given

func (*GetOrganizationsLimitsNamespacesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get organizations limits namespaces unsupported media type response has a 3xx status code

func (*GetOrganizationsLimitsNamespacesUnsupportedMediaType) IsServerError

IsServerError returns true when this get organizations limits namespaces unsupported media type response has a 5xx status code

func (*GetOrganizationsLimitsNamespacesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get organizations limits namespaces unsupported media type response has a 2xx status code

func (*GetOrganizationsLimitsNamespacesUnsupportedMediaType) String

type GetOrganizationsMeBadRequest

type GetOrganizationsMeBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetOrganizationsMeBadRequest

func NewGetOrganizationsMeBadRequest() *GetOrganizationsMeBadRequest

NewGetOrganizationsMeBadRequest creates a GetOrganizationsMeBadRequest with default headers values

func (*GetOrganizationsMeBadRequest) Error

func (*GetOrganizationsMeBadRequest) GetPayload

func (*GetOrganizationsMeBadRequest) IsClientError

func (o *GetOrganizationsMeBadRequest) IsClientError() bool

IsClientError returns true when this get organizations me bad request response has a 4xx status code

func (*GetOrganizationsMeBadRequest) IsCode

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

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

func (*GetOrganizationsMeBadRequest) IsRedirect

func (o *GetOrganizationsMeBadRequest) IsRedirect() bool

IsRedirect returns true when this get organizations me bad request response has a 3xx status code

func (*GetOrganizationsMeBadRequest) IsServerError

func (o *GetOrganizationsMeBadRequest) IsServerError() bool

IsServerError returns true when this get organizations me bad request response has a 5xx status code

func (*GetOrganizationsMeBadRequest) IsSuccess

func (o *GetOrganizationsMeBadRequest) IsSuccess() bool

IsSuccess returns true when this get organizations me bad request response has a 2xx status code

func (*GetOrganizationsMeBadRequest) String

type GetOrganizationsMeForbidden

type GetOrganizationsMeForbidden struct {
	Payload *models.ErrorBody
}

GetOrganizationsMeForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetOrganizationsMeForbidden

func NewGetOrganizationsMeForbidden() *GetOrganizationsMeForbidden

NewGetOrganizationsMeForbidden creates a GetOrganizationsMeForbidden with default headers values

func (*GetOrganizationsMeForbidden) Error

func (*GetOrganizationsMeForbidden) GetPayload

func (o *GetOrganizationsMeForbidden) GetPayload() *models.ErrorBody

func (*GetOrganizationsMeForbidden) IsClientError

func (o *GetOrganizationsMeForbidden) IsClientError() bool

IsClientError returns true when this get organizations me forbidden response has a 4xx status code

func (*GetOrganizationsMeForbidden) IsCode

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

IsCode returns true when this get organizations me forbidden response a status code equal to that given

func (*GetOrganizationsMeForbidden) IsRedirect

func (o *GetOrganizationsMeForbidden) IsRedirect() bool

IsRedirect returns true when this get organizations me forbidden response has a 3xx status code

func (*GetOrganizationsMeForbidden) IsServerError

func (o *GetOrganizationsMeForbidden) IsServerError() bool

IsServerError returns true when this get organizations me forbidden response has a 5xx status code

func (*GetOrganizationsMeForbidden) IsSuccess

func (o *GetOrganizationsMeForbidden) IsSuccess() bool

IsSuccess returns true when this get organizations me forbidden response has a 2xx status code

func (*GetOrganizationsMeForbidden) String

func (o *GetOrganizationsMeForbidden) String() string

type GetOrganizationsMeGatewayTimeout

type GetOrganizationsMeGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsMeGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetOrganizationsMeGatewayTimeout

func NewGetOrganizationsMeGatewayTimeout() *GetOrganizationsMeGatewayTimeout

NewGetOrganizationsMeGatewayTimeout creates a GetOrganizationsMeGatewayTimeout with default headers values

func (*GetOrganizationsMeGatewayTimeout) Error

func (*GetOrganizationsMeGatewayTimeout) GetPayload

func (*GetOrganizationsMeGatewayTimeout) IsClientError

func (o *GetOrganizationsMeGatewayTimeout) IsClientError() bool

IsClientError returns true when this get organizations me gateway timeout response has a 4xx status code

func (*GetOrganizationsMeGatewayTimeout) IsCode

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

IsCode returns true when this get organizations me gateway timeout response a status code equal to that given

func (*GetOrganizationsMeGatewayTimeout) IsRedirect

func (o *GetOrganizationsMeGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get organizations me gateway timeout response has a 3xx status code

func (*GetOrganizationsMeGatewayTimeout) IsServerError

func (o *GetOrganizationsMeGatewayTimeout) IsServerError() bool

IsServerError returns true when this get organizations me gateway timeout response has a 5xx status code

func (*GetOrganizationsMeGatewayTimeout) IsSuccess

func (o *GetOrganizationsMeGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get organizations me gateway timeout response has a 2xx status code

func (*GetOrganizationsMeGatewayTimeout) String

type GetOrganizationsMeInternalServerError

type GetOrganizationsMeInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetOrganizationsMeInternalServerError

func NewGetOrganizationsMeInternalServerError() *GetOrganizationsMeInternalServerError

NewGetOrganizationsMeInternalServerError creates a GetOrganizationsMeInternalServerError with default headers values

func (*GetOrganizationsMeInternalServerError) Error

func (*GetOrganizationsMeInternalServerError) GetPayload

func (*GetOrganizationsMeInternalServerError) IsClientError

func (o *GetOrganizationsMeInternalServerError) IsClientError() bool

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

func (*GetOrganizationsMeInternalServerError) IsCode

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

func (*GetOrganizationsMeInternalServerError) IsRedirect

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

func (*GetOrganizationsMeInternalServerError) IsServerError

func (o *GetOrganizationsMeInternalServerError) IsServerError() bool

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

func (*GetOrganizationsMeInternalServerError) IsSuccess

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

func (*GetOrganizationsMeInternalServerError) String

type GetOrganizationsMeNotFound

type GetOrganizationsMeNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetOrganizationsMeNotFound

func NewGetOrganizationsMeNotFound() *GetOrganizationsMeNotFound

NewGetOrganizationsMeNotFound creates a GetOrganizationsMeNotFound with default headers values

func (*GetOrganizationsMeNotFound) Error

func (*GetOrganizationsMeNotFound) GetPayload

func (o *GetOrganizationsMeNotFound) GetPayload() *models.ErrorBody

func (*GetOrganizationsMeNotFound) IsClientError

func (o *GetOrganizationsMeNotFound) IsClientError() bool

IsClientError returns true when this get organizations me not found response has a 4xx status code

func (*GetOrganizationsMeNotFound) IsCode

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

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

func (*GetOrganizationsMeNotFound) IsRedirect

func (o *GetOrganizationsMeNotFound) IsRedirect() bool

IsRedirect returns true when this get organizations me not found response has a 3xx status code

func (*GetOrganizationsMeNotFound) IsServerError

func (o *GetOrganizationsMeNotFound) IsServerError() bool

IsServerError returns true when this get organizations me not found response has a 5xx status code

func (*GetOrganizationsMeNotFound) IsSuccess

func (o *GetOrganizationsMeNotFound) IsSuccess() bool

IsSuccess returns true when this get organizations me not found response has a 2xx status code

func (*GetOrganizationsMeNotFound) String

func (o *GetOrganizationsMeNotFound) String() string

type GetOrganizationsMeOK

type GetOrganizationsMeOK struct {
	Payload *models.Organization
}

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

successful operation

func NewGetOrganizationsMeOK

func NewGetOrganizationsMeOK() *GetOrganizationsMeOK

NewGetOrganizationsMeOK creates a GetOrganizationsMeOK with default headers values

func (*GetOrganizationsMeOK) Error

func (o *GetOrganizationsMeOK) Error() string

func (*GetOrganizationsMeOK) GetPayload

func (o *GetOrganizationsMeOK) GetPayload() *models.Organization

func (*GetOrganizationsMeOK) IsClientError

func (o *GetOrganizationsMeOK) IsClientError() bool

IsClientError returns true when this get organizations me o k response has a 4xx status code

func (*GetOrganizationsMeOK) IsCode

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

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

func (*GetOrganizationsMeOK) IsRedirect

func (o *GetOrganizationsMeOK) IsRedirect() bool

IsRedirect returns true when this get organizations me o k response has a 3xx status code

func (*GetOrganizationsMeOK) IsServerError

func (o *GetOrganizationsMeOK) IsServerError() bool

IsServerError returns true when this get organizations me o k response has a 5xx status code

func (*GetOrganizationsMeOK) IsSuccess

func (o *GetOrganizationsMeOK) IsSuccess() bool

IsSuccess returns true when this get organizations me o k response has a 2xx status code

func (*GetOrganizationsMeOK) String

func (o *GetOrganizationsMeOK) String() string

type GetOrganizationsMeParams

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

GetOrganizationsMeParams contains all the parameters to send to the API endpoint

for the get organizations me operation.

Typically these are written to a http.Request.

func NewGetOrganizationsMeParams

func NewGetOrganizationsMeParams() *GetOrganizationsMeParams

NewGetOrganizationsMeParams creates a new GetOrganizationsMeParams 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 NewGetOrganizationsMeParamsWithContext

func NewGetOrganizationsMeParamsWithContext(ctx context.Context) *GetOrganizationsMeParams

NewGetOrganizationsMeParamsWithContext creates a new GetOrganizationsMeParams object with the ability to set a context for a request.

func NewGetOrganizationsMeParamsWithHTTPClient

func NewGetOrganizationsMeParamsWithHTTPClient(client *http.Client) *GetOrganizationsMeParams

NewGetOrganizationsMeParamsWithHTTPClient creates a new GetOrganizationsMeParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationsMeParamsWithTimeout

func NewGetOrganizationsMeParamsWithTimeout(timeout time.Duration) *GetOrganizationsMeParams

NewGetOrganizationsMeParamsWithTimeout creates a new GetOrganizationsMeParams object with the ability to set a timeout on a request.

func (*GetOrganizationsMeParams) SetContext

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

SetContext adds the context to the get organizations me params

func (*GetOrganizationsMeParams) SetDefaults

func (o *GetOrganizationsMeParams) SetDefaults()

SetDefaults hydrates default values in the get organizations me params (not the query body).

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

func (*GetOrganizationsMeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organizations me params

func (*GetOrganizationsMeParams) SetTimeout

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

SetTimeout adds the timeout to the get organizations me params

func (*GetOrganizationsMeParams) WithContext

WithContext adds the context to the get organizations me params

func (*GetOrganizationsMeParams) WithDefaults

WithDefaults hydrates default values in the get organizations me params (not the query body).

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

func (*GetOrganizationsMeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get organizations me params

func (*GetOrganizationsMeParams) WithTimeout

WithTimeout adds the timeout to the get organizations me params

func (*GetOrganizationsMeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationsMeReader

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

GetOrganizationsMeReader is a Reader for the GetOrganizationsMe structure.

func (*GetOrganizationsMeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationsMeRequestEntityTooLarge

type GetOrganizationsMeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetOrganizationsMeRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetOrganizationsMeRequestEntityTooLarge

func NewGetOrganizationsMeRequestEntityTooLarge() *GetOrganizationsMeRequestEntityTooLarge

NewGetOrganizationsMeRequestEntityTooLarge creates a GetOrganizationsMeRequestEntityTooLarge with default headers values

func (*GetOrganizationsMeRequestEntityTooLarge) Error

func (*GetOrganizationsMeRequestEntityTooLarge) GetPayload

func (*GetOrganizationsMeRequestEntityTooLarge) IsClientError

func (o *GetOrganizationsMeRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get organizations me request entity too large response has a 4xx status code

func (*GetOrganizationsMeRequestEntityTooLarge) IsCode

IsCode returns true when this get organizations me request entity too large response a status code equal to that given

func (*GetOrganizationsMeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get organizations me request entity too large response has a 3xx status code

func (*GetOrganizationsMeRequestEntityTooLarge) IsServerError

func (o *GetOrganizationsMeRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get organizations me request entity too large response has a 5xx status code

func (*GetOrganizationsMeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get organizations me request entity too large response has a 2xx status code

func (*GetOrganizationsMeRequestEntityTooLarge) String

type GetOrganizationsMeRequestTimeout

type GetOrganizationsMeRequestTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsMeRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetOrganizationsMeRequestTimeout

func NewGetOrganizationsMeRequestTimeout() *GetOrganizationsMeRequestTimeout

NewGetOrganizationsMeRequestTimeout creates a GetOrganizationsMeRequestTimeout with default headers values

func (*GetOrganizationsMeRequestTimeout) Error

func (*GetOrganizationsMeRequestTimeout) GetPayload

func (*GetOrganizationsMeRequestTimeout) IsClientError

func (o *GetOrganizationsMeRequestTimeout) IsClientError() bool

IsClientError returns true when this get organizations me request timeout response has a 4xx status code

func (*GetOrganizationsMeRequestTimeout) IsCode

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

IsCode returns true when this get organizations me request timeout response a status code equal to that given

func (*GetOrganizationsMeRequestTimeout) IsRedirect

func (o *GetOrganizationsMeRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get organizations me request timeout response has a 3xx status code

func (*GetOrganizationsMeRequestTimeout) IsServerError

func (o *GetOrganizationsMeRequestTimeout) IsServerError() bool

IsServerError returns true when this get organizations me request timeout response has a 5xx status code

func (*GetOrganizationsMeRequestTimeout) IsSuccess

func (o *GetOrganizationsMeRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get organizations me request timeout response has a 2xx status code

func (*GetOrganizationsMeRequestTimeout) String

type GetOrganizationsMeServiceUnavailable

type GetOrganizationsMeServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetOrganizationsMeServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetOrganizationsMeServiceUnavailable

func NewGetOrganizationsMeServiceUnavailable() *GetOrganizationsMeServiceUnavailable

NewGetOrganizationsMeServiceUnavailable creates a GetOrganizationsMeServiceUnavailable with default headers values

func (*GetOrganizationsMeServiceUnavailable) Error

func (*GetOrganizationsMeServiceUnavailable) GetPayload

func (*GetOrganizationsMeServiceUnavailable) IsClientError

func (o *GetOrganizationsMeServiceUnavailable) IsClientError() bool

IsClientError returns true when this get organizations me service unavailable response has a 4xx status code

func (*GetOrganizationsMeServiceUnavailable) IsCode

IsCode returns true when this get organizations me service unavailable response a status code equal to that given

func (*GetOrganizationsMeServiceUnavailable) IsRedirect

IsRedirect returns true when this get organizations me service unavailable response has a 3xx status code

func (*GetOrganizationsMeServiceUnavailable) IsServerError

func (o *GetOrganizationsMeServiceUnavailable) IsServerError() bool

IsServerError returns true when this get organizations me service unavailable response has a 5xx status code

func (*GetOrganizationsMeServiceUnavailable) IsSuccess

IsSuccess returns true when this get organizations me service unavailable response has a 2xx status code

func (*GetOrganizationsMeServiceUnavailable) String

type GetOrganizationsMeTooManyRequests

type GetOrganizationsMeTooManyRequests struct {
	Payload *models.ErrorBody
}

GetOrganizationsMeTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetOrganizationsMeTooManyRequests

func NewGetOrganizationsMeTooManyRequests() *GetOrganizationsMeTooManyRequests

NewGetOrganizationsMeTooManyRequests creates a GetOrganizationsMeTooManyRequests with default headers values

func (*GetOrganizationsMeTooManyRequests) Error

func (*GetOrganizationsMeTooManyRequests) GetPayload

func (*GetOrganizationsMeTooManyRequests) IsClientError

func (o *GetOrganizationsMeTooManyRequests) IsClientError() bool

IsClientError returns true when this get organizations me too many requests response has a 4xx status code

func (*GetOrganizationsMeTooManyRequests) IsCode

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

IsCode returns true when this get organizations me too many requests response a status code equal to that given

func (*GetOrganizationsMeTooManyRequests) IsRedirect

func (o *GetOrganizationsMeTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get organizations me too many requests response has a 3xx status code

func (*GetOrganizationsMeTooManyRequests) IsServerError

func (o *GetOrganizationsMeTooManyRequests) IsServerError() bool

IsServerError returns true when this get organizations me too many requests response has a 5xx status code

func (*GetOrganizationsMeTooManyRequests) IsSuccess

func (o *GetOrganizationsMeTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get organizations me too many requests response has a 2xx status code

func (*GetOrganizationsMeTooManyRequests) String

type GetOrganizationsMeUnauthorized

type GetOrganizationsMeUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetOrganizationsMeUnauthorized

func NewGetOrganizationsMeUnauthorized() *GetOrganizationsMeUnauthorized

NewGetOrganizationsMeUnauthorized creates a GetOrganizationsMeUnauthorized with default headers values

func (*GetOrganizationsMeUnauthorized) Error

func (*GetOrganizationsMeUnauthorized) GetPayload

func (*GetOrganizationsMeUnauthorized) IsClientError

func (o *GetOrganizationsMeUnauthorized) IsClientError() bool

IsClientError returns true when this get organizations me unauthorized response has a 4xx status code

func (*GetOrganizationsMeUnauthorized) IsCode

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

IsCode returns true when this get organizations me unauthorized response a status code equal to that given

func (*GetOrganizationsMeUnauthorized) IsRedirect

func (o *GetOrganizationsMeUnauthorized) IsRedirect() bool

IsRedirect returns true when this get organizations me unauthorized response has a 3xx status code

func (*GetOrganizationsMeUnauthorized) IsServerError

func (o *GetOrganizationsMeUnauthorized) IsServerError() bool

IsServerError returns true when this get organizations me unauthorized response has a 5xx status code

func (*GetOrganizationsMeUnauthorized) IsSuccess

func (o *GetOrganizationsMeUnauthorized) IsSuccess() bool

IsSuccess returns true when this get organizations me unauthorized response has a 2xx status code

func (*GetOrganizationsMeUnauthorized) String

type GetOrganizationsMeUnsupportedMediaType

type GetOrganizationsMeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetOrganizationsMeUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetOrganizationsMeUnsupportedMediaType

func NewGetOrganizationsMeUnsupportedMediaType() *GetOrganizationsMeUnsupportedMediaType

NewGetOrganizationsMeUnsupportedMediaType creates a GetOrganizationsMeUnsupportedMediaType with default headers values

func (*GetOrganizationsMeUnsupportedMediaType) Error

func (*GetOrganizationsMeUnsupportedMediaType) GetPayload

func (*GetOrganizationsMeUnsupportedMediaType) IsClientError

func (o *GetOrganizationsMeUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get organizations me unsupported media type response has a 4xx status code

func (*GetOrganizationsMeUnsupportedMediaType) IsCode

IsCode returns true when this get organizations me unsupported media type response a status code equal to that given

func (*GetOrganizationsMeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get organizations me unsupported media type response has a 3xx status code

func (*GetOrganizationsMeUnsupportedMediaType) IsServerError

func (o *GetOrganizationsMeUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get organizations me unsupported media type response has a 5xx status code

func (*GetOrganizationsMeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get organizations me unsupported media type response has a 2xx status code

func (*GetOrganizationsMeUnsupportedMediaType) String

type GetOrganizationsWhitelistBadRequest

type GetOrganizationsWhitelistBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetOrganizationsWhitelistBadRequest

func NewGetOrganizationsWhitelistBadRequest() *GetOrganizationsWhitelistBadRequest

NewGetOrganizationsWhitelistBadRequest creates a GetOrganizationsWhitelistBadRequest with default headers values

func (*GetOrganizationsWhitelistBadRequest) Error

func (*GetOrganizationsWhitelistBadRequest) GetPayload

func (*GetOrganizationsWhitelistBadRequest) IsClientError

func (o *GetOrganizationsWhitelistBadRequest) IsClientError() bool

IsClientError returns true when this get organizations whitelist bad request response has a 4xx status code

func (*GetOrganizationsWhitelistBadRequest) IsCode

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

func (*GetOrganizationsWhitelistBadRequest) IsRedirect

func (o *GetOrganizationsWhitelistBadRequest) IsRedirect() bool

IsRedirect returns true when this get organizations whitelist bad request response has a 3xx status code

func (*GetOrganizationsWhitelistBadRequest) IsServerError

func (o *GetOrganizationsWhitelistBadRequest) IsServerError() bool

IsServerError returns true when this get organizations whitelist bad request response has a 5xx status code

func (*GetOrganizationsWhitelistBadRequest) IsSuccess

IsSuccess returns true when this get organizations whitelist bad request response has a 2xx status code

func (*GetOrganizationsWhitelistBadRequest) String

type GetOrganizationsWhitelistForbidden

type GetOrganizationsWhitelistForbidden struct {
	Payload *models.ErrorBody
}

GetOrganizationsWhitelistForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetOrganizationsWhitelistForbidden

func NewGetOrganizationsWhitelistForbidden() *GetOrganizationsWhitelistForbidden

NewGetOrganizationsWhitelistForbidden creates a GetOrganizationsWhitelistForbidden with default headers values

func (*GetOrganizationsWhitelistForbidden) Error

func (*GetOrganizationsWhitelistForbidden) GetPayload

func (*GetOrganizationsWhitelistForbidden) IsClientError

func (o *GetOrganizationsWhitelistForbidden) IsClientError() bool

IsClientError returns true when this get organizations whitelist forbidden response has a 4xx status code

func (*GetOrganizationsWhitelistForbidden) IsCode

IsCode returns true when this get organizations whitelist forbidden response a status code equal to that given

func (*GetOrganizationsWhitelistForbidden) IsRedirect

func (o *GetOrganizationsWhitelistForbidden) IsRedirect() bool

IsRedirect returns true when this get organizations whitelist forbidden response has a 3xx status code

func (*GetOrganizationsWhitelistForbidden) IsServerError

func (o *GetOrganizationsWhitelistForbidden) IsServerError() bool

IsServerError returns true when this get organizations whitelist forbidden response has a 5xx status code

func (*GetOrganizationsWhitelistForbidden) IsSuccess

IsSuccess returns true when this get organizations whitelist forbidden response has a 2xx status code

func (*GetOrganizationsWhitelistForbidden) String

type GetOrganizationsWhitelistGatewayTimeout

type GetOrganizationsWhitelistGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsWhitelistGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetOrganizationsWhitelistGatewayTimeout

func NewGetOrganizationsWhitelistGatewayTimeout() *GetOrganizationsWhitelistGatewayTimeout

NewGetOrganizationsWhitelistGatewayTimeout creates a GetOrganizationsWhitelistGatewayTimeout with default headers values

func (*GetOrganizationsWhitelistGatewayTimeout) Error

func (*GetOrganizationsWhitelistGatewayTimeout) GetPayload

func (*GetOrganizationsWhitelistGatewayTimeout) IsClientError

func (o *GetOrganizationsWhitelistGatewayTimeout) IsClientError() bool

IsClientError returns true when this get organizations whitelist gateway timeout response has a 4xx status code

func (*GetOrganizationsWhitelistGatewayTimeout) IsCode

IsCode returns true when this get organizations whitelist gateway timeout response a status code equal to that given

func (*GetOrganizationsWhitelistGatewayTimeout) IsRedirect

IsRedirect returns true when this get organizations whitelist gateway timeout response has a 3xx status code

func (*GetOrganizationsWhitelistGatewayTimeout) IsServerError

func (o *GetOrganizationsWhitelistGatewayTimeout) IsServerError() bool

IsServerError returns true when this get organizations whitelist gateway timeout response has a 5xx status code

func (*GetOrganizationsWhitelistGatewayTimeout) IsSuccess

IsSuccess returns true when this get organizations whitelist gateway timeout response has a 2xx status code

func (*GetOrganizationsWhitelistGatewayTimeout) String

type GetOrganizationsWhitelistInternalServerError

type GetOrganizationsWhitelistInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetOrganizationsWhitelistInternalServerError

func NewGetOrganizationsWhitelistInternalServerError() *GetOrganizationsWhitelistInternalServerError

NewGetOrganizationsWhitelistInternalServerError creates a GetOrganizationsWhitelistInternalServerError with default headers values

func (*GetOrganizationsWhitelistInternalServerError) Error

func (*GetOrganizationsWhitelistInternalServerError) GetPayload

func (*GetOrganizationsWhitelistInternalServerError) IsClientError

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

func (*GetOrganizationsWhitelistInternalServerError) IsCode

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

func (*GetOrganizationsWhitelistInternalServerError) IsRedirect

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

func (*GetOrganizationsWhitelistInternalServerError) IsServerError

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

func (*GetOrganizationsWhitelistInternalServerError) IsSuccess

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

func (*GetOrganizationsWhitelistInternalServerError) String

type GetOrganizationsWhitelistNotFound

type GetOrganizationsWhitelistNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetOrganizationsWhitelistNotFound

func NewGetOrganizationsWhitelistNotFound() *GetOrganizationsWhitelistNotFound

NewGetOrganizationsWhitelistNotFound creates a GetOrganizationsWhitelistNotFound with default headers values

func (*GetOrganizationsWhitelistNotFound) Error

func (*GetOrganizationsWhitelistNotFound) GetPayload

func (*GetOrganizationsWhitelistNotFound) IsClientError

func (o *GetOrganizationsWhitelistNotFound) IsClientError() bool

IsClientError returns true when this get organizations whitelist not found response has a 4xx status code

func (*GetOrganizationsWhitelistNotFound) IsCode

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

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

func (*GetOrganizationsWhitelistNotFound) IsRedirect

func (o *GetOrganizationsWhitelistNotFound) IsRedirect() bool

IsRedirect returns true when this get organizations whitelist not found response has a 3xx status code

func (*GetOrganizationsWhitelistNotFound) IsServerError

func (o *GetOrganizationsWhitelistNotFound) IsServerError() bool

IsServerError returns true when this get organizations whitelist not found response has a 5xx status code

func (*GetOrganizationsWhitelistNotFound) IsSuccess

func (o *GetOrganizationsWhitelistNotFound) IsSuccess() bool

IsSuccess returns true when this get organizations whitelist not found response has a 2xx status code

func (*GetOrganizationsWhitelistNotFound) String

type GetOrganizationsWhitelistOK

type GetOrganizationsWhitelistOK struct {
	Payload *models.OrgWhitelistSettings
}

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

successful operation

func NewGetOrganizationsWhitelistOK

func NewGetOrganizationsWhitelistOK() *GetOrganizationsWhitelistOK

NewGetOrganizationsWhitelistOK creates a GetOrganizationsWhitelistOK with default headers values

func (*GetOrganizationsWhitelistOK) Error

func (*GetOrganizationsWhitelistOK) GetPayload

func (*GetOrganizationsWhitelistOK) IsClientError

func (o *GetOrganizationsWhitelistOK) IsClientError() bool

IsClientError returns true when this get organizations whitelist o k response has a 4xx status code

func (*GetOrganizationsWhitelistOK) IsCode

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

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

func (*GetOrganizationsWhitelistOK) IsRedirect

func (o *GetOrganizationsWhitelistOK) IsRedirect() bool

IsRedirect returns true when this get organizations whitelist o k response has a 3xx status code

func (*GetOrganizationsWhitelistOK) IsServerError

func (o *GetOrganizationsWhitelistOK) IsServerError() bool

IsServerError returns true when this get organizations whitelist o k response has a 5xx status code

func (*GetOrganizationsWhitelistOK) IsSuccess

func (o *GetOrganizationsWhitelistOK) IsSuccess() bool

IsSuccess returns true when this get organizations whitelist o k response has a 2xx status code

func (*GetOrganizationsWhitelistOK) String

func (o *GetOrganizationsWhitelistOK) String() string

type GetOrganizationsWhitelistParams

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

GetOrganizationsWhitelistParams contains all the parameters to send to the API endpoint

for the get organizations whitelist operation.

Typically these are written to a http.Request.

func NewGetOrganizationsWhitelistParams

func NewGetOrganizationsWhitelistParams() *GetOrganizationsWhitelistParams

NewGetOrganizationsWhitelistParams creates a new GetOrganizationsWhitelistParams 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 NewGetOrganizationsWhitelistParamsWithContext

func NewGetOrganizationsWhitelistParamsWithContext(ctx context.Context) *GetOrganizationsWhitelistParams

NewGetOrganizationsWhitelistParamsWithContext creates a new GetOrganizationsWhitelistParams object with the ability to set a context for a request.

func NewGetOrganizationsWhitelistParamsWithHTTPClient

func NewGetOrganizationsWhitelistParamsWithHTTPClient(client *http.Client) *GetOrganizationsWhitelistParams

NewGetOrganizationsWhitelistParamsWithHTTPClient creates a new GetOrganizationsWhitelistParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationsWhitelistParamsWithTimeout

func NewGetOrganizationsWhitelistParamsWithTimeout(timeout time.Duration) *GetOrganizationsWhitelistParams

NewGetOrganizationsWhitelistParamsWithTimeout creates a new GetOrganizationsWhitelistParams object with the ability to set a timeout on a request.

func (*GetOrganizationsWhitelistParams) SetContext

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

SetContext adds the context to the get organizations whitelist params

func (*GetOrganizationsWhitelistParams) SetDefaults

func (o *GetOrganizationsWhitelistParams) SetDefaults()

SetDefaults hydrates default values in the get organizations whitelist params (not the query body).

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

func (*GetOrganizationsWhitelistParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organizations whitelist params

func (*GetOrganizationsWhitelistParams) SetTimeout

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

SetTimeout adds the timeout to the get organizations whitelist params

func (*GetOrganizationsWhitelistParams) WithContext

WithContext adds the context to the get organizations whitelist params

func (*GetOrganizationsWhitelistParams) WithDefaults

WithDefaults hydrates default values in the get organizations whitelist params (not the query body).

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

func (*GetOrganizationsWhitelistParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organizations whitelist params

func (*GetOrganizationsWhitelistParams) WithTimeout

WithTimeout adds the timeout to the get organizations whitelist params

func (*GetOrganizationsWhitelistParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationsWhitelistReader

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

GetOrganizationsWhitelistReader is a Reader for the GetOrganizationsWhitelist structure.

func (*GetOrganizationsWhitelistReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationsWhitelistRequestEntityTooLarge

type GetOrganizationsWhitelistRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetOrganizationsWhitelistRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetOrganizationsWhitelistRequestEntityTooLarge

func NewGetOrganizationsWhitelistRequestEntityTooLarge() *GetOrganizationsWhitelistRequestEntityTooLarge

NewGetOrganizationsWhitelistRequestEntityTooLarge creates a GetOrganizationsWhitelistRequestEntityTooLarge with default headers values

func (*GetOrganizationsWhitelistRequestEntityTooLarge) Error

func (*GetOrganizationsWhitelistRequestEntityTooLarge) GetPayload

func (*GetOrganizationsWhitelistRequestEntityTooLarge) IsClientError

IsClientError returns true when this get organizations whitelist request entity too large response has a 4xx status code

func (*GetOrganizationsWhitelistRequestEntityTooLarge) IsCode

IsCode returns true when this get organizations whitelist request entity too large response a status code equal to that given

func (*GetOrganizationsWhitelistRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get organizations whitelist request entity too large response has a 3xx status code

func (*GetOrganizationsWhitelistRequestEntityTooLarge) IsServerError

IsServerError returns true when this get organizations whitelist request entity too large response has a 5xx status code

func (*GetOrganizationsWhitelistRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get organizations whitelist request entity too large response has a 2xx status code

func (*GetOrganizationsWhitelistRequestEntityTooLarge) String

type GetOrganizationsWhitelistRequestTimeout

type GetOrganizationsWhitelistRequestTimeout struct {
	Payload *models.ErrorBody
}

GetOrganizationsWhitelistRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetOrganizationsWhitelistRequestTimeout

func NewGetOrganizationsWhitelistRequestTimeout() *GetOrganizationsWhitelistRequestTimeout

NewGetOrganizationsWhitelistRequestTimeout creates a GetOrganizationsWhitelistRequestTimeout with default headers values

func (*GetOrganizationsWhitelistRequestTimeout) Error

func (*GetOrganizationsWhitelistRequestTimeout) GetPayload

func (*GetOrganizationsWhitelistRequestTimeout) IsClientError

func (o *GetOrganizationsWhitelistRequestTimeout) IsClientError() bool

IsClientError returns true when this get organizations whitelist request timeout response has a 4xx status code

func (*GetOrganizationsWhitelistRequestTimeout) IsCode

IsCode returns true when this get organizations whitelist request timeout response a status code equal to that given

func (*GetOrganizationsWhitelistRequestTimeout) IsRedirect

IsRedirect returns true when this get organizations whitelist request timeout response has a 3xx status code

func (*GetOrganizationsWhitelistRequestTimeout) IsServerError

func (o *GetOrganizationsWhitelistRequestTimeout) IsServerError() bool

IsServerError returns true when this get organizations whitelist request timeout response has a 5xx status code

func (*GetOrganizationsWhitelistRequestTimeout) IsSuccess

IsSuccess returns true when this get organizations whitelist request timeout response has a 2xx status code

func (*GetOrganizationsWhitelistRequestTimeout) String

type GetOrganizationsWhitelistServiceUnavailable

type GetOrganizationsWhitelistServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetOrganizationsWhitelistServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetOrganizationsWhitelistServiceUnavailable

func NewGetOrganizationsWhitelistServiceUnavailable() *GetOrganizationsWhitelistServiceUnavailable

NewGetOrganizationsWhitelistServiceUnavailable creates a GetOrganizationsWhitelistServiceUnavailable with default headers values

func (*GetOrganizationsWhitelistServiceUnavailable) Error

func (*GetOrganizationsWhitelistServiceUnavailable) GetPayload

func (*GetOrganizationsWhitelistServiceUnavailable) IsClientError

IsClientError returns true when this get organizations whitelist service unavailable response has a 4xx status code

func (*GetOrganizationsWhitelistServiceUnavailable) IsCode

IsCode returns true when this get organizations whitelist service unavailable response a status code equal to that given

func (*GetOrganizationsWhitelistServiceUnavailable) IsRedirect

IsRedirect returns true when this get organizations whitelist service unavailable response has a 3xx status code

func (*GetOrganizationsWhitelistServiceUnavailable) IsServerError

IsServerError returns true when this get organizations whitelist service unavailable response has a 5xx status code

func (*GetOrganizationsWhitelistServiceUnavailable) IsSuccess

IsSuccess returns true when this get organizations whitelist service unavailable response has a 2xx status code

func (*GetOrganizationsWhitelistServiceUnavailable) String

type GetOrganizationsWhitelistTooManyRequests

type GetOrganizationsWhitelistTooManyRequests struct {
	Payload *models.ErrorBody
}

GetOrganizationsWhitelistTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetOrganizationsWhitelistTooManyRequests

func NewGetOrganizationsWhitelistTooManyRequests() *GetOrganizationsWhitelistTooManyRequests

NewGetOrganizationsWhitelistTooManyRequests creates a GetOrganizationsWhitelistTooManyRequests with default headers values

func (*GetOrganizationsWhitelistTooManyRequests) Error

func (*GetOrganizationsWhitelistTooManyRequests) GetPayload

func (*GetOrganizationsWhitelistTooManyRequests) IsClientError

IsClientError returns true when this get organizations whitelist too many requests response has a 4xx status code

func (*GetOrganizationsWhitelistTooManyRequests) IsCode

IsCode returns true when this get organizations whitelist too many requests response a status code equal to that given

func (*GetOrganizationsWhitelistTooManyRequests) IsRedirect

IsRedirect returns true when this get organizations whitelist too many requests response has a 3xx status code

func (*GetOrganizationsWhitelistTooManyRequests) IsServerError

IsServerError returns true when this get organizations whitelist too many requests response has a 5xx status code

func (*GetOrganizationsWhitelistTooManyRequests) IsSuccess

IsSuccess returns true when this get organizations whitelist too many requests response has a 2xx status code

func (*GetOrganizationsWhitelistTooManyRequests) String

type GetOrganizationsWhitelistUnauthorized

type GetOrganizationsWhitelistUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetOrganizationsWhitelistUnauthorized

func NewGetOrganizationsWhitelistUnauthorized() *GetOrganizationsWhitelistUnauthorized

NewGetOrganizationsWhitelistUnauthorized creates a GetOrganizationsWhitelistUnauthorized with default headers values

func (*GetOrganizationsWhitelistUnauthorized) Error

func (*GetOrganizationsWhitelistUnauthorized) GetPayload

func (*GetOrganizationsWhitelistUnauthorized) IsClientError

func (o *GetOrganizationsWhitelistUnauthorized) IsClientError() bool

IsClientError returns true when this get organizations whitelist unauthorized response has a 4xx status code

func (*GetOrganizationsWhitelistUnauthorized) IsCode

IsCode returns true when this get organizations whitelist unauthorized response a status code equal to that given

func (*GetOrganizationsWhitelistUnauthorized) IsRedirect

IsRedirect returns true when this get organizations whitelist unauthorized response has a 3xx status code

func (*GetOrganizationsWhitelistUnauthorized) IsServerError

func (o *GetOrganizationsWhitelistUnauthorized) IsServerError() bool

IsServerError returns true when this get organizations whitelist unauthorized response has a 5xx status code

func (*GetOrganizationsWhitelistUnauthorized) IsSuccess

IsSuccess returns true when this get organizations whitelist unauthorized response has a 2xx status code

func (*GetOrganizationsWhitelistUnauthorized) String

type GetOrganizationsWhitelistUnsupportedMediaType

type GetOrganizationsWhitelistUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetOrganizationsWhitelistUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetOrganizationsWhitelistUnsupportedMediaType

func NewGetOrganizationsWhitelistUnsupportedMediaType() *GetOrganizationsWhitelistUnsupportedMediaType

NewGetOrganizationsWhitelistUnsupportedMediaType creates a GetOrganizationsWhitelistUnsupportedMediaType with default headers values

func (*GetOrganizationsWhitelistUnsupportedMediaType) Error

func (*GetOrganizationsWhitelistUnsupportedMediaType) GetPayload

func (*GetOrganizationsWhitelistUnsupportedMediaType) IsClientError

IsClientError returns true when this get organizations whitelist unsupported media type response has a 4xx status code

func (*GetOrganizationsWhitelistUnsupportedMediaType) IsCode

IsCode returns true when this get organizations whitelist unsupported media type response a status code equal to that given

func (*GetOrganizationsWhitelistUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get organizations whitelist unsupported media type response has a 3xx status code

func (*GetOrganizationsWhitelistUnsupportedMediaType) IsServerError

IsServerError returns true when this get organizations whitelist unsupported media type response has a 5xx status code

func (*GetOrganizationsWhitelistUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get organizations whitelist unsupported media type response has a 2xx status code

func (*GetOrganizationsWhitelistUnsupportedMediaType) String

type PatchOrganizationsFeatureBadRequest

type PatchOrganizationsFeatureBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPatchOrganizationsFeatureBadRequest

func NewPatchOrganizationsFeatureBadRequest() *PatchOrganizationsFeatureBadRequest

NewPatchOrganizationsFeatureBadRequest creates a PatchOrganizationsFeatureBadRequest with default headers values

func (*PatchOrganizationsFeatureBadRequest) Error

func (*PatchOrganizationsFeatureBadRequest) GetPayload

func (*PatchOrganizationsFeatureBadRequest) IsClientError

func (o *PatchOrganizationsFeatureBadRequest) IsClientError() bool

IsClientError returns true when this patch organizations feature bad request response has a 4xx status code

func (*PatchOrganizationsFeatureBadRequest) IsCode

IsCode returns true when this patch organizations feature bad request response a status code equal to that given

func (*PatchOrganizationsFeatureBadRequest) IsRedirect

func (o *PatchOrganizationsFeatureBadRequest) IsRedirect() bool

IsRedirect returns true when this patch organizations feature bad request response has a 3xx status code

func (*PatchOrganizationsFeatureBadRequest) IsServerError

func (o *PatchOrganizationsFeatureBadRequest) IsServerError() bool

IsServerError returns true when this patch organizations feature bad request response has a 5xx status code

func (*PatchOrganizationsFeatureBadRequest) IsSuccess

IsSuccess returns true when this patch organizations feature bad request response has a 2xx status code

func (*PatchOrganizationsFeatureBadRequest) String

type PatchOrganizationsFeatureForbidden

type PatchOrganizationsFeatureForbidden struct {
	Payload *models.ErrorBody
}

PatchOrganizationsFeatureForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPatchOrganizationsFeatureForbidden

func NewPatchOrganizationsFeatureForbidden() *PatchOrganizationsFeatureForbidden

NewPatchOrganizationsFeatureForbidden creates a PatchOrganizationsFeatureForbidden with default headers values

func (*PatchOrganizationsFeatureForbidden) Error

func (*PatchOrganizationsFeatureForbidden) GetPayload

func (*PatchOrganizationsFeatureForbidden) IsClientError

func (o *PatchOrganizationsFeatureForbidden) IsClientError() bool

IsClientError returns true when this patch organizations feature forbidden response has a 4xx status code

func (*PatchOrganizationsFeatureForbidden) IsCode

IsCode returns true when this patch organizations feature forbidden response a status code equal to that given

func (*PatchOrganizationsFeatureForbidden) IsRedirect

func (o *PatchOrganizationsFeatureForbidden) IsRedirect() bool

IsRedirect returns true when this patch organizations feature forbidden response has a 3xx status code

func (*PatchOrganizationsFeatureForbidden) IsServerError

func (o *PatchOrganizationsFeatureForbidden) IsServerError() bool

IsServerError returns true when this patch organizations feature forbidden response has a 5xx status code

func (*PatchOrganizationsFeatureForbidden) IsSuccess

IsSuccess returns true when this patch organizations feature forbidden response has a 2xx status code

func (*PatchOrganizationsFeatureForbidden) String

type PatchOrganizationsFeatureGatewayTimeout

type PatchOrganizationsFeatureGatewayTimeout struct {
	Payload *models.ErrorBody
}

PatchOrganizationsFeatureGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPatchOrganizationsFeatureGatewayTimeout

func NewPatchOrganizationsFeatureGatewayTimeout() *PatchOrganizationsFeatureGatewayTimeout

NewPatchOrganizationsFeatureGatewayTimeout creates a PatchOrganizationsFeatureGatewayTimeout with default headers values

func (*PatchOrganizationsFeatureGatewayTimeout) Error

func (*PatchOrganizationsFeatureGatewayTimeout) GetPayload

func (*PatchOrganizationsFeatureGatewayTimeout) IsClientError

func (o *PatchOrganizationsFeatureGatewayTimeout) IsClientError() bool

IsClientError returns true when this patch organizations feature gateway timeout response has a 4xx status code

func (*PatchOrganizationsFeatureGatewayTimeout) IsCode

IsCode returns true when this patch organizations feature gateway timeout response a status code equal to that given

func (*PatchOrganizationsFeatureGatewayTimeout) IsRedirect

IsRedirect returns true when this patch organizations feature gateway timeout response has a 3xx status code

func (*PatchOrganizationsFeatureGatewayTimeout) IsServerError

func (o *PatchOrganizationsFeatureGatewayTimeout) IsServerError() bool

IsServerError returns true when this patch organizations feature gateway timeout response has a 5xx status code

func (*PatchOrganizationsFeatureGatewayTimeout) IsSuccess

IsSuccess returns true when this patch organizations feature gateway timeout response has a 2xx status code

func (*PatchOrganizationsFeatureGatewayTimeout) String

type PatchOrganizationsFeatureInternalServerError

type PatchOrganizationsFeatureInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPatchOrganizationsFeatureInternalServerError

func NewPatchOrganizationsFeatureInternalServerError() *PatchOrganizationsFeatureInternalServerError

NewPatchOrganizationsFeatureInternalServerError creates a PatchOrganizationsFeatureInternalServerError with default headers values

func (*PatchOrganizationsFeatureInternalServerError) Error

func (*PatchOrganizationsFeatureInternalServerError) GetPayload

func (*PatchOrganizationsFeatureInternalServerError) IsClientError

IsClientError returns true when this patch organizations feature internal server error response has a 4xx status code

func (*PatchOrganizationsFeatureInternalServerError) IsCode

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

func (*PatchOrganizationsFeatureInternalServerError) IsRedirect

IsRedirect returns true when this patch organizations feature internal server error response has a 3xx status code

func (*PatchOrganizationsFeatureInternalServerError) IsServerError

IsServerError returns true when this patch organizations feature internal server error response has a 5xx status code

func (*PatchOrganizationsFeatureInternalServerError) IsSuccess

IsSuccess returns true when this patch organizations feature internal server error response has a 2xx status code

func (*PatchOrganizationsFeatureInternalServerError) String

type PatchOrganizationsFeatureNotFound

type PatchOrganizationsFeatureNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPatchOrganizationsFeatureNotFound

func NewPatchOrganizationsFeatureNotFound() *PatchOrganizationsFeatureNotFound

NewPatchOrganizationsFeatureNotFound creates a PatchOrganizationsFeatureNotFound with default headers values

func (*PatchOrganizationsFeatureNotFound) Error

func (*PatchOrganizationsFeatureNotFound) GetPayload

func (*PatchOrganizationsFeatureNotFound) IsClientError

func (o *PatchOrganizationsFeatureNotFound) IsClientError() bool

IsClientError returns true when this patch organizations feature not found response has a 4xx status code

func (*PatchOrganizationsFeatureNotFound) IsCode

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

IsCode returns true when this patch organizations feature not found response a status code equal to that given

func (*PatchOrganizationsFeatureNotFound) IsRedirect

func (o *PatchOrganizationsFeatureNotFound) IsRedirect() bool

IsRedirect returns true when this patch organizations feature not found response has a 3xx status code

func (*PatchOrganizationsFeatureNotFound) IsServerError

func (o *PatchOrganizationsFeatureNotFound) IsServerError() bool

IsServerError returns true when this patch organizations feature not found response has a 5xx status code

func (*PatchOrganizationsFeatureNotFound) IsSuccess

func (o *PatchOrganizationsFeatureNotFound) IsSuccess() bool

IsSuccess returns true when this patch organizations feature not found response has a 2xx status code

func (*PatchOrganizationsFeatureNotFound) String

type PatchOrganizationsFeatureOK

type PatchOrganizationsFeatureOK struct {
	Payload *models.OrganizationFeatures
}

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

successful operation

func NewPatchOrganizationsFeatureOK

func NewPatchOrganizationsFeatureOK() *PatchOrganizationsFeatureOK

NewPatchOrganizationsFeatureOK creates a PatchOrganizationsFeatureOK with default headers values

func (*PatchOrganizationsFeatureOK) Error

func (*PatchOrganizationsFeatureOK) GetPayload

func (*PatchOrganizationsFeatureOK) IsClientError

func (o *PatchOrganizationsFeatureOK) IsClientError() bool

IsClientError returns true when this patch organizations feature o k response has a 4xx status code

func (*PatchOrganizationsFeatureOK) IsCode

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

IsCode returns true when this patch organizations feature o k response a status code equal to that given

func (*PatchOrganizationsFeatureOK) IsRedirect

func (o *PatchOrganizationsFeatureOK) IsRedirect() bool

IsRedirect returns true when this patch organizations feature o k response has a 3xx status code

func (*PatchOrganizationsFeatureOK) IsServerError

func (o *PatchOrganizationsFeatureOK) IsServerError() bool

IsServerError returns true when this patch organizations feature o k response has a 5xx status code

func (*PatchOrganizationsFeatureOK) IsSuccess

func (o *PatchOrganizationsFeatureOK) IsSuccess() bool

IsSuccess returns true when this patch organizations feature o k response has a 2xx status code

func (*PatchOrganizationsFeatureOK) String

func (o *PatchOrganizationsFeatureOK) String() string

type PatchOrganizationsFeatureParams

type PatchOrganizationsFeatureParams struct {

	/* Enabled.

	   New state of feature
	*/
	Enabled *models.FeatureState

	/* FeatureName.

	   Organization feature
	*/
	FeatureName string

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

PatchOrganizationsFeatureParams contains all the parameters to send to the API endpoint

for the patch organizations feature operation.

Typically these are written to a http.Request.

func NewPatchOrganizationsFeatureParams

func NewPatchOrganizationsFeatureParams() *PatchOrganizationsFeatureParams

NewPatchOrganizationsFeatureParams creates a new PatchOrganizationsFeatureParams 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 NewPatchOrganizationsFeatureParamsWithContext

func NewPatchOrganizationsFeatureParamsWithContext(ctx context.Context) *PatchOrganizationsFeatureParams

NewPatchOrganizationsFeatureParamsWithContext creates a new PatchOrganizationsFeatureParams object with the ability to set a context for a request.

func NewPatchOrganizationsFeatureParamsWithHTTPClient

func NewPatchOrganizationsFeatureParamsWithHTTPClient(client *http.Client) *PatchOrganizationsFeatureParams

NewPatchOrganizationsFeatureParamsWithHTTPClient creates a new PatchOrganizationsFeatureParams object with the ability to set a custom HTTPClient for a request.

func NewPatchOrganizationsFeatureParamsWithTimeout

func NewPatchOrganizationsFeatureParamsWithTimeout(timeout time.Duration) *PatchOrganizationsFeatureParams

NewPatchOrganizationsFeatureParamsWithTimeout creates a new PatchOrganizationsFeatureParams object with the ability to set a timeout on a request.

func (*PatchOrganizationsFeatureParams) SetContext

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

SetContext adds the context to the patch organizations feature params

func (*PatchOrganizationsFeatureParams) SetDefaults

func (o *PatchOrganizationsFeatureParams) SetDefaults()

SetDefaults hydrates default values in the patch organizations feature params (not the query body).

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

func (*PatchOrganizationsFeatureParams) SetEnabled

func (o *PatchOrganizationsFeatureParams) SetEnabled(enabled *models.FeatureState)

SetEnabled adds the enabled to the patch organizations feature params

func (*PatchOrganizationsFeatureParams) SetFeatureName

func (o *PatchOrganizationsFeatureParams) SetFeatureName(featureName string)

SetFeatureName adds the featureName to the patch organizations feature params

func (*PatchOrganizationsFeatureParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch organizations feature params

func (*PatchOrganizationsFeatureParams) SetTimeout

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

SetTimeout adds the timeout to the patch organizations feature params

func (*PatchOrganizationsFeatureParams) WithContext

WithContext adds the context to the patch organizations feature params

func (*PatchOrganizationsFeatureParams) WithDefaults

WithDefaults hydrates default values in the patch organizations feature params (not the query body).

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

func (*PatchOrganizationsFeatureParams) WithEnabled

WithEnabled adds the enabled to the patch organizations feature params

func (*PatchOrganizationsFeatureParams) WithFeatureName

WithFeatureName adds the featureName to the patch organizations feature params

func (*PatchOrganizationsFeatureParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch organizations feature params

func (*PatchOrganizationsFeatureParams) WithTimeout

WithTimeout adds the timeout to the patch organizations feature params

func (*PatchOrganizationsFeatureParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchOrganizationsFeatureReader

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

PatchOrganizationsFeatureReader is a Reader for the PatchOrganizationsFeature structure.

func (*PatchOrganizationsFeatureReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchOrganizationsFeatureRequestEntityTooLarge

type PatchOrganizationsFeatureRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PatchOrganizationsFeatureRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPatchOrganizationsFeatureRequestEntityTooLarge

func NewPatchOrganizationsFeatureRequestEntityTooLarge() *PatchOrganizationsFeatureRequestEntityTooLarge

NewPatchOrganizationsFeatureRequestEntityTooLarge creates a PatchOrganizationsFeatureRequestEntityTooLarge with default headers values

func (*PatchOrganizationsFeatureRequestEntityTooLarge) Error

func (*PatchOrganizationsFeatureRequestEntityTooLarge) GetPayload

func (*PatchOrganizationsFeatureRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch organizations feature request entity too large response has a 4xx status code

func (*PatchOrganizationsFeatureRequestEntityTooLarge) IsCode

IsCode returns true when this patch organizations feature request entity too large response a status code equal to that given

func (*PatchOrganizationsFeatureRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch organizations feature request entity too large response has a 3xx status code

func (*PatchOrganizationsFeatureRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch organizations feature request entity too large response has a 5xx status code

func (*PatchOrganizationsFeatureRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch organizations feature request entity too large response has a 2xx status code

func (*PatchOrganizationsFeatureRequestEntityTooLarge) String

type PatchOrganizationsFeatureRequestTimeout

type PatchOrganizationsFeatureRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchOrganizationsFeatureRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPatchOrganizationsFeatureRequestTimeout

func NewPatchOrganizationsFeatureRequestTimeout() *PatchOrganizationsFeatureRequestTimeout

NewPatchOrganizationsFeatureRequestTimeout creates a PatchOrganizationsFeatureRequestTimeout with default headers values

func (*PatchOrganizationsFeatureRequestTimeout) Error

func (*PatchOrganizationsFeatureRequestTimeout) GetPayload

func (*PatchOrganizationsFeatureRequestTimeout) IsClientError

func (o *PatchOrganizationsFeatureRequestTimeout) IsClientError() bool

IsClientError returns true when this patch organizations feature request timeout response has a 4xx status code

func (*PatchOrganizationsFeatureRequestTimeout) IsCode

IsCode returns true when this patch organizations feature request timeout response a status code equal to that given

func (*PatchOrganizationsFeatureRequestTimeout) IsRedirect

IsRedirect returns true when this patch organizations feature request timeout response has a 3xx status code

func (*PatchOrganizationsFeatureRequestTimeout) IsServerError

func (o *PatchOrganizationsFeatureRequestTimeout) IsServerError() bool

IsServerError returns true when this patch organizations feature request timeout response has a 5xx status code

func (*PatchOrganizationsFeatureRequestTimeout) IsSuccess

IsSuccess returns true when this patch organizations feature request timeout response has a 2xx status code

func (*PatchOrganizationsFeatureRequestTimeout) String

type PatchOrganizationsFeatureServiceUnavailable

type PatchOrganizationsFeatureServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchOrganizationsFeatureServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPatchOrganizationsFeatureServiceUnavailable

func NewPatchOrganizationsFeatureServiceUnavailable() *PatchOrganizationsFeatureServiceUnavailable

NewPatchOrganizationsFeatureServiceUnavailable creates a PatchOrganizationsFeatureServiceUnavailable with default headers values

func (*PatchOrganizationsFeatureServiceUnavailable) Error

func (*PatchOrganizationsFeatureServiceUnavailable) GetPayload

func (*PatchOrganizationsFeatureServiceUnavailable) IsClientError

IsClientError returns true when this patch organizations feature service unavailable response has a 4xx status code

func (*PatchOrganizationsFeatureServiceUnavailable) IsCode

IsCode returns true when this patch organizations feature service unavailable response a status code equal to that given

func (*PatchOrganizationsFeatureServiceUnavailable) IsRedirect

IsRedirect returns true when this patch organizations feature service unavailable response has a 3xx status code

func (*PatchOrganizationsFeatureServiceUnavailable) IsServerError

IsServerError returns true when this patch organizations feature service unavailable response has a 5xx status code

func (*PatchOrganizationsFeatureServiceUnavailable) IsSuccess

IsSuccess returns true when this patch organizations feature service unavailable response has a 2xx status code

func (*PatchOrganizationsFeatureServiceUnavailable) String

type PatchOrganizationsFeatureTooManyRequests

type PatchOrganizationsFeatureTooManyRequests struct {
	Payload *models.ErrorBody
}

PatchOrganizationsFeatureTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPatchOrganizationsFeatureTooManyRequests

func NewPatchOrganizationsFeatureTooManyRequests() *PatchOrganizationsFeatureTooManyRequests

NewPatchOrganizationsFeatureTooManyRequests creates a PatchOrganizationsFeatureTooManyRequests with default headers values

func (*PatchOrganizationsFeatureTooManyRequests) Error

func (*PatchOrganizationsFeatureTooManyRequests) GetPayload

func (*PatchOrganizationsFeatureTooManyRequests) IsClientError

IsClientError returns true when this patch organizations feature too many requests response has a 4xx status code

func (*PatchOrganizationsFeatureTooManyRequests) IsCode

IsCode returns true when this patch organizations feature too many requests response a status code equal to that given

func (*PatchOrganizationsFeatureTooManyRequests) IsRedirect

IsRedirect returns true when this patch organizations feature too many requests response has a 3xx status code

func (*PatchOrganizationsFeatureTooManyRequests) IsServerError

IsServerError returns true when this patch organizations feature too many requests response has a 5xx status code

func (*PatchOrganizationsFeatureTooManyRequests) IsSuccess

IsSuccess returns true when this patch organizations feature too many requests response has a 2xx status code

func (*PatchOrganizationsFeatureTooManyRequests) String

type PatchOrganizationsFeatureUnauthorized

type PatchOrganizationsFeatureUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPatchOrganizationsFeatureUnauthorized

func NewPatchOrganizationsFeatureUnauthorized() *PatchOrganizationsFeatureUnauthorized

NewPatchOrganizationsFeatureUnauthorized creates a PatchOrganizationsFeatureUnauthorized with default headers values

func (*PatchOrganizationsFeatureUnauthorized) Error

func (*PatchOrganizationsFeatureUnauthorized) GetPayload

func (*PatchOrganizationsFeatureUnauthorized) IsClientError

func (o *PatchOrganizationsFeatureUnauthorized) IsClientError() bool

IsClientError returns true when this patch organizations feature unauthorized response has a 4xx status code

func (*PatchOrganizationsFeatureUnauthorized) IsCode

IsCode returns true when this patch organizations feature unauthorized response a status code equal to that given

func (*PatchOrganizationsFeatureUnauthorized) IsRedirect

IsRedirect returns true when this patch organizations feature unauthorized response has a 3xx status code

func (*PatchOrganizationsFeatureUnauthorized) IsServerError

func (o *PatchOrganizationsFeatureUnauthorized) IsServerError() bool

IsServerError returns true when this patch organizations feature unauthorized response has a 5xx status code

func (*PatchOrganizationsFeatureUnauthorized) IsSuccess

IsSuccess returns true when this patch organizations feature unauthorized response has a 2xx status code

func (*PatchOrganizationsFeatureUnauthorized) String

type PatchOrganizationsFeatureUnsupportedMediaType

type PatchOrganizationsFeatureUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchOrganizationsFeatureUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPatchOrganizationsFeatureUnsupportedMediaType

func NewPatchOrganizationsFeatureUnsupportedMediaType() *PatchOrganizationsFeatureUnsupportedMediaType

NewPatchOrganizationsFeatureUnsupportedMediaType creates a PatchOrganizationsFeatureUnsupportedMediaType with default headers values

func (*PatchOrganizationsFeatureUnsupportedMediaType) Error

func (*PatchOrganizationsFeatureUnsupportedMediaType) GetPayload

func (*PatchOrganizationsFeatureUnsupportedMediaType) IsClientError

IsClientError returns true when this patch organizations feature unsupported media type response has a 4xx status code

func (*PatchOrganizationsFeatureUnsupportedMediaType) IsCode

IsCode returns true when this patch organizations feature unsupported media type response a status code equal to that given

func (*PatchOrganizationsFeatureUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch organizations feature unsupported media type response has a 3xx status code

func (*PatchOrganizationsFeatureUnsupportedMediaType) IsServerError

IsServerError returns true when this patch organizations feature unsupported media type response has a 5xx status code

func (*PatchOrganizationsFeatureUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch organizations feature unsupported media type response has a 2xx status code

func (*PatchOrganizationsFeatureUnsupportedMediaType) String

type PutOrganizationsEmbeddedintegrationBadRequest

type PutOrganizationsEmbeddedintegrationBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPutOrganizationsEmbeddedintegrationBadRequest

func NewPutOrganizationsEmbeddedintegrationBadRequest() *PutOrganizationsEmbeddedintegrationBadRequest

NewPutOrganizationsEmbeddedintegrationBadRequest creates a PutOrganizationsEmbeddedintegrationBadRequest with default headers values

func (*PutOrganizationsEmbeddedintegrationBadRequest) Error

func (*PutOrganizationsEmbeddedintegrationBadRequest) GetPayload

func (*PutOrganizationsEmbeddedintegrationBadRequest) IsClientError

IsClientError returns true when this put organizations embeddedintegration bad request response has a 4xx status code

func (*PutOrganizationsEmbeddedintegrationBadRequest) IsCode

IsCode returns true when this put organizations embeddedintegration bad request response a status code equal to that given

func (*PutOrganizationsEmbeddedintegrationBadRequest) IsRedirect

IsRedirect returns true when this put organizations embeddedintegration bad request response has a 3xx status code

func (*PutOrganizationsEmbeddedintegrationBadRequest) IsServerError

IsServerError returns true when this put organizations embeddedintegration bad request response has a 5xx status code

func (*PutOrganizationsEmbeddedintegrationBadRequest) IsSuccess

IsSuccess returns true when this put organizations embeddedintegration bad request response has a 2xx status code

func (*PutOrganizationsEmbeddedintegrationBadRequest) String

type PutOrganizationsEmbeddedintegrationForbidden

type PutOrganizationsEmbeddedintegrationForbidden struct {
	Payload *models.ErrorBody
}

PutOrganizationsEmbeddedintegrationForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutOrganizationsEmbeddedintegrationForbidden

func NewPutOrganizationsEmbeddedintegrationForbidden() *PutOrganizationsEmbeddedintegrationForbidden

NewPutOrganizationsEmbeddedintegrationForbidden creates a PutOrganizationsEmbeddedintegrationForbidden with default headers values

func (*PutOrganizationsEmbeddedintegrationForbidden) Error

func (*PutOrganizationsEmbeddedintegrationForbidden) GetPayload

func (*PutOrganizationsEmbeddedintegrationForbidden) IsClientError

IsClientError returns true when this put organizations embeddedintegration forbidden response has a 4xx status code

func (*PutOrganizationsEmbeddedintegrationForbidden) IsCode

IsCode returns true when this put organizations embeddedintegration forbidden response a status code equal to that given

func (*PutOrganizationsEmbeddedintegrationForbidden) IsRedirect

IsRedirect returns true when this put organizations embeddedintegration forbidden response has a 3xx status code

func (*PutOrganizationsEmbeddedintegrationForbidden) IsServerError

IsServerError returns true when this put organizations embeddedintegration forbidden response has a 5xx status code

func (*PutOrganizationsEmbeddedintegrationForbidden) IsSuccess

IsSuccess returns true when this put organizations embeddedintegration forbidden response has a 2xx status code

func (*PutOrganizationsEmbeddedintegrationForbidden) String

type PutOrganizationsEmbeddedintegrationGatewayTimeout

type PutOrganizationsEmbeddedintegrationGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutOrganizationsEmbeddedintegrationGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutOrganizationsEmbeddedintegrationGatewayTimeout

func NewPutOrganizationsEmbeddedintegrationGatewayTimeout() *PutOrganizationsEmbeddedintegrationGatewayTimeout

NewPutOrganizationsEmbeddedintegrationGatewayTimeout creates a PutOrganizationsEmbeddedintegrationGatewayTimeout with default headers values

func (*PutOrganizationsEmbeddedintegrationGatewayTimeout) Error

func (*PutOrganizationsEmbeddedintegrationGatewayTimeout) GetPayload

func (*PutOrganizationsEmbeddedintegrationGatewayTimeout) IsClientError

IsClientError returns true when this put organizations embeddedintegration gateway timeout response has a 4xx status code

func (*PutOrganizationsEmbeddedintegrationGatewayTimeout) IsCode

IsCode returns true when this put organizations embeddedintegration gateway timeout response a status code equal to that given

func (*PutOrganizationsEmbeddedintegrationGatewayTimeout) IsRedirect

IsRedirect returns true when this put organizations embeddedintegration gateway timeout response has a 3xx status code

func (*PutOrganizationsEmbeddedintegrationGatewayTimeout) IsServerError

IsServerError returns true when this put organizations embeddedintegration gateway timeout response has a 5xx status code

func (*PutOrganizationsEmbeddedintegrationGatewayTimeout) IsSuccess

IsSuccess returns true when this put organizations embeddedintegration gateway timeout response has a 2xx status code

func (*PutOrganizationsEmbeddedintegrationGatewayTimeout) String

type PutOrganizationsEmbeddedintegrationInternalServerError

type PutOrganizationsEmbeddedintegrationInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutOrganizationsEmbeddedintegrationInternalServerError

func NewPutOrganizationsEmbeddedintegrationInternalServerError() *PutOrganizationsEmbeddedintegrationInternalServerError

NewPutOrganizationsEmbeddedintegrationInternalServerError creates a PutOrganizationsEmbeddedintegrationInternalServerError with default headers values

func (*PutOrganizationsEmbeddedintegrationInternalServerError) Error

func (*PutOrganizationsEmbeddedintegrationInternalServerError) GetPayload

func (*PutOrganizationsEmbeddedintegrationInternalServerError) IsClientError

IsClientError returns true when this put organizations embeddedintegration internal server error response has a 4xx status code

func (*PutOrganizationsEmbeddedintegrationInternalServerError) IsCode

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

func (*PutOrganizationsEmbeddedintegrationInternalServerError) IsRedirect

IsRedirect returns true when this put organizations embeddedintegration internal server error response has a 3xx status code

func (*PutOrganizationsEmbeddedintegrationInternalServerError) IsServerError

IsServerError returns true when this put organizations embeddedintegration internal server error response has a 5xx status code

func (*PutOrganizationsEmbeddedintegrationInternalServerError) IsSuccess

IsSuccess returns true when this put organizations embeddedintegration internal server error response has a 2xx status code

func (*PutOrganizationsEmbeddedintegrationInternalServerError) String

type PutOrganizationsEmbeddedintegrationNotFound

type PutOrganizationsEmbeddedintegrationNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPutOrganizationsEmbeddedintegrationNotFound

func NewPutOrganizationsEmbeddedintegrationNotFound() *PutOrganizationsEmbeddedintegrationNotFound

NewPutOrganizationsEmbeddedintegrationNotFound creates a PutOrganizationsEmbeddedintegrationNotFound with default headers values

func (*PutOrganizationsEmbeddedintegrationNotFound) Error

func (*PutOrganizationsEmbeddedintegrationNotFound) GetPayload

func (*PutOrganizationsEmbeddedintegrationNotFound) IsClientError

IsClientError returns true when this put organizations embeddedintegration not found response has a 4xx status code

func (*PutOrganizationsEmbeddedintegrationNotFound) IsCode

IsCode returns true when this put organizations embeddedintegration not found response a status code equal to that given

func (*PutOrganizationsEmbeddedintegrationNotFound) IsRedirect

IsRedirect returns true when this put organizations embeddedintegration not found response has a 3xx status code

func (*PutOrganizationsEmbeddedintegrationNotFound) IsServerError

IsServerError returns true when this put organizations embeddedintegration not found response has a 5xx status code

func (*PutOrganizationsEmbeddedintegrationNotFound) IsSuccess

IsSuccess returns true when this put organizations embeddedintegration not found response has a 2xx status code

func (*PutOrganizationsEmbeddedintegrationNotFound) String

type PutOrganizationsEmbeddedintegrationOK

type PutOrganizationsEmbeddedintegrationOK struct {
	Payload *models.EmbeddedIntegration
}

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

successful operation

func NewPutOrganizationsEmbeddedintegrationOK

func NewPutOrganizationsEmbeddedintegrationOK() *PutOrganizationsEmbeddedintegrationOK

NewPutOrganizationsEmbeddedintegrationOK creates a PutOrganizationsEmbeddedintegrationOK with default headers values

func (*PutOrganizationsEmbeddedintegrationOK) Error

func (*PutOrganizationsEmbeddedintegrationOK) GetPayload

func (*PutOrganizationsEmbeddedintegrationOK) IsClientError

func (o *PutOrganizationsEmbeddedintegrationOK) IsClientError() bool

IsClientError returns true when this put organizations embeddedintegration o k response has a 4xx status code

func (*PutOrganizationsEmbeddedintegrationOK) IsCode

IsCode returns true when this put organizations embeddedintegration o k response a status code equal to that given

func (*PutOrganizationsEmbeddedintegrationOK) IsRedirect

IsRedirect returns true when this put organizations embeddedintegration o k response has a 3xx status code

func (*PutOrganizationsEmbeddedintegrationOK) IsServerError

func (o *PutOrganizationsEmbeddedintegrationOK) IsServerError() bool

IsServerError returns true when this put organizations embeddedintegration o k response has a 5xx status code

func (*PutOrganizationsEmbeddedintegrationOK) IsSuccess

IsSuccess returns true when this put organizations embeddedintegration o k response has a 2xx status code

func (*PutOrganizationsEmbeddedintegrationOK) String

type PutOrganizationsEmbeddedintegrationParams

type PutOrganizationsEmbeddedintegrationParams struct {

	/* Body.

	   Whitelist settings
	*/
	Body *models.EmbeddedIntegration

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

PutOrganizationsEmbeddedintegrationParams contains all the parameters to send to the API endpoint

for the put organizations embeddedintegration operation.

Typically these are written to a http.Request.

func NewPutOrganizationsEmbeddedintegrationParams

func NewPutOrganizationsEmbeddedintegrationParams() *PutOrganizationsEmbeddedintegrationParams

NewPutOrganizationsEmbeddedintegrationParams creates a new PutOrganizationsEmbeddedintegrationParams 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 NewPutOrganizationsEmbeddedintegrationParamsWithContext

func NewPutOrganizationsEmbeddedintegrationParamsWithContext(ctx context.Context) *PutOrganizationsEmbeddedintegrationParams

NewPutOrganizationsEmbeddedintegrationParamsWithContext creates a new PutOrganizationsEmbeddedintegrationParams object with the ability to set a context for a request.

func NewPutOrganizationsEmbeddedintegrationParamsWithHTTPClient

func NewPutOrganizationsEmbeddedintegrationParamsWithHTTPClient(client *http.Client) *PutOrganizationsEmbeddedintegrationParams

NewPutOrganizationsEmbeddedintegrationParamsWithHTTPClient creates a new PutOrganizationsEmbeddedintegrationParams object with the ability to set a custom HTTPClient for a request.

func NewPutOrganizationsEmbeddedintegrationParamsWithTimeout

func NewPutOrganizationsEmbeddedintegrationParamsWithTimeout(timeout time.Duration) *PutOrganizationsEmbeddedintegrationParams

NewPutOrganizationsEmbeddedintegrationParamsWithTimeout creates a new PutOrganizationsEmbeddedintegrationParams object with the ability to set a timeout on a request.

func (*PutOrganizationsEmbeddedintegrationParams) SetBody

SetBody adds the body to the put organizations embeddedintegration params

func (*PutOrganizationsEmbeddedintegrationParams) SetContext

SetContext adds the context to the put organizations embeddedintegration params

func (*PutOrganizationsEmbeddedintegrationParams) SetDefaults

SetDefaults hydrates default values in the put organizations embeddedintegration params (not the query body).

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

func (*PutOrganizationsEmbeddedintegrationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put organizations embeddedintegration params

func (*PutOrganizationsEmbeddedintegrationParams) SetTimeout

SetTimeout adds the timeout to the put organizations embeddedintegration params

func (*PutOrganizationsEmbeddedintegrationParams) WithBody

WithBody adds the body to the put organizations embeddedintegration params

func (*PutOrganizationsEmbeddedintegrationParams) WithContext

WithContext adds the context to the put organizations embeddedintegration params

func (*PutOrganizationsEmbeddedintegrationParams) WithDefaults

WithDefaults hydrates default values in the put organizations embeddedintegration params (not the query body).

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

func (*PutOrganizationsEmbeddedintegrationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put organizations embeddedintegration params

func (*PutOrganizationsEmbeddedintegrationParams) WithTimeout

WithTimeout adds the timeout to the put organizations embeddedintegration params

func (*PutOrganizationsEmbeddedintegrationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutOrganizationsEmbeddedintegrationReader

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

PutOrganizationsEmbeddedintegrationReader is a Reader for the PutOrganizationsEmbeddedintegration structure.

func (*PutOrganizationsEmbeddedintegrationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutOrganizationsEmbeddedintegrationRequestEntityTooLarge

type PutOrganizationsEmbeddedintegrationRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutOrganizationsEmbeddedintegrationRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutOrganizationsEmbeddedintegrationRequestEntityTooLarge

func NewPutOrganizationsEmbeddedintegrationRequestEntityTooLarge() *PutOrganizationsEmbeddedintegrationRequestEntityTooLarge

NewPutOrganizationsEmbeddedintegrationRequestEntityTooLarge creates a PutOrganizationsEmbeddedintegrationRequestEntityTooLarge with default headers values

func (*PutOrganizationsEmbeddedintegrationRequestEntityTooLarge) Error

func (*PutOrganizationsEmbeddedintegrationRequestEntityTooLarge) GetPayload

func (*PutOrganizationsEmbeddedintegrationRequestEntityTooLarge) IsClientError

IsClientError returns true when this put organizations embeddedintegration request entity too large response has a 4xx status code

func (*PutOrganizationsEmbeddedintegrationRequestEntityTooLarge) IsCode

IsCode returns true when this put organizations embeddedintegration request entity too large response a status code equal to that given

func (*PutOrganizationsEmbeddedintegrationRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put organizations embeddedintegration request entity too large response has a 3xx status code

func (*PutOrganizationsEmbeddedintegrationRequestEntityTooLarge) IsServerError

IsServerError returns true when this put organizations embeddedintegration request entity too large response has a 5xx status code

func (*PutOrganizationsEmbeddedintegrationRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put organizations embeddedintegration request entity too large response has a 2xx status code

func (*PutOrganizationsEmbeddedintegrationRequestEntityTooLarge) String

type PutOrganizationsEmbeddedintegrationRequestTimeout

type PutOrganizationsEmbeddedintegrationRequestTimeout struct {
	Payload *models.ErrorBody
}

PutOrganizationsEmbeddedintegrationRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutOrganizationsEmbeddedintegrationRequestTimeout

func NewPutOrganizationsEmbeddedintegrationRequestTimeout() *PutOrganizationsEmbeddedintegrationRequestTimeout

NewPutOrganizationsEmbeddedintegrationRequestTimeout creates a PutOrganizationsEmbeddedintegrationRequestTimeout with default headers values

func (*PutOrganizationsEmbeddedintegrationRequestTimeout) Error

func (*PutOrganizationsEmbeddedintegrationRequestTimeout) GetPayload

func (*PutOrganizationsEmbeddedintegrationRequestTimeout) IsClientError

IsClientError returns true when this put organizations embeddedintegration request timeout response has a 4xx status code

func (*PutOrganizationsEmbeddedintegrationRequestTimeout) IsCode

IsCode returns true when this put organizations embeddedintegration request timeout response a status code equal to that given

func (*PutOrganizationsEmbeddedintegrationRequestTimeout) IsRedirect

IsRedirect returns true when this put organizations embeddedintegration request timeout response has a 3xx status code

func (*PutOrganizationsEmbeddedintegrationRequestTimeout) IsServerError

IsServerError returns true when this put organizations embeddedintegration request timeout response has a 5xx status code

func (*PutOrganizationsEmbeddedintegrationRequestTimeout) IsSuccess

IsSuccess returns true when this put organizations embeddedintegration request timeout response has a 2xx status code

func (*PutOrganizationsEmbeddedintegrationRequestTimeout) String

type PutOrganizationsEmbeddedintegrationServiceUnavailable

type PutOrganizationsEmbeddedintegrationServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutOrganizationsEmbeddedintegrationServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutOrganizationsEmbeddedintegrationServiceUnavailable

func NewPutOrganizationsEmbeddedintegrationServiceUnavailable() *PutOrganizationsEmbeddedintegrationServiceUnavailable

NewPutOrganizationsEmbeddedintegrationServiceUnavailable creates a PutOrganizationsEmbeddedintegrationServiceUnavailable with default headers values

func (*PutOrganizationsEmbeddedintegrationServiceUnavailable) Error

func (*PutOrganizationsEmbeddedintegrationServiceUnavailable) GetPayload

func (*PutOrganizationsEmbeddedintegrationServiceUnavailable) IsClientError

IsClientError returns true when this put organizations embeddedintegration service unavailable response has a 4xx status code

func (*PutOrganizationsEmbeddedintegrationServiceUnavailable) IsCode

IsCode returns true when this put organizations embeddedintegration service unavailable response a status code equal to that given

func (*PutOrganizationsEmbeddedintegrationServiceUnavailable) IsRedirect

IsRedirect returns true when this put organizations embeddedintegration service unavailable response has a 3xx status code

func (*PutOrganizationsEmbeddedintegrationServiceUnavailable) IsServerError

IsServerError returns true when this put organizations embeddedintegration service unavailable response has a 5xx status code

func (*PutOrganizationsEmbeddedintegrationServiceUnavailable) IsSuccess

IsSuccess returns true when this put organizations embeddedintegration service unavailable response has a 2xx status code

func (*PutOrganizationsEmbeddedintegrationServiceUnavailable) String

type PutOrganizationsEmbeddedintegrationTooManyRequests

type PutOrganizationsEmbeddedintegrationTooManyRequests struct {
	Payload *models.ErrorBody
}

PutOrganizationsEmbeddedintegrationTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutOrganizationsEmbeddedintegrationTooManyRequests

func NewPutOrganizationsEmbeddedintegrationTooManyRequests() *PutOrganizationsEmbeddedintegrationTooManyRequests

NewPutOrganizationsEmbeddedintegrationTooManyRequests creates a PutOrganizationsEmbeddedintegrationTooManyRequests with default headers values

func (*PutOrganizationsEmbeddedintegrationTooManyRequests) Error

func (*PutOrganizationsEmbeddedintegrationTooManyRequests) GetPayload

func (*PutOrganizationsEmbeddedintegrationTooManyRequests) IsClientError

IsClientError returns true when this put organizations embeddedintegration too many requests response has a 4xx status code

func (*PutOrganizationsEmbeddedintegrationTooManyRequests) IsCode

IsCode returns true when this put organizations embeddedintegration too many requests response a status code equal to that given

func (*PutOrganizationsEmbeddedintegrationTooManyRequests) IsRedirect

IsRedirect returns true when this put organizations embeddedintegration too many requests response has a 3xx status code

func (*PutOrganizationsEmbeddedintegrationTooManyRequests) IsServerError

IsServerError returns true when this put organizations embeddedintegration too many requests response has a 5xx status code

func (*PutOrganizationsEmbeddedintegrationTooManyRequests) IsSuccess

IsSuccess returns true when this put organizations embeddedintegration too many requests response has a 2xx status code

func (*PutOrganizationsEmbeddedintegrationTooManyRequests) String

type PutOrganizationsEmbeddedintegrationUnauthorized

type PutOrganizationsEmbeddedintegrationUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPutOrganizationsEmbeddedintegrationUnauthorized

func NewPutOrganizationsEmbeddedintegrationUnauthorized() *PutOrganizationsEmbeddedintegrationUnauthorized

NewPutOrganizationsEmbeddedintegrationUnauthorized creates a PutOrganizationsEmbeddedintegrationUnauthorized with default headers values

func (*PutOrganizationsEmbeddedintegrationUnauthorized) Error

func (*PutOrganizationsEmbeddedintegrationUnauthorized) GetPayload

func (*PutOrganizationsEmbeddedintegrationUnauthorized) IsClientError

IsClientError returns true when this put organizations embeddedintegration unauthorized response has a 4xx status code

func (*PutOrganizationsEmbeddedintegrationUnauthorized) IsCode

IsCode returns true when this put organizations embeddedintegration unauthorized response a status code equal to that given

func (*PutOrganizationsEmbeddedintegrationUnauthorized) IsRedirect

IsRedirect returns true when this put organizations embeddedintegration unauthorized response has a 3xx status code

func (*PutOrganizationsEmbeddedintegrationUnauthorized) IsServerError

IsServerError returns true when this put organizations embeddedintegration unauthorized response has a 5xx status code

func (*PutOrganizationsEmbeddedintegrationUnauthorized) IsSuccess

IsSuccess returns true when this put organizations embeddedintegration unauthorized response has a 2xx status code

func (*PutOrganizationsEmbeddedintegrationUnauthorized) String

type PutOrganizationsEmbeddedintegrationUnsupportedMediaType

type PutOrganizationsEmbeddedintegrationUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutOrganizationsEmbeddedintegrationUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutOrganizationsEmbeddedintegrationUnsupportedMediaType

func NewPutOrganizationsEmbeddedintegrationUnsupportedMediaType() *PutOrganizationsEmbeddedintegrationUnsupportedMediaType

NewPutOrganizationsEmbeddedintegrationUnsupportedMediaType creates a PutOrganizationsEmbeddedintegrationUnsupportedMediaType with default headers values

func (*PutOrganizationsEmbeddedintegrationUnsupportedMediaType) Error

func (*PutOrganizationsEmbeddedintegrationUnsupportedMediaType) GetPayload

func (*PutOrganizationsEmbeddedintegrationUnsupportedMediaType) IsClientError

IsClientError returns true when this put organizations embeddedintegration unsupported media type response has a 4xx status code

func (*PutOrganizationsEmbeddedintegrationUnsupportedMediaType) IsCode

IsCode returns true when this put organizations embeddedintegration unsupported media type response a status code equal to that given

func (*PutOrganizationsEmbeddedintegrationUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put organizations embeddedintegration unsupported media type response has a 3xx status code

func (*PutOrganizationsEmbeddedintegrationUnsupportedMediaType) IsServerError

IsServerError returns true when this put organizations embeddedintegration unsupported media type response has a 5xx status code

func (*PutOrganizationsEmbeddedintegrationUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put organizations embeddedintegration unsupported media type response has a 2xx status code

func (*PutOrganizationsEmbeddedintegrationUnsupportedMediaType) String

type PutOrganizationsIpaddressauthenticationBadRequest

type PutOrganizationsIpaddressauthenticationBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPutOrganizationsIpaddressauthenticationBadRequest

func NewPutOrganizationsIpaddressauthenticationBadRequest() *PutOrganizationsIpaddressauthenticationBadRequest

NewPutOrganizationsIpaddressauthenticationBadRequest creates a PutOrganizationsIpaddressauthenticationBadRequest with default headers values

func (*PutOrganizationsIpaddressauthenticationBadRequest) Error

func (*PutOrganizationsIpaddressauthenticationBadRequest) GetPayload

func (*PutOrganizationsIpaddressauthenticationBadRequest) IsClientError

IsClientError returns true when this put organizations ipaddressauthentication bad request response has a 4xx status code

func (*PutOrganizationsIpaddressauthenticationBadRequest) IsCode

IsCode returns true when this put organizations ipaddressauthentication bad request response a status code equal to that given

func (*PutOrganizationsIpaddressauthenticationBadRequest) IsRedirect

IsRedirect returns true when this put organizations ipaddressauthentication bad request response has a 3xx status code

func (*PutOrganizationsIpaddressauthenticationBadRequest) IsServerError

IsServerError returns true when this put organizations ipaddressauthentication bad request response has a 5xx status code

func (*PutOrganizationsIpaddressauthenticationBadRequest) IsSuccess

IsSuccess returns true when this put organizations ipaddressauthentication bad request response has a 2xx status code

func (*PutOrganizationsIpaddressauthenticationBadRequest) String

type PutOrganizationsIpaddressauthenticationForbidden

type PutOrganizationsIpaddressauthenticationForbidden struct {
	Payload *models.ErrorBody
}

PutOrganizationsIpaddressauthenticationForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutOrganizationsIpaddressauthenticationForbidden

func NewPutOrganizationsIpaddressauthenticationForbidden() *PutOrganizationsIpaddressauthenticationForbidden

NewPutOrganizationsIpaddressauthenticationForbidden creates a PutOrganizationsIpaddressauthenticationForbidden with default headers values

func (*PutOrganizationsIpaddressauthenticationForbidden) Error

func (*PutOrganizationsIpaddressauthenticationForbidden) GetPayload

func (*PutOrganizationsIpaddressauthenticationForbidden) IsClientError

IsClientError returns true when this put organizations ipaddressauthentication forbidden response has a 4xx status code

func (*PutOrganizationsIpaddressauthenticationForbidden) IsCode

IsCode returns true when this put organizations ipaddressauthentication forbidden response a status code equal to that given

func (*PutOrganizationsIpaddressauthenticationForbidden) IsRedirect

IsRedirect returns true when this put organizations ipaddressauthentication forbidden response has a 3xx status code

func (*PutOrganizationsIpaddressauthenticationForbidden) IsServerError

IsServerError returns true when this put organizations ipaddressauthentication forbidden response has a 5xx status code

func (*PutOrganizationsIpaddressauthenticationForbidden) IsSuccess

IsSuccess returns true when this put organizations ipaddressauthentication forbidden response has a 2xx status code

func (*PutOrganizationsIpaddressauthenticationForbidden) String

type PutOrganizationsIpaddressauthenticationGatewayTimeout

type PutOrganizationsIpaddressauthenticationGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutOrganizationsIpaddressauthenticationGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutOrganizationsIpaddressauthenticationGatewayTimeout

func NewPutOrganizationsIpaddressauthenticationGatewayTimeout() *PutOrganizationsIpaddressauthenticationGatewayTimeout

NewPutOrganizationsIpaddressauthenticationGatewayTimeout creates a PutOrganizationsIpaddressauthenticationGatewayTimeout with default headers values

func (*PutOrganizationsIpaddressauthenticationGatewayTimeout) Error

func (*PutOrganizationsIpaddressauthenticationGatewayTimeout) GetPayload

func (*PutOrganizationsIpaddressauthenticationGatewayTimeout) IsClientError

IsClientError returns true when this put organizations ipaddressauthentication gateway timeout response has a 4xx status code

func (*PutOrganizationsIpaddressauthenticationGatewayTimeout) IsCode

IsCode returns true when this put organizations ipaddressauthentication gateway timeout response a status code equal to that given

func (*PutOrganizationsIpaddressauthenticationGatewayTimeout) IsRedirect

IsRedirect returns true when this put organizations ipaddressauthentication gateway timeout response has a 3xx status code

func (*PutOrganizationsIpaddressauthenticationGatewayTimeout) IsServerError

IsServerError returns true when this put organizations ipaddressauthentication gateway timeout response has a 5xx status code

func (*PutOrganizationsIpaddressauthenticationGatewayTimeout) IsSuccess

IsSuccess returns true when this put organizations ipaddressauthentication gateway timeout response has a 2xx status code

func (*PutOrganizationsIpaddressauthenticationGatewayTimeout) String

type PutOrganizationsIpaddressauthenticationInternalServerError

type PutOrganizationsIpaddressauthenticationInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutOrganizationsIpaddressauthenticationInternalServerError

func NewPutOrganizationsIpaddressauthenticationInternalServerError() *PutOrganizationsIpaddressauthenticationInternalServerError

NewPutOrganizationsIpaddressauthenticationInternalServerError creates a PutOrganizationsIpaddressauthenticationInternalServerError with default headers values

func (*PutOrganizationsIpaddressauthenticationInternalServerError) Error

func (*PutOrganizationsIpaddressauthenticationInternalServerError) GetPayload

func (*PutOrganizationsIpaddressauthenticationInternalServerError) IsClientError

IsClientError returns true when this put organizations ipaddressauthentication internal server error response has a 4xx status code

func (*PutOrganizationsIpaddressauthenticationInternalServerError) IsCode

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

func (*PutOrganizationsIpaddressauthenticationInternalServerError) IsRedirect

IsRedirect returns true when this put organizations ipaddressauthentication internal server error response has a 3xx status code

func (*PutOrganizationsIpaddressauthenticationInternalServerError) IsServerError

IsServerError returns true when this put organizations ipaddressauthentication internal server error response has a 5xx status code

func (*PutOrganizationsIpaddressauthenticationInternalServerError) IsSuccess

IsSuccess returns true when this put organizations ipaddressauthentication internal server error response has a 2xx status code

func (*PutOrganizationsIpaddressauthenticationInternalServerError) String

type PutOrganizationsIpaddressauthenticationNotFound

type PutOrganizationsIpaddressauthenticationNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPutOrganizationsIpaddressauthenticationNotFound

func NewPutOrganizationsIpaddressauthenticationNotFound() *PutOrganizationsIpaddressauthenticationNotFound

NewPutOrganizationsIpaddressauthenticationNotFound creates a PutOrganizationsIpaddressauthenticationNotFound with default headers values

func (*PutOrganizationsIpaddressauthenticationNotFound) Error

func (*PutOrganizationsIpaddressauthenticationNotFound) GetPayload

func (*PutOrganizationsIpaddressauthenticationNotFound) IsClientError

IsClientError returns true when this put organizations ipaddressauthentication not found response has a 4xx status code

func (*PutOrganizationsIpaddressauthenticationNotFound) IsCode

IsCode returns true when this put organizations ipaddressauthentication not found response a status code equal to that given

func (*PutOrganizationsIpaddressauthenticationNotFound) IsRedirect

IsRedirect returns true when this put organizations ipaddressauthentication not found response has a 3xx status code

func (*PutOrganizationsIpaddressauthenticationNotFound) IsServerError

IsServerError returns true when this put organizations ipaddressauthentication not found response has a 5xx status code

func (*PutOrganizationsIpaddressauthenticationNotFound) IsSuccess

IsSuccess returns true when this put organizations ipaddressauthentication not found response has a 2xx status code

func (*PutOrganizationsIpaddressauthenticationNotFound) String

type PutOrganizationsIpaddressauthenticationOK

type PutOrganizationsIpaddressauthenticationOK struct {
	Payload *models.IPAddressAuthentication
}

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

successful operation

func NewPutOrganizationsIpaddressauthenticationOK

func NewPutOrganizationsIpaddressauthenticationOK() *PutOrganizationsIpaddressauthenticationOK

NewPutOrganizationsIpaddressauthenticationOK creates a PutOrganizationsIpaddressauthenticationOK with default headers values

func (*PutOrganizationsIpaddressauthenticationOK) Error

func (*PutOrganizationsIpaddressauthenticationOK) GetPayload

func (*PutOrganizationsIpaddressauthenticationOK) IsClientError

IsClientError returns true when this put organizations ipaddressauthentication o k response has a 4xx status code

func (*PutOrganizationsIpaddressauthenticationOK) IsCode

IsCode returns true when this put organizations ipaddressauthentication o k response a status code equal to that given

func (*PutOrganizationsIpaddressauthenticationOK) IsRedirect

IsRedirect returns true when this put organizations ipaddressauthentication o k response has a 3xx status code

func (*PutOrganizationsIpaddressauthenticationOK) IsServerError

IsServerError returns true when this put organizations ipaddressauthentication o k response has a 5xx status code

func (*PutOrganizationsIpaddressauthenticationOK) IsSuccess

IsSuccess returns true when this put organizations ipaddressauthentication o k response has a 2xx status code

func (*PutOrganizationsIpaddressauthenticationOK) String

type PutOrganizationsIpaddressauthenticationParams

type PutOrganizationsIpaddressauthenticationParams struct {

	/* Body.

	   IP address Whitelist settings
	*/
	Body *models.IPAddressAuthentication

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

PutOrganizationsIpaddressauthenticationParams contains all the parameters to send to the API endpoint

for the put organizations ipaddressauthentication operation.

Typically these are written to a http.Request.

func NewPutOrganizationsIpaddressauthenticationParams

func NewPutOrganizationsIpaddressauthenticationParams() *PutOrganizationsIpaddressauthenticationParams

NewPutOrganizationsIpaddressauthenticationParams creates a new PutOrganizationsIpaddressauthenticationParams 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 NewPutOrganizationsIpaddressauthenticationParamsWithContext

func NewPutOrganizationsIpaddressauthenticationParamsWithContext(ctx context.Context) *PutOrganizationsIpaddressauthenticationParams

NewPutOrganizationsIpaddressauthenticationParamsWithContext creates a new PutOrganizationsIpaddressauthenticationParams object with the ability to set a context for a request.

func NewPutOrganizationsIpaddressauthenticationParamsWithHTTPClient

func NewPutOrganizationsIpaddressauthenticationParamsWithHTTPClient(client *http.Client) *PutOrganizationsIpaddressauthenticationParams

NewPutOrganizationsIpaddressauthenticationParamsWithHTTPClient creates a new PutOrganizationsIpaddressauthenticationParams object with the ability to set a custom HTTPClient for a request.

func NewPutOrganizationsIpaddressauthenticationParamsWithTimeout

func NewPutOrganizationsIpaddressauthenticationParamsWithTimeout(timeout time.Duration) *PutOrganizationsIpaddressauthenticationParams

NewPutOrganizationsIpaddressauthenticationParamsWithTimeout creates a new PutOrganizationsIpaddressauthenticationParams object with the ability to set a timeout on a request.

func (*PutOrganizationsIpaddressauthenticationParams) SetBody

SetBody adds the body to the put organizations ipaddressauthentication params

func (*PutOrganizationsIpaddressauthenticationParams) SetContext

SetContext adds the context to the put organizations ipaddressauthentication params

func (*PutOrganizationsIpaddressauthenticationParams) SetDefaults

SetDefaults hydrates default values in the put organizations ipaddressauthentication params (not the query body).

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

func (*PutOrganizationsIpaddressauthenticationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put organizations ipaddressauthentication params

func (*PutOrganizationsIpaddressauthenticationParams) SetTimeout

SetTimeout adds the timeout to the put organizations ipaddressauthentication params

func (*PutOrganizationsIpaddressauthenticationParams) WithBody

WithBody adds the body to the put organizations ipaddressauthentication params

func (*PutOrganizationsIpaddressauthenticationParams) WithContext

WithContext adds the context to the put organizations ipaddressauthentication params

func (*PutOrganizationsIpaddressauthenticationParams) WithDefaults

WithDefaults hydrates default values in the put organizations ipaddressauthentication params (not the query body).

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

func (*PutOrganizationsIpaddressauthenticationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put organizations ipaddressauthentication params

func (*PutOrganizationsIpaddressauthenticationParams) WithTimeout

WithTimeout adds the timeout to the put organizations ipaddressauthentication params

func (*PutOrganizationsIpaddressauthenticationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutOrganizationsIpaddressauthenticationReader

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

PutOrganizationsIpaddressauthenticationReader is a Reader for the PutOrganizationsIpaddressauthentication structure.

func (*PutOrganizationsIpaddressauthenticationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutOrganizationsIpaddressauthenticationRequestEntityTooLarge

type PutOrganizationsIpaddressauthenticationRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutOrganizationsIpaddressauthenticationRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutOrganizationsIpaddressauthenticationRequestEntityTooLarge

func NewPutOrganizationsIpaddressauthenticationRequestEntityTooLarge() *PutOrganizationsIpaddressauthenticationRequestEntityTooLarge

NewPutOrganizationsIpaddressauthenticationRequestEntityTooLarge creates a PutOrganizationsIpaddressauthenticationRequestEntityTooLarge with default headers values

func (*PutOrganizationsIpaddressauthenticationRequestEntityTooLarge) Error

func (*PutOrganizationsIpaddressauthenticationRequestEntityTooLarge) GetPayload

func (*PutOrganizationsIpaddressauthenticationRequestEntityTooLarge) IsClientError

IsClientError returns true when this put organizations ipaddressauthentication request entity too large response has a 4xx status code

func (*PutOrganizationsIpaddressauthenticationRequestEntityTooLarge) IsCode

IsCode returns true when this put organizations ipaddressauthentication request entity too large response a status code equal to that given

func (*PutOrganizationsIpaddressauthenticationRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put organizations ipaddressauthentication request entity too large response has a 3xx status code

func (*PutOrganizationsIpaddressauthenticationRequestEntityTooLarge) IsServerError

IsServerError returns true when this put organizations ipaddressauthentication request entity too large response has a 5xx status code

func (*PutOrganizationsIpaddressauthenticationRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put organizations ipaddressauthentication request entity too large response has a 2xx status code

func (*PutOrganizationsIpaddressauthenticationRequestEntityTooLarge) String

type PutOrganizationsIpaddressauthenticationRequestTimeout

type PutOrganizationsIpaddressauthenticationRequestTimeout struct {
	Payload *models.ErrorBody
}

PutOrganizationsIpaddressauthenticationRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutOrganizationsIpaddressauthenticationRequestTimeout

func NewPutOrganizationsIpaddressauthenticationRequestTimeout() *PutOrganizationsIpaddressauthenticationRequestTimeout

NewPutOrganizationsIpaddressauthenticationRequestTimeout creates a PutOrganizationsIpaddressauthenticationRequestTimeout with default headers values

func (*PutOrganizationsIpaddressauthenticationRequestTimeout) Error

func (*PutOrganizationsIpaddressauthenticationRequestTimeout) GetPayload

func (*PutOrganizationsIpaddressauthenticationRequestTimeout) IsClientError

IsClientError returns true when this put organizations ipaddressauthentication request timeout response has a 4xx status code

func (*PutOrganizationsIpaddressauthenticationRequestTimeout) IsCode

IsCode returns true when this put organizations ipaddressauthentication request timeout response a status code equal to that given

func (*PutOrganizationsIpaddressauthenticationRequestTimeout) IsRedirect

IsRedirect returns true when this put organizations ipaddressauthentication request timeout response has a 3xx status code

func (*PutOrganizationsIpaddressauthenticationRequestTimeout) IsServerError

IsServerError returns true when this put organizations ipaddressauthentication request timeout response has a 5xx status code

func (*PutOrganizationsIpaddressauthenticationRequestTimeout) IsSuccess

IsSuccess returns true when this put organizations ipaddressauthentication request timeout response has a 2xx status code

func (*PutOrganizationsIpaddressauthenticationRequestTimeout) String

type PutOrganizationsIpaddressauthenticationServiceUnavailable

type PutOrganizationsIpaddressauthenticationServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutOrganizationsIpaddressauthenticationServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutOrganizationsIpaddressauthenticationServiceUnavailable

func NewPutOrganizationsIpaddressauthenticationServiceUnavailable() *PutOrganizationsIpaddressauthenticationServiceUnavailable

NewPutOrganizationsIpaddressauthenticationServiceUnavailable creates a PutOrganizationsIpaddressauthenticationServiceUnavailable with default headers values

func (*PutOrganizationsIpaddressauthenticationServiceUnavailable) Error

func (*PutOrganizationsIpaddressauthenticationServiceUnavailable) GetPayload

func (*PutOrganizationsIpaddressauthenticationServiceUnavailable) IsClientError

IsClientError returns true when this put organizations ipaddressauthentication service unavailable response has a 4xx status code

func (*PutOrganizationsIpaddressauthenticationServiceUnavailable) IsCode

IsCode returns true when this put organizations ipaddressauthentication service unavailable response a status code equal to that given

func (*PutOrganizationsIpaddressauthenticationServiceUnavailable) IsRedirect

IsRedirect returns true when this put organizations ipaddressauthentication service unavailable response has a 3xx status code

func (*PutOrganizationsIpaddressauthenticationServiceUnavailable) IsServerError

IsServerError returns true when this put organizations ipaddressauthentication service unavailable response has a 5xx status code

func (*PutOrganizationsIpaddressauthenticationServiceUnavailable) IsSuccess

IsSuccess returns true when this put organizations ipaddressauthentication service unavailable response has a 2xx status code

func (*PutOrganizationsIpaddressauthenticationServiceUnavailable) String

type PutOrganizationsIpaddressauthenticationTooManyRequests

type PutOrganizationsIpaddressauthenticationTooManyRequests struct {
	Payload *models.ErrorBody
}

PutOrganizationsIpaddressauthenticationTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutOrganizationsIpaddressauthenticationTooManyRequests

func NewPutOrganizationsIpaddressauthenticationTooManyRequests() *PutOrganizationsIpaddressauthenticationTooManyRequests

NewPutOrganizationsIpaddressauthenticationTooManyRequests creates a PutOrganizationsIpaddressauthenticationTooManyRequests with default headers values

func (*PutOrganizationsIpaddressauthenticationTooManyRequests) Error

func (*PutOrganizationsIpaddressauthenticationTooManyRequests) GetPayload

func (*PutOrganizationsIpaddressauthenticationTooManyRequests) IsClientError

IsClientError returns true when this put organizations ipaddressauthentication too many requests response has a 4xx status code

func (*PutOrganizationsIpaddressauthenticationTooManyRequests) IsCode

IsCode returns true when this put organizations ipaddressauthentication too many requests response a status code equal to that given

func (*PutOrganizationsIpaddressauthenticationTooManyRequests) IsRedirect

IsRedirect returns true when this put organizations ipaddressauthentication too many requests response has a 3xx status code

func (*PutOrganizationsIpaddressauthenticationTooManyRequests) IsServerError

IsServerError returns true when this put organizations ipaddressauthentication too many requests response has a 5xx status code

func (*PutOrganizationsIpaddressauthenticationTooManyRequests) IsSuccess

IsSuccess returns true when this put organizations ipaddressauthentication too many requests response has a 2xx status code

func (*PutOrganizationsIpaddressauthenticationTooManyRequests) String

type PutOrganizationsIpaddressauthenticationUnauthorized

type PutOrganizationsIpaddressauthenticationUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPutOrganizationsIpaddressauthenticationUnauthorized

func NewPutOrganizationsIpaddressauthenticationUnauthorized() *PutOrganizationsIpaddressauthenticationUnauthorized

NewPutOrganizationsIpaddressauthenticationUnauthorized creates a PutOrganizationsIpaddressauthenticationUnauthorized with default headers values

func (*PutOrganizationsIpaddressauthenticationUnauthorized) Error

func (*PutOrganizationsIpaddressauthenticationUnauthorized) GetPayload

func (*PutOrganizationsIpaddressauthenticationUnauthorized) IsClientError

IsClientError returns true when this put organizations ipaddressauthentication unauthorized response has a 4xx status code

func (*PutOrganizationsIpaddressauthenticationUnauthorized) IsCode

IsCode returns true when this put organizations ipaddressauthentication unauthorized response a status code equal to that given

func (*PutOrganizationsIpaddressauthenticationUnauthorized) IsRedirect

IsRedirect returns true when this put organizations ipaddressauthentication unauthorized response has a 3xx status code

func (*PutOrganizationsIpaddressauthenticationUnauthorized) IsServerError

IsServerError returns true when this put organizations ipaddressauthentication unauthorized response has a 5xx status code

func (*PutOrganizationsIpaddressauthenticationUnauthorized) IsSuccess

IsSuccess returns true when this put organizations ipaddressauthentication unauthorized response has a 2xx status code

func (*PutOrganizationsIpaddressauthenticationUnauthorized) String

type PutOrganizationsIpaddressauthenticationUnsupportedMediaType

type PutOrganizationsIpaddressauthenticationUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutOrganizationsIpaddressauthenticationUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutOrganizationsIpaddressauthenticationUnsupportedMediaType

func NewPutOrganizationsIpaddressauthenticationUnsupportedMediaType() *PutOrganizationsIpaddressauthenticationUnsupportedMediaType

NewPutOrganizationsIpaddressauthenticationUnsupportedMediaType creates a PutOrganizationsIpaddressauthenticationUnsupportedMediaType with default headers values

func (*PutOrganizationsIpaddressauthenticationUnsupportedMediaType) Error

func (*PutOrganizationsIpaddressauthenticationUnsupportedMediaType) GetPayload

func (*PutOrganizationsIpaddressauthenticationUnsupportedMediaType) IsClientError

IsClientError returns true when this put organizations ipaddressauthentication unsupported media type response has a 4xx status code

func (*PutOrganizationsIpaddressauthenticationUnsupportedMediaType) IsCode

IsCode returns true when this put organizations ipaddressauthentication unsupported media type response a status code equal to that given

func (*PutOrganizationsIpaddressauthenticationUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put organizations ipaddressauthentication unsupported media type response has a 3xx status code

func (*PutOrganizationsIpaddressauthenticationUnsupportedMediaType) IsServerError

IsServerError returns true when this put organizations ipaddressauthentication unsupported media type response has a 5xx status code

func (*PutOrganizationsIpaddressauthenticationUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put organizations ipaddressauthentication unsupported media type response has a 2xx status code

func (*PutOrganizationsIpaddressauthenticationUnsupportedMediaType) String

type PutOrganizationsMeBadRequest

type PutOrganizationsMeBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPutOrganizationsMeBadRequest

func NewPutOrganizationsMeBadRequest() *PutOrganizationsMeBadRequest

NewPutOrganizationsMeBadRequest creates a PutOrganizationsMeBadRequest with default headers values

func (*PutOrganizationsMeBadRequest) Error

func (*PutOrganizationsMeBadRequest) GetPayload

func (*PutOrganizationsMeBadRequest) IsClientError

func (o *PutOrganizationsMeBadRequest) IsClientError() bool

IsClientError returns true when this put organizations me bad request response has a 4xx status code

func (*PutOrganizationsMeBadRequest) IsCode

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

IsCode returns true when this put organizations me bad request response a status code equal to that given

func (*PutOrganizationsMeBadRequest) IsRedirect

func (o *PutOrganizationsMeBadRequest) IsRedirect() bool

IsRedirect returns true when this put organizations me bad request response has a 3xx status code

func (*PutOrganizationsMeBadRequest) IsServerError

func (o *PutOrganizationsMeBadRequest) IsServerError() bool

IsServerError returns true when this put organizations me bad request response has a 5xx status code

func (*PutOrganizationsMeBadRequest) IsSuccess

func (o *PutOrganizationsMeBadRequest) IsSuccess() bool

IsSuccess returns true when this put organizations me bad request response has a 2xx status code

func (*PutOrganizationsMeBadRequest) String

type PutOrganizationsMeConflict

type PutOrganizationsMeConflict struct {
}

PutOrganizationsMeConflict describes a response with status code 409, with default header values.

Resource conflict - Unexpected version was provided

func NewPutOrganizationsMeConflict

func NewPutOrganizationsMeConflict() *PutOrganizationsMeConflict

NewPutOrganizationsMeConflict creates a PutOrganizationsMeConflict with default headers values

func (*PutOrganizationsMeConflict) Error

func (*PutOrganizationsMeConflict) IsClientError

func (o *PutOrganizationsMeConflict) IsClientError() bool

IsClientError returns true when this put organizations me conflict response has a 4xx status code

func (*PutOrganizationsMeConflict) IsCode

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

IsCode returns true when this put organizations me conflict response a status code equal to that given

func (*PutOrganizationsMeConflict) IsRedirect

func (o *PutOrganizationsMeConflict) IsRedirect() bool

IsRedirect returns true when this put organizations me conflict response has a 3xx status code

func (*PutOrganizationsMeConflict) IsServerError

func (o *PutOrganizationsMeConflict) IsServerError() bool

IsServerError returns true when this put organizations me conflict response has a 5xx status code

func (*PutOrganizationsMeConflict) IsSuccess

func (o *PutOrganizationsMeConflict) IsSuccess() bool

IsSuccess returns true when this put organizations me conflict response has a 2xx status code

func (*PutOrganizationsMeConflict) String

func (o *PutOrganizationsMeConflict) String() string

type PutOrganizationsMeForbidden

type PutOrganizationsMeForbidden struct {
	Payload *models.ErrorBody
}

PutOrganizationsMeForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutOrganizationsMeForbidden

func NewPutOrganizationsMeForbidden() *PutOrganizationsMeForbidden

NewPutOrganizationsMeForbidden creates a PutOrganizationsMeForbidden with default headers values

func (*PutOrganizationsMeForbidden) Error

func (*PutOrganizationsMeForbidden) GetPayload

func (o *PutOrganizationsMeForbidden) GetPayload() *models.ErrorBody

func (*PutOrganizationsMeForbidden) IsClientError

func (o *PutOrganizationsMeForbidden) IsClientError() bool

IsClientError returns true when this put organizations me forbidden response has a 4xx status code

func (*PutOrganizationsMeForbidden) IsCode

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

IsCode returns true when this put organizations me forbidden response a status code equal to that given

func (*PutOrganizationsMeForbidden) IsRedirect

func (o *PutOrganizationsMeForbidden) IsRedirect() bool

IsRedirect returns true when this put organizations me forbidden response has a 3xx status code

func (*PutOrganizationsMeForbidden) IsServerError

func (o *PutOrganizationsMeForbidden) IsServerError() bool

IsServerError returns true when this put organizations me forbidden response has a 5xx status code

func (*PutOrganizationsMeForbidden) IsSuccess

func (o *PutOrganizationsMeForbidden) IsSuccess() bool

IsSuccess returns true when this put organizations me forbidden response has a 2xx status code

func (*PutOrganizationsMeForbidden) String

func (o *PutOrganizationsMeForbidden) String() string

type PutOrganizationsMeGatewayTimeout

type PutOrganizationsMeGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutOrganizationsMeGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutOrganizationsMeGatewayTimeout

func NewPutOrganizationsMeGatewayTimeout() *PutOrganizationsMeGatewayTimeout

NewPutOrganizationsMeGatewayTimeout creates a PutOrganizationsMeGatewayTimeout with default headers values

func (*PutOrganizationsMeGatewayTimeout) Error

func (*PutOrganizationsMeGatewayTimeout) GetPayload

func (*PutOrganizationsMeGatewayTimeout) IsClientError

func (o *PutOrganizationsMeGatewayTimeout) IsClientError() bool

IsClientError returns true when this put organizations me gateway timeout response has a 4xx status code

func (*PutOrganizationsMeGatewayTimeout) IsCode

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

IsCode returns true when this put organizations me gateway timeout response a status code equal to that given

func (*PutOrganizationsMeGatewayTimeout) IsRedirect

func (o *PutOrganizationsMeGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put organizations me gateway timeout response has a 3xx status code

func (*PutOrganizationsMeGatewayTimeout) IsServerError

func (o *PutOrganizationsMeGatewayTimeout) IsServerError() bool

IsServerError returns true when this put organizations me gateway timeout response has a 5xx status code

func (*PutOrganizationsMeGatewayTimeout) IsSuccess

func (o *PutOrganizationsMeGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this put organizations me gateway timeout response has a 2xx status code

func (*PutOrganizationsMeGatewayTimeout) String

type PutOrganizationsMeInternalServerError

type PutOrganizationsMeInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutOrganizationsMeInternalServerError

func NewPutOrganizationsMeInternalServerError() *PutOrganizationsMeInternalServerError

NewPutOrganizationsMeInternalServerError creates a PutOrganizationsMeInternalServerError with default headers values

func (*PutOrganizationsMeInternalServerError) Error

func (*PutOrganizationsMeInternalServerError) GetPayload

func (*PutOrganizationsMeInternalServerError) IsClientError

func (o *PutOrganizationsMeInternalServerError) IsClientError() bool

IsClientError returns true when this put organizations me internal server error response has a 4xx status code

func (*PutOrganizationsMeInternalServerError) IsCode

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

func (*PutOrganizationsMeInternalServerError) IsRedirect

IsRedirect returns true when this put organizations me internal server error response has a 3xx status code

func (*PutOrganizationsMeInternalServerError) IsServerError

func (o *PutOrganizationsMeInternalServerError) IsServerError() bool

IsServerError returns true when this put organizations me internal server error response has a 5xx status code

func (*PutOrganizationsMeInternalServerError) IsSuccess

IsSuccess returns true when this put organizations me internal server error response has a 2xx status code

func (*PutOrganizationsMeInternalServerError) String

type PutOrganizationsMeNotFound

type PutOrganizationsMeNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPutOrganizationsMeNotFound

func NewPutOrganizationsMeNotFound() *PutOrganizationsMeNotFound

NewPutOrganizationsMeNotFound creates a PutOrganizationsMeNotFound with default headers values

func (*PutOrganizationsMeNotFound) Error

func (*PutOrganizationsMeNotFound) GetPayload

func (o *PutOrganizationsMeNotFound) GetPayload() *models.ErrorBody

func (*PutOrganizationsMeNotFound) IsClientError

func (o *PutOrganizationsMeNotFound) IsClientError() bool

IsClientError returns true when this put organizations me not found response has a 4xx status code

func (*PutOrganizationsMeNotFound) IsCode

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

IsCode returns true when this put organizations me not found response a status code equal to that given

func (*PutOrganizationsMeNotFound) IsRedirect

func (o *PutOrganizationsMeNotFound) IsRedirect() bool

IsRedirect returns true when this put organizations me not found response has a 3xx status code

func (*PutOrganizationsMeNotFound) IsServerError

func (o *PutOrganizationsMeNotFound) IsServerError() bool

IsServerError returns true when this put organizations me not found response has a 5xx status code

func (*PutOrganizationsMeNotFound) IsSuccess

func (o *PutOrganizationsMeNotFound) IsSuccess() bool

IsSuccess returns true when this put organizations me not found response has a 2xx status code

func (*PutOrganizationsMeNotFound) String

func (o *PutOrganizationsMeNotFound) String() string

type PutOrganizationsMeOK

type PutOrganizationsMeOK struct {
	Payload *models.Organization
}

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

successful operation

func NewPutOrganizationsMeOK

func NewPutOrganizationsMeOK() *PutOrganizationsMeOK

NewPutOrganizationsMeOK creates a PutOrganizationsMeOK with default headers values

func (*PutOrganizationsMeOK) Error

func (o *PutOrganizationsMeOK) Error() string

func (*PutOrganizationsMeOK) GetPayload

func (o *PutOrganizationsMeOK) GetPayload() *models.Organization

func (*PutOrganizationsMeOK) IsClientError

func (o *PutOrganizationsMeOK) IsClientError() bool

IsClientError returns true when this put organizations me o k response has a 4xx status code

func (*PutOrganizationsMeOK) IsCode

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

IsCode returns true when this put organizations me o k response a status code equal to that given

func (*PutOrganizationsMeOK) IsRedirect

func (o *PutOrganizationsMeOK) IsRedirect() bool

IsRedirect returns true when this put organizations me o k response has a 3xx status code

func (*PutOrganizationsMeOK) IsServerError

func (o *PutOrganizationsMeOK) IsServerError() bool

IsServerError returns true when this put organizations me o k response has a 5xx status code

func (*PutOrganizationsMeOK) IsSuccess

func (o *PutOrganizationsMeOK) IsSuccess() bool

IsSuccess returns true when this put organizations me o k response has a 2xx status code

func (*PutOrganizationsMeOK) String

func (o *PutOrganizationsMeOK) String() string

type PutOrganizationsMeParams

type PutOrganizationsMeParams struct {

	/* Body.

	   Organization
	*/
	Body *models.Organization

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

PutOrganizationsMeParams contains all the parameters to send to the API endpoint

for the put organizations me operation.

Typically these are written to a http.Request.

func NewPutOrganizationsMeParams

func NewPutOrganizationsMeParams() *PutOrganizationsMeParams

NewPutOrganizationsMeParams creates a new PutOrganizationsMeParams 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 NewPutOrganizationsMeParamsWithContext

func NewPutOrganizationsMeParamsWithContext(ctx context.Context) *PutOrganizationsMeParams

NewPutOrganizationsMeParamsWithContext creates a new PutOrganizationsMeParams object with the ability to set a context for a request.

func NewPutOrganizationsMeParamsWithHTTPClient

func NewPutOrganizationsMeParamsWithHTTPClient(client *http.Client) *PutOrganizationsMeParams

NewPutOrganizationsMeParamsWithHTTPClient creates a new PutOrganizationsMeParams object with the ability to set a custom HTTPClient for a request.

func NewPutOrganizationsMeParamsWithTimeout

func NewPutOrganizationsMeParamsWithTimeout(timeout time.Duration) *PutOrganizationsMeParams

NewPutOrganizationsMeParamsWithTimeout creates a new PutOrganizationsMeParams object with the ability to set a timeout on a request.

func (*PutOrganizationsMeParams) SetBody

func (o *PutOrganizationsMeParams) SetBody(body *models.Organization)

SetBody adds the body to the put organizations me params

func (*PutOrganizationsMeParams) SetContext

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

SetContext adds the context to the put organizations me params

func (*PutOrganizationsMeParams) SetDefaults

func (o *PutOrganizationsMeParams) SetDefaults()

SetDefaults hydrates default values in the put organizations me params (not the query body).

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

func (*PutOrganizationsMeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put organizations me params

func (*PutOrganizationsMeParams) SetTimeout

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

SetTimeout adds the timeout to the put organizations me params

func (*PutOrganizationsMeParams) WithBody

WithBody adds the body to the put organizations me params

func (*PutOrganizationsMeParams) WithContext

WithContext adds the context to the put organizations me params

func (*PutOrganizationsMeParams) WithDefaults

WithDefaults hydrates default values in the put organizations me params (not the query body).

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

func (*PutOrganizationsMeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put organizations me params

func (*PutOrganizationsMeParams) WithTimeout

WithTimeout adds the timeout to the put organizations me params

func (*PutOrganizationsMeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutOrganizationsMeReader

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

PutOrganizationsMeReader is a Reader for the PutOrganizationsMe structure.

func (*PutOrganizationsMeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutOrganizationsMeRequestEntityTooLarge

type PutOrganizationsMeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutOrganizationsMeRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutOrganizationsMeRequestEntityTooLarge

func NewPutOrganizationsMeRequestEntityTooLarge() *PutOrganizationsMeRequestEntityTooLarge

NewPutOrganizationsMeRequestEntityTooLarge creates a PutOrganizationsMeRequestEntityTooLarge with default headers values

func (*PutOrganizationsMeRequestEntityTooLarge) Error

func (*PutOrganizationsMeRequestEntityTooLarge) GetPayload

func (*PutOrganizationsMeRequestEntityTooLarge) IsClientError

func (o *PutOrganizationsMeRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this put organizations me request entity too large response has a 4xx status code

func (*PutOrganizationsMeRequestEntityTooLarge) IsCode

IsCode returns true when this put organizations me request entity too large response a status code equal to that given

func (*PutOrganizationsMeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put organizations me request entity too large response has a 3xx status code

func (*PutOrganizationsMeRequestEntityTooLarge) IsServerError

func (o *PutOrganizationsMeRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this put organizations me request entity too large response has a 5xx status code

func (*PutOrganizationsMeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put organizations me request entity too large response has a 2xx status code

func (*PutOrganizationsMeRequestEntityTooLarge) String

type PutOrganizationsMeRequestTimeout

type PutOrganizationsMeRequestTimeout struct {
	Payload *models.ErrorBody
}

PutOrganizationsMeRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutOrganizationsMeRequestTimeout

func NewPutOrganizationsMeRequestTimeout() *PutOrganizationsMeRequestTimeout

NewPutOrganizationsMeRequestTimeout creates a PutOrganizationsMeRequestTimeout with default headers values

func (*PutOrganizationsMeRequestTimeout) Error

func (*PutOrganizationsMeRequestTimeout) GetPayload

func (*PutOrganizationsMeRequestTimeout) IsClientError

func (o *PutOrganizationsMeRequestTimeout) IsClientError() bool

IsClientError returns true when this put organizations me request timeout response has a 4xx status code

func (*PutOrganizationsMeRequestTimeout) IsCode

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

IsCode returns true when this put organizations me request timeout response a status code equal to that given

func (*PutOrganizationsMeRequestTimeout) IsRedirect

func (o *PutOrganizationsMeRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put organizations me request timeout response has a 3xx status code

func (*PutOrganizationsMeRequestTimeout) IsServerError

func (o *PutOrganizationsMeRequestTimeout) IsServerError() bool

IsServerError returns true when this put organizations me request timeout response has a 5xx status code

func (*PutOrganizationsMeRequestTimeout) IsSuccess

func (o *PutOrganizationsMeRequestTimeout) IsSuccess() bool

IsSuccess returns true when this put organizations me request timeout response has a 2xx status code

func (*PutOrganizationsMeRequestTimeout) String

type PutOrganizationsMeServiceUnavailable

type PutOrganizationsMeServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutOrganizationsMeServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutOrganizationsMeServiceUnavailable

func NewPutOrganizationsMeServiceUnavailable() *PutOrganizationsMeServiceUnavailable

NewPutOrganizationsMeServiceUnavailable creates a PutOrganizationsMeServiceUnavailable with default headers values

func (*PutOrganizationsMeServiceUnavailable) Error

func (*PutOrganizationsMeServiceUnavailable) GetPayload

func (*PutOrganizationsMeServiceUnavailable) IsClientError

func (o *PutOrganizationsMeServiceUnavailable) IsClientError() bool

IsClientError returns true when this put organizations me service unavailable response has a 4xx status code

func (*PutOrganizationsMeServiceUnavailable) IsCode

IsCode returns true when this put organizations me service unavailable response a status code equal to that given

func (*PutOrganizationsMeServiceUnavailable) IsRedirect

IsRedirect returns true when this put organizations me service unavailable response has a 3xx status code

func (*PutOrganizationsMeServiceUnavailable) IsServerError

func (o *PutOrganizationsMeServiceUnavailable) IsServerError() bool

IsServerError returns true when this put organizations me service unavailable response has a 5xx status code

func (*PutOrganizationsMeServiceUnavailable) IsSuccess

IsSuccess returns true when this put organizations me service unavailable response has a 2xx status code

func (*PutOrganizationsMeServiceUnavailable) String

type PutOrganizationsMeTooManyRequests

type PutOrganizationsMeTooManyRequests struct {
	Payload *models.ErrorBody
}

PutOrganizationsMeTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutOrganizationsMeTooManyRequests

func NewPutOrganizationsMeTooManyRequests() *PutOrganizationsMeTooManyRequests

NewPutOrganizationsMeTooManyRequests creates a PutOrganizationsMeTooManyRequests with default headers values

func (*PutOrganizationsMeTooManyRequests) Error

func (*PutOrganizationsMeTooManyRequests) GetPayload

func (*PutOrganizationsMeTooManyRequests) IsClientError

func (o *PutOrganizationsMeTooManyRequests) IsClientError() bool

IsClientError returns true when this put organizations me too many requests response has a 4xx status code

func (*PutOrganizationsMeTooManyRequests) IsCode

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

IsCode returns true when this put organizations me too many requests response a status code equal to that given

func (*PutOrganizationsMeTooManyRequests) IsRedirect

func (o *PutOrganizationsMeTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put organizations me too many requests response has a 3xx status code

func (*PutOrganizationsMeTooManyRequests) IsServerError

func (o *PutOrganizationsMeTooManyRequests) IsServerError() bool

IsServerError returns true when this put organizations me too many requests response has a 5xx status code

func (*PutOrganizationsMeTooManyRequests) IsSuccess

func (o *PutOrganizationsMeTooManyRequests) IsSuccess() bool

IsSuccess returns true when this put organizations me too many requests response has a 2xx status code

func (*PutOrganizationsMeTooManyRequests) String

type PutOrganizationsMeUnauthorized

type PutOrganizationsMeUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPutOrganizationsMeUnauthorized

func NewPutOrganizationsMeUnauthorized() *PutOrganizationsMeUnauthorized

NewPutOrganizationsMeUnauthorized creates a PutOrganizationsMeUnauthorized with default headers values

func (*PutOrganizationsMeUnauthorized) Error

func (*PutOrganizationsMeUnauthorized) GetPayload

func (*PutOrganizationsMeUnauthorized) IsClientError

func (o *PutOrganizationsMeUnauthorized) IsClientError() bool

IsClientError returns true when this put organizations me unauthorized response has a 4xx status code

func (*PutOrganizationsMeUnauthorized) IsCode

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

IsCode returns true when this put organizations me unauthorized response a status code equal to that given

func (*PutOrganizationsMeUnauthorized) IsRedirect

func (o *PutOrganizationsMeUnauthorized) IsRedirect() bool

IsRedirect returns true when this put organizations me unauthorized response has a 3xx status code

func (*PutOrganizationsMeUnauthorized) IsServerError

func (o *PutOrganizationsMeUnauthorized) IsServerError() bool

IsServerError returns true when this put organizations me unauthorized response has a 5xx status code

func (*PutOrganizationsMeUnauthorized) IsSuccess

func (o *PutOrganizationsMeUnauthorized) IsSuccess() bool

IsSuccess returns true when this put organizations me unauthorized response has a 2xx status code

func (*PutOrganizationsMeUnauthorized) String

type PutOrganizationsMeUnsupportedMediaType

type PutOrganizationsMeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutOrganizationsMeUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutOrganizationsMeUnsupportedMediaType

func NewPutOrganizationsMeUnsupportedMediaType() *PutOrganizationsMeUnsupportedMediaType

NewPutOrganizationsMeUnsupportedMediaType creates a PutOrganizationsMeUnsupportedMediaType with default headers values

func (*PutOrganizationsMeUnsupportedMediaType) Error

func (*PutOrganizationsMeUnsupportedMediaType) GetPayload

func (*PutOrganizationsMeUnsupportedMediaType) IsClientError

func (o *PutOrganizationsMeUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this put organizations me unsupported media type response has a 4xx status code

func (*PutOrganizationsMeUnsupportedMediaType) IsCode

IsCode returns true when this put organizations me unsupported media type response a status code equal to that given

func (*PutOrganizationsMeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put organizations me unsupported media type response has a 3xx status code

func (*PutOrganizationsMeUnsupportedMediaType) IsServerError

func (o *PutOrganizationsMeUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this put organizations me unsupported media type response has a 5xx status code

func (*PutOrganizationsMeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put organizations me unsupported media type response has a 2xx status code

func (*PutOrganizationsMeUnsupportedMediaType) String

type PutOrganizationsWhitelistBadRequest

type PutOrganizationsWhitelistBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPutOrganizationsWhitelistBadRequest

func NewPutOrganizationsWhitelistBadRequest() *PutOrganizationsWhitelistBadRequest

NewPutOrganizationsWhitelistBadRequest creates a PutOrganizationsWhitelistBadRequest with default headers values

func (*PutOrganizationsWhitelistBadRequest) Error

func (*PutOrganizationsWhitelistBadRequest) GetPayload

func (*PutOrganizationsWhitelistBadRequest) IsClientError

func (o *PutOrganizationsWhitelistBadRequest) IsClientError() bool

IsClientError returns true when this put organizations whitelist bad request response has a 4xx status code

func (*PutOrganizationsWhitelistBadRequest) IsCode

IsCode returns true when this put organizations whitelist bad request response a status code equal to that given

func (*PutOrganizationsWhitelistBadRequest) IsRedirect

func (o *PutOrganizationsWhitelistBadRequest) IsRedirect() bool

IsRedirect returns true when this put organizations whitelist bad request response has a 3xx status code

func (*PutOrganizationsWhitelistBadRequest) IsServerError

func (o *PutOrganizationsWhitelistBadRequest) IsServerError() bool

IsServerError returns true when this put organizations whitelist bad request response has a 5xx status code

func (*PutOrganizationsWhitelistBadRequest) IsSuccess

IsSuccess returns true when this put organizations whitelist bad request response has a 2xx status code

func (*PutOrganizationsWhitelistBadRequest) String

type PutOrganizationsWhitelistForbidden

type PutOrganizationsWhitelistForbidden struct {
	Payload *models.ErrorBody
}

PutOrganizationsWhitelistForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutOrganizationsWhitelistForbidden

func NewPutOrganizationsWhitelistForbidden() *PutOrganizationsWhitelistForbidden

NewPutOrganizationsWhitelistForbidden creates a PutOrganizationsWhitelistForbidden with default headers values

func (*PutOrganizationsWhitelistForbidden) Error

func (*PutOrganizationsWhitelistForbidden) GetPayload

func (*PutOrganizationsWhitelistForbidden) IsClientError

func (o *PutOrganizationsWhitelistForbidden) IsClientError() bool

IsClientError returns true when this put organizations whitelist forbidden response has a 4xx status code

func (*PutOrganizationsWhitelistForbidden) IsCode

IsCode returns true when this put organizations whitelist forbidden response a status code equal to that given

func (*PutOrganizationsWhitelistForbidden) IsRedirect

func (o *PutOrganizationsWhitelistForbidden) IsRedirect() bool

IsRedirect returns true when this put organizations whitelist forbidden response has a 3xx status code

func (*PutOrganizationsWhitelistForbidden) IsServerError

func (o *PutOrganizationsWhitelistForbidden) IsServerError() bool

IsServerError returns true when this put organizations whitelist forbidden response has a 5xx status code

func (*PutOrganizationsWhitelistForbidden) IsSuccess

IsSuccess returns true when this put organizations whitelist forbidden response has a 2xx status code

func (*PutOrganizationsWhitelistForbidden) String

type PutOrganizationsWhitelistGatewayTimeout

type PutOrganizationsWhitelistGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutOrganizationsWhitelistGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutOrganizationsWhitelistGatewayTimeout

func NewPutOrganizationsWhitelistGatewayTimeout() *PutOrganizationsWhitelistGatewayTimeout

NewPutOrganizationsWhitelistGatewayTimeout creates a PutOrganizationsWhitelistGatewayTimeout with default headers values

func (*PutOrganizationsWhitelistGatewayTimeout) Error

func (*PutOrganizationsWhitelistGatewayTimeout) GetPayload

func (*PutOrganizationsWhitelistGatewayTimeout) IsClientError

func (o *PutOrganizationsWhitelistGatewayTimeout) IsClientError() bool

IsClientError returns true when this put organizations whitelist gateway timeout response has a 4xx status code

func (*PutOrganizationsWhitelistGatewayTimeout) IsCode

IsCode returns true when this put organizations whitelist gateway timeout response a status code equal to that given

func (*PutOrganizationsWhitelistGatewayTimeout) IsRedirect

IsRedirect returns true when this put organizations whitelist gateway timeout response has a 3xx status code

func (*PutOrganizationsWhitelistGatewayTimeout) IsServerError

func (o *PutOrganizationsWhitelistGatewayTimeout) IsServerError() bool

IsServerError returns true when this put organizations whitelist gateway timeout response has a 5xx status code

func (*PutOrganizationsWhitelistGatewayTimeout) IsSuccess

IsSuccess returns true when this put organizations whitelist gateway timeout response has a 2xx status code

func (*PutOrganizationsWhitelistGatewayTimeout) String

type PutOrganizationsWhitelistInternalServerError

type PutOrganizationsWhitelistInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutOrganizationsWhitelistInternalServerError

func NewPutOrganizationsWhitelistInternalServerError() *PutOrganizationsWhitelistInternalServerError

NewPutOrganizationsWhitelistInternalServerError creates a PutOrganizationsWhitelistInternalServerError with default headers values

func (*PutOrganizationsWhitelistInternalServerError) Error

func (*PutOrganizationsWhitelistInternalServerError) GetPayload

func (*PutOrganizationsWhitelistInternalServerError) IsClientError

IsClientError returns true when this put organizations whitelist internal server error response has a 4xx status code

func (*PutOrganizationsWhitelistInternalServerError) IsCode

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

func (*PutOrganizationsWhitelistInternalServerError) IsRedirect

IsRedirect returns true when this put organizations whitelist internal server error response has a 3xx status code

func (*PutOrganizationsWhitelistInternalServerError) IsServerError

IsServerError returns true when this put organizations whitelist internal server error response has a 5xx status code

func (*PutOrganizationsWhitelistInternalServerError) IsSuccess

IsSuccess returns true when this put organizations whitelist internal server error response has a 2xx status code

func (*PutOrganizationsWhitelistInternalServerError) String

type PutOrganizationsWhitelistNotFound

type PutOrganizationsWhitelistNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPutOrganizationsWhitelistNotFound

func NewPutOrganizationsWhitelistNotFound() *PutOrganizationsWhitelistNotFound

NewPutOrganizationsWhitelistNotFound creates a PutOrganizationsWhitelistNotFound with default headers values

func (*PutOrganizationsWhitelistNotFound) Error

func (*PutOrganizationsWhitelistNotFound) GetPayload

func (*PutOrganizationsWhitelistNotFound) IsClientError

func (o *PutOrganizationsWhitelistNotFound) IsClientError() bool

IsClientError returns true when this put organizations whitelist not found response has a 4xx status code

func (*PutOrganizationsWhitelistNotFound) IsCode

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

IsCode returns true when this put organizations whitelist not found response a status code equal to that given

func (*PutOrganizationsWhitelistNotFound) IsRedirect

func (o *PutOrganizationsWhitelistNotFound) IsRedirect() bool

IsRedirect returns true when this put organizations whitelist not found response has a 3xx status code

func (*PutOrganizationsWhitelistNotFound) IsServerError

func (o *PutOrganizationsWhitelistNotFound) IsServerError() bool

IsServerError returns true when this put organizations whitelist not found response has a 5xx status code

func (*PutOrganizationsWhitelistNotFound) IsSuccess

func (o *PutOrganizationsWhitelistNotFound) IsSuccess() bool

IsSuccess returns true when this put organizations whitelist not found response has a 2xx status code

func (*PutOrganizationsWhitelistNotFound) String

type PutOrganizationsWhitelistOK

type PutOrganizationsWhitelistOK struct {
	Payload *models.OrgWhitelistSettings
}

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

successful operation

func NewPutOrganizationsWhitelistOK

func NewPutOrganizationsWhitelistOK() *PutOrganizationsWhitelistOK

NewPutOrganizationsWhitelistOK creates a PutOrganizationsWhitelistOK with default headers values

func (*PutOrganizationsWhitelistOK) Error

func (*PutOrganizationsWhitelistOK) GetPayload

func (*PutOrganizationsWhitelistOK) IsClientError

func (o *PutOrganizationsWhitelistOK) IsClientError() bool

IsClientError returns true when this put organizations whitelist o k response has a 4xx status code

func (*PutOrganizationsWhitelistOK) IsCode

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

IsCode returns true when this put organizations whitelist o k response a status code equal to that given

func (*PutOrganizationsWhitelistOK) IsRedirect

func (o *PutOrganizationsWhitelistOK) IsRedirect() bool

IsRedirect returns true when this put organizations whitelist o k response has a 3xx status code

func (*PutOrganizationsWhitelistOK) IsServerError

func (o *PutOrganizationsWhitelistOK) IsServerError() bool

IsServerError returns true when this put organizations whitelist o k response has a 5xx status code

func (*PutOrganizationsWhitelistOK) IsSuccess

func (o *PutOrganizationsWhitelistOK) IsSuccess() bool

IsSuccess returns true when this put organizations whitelist o k response has a 2xx status code

func (*PutOrganizationsWhitelistOK) String

func (o *PutOrganizationsWhitelistOK) String() string

type PutOrganizationsWhitelistParams

type PutOrganizationsWhitelistParams struct {

	/* Body.

	   Whitelist settings
	*/
	Body *models.OrgWhitelistSettings

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

PutOrganizationsWhitelistParams contains all the parameters to send to the API endpoint

for the put organizations whitelist operation.

Typically these are written to a http.Request.

func NewPutOrganizationsWhitelistParams

func NewPutOrganizationsWhitelistParams() *PutOrganizationsWhitelistParams

NewPutOrganizationsWhitelistParams creates a new PutOrganizationsWhitelistParams 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 NewPutOrganizationsWhitelistParamsWithContext

func NewPutOrganizationsWhitelistParamsWithContext(ctx context.Context) *PutOrganizationsWhitelistParams

NewPutOrganizationsWhitelistParamsWithContext creates a new PutOrganizationsWhitelistParams object with the ability to set a context for a request.

func NewPutOrganizationsWhitelistParamsWithHTTPClient

func NewPutOrganizationsWhitelistParamsWithHTTPClient(client *http.Client) *PutOrganizationsWhitelistParams

NewPutOrganizationsWhitelistParamsWithHTTPClient creates a new PutOrganizationsWhitelistParams object with the ability to set a custom HTTPClient for a request.

func NewPutOrganizationsWhitelistParamsWithTimeout

func NewPutOrganizationsWhitelistParamsWithTimeout(timeout time.Duration) *PutOrganizationsWhitelistParams

NewPutOrganizationsWhitelistParamsWithTimeout creates a new PutOrganizationsWhitelistParams object with the ability to set a timeout on a request.

func (*PutOrganizationsWhitelistParams) SetBody

SetBody adds the body to the put organizations whitelist params

func (*PutOrganizationsWhitelistParams) SetContext

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

SetContext adds the context to the put organizations whitelist params

func (*PutOrganizationsWhitelistParams) SetDefaults

func (o *PutOrganizationsWhitelistParams) SetDefaults()

SetDefaults hydrates default values in the put organizations whitelist params (not the query body).

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

func (*PutOrganizationsWhitelistParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put organizations whitelist params

func (*PutOrganizationsWhitelistParams) SetTimeout

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

SetTimeout adds the timeout to the put organizations whitelist params

func (*PutOrganizationsWhitelistParams) WithBody

WithBody adds the body to the put organizations whitelist params

func (*PutOrganizationsWhitelistParams) WithContext

WithContext adds the context to the put organizations whitelist params

func (*PutOrganizationsWhitelistParams) WithDefaults

WithDefaults hydrates default values in the put organizations whitelist params (not the query body).

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

func (*PutOrganizationsWhitelistParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put organizations whitelist params

func (*PutOrganizationsWhitelistParams) WithTimeout

WithTimeout adds the timeout to the put organizations whitelist params

func (*PutOrganizationsWhitelistParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutOrganizationsWhitelistReader

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

PutOrganizationsWhitelistReader is a Reader for the PutOrganizationsWhitelist structure.

func (*PutOrganizationsWhitelistReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutOrganizationsWhitelistRequestEntityTooLarge

type PutOrganizationsWhitelistRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutOrganizationsWhitelistRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutOrganizationsWhitelistRequestEntityTooLarge

func NewPutOrganizationsWhitelistRequestEntityTooLarge() *PutOrganizationsWhitelistRequestEntityTooLarge

NewPutOrganizationsWhitelistRequestEntityTooLarge creates a PutOrganizationsWhitelistRequestEntityTooLarge with default headers values

func (*PutOrganizationsWhitelistRequestEntityTooLarge) Error

func (*PutOrganizationsWhitelistRequestEntityTooLarge) GetPayload

func (*PutOrganizationsWhitelistRequestEntityTooLarge) IsClientError

IsClientError returns true when this put organizations whitelist request entity too large response has a 4xx status code

func (*PutOrganizationsWhitelistRequestEntityTooLarge) IsCode

IsCode returns true when this put organizations whitelist request entity too large response a status code equal to that given

func (*PutOrganizationsWhitelistRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put organizations whitelist request entity too large response has a 3xx status code

func (*PutOrganizationsWhitelistRequestEntityTooLarge) IsServerError

IsServerError returns true when this put organizations whitelist request entity too large response has a 5xx status code

func (*PutOrganizationsWhitelistRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put organizations whitelist request entity too large response has a 2xx status code

func (*PutOrganizationsWhitelistRequestEntityTooLarge) String

type PutOrganizationsWhitelistRequestTimeout

type PutOrganizationsWhitelistRequestTimeout struct {
	Payload *models.ErrorBody
}

PutOrganizationsWhitelistRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutOrganizationsWhitelistRequestTimeout

func NewPutOrganizationsWhitelistRequestTimeout() *PutOrganizationsWhitelistRequestTimeout

NewPutOrganizationsWhitelistRequestTimeout creates a PutOrganizationsWhitelistRequestTimeout with default headers values

func (*PutOrganizationsWhitelistRequestTimeout) Error

func (*PutOrganizationsWhitelistRequestTimeout) GetPayload

func (*PutOrganizationsWhitelistRequestTimeout) IsClientError

func (o *PutOrganizationsWhitelistRequestTimeout) IsClientError() bool

IsClientError returns true when this put organizations whitelist request timeout response has a 4xx status code

func (*PutOrganizationsWhitelistRequestTimeout) IsCode

IsCode returns true when this put organizations whitelist request timeout response a status code equal to that given

func (*PutOrganizationsWhitelistRequestTimeout) IsRedirect

IsRedirect returns true when this put organizations whitelist request timeout response has a 3xx status code

func (*PutOrganizationsWhitelistRequestTimeout) IsServerError

func (o *PutOrganizationsWhitelistRequestTimeout) IsServerError() bool

IsServerError returns true when this put organizations whitelist request timeout response has a 5xx status code

func (*PutOrganizationsWhitelistRequestTimeout) IsSuccess

IsSuccess returns true when this put organizations whitelist request timeout response has a 2xx status code

func (*PutOrganizationsWhitelistRequestTimeout) String

type PutOrganizationsWhitelistServiceUnavailable

type PutOrganizationsWhitelistServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutOrganizationsWhitelistServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutOrganizationsWhitelistServiceUnavailable

func NewPutOrganizationsWhitelistServiceUnavailable() *PutOrganizationsWhitelistServiceUnavailable

NewPutOrganizationsWhitelistServiceUnavailable creates a PutOrganizationsWhitelistServiceUnavailable with default headers values

func (*PutOrganizationsWhitelistServiceUnavailable) Error

func (*PutOrganizationsWhitelistServiceUnavailable) GetPayload

func (*PutOrganizationsWhitelistServiceUnavailable) IsClientError

IsClientError returns true when this put organizations whitelist service unavailable response has a 4xx status code

func (*PutOrganizationsWhitelistServiceUnavailable) IsCode

IsCode returns true when this put organizations whitelist service unavailable response a status code equal to that given

func (*PutOrganizationsWhitelistServiceUnavailable) IsRedirect

IsRedirect returns true when this put organizations whitelist service unavailable response has a 3xx status code

func (*PutOrganizationsWhitelistServiceUnavailable) IsServerError

IsServerError returns true when this put organizations whitelist service unavailable response has a 5xx status code

func (*PutOrganizationsWhitelistServiceUnavailable) IsSuccess

IsSuccess returns true when this put organizations whitelist service unavailable response has a 2xx status code

func (*PutOrganizationsWhitelistServiceUnavailable) String

type PutOrganizationsWhitelistTooManyRequests

type PutOrganizationsWhitelistTooManyRequests struct {
	Payload *models.ErrorBody
}

PutOrganizationsWhitelistTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutOrganizationsWhitelistTooManyRequests

func NewPutOrganizationsWhitelistTooManyRequests() *PutOrganizationsWhitelistTooManyRequests

NewPutOrganizationsWhitelistTooManyRequests creates a PutOrganizationsWhitelistTooManyRequests with default headers values

func (*PutOrganizationsWhitelistTooManyRequests) Error

func (*PutOrganizationsWhitelistTooManyRequests) GetPayload

func (*PutOrganizationsWhitelistTooManyRequests) IsClientError

IsClientError returns true when this put organizations whitelist too many requests response has a 4xx status code

func (*PutOrganizationsWhitelistTooManyRequests) IsCode

IsCode returns true when this put organizations whitelist too many requests response a status code equal to that given

func (*PutOrganizationsWhitelistTooManyRequests) IsRedirect

IsRedirect returns true when this put organizations whitelist too many requests response has a 3xx status code

func (*PutOrganizationsWhitelistTooManyRequests) IsServerError

IsServerError returns true when this put organizations whitelist too many requests response has a 5xx status code

func (*PutOrganizationsWhitelistTooManyRequests) IsSuccess

IsSuccess returns true when this put organizations whitelist too many requests response has a 2xx status code

func (*PutOrganizationsWhitelistTooManyRequests) String

type PutOrganizationsWhitelistUnauthorized

type PutOrganizationsWhitelistUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPutOrganizationsWhitelistUnauthorized

func NewPutOrganizationsWhitelistUnauthorized() *PutOrganizationsWhitelistUnauthorized

NewPutOrganizationsWhitelistUnauthorized creates a PutOrganizationsWhitelistUnauthorized with default headers values

func (*PutOrganizationsWhitelistUnauthorized) Error

func (*PutOrganizationsWhitelistUnauthorized) GetPayload

func (*PutOrganizationsWhitelistUnauthorized) IsClientError

func (o *PutOrganizationsWhitelistUnauthorized) IsClientError() bool

IsClientError returns true when this put organizations whitelist unauthorized response has a 4xx status code

func (*PutOrganizationsWhitelistUnauthorized) IsCode

IsCode returns true when this put organizations whitelist unauthorized response a status code equal to that given

func (*PutOrganizationsWhitelistUnauthorized) IsRedirect

IsRedirect returns true when this put organizations whitelist unauthorized response has a 3xx status code

func (*PutOrganizationsWhitelistUnauthorized) IsServerError

func (o *PutOrganizationsWhitelistUnauthorized) IsServerError() bool

IsServerError returns true when this put organizations whitelist unauthorized response has a 5xx status code

func (*PutOrganizationsWhitelistUnauthorized) IsSuccess

IsSuccess returns true when this put organizations whitelist unauthorized response has a 2xx status code

func (*PutOrganizationsWhitelistUnauthorized) String

type PutOrganizationsWhitelistUnsupportedMediaType

type PutOrganizationsWhitelistUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutOrganizationsWhitelistUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutOrganizationsWhitelistUnsupportedMediaType

func NewPutOrganizationsWhitelistUnsupportedMediaType() *PutOrganizationsWhitelistUnsupportedMediaType

NewPutOrganizationsWhitelistUnsupportedMediaType creates a PutOrganizationsWhitelistUnsupportedMediaType with default headers values

func (*PutOrganizationsWhitelistUnsupportedMediaType) Error

func (*PutOrganizationsWhitelistUnsupportedMediaType) GetPayload

func (*PutOrganizationsWhitelistUnsupportedMediaType) IsClientError

IsClientError returns true when this put organizations whitelist unsupported media type response has a 4xx status code

func (*PutOrganizationsWhitelistUnsupportedMediaType) IsCode

IsCode returns true when this put organizations whitelist unsupported media type response a status code equal to that given

func (*PutOrganizationsWhitelistUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put organizations whitelist unsupported media type response has a 3xx status code

func (*PutOrganizationsWhitelistUnsupportedMediaType) IsServerError

IsServerError returns true when this put organizations whitelist unsupported media type response has a 5xx status code

func (*PutOrganizationsWhitelistUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put organizations whitelist unsupported media type response has a 2xx status code

func (*PutOrganizationsWhitelistUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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