Documentation
¶
Index ¶
- Constants
- func WithAcceptApplicationJSON(r *runtime.ClientOperation)
- func WithAcceptApplicationZrokV1JSON(r *runtime.ClientOperation)
- func WithContentTypeApplicationJSON(r *runtime.ClientOperation)
- func WithContentTypeApplicationZrokV1JSON(r *runtime.ClientOperation)
- type AddFrontendGrantBody
- type AddFrontendGrantInternalServerError
- func (o *AddFrontendGrantInternalServerError) Code() int
- func (o *AddFrontendGrantInternalServerError) Error() string
- func (o *AddFrontendGrantInternalServerError) IsClientError() bool
- func (o *AddFrontendGrantInternalServerError) IsCode(code int) bool
- func (o *AddFrontendGrantInternalServerError) IsRedirect() bool
- func (o *AddFrontendGrantInternalServerError) IsServerError() bool
- func (o *AddFrontendGrantInternalServerError) IsSuccess() bool
- func (o *AddFrontendGrantInternalServerError) String() string
- type AddFrontendGrantNotFound
- func (o *AddFrontendGrantNotFound) Code() int
- func (o *AddFrontendGrantNotFound) Error() string
- func (o *AddFrontendGrantNotFound) GetPayload() rest_model_zrok.ErrorMessage
- func (o *AddFrontendGrantNotFound) IsClientError() bool
- func (o *AddFrontendGrantNotFound) IsCode(code int) bool
- func (o *AddFrontendGrantNotFound) IsRedirect() bool
- func (o *AddFrontendGrantNotFound) IsServerError() bool
- func (o *AddFrontendGrantNotFound) IsSuccess() bool
- func (o *AddFrontendGrantNotFound) String() string
- type AddFrontendGrantOK
- func (o *AddFrontendGrantOK) Code() int
- func (o *AddFrontendGrantOK) Error() string
- func (o *AddFrontendGrantOK) IsClientError() bool
- func (o *AddFrontendGrantOK) IsCode(code int) bool
- func (o *AddFrontendGrantOK) IsRedirect() bool
- func (o *AddFrontendGrantOK) IsServerError() bool
- func (o *AddFrontendGrantOK) IsSuccess() bool
- func (o *AddFrontendGrantOK) String() string
- type AddFrontendGrantParams
- func NewAddFrontendGrantParams() *AddFrontendGrantParams
- func NewAddFrontendGrantParamsWithContext(ctx context.Context) *AddFrontendGrantParams
- func NewAddFrontendGrantParamsWithHTTPClient(client *http.Client) *AddFrontendGrantParams
- func NewAddFrontendGrantParamsWithTimeout(timeout time.Duration) *AddFrontendGrantParams
- func (o *AddFrontendGrantParams) SetBody(body AddFrontendGrantBody)
- func (o *AddFrontendGrantParams) SetContext(ctx context.Context)
- func (o *AddFrontendGrantParams) SetDefaults()
- func (o *AddFrontendGrantParams) SetHTTPClient(client *http.Client)
- func (o *AddFrontendGrantParams) SetTimeout(timeout time.Duration)
- func (o *AddFrontendGrantParams) WithBody(body AddFrontendGrantBody) *AddFrontendGrantParams
- func (o *AddFrontendGrantParams) WithContext(ctx context.Context) *AddFrontendGrantParams
- func (o *AddFrontendGrantParams) WithDefaults() *AddFrontendGrantParams
- func (o *AddFrontendGrantParams) WithHTTPClient(client *http.Client) *AddFrontendGrantParams
- func (o *AddFrontendGrantParams) WithTimeout(timeout time.Duration) *AddFrontendGrantParams
- func (o *AddFrontendGrantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddFrontendGrantReader
- type AddFrontendGrantUnauthorized
- func (o *AddFrontendGrantUnauthorized) Code() int
- func (o *AddFrontendGrantUnauthorized) Error() string
- func (o *AddFrontendGrantUnauthorized) IsClientError() bool
- func (o *AddFrontendGrantUnauthorized) IsCode(code int) bool
- func (o *AddFrontendGrantUnauthorized) IsRedirect() bool
- func (o *AddFrontendGrantUnauthorized) IsServerError() bool
- func (o *AddFrontendGrantUnauthorized) IsSuccess() bool
- func (o *AddFrontendGrantUnauthorized) String() string
- type AddNamespaceFrontendMappingBody
- func (o *AddNamespaceFrontendMappingBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *AddNamespaceFrontendMappingBody) MarshalBinary() ([]byte, error)
- func (o *AddNamespaceFrontendMappingBody) UnmarshalBinary(b []byte) error
- func (o *AddNamespaceFrontendMappingBody) Validate(formats strfmt.Registry) error
- type AddNamespaceFrontendMappingInternalServerError
- func (o *AddNamespaceFrontendMappingInternalServerError) Code() int
- func (o *AddNamespaceFrontendMappingInternalServerError) Error() string
- func (o *AddNamespaceFrontendMappingInternalServerError) IsClientError() bool
- func (o *AddNamespaceFrontendMappingInternalServerError) IsCode(code int) bool
- func (o *AddNamespaceFrontendMappingInternalServerError) IsRedirect() bool
- func (o *AddNamespaceFrontendMappingInternalServerError) IsServerError() bool
- func (o *AddNamespaceFrontendMappingInternalServerError) IsSuccess() bool
- func (o *AddNamespaceFrontendMappingInternalServerError) String() string
- type AddNamespaceFrontendMappingNotFound
- func (o *AddNamespaceFrontendMappingNotFound) Code() int
- func (o *AddNamespaceFrontendMappingNotFound) Error() string
- func (o *AddNamespaceFrontendMappingNotFound) IsClientError() bool
- func (o *AddNamespaceFrontendMappingNotFound) IsCode(code int) bool
- func (o *AddNamespaceFrontendMappingNotFound) IsRedirect() bool
- func (o *AddNamespaceFrontendMappingNotFound) IsServerError() bool
- func (o *AddNamespaceFrontendMappingNotFound) IsSuccess() bool
- func (o *AddNamespaceFrontendMappingNotFound) String() string
- type AddNamespaceFrontendMappingOK
- func (o *AddNamespaceFrontendMappingOK) Code() int
- func (o *AddNamespaceFrontendMappingOK) Error() string
- func (o *AddNamespaceFrontendMappingOK) IsClientError() bool
- func (o *AddNamespaceFrontendMappingOK) IsCode(code int) bool
- func (o *AddNamespaceFrontendMappingOK) IsRedirect() bool
- func (o *AddNamespaceFrontendMappingOK) IsServerError() bool
- func (o *AddNamespaceFrontendMappingOK) IsSuccess() bool
- func (o *AddNamespaceFrontendMappingOK) String() string
- type AddNamespaceFrontendMappingParams
- func NewAddNamespaceFrontendMappingParams() *AddNamespaceFrontendMappingParams
- func NewAddNamespaceFrontendMappingParamsWithContext(ctx context.Context) *AddNamespaceFrontendMappingParams
- func NewAddNamespaceFrontendMappingParamsWithHTTPClient(client *http.Client) *AddNamespaceFrontendMappingParams
- func NewAddNamespaceFrontendMappingParamsWithTimeout(timeout time.Duration) *AddNamespaceFrontendMappingParams
- func (o *AddNamespaceFrontendMappingParams) SetBody(body AddNamespaceFrontendMappingBody)
- func (o *AddNamespaceFrontendMappingParams) SetContext(ctx context.Context)
- func (o *AddNamespaceFrontendMappingParams) SetDefaults()
- func (o *AddNamespaceFrontendMappingParams) SetHTTPClient(client *http.Client)
- func (o *AddNamespaceFrontendMappingParams) SetTimeout(timeout time.Duration)
- func (o *AddNamespaceFrontendMappingParams) WithBody(body AddNamespaceFrontendMappingBody) *AddNamespaceFrontendMappingParams
- func (o *AddNamespaceFrontendMappingParams) WithContext(ctx context.Context) *AddNamespaceFrontendMappingParams
- func (o *AddNamespaceFrontendMappingParams) WithDefaults() *AddNamespaceFrontendMappingParams
- func (o *AddNamespaceFrontendMappingParams) WithHTTPClient(client *http.Client) *AddNamespaceFrontendMappingParams
- func (o *AddNamespaceFrontendMappingParams) WithTimeout(timeout time.Duration) *AddNamespaceFrontendMappingParams
- func (o *AddNamespaceFrontendMappingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddNamespaceFrontendMappingReader
- type AddNamespaceFrontendMappingUnauthorized
- func (o *AddNamespaceFrontendMappingUnauthorized) Code() int
- func (o *AddNamespaceFrontendMappingUnauthorized) Error() string
- func (o *AddNamespaceFrontendMappingUnauthorized) IsClientError() bool
- func (o *AddNamespaceFrontendMappingUnauthorized) IsCode(code int) bool
- func (o *AddNamespaceFrontendMappingUnauthorized) IsRedirect() bool
- func (o *AddNamespaceFrontendMappingUnauthorized) IsServerError() bool
- func (o *AddNamespaceFrontendMappingUnauthorized) IsSuccess() bool
- func (o *AddNamespaceFrontendMappingUnauthorized) String() string
- type AddNamespaceGrantBody
- type AddNamespaceGrantInternalServerError
- func (o *AddNamespaceGrantInternalServerError) Code() int
- func (o *AddNamespaceGrantInternalServerError) Error() string
- func (o *AddNamespaceGrantInternalServerError) IsClientError() bool
- func (o *AddNamespaceGrantInternalServerError) IsCode(code int) bool
- func (o *AddNamespaceGrantInternalServerError) IsRedirect() bool
- func (o *AddNamespaceGrantInternalServerError) IsServerError() bool
- func (o *AddNamespaceGrantInternalServerError) IsSuccess() bool
- func (o *AddNamespaceGrantInternalServerError) String() string
- type AddNamespaceGrantNotFound
- func (o *AddNamespaceGrantNotFound) Code() int
- func (o *AddNamespaceGrantNotFound) Error() string
- func (o *AddNamespaceGrantNotFound) IsClientError() bool
- func (o *AddNamespaceGrantNotFound) IsCode(code int) bool
- func (o *AddNamespaceGrantNotFound) IsRedirect() bool
- func (o *AddNamespaceGrantNotFound) IsServerError() bool
- func (o *AddNamespaceGrantNotFound) IsSuccess() bool
- func (o *AddNamespaceGrantNotFound) String() string
- type AddNamespaceGrantOK
- func (o *AddNamespaceGrantOK) Code() int
- func (o *AddNamespaceGrantOK) Error() string
- func (o *AddNamespaceGrantOK) IsClientError() bool
- func (o *AddNamespaceGrantOK) IsCode(code int) bool
- func (o *AddNamespaceGrantOK) IsRedirect() bool
- func (o *AddNamespaceGrantOK) IsServerError() bool
- func (o *AddNamespaceGrantOK) IsSuccess() bool
- func (o *AddNamespaceGrantOK) String() string
- type AddNamespaceGrantParams
- func NewAddNamespaceGrantParams() *AddNamespaceGrantParams
- func NewAddNamespaceGrantParamsWithContext(ctx context.Context) *AddNamespaceGrantParams
- func NewAddNamespaceGrantParamsWithHTTPClient(client *http.Client) *AddNamespaceGrantParams
- func NewAddNamespaceGrantParamsWithTimeout(timeout time.Duration) *AddNamespaceGrantParams
- func (o *AddNamespaceGrantParams) SetBody(body AddNamespaceGrantBody)
- func (o *AddNamespaceGrantParams) SetContext(ctx context.Context)
- func (o *AddNamespaceGrantParams) SetDefaults()
- func (o *AddNamespaceGrantParams) SetHTTPClient(client *http.Client)
- func (o *AddNamespaceGrantParams) SetTimeout(timeout time.Duration)
- func (o *AddNamespaceGrantParams) WithBody(body AddNamespaceGrantBody) *AddNamespaceGrantParams
- func (o *AddNamespaceGrantParams) WithContext(ctx context.Context) *AddNamespaceGrantParams
- func (o *AddNamespaceGrantParams) WithDefaults() *AddNamespaceGrantParams
- func (o *AddNamespaceGrantParams) WithHTTPClient(client *http.Client) *AddNamespaceGrantParams
- func (o *AddNamespaceGrantParams) WithTimeout(timeout time.Duration) *AddNamespaceGrantParams
- func (o *AddNamespaceGrantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddNamespaceGrantReader
- type AddNamespaceGrantUnauthorized
- func (o *AddNamespaceGrantUnauthorized) Code() int
- func (o *AddNamespaceGrantUnauthorized) Error() string
- func (o *AddNamespaceGrantUnauthorized) IsClientError() bool
- func (o *AddNamespaceGrantUnauthorized) IsCode(code int) bool
- func (o *AddNamespaceGrantUnauthorized) IsRedirect() bool
- func (o *AddNamespaceGrantUnauthorized) IsServerError() bool
- func (o *AddNamespaceGrantUnauthorized) IsSuccess() bool
- func (o *AddNamespaceGrantUnauthorized) String() string
- type AddOrganizationMemberBody
- func (o *AddOrganizationMemberBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *AddOrganizationMemberBody) MarshalBinary() ([]byte, error)
- func (o *AddOrganizationMemberBody) UnmarshalBinary(b []byte) error
- func (o *AddOrganizationMemberBody) Validate(formats strfmt.Registry) error
- type AddOrganizationMemberCreated
- func (o *AddOrganizationMemberCreated) Code() int
- func (o *AddOrganizationMemberCreated) Error() string
- func (o *AddOrganizationMemberCreated) IsClientError() bool
- func (o *AddOrganizationMemberCreated) IsCode(code int) bool
- func (o *AddOrganizationMemberCreated) IsRedirect() bool
- func (o *AddOrganizationMemberCreated) IsServerError() bool
- func (o *AddOrganizationMemberCreated) IsSuccess() bool
- func (o *AddOrganizationMemberCreated) String() string
- type AddOrganizationMemberInternalServerError
- func (o *AddOrganizationMemberInternalServerError) Code() int
- func (o *AddOrganizationMemberInternalServerError) Error() string
- func (o *AddOrganizationMemberInternalServerError) IsClientError() bool
- func (o *AddOrganizationMemberInternalServerError) IsCode(code int) bool
- func (o *AddOrganizationMemberInternalServerError) IsRedirect() bool
- func (o *AddOrganizationMemberInternalServerError) IsServerError() bool
- func (o *AddOrganizationMemberInternalServerError) IsSuccess() bool
- func (o *AddOrganizationMemberInternalServerError) String() string
- type AddOrganizationMemberNotFound
- func (o *AddOrganizationMemberNotFound) Code() int
- func (o *AddOrganizationMemberNotFound) Error() string
- func (o *AddOrganizationMemberNotFound) IsClientError() bool
- func (o *AddOrganizationMemberNotFound) IsCode(code int) bool
- func (o *AddOrganizationMemberNotFound) IsRedirect() bool
- func (o *AddOrganizationMemberNotFound) IsServerError() bool
- func (o *AddOrganizationMemberNotFound) IsSuccess() bool
- func (o *AddOrganizationMemberNotFound) String() string
- type AddOrganizationMemberParams
- func NewAddOrganizationMemberParams() *AddOrganizationMemberParams
- func NewAddOrganizationMemberParamsWithContext(ctx context.Context) *AddOrganizationMemberParams
- func NewAddOrganizationMemberParamsWithHTTPClient(client *http.Client) *AddOrganizationMemberParams
- func NewAddOrganizationMemberParamsWithTimeout(timeout time.Duration) *AddOrganizationMemberParams
- func (o *AddOrganizationMemberParams) SetBody(body AddOrganizationMemberBody)
- func (o *AddOrganizationMemberParams) SetContext(ctx context.Context)
- func (o *AddOrganizationMemberParams) SetDefaults()
- func (o *AddOrganizationMemberParams) SetHTTPClient(client *http.Client)
- func (o *AddOrganizationMemberParams) SetTimeout(timeout time.Duration)
- func (o *AddOrganizationMemberParams) WithBody(body AddOrganizationMemberBody) *AddOrganizationMemberParams
- func (o *AddOrganizationMemberParams) WithContext(ctx context.Context) *AddOrganizationMemberParams
- func (o *AddOrganizationMemberParams) WithDefaults() *AddOrganizationMemberParams
- func (o *AddOrganizationMemberParams) WithHTTPClient(client *http.Client) *AddOrganizationMemberParams
- func (o *AddOrganizationMemberParams) WithTimeout(timeout time.Duration) *AddOrganizationMemberParams
- func (o *AddOrganizationMemberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddOrganizationMemberReader
- type AddOrganizationMemberUnauthorized
- func (o *AddOrganizationMemberUnauthorized) Code() int
- func (o *AddOrganizationMemberUnauthorized) Error() string
- func (o *AddOrganizationMemberUnauthorized) IsClientError() bool
- func (o *AddOrganizationMemberUnauthorized) IsCode(code int) bool
- func (o *AddOrganizationMemberUnauthorized) IsRedirect() bool
- func (o *AddOrganizationMemberUnauthorized) IsServerError() bool
- func (o *AddOrganizationMemberUnauthorized) IsSuccess() bool
- func (o *AddOrganizationMemberUnauthorized) String() string
- type ApplyLimitClassesBody
- type ApplyLimitClassesInternalServerError
- func (o *ApplyLimitClassesInternalServerError) Code() int
- func (o *ApplyLimitClassesInternalServerError) Error() string
- func (o *ApplyLimitClassesInternalServerError) IsClientError() bool
- func (o *ApplyLimitClassesInternalServerError) IsCode(code int) bool
- func (o *ApplyLimitClassesInternalServerError) IsRedirect() bool
- func (o *ApplyLimitClassesInternalServerError) IsServerError() bool
- func (o *ApplyLimitClassesInternalServerError) IsSuccess() bool
- func (o *ApplyLimitClassesInternalServerError) String() string
- type ApplyLimitClassesNotFound
- func (o *ApplyLimitClassesNotFound) Code() int
- func (o *ApplyLimitClassesNotFound) Error() string
- func (o *ApplyLimitClassesNotFound) IsClientError() bool
- func (o *ApplyLimitClassesNotFound) IsCode(code int) bool
- func (o *ApplyLimitClassesNotFound) IsRedirect() bool
- func (o *ApplyLimitClassesNotFound) IsServerError() bool
- func (o *ApplyLimitClassesNotFound) IsSuccess() bool
- func (o *ApplyLimitClassesNotFound) String() string
- type ApplyLimitClassesOK
- func (o *ApplyLimitClassesOK) Code() int
- func (o *ApplyLimitClassesOK) Error() string
- func (o *ApplyLimitClassesOK) IsClientError() bool
- func (o *ApplyLimitClassesOK) IsCode(code int) bool
- func (o *ApplyLimitClassesOK) IsRedirect() bool
- func (o *ApplyLimitClassesOK) IsServerError() bool
- func (o *ApplyLimitClassesOK) IsSuccess() bool
- func (o *ApplyLimitClassesOK) String() string
- type ApplyLimitClassesParams
- func NewApplyLimitClassesParams() *ApplyLimitClassesParams
- func NewApplyLimitClassesParamsWithContext(ctx context.Context) *ApplyLimitClassesParams
- func NewApplyLimitClassesParamsWithHTTPClient(client *http.Client) *ApplyLimitClassesParams
- func NewApplyLimitClassesParamsWithTimeout(timeout time.Duration) *ApplyLimitClassesParams
- func (o *ApplyLimitClassesParams) SetBody(body ApplyLimitClassesBody)
- func (o *ApplyLimitClassesParams) SetContext(ctx context.Context)
- func (o *ApplyLimitClassesParams) SetDefaults()
- func (o *ApplyLimitClassesParams) SetHTTPClient(client *http.Client)
- func (o *ApplyLimitClassesParams) SetTimeout(timeout time.Duration)
- func (o *ApplyLimitClassesParams) WithBody(body ApplyLimitClassesBody) *ApplyLimitClassesParams
- func (o *ApplyLimitClassesParams) WithContext(ctx context.Context) *ApplyLimitClassesParams
- func (o *ApplyLimitClassesParams) WithDefaults() *ApplyLimitClassesParams
- func (o *ApplyLimitClassesParams) WithHTTPClient(client *http.Client) *ApplyLimitClassesParams
- func (o *ApplyLimitClassesParams) WithTimeout(timeout time.Duration) *ApplyLimitClassesParams
- func (o *ApplyLimitClassesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ApplyLimitClassesReader
- type ApplyLimitClassesUnauthorized
- func (o *ApplyLimitClassesUnauthorized) Code() int
- func (o *ApplyLimitClassesUnauthorized) Error() string
- func (o *ApplyLimitClassesUnauthorized) IsClientError() bool
- func (o *ApplyLimitClassesUnauthorized) IsCode(code int) bool
- func (o *ApplyLimitClassesUnauthorized) IsRedirect() bool
- func (o *ApplyLimitClassesUnauthorized) IsServerError() bool
- func (o *ApplyLimitClassesUnauthorized) IsSuccess() bool
- func (o *ApplyLimitClassesUnauthorized) String() string
- type Client
- func (a *Client) AddFrontendGrant(params *AddFrontendGrantParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddFrontendGrantOK, error)
- func (a *Client) AddNamespaceFrontendMapping(params *AddNamespaceFrontendMappingParams, ...) (*AddNamespaceFrontendMappingOK, error)
- func (a *Client) AddNamespaceGrant(params *AddNamespaceGrantParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddNamespaceGrantOK, error)
- func (a *Client) AddOrganizationMember(params *AddOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddOrganizationMemberCreated, error)
- func (a *Client) ApplyLimitClasses(params *ApplyLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ApplyLimitClassesOK, error)
- func (a *Client) CreateAccount(params *CreateAccountParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAccountCreated, error)
- func (a *Client) CreateFrontend(params *CreateFrontendParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateFrontendCreated, error)
- func (a *Client) CreateIdentity(params *CreateIdentityParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateIdentityCreated, error)
- func (a *Client) CreateNamespace(params *CreateNamespaceParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateNamespaceCreated, error)
- func (a *Client) CreateOrganization(params *CreateOrganizationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateOrganizationCreated, error)
- func (a *Client) DeleteAccount(params *DeleteAccountParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAccountOK, error)
- func (a *Client) DeleteFrontend(params *DeleteFrontendParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteFrontendOK, error)
- func (a *Client) DeleteFrontendGrant(params *DeleteFrontendGrantParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteFrontendGrantOK, error)
- func (a *Client) DeleteIdentity(params *DeleteIdentityParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteIdentityOK, error)
- func (a *Client) DeleteNamespace(params *DeleteNamespaceParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteNamespaceOK, error)
- func (a *Client) DeleteOrganization(params *DeleteOrganizationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteOrganizationOK, error)
- func (a *Client) GetSkipInterstitialGrant(params *GetSkipInterstitialGrantParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSkipInterstitialGrantOK, error)
- func (a *Client) GrantSkipInterstitial(params *GrantSkipInterstitialParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GrantSkipInterstitialOK, error)
- func (a *Client) InviteTokenGenerate(params *InviteTokenGenerateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*InviteTokenGenerateCreated, error)
- func (a *Client) ListAppliedLimitClasses(params *ListAppliedLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListAppliedLimitClassesOK, error)
- func (a *Client) ListFrontendNamespaceMappings(params *ListFrontendNamespaceMappingsParams, ...) (*ListFrontendNamespaceMappingsOK, error)
- func (a *Client) ListFrontends(params *ListFrontendsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListFrontendsOK, error)
- func (a *Client) ListLimitClasses(params *ListLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListLimitClassesOK, error)
- func (a *Client) ListNamespaceFrontendMappings(params *ListNamespaceFrontendMappingsParams, ...) (*ListNamespaceFrontendMappingsOK, error)
- func (a *Client) ListNamespaces(params *ListNamespacesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListNamespacesOK, error)
- func (a *Client) ListOrganizationMembers(params *ListOrganizationMembersParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListOrganizationMembersOK, error)
- func (a *Client) ListOrganizations(params *ListOrganizationsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListOrganizationsOK, error)
- func (a *Client) RemoveAppliedLimitClasses(params *RemoveAppliedLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RemoveAppliedLimitClassesOK, error)
- func (a *Client) RemoveNamespaceFrontendMapping(params *RemoveNamespaceFrontendMappingParams, ...) (*RemoveNamespaceFrontendMappingOK, error)
- func (a *Client) RemoveNamespaceGrant(params *RemoveNamespaceGrantParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RemoveNamespaceGrantOK, error)
- func (a *Client) RemoveOrganizationMember(params *RemoveOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RemoveOrganizationMemberOK, error)
- func (a *Client) RevokeSkipInterstitial(params *RevokeSkipInterstitialParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RevokeSkipInterstitialOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateAccountPassword(params *UpdateAccountPasswordParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateAccountPasswordOK, error)
- func (a *Client) UpdateFrontend(params *UpdateFrontendParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateFrontendOK, error)
- func (a *Client) UpdateNamespace(params *UpdateNamespaceParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateNamespaceOK, error)
- type ClientOption
- type ClientService
- type CreateAccountBody
- type CreateAccountCreated
- func (o *CreateAccountCreated) Code() int
- func (o *CreateAccountCreated) Error() string
- func (o *CreateAccountCreated) GetPayload() *CreateAccountCreatedBody
- func (o *CreateAccountCreated) IsClientError() bool
- func (o *CreateAccountCreated) IsCode(code int) bool
- func (o *CreateAccountCreated) IsRedirect() bool
- func (o *CreateAccountCreated) IsServerError() bool
- func (o *CreateAccountCreated) IsSuccess() bool
- func (o *CreateAccountCreated) String() string
- type CreateAccountCreatedBody
- func (o *CreateAccountCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateAccountCreatedBody) MarshalBinary() ([]byte, error)
- func (o *CreateAccountCreatedBody) UnmarshalBinary(b []byte) error
- func (o *CreateAccountCreatedBody) Validate(formats strfmt.Registry) error
- type CreateAccountInternalServerError
- func (o *CreateAccountInternalServerError) Code() int
- func (o *CreateAccountInternalServerError) Error() string
- func (o *CreateAccountInternalServerError) IsClientError() bool
- func (o *CreateAccountInternalServerError) IsCode(code int) bool
- func (o *CreateAccountInternalServerError) IsRedirect() bool
- func (o *CreateAccountInternalServerError) IsServerError() bool
- func (o *CreateAccountInternalServerError) IsSuccess() bool
- func (o *CreateAccountInternalServerError) String() string
- type CreateAccountParams
- func (o *CreateAccountParams) SetBody(body CreateAccountBody)
- func (o *CreateAccountParams) SetContext(ctx context.Context)
- func (o *CreateAccountParams) SetDefaults()
- func (o *CreateAccountParams) SetHTTPClient(client *http.Client)
- func (o *CreateAccountParams) SetTimeout(timeout time.Duration)
- func (o *CreateAccountParams) WithBody(body CreateAccountBody) *CreateAccountParams
- func (o *CreateAccountParams) WithContext(ctx context.Context) *CreateAccountParams
- func (o *CreateAccountParams) WithDefaults() *CreateAccountParams
- func (o *CreateAccountParams) WithHTTPClient(client *http.Client) *CreateAccountParams
- func (o *CreateAccountParams) WithTimeout(timeout time.Duration) *CreateAccountParams
- func (o *CreateAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAccountReader
- type CreateAccountUnauthorized
- func (o *CreateAccountUnauthorized) Code() int
- func (o *CreateAccountUnauthorized) Error() string
- func (o *CreateAccountUnauthorized) IsClientError() bool
- func (o *CreateAccountUnauthorized) IsCode(code int) bool
- func (o *CreateAccountUnauthorized) IsRedirect() bool
- func (o *CreateAccountUnauthorized) IsServerError() bool
- func (o *CreateAccountUnauthorized) IsSuccess() bool
- func (o *CreateAccountUnauthorized) String() string
- type CreateFrontendBadRequest
- func (o *CreateFrontendBadRequest) Code() int
- func (o *CreateFrontendBadRequest) Error() string
- func (o *CreateFrontendBadRequest) IsClientError() bool
- func (o *CreateFrontendBadRequest) IsCode(code int) bool
- func (o *CreateFrontendBadRequest) IsRedirect() bool
- func (o *CreateFrontendBadRequest) IsServerError() bool
- func (o *CreateFrontendBadRequest) IsSuccess() bool
- func (o *CreateFrontendBadRequest) String() string
- type CreateFrontendBody
- type CreateFrontendCreated
- func (o *CreateFrontendCreated) Code() int
- func (o *CreateFrontendCreated) Error() string
- func (o *CreateFrontendCreated) GetPayload() *CreateFrontendCreatedBody
- func (o *CreateFrontendCreated) IsClientError() bool
- func (o *CreateFrontendCreated) IsCode(code int) bool
- func (o *CreateFrontendCreated) IsRedirect() bool
- func (o *CreateFrontendCreated) IsServerError() bool
- func (o *CreateFrontendCreated) IsSuccess() bool
- func (o *CreateFrontendCreated) String() string
- type CreateFrontendCreatedBody
- func (o *CreateFrontendCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateFrontendCreatedBody) MarshalBinary() ([]byte, error)
- func (o *CreateFrontendCreatedBody) UnmarshalBinary(b []byte) error
- func (o *CreateFrontendCreatedBody) Validate(formats strfmt.Registry) error
- type CreateFrontendInternalServerError
- func (o *CreateFrontendInternalServerError) Code() int
- func (o *CreateFrontendInternalServerError) Error() string
- func (o *CreateFrontendInternalServerError) IsClientError() bool
- func (o *CreateFrontendInternalServerError) IsCode(code int) bool
- func (o *CreateFrontendInternalServerError) IsRedirect() bool
- func (o *CreateFrontendInternalServerError) IsServerError() bool
- func (o *CreateFrontendInternalServerError) IsSuccess() bool
- func (o *CreateFrontendInternalServerError) String() string
- type CreateFrontendNotFound
- func (o *CreateFrontendNotFound) Code() int
- func (o *CreateFrontendNotFound) Error() string
- func (o *CreateFrontendNotFound) IsClientError() bool
- func (o *CreateFrontendNotFound) IsCode(code int) bool
- func (o *CreateFrontendNotFound) IsRedirect() bool
- func (o *CreateFrontendNotFound) IsServerError() bool
- func (o *CreateFrontendNotFound) IsSuccess() bool
- func (o *CreateFrontendNotFound) String() string
- type CreateFrontendParams
- func NewCreateFrontendParams() *CreateFrontendParams
- func NewCreateFrontendParamsWithContext(ctx context.Context) *CreateFrontendParams
- func NewCreateFrontendParamsWithHTTPClient(client *http.Client) *CreateFrontendParams
- func NewCreateFrontendParamsWithTimeout(timeout time.Duration) *CreateFrontendParams
- func (o *CreateFrontendParams) SetBody(body CreateFrontendBody)
- func (o *CreateFrontendParams) SetContext(ctx context.Context)
- func (o *CreateFrontendParams) SetDefaults()
- func (o *CreateFrontendParams) SetHTTPClient(client *http.Client)
- func (o *CreateFrontendParams) SetTimeout(timeout time.Duration)
- func (o *CreateFrontendParams) WithBody(body CreateFrontendBody) *CreateFrontendParams
- func (o *CreateFrontendParams) WithContext(ctx context.Context) *CreateFrontendParams
- func (o *CreateFrontendParams) WithDefaults() *CreateFrontendParams
- func (o *CreateFrontendParams) WithHTTPClient(client *http.Client) *CreateFrontendParams
- func (o *CreateFrontendParams) WithTimeout(timeout time.Duration) *CreateFrontendParams
- func (o *CreateFrontendParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateFrontendReader
- type CreateFrontendUnauthorized
- func (o *CreateFrontendUnauthorized) Code() int
- func (o *CreateFrontendUnauthorized) Error() string
- func (o *CreateFrontendUnauthorized) IsClientError() bool
- func (o *CreateFrontendUnauthorized) IsCode(code int) bool
- func (o *CreateFrontendUnauthorized) IsRedirect() bool
- func (o *CreateFrontendUnauthorized) IsServerError() bool
- func (o *CreateFrontendUnauthorized) IsSuccess() bool
- func (o *CreateFrontendUnauthorized) String() string
- type CreateIdentityBody
- type CreateIdentityCreated
- func (o *CreateIdentityCreated) Code() int
- func (o *CreateIdentityCreated) Error() string
- func (o *CreateIdentityCreated) GetPayload() *CreateIdentityCreatedBody
- func (o *CreateIdentityCreated) IsClientError() bool
- func (o *CreateIdentityCreated) IsCode(code int) bool
- func (o *CreateIdentityCreated) IsRedirect() bool
- func (o *CreateIdentityCreated) IsServerError() bool
- func (o *CreateIdentityCreated) IsSuccess() bool
- func (o *CreateIdentityCreated) String() string
- type CreateIdentityCreatedBody
- func (o *CreateIdentityCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateIdentityCreatedBody) MarshalBinary() ([]byte, error)
- func (o *CreateIdentityCreatedBody) UnmarshalBinary(b []byte) error
- func (o *CreateIdentityCreatedBody) Validate(formats strfmt.Registry) error
- type CreateIdentityInternalServerError
- func (o *CreateIdentityInternalServerError) Code() int
- func (o *CreateIdentityInternalServerError) Error() string
- func (o *CreateIdentityInternalServerError) IsClientError() bool
- func (o *CreateIdentityInternalServerError) IsCode(code int) bool
- func (o *CreateIdentityInternalServerError) IsRedirect() bool
- func (o *CreateIdentityInternalServerError) IsServerError() bool
- func (o *CreateIdentityInternalServerError) IsSuccess() bool
- func (o *CreateIdentityInternalServerError) String() string
- type CreateIdentityParams
- func NewCreateIdentityParams() *CreateIdentityParams
- func NewCreateIdentityParamsWithContext(ctx context.Context) *CreateIdentityParams
- func NewCreateIdentityParamsWithHTTPClient(client *http.Client) *CreateIdentityParams
- func NewCreateIdentityParamsWithTimeout(timeout time.Duration) *CreateIdentityParams
- func (o *CreateIdentityParams) SetBody(body CreateIdentityBody)
- func (o *CreateIdentityParams) SetContext(ctx context.Context)
- func (o *CreateIdentityParams) SetDefaults()
- func (o *CreateIdentityParams) SetHTTPClient(client *http.Client)
- func (o *CreateIdentityParams) SetTimeout(timeout time.Duration)
- func (o *CreateIdentityParams) WithBody(body CreateIdentityBody) *CreateIdentityParams
- func (o *CreateIdentityParams) WithContext(ctx context.Context) *CreateIdentityParams
- func (o *CreateIdentityParams) WithDefaults() *CreateIdentityParams
- func (o *CreateIdentityParams) WithHTTPClient(client *http.Client) *CreateIdentityParams
- func (o *CreateIdentityParams) WithTimeout(timeout time.Duration) *CreateIdentityParams
- func (o *CreateIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateIdentityReader
- type CreateIdentityUnauthorized
- func (o *CreateIdentityUnauthorized) Code() int
- func (o *CreateIdentityUnauthorized) Error() string
- func (o *CreateIdentityUnauthorized) IsClientError() bool
- func (o *CreateIdentityUnauthorized) IsCode(code int) bool
- func (o *CreateIdentityUnauthorized) IsRedirect() bool
- func (o *CreateIdentityUnauthorized) IsServerError() bool
- func (o *CreateIdentityUnauthorized) IsSuccess() bool
- func (o *CreateIdentityUnauthorized) String() string
- type CreateNamespaceBody
- type CreateNamespaceConflict
- func (o *CreateNamespaceConflict) Code() int
- func (o *CreateNamespaceConflict) Error() string
- func (o *CreateNamespaceConflict) IsClientError() bool
- func (o *CreateNamespaceConflict) IsCode(code int) bool
- func (o *CreateNamespaceConflict) IsRedirect() bool
- func (o *CreateNamespaceConflict) IsServerError() bool
- func (o *CreateNamespaceConflict) IsSuccess() bool
- func (o *CreateNamespaceConflict) String() string
- type CreateNamespaceCreated
- func (o *CreateNamespaceCreated) Code() int
- func (o *CreateNamespaceCreated) Error() string
- func (o *CreateNamespaceCreated) GetPayload() *CreateNamespaceCreatedBody
- func (o *CreateNamespaceCreated) IsClientError() bool
- func (o *CreateNamespaceCreated) IsCode(code int) bool
- func (o *CreateNamespaceCreated) IsRedirect() bool
- func (o *CreateNamespaceCreated) IsServerError() bool
- func (o *CreateNamespaceCreated) IsSuccess() bool
- func (o *CreateNamespaceCreated) String() string
- type CreateNamespaceCreatedBody
- func (o *CreateNamespaceCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateNamespaceCreatedBody) MarshalBinary() ([]byte, error)
- func (o *CreateNamespaceCreatedBody) UnmarshalBinary(b []byte) error
- func (o *CreateNamespaceCreatedBody) Validate(formats strfmt.Registry) error
- type CreateNamespaceInternalServerError
- func (o *CreateNamespaceInternalServerError) Code() int
- func (o *CreateNamespaceInternalServerError) Error() string
- func (o *CreateNamespaceInternalServerError) IsClientError() bool
- func (o *CreateNamespaceInternalServerError) IsCode(code int) bool
- func (o *CreateNamespaceInternalServerError) IsRedirect() bool
- func (o *CreateNamespaceInternalServerError) IsServerError() bool
- func (o *CreateNamespaceInternalServerError) IsSuccess() bool
- func (o *CreateNamespaceInternalServerError) String() string
- type CreateNamespaceParams
- func NewCreateNamespaceParams() *CreateNamespaceParams
- func NewCreateNamespaceParamsWithContext(ctx context.Context) *CreateNamespaceParams
- func NewCreateNamespaceParamsWithHTTPClient(client *http.Client) *CreateNamespaceParams
- func NewCreateNamespaceParamsWithTimeout(timeout time.Duration) *CreateNamespaceParams
- func (o *CreateNamespaceParams) SetBody(body CreateNamespaceBody)
- func (o *CreateNamespaceParams) SetContext(ctx context.Context)
- func (o *CreateNamespaceParams) SetDefaults()
- func (o *CreateNamespaceParams) SetHTTPClient(client *http.Client)
- func (o *CreateNamespaceParams) SetTimeout(timeout time.Duration)
- func (o *CreateNamespaceParams) WithBody(body CreateNamespaceBody) *CreateNamespaceParams
- func (o *CreateNamespaceParams) WithContext(ctx context.Context) *CreateNamespaceParams
- func (o *CreateNamespaceParams) WithDefaults() *CreateNamespaceParams
- func (o *CreateNamespaceParams) WithHTTPClient(client *http.Client) *CreateNamespaceParams
- func (o *CreateNamespaceParams) WithTimeout(timeout time.Duration) *CreateNamespaceParams
- func (o *CreateNamespaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateNamespaceReader
- type CreateNamespaceUnauthorized
- func (o *CreateNamespaceUnauthorized) Code() int
- func (o *CreateNamespaceUnauthorized) Error() string
- func (o *CreateNamespaceUnauthorized) IsClientError() bool
- func (o *CreateNamespaceUnauthorized) IsCode(code int) bool
- func (o *CreateNamespaceUnauthorized) IsRedirect() bool
- func (o *CreateNamespaceUnauthorized) IsServerError() bool
- func (o *CreateNamespaceUnauthorized) IsSuccess() bool
- func (o *CreateNamespaceUnauthorized) String() string
- type CreateOrganizationBody
- func (o *CreateOrganizationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrganizationBody) MarshalBinary() ([]byte, error)
- func (o *CreateOrganizationBody) UnmarshalBinary(b []byte) error
- func (o *CreateOrganizationBody) Validate(formats strfmt.Registry) error
- type CreateOrganizationCreated
- func (o *CreateOrganizationCreated) Code() int
- func (o *CreateOrganizationCreated) Error() string
- func (o *CreateOrganizationCreated) GetPayload() *CreateOrganizationCreatedBody
- func (o *CreateOrganizationCreated) IsClientError() bool
- func (o *CreateOrganizationCreated) IsCode(code int) bool
- func (o *CreateOrganizationCreated) IsRedirect() bool
- func (o *CreateOrganizationCreated) IsServerError() bool
- func (o *CreateOrganizationCreated) IsSuccess() bool
- func (o *CreateOrganizationCreated) String() string
- type CreateOrganizationCreatedBody
- func (o *CreateOrganizationCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrganizationCreatedBody) MarshalBinary() ([]byte, error)
- func (o *CreateOrganizationCreatedBody) UnmarshalBinary(b []byte) error
- func (o *CreateOrganizationCreatedBody) Validate(formats strfmt.Registry) error
- type CreateOrganizationInternalServerError
- func (o *CreateOrganizationInternalServerError) Code() int
- func (o *CreateOrganizationInternalServerError) Error() string
- func (o *CreateOrganizationInternalServerError) IsClientError() bool
- func (o *CreateOrganizationInternalServerError) IsCode(code int) bool
- func (o *CreateOrganizationInternalServerError) IsRedirect() bool
- func (o *CreateOrganizationInternalServerError) IsServerError() bool
- func (o *CreateOrganizationInternalServerError) IsSuccess() bool
- func (o *CreateOrganizationInternalServerError) String() string
- type CreateOrganizationParams
- func NewCreateOrganizationParams() *CreateOrganizationParams
- func NewCreateOrganizationParamsWithContext(ctx context.Context) *CreateOrganizationParams
- func NewCreateOrganizationParamsWithHTTPClient(client *http.Client) *CreateOrganizationParams
- func NewCreateOrganizationParamsWithTimeout(timeout time.Duration) *CreateOrganizationParams
- func (o *CreateOrganizationParams) SetBody(body CreateOrganizationBody)
- func (o *CreateOrganizationParams) SetContext(ctx context.Context)
- func (o *CreateOrganizationParams) SetDefaults()
- func (o *CreateOrganizationParams) SetHTTPClient(client *http.Client)
- func (o *CreateOrganizationParams) SetTimeout(timeout time.Duration)
- func (o *CreateOrganizationParams) WithBody(body CreateOrganizationBody) *CreateOrganizationParams
- func (o *CreateOrganizationParams) WithContext(ctx context.Context) *CreateOrganizationParams
- func (o *CreateOrganizationParams) WithDefaults() *CreateOrganizationParams
- func (o *CreateOrganizationParams) WithHTTPClient(client *http.Client) *CreateOrganizationParams
- func (o *CreateOrganizationParams) WithTimeout(timeout time.Duration) *CreateOrganizationParams
- func (o *CreateOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateOrganizationReader
- type CreateOrganizationUnauthorized
- func (o *CreateOrganizationUnauthorized) Code() int
- func (o *CreateOrganizationUnauthorized) Error() string
- func (o *CreateOrganizationUnauthorized) IsClientError() bool
- func (o *CreateOrganizationUnauthorized) IsCode(code int) bool
- func (o *CreateOrganizationUnauthorized) IsRedirect() bool
- func (o *CreateOrganizationUnauthorized) IsServerError() bool
- func (o *CreateOrganizationUnauthorized) IsSuccess() bool
- func (o *CreateOrganizationUnauthorized) String() string
- type DeleteAccountBody
- type DeleteAccountInternalServerError
- func (o *DeleteAccountInternalServerError) Code() int
- func (o *DeleteAccountInternalServerError) Error() string
- func (o *DeleteAccountInternalServerError) IsClientError() bool
- func (o *DeleteAccountInternalServerError) IsCode(code int) bool
- func (o *DeleteAccountInternalServerError) IsRedirect() bool
- func (o *DeleteAccountInternalServerError) IsServerError() bool
- func (o *DeleteAccountInternalServerError) IsSuccess() bool
- func (o *DeleteAccountInternalServerError) String() string
- type DeleteAccountNotFound
- func (o *DeleteAccountNotFound) Code() int
- func (o *DeleteAccountNotFound) Error() string
- func (o *DeleteAccountNotFound) IsClientError() bool
- func (o *DeleteAccountNotFound) IsCode(code int) bool
- func (o *DeleteAccountNotFound) IsRedirect() bool
- func (o *DeleteAccountNotFound) IsServerError() bool
- func (o *DeleteAccountNotFound) IsSuccess() bool
- func (o *DeleteAccountNotFound) String() string
- type DeleteAccountOK
- func (o *DeleteAccountOK) Code() int
- func (o *DeleteAccountOK) Error() string
- func (o *DeleteAccountOK) IsClientError() bool
- func (o *DeleteAccountOK) IsCode(code int) bool
- func (o *DeleteAccountOK) IsRedirect() bool
- func (o *DeleteAccountOK) IsServerError() bool
- func (o *DeleteAccountOK) IsSuccess() bool
- func (o *DeleteAccountOK) String() string
- type DeleteAccountParams
- func (o *DeleteAccountParams) SetBody(body DeleteAccountBody)
- func (o *DeleteAccountParams) SetContext(ctx context.Context)
- func (o *DeleteAccountParams) SetDefaults()
- func (o *DeleteAccountParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAccountParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAccountParams) WithBody(body DeleteAccountBody) *DeleteAccountParams
- func (o *DeleteAccountParams) WithContext(ctx context.Context) *DeleteAccountParams
- func (o *DeleteAccountParams) WithDefaults() *DeleteAccountParams
- func (o *DeleteAccountParams) WithHTTPClient(client *http.Client) *DeleteAccountParams
- func (o *DeleteAccountParams) WithTimeout(timeout time.Duration) *DeleteAccountParams
- func (o *DeleteAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAccountReader
- type DeleteAccountUnauthorized
- func (o *DeleteAccountUnauthorized) Code() int
- func (o *DeleteAccountUnauthorized) Error() string
- func (o *DeleteAccountUnauthorized) IsClientError() bool
- func (o *DeleteAccountUnauthorized) IsCode(code int) bool
- func (o *DeleteAccountUnauthorized) IsRedirect() bool
- func (o *DeleteAccountUnauthorized) IsServerError() bool
- func (o *DeleteAccountUnauthorized) IsSuccess() bool
- func (o *DeleteAccountUnauthorized) String() string
- type DeleteFrontendBody
- type DeleteFrontendGrantBody
- func (o *DeleteFrontendGrantBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteFrontendGrantBody) MarshalBinary() ([]byte, error)
- func (o *DeleteFrontendGrantBody) UnmarshalBinary(b []byte) error
- func (o *DeleteFrontendGrantBody) Validate(formats strfmt.Registry) error
- type DeleteFrontendGrantInternalServerError
- func (o *DeleteFrontendGrantInternalServerError) Code() int
- func (o *DeleteFrontendGrantInternalServerError) Error() string
- func (o *DeleteFrontendGrantInternalServerError) IsClientError() bool
- func (o *DeleteFrontendGrantInternalServerError) IsCode(code int) bool
- func (o *DeleteFrontendGrantInternalServerError) IsRedirect() bool
- func (o *DeleteFrontendGrantInternalServerError) IsServerError() bool
- func (o *DeleteFrontendGrantInternalServerError) IsSuccess() bool
- func (o *DeleteFrontendGrantInternalServerError) String() string
- type DeleteFrontendGrantNotFound
- func (o *DeleteFrontendGrantNotFound) Code() int
- func (o *DeleteFrontendGrantNotFound) Error() string
- func (o *DeleteFrontendGrantNotFound) GetPayload() rest_model_zrok.ErrorMessage
- func (o *DeleteFrontendGrantNotFound) IsClientError() bool
- func (o *DeleteFrontendGrantNotFound) IsCode(code int) bool
- func (o *DeleteFrontendGrantNotFound) IsRedirect() bool
- func (o *DeleteFrontendGrantNotFound) IsServerError() bool
- func (o *DeleteFrontendGrantNotFound) IsSuccess() bool
- func (o *DeleteFrontendGrantNotFound) String() string
- type DeleteFrontendGrantOK
- func (o *DeleteFrontendGrantOK) Code() int
- func (o *DeleteFrontendGrantOK) Error() string
- func (o *DeleteFrontendGrantOK) IsClientError() bool
- func (o *DeleteFrontendGrantOK) IsCode(code int) bool
- func (o *DeleteFrontendGrantOK) IsRedirect() bool
- func (o *DeleteFrontendGrantOK) IsServerError() bool
- func (o *DeleteFrontendGrantOK) IsSuccess() bool
- func (o *DeleteFrontendGrantOK) String() string
- type DeleteFrontendGrantParams
- func NewDeleteFrontendGrantParams() *DeleteFrontendGrantParams
- func NewDeleteFrontendGrantParamsWithContext(ctx context.Context) *DeleteFrontendGrantParams
- func NewDeleteFrontendGrantParamsWithHTTPClient(client *http.Client) *DeleteFrontendGrantParams
- func NewDeleteFrontendGrantParamsWithTimeout(timeout time.Duration) *DeleteFrontendGrantParams
- func (o *DeleteFrontendGrantParams) SetBody(body DeleteFrontendGrantBody)
- func (o *DeleteFrontendGrantParams) SetContext(ctx context.Context)
- func (o *DeleteFrontendGrantParams) SetDefaults()
- func (o *DeleteFrontendGrantParams) SetHTTPClient(client *http.Client)
- func (o *DeleteFrontendGrantParams) SetTimeout(timeout time.Duration)
- func (o *DeleteFrontendGrantParams) WithBody(body DeleteFrontendGrantBody) *DeleteFrontendGrantParams
- func (o *DeleteFrontendGrantParams) WithContext(ctx context.Context) *DeleteFrontendGrantParams
- func (o *DeleteFrontendGrantParams) WithDefaults() *DeleteFrontendGrantParams
- func (o *DeleteFrontendGrantParams) WithHTTPClient(client *http.Client) *DeleteFrontendGrantParams
- func (o *DeleteFrontendGrantParams) WithTimeout(timeout time.Duration) *DeleteFrontendGrantParams
- func (o *DeleteFrontendGrantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteFrontendGrantReader
- type DeleteFrontendGrantUnauthorized
- func (o *DeleteFrontendGrantUnauthorized) Code() int
- func (o *DeleteFrontendGrantUnauthorized) Error() string
- func (o *DeleteFrontendGrantUnauthorized) IsClientError() bool
- func (o *DeleteFrontendGrantUnauthorized) IsCode(code int) bool
- func (o *DeleteFrontendGrantUnauthorized) IsRedirect() bool
- func (o *DeleteFrontendGrantUnauthorized) IsServerError() bool
- func (o *DeleteFrontendGrantUnauthorized) IsSuccess() bool
- func (o *DeleteFrontendGrantUnauthorized) String() string
- type DeleteFrontendInternalServerError
- func (o *DeleteFrontendInternalServerError) Code() int
- func (o *DeleteFrontendInternalServerError) Error() string
- func (o *DeleteFrontendInternalServerError) IsClientError() bool
- func (o *DeleteFrontendInternalServerError) IsCode(code int) bool
- func (o *DeleteFrontendInternalServerError) IsRedirect() bool
- func (o *DeleteFrontendInternalServerError) IsServerError() bool
- func (o *DeleteFrontendInternalServerError) IsSuccess() bool
- func (o *DeleteFrontendInternalServerError) String() string
- type DeleteFrontendNotFound
- func (o *DeleteFrontendNotFound) Code() int
- func (o *DeleteFrontendNotFound) Error() string
- func (o *DeleteFrontendNotFound) IsClientError() bool
- func (o *DeleteFrontendNotFound) IsCode(code int) bool
- func (o *DeleteFrontendNotFound) IsRedirect() bool
- func (o *DeleteFrontendNotFound) IsServerError() bool
- func (o *DeleteFrontendNotFound) IsSuccess() bool
- func (o *DeleteFrontendNotFound) String() string
- type DeleteFrontendOK
- func (o *DeleteFrontendOK) Code() int
- func (o *DeleteFrontendOK) Error() string
- func (o *DeleteFrontendOK) IsClientError() bool
- func (o *DeleteFrontendOK) IsCode(code int) bool
- func (o *DeleteFrontendOK) IsRedirect() bool
- func (o *DeleteFrontendOK) IsServerError() bool
- func (o *DeleteFrontendOK) IsSuccess() bool
- func (o *DeleteFrontendOK) String() string
- type DeleteFrontendParams
- func NewDeleteFrontendParams() *DeleteFrontendParams
- func NewDeleteFrontendParamsWithContext(ctx context.Context) *DeleteFrontendParams
- func NewDeleteFrontendParamsWithHTTPClient(client *http.Client) *DeleteFrontendParams
- func NewDeleteFrontendParamsWithTimeout(timeout time.Duration) *DeleteFrontendParams
- func (o *DeleteFrontendParams) SetBody(body DeleteFrontendBody)
- func (o *DeleteFrontendParams) SetContext(ctx context.Context)
- func (o *DeleteFrontendParams) SetDefaults()
- func (o *DeleteFrontendParams) SetHTTPClient(client *http.Client)
- func (o *DeleteFrontendParams) SetTimeout(timeout time.Duration)
- func (o *DeleteFrontendParams) WithBody(body DeleteFrontendBody) *DeleteFrontendParams
- func (o *DeleteFrontendParams) WithContext(ctx context.Context) *DeleteFrontendParams
- func (o *DeleteFrontendParams) WithDefaults() *DeleteFrontendParams
- func (o *DeleteFrontendParams) WithHTTPClient(client *http.Client) *DeleteFrontendParams
- func (o *DeleteFrontendParams) WithTimeout(timeout time.Duration) *DeleteFrontendParams
- func (o *DeleteFrontendParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteFrontendReader
- type DeleteFrontendUnauthorized
- func (o *DeleteFrontendUnauthorized) Code() int
- func (o *DeleteFrontendUnauthorized) Error() string
- func (o *DeleteFrontendUnauthorized) IsClientError() bool
- func (o *DeleteFrontendUnauthorized) IsCode(code int) bool
- func (o *DeleteFrontendUnauthorized) IsRedirect() bool
- func (o *DeleteFrontendUnauthorized) IsServerError() bool
- func (o *DeleteFrontendUnauthorized) IsSuccess() bool
- func (o *DeleteFrontendUnauthorized) String() string
- type DeleteIdentityBody
- type DeleteIdentityInternalServerError
- func (o *DeleteIdentityInternalServerError) Code() int
- func (o *DeleteIdentityInternalServerError) Error() string
- func (o *DeleteIdentityInternalServerError) IsClientError() bool
- func (o *DeleteIdentityInternalServerError) IsCode(code int) bool
- func (o *DeleteIdentityInternalServerError) IsRedirect() bool
- func (o *DeleteIdentityInternalServerError) IsServerError() bool
- func (o *DeleteIdentityInternalServerError) IsSuccess() bool
- func (o *DeleteIdentityInternalServerError) String() string
- type DeleteIdentityNotFound
- func (o *DeleteIdentityNotFound) Code() int
- func (o *DeleteIdentityNotFound) Error() string
- func (o *DeleteIdentityNotFound) IsClientError() bool
- func (o *DeleteIdentityNotFound) IsCode(code int) bool
- func (o *DeleteIdentityNotFound) IsRedirect() bool
- func (o *DeleteIdentityNotFound) IsServerError() bool
- func (o *DeleteIdentityNotFound) IsSuccess() bool
- func (o *DeleteIdentityNotFound) String() string
- type DeleteIdentityOK
- func (o *DeleteIdentityOK) Code() int
- func (o *DeleteIdentityOK) Error() string
- func (o *DeleteIdentityOK) IsClientError() bool
- func (o *DeleteIdentityOK) IsCode(code int) bool
- func (o *DeleteIdentityOK) IsRedirect() bool
- func (o *DeleteIdentityOK) IsServerError() bool
- func (o *DeleteIdentityOK) IsSuccess() bool
- func (o *DeleteIdentityOK) String() string
- type DeleteIdentityParams
- func NewDeleteIdentityParams() *DeleteIdentityParams
- func NewDeleteIdentityParamsWithContext(ctx context.Context) *DeleteIdentityParams
- func NewDeleteIdentityParamsWithHTTPClient(client *http.Client) *DeleteIdentityParams
- func NewDeleteIdentityParamsWithTimeout(timeout time.Duration) *DeleteIdentityParams
- func (o *DeleteIdentityParams) SetBody(body DeleteIdentityBody)
- func (o *DeleteIdentityParams) SetContext(ctx context.Context)
- func (o *DeleteIdentityParams) SetDefaults()
- func (o *DeleteIdentityParams) SetHTTPClient(client *http.Client)
- func (o *DeleteIdentityParams) SetTimeout(timeout time.Duration)
- func (o *DeleteIdentityParams) WithBody(body DeleteIdentityBody) *DeleteIdentityParams
- func (o *DeleteIdentityParams) WithContext(ctx context.Context) *DeleteIdentityParams
- func (o *DeleteIdentityParams) WithDefaults() *DeleteIdentityParams
- func (o *DeleteIdentityParams) WithHTTPClient(client *http.Client) *DeleteIdentityParams
- func (o *DeleteIdentityParams) WithTimeout(timeout time.Duration) *DeleteIdentityParams
- func (o *DeleteIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteIdentityReader
- type DeleteIdentityUnauthorized
- func (o *DeleteIdentityUnauthorized) Code() int
- func (o *DeleteIdentityUnauthorized) Error() string
- func (o *DeleteIdentityUnauthorized) IsClientError() bool
- func (o *DeleteIdentityUnauthorized) IsCode(code int) bool
- func (o *DeleteIdentityUnauthorized) IsRedirect() bool
- func (o *DeleteIdentityUnauthorized) IsServerError() bool
- func (o *DeleteIdentityUnauthorized) IsSuccess() bool
- func (o *DeleteIdentityUnauthorized) String() string
- type DeleteNamespaceBody
- type DeleteNamespaceInternalServerError
- func (o *DeleteNamespaceInternalServerError) Code() int
- func (o *DeleteNamespaceInternalServerError) Error() string
- func (o *DeleteNamespaceInternalServerError) IsClientError() bool
- func (o *DeleteNamespaceInternalServerError) IsCode(code int) bool
- func (o *DeleteNamespaceInternalServerError) IsRedirect() bool
- func (o *DeleteNamespaceInternalServerError) IsServerError() bool
- func (o *DeleteNamespaceInternalServerError) IsSuccess() bool
- func (o *DeleteNamespaceInternalServerError) String() string
- type DeleteNamespaceNotFound
- func (o *DeleteNamespaceNotFound) Code() int
- func (o *DeleteNamespaceNotFound) Error() string
- func (o *DeleteNamespaceNotFound) IsClientError() bool
- func (o *DeleteNamespaceNotFound) IsCode(code int) bool
- func (o *DeleteNamespaceNotFound) IsRedirect() bool
- func (o *DeleteNamespaceNotFound) IsServerError() bool
- func (o *DeleteNamespaceNotFound) IsSuccess() bool
- func (o *DeleteNamespaceNotFound) String() string
- type DeleteNamespaceOK
- func (o *DeleteNamespaceOK) Code() int
- func (o *DeleteNamespaceOK) Error() string
- func (o *DeleteNamespaceOK) IsClientError() bool
- func (o *DeleteNamespaceOK) IsCode(code int) bool
- func (o *DeleteNamespaceOK) IsRedirect() bool
- func (o *DeleteNamespaceOK) IsServerError() bool
- func (o *DeleteNamespaceOK) IsSuccess() bool
- func (o *DeleteNamespaceOK) String() string
- type DeleteNamespaceParams
- func NewDeleteNamespaceParams() *DeleteNamespaceParams
- func NewDeleteNamespaceParamsWithContext(ctx context.Context) *DeleteNamespaceParams
- func NewDeleteNamespaceParamsWithHTTPClient(client *http.Client) *DeleteNamespaceParams
- func NewDeleteNamespaceParamsWithTimeout(timeout time.Duration) *DeleteNamespaceParams
- func (o *DeleteNamespaceParams) SetBody(body DeleteNamespaceBody)
- func (o *DeleteNamespaceParams) SetContext(ctx context.Context)
- func (o *DeleteNamespaceParams) SetDefaults()
- func (o *DeleteNamespaceParams) SetHTTPClient(client *http.Client)
- func (o *DeleteNamespaceParams) SetTimeout(timeout time.Duration)
- func (o *DeleteNamespaceParams) WithBody(body DeleteNamespaceBody) *DeleteNamespaceParams
- func (o *DeleteNamespaceParams) WithContext(ctx context.Context) *DeleteNamespaceParams
- func (o *DeleteNamespaceParams) WithDefaults() *DeleteNamespaceParams
- func (o *DeleteNamespaceParams) WithHTTPClient(client *http.Client) *DeleteNamespaceParams
- func (o *DeleteNamespaceParams) WithTimeout(timeout time.Duration) *DeleteNamespaceParams
- func (o *DeleteNamespaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteNamespaceReader
- type DeleteNamespaceUnauthorized
- func (o *DeleteNamespaceUnauthorized) Code() int
- func (o *DeleteNamespaceUnauthorized) Error() string
- func (o *DeleteNamespaceUnauthorized) IsClientError() bool
- func (o *DeleteNamespaceUnauthorized) IsCode(code int) bool
- func (o *DeleteNamespaceUnauthorized) IsRedirect() bool
- func (o *DeleteNamespaceUnauthorized) IsServerError() bool
- func (o *DeleteNamespaceUnauthorized) IsSuccess() bool
- func (o *DeleteNamespaceUnauthorized) String() string
- type DeleteOrganizationBody
- func (o *DeleteOrganizationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteOrganizationBody) MarshalBinary() ([]byte, error)
- func (o *DeleteOrganizationBody) UnmarshalBinary(b []byte) error
- func (o *DeleteOrganizationBody) Validate(formats strfmt.Registry) error
- type DeleteOrganizationInternalServerError
- func (o *DeleteOrganizationInternalServerError) Code() int
- func (o *DeleteOrganizationInternalServerError) Error() string
- func (o *DeleteOrganizationInternalServerError) IsClientError() bool
- func (o *DeleteOrganizationInternalServerError) IsCode(code int) bool
- func (o *DeleteOrganizationInternalServerError) IsRedirect() bool
- func (o *DeleteOrganizationInternalServerError) IsServerError() bool
- func (o *DeleteOrganizationInternalServerError) IsSuccess() bool
- func (o *DeleteOrganizationInternalServerError) String() string
- type DeleteOrganizationNotFound
- func (o *DeleteOrganizationNotFound) Code() int
- func (o *DeleteOrganizationNotFound) Error() string
- func (o *DeleteOrganizationNotFound) IsClientError() bool
- func (o *DeleteOrganizationNotFound) IsCode(code int) bool
- func (o *DeleteOrganizationNotFound) IsRedirect() bool
- func (o *DeleteOrganizationNotFound) IsServerError() bool
- func (o *DeleteOrganizationNotFound) IsSuccess() bool
- func (o *DeleteOrganizationNotFound) String() string
- type DeleteOrganizationOK
- func (o *DeleteOrganizationOK) Code() int
- func (o *DeleteOrganizationOK) Error() string
- func (o *DeleteOrganizationOK) IsClientError() bool
- func (o *DeleteOrganizationOK) IsCode(code int) bool
- func (o *DeleteOrganizationOK) IsRedirect() bool
- func (o *DeleteOrganizationOK) IsServerError() bool
- func (o *DeleteOrganizationOK) IsSuccess() bool
- func (o *DeleteOrganizationOK) String() string
- type DeleteOrganizationParams
- func NewDeleteOrganizationParams() *DeleteOrganizationParams
- func NewDeleteOrganizationParamsWithContext(ctx context.Context) *DeleteOrganizationParams
- func NewDeleteOrganizationParamsWithHTTPClient(client *http.Client) *DeleteOrganizationParams
- func NewDeleteOrganizationParamsWithTimeout(timeout time.Duration) *DeleteOrganizationParams
- func (o *DeleteOrganizationParams) SetBody(body DeleteOrganizationBody)
- func (o *DeleteOrganizationParams) SetContext(ctx context.Context)
- func (o *DeleteOrganizationParams) SetDefaults()
- func (o *DeleteOrganizationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteOrganizationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteOrganizationParams) WithBody(body DeleteOrganizationBody) *DeleteOrganizationParams
- func (o *DeleteOrganizationParams) WithContext(ctx context.Context) *DeleteOrganizationParams
- func (o *DeleteOrganizationParams) WithDefaults() *DeleteOrganizationParams
- func (o *DeleteOrganizationParams) WithHTTPClient(client *http.Client) *DeleteOrganizationParams
- func (o *DeleteOrganizationParams) WithTimeout(timeout time.Duration) *DeleteOrganizationParams
- func (o *DeleteOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteOrganizationReader
- type DeleteOrganizationUnauthorized
- func (o *DeleteOrganizationUnauthorized) Code() int
- func (o *DeleteOrganizationUnauthorized) Error() string
- func (o *DeleteOrganizationUnauthorized) IsClientError() bool
- func (o *DeleteOrganizationUnauthorized) IsCode(code int) bool
- func (o *DeleteOrganizationUnauthorized) IsRedirect() bool
- func (o *DeleteOrganizationUnauthorized) IsServerError() bool
- func (o *DeleteOrganizationUnauthorized) IsSuccess() bool
- func (o *DeleteOrganizationUnauthorized) String() string
- type GetSkipInterstitialGrantInternalServerError
- func (o *GetSkipInterstitialGrantInternalServerError) Code() int
- func (o *GetSkipInterstitialGrantInternalServerError) Error() string
- func (o *GetSkipInterstitialGrantInternalServerError) IsClientError() bool
- func (o *GetSkipInterstitialGrantInternalServerError) IsCode(code int) bool
- func (o *GetSkipInterstitialGrantInternalServerError) IsRedirect() bool
- func (o *GetSkipInterstitialGrantInternalServerError) IsServerError() bool
- func (o *GetSkipInterstitialGrantInternalServerError) IsSuccess() bool
- func (o *GetSkipInterstitialGrantInternalServerError) String() string
- type GetSkipInterstitialGrantNotFound
- func (o *GetSkipInterstitialGrantNotFound) Code() int
- func (o *GetSkipInterstitialGrantNotFound) Error() string
- func (o *GetSkipInterstitialGrantNotFound) IsClientError() bool
- func (o *GetSkipInterstitialGrantNotFound) IsCode(code int) bool
- func (o *GetSkipInterstitialGrantNotFound) IsRedirect() bool
- func (o *GetSkipInterstitialGrantNotFound) IsServerError() bool
- func (o *GetSkipInterstitialGrantNotFound) IsSuccess() bool
- func (o *GetSkipInterstitialGrantNotFound) String() string
- type GetSkipInterstitialGrantOK
- func (o *GetSkipInterstitialGrantOK) Code() int
- func (o *GetSkipInterstitialGrantOK) Error() string
- func (o *GetSkipInterstitialGrantOK) GetPayload() *GetSkipInterstitialGrantOKBody
- func (o *GetSkipInterstitialGrantOK) IsClientError() bool
- func (o *GetSkipInterstitialGrantOK) IsCode(code int) bool
- func (o *GetSkipInterstitialGrantOK) IsRedirect() bool
- func (o *GetSkipInterstitialGrantOK) IsServerError() bool
- func (o *GetSkipInterstitialGrantOK) IsSuccess() bool
- func (o *GetSkipInterstitialGrantOK) String() string
- type GetSkipInterstitialGrantOKBody
- func (o *GetSkipInterstitialGrantOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetSkipInterstitialGrantOKBody) MarshalBinary() ([]byte, error)
- func (o *GetSkipInterstitialGrantOKBody) UnmarshalBinary(b []byte) error
- func (o *GetSkipInterstitialGrantOKBody) Validate(formats strfmt.Registry) error
- type GetSkipInterstitialGrantParams
- func NewGetSkipInterstitialGrantParams() *GetSkipInterstitialGrantParams
- func NewGetSkipInterstitialGrantParamsWithContext(ctx context.Context) *GetSkipInterstitialGrantParams
- func NewGetSkipInterstitialGrantParamsWithHTTPClient(client *http.Client) *GetSkipInterstitialGrantParams
- func NewGetSkipInterstitialGrantParamsWithTimeout(timeout time.Duration) *GetSkipInterstitialGrantParams
- func (o *GetSkipInterstitialGrantParams) SetContext(ctx context.Context)
- func (o *GetSkipInterstitialGrantParams) SetDefaults()
- func (o *GetSkipInterstitialGrantParams) SetEmail(email string)
- func (o *GetSkipInterstitialGrantParams) SetHTTPClient(client *http.Client)
- func (o *GetSkipInterstitialGrantParams) SetTimeout(timeout time.Duration)
- func (o *GetSkipInterstitialGrantParams) WithContext(ctx context.Context) *GetSkipInterstitialGrantParams
- func (o *GetSkipInterstitialGrantParams) WithDefaults() *GetSkipInterstitialGrantParams
- func (o *GetSkipInterstitialGrantParams) WithEmail(email string) *GetSkipInterstitialGrantParams
- func (o *GetSkipInterstitialGrantParams) WithHTTPClient(client *http.Client) *GetSkipInterstitialGrantParams
- func (o *GetSkipInterstitialGrantParams) WithTimeout(timeout time.Duration) *GetSkipInterstitialGrantParams
- func (o *GetSkipInterstitialGrantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSkipInterstitialGrantReader
- type GetSkipInterstitialGrantUnauthorized
- func (o *GetSkipInterstitialGrantUnauthorized) Code() int
- func (o *GetSkipInterstitialGrantUnauthorized) Error() string
- func (o *GetSkipInterstitialGrantUnauthorized) IsClientError() bool
- func (o *GetSkipInterstitialGrantUnauthorized) IsCode(code int) bool
- func (o *GetSkipInterstitialGrantUnauthorized) IsRedirect() bool
- func (o *GetSkipInterstitialGrantUnauthorized) IsServerError() bool
- func (o *GetSkipInterstitialGrantUnauthorized) IsSuccess() bool
- func (o *GetSkipInterstitialGrantUnauthorized) String() string
- type GrantSkipInterstitialBody
- func (o *GrantSkipInterstitialBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GrantSkipInterstitialBody) MarshalBinary() ([]byte, error)
- func (o *GrantSkipInterstitialBody) UnmarshalBinary(b []byte) error
- func (o *GrantSkipInterstitialBody) Validate(formats strfmt.Registry) error
- type GrantSkipInterstitialInternalServerError
- func (o *GrantSkipInterstitialInternalServerError) Code() int
- func (o *GrantSkipInterstitialInternalServerError) Error() string
- func (o *GrantSkipInterstitialInternalServerError) IsClientError() bool
- func (o *GrantSkipInterstitialInternalServerError) IsCode(code int) bool
- func (o *GrantSkipInterstitialInternalServerError) IsRedirect() bool
- func (o *GrantSkipInterstitialInternalServerError) IsServerError() bool
- func (o *GrantSkipInterstitialInternalServerError) IsSuccess() bool
- func (o *GrantSkipInterstitialInternalServerError) String() string
- type GrantSkipInterstitialNotFound
- func (o *GrantSkipInterstitialNotFound) Code() int
- func (o *GrantSkipInterstitialNotFound) Error() string
- func (o *GrantSkipInterstitialNotFound) IsClientError() bool
- func (o *GrantSkipInterstitialNotFound) IsCode(code int) bool
- func (o *GrantSkipInterstitialNotFound) IsRedirect() bool
- func (o *GrantSkipInterstitialNotFound) IsServerError() bool
- func (o *GrantSkipInterstitialNotFound) IsSuccess() bool
- func (o *GrantSkipInterstitialNotFound) String() string
- type GrantSkipInterstitialOK
- func (o *GrantSkipInterstitialOK) Code() int
- func (o *GrantSkipInterstitialOK) Error() string
- func (o *GrantSkipInterstitialOK) IsClientError() bool
- func (o *GrantSkipInterstitialOK) IsCode(code int) bool
- func (o *GrantSkipInterstitialOK) IsRedirect() bool
- func (o *GrantSkipInterstitialOK) IsServerError() bool
- func (o *GrantSkipInterstitialOK) IsSuccess() bool
- func (o *GrantSkipInterstitialOK) String() string
- type GrantSkipInterstitialParams
- func NewGrantSkipInterstitialParams() *GrantSkipInterstitialParams
- func NewGrantSkipInterstitialParamsWithContext(ctx context.Context) *GrantSkipInterstitialParams
- func NewGrantSkipInterstitialParamsWithHTTPClient(client *http.Client) *GrantSkipInterstitialParams
- func NewGrantSkipInterstitialParamsWithTimeout(timeout time.Duration) *GrantSkipInterstitialParams
- func (o *GrantSkipInterstitialParams) SetBody(body GrantSkipInterstitialBody)
- func (o *GrantSkipInterstitialParams) SetContext(ctx context.Context)
- func (o *GrantSkipInterstitialParams) SetDefaults()
- func (o *GrantSkipInterstitialParams) SetHTTPClient(client *http.Client)
- func (o *GrantSkipInterstitialParams) SetTimeout(timeout time.Duration)
- func (o *GrantSkipInterstitialParams) WithBody(body GrantSkipInterstitialBody) *GrantSkipInterstitialParams
- func (o *GrantSkipInterstitialParams) WithContext(ctx context.Context) *GrantSkipInterstitialParams
- func (o *GrantSkipInterstitialParams) WithDefaults() *GrantSkipInterstitialParams
- func (o *GrantSkipInterstitialParams) WithHTTPClient(client *http.Client) *GrantSkipInterstitialParams
- func (o *GrantSkipInterstitialParams) WithTimeout(timeout time.Duration) *GrantSkipInterstitialParams
- func (o *GrantSkipInterstitialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GrantSkipInterstitialReader
- type GrantSkipInterstitialUnauthorized
- func (o *GrantSkipInterstitialUnauthorized) Code() int
- func (o *GrantSkipInterstitialUnauthorized) Error() string
- func (o *GrantSkipInterstitialUnauthorized) IsClientError() bool
- func (o *GrantSkipInterstitialUnauthorized) IsCode(code int) bool
- func (o *GrantSkipInterstitialUnauthorized) IsRedirect() bool
- func (o *GrantSkipInterstitialUnauthorized) IsServerError() bool
- func (o *GrantSkipInterstitialUnauthorized) IsSuccess() bool
- func (o *GrantSkipInterstitialUnauthorized) String() string
- type InviteTokenGenerateBadRequest
- func (o *InviteTokenGenerateBadRequest) Code() int
- func (o *InviteTokenGenerateBadRequest) Error() string
- func (o *InviteTokenGenerateBadRequest) IsClientError() bool
- func (o *InviteTokenGenerateBadRequest) IsCode(code int) bool
- func (o *InviteTokenGenerateBadRequest) IsRedirect() bool
- func (o *InviteTokenGenerateBadRequest) IsServerError() bool
- func (o *InviteTokenGenerateBadRequest) IsSuccess() bool
- func (o *InviteTokenGenerateBadRequest) String() string
- type InviteTokenGenerateBody
- func (o *InviteTokenGenerateBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *InviteTokenGenerateBody) MarshalBinary() ([]byte, error)
- func (o *InviteTokenGenerateBody) UnmarshalBinary(b []byte) error
- func (o *InviteTokenGenerateBody) Validate(formats strfmt.Registry) error
- type InviteTokenGenerateCreated
- func (o *InviteTokenGenerateCreated) Code() int
- func (o *InviteTokenGenerateCreated) Error() string
- func (o *InviteTokenGenerateCreated) IsClientError() bool
- func (o *InviteTokenGenerateCreated) IsCode(code int) bool
- func (o *InviteTokenGenerateCreated) IsRedirect() bool
- func (o *InviteTokenGenerateCreated) IsServerError() bool
- func (o *InviteTokenGenerateCreated) IsSuccess() bool
- func (o *InviteTokenGenerateCreated) String() string
- type InviteTokenGenerateInternalServerError
- func (o *InviteTokenGenerateInternalServerError) Code() int
- func (o *InviteTokenGenerateInternalServerError) Error() string
- func (o *InviteTokenGenerateInternalServerError) IsClientError() bool
- func (o *InviteTokenGenerateInternalServerError) IsCode(code int) bool
- func (o *InviteTokenGenerateInternalServerError) IsRedirect() bool
- func (o *InviteTokenGenerateInternalServerError) IsServerError() bool
- func (o *InviteTokenGenerateInternalServerError) IsSuccess() bool
- func (o *InviteTokenGenerateInternalServerError) String() string
- type InviteTokenGenerateParams
- func NewInviteTokenGenerateParams() *InviteTokenGenerateParams
- func NewInviteTokenGenerateParamsWithContext(ctx context.Context) *InviteTokenGenerateParams
- func NewInviteTokenGenerateParamsWithHTTPClient(client *http.Client) *InviteTokenGenerateParams
- func NewInviteTokenGenerateParamsWithTimeout(timeout time.Duration) *InviteTokenGenerateParams
- func (o *InviteTokenGenerateParams) SetBody(body InviteTokenGenerateBody)
- func (o *InviteTokenGenerateParams) SetContext(ctx context.Context)
- func (o *InviteTokenGenerateParams) SetDefaults()
- func (o *InviteTokenGenerateParams) SetHTTPClient(client *http.Client)
- func (o *InviteTokenGenerateParams) SetTimeout(timeout time.Duration)
- func (o *InviteTokenGenerateParams) WithBody(body InviteTokenGenerateBody) *InviteTokenGenerateParams
- func (o *InviteTokenGenerateParams) WithContext(ctx context.Context) *InviteTokenGenerateParams
- func (o *InviteTokenGenerateParams) WithDefaults() *InviteTokenGenerateParams
- func (o *InviteTokenGenerateParams) WithHTTPClient(client *http.Client) *InviteTokenGenerateParams
- func (o *InviteTokenGenerateParams) WithTimeout(timeout time.Duration) *InviteTokenGenerateParams
- func (o *InviteTokenGenerateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type InviteTokenGenerateReader
- type InviteTokenGenerateUnauthorized
- func (o *InviteTokenGenerateUnauthorized) Code() int
- func (o *InviteTokenGenerateUnauthorized) Error() string
- func (o *InviteTokenGenerateUnauthorized) IsClientError() bool
- func (o *InviteTokenGenerateUnauthorized) IsCode(code int) bool
- func (o *InviteTokenGenerateUnauthorized) IsRedirect() bool
- func (o *InviteTokenGenerateUnauthorized) IsServerError() bool
- func (o *InviteTokenGenerateUnauthorized) IsSuccess() bool
- func (o *InviteTokenGenerateUnauthorized) String() string
- type ListAppliedLimitClassesBody
- func (o *ListAppliedLimitClassesBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ListAppliedLimitClassesBody) MarshalBinary() ([]byte, error)
- func (o *ListAppliedLimitClassesBody) UnmarshalBinary(b []byte) error
- func (o *ListAppliedLimitClassesBody) Validate(formats strfmt.Registry) error
- type ListAppliedLimitClassesInternalServerError
- func (o *ListAppliedLimitClassesInternalServerError) Code() int
- func (o *ListAppliedLimitClassesInternalServerError) Error() string
- func (o *ListAppliedLimitClassesInternalServerError) IsClientError() bool
- func (o *ListAppliedLimitClassesInternalServerError) IsCode(code int) bool
- func (o *ListAppliedLimitClassesInternalServerError) IsRedirect() bool
- func (o *ListAppliedLimitClassesInternalServerError) IsServerError() bool
- func (o *ListAppliedLimitClassesInternalServerError) IsSuccess() bool
- func (o *ListAppliedLimitClassesInternalServerError) String() string
- type ListAppliedLimitClassesNotFound
- func (o *ListAppliedLimitClassesNotFound) Code() int
- func (o *ListAppliedLimitClassesNotFound) Error() string
- func (o *ListAppliedLimitClassesNotFound) IsClientError() bool
- func (o *ListAppliedLimitClassesNotFound) IsCode(code int) bool
- func (o *ListAppliedLimitClassesNotFound) IsRedirect() bool
- func (o *ListAppliedLimitClassesNotFound) IsServerError() bool
- func (o *ListAppliedLimitClassesNotFound) IsSuccess() bool
- func (o *ListAppliedLimitClassesNotFound) String() string
- type ListAppliedLimitClassesOK
- func (o *ListAppliedLimitClassesOK) Code() int
- func (o *ListAppliedLimitClassesOK) Error() string
- func (o *ListAppliedLimitClassesOK) GetPayload() []*rest_model_zrok.LimitClass
- func (o *ListAppliedLimitClassesOK) IsClientError() bool
- func (o *ListAppliedLimitClassesOK) IsCode(code int) bool
- func (o *ListAppliedLimitClassesOK) IsRedirect() bool
- func (o *ListAppliedLimitClassesOK) IsServerError() bool
- func (o *ListAppliedLimitClassesOK) IsSuccess() bool
- func (o *ListAppliedLimitClassesOK) String() string
- type ListAppliedLimitClassesParams
- func NewListAppliedLimitClassesParams() *ListAppliedLimitClassesParams
- func NewListAppliedLimitClassesParamsWithContext(ctx context.Context) *ListAppliedLimitClassesParams
- func NewListAppliedLimitClassesParamsWithHTTPClient(client *http.Client) *ListAppliedLimitClassesParams
- func NewListAppliedLimitClassesParamsWithTimeout(timeout time.Duration) *ListAppliedLimitClassesParams
- func (o *ListAppliedLimitClassesParams) SetBody(body ListAppliedLimitClassesBody)
- func (o *ListAppliedLimitClassesParams) SetContext(ctx context.Context)
- func (o *ListAppliedLimitClassesParams) SetDefaults()
- func (o *ListAppliedLimitClassesParams) SetHTTPClient(client *http.Client)
- func (o *ListAppliedLimitClassesParams) SetTimeout(timeout time.Duration)
- func (o *ListAppliedLimitClassesParams) WithBody(body ListAppliedLimitClassesBody) *ListAppliedLimitClassesParams
- func (o *ListAppliedLimitClassesParams) WithContext(ctx context.Context) *ListAppliedLimitClassesParams
- func (o *ListAppliedLimitClassesParams) WithDefaults() *ListAppliedLimitClassesParams
- func (o *ListAppliedLimitClassesParams) WithHTTPClient(client *http.Client) *ListAppliedLimitClassesParams
- func (o *ListAppliedLimitClassesParams) WithTimeout(timeout time.Duration) *ListAppliedLimitClassesParams
- func (o *ListAppliedLimitClassesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAppliedLimitClassesReader
- type ListAppliedLimitClassesUnauthorized
- func (o *ListAppliedLimitClassesUnauthorized) Code() int
- func (o *ListAppliedLimitClassesUnauthorized) Error() string
- func (o *ListAppliedLimitClassesUnauthorized) IsClientError() bool
- func (o *ListAppliedLimitClassesUnauthorized) IsCode(code int) bool
- func (o *ListAppliedLimitClassesUnauthorized) IsRedirect() bool
- func (o *ListAppliedLimitClassesUnauthorized) IsServerError() bool
- func (o *ListAppliedLimitClassesUnauthorized) IsSuccess() bool
- func (o *ListAppliedLimitClassesUnauthorized) String() string
- type ListFrontendNamespaceMappingsInternalServerError
- func (o *ListFrontendNamespaceMappingsInternalServerError) Code() int
- func (o *ListFrontendNamespaceMappingsInternalServerError) Error() string
- func (o *ListFrontendNamespaceMappingsInternalServerError) IsClientError() bool
- func (o *ListFrontendNamespaceMappingsInternalServerError) IsCode(code int) bool
- func (o *ListFrontendNamespaceMappingsInternalServerError) IsRedirect() bool
- func (o *ListFrontendNamespaceMappingsInternalServerError) IsServerError() bool
- func (o *ListFrontendNamespaceMappingsInternalServerError) IsSuccess() bool
- func (o *ListFrontendNamespaceMappingsInternalServerError) String() string
- type ListFrontendNamespaceMappingsNotFound
- func (o *ListFrontendNamespaceMappingsNotFound) Code() int
- func (o *ListFrontendNamespaceMappingsNotFound) Error() string
- func (o *ListFrontendNamespaceMappingsNotFound) IsClientError() bool
- func (o *ListFrontendNamespaceMappingsNotFound) IsCode(code int) bool
- func (o *ListFrontendNamespaceMappingsNotFound) IsRedirect() bool
- func (o *ListFrontendNamespaceMappingsNotFound) IsServerError() bool
- func (o *ListFrontendNamespaceMappingsNotFound) IsSuccess() bool
- func (o *ListFrontendNamespaceMappingsNotFound) String() string
- type ListFrontendNamespaceMappingsOK
- func (o *ListFrontendNamespaceMappingsOK) Code() int
- func (o *ListFrontendNamespaceMappingsOK) Error() string
- func (o *ListFrontendNamespaceMappingsOK) GetPayload() []*ListFrontendNamespaceMappingsOKBodyItems0
- func (o *ListFrontendNamespaceMappingsOK) IsClientError() bool
- func (o *ListFrontendNamespaceMappingsOK) IsCode(code int) bool
- func (o *ListFrontendNamespaceMappingsOK) IsRedirect() bool
- func (o *ListFrontendNamespaceMappingsOK) IsServerError() bool
- func (o *ListFrontendNamespaceMappingsOK) IsSuccess() bool
- func (o *ListFrontendNamespaceMappingsOK) String() string
- type ListFrontendNamespaceMappingsOKBodyItems0
- func (o *ListFrontendNamespaceMappingsOKBodyItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ListFrontendNamespaceMappingsOKBodyItems0) MarshalBinary() ([]byte, error)
- func (o *ListFrontendNamespaceMappingsOKBodyItems0) UnmarshalBinary(b []byte) error
- func (o *ListFrontendNamespaceMappingsOKBodyItems0) Validate(formats strfmt.Registry) error
- type ListFrontendNamespaceMappingsParams
- func NewListFrontendNamespaceMappingsParams() *ListFrontendNamespaceMappingsParams
- func NewListFrontendNamespaceMappingsParamsWithContext(ctx context.Context) *ListFrontendNamespaceMappingsParams
- func NewListFrontendNamespaceMappingsParamsWithHTTPClient(client *http.Client) *ListFrontendNamespaceMappingsParams
- func NewListFrontendNamespaceMappingsParamsWithTimeout(timeout time.Duration) *ListFrontendNamespaceMappingsParams
- func (o *ListFrontendNamespaceMappingsParams) SetContext(ctx context.Context)
- func (o *ListFrontendNamespaceMappingsParams) SetDefaults()
- func (o *ListFrontendNamespaceMappingsParams) SetFrontendToken(frontendToken string)
- func (o *ListFrontendNamespaceMappingsParams) SetHTTPClient(client *http.Client)
- func (o *ListFrontendNamespaceMappingsParams) SetTimeout(timeout time.Duration)
- func (o *ListFrontendNamespaceMappingsParams) WithContext(ctx context.Context) *ListFrontendNamespaceMappingsParams
- func (o *ListFrontendNamespaceMappingsParams) WithDefaults() *ListFrontendNamespaceMappingsParams
- func (o *ListFrontendNamespaceMappingsParams) WithFrontendToken(frontendToken string) *ListFrontendNamespaceMappingsParams
- func (o *ListFrontendNamespaceMappingsParams) WithHTTPClient(client *http.Client) *ListFrontendNamespaceMappingsParams
- func (o *ListFrontendNamespaceMappingsParams) WithTimeout(timeout time.Duration) *ListFrontendNamespaceMappingsParams
- func (o *ListFrontendNamespaceMappingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListFrontendNamespaceMappingsReader
- type ListFrontendNamespaceMappingsUnauthorized
- func (o *ListFrontendNamespaceMappingsUnauthorized) Code() int
- func (o *ListFrontendNamespaceMappingsUnauthorized) Error() string
- func (o *ListFrontendNamespaceMappingsUnauthorized) IsClientError() bool
- func (o *ListFrontendNamespaceMappingsUnauthorized) IsCode(code int) bool
- func (o *ListFrontendNamespaceMappingsUnauthorized) IsRedirect() bool
- func (o *ListFrontendNamespaceMappingsUnauthorized) IsServerError() bool
- func (o *ListFrontendNamespaceMappingsUnauthorized) IsSuccess() bool
- func (o *ListFrontendNamespaceMappingsUnauthorized) String() string
- type ListFrontendsInternalServerError
- func (o *ListFrontendsInternalServerError) Code() int
- func (o *ListFrontendsInternalServerError) Error() string
- func (o *ListFrontendsInternalServerError) IsClientError() bool
- func (o *ListFrontendsInternalServerError) IsCode(code int) bool
- func (o *ListFrontendsInternalServerError) IsRedirect() bool
- func (o *ListFrontendsInternalServerError) IsServerError() bool
- func (o *ListFrontendsInternalServerError) IsSuccess() bool
- func (o *ListFrontendsInternalServerError) String() string
- type ListFrontendsOK
- func (o *ListFrontendsOK) Code() int
- func (o *ListFrontendsOK) Error() string
- func (o *ListFrontendsOK) GetPayload() []*ListFrontendsOKBodyItems0
- func (o *ListFrontendsOK) IsClientError() bool
- func (o *ListFrontendsOK) IsCode(code int) bool
- func (o *ListFrontendsOK) IsRedirect() bool
- func (o *ListFrontendsOK) IsServerError() bool
- func (o *ListFrontendsOK) IsSuccess() bool
- func (o *ListFrontendsOK) String() string
- type ListFrontendsOKBodyItems0
- func (o *ListFrontendsOKBodyItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ListFrontendsOKBodyItems0) MarshalBinary() ([]byte, error)
- func (o *ListFrontendsOKBodyItems0) UnmarshalBinary(b []byte) error
- func (o *ListFrontendsOKBodyItems0) Validate(formats strfmt.Registry) error
- type ListFrontendsParams
- func (o *ListFrontendsParams) SetContext(ctx context.Context)
- func (o *ListFrontendsParams) SetDefaults()
- func (o *ListFrontendsParams) SetHTTPClient(client *http.Client)
- func (o *ListFrontendsParams) SetTimeout(timeout time.Duration)
- func (o *ListFrontendsParams) WithContext(ctx context.Context) *ListFrontendsParams
- func (o *ListFrontendsParams) WithDefaults() *ListFrontendsParams
- func (o *ListFrontendsParams) WithHTTPClient(client *http.Client) *ListFrontendsParams
- func (o *ListFrontendsParams) WithTimeout(timeout time.Duration) *ListFrontendsParams
- func (o *ListFrontendsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListFrontendsReader
- type ListFrontendsUnauthorized
- func (o *ListFrontendsUnauthorized) Code() int
- func (o *ListFrontendsUnauthorized) Error() string
- func (o *ListFrontendsUnauthorized) IsClientError() bool
- func (o *ListFrontendsUnauthorized) IsCode(code int) bool
- func (o *ListFrontendsUnauthorized) IsRedirect() bool
- func (o *ListFrontendsUnauthorized) IsServerError() bool
- func (o *ListFrontendsUnauthorized) IsSuccess() bool
- func (o *ListFrontendsUnauthorized) String() string
- type ListLimitClassesBody
- type ListLimitClassesInternalServerError
- func (o *ListLimitClassesInternalServerError) Code() int
- func (o *ListLimitClassesInternalServerError) Error() string
- func (o *ListLimitClassesInternalServerError) IsClientError() bool
- func (o *ListLimitClassesInternalServerError) IsCode(code int) bool
- func (o *ListLimitClassesInternalServerError) IsRedirect() bool
- func (o *ListLimitClassesInternalServerError) IsServerError() bool
- func (o *ListLimitClassesInternalServerError) IsSuccess() bool
- func (o *ListLimitClassesInternalServerError) String() string
- type ListLimitClassesOK
- func (o *ListLimitClassesOK) Code() int
- func (o *ListLimitClassesOK) Error() string
- func (o *ListLimitClassesOK) GetPayload() []*rest_model_zrok.LimitClass
- func (o *ListLimitClassesOK) IsClientError() bool
- func (o *ListLimitClassesOK) IsCode(code int) bool
- func (o *ListLimitClassesOK) IsRedirect() bool
- func (o *ListLimitClassesOK) IsServerError() bool
- func (o *ListLimitClassesOK) IsSuccess() bool
- func (o *ListLimitClassesOK) String() string
- type ListLimitClassesParams
- func NewListLimitClassesParams() *ListLimitClassesParams
- func NewListLimitClassesParamsWithContext(ctx context.Context) *ListLimitClassesParams
- func NewListLimitClassesParamsWithHTTPClient(client *http.Client) *ListLimitClassesParams
- func NewListLimitClassesParamsWithTimeout(timeout time.Duration) *ListLimitClassesParams
- func (o *ListLimitClassesParams) SetBody(body ListLimitClassesBody)
- func (o *ListLimitClassesParams) SetContext(ctx context.Context)
- func (o *ListLimitClassesParams) SetDefaults()
- func (o *ListLimitClassesParams) SetHTTPClient(client *http.Client)
- func (o *ListLimitClassesParams) SetTimeout(timeout time.Duration)
- func (o *ListLimitClassesParams) WithBody(body ListLimitClassesBody) *ListLimitClassesParams
- func (o *ListLimitClassesParams) WithContext(ctx context.Context) *ListLimitClassesParams
- func (o *ListLimitClassesParams) WithDefaults() *ListLimitClassesParams
- func (o *ListLimitClassesParams) WithHTTPClient(client *http.Client) *ListLimitClassesParams
- func (o *ListLimitClassesParams) WithTimeout(timeout time.Duration) *ListLimitClassesParams
- func (o *ListLimitClassesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListLimitClassesReader
- type ListLimitClassesUnauthorized
- func (o *ListLimitClassesUnauthorized) Code() int
- func (o *ListLimitClassesUnauthorized) Error() string
- func (o *ListLimitClassesUnauthorized) IsClientError() bool
- func (o *ListLimitClassesUnauthorized) IsCode(code int) bool
- func (o *ListLimitClassesUnauthorized) IsRedirect() bool
- func (o *ListLimitClassesUnauthorized) IsServerError() bool
- func (o *ListLimitClassesUnauthorized) IsSuccess() bool
- func (o *ListLimitClassesUnauthorized) String() string
- type ListNamespaceFrontendMappingsInternalServerError
- func (o *ListNamespaceFrontendMappingsInternalServerError) Code() int
- func (o *ListNamespaceFrontendMappingsInternalServerError) Error() string
- func (o *ListNamespaceFrontendMappingsInternalServerError) IsClientError() bool
- func (o *ListNamespaceFrontendMappingsInternalServerError) IsCode(code int) bool
- func (o *ListNamespaceFrontendMappingsInternalServerError) IsRedirect() bool
- func (o *ListNamespaceFrontendMappingsInternalServerError) IsServerError() bool
- func (o *ListNamespaceFrontendMappingsInternalServerError) IsSuccess() bool
- func (o *ListNamespaceFrontendMappingsInternalServerError) String() string
- type ListNamespaceFrontendMappingsNotFound
- func (o *ListNamespaceFrontendMappingsNotFound) Code() int
- func (o *ListNamespaceFrontendMappingsNotFound) Error() string
- func (o *ListNamespaceFrontendMappingsNotFound) IsClientError() bool
- func (o *ListNamespaceFrontendMappingsNotFound) IsCode(code int) bool
- func (o *ListNamespaceFrontendMappingsNotFound) IsRedirect() bool
- func (o *ListNamespaceFrontendMappingsNotFound) IsServerError() bool
- func (o *ListNamespaceFrontendMappingsNotFound) IsSuccess() bool
- func (o *ListNamespaceFrontendMappingsNotFound) String() string
- type ListNamespaceFrontendMappingsOK
- func (o *ListNamespaceFrontendMappingsOK) Code() int
- func (o *ListNamespaceFrontendMappingsOK) Error() string
- func (o *ListNamespaceFrontendMappingsOK) GetPayload() []*ListNamespaceFrontendMappingsOKBodyItems0
- func (o *ListNamespaceFrontendMappingsOK) IsClientError() bool
- func (o *ListNamespaceFrontendMappingsOK) IsCode(code int) bool
- func (o *ListNamespaceFrontendMappingsOK) IsRedirect() bool
- func (o *ListNamespaceFrontendMappingsOK) IsServerError() bool
- func (o *ListNamespaceFrontendMappingsOK) IsSuccess() bool
- func (o *ListNamespaceFrontendMappingsOK) String() string
- type ListNamespaceFrontendMappingsOKBodyItems0
- func (o *ListNamespaceFrontendMappingsOKBodyItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ListNamespaceFrontendMappingsOKBodyItems0) MarshalBinary() ([]byte, error)
- func (o *ListNamespaceFrontendMappingsOKBodyItems0) UnmarshalBinary(b []byte) error
- func (o *ListNamespaceFrontendMappingsOKBodyItems0) Validate(formats strfmt.Registry) error
- type ListNamespaceFrontendMappingsParams
- func NewListNamespaceFrontendMappingsParams() *ListNamespaceFrontendMappingsParams
- func NewListNamespaceFrontendMappingsParamsWithContext(ctx context.Context) *ListNamespaceFrontendMappingsParams
- func NewListNamespaceFrontendMappingsParamsWithHTTPClient(client *http.Client) *ListNamespaceFrontendMappingsParams
- func NewListNamespaceFrontendMappingsParamsWithTimeout(timeout time.Duration) *ListNamespaceFrontendMappingsParams
- func (o *ListNamespaceFrontendMappingsParams) SetContext(ctx context.Context)
- func (o *ListNamespaceFrontendMappingsParams) SetDefaults()
- func (o *ListNamespaceFrontendMappingsParams) SetHTTPClient(client *http.Client)
- func (o *ListNamespaceFrontendMappingsParams) SetNamespaceToken(namespaceToken string)
- func (o *ListNamespaceFrontendMappingsParams) SetTimeout(timeout time.Duration)
- func (o *ListNamespaceFrontendMappingsParams) WithContext(ctx context.Context) *ListNamespaceFrontendMappingsParams
- func (o *ListNamespaceFrontendMappingsParams) WithDefaults() *ListNamespaceFrontendMappingsParams
- func (o *ListNamespaceFrontendMappingsParams) WithHTTPClient(client *http.Client) *ListNamespaceFrontendMappingsParams
- func (o *ListNamespaceFrontendMappingsParams) WithNamespaceToken(namespaceToken string) *ListNamespaceFrontendMappingsParams
- func (o *ListNamespaceFrontendMappingsParams) WithTimeout(timeout time.Duration) *ListNamespaceFrontendMappingsParams
- func (o *ListNamespaceFrontendMappingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListNamespaceFrontendMappingsReader
- type ListNamespaceFrontendMappingsUnauthorized
- func (o *ListNamespaceFrontendMappingsUnauthorized) Code() int
- func (o *ListNamespaceFrontendMappingsUnauthorized) Error() string
- func (o *ListNamespaceFrontendMappingsUnauthorized) IsClientError() bool
- func (o *ListNamespaceFrontendMappingsUnauthorized) IsCode(code int) bool
- func (o *ListNamespaceFrontendMappingsUnauthorized) IsRedirect() bool
- func (o *ListNamespaceFrontendMappingsUnauthorized) IsServerError() bool
- func (o *ListNamespaceFrontendMappingsUnauthorized) IsSuccess() bool
- func (o *ListNamespaceFrontendMappingsUnauthorized) String() string
- type ListNamespacesInternalServerError
- func (o *ListNamespacesInternalServerError) Code() int
- func (o *ListNamespacesInternalServerError) Error() string
- func (o *ListNamespacesInternalServerError) IsClientError() bool
- func (o *ListNamespacesInternalServerError) IsCode(code int) bool
- func (o *ListNamespacesInternalServerError) IsRedirect() bool
- func (o *ListNamespacesInternalServerError) IsServerError() bool
- func (o *ListNamespacesInternalServerError) IsSuccess() bool
- func (o *ListNamespacesInternalServerError) String() string
- type ListNamespacesOK
- func (o *ListNamespacesOK) Code() int
- func (o *ListNamespacesOK) Error() string
- func (o *ListNamespacesOK) GetPayload() []*ListNamespacesOKBodyItems0
- func (o *ListNamespacesOK) IsClientError() bool
- func (o *ListNamespacesOK) IsCode(code int) bool
- func (o *ListNamespacesOK) IsRedirect() bool
- func (o *ListNamespacesOK) IsServerError() bool
- func (o *ListNamespacesOK) IsSuccess() bool
- func (o *ListNamespacesOK) String() string
- type ListNamespacesOKBodyItems0
- func (o *ListNamespacesOKBodyItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ListNamespacesOKBodyItems0) MarshalBinary() ([]byte, error)
- func (o *ListNamespacesOKBodyItems0) UnmarshalBinary(b []byte) error
- func (o *ListNamespacesOKBodyItems0) Validate(formats strfmt.Registry) error
- type ListNamespacesParams
- func NewListNamespacesParams() *ListNamespacesParams
- func NewListNamespacesParamsWithContext(ctx context.Context) *ListNamespacesParams
- func NewListNamespacesParamsWithHTTPClient(client *http.Client) *ListNamespacesParams
- func NewListNamespacesParamsWithTimeout(timeout time.Duration) *ListNamespacesParams
- func (o *ListNamespacesParams) SetContext(ctx context.Context)
- func (o *ListNamespacesParams) SetDefaults()
- func (o *ListNamespacesParams) SetHTTPClient(client *http.Client)
- func (o *ListNamespacesParams) SetTimeout(timeout time.Duration)
- func (o *ListNamespacesParams) WithContext(ctx context.Context) *ListNamespacesParams
- func (o *ListNamespacesParams) WithDefaults() *ListNamespacesParams
- func (o *ListNamespacesParams) WithHTTPClient(client *http.Client) *ListNamespacesParams
- func (o *ListNamespacesParams) WithTimeout(timeout time.Duration) *ListNamespacesParams
- func (o *ListNamespacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListNamespacesReader
- type ListNamespacesUnauthorized
- func (o *ListNamespacesUnauthorized) Code() int
- func (o *ListNamespacesUnauthorized) Error() string
- func (o *ListNamespacesUnauthorized) IsClientError() bool
- func (o *ListNamespacesUnauthorized) IsCode(code int) bool
- func (o *ListNamespacesUnauthorized) IsRedirect() bool
- func (o *ListNamespacesUnauthorized) IsServerError() bool
- func (o *ListNamespacesUnauthorized) IsSuccess() bool
- func (o *ListNamespacesUnauthorized) String() string
- type ListOrganizationMembersBody
- func (o *ListOrganizationMembersBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ListOrganizationMembersBody) MarshalBinary() ([]byte, error)
- func (o *ListOrganizationMembersBody) UnmarshalBinary(b []byte) error
- func (o *ListOrganizationMembersBody) Validate(formats strfmt.Registry) error
- type ListOrganizationMembersInternalServerError
- func (o *ListOrganizationMembersInternalServerError) Code() int
- func (o *ListOrganizationMembersInternalServerError) Error() string
- func (o *ListOrganizationMembersInternalServerError) IsClientError() bool
- func (o *ListOrganizationMembersInternalServerError) IsCode(code int) bool
- func (o *ListOrganizationMembersInternalServerError) IsRedirect() bool
- func (o *ListOrganizationMembersInternalServerError) IsServerError() bool
- func (o *ListOrganizationMembersInternalServerError) IsSuccess() bool
- func (o *ListOrganizationMembersInternalServerError) String() string
- type ListOrganizationMembersNotFound
- func (o *ListOrganizationMembersNotFound) Code() int
- func (o *ListOrganizationMembersNotFound) Error() string
- func (o *ListOrganizationMembersNotFound) IsClientError() bool
- func (o *ListOrganizationMembersNotFound) IsCode(code int) bool
- func (o *ListOrganizationMembersNotFound) IsRedirect() bool
- func (o *ListOrganizationMembersNotFound) IsServerError() bool
- func (o *ListOrganizationMembersNotFound) IsSuccess() bool
- func (o *ListOrganizationMembersNotFound) String() string
- type ListOrganizationMembersOK
- func (o *ListOrganizationMembersOK) Code() int
- func (o *ListOrganizationMembersOK) Error() string
- func (o *ListOrganizationMembersOK) GetPayload() *ListOrganizationMembersOKBody
- func (o *ListOrganizationMembersOK) IsClientError() bool
- func (o *ListOrganizationMembersOK) IsCode(code int) bool
- func (o *ListOrganizationMembersOK) IsRedirect() bool
- func (o *ListOrganizationMembersOK) IsServerError() bool
- func (o *ListOrganizationMembersOK) IsSuccess() bool
- func (o *ListOrganizationMembersOK) String() string
- type ListOrganizationMembersOKBody
- func (o *ListOrganizationMembersOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ListOrganizationMembersOKBody) MarshalBinary() ([]byte, error)
- func (o *ListOrganizationMembersOKBody) UnmarshalBinary(b []byte) error
- func (o *ListOrganizationMembersOKBody) Validate(formats strfmt.Registry) error
- type ListOrganizationMembersOKBodyMembersItems0
- func (o *ListOrganizationMembersOKBodyMembersItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ListOrganizationMembersOKBodyMembersItems0) MarshalBinary() ([]byte, error)
- func (o *ListOrganizationMembersOKBodyMembersItems0) UnmarshalBinary(b []byte) error
- func (o *ListOrganizationMembersOKBodyMembersItems0) Validate(formats strfmt.Registry) error
- type ListOrganizationMembersParams
- func NewListOrganizationMembersParams() *ListOrganizationMembersParams
- func NewListOrganizationMembersParamsWithContext(ctx context.Context) *ListOrganizationMembersParams
- func NewListOrganizationMembersParamsWithHTTPClient(client *http.Client) *ListOrganizationMembersParams
- func NewListOrganizationMembersParamsWithTimeout(timeout time.Duration) *ListOrganizationMembersParams
- func (o *ListOrganizationMembersParams) SetBody(body ListOrganizationMembersBody)
- func (o *ListOrganizationMembersParams) SetContext(ctx context.Context)
- func (o *ListOrganizationMembersParams) SetDefaults()
- func (o *ListOrganizationMembersParams) SetHTTPClient(client *http.Client)
- func (o *ListOrganizationMembersParams) SetTimeout(timeout time.Duration)
- func (o *ListOrganizationMembersParams) WithBody(body ListOrganizationMembersBody) *ListOrganizationMembersParams
- func (o *ListOrganizationMembersParams) WithContext(ctx context.Context) *ListOrganizationMembersParams
- func (o *ListOrganizationMembersParams) WithDefaults() *ListOrganizationMembersParams
- func (o *ListOrganizationMembersParams) WithHTTPClient(client *http.Client) *ListOrganizationMembersParams
- func (o *ListOrganizationMembersParams) WithTimeout(timeout time.Duration) *ListOrganizationMembersParams
- func (o *ListOrganizationMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListOrganizationMembersReader
- type ListOrganizationMembersUnauthorized
- func (o *ListOrganizationMembersUnauthorized) Code() int
- func (o *ListOrganizationMembersUnauthorized) Error() string
- func (o *ListOrganizationMembersUnauthorized) IsClientError() bool
- func (o *ListOrganizationMembersUnauthorized) IsCode(code int) bool
- func (o *ListOrganizationMembersUnauthorized) IsRedirect() bool
- func (o *ListOrganizationMembersUnauthorized) IsServerError() bool
- func (o *ListOrganizationMembersUnauthorized) IsSuccess() bool
- func (o *ListOrganizationMembersUnauthorized) String() string
- type ListOrganizationsInternalServerError
- func (o *ListOrganizationsInternalServerError) Code() int
- func (o *ListOrganizationsInternalServerError) Error() string
- func (o *ListOrganizationsInternalServerError) IsClientError() bool
- func (o *ListOrganizationsInternalServerError) IsCode(code int) bool
- func (o *ListOrganizationsInternalServerError) IsRedirect() bool
- func (o *ListOrganizationsInternalServerError) IsServerError() bool
- func (o *ListOrganizationsInternalServerError) IsSuccess() bool
- func (o *ListOrganizationsInternalServerError) String() string
- type ListOrganizationsOK
- func (o *ListOrganizationsOK) Code() int
- func (o *ListOrganizationsOK) Error() string
- func (o *ListOrganizationsOK) GetPayload() *ListOrganizationsOKBody
- func (o *ListOrganizationsOK) IsClientError() bool
- func (o *ListOrganizationsOK) IsCode(code int) bool
- func (o *ListOrganizationsOK) IsRedirect() bool
- func (o *ListOrganizationsOK) IsServerError() bool
- func (o *ListOrganizationsOK) IsSuccess() bool
- func (o *ListOrganizationsOK) String() string
- type ListOrganizationsOKBody
- func (o *ListOrganizationsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ListOrganizationsOKBody) MarshalBinary() ([]byte, error)
- func (o *ListOrganizationsOKBody) UnmarshalBinary(b []byte) error
- func (o *ListOrganizationsOKBody) Validate(formats strfmt.Registry) error
- type ListOrganizationsOKBodyOrganizationsItems0
- func (o *ListOrganizationsOKBodyOrganizationsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ListOrganizationsOKBodyOrganizationsItems0) MarshalBinary() ([]byte, error)
- func (o *ListOrganizationsOKBodyOrganizationsItems0) UnmarshalBinary(b []byte) error
- func (o *ListOrganizationsOKBodyOrganizationsItems0) Validate(formats strfmt.Registry) error
- type ListOrganizationsParams
- func NewListOrganizationsParams() *ListOrganizationsParams
- func NewListOrganizationsParamsWithContext(ctx context.Context) *ListOrganizationsParams
- func NewListOrganizationsParamsWithHTTPClient(client *http.Client) *ListOrganizationsParams
- func NewListOrganizationsParamsWithTimeout(timeout time.Duration) *ListOrganizationsParams
- func (o *ListOrganizationsParams) SetContext(ctx context.Context)
- func (o *ListOrganizationsParams) SetDefaults()
- func (o *ListOrganizationsParams) SetHTTPClient(client *http.Client)
- func (o *ListOrganizationsParams) SetTimeout(timeout time.Duration)
- func (o *ListOrganizationsParams) WithContext(ctx context.Context) *ListOrganizationsParams
- func (o *ListOrganizationsParams) WithDefaults() *ListOrganizationsParams
- func (o *ListOrganizationsParams) WithHTTPClient(client *http.Client) *ListOrganizationsParams
- func (o *ListOrganizationsParams) WithTimeout(timeout time.Duration) *ListOrganizationsParams
- func (o *ListOrganizationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListOrganizationsReader
- type ListOrganizationsUnauthorized
- func (o *ListOrganizationsUnauthorized) Code() int
- func (o *ListOrganizationsUnauthorized) Error() string
- func (o *ListOrganizationsUnauthorized) IsClientError() bool
- func (o *ListOrganizationsUnauthorized) IsCode(code int) bool
- func (o *ListOrganizationsUnauthorized) IsRedirect() bool
- func (o *ListOrganizationsUnauthorized) IsServerError() bool
- func (o *ListOrganizationsUnauthorized) IsSuccess() bool
- func (o *ListOrganizationsUnauthorized) String() string
- type RemoveAppliedLimitClassesBody
- func (o *RemoveAppliedLimitClassesBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *RemoveAppliedLimitClassesBody) MarshalBinary() ([]byte, error)
- func (o *RemoveAppliedLimitClassesBody) UnmarshalBinary(b []byte) error
- func (o *RemoveAppliedLimitClassesBody) Validate(formats strfmt.Registry) error
- type RemoveAppliedLimitClassesInternalServerError
- func (o *RemoveAppliedLimitClassesInternalServerError) Code() int
- func (o *RemoveAppliedLimitClassesInternalServerError) Error() string
- func (o *RemoveAppliedLimitClassesInternalServerError) IsClientError() bool
- func (o *RemoveAppliedLimitClassesInternalServerError) IsCode(code int) bool
- func (o *RemoveAppliedLimitClassesInternalServerError) IsRedirect() bool
- func (o *RemoveAppliedLimitClassesInternalServerError) IsServerError() bool
- func (o *RemoveAppliedLimitClassesInternalServerError) IsSuccess() bool
- func (o *RemoveAppliedLimitClassesInternalServerError) String() string
- type RemoveAppliedLimitClassesNotFound
- func (o *RemoveAppliedLimitClassesNotFound) Code() int
- func (o *RemoveAppliedLimitClassesNotFound) Error() string
- func (o *RemoveAppliedLimitClassesNotFound) IsClientError() bool
- func (o *RemoveAppliedLimitClassesNotFound) IsCode(code int) bool
- func (o *RemoveAppliedLimitClassesNotFound) IsRedirect() bool
- func (o *RemoveAppliedLimitClassesNotFound) IsServerError() bool
- func (o *RemoveAppliedLimitClassesNotFound) IsSuccess() bool
- func (o *RemoveAppliedLimitClassesNotFound) String() string
- type RemoveAppliedLimitClassesOK
- func (o *RemoveAppliedLimitClassesOK) Code() int
- func (o *RemoveAppliedLimitClassesOK) Error() string
- func (o *RemoveAppliedLimitClassesOK) IsClientError() bool
- func (o *RemoveAppliedLimitClassesOK) IsCode(code int) bool
- func (o *RemoveAppliedLimitClassesOK) IsRedirect() bool
- func (o *RemoveAppliedLimitClassesOK) IsServerError() bool
- func (o *RemoveAppliedLimitClassesOK) IsSuccess() bool
- func (o *RemoveAppliedLimitClassesOK) String() string
- type RemoveAppliedLimitClassesParams
- func NewRemoveAppliedLimitClassesParams() *RemoveAppliedLimitClassesParams
- func NewRemoveAppliedLimitClassesParamsWithContext(ctx context.Context) *RemoveAppliedLimitClassesParams
- func NewRemoveAppliedLimitClassesParamsWithHTTPClient(client *http.Client) *RemoveAppliedLimitClassesParams
- func NewRemoveAppliedLimitClassesParamsWithTimeout(timeout time.Duration) *RemoveAppliedLimitClassesParams
- func (o *RemoveAppliedLimitClassesParams) SetBody(body RemoveAppliedLimitClassesBody)
- func (o *RemoveAppliedLimitClassesParams) SetContext(ctx context.Context)
- func (o *RemoveAppliedLimitClassesParams) SetDefaults()
- func (o *RemoveAppliedLimitClassesParams) SetHTTPClient(client *http.Client)
- func (o *RemoveAppliedLimitClassesParams) SetTimeout(timeout time.Duration)
- func (o *RemoveAppliedLimitClassesParams) WithBody(body RemoveAppliedLimitClassesBody) *RemoveAppliedLimitClassesParams
- func (o *RemoveAppliedLimitClassesParams) WithContext(ctx context.Context) *RemoveAppliedLimitClassesParams
- func (o *RemoveAppliedLimitClassesParams) WithDefaults() *RemoveAppliedLimitClassesParams
- func (o *RemoveAppliedLimitClassesParams) WithHTTPClient(client *http.Client) *RemoveAppliedLimitClassesParams
- func (o *RemoveAppliedLimitClassesParams) WithTimeout(timeout time.Duration) *RemoveAppliedLimitClassesParams
- func (o *RemoveAppliedLimitClassesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RemoveAppliedLimitClassesReader
- type RemoveAppliedLimitClassesUnauthorized
- func (o *RemoveAppliedLimitClassesUnauthorized) Code() int
- func (o *RemoveAppliedLimitClassesUnauthorized) Error() string
- func (o *RemoveAppliedLimitClassesUnauthorized) IsClientError() bool
- func (o *RemoveAppliedLimitClassesUnauthorized) IsCode(code int) bool
- func (o *RemoveAppliedLimitClassesUnauthorized) IsRedirect() bool
- func (o *RemoveAppliedLimitClassesUnauthorized) IsServerError() bool
- func (o *RemoveAppliedLimitClassesUnauthorized) IsSuccess() bool
- func (o *RemoveAppliedLimitClassesUnauthorized) String() string
- type RemoveNamespaceFrontendMappingBody
- func (o *RemoveNamespaceFrontendMappingBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *RemoveNamespaceFrontendMappingBody) MarshalBinary() ([]byte, error)
- func (o *RemoveNamespaceFrontendMappingBody) UnmarshalBinary(b []byte) error
- func (o *RemoveNamespaceFrontendMappingBody) Validate(formats strfmt.Registry) error
- type RemoveNamespaceFrontendMappingInternalServerError
- func (o *RemoveNamespaceFrontendMappingInternalServerError) Code() int
- func (o *RemoveNamespaceFrontendMappingInternalServerError) Error() string
- func (o *RemoveNamespaceFrontendMappingInternalServerError) IsClientError() bool
- func (o *RemoveNamespaceFrontendMappingInternalServerError) IsCode(code int) bool
- func (o *RemoveNamespaceFrontendMappingInternalServerError) IsRedirect() bool
- func (o *RemoveNamespaceFrontendMappingInternalServerError) IsServerError() bool
- func (o *RemoveNamespaceFrontendMappingInternalServerError) IsSuccess() bool
- func (o *RemoveNamespaceFrontendMappingInternalServerError) String() string
- type RemoveNamespaceFrontendMappingNotFound
- func (o *RemoveNamespaceFrontendMappingNotFound) Code() int
- func (o *RemoveNamespaceFrontendMappingNotFound) Error() string
- func (o *RemoveNamespaceFrontendMappingNotFound) IsClientError() bool
- func (o *RemoveNamespaceFrontendMappingNotFound) IsCode(code int) bool
- func (o *RemoveNamespaceFrontendMappingNotFound) IsRedirect() bool
- func (o *RemoveNamespaceFrontendMappingNotFound) IsServerError() bool
- func (o *RemoveNamespaceFrontendMappingNotFound) IsSuccess() bool
- func (o *RemoveNamespaceFrontendMappingNotFound) String() string
- type RemoveNamespaceFrontendMappingOK
- func (o *RemoveNamespaceFrontendMappingOK) Code() int
- func (o *RemoveNamespaceFrontendMappingOK) Error() string
- func (o *RemoveNamespaceFrontendMappingOK) IsClientError() bool
- func (o *RemoveNamespaceFrontendMappingOK) IsCode(code int) bool
- func (o *RemoveNamespaceFrontendMappingOK) IsRedirect() bool
- func (o *RemoveNamespaceFrontendMappingOK) IsServerError() bool
- func (o *RemoveNamespaceFrontendMappingOK) IsSuccess() bool
- func (o *RemoveNamespaceFrontendMappingOK) String() string
- type RemoveNamespaceFrontendMappingParams
- func NewRemoveNamespaceFrontendMappingParams() *RemoveNamespaceFrontendMappingParams
- func NewRemoveNamespaceFrontendMappingParamsWithContext(ctx context.Context) *RemoveNamespaceFrontendMappingParams
- func NewRemoveNamespaceFrontendMappingParamsWithHTTPClient(client *http.Client) *RemoveNamespaceFrontendMappingParams
- func NewRemoveNamespaceFrontendMappingParamsWithTimeout(timeout time.Duration) *RemoveNamespaceFrontendMappingParams
- func (o *RemoveNamespaceFrontendMappingParams) SetBody(body RemoveNamespaceFrontendMappingBody)
- func (o *RemoveNamespaceFrontendMappingParams) SetContext(ctx context.Context)
- func (o *RemoveNamespaceFrontendMappingParams) SetDefaults()
- func (o *RemoveNamespaceFrontendMappingParams) SetHTTPClient(client *http.Client)
- func (o *RemoveNamespaceFrontendMappingParams) SetTimeout(timeout time.Duration)
- func (o *RemoveNamespaceFrontendMappingParams) WithBody(body RemoveNamespaceFrontendMappingBody) *RemoveNamespaceFrontendMappingParams
- func (o *RemoveNamespaceFrontendMappingParams) WithContext(ctx context.Context) *RemoveNamespaceFrontendMappingParams
- func (o *RemoveNamespaceFrontendMappingParams) WithDefaults() *RemoveNamespaceFrontendMappingParams
- func (o *RemoveNamespaceFrontendMappingParams) WithHTTPClient(client *http.Client) *RemoveNamespaceFrontendMappingParams
- func (o *RemoveNamespaceFrontendMappingParams) WithTimeout(timeout time.Duration) *RemoveNamespaceFrontendMappingParams
- func (o *RemoveNamespaceFrontendMappingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RemoveNamespaceFrontendMappingReader
- type RemoveNamespaceFrontendMappingUnauthorized
- func (o *RemoveNamespaceFrontendMappingUnauthorized) Code() int
- func (o *RemoveNamespaceFrontendMappingUnauthorized) Error() string
- func (o *RemoveNamespaceFrontendMappingUnauthorized) IsClientError() bool
- func (o *RemoveNamespaceFrontendMappingUnauthorized) IsCode(code int) bool
- func (o *RemoveNamespaceFrontendMappingUnauthorized) IsRedirect() bool
- func (o *RemoveNamespaceFrontendMappingUnauthorized) IsServerError() bool
- func (o *RemoveNamespaceFrontendMappingUnauthorized) IsSuccess() bool
- func (o *RemoveNamespaceFrontendMappingUnauthorized) String() string
- type RemoveNamespaceGrantBody
- func (o *RemoveNamespaceGrantBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *RemoveNamespaceGrantBody) MarshalBinary() ([]byte, error)
- func (o *RemoveNamespaceGrantBody) UnmarshalBinary(b []byte) error
- func (o *RemoveNamespaceGrantBody) Validate(formats strfmt.Registry) error
- type RemoveNamespaceGrantInternalServerError
- func (o *RemoveNamespaceGrantInternalServerError) Code() int
- func (o *RemoveNamespaceGrantInternalServerError) Error() string
- func (o *RemoveNamespaceGrantInternalServerError) IsClientError() bool
- func (o *RemoveNamespaceGrantInternalServerError) IsCode(code int) bool
- func (o *RemoveNamespaceGrantInternalServerError) IsRedirect() bool
- func (o *RemoveNamespaceGrantInternalServerError) IsServerError() bool
- func (o *RemoveNamespaceGrantInternalServerError) IsSuccess() bool
- func (o *RemoveNamespaceGrantInternalServerError) String() string
- type RemoveNamespaceGrantNotFound
- func (o *RemoveNamespaceGrantNotFound) Code() int
- func (o *RemoveNamespaceGrantNotFound) Error() string
- func (o *RemoveNamespaceGrantNotFound) IsClientError() bool
- func (o *RemoveNamespaceGrantNotFound) IsCode(code int) bool
- func (o *RemoveNamespaceGrantNotFound) IsRedirect() bool
- func (o *RemoveNamespaceGrantNotFound) IsServerError() bool
- func (o *RemoveNamespaceGrantNotFound) IsSuccess() bool
- func (o *RemoveNamespaceGrantNotFound) String() string
- type RemoveNamespaceGrantOK
- func (o *RemoveNamespaceGrantOK) Code() int
- func (o *RemoveNamespaceGrantOK) Error() string
- func (o *RemoveNamespaceGrantOK) IsClientError() bool
- func (o *RemoveNamespaceGrantOK) IsCode(code int) bool
- func (o *RemoveNamespaceGrantOK) IsRedirect() bool
- func (o *RemoveNamespaceGrantOK) IsServerError() bool
- func (o *RemoveNamespaceGrantOK) IsSuccess() bool
- func (o *RemoveNamespaceGrantOK) String() string
- type RemoveNamespaceGrantParams
- func NewRemoveNamespaceGrantParams() *RemoveNamespaceGrantParams
- func NewRemoveNamespaceGrantParamsWithContext(ctx context.Context) *RemoveNamespaceGrantParams
- func NewRemoveNamespaceGrantParamsWithHTTPClient(client *http.Client) *RemoveNamespaceGrantParams
- func NewRemoveNamespaceGrantParamsWithTimeout(timeout time.Duration) *RemoveNamespaceGrantParams
- func (o *RemoveNamespaceGrantParams) SetBody(body RemoveNamespaceGrantBody)
- func (o *RemoveNamespaceGrantParams) SetContext(ctx context.Context)
- func (o *RemoveNamespaceGrantParams) SetDefaults()
- func (o *RemoveNamespaceGrantParams) SetHTTPClient(client *http.Client)
- func (o *RemoveNamespaceGrantParams) SetTimeout(timeout time.Duration)
- func (o *RemoveNamespaceGrantParams) WithBody(body RemoveNamespaceGrantBody) *RemoveNamespaceGrantParams
- func (o *RemoveNamespaceGrantParams) WithContext(ctx context.Context) *RemoveNamespaceGrantParams
- func (o *RemoveNamespaceGrantParams) WithDefaults() *RemoveNamespaceGrantParams
- func (o *RemoveNamespaceGrantParams) WithHTTPClient(client *http.Client) *RemoveNamespaceGrantParams
- func (o *RemoveNamespaceGrantParams) WithTimeout(timeout time.Duration) *RemoveNamespaceGrantParams
- func (o *RemoveNamespaceGrantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RemoveNamespaceGrantReader
- type RemoveNamespaceGrantUnauthorized
- func (o *RemoveNamespaceGrantUnauthorized) Code() int
- func (o *RemoveNamespaceGrantUnauthorized) Error() string
- func (o *RemoveNamespaceGrantUnauthorized) IsClientError() bool
- func (o *RemoveNamespaceGrantUnauthorized) IsCode(code int) bool
- func (o *RemoveNamespaceGrantUnauthorized) IsRedirect() bool
- func (o *RemoveNamespaceGrantUnauthorized) IsServerError() bool
- func (o *RemoveNamespaceGrantUnauthorized) IsSuccess() bool
- func (o *RemoveNamespaceGrantUnauthorized) String() string
- type RemoveOrganizationMemberBody
- func (o *RemoveOrganizationMemberBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *RemoveOrganizationMemberBody) MarshalBinary() ([]byte, error)
- func (o *RemoveOrganizationMemberBody) UnmarshalBinary(b []byte) error
- func (o *RemoveOrganizationMemberBody) Validate(formats strfmt.Registry) error
- type RemoveOrganizationMemberInternalServerError
- func (o *RemoveOrganizationMemberInternalServerError) Code() int
- func (o *RemoveOrganizationMemberInternalServerError) Error() string
- func (o *RemoveOrganizationMemberInternalServerError) IsClientError() bool
- func (o *RemoveOrganizationMemberInternalServerError) IsCode(code int) bool
- func (o *RemoveOrganizationMemberInternalServerError) IsRedirect() bool
- func (o *RemoveOrganizationMemberInternalServerError) IsServerError() bool
- func (o *RemoveOrganizationMemberInternalServerError) IsSuccess() bool
- func (o *RemoveOrganizationMemberInternalServerError) String() string
- type RemoveOrganizationMemberNotFound
- func (o *RemoveOrganizationMemberNotFound) Code() int
- func (o *RemoveOrganizationMemberNotFound) Error() string
- func (o *RemoveOrganizationMemberNotFound) IsClientError() bool
- func (o *RemoveOrganizationMemberNotFound) IsCode(code int) bool
- func (o *RemoveOrganizationMemberNotFound) IsRedirect() bool
- func (o *RemoveOrganizationMemberNotFound) IsServerError() bool
- func (o *RemoveOrganizationMemberNotFound) IsSuccess() bool
- func (o *RemoveOrganizationMemberNotFound) String() string
- type RemoveOrganizationMemberOK
- func (o *RemoveOrganizationMemberOK) Code() int
- func (o *RemoveOrganizationMemberOK) Error() string
- func (o *RemoveOrganizationMemberOK) IsClientError() bool
- func (o *RemoveOrganizationMemberOK) IsCode(code int) bool
- func (o *RemoveOrganizationMemberOK) IsRedirect() bool
- func (o *RemoveOrganizationMemberOK) IsServerError() bool
- func (o *RemoveOrganizationMemberOK) IsSuccess() bool
- func (o *RemoveOrganizationMemberOK) String() string
- type RemoveOrganizationMemberParams
- func NewRemoveOrganizationMemberParams() *RemoveOrganizationMemberParams
- func NewRemoveOrganizationMemberParamsWithContext(ctx context.Context) *RemoveOrganizationMemberParams
- func NewRemoveOrganizationMemberParamsWithHTTPClient(client *http.Client) *RemoveOrganizationMemberParams
- func NewRemoveOrganizationMemberParamsWithTimeout(timeout time.Duration) *RemoveOrganizationMemberParams
- func (o *RemoveOrganizationMemberParams) SetBody(body RemoveOrganizationMemberBody)
- func (o *RemoveOrganizationMemberParams) SetContext(ctx context.Context)
- func (o *RemoveOrganizationMemberParams) SetDefaults()
- func (o *RemoveOrganizationMemberParams) SetHTTPClient(client *http.Client)
- func (o *RemoveOrganizationMemberParams) SetTimeout(timeout time.Duration)
- func (o *RemoveOrganizationMemberParams) WithBody(body RemoveOrganizationMemberBody) *RemoveOrganizationMemberParams
- func (o *RemoveOrganizationMemberParams) WithContext(ctx context.Context) *RemoveOrganizationMemberParams
- func (o *RemoveOrganizationMemberParams) WithDefaults() *RemoveOrganizationMemberParams
- func (o *RemoveOrganizationMemberParams) WithHTTPClient(client *http.Client) *RemoveOrganizationMemberParams
- func (o *RemoveOrganizationMemberParams) WithTimeout(timeout time.Duration) *RemoveOrganizationMemberParams
- func (o *RemoveOrganizationMemberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RemoveOrganizationMemberReader
- type RemoveOrganizationMemberUnauthorized
- func (o *RemoveOrganizationMemberUnauthorized) Code() int
- func (o *RemoveOrganizationMemberUnauthorized) Error() string
- func (o *RemoveOrganizationMemberUnauthorized) IsClientError() bool
- func (o *RemoveOrganizationMemberUnauthorized) IsCode(code int) bool
- func (o *RemoveOrganizationMemberUnauthorized) IsRedirect() bool
- func (o *RemoveOrganizationMemberUnauthorized) IsServerError() bool
- func (o *RemoveOrganizationMemberUnauthorized) IsSuccess() bool
- func (o *RemoveOrganizationMemberUnauthorized) String() string
- type RevokeSkipInterstitialBody
- func (o *RevokeSkipInterstitialBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *RevokeSkipInterstitialBody) MarshalBinary() ([]byte, error)
- func (o *RevokeSkipInterstitialBody) UnmarshalBinary(b []byte) error
- func (o *RevokeSkipInterstitialBody) Validate(formats strfmt.Registry) error
- type RevokeSkipInterstitialInternalServerError
- func (o *RevokeSkipInterstitialInternalServerError) Code() int
- func (o *RevokeSkipInterstitialInternalServerError) Error() string
- func (o *RevokeSkipInterstitialInternalServerError) IsClientError() bool
- func (o *RevokeSkipInterstitialInternalServerError) IsCode(code int) bool
- func (o *RevokeSkipInterstitialInternalServerError) IsRedirect() bool
- func (o *RevokeSkipInterstitialInternalServerError) IsServerError() bool
- func (o *RevokeSkipInterstitialInternalServerError) IsSuccess() bool
- func (o *RevokeSkipInterstitialInternalServerError) String() string
- type RevokeSkipInterstitialNotFound
- func (o *RevokeSkipInterstitialNotFound) Code() int
- func (o *RevokeSkipInterstitialNotFound) Error() string
- func (o *RevokeSkipInterstitialNotFound) IsClientError() bool
- func (o *RevokeSkipInterstitialNotFound) IsCode(code int) bool
- func (o *RevokeSkipInterstitialNotFound) IsRedirect() bool
- func (o *RevokeSkipInterstitialNotFound) IsServerError() bool
- func (o *RevokeSkipInterstitialNotFound) IsSuccess() bool
- func (o *RevokeSkipInterstitialNotFound) String() string
- type RevokeSkipInterstitialOK
- func (o *RevokeSkipInterstitialOK) Code() int
- func (o *RevokeSkipInterstitialOK) Error() string
- func (o *RevokeSkipInterstitialOK) IsClientError() bool
- func (o *RevokeSkipInterstitialOK) IsCode(code int) bool
- func (o *RevokeSkipInterstitialOK) IsRedirect() bool
- func (o *RevokeSkipInterstitialOK) IsServerError() bool
- func (o *RevokeSkipInterstitialOK) IsSuccess() bool
- func (o *RevokeSkipInterstitialOK) String() string
- type RevokeSkipInterstitialParams
- func NewRevokeSkipInterstitialParams() *RevokeSkipInterstitialParams
- func NewRevokeSkipInterstitialParamsWithContext(ctx context.Context) *RevokeSkipInterstitialParams
- func NewRevokeSkipInterstitialParamsWithHTTPClient(client *http.Client) *RevokeSkipInterstitialParams
- func NewRevokeSkipInterstitialParamsWithTimeout(timeout time.Duration) *RevokeSkipInterstitialParams
- func (o *RevokeSkipInterstitialParams) SetBody(body RevokeSkipInterstitialBody)
- func (o *RevokeSkipInterstitialParams) SetContext(ctx context.Context)
- func (o *RevokeSkipInterstitialParams) SetDefaults()
- func (o *RevokeSkipInterstitialParams) SetHTTPClient(client *http.Client)
- func (o *RevokeSkipInterstitialParams) SetTimeout(timeout time.Duration)
- func (o *RevokeSkipInterstitialParams) WithBody(body RevokeSkipInterstitialBody) *RevokeSkipInterstitialParams
- func (o *RevokeSkipInterstitialParams) WithContext(ctx context.Context) *RevokeSkipInterstitialParams
- func (o *RevokeSkipInterstitialParams) WithDefaults() *RevokeSkipInterstitialParams
- func (o *RevokeSkipInterstitialParams) WithHTTPClient(client *http.Client) *RevokeSkipInterstitialParams
- func (o *RevokeSkipInterstitialParams) WithTimeout(timeout time.Duration) *RevokeSkipInterstitialParams
- func (o *RevokeSkipInterstitialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RevokeSkipInterstitialReader
- type RevokeSkipInterstitialUnauthorized
- func (o *RevokeSkipInterstitialUnauthorized) Code() int
- func (o *RevokeSkipInterstitialUnauthorized) Error() string
- func (o *RevokeSkipInterstitialUnauthorized) IsClientError() bool
- func (o *RevokeSkipInterstitialUnauthorized) IsCode(code int) bool
- func (o *RevokeSkipInterstitialUnauthorized) IsRedirect() bool
- func (o *RevokeSkipInterstitialUnauthorized) IsServerError() bool
- func (o *RevokeSkipInterstitialUnauthorized) IsSuccess() bool
- func (o *RevokeSkipInterstitialUnauthorized) String() string
- type UpdateAccountPasswordBody
- func (o *UpdateAccountPasswordBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateAccountPasswordBody) MarshalBinary() ([]byte, error)
- func (o *UpdateAccountPasswordBody) UnmarshalBinary(b []byte) error
- func (o *UpdateAccountPasswordBody) Validate(formats strfmt.Registry) error
- type UpdateAccountPasswordInternalServerError
- func (o *UpdateAccountPasswordInternalServerError) Code() int
- func (o *UpdateAccountPasswordInternalServerError) Error() string
- func (o *UpdateAccountPasswordInternalServerError) IsClientError() bool
- func (o *UpdateAccountPasswordInternalServerError) IsCode(code int) bool
- func (o *UpdateAccountPasswordInternalServerError) IsRedirect() bool
- func (o *UpdateAccountPasswordInternalServerError) IsServerError() bool
- func (o *UpdateAccountPasswordInternalServerError) IsSuccess() bool
- func (o *UpdateAccountPasswordInternalServerError) String() string
- type UpdateAccountPasswordNotFound
- func (o *UpdateAccountPasswordNotFound) Code() int
- func (o *UpdateAccountPasswordNotFound) Error() string
- func (o *UpdateAccountPasswordNotFound) IsClientError() bool
- func (o *UpdateAccountPasswordNotFound) IsCode(code int) bool
- func (o *UpdateAccountPasswordNotFound) IsRedirect() bool
- func (o *UpdateAccountPasswordNotFound) IsServerError() bool
- func (o *UpdateAccountPasswordNotFound) IsSuccess() bool
- func (o *UpdateAccountPasswordNotFound) String() string
- type UpdateAccountPasswordOK
- func (o *UpdateAccountPasswordOK) Code() int
- func (o *UpdateAccountPasswordOK) Error() string
- func (o *UpdateAccountPasswordOK) IsClientError() bool
- func (o *UpdateAccountPasswordOK) IsCode(code int) bool
- func (o *UpdateAccountPasswordOK) IsRedirect() bool
- func (o *UpdateAccountPasswordOK) IsServerError() bool
- func (o *UpdateAccountPasswordOK) IsSuccess() bool
- func (o *UpdateAccountPasswordOK) String() string
- type UpdateAccountPasswordParams
- func NewUpdateAccountPasswordParams() *UpdateAccountPasswordParams
- func NewUpdateAccountPasswordParamsWithContext(ctx context.Context) *UpdateAccountPasswordParams
- func NewUpdateAccountPasswordParamsWithHTTPClient(client *http.Client) *UpdateAccountPasswordParams
- func NewUpdateAccountPasswordParamsWithTimeout(timeout time.Duration) *UpdateAccountPasswordParams
- func (o *UpdateAccountPasswordParams) SetBody(body UpdateAccountPasswordBody)
- func (o *UpdateAccountPasswordParams) SetContext(ctx context.Context)
- func (o *UpdateAccountPasswordParams) SetDefaults()
- func (o *UpdateAccountPasswordParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAccountPasswordParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAccountPasswordParams) WithBody(body UpdateAccountPasswordBody) *UpdateAccountPasswordParams
- func (o *UpdateAccountPasswordParams) WithContext(ctx context.Context) *UpdateAccountPasswordParams
- func (o *UpdateAccountPasswordParams) WithDefaults() *UpdateAccountPasswordParams
- func (o *UpdateAccountPasswordParams) WithHTTPClient(client *http.Client) *UpdateAccountPasswordParams
- func (o *UpdateAccountPasswordParams) WithTimeout(timeout time.Duration) *UpdateAccountPasswordParams
- func (o *UpdateAccountPasswordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAccountPasswordReader
- type UpdateAccountPasswordUnauthorized
- func (o *UpdateAccountPasswordUnauthorized) Code() int
- func (o *UpdateAccountPasswordUnauthorized) Error() string
- func (o *UpdateAccountPasswordUnauthorized) IsClientError() bool
- func (o *UpdateAccountPasswordUnauthorized) IsCode(code int) bool
- func (o *UpdateAccountPasswordUnauthorized) IsRedirect() bool
- func (o *UpdateAccountPasswordUnauthorized) IsServerError() bool
- func (o *UpdateAccountPasswordUnauthorized) IsSuccess() bool
- func (o *UpdateAccountPasswordUnauthorized) String() string
- type UpdateAccountPasswordUnprocessableEntity
- func (o *UpdateAccountPasswordUnprocessableEntity) Code() int
- func (o *UpdateAccountPasswordUnprocessableEntity) Error() string
- func (o *UpdateAccountPasswordUnprocessableEntity) GetPayload() rest_model_zrok.ErrorMessage
- func (o *UpdateAccountPasswordUnprocessableEntity) IsClientError() bool
- func (o *UpdateAccountPasswordUnprocessableEntity) IsCode(code int) bool
- func (o *UpdateAccountPasswordUnprocessableEntity) IsRedirect() bool
- func (o *UpdateAccountPasswordUnprocessableEntity) IsServerError() bool
- func (o *UpdateAccountPasswordUnprocessableEntity) IsSuccess() bool
- func (o *UpdateAccountPasswordUnprocessableEntity) String() string
- type UpdateFrontendBody
- type UpdateFrontendInternalServerError
- func (o *UpdateFrontendInternalServerError) Code() int
- func (o *UpdateFrontendInternalServerError) Error() string
- func (o *UpdateFrontendInternalServerError) IsClientError() bool
- func (o *UpdateFrontendInternalServerError) IsCode(code int) bool
- func (o *UpdateFrontendInternalServerError) IsRedirect() bool
- func (o *UpdateFrontendInternalServerError) IsServerError() bool
- func (o *UpdateFrontendInternalServerError) IsSuccess() bool
- func (o *UpdateFrontendInternalServerError) String() string
- type UpdateFrontendNotFound
- func (o *UpdateFrontendNotFound) Code() int
- func (o *UpdateFrontendNotFound) Error() string
- func (o *UpdateFrontendNotFound) IsClientError() bool
- func (o *UpdateFrontendNotFound) IsCode(code int) bool
- func (o *UpdateFrontendNotFound) IsRedirect() bool
- func (o *UpdateFrontendNotFound) IsServerError() bool
- func (o *UpdateFrontendNotFound) IsSuccess() bool
- func (o *UpdateFrontendNotFound) String() string
- type UpdateFrontendOK
- func (o *UpdateFrontendOK) Code() int
- func (o *UpdateFrontendOK) Error() string
- func (o *UpdateFrontendOK) IsClientError() bool
- func (o *UpdateFrontendOK) IsCode(code int) bool
- func (o *UpdateFrontendOK) IsRedirect() bool
- func (o *UpdateFrontendOK) IsServerError() bool
- func (o *UpdateFrontendOK) IsSuccess() bool
- func (o *UpdateFrontendOK) String() string
- type UpdateFrontendParams
- func NewUpdateFrontendParams() *UpdateFrontendParams
- func NewUpdateFrontendParamsWithContext(ctx context.Context) *UpdateFrontendParams
- func NewUpdateFrontendParamsWithHTTPClient(client *http.Client) *UpdateFrontendParams
- func NewUpdateFrontendParamsWithTimeout(timeout time.Duration) *UpdateFrontendParams
- func (o *UpdateFrontendParams) SetBody(body UpdateFrontendBody)
- func (o *UpdateFrontendParams) SetContext(ctx context.Context)
- func (o *UpdateFrontendParams) SetDefaults()
- func (o *UpdateFrontendParams) SetHTTPClient(client *http.Client)
- func (o *UpdateFrontendParams) SetTimeout(timeout time.Duration)
- func (o *UpdateFrontendParams) WithBody(body UpdateFrontendBody) *UpdateFrontendParams
- func (o *UpdateFrontendParams) WithContext(ctx context.Context) *UpdateFrontendParams
- func (o *UpdateFrontendParams) WithDefaults() *UpdateFrontendParams
- func (o *UpdateFrontendParams) WithHTTPClient(client *http.Client) *UpdateFrontendParams
- func (o *UpdateFrontendParams) WithTimeout(timeout time.Duration) *UpdateFrontendParams
- func (o *UpdateFrontendParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateFrontendReader
- type UpdateFrontendUnauthorized
- func (o *UpdateFrontendUnauthorized) Code() int
- func (o *UpdateFrontendUnauthorized) Error() string
- func (o *UpdateFrontendUnauthorized) IsClientError() bool
- func (o *UpdateFrontendUnauthorized) IsCode(code int) bool
- func (o *UpdateFrontendUnauthorized) IsRedirect() bool
- func (o *UpdateFrontendUnauthorized) IsServerError() bool
- func (o *UpdateFrontendUnauthorized) IsSuccess() bool
- func (o *UpdateFrontendUnauthorized) String() string
- type UpdateNamespaceBody
- type UpdateNamespaceInternalServerError
- func (o *UpdateNamespaceInternalServerError) Code() int
- func (o *UpdateNamespaceInternalServerError) Error() string
- func (o *UpdateNamespaceInternalServerError) IsClientError() bool
- func (o *UpdateNamespaceInternalServerError) IsCode(code int) bool
- func (o *UpdateNamespaceInternalServerError) IsRedirect() bool
- func (o *UpdateNamespaceInternalServerError) IsServerError() bool
- func (o *UpdateNamespaceInternalServerError) IsSuccess() bool
- func (o *UpdateNamespaceInternalServerError) String() string
- type UpdateNamespaceNotFound
- func (o *UpdateNamespaceNotFound) Code() int
- func (o *UpdateNamespaceNotFound) Error() string
- func (o *UpdateNamespaceNotFound) IsClientError() bool
- func (o *UpdateNamespaceNotFound) IsCode(code int) bool
- func (o *UpdateNamespaceNotFound) IsRedirect() bool
- func (o *UpdateNamespaceNotFound) IsServerError() bool
- func (o *UpdateNamespaceNotFound) IsSuccess() bool
- func (o *UpdateNamespaceNotFound) String() string
- type UpdateNamespaceOK
- func (o *UpdateNamespaceOK) Code() int
- func (o *UpdateNamespaceOK) Error() string
- func (o *UpdateNamespaceOK) IsClientError() bool
- func (o *UpdateNamespaceOK) IsCode(code int) bool
- func (o *UpdateNamespaceOK) IsRedirect() bool
- func (o *UpdateNamespaceOK) IsServerError() bool
- func (o *UpdateNamespaceOK) IsSuccess() bool
- func (o *UpdateNamespaceOK) String() string
- type UpdateNamespaceParams
- func NewUpdateNamespaceParams() *UpdateNamespaceParams
- func NewUpdateNamespaceParamsWithContext(ctx context.Context) *UpdateNamespaceParams
- func NewUpdateNamespaceParamsWithHTTPClient(client *http.Client) *UpdateNamespaceParams
- func NewUpdateNamespaceParamsWithTimeout(timeout time.Duration) *UpdateNamespaceParams
- func (o *UpdateNamespaceParams) SetBody(body UpdateNamespaceBody)
- func (o *UpdateNamespaceParams) SetContext(ctx context.Context)
- func (o *UpdateNamespaceParams) SetDefaults()
- func (o *UpdateNamespaceParams) SetHTTPClient(client *http.Client)
- func (o *UpdateNamespaceParams) SetTimeout(timeout time.Duration)
- func (o *UpdateNamespaceParams) WithBody(body UpdateNamespaceBody) *UpdateNamespaceParams
- func (o *UpdateNamespaceParams) WithContext(ctx context.Context) *UpdateNamespaceParams
- func (o *UpdateNamespaceParams) WithDefaults() *UpdateNamespaceParams
- func (o *UpdateNamespaceParams) WithHTTPClient(client *http.Client) *UpdateNamespaceParams
- func (o *UpdateNamespaceParams) WithTimeout(timeout time.Duration) *UpdateNamespaceParams
- func (o *UpdateNamespaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateNamespaceReader
- type UpdateNamespaceUnauthorized
- func (o *UpdateNamespaceUnauthorized) Code() int
- func (o *UpdateNamespaceUnauthorized) Error() string
- func (o *UpdateNamespaceUnauthorized) IsClientError() bool
- func (o *UpdateNamespaceUnauthorized) IsCode(code int) bool
- func (o *UpdateNamespaceUnauthorized) IsRedirect() bool
- func (o *UpdateNamespaceUnauthorized) IsServerError() bool
- func (o *UpdateNamespaceUnauthorized) IsSuccess() bool
- func (o *UpdateNamespaceUnauthorized) String() string
Constants ¶
const ( // CreateFrontendBodyPermissionModeOpen captures enum value "open" CreateFrontendBodyPermissionModeOpen string = "open" // CreateFrontendBodyPermissionModeClosed captures enum value "closed" CreateFrontendBodyPermissionModeClosed string = "closed" )
Variables ¶
This section is empty.
Functions ¶
func WithAcceptApplicationJSON ¶
func WithAcceptApplicationJSON(r *runtime.ClientOperation)
WithAcceptApplicationJSON sets the Accept header to "application/json".
func WithAcceptApplicationZrokV1JSON ¶
func WithAcceptApplicationZrokV1JSON(r *runtime.ClientOperation)
WithAcceptApplicationZrokV1JSON sets the Accept header to "application/zrok.v1+json".
func WithContentTypeApplicationJSON ¶
func WithContentTypeApplicationJSON(r *runtime.ClientOperation)
WithContentTypeApplicationJSON sets the Content-Type header to "application/json".
func WithContentTypeApplicationZrokV1JSON ¶
func WithContentTypeApplicationZrokV1JSON(r *runtime.ClientOperation)
WithContentTypeApplicationZrokV1JSON sets the Content-Type header to "application/zrok.v1+json".
Types ¶
type AddFrontendGrantBody ¶
type AddFrontendGrantBody struct {
// email
Email string `json:"email,omitempty"`
// frontend token
FrontendToken string `json:"frontendToken,omitempty"`
}
AddFrontendGrantBody add frontend grant body swagger:model AddFrontendGrantBody
func (*AddFrontendGrantBody) ContextValidate ¶
ContextValidate validates this add frontend grant body based on context it is used
func (*AddFrontendGrantBody) MarshalBinary ¶
func (o *AddFrontendGrantBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*AddFrontendGrantBody) UnmarshalBinary ¶
func (o *AddFrontendGrantBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type AddFrontendGrantInternalServerError ¶
type AddFrontendGrantInternalServerError struct {
}
AddFrontendGrantInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewAddFrontendGrantInternalServerError ¶
func NewAddFrontendGrantInternalServerError() *AddFrontendGrantInternalServerError
NewAddFrontendGrantInternalServerError creates a AddFrontendGrantInternalServerError with default headers values
func (*AddFrontendGrantInternalServerError) Code ¶
func (o *AddFrontendGrantInternalServerError) Code() int
Code gets the status code for the add frontend grant internal server error response
func (*AddFrontendGrantInternalServerError) Error ¶
func (o *AddFrontendGrantInternalServerError) Error() string
func (*AddFrontendGrantInternalServerError) IsClientError ¶
func (o *AddFrontendGrantInternalServerError) IsClientError() bool
IsClientError returns true when this add frontend grant internal server error response has a 4xx status code
func (*AddFrontendGrantInternalServerError) IsCode ¶
func (o *AddFrontendGrantInternalServerError) IsCode(code int) bool
IsCode returns true when this add frontend grant internal server error response a status code equal to that given
func (*AddFrontendGrantInternalServerError) IsRedirect ¶
func (o *AddFrontendGrantInternalServerError) IsRedirect() bool
IsRedirect returns true when this add frontend grant internal server error response has a 3xx status code
func (*AddFrontendGrantInternalServerError) IsServerError ¶
func (o *AddFrontendGrantInternalServerError) IsServerError() bool
IsServerError returns true when this add frontend grant internal server error response has a 5xx status code
func (*AddFrontendGrantInternalServerError) IsSuccess ¶
func (o *AddFrontendGrantInternalServerError) IsSuccess() bool
IsSuccess returns true when this add frontend grant internal server error response has a 2xx status code
func (*AddFrontendGrantInternalServerError) String ¶
func (o *AddFrontendGrantInternalServerError) String() string
type AddFrontendGrantNotFound ¶
type AddFrontendGrantNotFound struct {
Payload rest_model_zrok.ErrorMessage
}
AddFrontendGrantNotFound describes a response with status code 404, with default header values.
not found
func NewAddFrontendGrantNotFound ¶
func NewAddFrontendGrantNotFound() *AddFrontendGrantNotFound
NewAddFrontendGrantNotFound creates a AddFrontendGrantNotFound with default headers values
func (*AddFrontendGrantNotFound) Code ¶
func (o *AddFrontendGrantNotFound) Code() int
Code gets the status code for the add frontend grant not found response
func (*AddFrontendGrantNotFound) Error ¶
func (o *AddFrontendGrantNotFound) Error() string
func (*AddFrontendGrantNotFound) GetPayload ¶
func (o *AddFrontendGrantNotFound) GetPayload() rest_model_zrok.ErrorMessage
func (*AddFrontendGrantNotFound) IsClientError ¶
func (o *AddFrontendGrantNotFound) IsClientError() bool
IsClientError returns true when this add frontend grant not found response has a 4xx status code
func (*AddFrontendGrantNotFound) IsCode ¶
func (o *AddFrontendGrantNotFound) IsCode(code int) bool
IsCode returns true when this add frontend grant not found response a status code equal to that given
func (*AddFrontendGrantNotFound) IsRedirect ¶
func (o *AddFrontendGrantNotFound) IsRedirect() bool
IsRedirect returns true when this add frontend grant not found response has a 3xx status code
func (*AddFrontendGrantNotFound) IsServerError ¶
func (o *AddFrontendGrantNotFound) IsServerError() bool
IsServerError returns true when this add frontend grant not found response has a 5xx status code
func (*AddFrontendGrantNotFound) IsSuccess ¶
func (o *AddFrontendGrantNotFound) IsSuccess() bool
IsSuccess returns true when this add frontend grant not found response has a 2xx status code
func (*AddFrontendGrantNotFound) String ¶
func (o *AddFrontendGrantNotFound) String() string
type AddFrontendGrantOK ¶
type AddFrontendGrantOK struct {
}
AddFrontendGrantOK describes a response with status code 200, with default header values.
ok
func NewAddFrontendGrantOK ¶
func NewAddFrontendGrantOK() *AddFrontendGrantOK
NewAddFrontendGrantOK creates a AddFrontendGrantOK with default headers values
func (*AddFrontendGrantOK) Code ¶
func (o *AddFrontendGrantOK) Code() int
Code gets the status code for the add frontend grant o k response
func (*AddFrontendGrantOK) Error ¶
func (o *AddFrontendGrantOK) Error() string
func (*AddFrontendGrantOK) IsClientError ¶
func (o *AddFrontendGrantOK) IsClientError() bool
IsClientError returns true when this add frontend grant o k response has a 4xx status code
func (*AddFrontendGrantOK) IsCode ¶
func (o *AddFrontendGrantOK) IsCode(code int) bool
IsCode returns true when this add frontend grant o k response a status code equal to that given
func (*AddFrontendGrantOK) IsRedirect ¶
func (o *AddFrontendGrantOK) IsRedirect() bool
IsRedirect returns true when this add frontend grant o k response has a 3xx status code
func (*AddFrontendGrantOK) IsServerError ¶
func (o *AddFrontendGrantOK) IsServerError() bool
IsServerError returns true when this add frontend grant o k response has a 5xx status code
func (*AddFrontendGrantOK) IsSuccess ¶
func (o *AddFrontendGrantOK) IsSuccess() bool
IsSuccess returns true when this add frontend grant o k response has a 2xx status code
func (*AddFrontendGrantOK) String ¶
func (o *AddFrontendGrantOK) String() string
type AddFrontendGrantParams ¶
type AddFrontendGrantParams struct {
// Body.
Body AddFrontendGrantBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AddFrontendGrantParams contains all the parameters to send to the API endpoint
for the add frontend grant operation. Typically these are written to a http.Request.
func NewAddFrontendGrantParams ¶
func NewAddFrontendGrantParams() *AddFrontendGrantParams
NewAddFrontendGrantParams creates a new AddFrontendGrantParams 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 NewAddFrontendGrantParamsWithContext ¶
func NewAddFrontendGrantParamsWithContext(ctx context.Context) *AddFrontendGrantParams
NewAddFrontendGrantParamsWithContext creates a new AddFrontendGrantParams object with the ability to set a context for a request.
func NewAddFrontendGrantParamsWithHTTPClient ¶
func NewAddFrontendGrantParamsWithHTTPClient(client *http.Client) *AddFrontendGrantParams
NewAddFrontendGrantParamsWithHTTPClient creates a new AddFrontendGrantParams object with the ability to set a custom HTTPClient for a request.
func NewAddFrontendGrantParamsWithTimeout ¶
func NewAddFrontendGrantParamsWithTimeout(timeout time.Duration) *AddFrontendGrantParams
NewAddFrontendGrantParamsWithTimeout creates a new AddFrontendGrantParams object with the ability to set a timeout on a request.
func (*AddFrontendGrantParams) SetBody ¶
func (o *AddFrontendGrantParams) SetBody(body AddFrontendGrantBody)
SetBody adds the body to the add frontend grant params
func (*AddFrontendGrantParams) SetContext ¶
func (o *AddFrontendGrantParams) SetContext(ctx context.Context)
SetContext adds the context to the add frontend grant params
func (*AddFrontendGrantParams) SetDefaults ¶
func (o *AddFrontendGrantParams) SetDefaults()
SetDefaults hydrates default values in the add frontend grant params (not the query body).
All values with no default are reset to their zero value.
func (*AddFrontendGrantParams) SetHTTPClient ¶
func (o *AddFrontendGrantParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add frontend grant params
func (*AddFrontendGrantParams) SetTimeout ¶
func (o *AddFrontendGrantParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add frontend grant params
func (*AddFrontendGrantParams) WithBody ¶
func (o *AddFrontendGrantParams) WithBody(body AddFrontendGrantBody) *AddFrontendGrantParams
WithBody adds the body to the add frontend grant params
func (*AddFrontendGrantParams) WithContext ¶
func (o *AddFrontendGrantParams) WithContext(ctx context.Context) *AddFrontendGrantParams
WithContext adds the context to the add frontend grant params
func (*AddFrontendGrantParams) WithDefaults ¶
func (o *AddFrontendGrantParams) WithDefaults() *AddFrontendGrantParams
WithDefaults hydrates default values in the add frontend grant params (not the query body).
All values with no default are reset to their zero value.
func (*AddFrontendGrantParams) WithHTTPClient ¶
func (o *AddFrontendGrantParams) WithHTTPClient(client *http.Client) *AddFrontendGrantParams
WithHTTPClient adds the HTTPClient to the add frontend grant params
func (*AddFrontendGrantParams) WithTimeout ¶
func (o *AddFrontendGrantParams) WithTimeout(timeout time.Duration) *AddFrontendGrantParams
WithTimeout adds the timeout to the add frontend grant params
func (*AddFrontendGrantParams) WriteToRequest ¶
func (o *AddFrontendGrantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddFrontendGrantReader ¶
type AddFrontendGrantReader struct {
// contains filtered or unexported fields
}
AddFrontendGrantReader is a Reader for the AddFrontendGrant structure.
func (*AddFrontendGrantReader) ReadResponse ¶
func (o *AddFrontendGrantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type AddFrontendGrantUnauthorized ¶
type AddFrontendGrantUnauthorized struct {
}
AddFrontendGrantUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewAddFrontendGrantUnauthorized ¶
func NewAddFrontendGrantUnauthorized() *AddFrontendGrantUnauthorized
NewAddFrontendGrantUnauthorized creates a AddFrontendGrantUnauthorized with default headers values
func (*AddFrontendGrantUnauthorized) Code ¶
func (o *AddFrontendGrantUnauthorized) Code() int
Code gets the status code for the add frontend grant unauthorized response
func (*AddFrontendGrantUnauthorized) Error ¶
func (o *AddFrontendGrantUnauthorized) Error() string
func (*AddFrontendGrantUnauthorized) IsClientError ¶
func (o *AddFrontendGrantUnauthorized) IsClientError() bool
IsClientError returns true when this add frontend grant unauthorized response has a 4xx status code
func (*AddFrontendGrantUnauthorized) IsCode ¶
func (o *AddFrontendGrantUnauthorized) IsCode(code int) bool
IsCode returns true when this add frontend grant unauthorized response a status code equal to that given
func (*AddFrontendGrantUnauthorized) IsRedirect ¶
func (o *AddFrontendGrantUnauthorized) IsRedirect() bool
IsRedirect returns true when this add frontend grant unauthorized response has a 3xx status code
func (*AddFrontendGrantUnauthorized) IsServerError ¶
func (o *AddFrontendGrantUnauthorized) IsServerError() bool
IsServerError returns true when this add frontend grant unauthorized response has a 5xx status code
func (*AddFrontendGrantUnauthorized) IsSuccess ¶
func (o *AddFrontendGrantUnauthorized) IsSuccess() bool
IsSuccess returns true when this add frontend grant unauthorized response has a 2xx status code
func (*AddFrontendGrantUnauthorized) String ¶
func (o *AddFrontendGrantUnauthorized) String() string
type AddNamespaceFrontendMappingBody ¶
type AddNamespaceFrontendMappingBody struct {
// frontend token
FrontendToken string `json:"frontendToken,omitempty"`
// is default
IsDefault bool `json:"isDefault,omitempty"`
// namespace token
NamespaceToken string `json:"namespaceToken,omitempty"`
}
AddNamespaceFrontendMappingBody add namespace frontend mapping body swagger:model AddNamespaceFrontendMappingBody
func (*AddNamespaceFrontendMappingBody) ContextValidate ¶
func (o *AddNamespaceFrontendMappingBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this add namespace frontend mapping body based on context it is used
func (*AddNamespaceFrontendMappingBody) MarshalBinary ¶
func (o *AddNamespaceFrontendMappingBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*AddNamespaceFrontendMappingBody) UnmarshalBinary ¶
func (o *AddNamespaceFrontendMappingBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type AddNamespaceFrontendMappingInternalServerError ¶
type AddNamespaceFrontendMappingInternalServerError struct {
}
AddNamespaceFrontendMappingInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewAddNamespaceFrontendMappingInternalServerError ¶
func NewAddNamespaceFrontendMappingInternalServerError() *AddNamespaceFrontendMappingInternalServerError
NewAddNamespaceFrontendMappingInternalServerError creates a AddNamespaceFrontendMappingInternalServerError with default headers values
func (*AddNamespaceFrontendMappingInternalServerError) Code ¶
func (o *AddNamespaceFrontendMappingInternalServerError) Code() int
Code gets the status code for the add namespace frontend mapping internal server error response
func (*AddNamespaceFrontendMappingInternalServerError) Error ¶
func (o *AddNamespaceFrontendMappingInternalServerError) Error() string
func (*AddNamespaceFrontendMappingInternalServerError) IsClientError ¶
func (o *AddNamespaceFrontendMappingInternalServerError) IsClientError() bool
IsClientError returns true when this add namespace frontend mapping internal server error response has a 4xx status code
func (*AddNamespaceFrontendMappingInternalServerError) IsCode ¶
func (o *AddNamespaceFrontendMappingInternalServerError) IsCode(code int) bool
IsCode returns true when this add namespace frontend mapping internal server error response a status code equal to that given
func (*AddNamespaceFrontendMappingInternalServerError) IsRedirect ¶
func (o *AddNamespaceFrontendMappingInternalServerError) IsRedirect() bool
IsRedirect returns true when this add namespace frontend mapping internal server error response has a 3xx status code
func (*AddNamespaceFrontendMappingInternalServerError) IsServerError ¶
func (o *AddNamespaceFrontendMappingInternalServerError) IsServerError() bool
IsServerError returns true when this add namespace frontend mapping internal server error response has a 5xx status code
func (*AddNamespaceFrontendMappingInternalServerError) IsSuccess ¶
func (o *AddNamespaceFrontendMappingInternalServerError) IsSuccess() bool
IsSuccess returns true when this add namespace frontend mapping internal server error response has a 2xx status code
func (*AddNamespaceFrontendMappingInternalServerError) String ¶
func (o *AddNamespaceFrontendMappingInternalServerError) String() string
type AddNamespaceFrontendMappingNotFound ¶
type AddNamespaceFrontendMappingNotFound struct {
}
AddNamespaceFrontendMappingNotFound describes a response with status code 404, with default header values.
not found
func NewAddNamespaceFrontendMappingNotFound ¶
func NewAddNamespaceFrontendMappingNotFound() *AddNamespaceFrontendMappingNotFound
NewAddNamespaceFrontendMappingNotFound creates a AddNamespaceFrontendMappingNotFound with default headers values
func (*AddNamespaceFrontendMappingNotFound) Code ¶
func (o *AddNamespaceFrontendMappingNotFound) Code() int
Code gets the status code for the add namespace frontend mapping not found response
func (*AddNamespaceFrontendMappingNotFound) Error ¶
func (o *AddNamespaceFrontendMappingNotFound) Error() string
func (*AddNamespaceFrontendMappingNotFound) IsClientError ¶
func (o *AddNamespaceFrontendMappingNotFound) IsClientError() bool
IsClientError returns true when this add namespace frontend mapping not found response has a 4xx status code
func (*AddNamespaceFrontendMappingNotFound) IsCode ¶
func (o *AddNamespaceFrontendMappingNotFound) IsCode(code int) bool
IsCode returns true when this add namespace frontend mapping not found response a status code equal to that given
func (*AddNamespaceFrontendMappingNotFound) IsRedirect ¶
func (o *AddNamespaceFrontendMappingNotFound) IsRedirect() bool
IsRedirect returns true when this add namespace frontend mapping not found response has a 3xx status code
func (*AddNamespaceFrontendMappingNotFound) IsServerError ¶
func (o *AddNamespaceFrontendMappingNotFound) IsServerError() bool
IsServerError returns true when this add namespace frontend mapping not found response has a 5xx status code
func (*AddNamespaceFrontendMappingNotFound) IsSuccess ¶
func (o *AddNamespaceFrontendMappingNotFound) IsSuccess() bool
IsSuccess returns true when this add namespace frontend mapping not found response has a 2xx status code
func (*AddNamespaceFrontendMappingNotFound) String ¶
func (o *AddNamespaceFrontendMappingNotFound) String() string
type AddNamespaceFrontendMappingOK ¶
type AddNamespaceFrontendMappingOK struct {
}
AddNamespaceFrontendMappingOK describes a response with status code 200, with default header values.
namespace frontend mapping added
func NewAddNamespaceFrontendMappingOK ¶
func NewAddNamespaceFrontendMappingOK() *AddNamespaceFrontendMappingOK
NewAddNamespaceFrontendMappingOK creates a AddNamespaceFrontendMappingOK with default headers values
func (*AddNamespaceFrontendMappingOK) Code ¶
func (o *AddNamespaceFrontendMappingOK) Code() int
Code gets the status code for the add namespace frontend mapping o k response
func (*AddNamespaceFrontendMappingOK) Error ¶
func (o *AddNamespaceFrontendMappingOK) Error() string
func (*AddNamespaceFrontendMappingOK) IsClientError ¶
func (o *AddNamespaceFrontendMappingOK) IsClientError() bool
IsClientError returns true when this add namespace frontend mapping o k response has a 4xx status code
func (*AddNamespaceFrontendMappingOK) IsCode ¶
func (o *AddNamespaceFrontendMappingOK) IsCode(code int) bool
IsCode returns true when this add namespace frontend mapping o k response a status code equal to that given
func (*AddNamespaceFrontendMappingOK) IsRedirect ¶
func (o *AddNamespaceFrontendMappingOK) IsRedirect() bool
IsRedirect returns true when this add namespace frontend mapping o k response has a 3xx status code
func (*AddNamespaceFrontendMappingOK) IsServerError ¶
func (o *AddNamespaceFrontendMappingOK) IsServerError() bool
IsServerError returns true when this add namespace frontend mapping o k response has a 5xx status code
func (*AddNamespaceFrontendMappingOK) IsSuccess ¶
func (o *AddNamespaceFrontendMappingOK) IsSuccess() bool
IsSuccess returns true when this add namespace frontend mapping o k response has a 2xx status code
func (*AddNamespaceFrontendMappingOK) String ¶
func (o *AddNamespaceFrontendMappingOK) String() string
type AddNamespaceFrontendMappingParams ¶
type AddNamespaceFrontendMappingParams struct {
// Body.
Body AddNamespaceFrontendMappingBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AddNamespaceFrontendMappingParams contains all the parameters to send to the API endpoint
for the add namespace frontend mapping operation. Typically these are written to a http.Request.
func NewAddNamespaceFrontendMappingParams ¶
func NewAddNamespaceFrontendMappingParams() *AddNamespaceFrontendMappingParams
NewAddNamespaceFrontendMappingParams creates a new AddNamespaceFrontendMappingParams 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 NewAddNamespaceFrontendMappingParamsWithContext ¶
func NewAddNamespaceFrontendMappingParamsWithContext(ctx context.Context) *AddNamespaceFrontendMappingParams
NewAddNamespaceFrontendMappingParamsWithContext creates a new AddNamespaceFrontendMappingParams object with the ability to set a context for a request.
func NewAddNamespaceFrontendMappingParamsWithHTTPClient ¶
func NewAddNamespaceFrontendMappingParamsWithHTTPClient(client *http.Client) *AddNamespaceFrontendMappingParams
NewAddNamespaceFrontendMappingParamsWithHTTPClient creates a new AddNamespaceFrontendMappingParams object with the ability to set a custom HTTPClient for a request.
func NewAddNamespaceFrontendMappingParamsWithTimeout ¶
func NewAddNamespaceFrontendMappingParamsWithTimeout(timeout time.Duration) *AddNamespaceFrontendMappingParams
NewAddNamespaceFrontendMappingParamsWithTimeout creates a new AddNamespaceFrontendMappingParams object with the ability to set a timeout on a request.
func (*AddNamespaceFrontendMappingParams) SetBody ¶
func (o *AddNamespaceFrontendMappingParams) SetBody(body AddNamespaceFrontendMappingBody)
SetBody adds the body to the add namespace frontend mapping params
func (*AddNamespaceFrontendMappingParams) SetContext ¶
func (o *AddNamespaceFrontendMappingParams) SetContext(ctx context.Context)
SetContext adds the context to the add namespace frontend mapping params
func (*AddNamespaceFrontendMappingParams) SetDefaults ¶
func (o *AddNamespaceFrontendMappingParams) SetDefaults()
SetDefaults hydrates default values in the add namespace frontend mapping params (not the query body).
All values with no default are reset to their zero value.
func (*AddNamespaceFrontendMappingParams) SetHTTPClient ¶
func (o *AddNamespaceFrontendMappingParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add namespace frontend mapping params
func (*AddNamespaceFrontendMappingParams) SetTimeout ¶
func (o *AddNamespaceFrontendMappingParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add namespace frontend mapping params
func (*AddNamespaceFrontendMappingParams) WithBody ¶
func (o *AddNamespaceFrontendMappingParams) WithBody(body AddNamespaceFrontendMappingBody) *AddNamespaceFrontendMappingParams
WithBody adds the body to the add namespace frontend mapping params
func (*AddNamespaceFrontendMappingParams) WithContext ¶
func (o *AddNamespaceFrontendMappingParams) WithContext(ctx context.Context) *AddNamespaceFrontendMappingParams
WithContext adds the context to the add namespace frontend mapping params
func (*AddNamespaceFrontendMappingParams) WithDefaults ¶
func (o *AddNamespaceFrontendMappingParams) WithDefaults() *AddNamespaceFrontendMappingParams
WithDefaults hydrates default values in the add namespace frontend mapping params (not the query body).
All values with no default are reset to their zero value.
func (*AddNamespaceFrontendMappingParams) WithHTTPClient ¶
func (o *AddNamespaceFrontendMappingParams) WithHTTPClient(client *http.Client) *AddNamespaceFrontendMappingParams
WithHTTPClient adds the HTTPClient to the add namespace frontend mapping params
func (*AddNamespaceFrontendMappingParams) WithTimeout ¶
func (o *AddNamespaceFrontendMappingParams) WithTimeout(timeout time.Duration) *AddNamespaceFrontendMappingParams
WithTimeout adds the timeout to the add namespace frontend mapping params
func (*AddNamespaceFrontendMappingParams) WriteToRequest ¶
func (o *AddNamespaceFrontendMappingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddNamespaceFrontendMappingReader ¶
type AddNamespaceFrontendMappingReader struct {
// contains filtered or unexported fields
}
AddNamespaceFrontendMappingReader is a Reader for the AddNamespaceFrontendMapping structure.
func (*AddNamespaceFrontendMappingReader) ReadResponse ¶
func (o *AddNamespaceFrontendMappingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type AddNamespaceFrontendMappingUnauthorized ¶
type AddNamespaceFrontendMappingUnauthorized struct {
}
AddNamespaceFrontendMappingUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewAddNamespaceFrontendMappingUnauthorized ¶
func NewAddNamespaceFrontendMappingUnauthorized() *AddNamespaceFrontendMappingUnauthorized
NewAddNamespaceFrontendMappingUnauthorized creates a AddNamespaceFrontendMappingUnauthorized with default headers values
func (*AddNamespaceFrontendMappingUnauthorized) Code ¶
func (o *AddNamespaceFrontendMappingUnauthorized) Code() int
Code gets the status code for the add namespace frontend mapping unauthorized response
func (*AddNamespaceFrontendMappingUnauthorized) Error ¶
func (o *AddNamespaceFrontendMappingUnauthorized) Error() string
func (*AddNamespaceFrontendMappingUnauthorized) IsClientError ¶
func (o *AddNamespaceFrontendMappingUnauthorized) IsClientError() bool
IsClientError returns true when this add namespace frontend mapping unauthorized response has a 4xx status code
func (*AddNamespaceFrontendMappingUnauthorized) IsCode ¶
func (o *AddNamespaceFrontendMappingUnauthorized) IsCode(code int) bool
IsCode returns true when this add namespace frontend mapping unauthorized response a status code equal to that given
func (*AddNamespaceFrontendMappingUnauthorized) IsRedirect ¶
func (o *AddNamespaceFrontendMappingUnauthorized) IsRedirect() bool
IsRedirect returns true when this add namespace frontend mapping unauthorized response has a 3xx status code
func (*AddNamespaceFrontendMappingUnauthorized) IsServerError ¶
func (o *AddNamespaceFrontendMappingUnauthorized) IsServerError() bool
IsServerError returns true when this add namespace frontend mapping unauthorized response has a 5xx status code
func (*AddNamespaceFrontendMappingUnauthorized) IsSuccess ¶
func (o *AddNamespaceFrontendMappingUnauthorized) IsSuccess() bool
IsSuccess returns true when this add namespace frontend mapping unauthorized response has a 2xx status code
func (*AddNamespaceFrontendMappingUnauthorized) String ¶
func (o *AddNamespaceFrontendMappingUnauthorized) String() string
type AddNamespaceGrantBody ¶
type AddNamespaceGrantBody struct {
// email
Email string `json:"email,omitempty"`
// namespace token
NamespaceToken string `json:"namespaceToken,omitempty"`
}
AddNamespaceGrantBody add namespace grant body swagger:model AddNamespaceGrantBody
func (*AddNamespaceGrantBody) ContextValidate ¶
ContextValidate validates this add namespace grant body based on context it is used
func (*AddNamespaceGrantBody) MarshalBinary ¶
func (o *AddNamespaceGrantBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*AddNamespaceGrantBody) UnmarshalBinary ¶
func (o *AddNamespaceGrantBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type AddNamespaceGrantInternalServerError ¶
type AddNamespaceGrantInternalServerError struct {
}
AddNamespaceGrantInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewAddNamespaceGrantInternalServerError ¶
func NewAddNamespaceGrantInternalServerError() *AddNamespaceGrantInternalServerError
NewAddNamespaceGrantInternalServerError creates a AddNamespaceGrantInternalServerError with default headers values
func (*AddNamespaceGrantInternalServerError) Code ¶
func (o *AddNamespaceGrantInternalServerError) Code() int
Code gets the status code for the add namespace grant internal server error response
func (*AddNamespaceGrantInternalServerError) Error ¶
func (o *AddNamespaceGrantInternalServerError) Error() string
func (*AddNamespaceGrantInternalServerError) IsClientError ¶
func (o *AddNamespaceGrantInternalServerError) IsClientError() bool
IsClientError returns true when this add namespace grant internal server error response has a 4xx status code
func (*AddNamespaceGrantInternalServerError) IsCode ¶
func (o *AddNamespaceGrantInternalServerError) IsCode(code int) bool
IsCode returns true when this add namespace grant internal server error response a status code equal to that given
func (*AddNamespaceGrantInternalServerError) IsRedirect ¶
func (o *AddNamespaceGrantInternalServerError) IsRedirect() bool
IsRedirect returns true when this add namespace grant internal server error response has a 3xx status code
func (*AddNamespaceGrantInternalServerError) IsServerError ¶
func (o *AddNamespaceGrantInternalServerError) IsServerError() bool
IsServerError returns true when this add namespace grant internal server error response has a 5xx status code
func (*AddNamespaceGrantInternalServerError) IsSuccess ¶
func (o *AddNamespaceGrantInternalServerError) IsSuccess() bool
IsSuccess returns true when this add namespace grant internal server error response has a 2xx status code
func (*AddNamespaceGrantInternalServerError) String ¶
func (o *AddNamespaceGrantInternalServerError) String() string
type AddNamespaceGrantNotFound ¶
type AddNamespaceGrantNotFound struct {
}
AddNamespaceGrantNotFound describes a response with status code 404, with default header values.
not found
func NewAddNamespaceGrantNotFound ¶
func NewAddNamespaceGrantNotFound() *AddNamespaceGrantNotFound
NewAddNamespaceGrantNotFound creates a AddNamespaceGrantNotFound with default headers values
func (*AddNamespaceGrantNotFound) Code ¶
func (o *AddNamespaceGrantNotFound) Code() int
Code gets the status code for the add namespace grant not found response
func (*AddNamespaceGrantNotFound) Error ¶
func (o *AddNamespaceGrantNotFound) Error() string
func (*AddNamespaceGrantNotFound) IsClientError ¶
func (o *AddNamespaceGrantNotFound) IsClientError() bool
IsClientError returns true when this add namespace grant not found response has a 4xx status code
func (*AddNamespaceGrantNotFound) IsCode ¶
func (o *AddNamespaceGrantNotFound) IsCode(code int) bool
IsCode returns true when this add namespace grant not found response a status code equal to that given
func (*AddNamespaceGrantNotFound) IsRedirect ¶
func (o *AddNamespaceGrantNotFound) IsRedirect() bool
IsRedirect returns true when this add namespace grant not found response has a 3xx status code
func (*AddNamespaceGrantNotFound) IsServerError ¶
func (o *AddNamespaceGrantNotFound) IsServerError() bool
IsServerError returns true when this add namespace grant not found response has a 5xx status code
func (*AddNamespaceGrantNotFound) IsSuccess ¶
func (o *AddNamespaceGrantNotFound) IsSuccess() bool
IsSuccess returns true when this add namespace grant not found response has a 2xx status code
func (*AddNamespaceGrantNotFound) String ¶
func (o *AddNamespaceGrantNotFound) String() string
type AddNamespaceGrantOK ¶
type AddNamespaceGrantOK struct {
}
AddNamespaceGrantOK describes a response with status code 200, with default header values.
namespace grant added
func NewAddNamespaceGrantOK ¶
func NewAddNamespaceGrantOK() *AddNamespaceGrantOK
NewAddNamespaceGrantOK creates a AddNamespaceGrantOK with default headers values
func (*AddNamespaceGrantOK) Code ¶
func (o *AddNamespaceGrantOK) Code() int
Code gets the status code for the add namespace grant o k response
func (*AddNamespaceGrantOK) Error ¶
func (o *AddNamespaceGrantOK) Error() string
func (*AddNamespaceGrantOK) IsClientError ¶
func (o *AddNamespaceGrantOK) IsClientError() bool
IsClientError returns true when this add namespace grant o k response has a 4xx status code
func (*AddNamespaceGrantOK) IsCode ¶
func (o *AddNamespaceGrantOK) IsCode(code int) bool
IsCode returns true when this add namespace grant o k response a status code equal to that given
func (*AddNamespaceGrantOK) IsRedirect ¶
func (o *AddNamespaceGrantOK) IsRedirect() bool
IsRedirect returns true when this add namespace grant o k response has a 3xx status code
func (*AddNamespaceGrantOK) IsServerError ¶
func (o *AddNamespaceGrantOK) IsServerError() bool
IsServerError returns true when this add namespace grant o k response has a 5xx status code
func (*AddNamespaceGrantOK) IsSuccess ¶
func (o *AddNamespaceGrantOK) IsSuccess() bool
IsSuccess returns true when this add namespace grant o k response has a 2xx status code
func (*AddNamespaceGrantOK) String ¶
func (o *AddNamespaceGrantOK) String() string
type AddNamespaceGrantParams ¶
type AddNamespaceGrantParams struct {
// Body.
Body AddNamespaceGrantBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AddNamespaceGrantParams contains all the parameters to send to the API endpoint
for the add namespace grant operation. Typically these are written to a http.Request.
func NewAddNamespaceGrantParams ¶
func NewAddNamespaceGrantParams() *AddNamespaceGrantParams
NewAddNamespaceGrantParams creates a new AddNamespaceGrantParams 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 NewAddNamespaceGrantParamsWithContext ¶
func NewAddNamespaceGrantParamsWithContext(ctx context.Context) *AddNamespaceGrantParams
NewAddNamespaceGrantParamsWithContext creates a new AddNamespaceGrantParams object with the ability to set a context for a request.
func NewAddNamespaceGrantParamsWithHTTPClient ¶
func NewAddNamespaceGrantParamsWithHTTPClient(client *http.Client) *AddNamespaceGrantParams
NewAddNamespaceGrantParamsWithHTTPClient creates a new AddNamespaceGrantParams object with the ability to set a custom HTTPClient for a request.
func NewAddNamespaceGrantParamsWithTimeout ¶
func NewAddNamespaceGrantParamsWithTimeout(timeout time.Duration) *AddNamespaceGrantParams
NewAddNamespaceGrantParamsWithTimeout creates a new AddNamespaceGrantParams object with the ability to set a timeout on a request.
func (*AddNamespaceGrantParams) SetBody ¶
func (o *AddNamespaceGrantParams) SetBody(body AddNamespaceGrantBody)
SetBody adds the body to the add namespace grant params
func (*AddNamespaceGrantParams) SetContext ¶
func (o *AddNamespaceGrantParams) SetContext(ctx context.Context)
SetContext adds the context to the add namespace grant params
func (*AddNamespaceGrantParams) SetDefaults ¶
func (o *AddNamespaceGrantParams) SetDefaults()
SetDefaults hydrates default values in the add namespace grant params (not the query body).
All values with no default are reset to their zero value.
func (*AddNamespaceGrantParams) SetHTTPClient ¶
func (o *AddNamespaceGrantParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add namespace grant params
func (*AddNamespaceGrantParams) SetTimeout ¶
func (o *AddNamespaceGrantParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add namespace grant params
func (*AddNamespaceGrantParams) WithBody ¶
func (o *AddNamespaceGrantParams) WithBody(body AddNamespaceGrantBody) *AddNamespaceGrantParams
WithBody adds the body to the add namespace grant params
func (*AddNamespaceGrantParams) WithContext ¶
func (o *AddNamespaceGrantParams) WithContext(ctx context.Context) *AddNamespaceGrantParams
WithContext adds the context to the add namespace grant params
func (*AddNamespaceGrantParams) WithDefaults ¶
func (o *AddNamespaceGrantParams) WithDefaults() *AddNamespaceGrantParams
WithDefaults hydrates default values in the add namespace grant params (not the query body).
All values with no default are reset to their zero value.
func (*AddNamespaceGrantParams) WithHTTPClient ¶
func (o *AddNamespaceGrantParams) WithHTTPClient(client *http.Client) *AddNamespaceGrantParams
WithHTTPClient adds the HTTPClient to the add namespace grant params
func (*AddNamespaceGrantParams) WithTimeout ¶
func (o *AddNamespaceGrantParams) WithTimeout(timeout time.Duration) *AddNamespaceGrantParams
WithTimeout adds the timeout to the add namespace grant params
func (*AddNamespaceGrantParams) WriteToRequest ¶
func (o *AddNamespaceGrantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddNamespaceGrantReader ¶
type AddNamespaceGrantReader struct {
// contains filtered or unexported fields
}
AddNamespaceGrantReader is a Reader for the AddNamespaceGrant structure.
func (*AddNamespaceGrantReader) ReadResponse ¶
func (o *AddNamespaceGrantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type AddNamespaceGrantUnauthorized ¶
type AddNamespaceGrantUnauthorized struct {
}
AddNamespaceGrantUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewAddNamespaceGrantUnauthorized ¶
func NewAddNamespaceGrantUnauthorized() *AddNamespaceGrantUnauthorized
NewAddNamespaceGrantUnauthorized creates a AddNamespaceGrantUnauthorized with default headers values
func (*AddNamespaceGrantUnauthorized) Code ¶
func (o *AddNamespaceGrantUnauthorized) Code() int
Code gets the status code for the add namespace grant unauthorized response
func (*AddNamespaceGrantUnauthorized) Error ¶
func (o *AddNamespaceGrantUnauthorized) Error() string
func (*AddNamespaceGrantUnauthorized) IsClientError ¶
func (o *AddNamespaceGrantUnauthorized) IsClientError() bool
IsClientError returns true when this add namespace grant unauthorized response has a 4xx status code
func (*AddNamespaceGrantUnauthorized) IsCode ¶
func (o *AddNamespaceGrantUnauthorized) IsCode(code int) bool
IsCode returns true when this add namespace grant unauthorized response a status code equal to that given
func (*AddNamespaceGrantUnauthorized) IsRedirect ¶
func (o *AddNamespaceGrantUnauthorized) IsRedirect() bool
IsRedirect returns true when this add namespace grant unauthorized response has a 3xx status code
func (*AddNamespaceGrantUnauthorized) IsServerError ¶
func (o *AddNamespaceGrantUnauthorized) IsServerError() bool
IsServerError returns true when this add namespace grant unauthorized response has a 5xx status code
func (*AddNamespaceGrantUnauthorized) IsSuccess ¶
func (o *AddNamespaceGrantUnauthorized) IsSuccess() bool
IsSuccess returns true when this add namespace grant unauthorized response has a 2xx status code
func (*AddNamespaceGrantUnauthorized) String ¶
func (o *AddNamespaceGrantUnauthorized) String() string
type AddOrganizationMemberBody ¶
type AddOrganizationMemberBody struct {
// admin
Admin bool `json:"admin,omitempty"`
// email
Email string `json:"email,omitempty"`
// organization token
OrganizationToken string `json:"organizationToken,omitempty"`
}
AddOrganizationMemberBody add organization member body swagger:model AddOrganizationMemberBody
func (*AddOrganizationMemberBody) ContextValidate ¶
func (o *AddOrganizationMemberBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this add organization member body based on context it is used
func (*AddOrganizationMemberBody) MarshalBinary ¶
func (o *AddOrganizationMemberBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*AddOrganizationMemberBody) UnmarshalBinary ¶
func (o *AddOrganizationMemberBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type AddOrganizationMemberCreated ¶
type AddOrganizationMemberCreated struct {
}
AddOrganizationMemberCreated describes a response with status code 201, with default header values.
member added
func NewAddOrganizationMemberCreated ¶
func NewAddOrganizationMemberCreated() *AddOrganizationMemberCreated
NewAddOrganizationMemberCreated creates a AddOrganizationMemberCreated with default headers values
func (*AddOrganizationMemberCreated) Code ¶
func (o *AddOrganizationMemberCreated) Code() int
Code gets the status code for the add organization member created response
func (*AddOrganizationMemberCreated) Error ¶
func (o *AddOrganizationMemberCreated) Error() string
func (*AddOrganizationMemberCreated) IsClientError ¶
func (o *AddOrganizationMemberCreated) IsClientError() bool
IsClientError returns true when this add organization member created response has a 4xx status code
func (*AddOrganizationMemberCreated) IsCode ¶
func (o *AddOrganizationMemberCreated) IsCode(code int) bool
IsCode returns true when this add organization member created response a status code equal to that given
func (*AddOrganizationMemberCreated) IsRedirect ¶
func (o *AddOrganizationMemberCreated) IsRedirect() bool
IsRedirect returns true when this add organization member created response has a 3xx status code
func (*AddOrganizationMemberCreated) IsServerError ¶
func (o *AddOrganizationMemberCreated) IsServerError() bool
IsServerError returns true when this add organization member created response has a 5xx status code
func (*AddOrganizationMemberCreated) IsSuccess ¶
func (o *AddOrganizationMemberCreated) IsSuccess() bool
IsSuccess returns true when this add organization member created response has a 2xx status code
func (*AddOrganizationMemberCreated) String ¶
func (o *AddOrganizationMemberCreated) String() string
type AddOrganizationMemberInternalServerError ¶
type AddOrganizationMemberInternalServerError struct {
}
AddOrganizationMemberInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewAddOrganizationMemberInternalServerError ¶
func NewAddOrganizationMemberInternalServerError() *AddOrganizationMemberInternalServerError
NewAddOrganizationMemberInternalServerError creates a AddOrganizationMemberInternalServerError with default headers values
func (*AddOrganizationMemberInternalServerError) Code ¶
func (o *AddOrganizationMemberInternalServerError) Code() int
Code gets the status code for the add organization member internal server error response
func (*AddOrganizationMemberInternalServerError) Error ¶
func (o *AddOrganizationMemberInternalServerError) Error() string
func (*AddOrganizationMemberInternalServerError) IsClientError ¶
func (o *AddOrganizationMemberInternalServerError) IsClientError() bool
IsClientError returns true when this add organization member internal server error response has a 4xx status code
func (*AddOrganizationMemberInternalServerError) IsCode ¶
func (o *AddOrganizationMemberInternalServerError) IsCode(code int) bool
IsCode returns true when this add organization member internal server error response a status code equal to that given
func (*AddOrganizationMemberInternalServerError) IsRedirect ¶
func (o *AddOrganizationMemberInternalServerError) IsRedirect() bool
IsRedirect returns true when this add organization member internal server error response has a 3xx status code
func (*AddOrganizationMemberInternalServerError) IsServerError ¶
func (o *AddOrganizationMemberInternalServerError) IsServerError() bool
IsServerError returns true when this add organization member internal server error response has a 5xx status code
func (*AddOrganizationMemberInternalServerError) IsSuccess ¶
func (o *AddOrganizationMemberInternalServerError) IsSuccess() bool
IsSuccess returns true when this add organization member internal server error response has a 2xx status code
func (*AddOrganizationMemberInternalServerError) String ¶
func (o *AddOrganizationMemberInternalServerError) String() string
type AddOrganizationMemberNotFound ¶
type AddOrganizationMemberNotFound struct {
}
AddOrganizationMemberNotFound describes a response with status code 404, with default header values.
not found
func NewAddOrganizationMemberNotFound ¶
func NewAddOrganizationMemberNotFound() *AddOrganizationMemberNotFound
NewAddOrganizationMemberNotFound creates a AddOrganizationMemberNotFound with default headers values
func (*AddOrganizationMemberNotFound) Code ¶
func (o *AddOrganizationMemberNotFound) Code() int
Code gets the status code for the add organization member not found response
func (*AddOrganizationMemberNotFound) Error ¶
func (o *AddOrganizationMemberNotFound) Error() string
func (*AddOrganizationMemberNotFound) IsClientError ¶
func (o *AddOrganizationMemberNotFound) IsClientError() bool
IsClientError returns true when this add organization member not found response has a 4xx status code
func (*AddOrganizationMemberNotFound) IsCode ¶
func (o *AddOrganizationMemberNotFound) IsCode(code int) bool
IsCode returns true when this add organization member not found response a status code equal to that given
func (*AddOrganizationMemberNotFound) IsRedirect ¶
func (o *AddOrganizationMemberNotFound) IsRedirect() bool
IsRedirect returns true when this add organization member not found response has a 3xx status code
func (*AddOrganizationMemberNotFound) IsServerError ¶
func (o *AddOrganizationMemberNotFound) IsServerError() bool
IsServerError returns true when this add organization member not found response has a 5xx status code
func (*AddOrganizationMemberNotFound) IsSuccess ¶
func (o *AddOrganizationMemberNotFound) IsSuccess() bool
IsSuccess returns true when this add organization member not found response has a 2xx status code
func (*AddOrganizationMemberNotFound) String ¶
func (o *AddOrganizationMemberNotFound) String() string
type AddOrganizationMemberParams ¶
type AddOrganizationMemberParams struct {
// Body.
Body AddOrganizationMemberBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AddOrganizationMemberParams contains all the parameters to send to the API endpoint
for the add organization member operation. Typically these are written to a http.Request.
func NewAddOrganizationMemberParams ¶
func NewAddOrganizationMemberParams() *AddOrganizationMemberParams
NewAddOrganizationMemberParams creates a new AddOrganizationMemberParams 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 NewAddOrganizationMemberParamsWithContext ¶
func NewAddOrganizationMemberParamsWithContext(ctx context.Context) *AddOrganizationMemberParams
NewAddOrganizationMemberParamsWithContext creates a new AddOrganizationMemberParams object with the ability to set a context for a request.
func NewAddOrganizationMemberParamsWithHTTPClient ¶
func NewAddOrganizationMemberParamsWithHTTPClient(client *http.Client) *AddOrganizationMemberParams
NewAddOrganizationMemberParamsWithHTTPClient creates a new AddOrganizationMemberParams object with the ability to set a custom HTTPClient for a request.
func NewAddOrganizationMemberParamsWithTimeout ¶
func NewAddOrganizationMemberParamsWithTimeout(timeout time.Duration) *AddOrganizationMemberParams
NewAddOrganizationMemberParamsWithTimeout creates a new AddOrganizationMemberParams object with the ability to set a timeout on a request.
func (*AddOrganizationMemberParams) SetBody ¶
func (o *AddOrganizationMemberParams) SetBody(body AddOrganizationMemberBody)
SetBody adds the body to the add organization member params
func (*AddOrganizationMemberParams) SetContext ¶
func (o *AddOrganizationMemberParams) SetContext(ctx context.Context)
SetContext adds the context to the add organization member params
func (*AddOrganizationMemberParams) SetDefaults ¶
func (o *AddOrganizationMemberParams) SetDefaults()
SetDefaults hydrates default values in the add organization member params (not the query body).
All values with no default are reset to their zero value.
func (*AddOrganizationMemberParams) SetHTTPClient ¶
func (o *AddOrganizationMemberParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add organization member params
func (*AddOrganizationMemberParams) SetTimeout ¶
func (o *AddOrganizationMemberParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add organization member params
func (*AddOrganizationMemberParams) WithBody ¶
func (o *AddOrganizationMemberParams) WithBody(body AddOrganizationMemberBody) *AddOrganizationMemberParams
WithBody adds the body to the add organization member params
func (*AddOrganizationMemberParams) WithContext ¶
func (o *AddOrganizationMemberParams) WithContext(ctx context.Context) *AddOrganizationMemberParams
WithContext adds the context to the add organization member params
func (*AddOrganizationMemberParams) WithDefaults ¶
func (o *AddOrganizationMemberParams) WithDefaults() *AddOrganizationMemberParams
WithDefaults hydrates default values in the add organization member params (not the query body).
All values with no default are reset to their zero value.
func (*AddOrganizationMemberParams) WithHTTPClient ¶
func (o *AddOrganizationMemberParams) WithHTTPClient(client *http.Client) *AddOrganizationMemberParams
WithHTTPClient adds the HTTPClient to the add organization member params
func (*AddOrganizationMemberParams) WithTimeout ¶
func (o *AddOrganizationMemberParams) WithTimeout(timeout time.Duration) *AddOrganizationMemberParams
WithTimeout adds the timeout to the add organization member params
func (*AddOrganizationMemberParams) WriteToRequest ¶
func (o *AddOrganizationMemberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddOrganizationMemberReader ¶
type AddOrganizationMemberReader struct {
// contains filtered or unexported fields
}
AddOrganizationMemberReader is a Reader for the AddOrganizationMember structure.
func (*AddOrganizationMemberReader) ReadResponse ¶
func (o *AddOrganizationMemberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type AddOrganizationMemberUnauthorized ¶
type AddOrganizationMemberUnauthorized struct {
}
AddOrganizationMemberUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewAddOrganizationMemberUnauthorized ¶
func NewAddOrganizationMemberUnauthorized() *AddOrganizationMemberUnauthorized
NewAddOrganizationMemberUnauthorized creates a AddOrganizationMemberUnauthorized with default headers values
func (*AddOrganizationMemberUnauthorized) Code ¶
func (o *AddOrganizationMemberUnauthorized) Code() int
Code gets the status code for the add organization member unauthorized response
func (*AddOrganizationMemberUnauthorized) Error ¶
func (o *AddOrganizationMemberUnauthorized) Error() string
func (*AddOrganizationMemberUnauthorized) IsClientError ¶
func (o *AddOrganizationMemberUnauthorized) IsClientError() bool
IsClientError returns true when this add organization member unauthorized response has a 4xx status code
func (*AddOrganizationMemberUnauthorized) IsCode ¶
func (o *AddOrganizationMemberUnauthorized) IsCode(code int) bool
IsCode returns true when this add organization member unauthorized response a status code equal to that given
func (*AddOrganizationMemberUnauthorized) IsRedirect ¶
func (o *AddOrganizationMemberUnauthorized) IsRedirect() bool
IsRedirect returns true when this add organization member unauthorized response has a 3xx status code
func (*AddOrganizationMemberUnauthorized) IsServerError ¶
func (o *AddOrganizationMemberUnauthorized) IsServerError() bool
IsServerError returns true when this add organization member unauthorized response has a 5xx status code
func (*AddOrganizationMemberUnauthorized) IsSuccess ¶
func (o *AddOrganizationMemberUnauthorized) IsSuccess() bool
IsSuccess returns true when this add organization member unauthorized response has a 2xx status code
func (*AddOrganizationMemberUnauthorized) String ¶
func (o *AddOrganizationMemberUnauthorized) String() string
type ApplyLimitClassesBody ¶ added in v2.0.1
type ApplyLimitClassesBody struct {
// email
Email string `json:"email,omitempty"`
// limit class ids
LimitClassIds []int64 `json:"limitClassIds"`
}
ApplyLimitClassesBody apply limit classes body swagger:model ApplyLimitClassesBody
func (*ApplyLimitClassesBody) ContextValidate ¶ added in v2.0.1
ContextValidate validates this apply limit classes body based on context it is used
func (*ApplyLimitClassesBody) MarshalBinary ¶ added in v2.0.1
func (o *ApplyLimitClassesBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ApplyLimitClassesBody) UnmarshalBinary ¶ added in v2.0.1
func (o *ApplyLimitClassesBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ApplyLimitClassesInternalServerError ¶ added in v2.0.1
type ApplyLimitClassesInternalServerError struct {
}
ApplyLimitClassesInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewApplyLimitClassesInternalServerError ¶ added in v2.0.1
func NewApplyLimitClassesInternalServerError() *ApplyLimitClassesInternalServerError
NewApplyLimitClassesInternalServerError creates a ApplyLimitClassesInternalServerError with default headers values
func (*ApplyLimitClassesInternalServerError) Code ¶ added in v2.0.1
func (o *ApplyLimitClassesInternalServerError) Code() int
Code gets the status code for the apply limit classes internal server error response
func (*ApplyLimitClassesInternalServerError) Error ¶ added in v2.0.1
func (o *ApplyLimitClassesInternalServerError) Error() string
func (*ApplyLimitClassesInternalServerError) IsClientError ¶ added in v2.0.1
func (o *ApplyLimitClassesInternalServerError) IsClientError() bool
IsClientError returns true when this apply limit classes internal server error response has a 4xx status code
func (*ApplyLimitClassesInternalServerError) IsCode ¶ added in v2.0.1
func (o *ApplyLimitClassesInternalServerError) IsCode(code int) bool
IsCode returns true when this apply limit classes internal server error response a status code equal to that given
func (*ApplyLimitClassesInternalServerError) IsRedirect ¶ added in v2.0.1
func (o *ApplyLimitClassesInternalServerError) IsRedirect() bool
IsRedirect returns true when this apply limit classes internal server error response has a 3xx status code
func (*ApplyLimitClassesInternalServerError) IsServerError ¶ added in v2.0.1
func (o *ApplyLimitClassesInternalServerError) IsServerError() bool
IsServerError returns true when this apply limit classes internal server error response has a 5xx status code
func (*ApplyLimitClassesInternalServerError) IsSuccess ¶ added in v2.0.1
func (o *ApplyLimitClassesInternalServerError) IsSuccess() bool
IsSuccess returns true when this apply limit classes internal server error response has a 2xx status code
func (*ApplyLimitClassesInternalServerError) String ¶ added in v2.0.1
func (o *ApplyLimitClassesInternalServerError) String() string
type ApplyLimitClassesNotFound ¶ added in v2.0.1
type ApplyLimitClassesNotFound struct {
}
ApplyLimitClassesNotFound describes a response with status code 404, with default header values.
account or limit class not found
func NewApplyLimitClassesNotFound ¶ added in v2.0.1
func NewApplyLimitClassesNotFound() *ApplyLimitClassesNotFound
NewApplyLimitClassesNotFound creates a ApplyLimitClassesNotFound with default headers values
func (*ApplyLimitClassesNotFound) Code ¶ added in v2.0.1
func (o *ApplyLimitClassesNotFound) Code() int
Code gets the status code for the apply limit classes not found response
func (*ApplyLimitClassesNotFound) Error ¶ added in v2.0.1
func (o *ApplyLimitClassesNotFound) Error() string
func (*ApplyLimitClassesNotFound) IsClientError ¶ added in v2.0.1
func (o *ApplyLimitClassesNotFound) IsClientError() bool
IsClientError returns true when this apply limit classes not found response has a 4xx status code
func (*ApplyLimitClassesNotFound) IsCode ¶ added in v2.0.1
func (o *ApplyLimitClassesNotFound) IsCode(code int) bool
IsCode returns true when this apply limit classes not found response a status code equal to that given
func (*ApplyLimitClassesNotFound) IsRedirect ¶ added in v2.0.1
func (o *ApplyLimitClassesNotFound) IsRedirect() bool
IsRedirect returns true when this apply limit classes not found response has a 3xx status code
func (*ApplyLimitClassesNotFound) IsServerError ¶ added in v2.0.1
func (o *ApplyLimitClassesNotFound) IsServerError() bool
IsServerError returns true when this apply limit classes not found response has a 5xx status code
func (*ApplyLimitClassesNotFound) IsSuccess ¶ added in v2.0.1
func (o *ApplyLimitClassesNotFound) IsSuccess() bool
IsSuccess returns true when this apply limit classes not found response has a 2xx status code
func (*ApplyLimitClassesNotFound) String ¶ added in v2.0.1
func (o *ApplyLimitClassesNotFound) String() string
type ApplyLimitClassesOK ¶ added in v2.0.1
type ApplyLimitClassesOK struct {
}
ApplyLimitClassesOK describes a response with status code 200, with default header values.
applied
func NewApplyLimitClassesOK ¶ added in v2.0.1
func NewApplyLimitClassesOK() *ApplyLimitClassesOK
NewApplyLimitClassesOK creates a ApplyLimitClassesOK with default headers values
func (*ApplyLimitClassesOK) Code ¶ added in v2.0.1
func (o *ApplyLimitClassesOK) Code() int
Code gets the status code for the apply limit classes o k response
func (*ApplyLimitClassesOK) Error ¶ added in v2.0.1
func (o *ApplyLimitClassesOK) Error() string
func (*ApplyLimitClassesOK) IsClientError ¶ added in v2.0.1
func (o *ApplyLimitClassesOK) IsClientError() bool
IsClientError returns true when this apply limit classes o k response has a 4xx status code
func (*ApplyLimitClassesOK) IsCode ¶ added in v2.0.1
func (o *ApplyLimitClassesOK) IsCode(code int) bool
IsCode returns true when this apply limit classes o k response a status code equal to that given
func (*ApplyLimitClassesOK) IsRedirect ¶ added in v2.0.1
func (o *ApplyLimitClassesOK) IsRedirect() bool
IsRedirect returns true when this apply limit classes o k response has a 3xx status code
func (*ApplyLimitClassesOK) IsServerError ¶ added in v2.0.1
func (o *ApplyLimitClassesOK) IsServerError() bool
IsServerError returns true when this apply limit classes o k response has a 5xx status code
func (*ApplyLimitClassesOK) IsSuccess ¶ added in v2.0.1
func (o *ApplyLimitClassesOK) IsSuccess() bool
IsSuccess returns true when this apply limit classes o k response has a 2xx status code
func (*ApplyLimitClassesOK) String ¶ added in v2.0.1
func (o *ApplyLimitClassesOK) String() string
type ApplyLimitClassesParams ¶ added in v2.0.1
type ApplyLimitClassesParams struct {
// Body.
Body ApplyLimitClassesBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ApplyLimitClassesParams contains all the parameters to send to the API endpoint
for the apply limit classes operation. Typically these are written to a http.Request.
func NewApplyLimitClassesParams ¶ added in v2.0.1
func NewApplyLimitClassesParams() *ApplyLimitClassesParams
NewApplyLimitClassesParams creates a new ApplyLimitClassesParams 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 NewApplyLimitClassesParamsWithContext ¶ added in v2.0.1
func NewApplyLimitClassesParamsWithContext(ctx context.Context) *ApplyLimitClassesParams
NewApplyLimitClassesParamsWithContext creates a new ApplyLimitClassesParams object with the ability to set a context for a request.
func NewApplyLimitClassesParamsWithHTTPClient ¶ added in v2.0.1
func NewApplyLimitClassesParamsWithHTTPClient(client *http.Client) *ApplyLimitClassesParams
NewApplyLimitClassesParamsWithHTTPClient creates a new ApplyLimitClassesParams object with the ability to set a custom HTTPClient for a request.
func NewApplyLimitClassesParamsWithTimeout ¶ added in v2.0.1
func NewApplyLimitClassesParamsWithTimeout(timeout time.Duration) *ApplyLimitClassesParams
NewApplyLimitClassesParamsWithTimeout creates a new ApplyLimitClassesParams object with the ability to set a timeout on a request.
func (*ApplyLimitClassesParams) SetBody ¶ added in v2.0.1
func (o *ApplyLimitClassesParams) SetBody(body ApplyLimitClassesBody)
SetBody adds the body to the apply limit classes params
func (*ApplyLimitClassesParams) SetContext ¶ added in v2.0.1
func (o *ApplyLimitClassesParams) SetContext(ctx context.Context)
SetContext adds the context to the apply limit classes params
func (*ApplyLimitClassesParams) SetDefaults ¶ added in v2.0.1
func (o *ApplyLimitClassesParams) SetDefaults()
SetDefaults hydrates default values in the apply limit classes params (not the query body).
All values with no default are reset to their zero value.
func (*ApplyLimitClassesParams) SetHTTPClient ¶ added in v2.0.1
func (o *ApplyLimitClassesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the apply limit classes params
func (*ApplyLimitClassesParams) SetTimeout ¶ added in v2.0.1
func (o *ApplyLimitClassesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the apply limit classes params
func (*ApplyLimitClassesParams) WithBody ¶ added in v2.0.1
func (o *ApplyLimitClassesParams) WithBody(body ApplyLimitClassesBody) *ApplyLimitClassesParams
WithBody adds the body to the apply limit classes params
func (*ApplyLimitClassesParams) WithContext ¶ added in v2.0.1
func (o *ApplyLimitClassesParams) WithContext(ctx context.Context) *ApplyLimitClassesParams
WithContext adds the context to the apply limit classes params
func (*ApplyLimitClassesParams) WithDefaults ¶ added in v2.0.1
func (o *ApplyLimitClassesParams) WithDefaults() *ApplyLimitClassesParams
WithDefaults hydrates default values in the apply limit classes params (not the query body).
All values with no default are reset to their zero value.
func (*ApplyLimitClassesParams) WithHTTPClient ¶ added in v2.0.1
func (o *ApplyLimitClassesParams) WithHTTPClient(client *http.Client) *ApplyLimitClassesParams
WithHTTPClient adds the HTTPClient to the apply limit classes params
func (*ApplyLimitClassesParams) WithTimeout ¶ added in v2.0.1
func (o *ApplyLimitClassesParams) WithTimeout(timeout time.Duration) *ApplyLimitClassesParams
WithTimeout adds the timeout to the apply limit classes params
func (*ApplyLimitClassesParams) WriteToRequest ¶ added in v2.0.1
func (o *ApplyLimitClassesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ApplyLimitClassesReader ¶ added in v2.0.1
type ApplyLimitClassesReader struct {
// contains filtered or unexported fields
}
ApplyLimitClassesReader is a Reader for the ApplyLimitClasses structure.
func (*ApplyLimitClassesReader) ReadResponse ¶ added in v2.0.1
func (o *ApplyLimitClassesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ApplyLimitClassesUnauthorized ¶ added in v2.0.1
type ApplyLimitClassesUnauthorized struct {
}
ApplyLimitClassesUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewApplyLimitClassesUnauthorized ¶ added in v2.0.1
func NewApplyLimitClassesUnauthorized() *ApplyLimitClassesUnauthorized
NewApplyLimitClassesUnauthorized creates a ApplyLimitClassesUnauthorized with default headers values
func (*ApplyLimitClassesUnauthorized) Code ¶ added in v2.0.1
func (o *ApplyLimitClassesUnauthorized) Code() int
Code gets the status code for the apply limit classes unauthorized response
func (*ApplyLimitClassesUnauthorized) Error ¶ added in v2.0.1
func (o *ApplyLimitClassesUnauthorized) Error() string
func (*ApplyLimitClassesUnauthorized) IsClientError ¶ added in v2.0.1
func (o *ApplyLimitClassesUnauthorized) IsClientError() bool
IsClientError returns true when this apply limit classes unauthorized response has a 4xx status code
func (*ApplyLimitClassesUnauthorized) IsCode ¶ added in v2.0.1
func (o *ApplyLimitClassesUnauthorized) IsCode(code int) bool
IsCode returns true when this apply limit classes unauthorized response a status code equal to that given
func (*ApplyLimitClassesUnauthorized) IsRedirect ¶ added in v2.0.1
func (o *ApplyLimitClassesUnauthorized) IsRedirect() bool
IsRedirect returns true when this apply limit classes unauthorized response has a 3xx status code
func (*ApplyLimitClassesUnauthorized) IsServerError ¶ added in v2.0.1
func (o *ApplyLimitClassesUnauthorized) IsServerError() bool
IsServerError returns true when this apply limit classes unauthorized response has a 5xx status code
func (*ApplyLimitClassesUnauthorized) IsSuccess ¶ added in v2.0.1
func (o *ApplyLimitClassesUnauthorized) IsSuccess() bool
IsSuccess returns true when this apply limit classes unauthorized response has a 2xx status code
func (*ApplyLimitClassesUnauthorized) String ¶ added in v2.0.1
func (o *ApplyLimitClassesUnauthorized) String() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for admin API
func (*Client) AddFrontendGrant ¶
func (a *Client) AddFrontendGrant(params *AddFrontendGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddFrontendGrantOK, error)
AddFrontendGrant add frontend grant API
func (*Client) AddNamespaceFrontendMapping ¶
func (a *Client) AddNamespaceFrontendMapping(params *AddNamespaceFrontendMappingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddNamespaceFrontendMappingOK, error)
AddNamespaceFrontendMapping add namespace frontend mapping API
func (*Client) AddNamespaceGrant ¶
func (a *Client) AddNamespaceGrant(params *AddNamespaceGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddNamespaceGrantOK, error)
AddNamespaceGrant add namespace grant API
func (*Client) AddOrganizationMember ¶
func (a *Client) AddOrganizationMember(params *AddOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddOrganizationMemberCreated, error)
AddOrganizationMember add organization member API
func (*Client) ApplyLimitClasses ¶ added in v2.0.1
func (a *Client) ApplyLimitClasses(params *ApplyLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ApplyLimitClassesOK, error)
ApplyLimitClasses apply limit classes API
func (*Client) CreateAccount ¶
func (a *Client) CreateAccount(params *CreateAccountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAccountCreated, error)
CreateAccount create account API
func (*Client) CreateFrontend ¶
func (a *Client) CreateFrontend(params *CreateFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateFrontendCreated, error)
CreateFrontend create frontend API
func (*Client) CreateIdentity ¶
func (a *Client) CreateIdentity(params *CreateIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateIdentityCreated, error)
CreateIdentity create identity API
func (*Client) CreateNamespace ¶
func (a *Client) CreateNamespace(params *CreateNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateNamespaceCreated, error)
CreateNamespace create namespace API
func (*Client) CreateOrganization ¶
func (a *Client) CreateOrganization(params *CreateOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrganizationCreated, error)
CreateOrganization create organization API
func (*Client) DeleteAccount ¶
func (a *Client) DeleteAccount(params *DeleteAccountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAccountOK, error)
DeleteAccount delete account API
func (*Client) DeleteFrontend ¶
func (a *Client) DeleteFrontend(params *DeleteFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteFrontendOK, error)
DeleteFrontend delete frontend API
func (*Client) DeleteFrontendGrant ¶
func (a *Client) DeleteFrontendGrant(params *DeleteFrontendGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteFrontendGrantOK, error)
DeleteFrontendGrant delete frontend grant API
func (*Client) DeleteIdentity ¶
func (a *Client) DeleteIdentity(params *DeleteIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteIdentityOK, error)
DeleteIdentity delete identity API
func (*Client) DeleteNamespace ¶
func (a *Client) DeleteNamespace(params *DeleteNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteNamespaceOK, error)
DeleteNamespace delete namespace API
func (*Client) DeleteOrganization ¶
func (a *Client) DeleteOrganization(params *DeleteOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOrganizationOK, error)
DeleteOrganization delete organization API
func (*Client) GetSkipInterstitialGrant ¶ added in v2.0.1
func (a *Client) GetSkipInterstitialGrant(params *GetSkipInterstitialGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSkipInterstitialGrantOK, error)
GetSkipInterstitialGrant get skip interstitial grant API
func (*Client) GrantSkipInterstitial ¶ added in v2.0.1
func (a *Client) GrantSkipInterstitial(params *GrantSkipInterstitialParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GrantSkipInterstitialOK, error)
GrantSkipInterstitial grant skip interstitial API
func (*Client) InviteTokenGenerate ¶
func (a *Client) InviteTokenGenerate(params *InviteTokenGenerateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InviteTokenGenerateCreated, error)
InviteTokenGenerate invite token generate API
func (*Client) ListAppliedLimitClasses ¶ added in v2.0.1
func (a *Client) ListAppliedLimitClasses(params *ListAppliedLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAppliedLimitClassesOK, error)
ListAppliedLimitClasses list applied limit classes API
func (*Client) ListFrontendNamespaceMappings ¶
func (a *Client) ListFrontendNamespaceMappings(params *ListFrontendNamespaceMappingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListFrontendNamespaceMappingsOK, error)
ListFrontendNamespaceMappings list frontend namespace mappings API
func (*Client) ListFrontends ¶
func (a *Client) ListFrontends(params *ListFrontendsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListFrontendsOK, error)
ListFrontends list frontends API
func (*Client) ListLimitClasses ¶ added in v2.0.1
func (a *Client) ListLimitClasses(params *ListLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListLimitClassesOK, error)
ListLimitClasses list limit classes API
func (*Client) ListNamespaceFrontendMappings ¶
func (a *Client) ListNamespaceFrontendMappings(params *ListNamespaceFrontendMappingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListNamespaceFrontendMappingsOK, error)
ListNamespaceFrontendMappings list namespace frontend mappings API
func (*Client) ListNamespaces ¶
func (a *Client) ListNamespaces(params *ListNamespacesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListNamespacesOK, error)
ListNamespaces list namespaces API
func (*Client) ListOrganizationMembers ¶
func (a *Client) ListOrganizationMembers(params *ListOrganizationMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationMembersOK, error)
ListOrganizationMembers list organization members API
func (*Client) ListOrganizations ¶
func (a *Client) ListOrganizations(params *ListOrganizationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationsOK, error)
ListOrganizations list organizations API
func (*Client) RemoveAppliedLimitClasses ¶ added in v2.0.1
func (a *Client) RemoveAppliedLimitClasses(params *RemoveAppliedLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveAppliedLimitClassesOK, error)
RemoveAppliedLimitClasses remove applied limit classes API
func (*Client) RemoveNamespaceFrontendMapping ¶
func (a *Client) RemoveNamespaceFrontendMapping(params *RemoveNamespaceFrontendMappingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveNamespaceFrontendMappingOK, error)
RemoveNamespaceFrontendMapping remove namespace frontend mapping API
func (*Client) RemoveNamespaceGrant ¶
func (a *Client) RemoveNamespaceGrant(params *RemoveNamespaceGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveNamespaceGrantOK, error)
RemoveNamespaceGrant remove namespace grant API
func (*Client) RemoveOrganizationMember ¶
func (a *Client) RemoveOrganizationMember(params *RemoveOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveOrganizationMemberOK, error)
RemoveOrganizationMember remove organization member API
func (*Client) RevokeSkipInterstitial ¶ added in v2.0.1
func (a *Client) RevokeSkipInterstitial(params *RevokeSkipInterstitialParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RevokeSkipInterstitialOK, error)
RevokeSkipInterstitial revoke skip interstitial API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateAccountPassword ¶
func (a *Client) UpdateAccountPassword(params *UpdateAccountPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAccountPasswordOK, error)
UpdateAccountPassword update account password API
func (*Client) UpdateFrontend ¶
func (a *Client) UpdateFrontend(params *UpdateFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateFrontendOK, error)
UpdateFrontend update frontend API
func (*Client) UpdateNamespace ¶
func (a *Client) UpdateNamespace(params *UpdateNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateNamespaceOK, error)
UpdateNamespace update namespace API
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption may be used to customize the behavior of Client methods.
func WithAccept ¶
func WithAccept(mime string) ClientOption
WithAccept allows the client to force the Accept header to negotiate a specific Producer from the server.
You may use this option to set arbitrary extensions to your MIME media type.
func WithContentType ¶
func WithContentType(mime string) ClientOption
WithContentType allows the client to force the Content-Type header to negotiate a specific Consumer from the server.
You may use this option to set arbitrary extensions to your MIME media type.
type ClientService ¶
type ClientService interface {
AddFrontendGrant(params *AddFrontendGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddFrontendGrantOK, error)
AddNamespaceFrontendMapping(params *AddNamespaceFrontendMappingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddNamespaceFrontendMappingOK, error)
AddNamespaceGrant(params *AddNamespaceGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddNamespaceGrantOK, error)
AddOrganizationMember(params *AddOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddOrganizationMemberCreated, error)
ApplyLimitClasses(params *ApplyLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ApplyLimitClassesOK, error)
CreateAccount(params *CreateAccountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAccountCreated, error)
CreateFrontend(params *CreateFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateFrontendCreated, error)
CreateIdentity(params *CreateIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateIdentityCreated, error)
CreateNamespace(params *CreateNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateNamespaceCreated, error)
CreateOrganization(params *CreateOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrganizationCreated, error)
DeleteAccount(params *DeleteAccountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAccountOK, error)
DeleteFrontend(params *DeleteFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteFrontendOK, error)
DeleteFrontendGrant(params *DeleteFrontendGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteFrontendGrantOK, error)
DeleteIdentity(params *DeleteIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteIdentityOK, error)
DeleteNamespace(params *DeleteNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteNamespaceOK, error)
DeleteOrganization(params *DeleteOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOrganizationOK, error)
GetSkipInterstitialGrant(params *GetSkipInterstitialGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSkipInterstitialGrantOK, error)
GrantSkipInterstitial(params *GrantSkipInterstitialParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GrantSkipInterstitialOK, error)
InviteTokenGenerate(params *InviteTokenGenerateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InviteTokenGenerateCreated, error)
ListAppliedLimitClasses(params *ListAppliedLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAppliedLimitClassesOK, error)
ListFrontendNamespaceMappings(params *ListFrontendNamespaceMappingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListFrontendNamespaceMappingsOK, error)
ListFrontends(params *ListFrontendsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListFrontendsOK, error)
ListLimitClasses(params *ListLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListLimitClassesOK, error)
ListNamespaceFrontendMappings(params *ListNamespaceFrontendMappingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListNamespaceFrontendMappingsOK, error)
ListNamespaces(params *ListNamespacesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListNamespacesOK, error)
ListOrganizationMembers(params *ListOrganizationMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationMembersOK, error)
ListOrganizations(params *ListOrganizationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationsOK, error)
RemoveAppliedLimitClasses(params *RemoveAppliedLimitClassesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveAppliedLimitClassesOK, error)
RemoveNamespaceFrontendMapping(params *RemoveNamespaceFrontendMappingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveNamespaceFrontendMappingOK, error)
RemoveNamespaceGrant(params *RemoveNamespaceGrantParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveNamespaceGrantOK, error)
RemoveOrganizationMember(params *RemoveOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveOrganizationMemberOK, error)
RevokeSkipInterstitial(params *RevokeSkipInterstitialParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RevokeSkipInterstitialOK, error)
UpdateAccountPassword(params *UpdateAccountPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAccountPasswordOK, error)
UpdateFrontend(params *UpdateFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateFrontendOK, error)
UpdateNamespace(params *UpdateNamespaceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateNamespaceOK, error)
SetTransport(transport runtime.ClientTransport)
}
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new admin API client.
func NewClientWithBasicAuth ¶
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new admin API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.
func NewClientWithBearerToken ¶
func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService
New creates a new admin API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.
type CreateAccountBody ¶
type CreateAccountBody struct {
// email
Email string `json:"email,omitempty"`
// password
Password string `json:"password,omitempty"`
}
CreateAccountBody create account body swagger:model CreateAccountBody
func (*CreateAccountBody) ContextValidate ¶
ContextValidate validates this create account body based on context it is used
func (*CreateAccountBody) MarshalBinary ¶
func (o *CreateAccountBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateAccountBody) UnmarshalBinary ¶
func (o *CreateAccountBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateAccountCreated ¶
type CreateAccountCreated struct {
Payload *CreateAccountCreatedBody
}
CreateAccountCreated describes a response with status code 201, with default header values.
created
func NewCreateAccountCreated ¶
func NewCreateAccountCreated() *CreateAccountCreated
NewCreateAccountCreated creates a CreateAccountCreated with default headers values
func (*CreateAccountCreated) Code ¶
func (o *CreateAccountCreated) Code() int
Code gets the status code for the create account created response
func (*CreateAccountCreated) Error ¶
func (o *CreateAccountCreated) Error() string
func (*CreateAccountCreated) GetPayload ¶
func (o *CreateAccountCreated) GetPayload() *CreateAccountCreatedBody
func (*CreateAccountCreated) IsClientError ¶
func (o *CreateAccountCreated) IsClientError() bool
IsClientError returns true when this create account created response has a 4xx status code
func (*CreateAccountCreated) IsCode ¶
func (o *CreateAccountCreated) IsCode(code int) bool
IsCode returns true when this create account created response a status code equal to that given
func (*CreateAccountCreated) IsRedirect ¶
func (o *CreateAccountCreated) IsRedirect() bool
IsRedirect returns true when this create account created response has a 3xx status code
func (*CreateAccountCreated) IsServerError ¶
func (o *CreateAccountCreated) IsServerError() bool
IsServerError returns true when this create account created response has a 5xx status code
func (*CreateAccountCreated) IsSuccess ¶
func (o *CreateAccountCreated) IsSuccess() bool
IsSuccess returns true when this create account created response has a 2xx status code
func (*CreateAccountCreated) String ¶
func (o *CreateAccountCreated) String() string
type CreateAccountCreatedBody ¶
type CreateAccountCreatedBody struct {
// account token
AccountToken string `json:"accountToken,omitempty"`
}
CreateAccountCreatedBody create account created body swagger:model CreateAccountCreatedBody
func (*CreateAccountCreatedBody) ContextValidate ¶
func (o *CreateAccountCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this create account created body based on context it is used
func (*CreateAccountCreatedBody) MarshalBinary ¶
func (o *CreateAccountCreatedBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateAccountCreatedBody) UnmarshalBinary ¶
func (o *CreateAccountCreatedBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateAccountInternalServerError ¶
type CreateAccountInternalServerError struct {
}
CreateAccountInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewCreateAccountInternalServerError ¶
func NewCreateAccountInternalServerError() *CreateAccountInternalServerError
NewCreateAccountInternalServerError creates a CreateAccountInternalServerError with default headers values
func (*CreateAccountInternalServerError) Code ¶
func (o *CreateAccountInternalServerError) Code() int
Code gets the status code for the create account internal server error response
func (*CreateAccountInternalServerError) Error ¶
func (o *CreateAccountInternalServerError) Error() string
func (*CreateAccountInternalServerError) IsClientError ¶
func (o *CreateAccountInternalServerError) IsClientError() bool
IsClientError returns true when this create account internal server error response has a 4xx status code
func (*CreateAccountInternalServerError) IsCode ¶
func (o *CreateAccountInternalServerError) IsCode(code int) bool
IsCode returns true when this create account internal server error response a status code equal to that given
func (*CreateAccountInternalServerError) IsRedirect ¶
func (o *CreateAccountInternalServerError) IsRedirect() bool
IsRedirect returns true when this create account internal server error response has a 3xx status code
func (*CreateAccountInternalServerError) IsServerError ¶
func (o *CreateAccountInternalServerError) IsServerError() bool
IsServerError returns true when this create account internal server error response has a 5xx status code
func (*CreateAccountInternalServerError) IsSuccess ¶
func (o *CreateAccountInternalServerError) IsSuccess() bool
IsSuccess returns true when this create account internal server error response has a 2xx status code
func (*CreateAccountInternalServerError) String ¶
func (o *CreateAccountInternalServerError) String() string
type CreateAccountParams ¶
type CreateAccountParams struct {
// Body.
Body CreateAccountBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
CreateAccountParams contains all the parameters to send to the API endpoint
for the create account operation. Typically these are written to a http.Request.
func NewCreateAccountParams ¶
func NewCreateAccountParams() *CreateAccountParams
NewCreateAccountParams creates a new CreateAccountParams 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 NewCreateAccountParamsWithContext ¶
func NewCreateAccountParamsWithContext(ctx context.Context) *CreateAccountParams
NewCreateAccountParamsWithContext creates a new CreateAccountParams object with the ability to set a context for a request.
func NewCreateAccountParamsWithHTTPClient ¶
func NewCreateAccountParamsWithHTTPClient(client *http.Client) *CreateAccountParams
NewCreateAccountParamsWithHTTPClient creates a new CreateAccountParams object with the ability to set a custom HTTPClient for a request.
func NewCreateAccountParamsWithTimeout ¶
func NewCreateAccountParamsWithTimeout(timeout time.Duration) *CreateAccountParams
NewCreateAccountParamsWithTimeout creates a new CreateAccountParams object with the ability to set a timeout on a request.
func (*CreateAccountParams) SetBody ¶
func (o *CreateAccountParams) SetBody(body CreateAccountBody)
SetBody adds the body to the create account params
func (*CreateAccountParams) SetContext ¶
func (o *CreateAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the create account params
func (*CreateAccountParams) SetDefaults ¶
func (o *CreateAccountParams) SetDefaults()
SetDefaults hydrates default values in the create account params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAccountParams) SetHTTPClient ¶
func (o *CreateAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create account params
func (*CreateAccountParams) SetTimeout ¶
func (o *CreateAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create account params
func (*CreateAccountParams) WithBody ¶
func (o *CreateAccountParams) WithBody(body CreateAccountBody) *CreateAccountParams
WithBody adds the body to the create account params
func (*CreateAccountParams) WithContext ¶
func (o *CreateAccountParams) WithContext(ctx context.Context) *CreateAccountParams
WithContext adds the context to the create account params
func (*CreateAccountParams) WithDefaults ¶
func (o *CreateAccountParams) WithDefaults() *CreateAccountParams
WithDefaults hydrates default values in the create account params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAccountParams) WithHTTPClient ¶
func (o *CreateAccountParams) WithHTTPClient(client *http.Client) *CreateAccountParams
WithHTTPClient adds the HTTPClient to the create account params
func (*CreateAccountParams) WithTimeout ¶
func (o *CreateAccountParams) WithTimeout(timeout time.Duration) *CreateAccountParams
WithTimeout adds the timeout to the create account params
func (*CreateAccountParams) WriteToRequest ¶
func (o *CreateAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAccountReader ¶
type CreateAccountReader struct {
// contains filtered or unexported fields
}
CreateAccountReader is a Reader for the CreateAccount structure.
func (*CreateAccountReader) ReadResponse ¶
func (o *CreateAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type CreateAccountUnauthorized ¶
type CreateAccountUnauthorized struct {
}
CreateAccountUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewCreateAccountUnauthorized ¶
func NewCreateAccountUnauthorized() *CreateAccountUnauthorized
NewCreateAccountUnauthorized creates a CreateAccountUnauthorized with default headers values
func (*CreateAccountUnauthorized) Code ¶
func (o *CreateAccountUnauthorized) Code() int
Code gets the status code for the create account unauthorized response
func (*CreateAccountUnauthorized) Error ¶
func (o *CreateAccountUnauthorized) Error() string
func (*CreateAccountUnauthorized) IsClientError ¶
func (o *CreateAccountUnauthorized) IsClientError() bool
IsClientError returns true when this create account unauthorized response has a 4xx status code
func (*CreateAccountUnauthorized) IsCode ¶
func (o *CreateAccountUnauthorized) IsCode(code int) bool
IsCode returns true when this create account unauthorized response a status code equal to that given
func (*CreateAccountUnauthorized) IsRedirect ¶
func (o *CreateAccountUnauthorized) IsRedirect() bool
IsRedirect returns true when this create account unauthorized response has a 3xx status code
func (*CreateAccountUnauthorized) IsServerError ¶
func (o *CreateAccountUnauthorized) IsServerError() bool
IsServerError returns true when this create account unauthorized response has a 5xx status code
func (*CreateAccountUnauthorized) IsSuccess ¶
func (o *CreateAccountUnauthorized) IsSuccess() bool
IsSuccess returns true when this create account unauthorized response has a 2xx status code
func (*CreateAccountUnauthorized) String ¶
func (o *CreateAccountUnauthorized) String() string
type CreateFrontendBadRequest ¶
type CreateFrontendBadRequest struct {
}
CreateFrontendBadRequest describes a response with status code 400, with default header values.
bad request
func NewCreateFrontendBadRequest ¶
func NewCreateFrontendBadRequest() *CreateFrontendBadRequest
NewCreateFrontendBadRequest creates a CreateFrontendBadRequest with default headers values
func (*CreateFrontendBadRequest) Code ¶
func (o *CreateFrontendBadRequest) Code() int
Code gets the status code for the create frontend bad request response
func (*CreateFrontendBadRequest) Error ¶
func (o *CreateFrontendBadRequest) Error() string
func (*CreateFrontendBadRequest) IsClientError ¶
func (o *CreateFrontendBadRequest) IsClientError() bool
IsClientError returns true when this create frontend bad request response has a 4xx status code
func (*CreateFrontendBadRequest) IsCode ¶
func (o *CreateFrontendBadRequest) IsCode(code int) bool
IsCode returns true when this create frontend bad request response a status code equal to that given
func (*CreateFrontendBadRequest) IsRedirect ¶
func (o *CreateFrontendBadRequest) IsRedirect() bool
IsRedirect returns true when this create frontend bad request response has a 3xx status code
func (*CreateFrontendBadRequest) IsServerError ¶
func (o *CreateFrontendBadRequest) IsServerError() bool
IsServerError returns true when this create frontend bad request response has a 5xx status code
func (*CreateFrontendBadRequest) IsSuccess ¶
func (o *CreateFrontendBadRequest) IsSuccess() bool
IsSuccess returns true when this create frontend bad request response has a 2xx status code
func (*CreateFrontendBadRequest) String ¶
func (o *CreateFrontendBadRequest) String() string
type CreateFrontendBody ¶
type CreateFrontendBody struct {
// dynamic
Dynamic bool `json:"dynamic,omitempty"`
// permission mode
// Enum: ["open","closed"]
PermissionMode string `json:"permissionMode,omitempty"`
// public name
PublicName string `json:"public_name,omitempty"`
// url template
URLTemplate string `json:"url_template,omitempty"`
// z Id
ZID string `json:"zId,omitempty"`
}
CreateFrontendBody create frontend body swagger:model CreateFrontendBody
func (*CreateFrontendBody) ContextValidate ¶
ContextValidate validates this create frontend body based on context it is used
func (*CreateFrontendBody) MarshalBinary ¶
func (o *CreateFrontendBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateFrontendBody) UnmarshalBinary ¶
func (o *CreateFrontendBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateFrontendCreated ¶
type CreateFrontendCreated struct {
Payload *CreateFrontendCreatedBody
}
CreateFrontendCreated describes a response with status code 201, with default header values.
frontend created
func NewCreateFrontendCreated ¶
func NewCreateFrontendCreated() *CreateFrontendCreated
NewCreateFrontendCreated creates a CreateFrontendCreated with default headers values
func (*CreateFrontendCreated) Code ¶
func (o *CreateFrontendCreated) Code() int
Code gets the status code for the create frontend created response
func (*CreateFrontendCreated) Error ¶
func (o *CreateFrontendCreated) Error() string
func (*CreateFrontendCreated) GetPayload ¶
func (o *CreateFrontendCreated) GetPayload() *CreateFrontendCreatedBody
func (*CreateFrontendCreated) IsClientError ¶
func (o *CreateFrontendCreated) IsClientError() bool
IsClientError returns true when this create frontend created response has a 4xx status code
func (*CreateFrontendCreated) IsCode ¶
func (o *CreateFrontendCreated) IsCode(code int) bool
IsCode returns true when this create frontend created response a status code equal to that given
func (*CreateFrontendCreated) IsRedirect ¶
func (o *CreateFrontendCreated) IsRedirect() bool
IsRedirect returns true when this create frontend created response has a 3xx status code
func (*CreateFrontendCreated) IsServerError ¶
func (o *CreateFrontendCreated) IsServerError() bool
IsServerError returns true when this create frontend created response has a 5xx status code
func (*CreateFrontendCreated) IsSuccess ¶
func (o *CreateFrontendCreated) IsSuccess() bool
IsSuccess returns true when this create frontend created response has a 2xx status code
func (*CreateFrontendCreated) String ¶
func (o *CreateFrontendCreated) String() string
type CreateFrontendCreatedBody ¶
type CreateFrontendCreatedBody struct {
// frontend token
FrontendToken string `json:"frontendToken,omitempty"`
}
CreateFrontendCreatedBody create frontend created body swagger:model CreateFrontendCreatedBody
func (*CreateFrontendCreatedBody) ContextValidate ¶
func (o *CreateFrontendCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this create frontend created body based on context it is used
func (*CreateFrontendCreatedBody) MarshalBinary ¶
func (o *CreateFrontendCreatedBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateFrontendCreatedBody) UnmarshalBinary ¶
func (o *CreateFrontendCreatedBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateFrontendInternalServerError ¶
type CreateFrontendInternalServerError struct {
}
CreateFrontendInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewCreateFrontendInternalServerError ¶
func NewCreateFrontendInternalServerError() *CreateFrontendInternalServerError
NewCreateFrontendInternalServerError creates a CreateFrontendInternalServerError with default headers values
func (*CreateFrontendInternalServerError) Code ¶
func (o *CreateFrontendInternalServerError) Code() int
Code gets the status code for the create frontend internal server error response
func (*CreateFrontendInternalServerError) Error ¶
func (o *CreateFrontendInternalServerError) Error() string
func (*CreateFrontendInternalServerError) IsClientError ¶
func (o *CreateFrontendInternalServerError) IsClientError() bool
IsClientError returns true when this create frontend internal server error response has a 4xx status code
func (*CreateFrontendInternalServerError) IsCode ¶
func (o *CreateFrontendInternalServerError) IsCode(code int) bool
IsCode returns true when this create frontend internal server error response a status code equal to that given
func (*CreateFrontendInternalServerError) IsRedirect ¶
func (o *CreateFrontendInternalServerError) IsRedirect() bool
IsRedirect returns true when this create frontend internal server error response has a 3xx status code
func (*CreateFrontendInternalServerError) IsServerError ¶
func (o *CreateFrontendInternalServerError) IsServerError() bool
IsServerError returns true when this create frontend internal server error response has a 5xx status code
func (*CreateFrontendInternalServerError) IsSuccess ¶
func (o *CreateFrontendInternalServerError) IsSuccess() bool
IsSuccess returns true when this create frontend internal server error response has a 2xx status code
func (*CreateFrontendInternalServerError) String ¶
func (o *CreateFrontendInternalServerError) String() string
type CreateFrontendNotFound ¶
type CreateFrontendNotFound struct {
}
CreateFrontendNotFound describes a response with status code 404, with default header values.
not found
func NewCreateFrontendNotFound ¶
func NewCreateFrontendNotFound() *CreateFrontendNotFound
NewCreateFrontendNotFound creates a CreateFrontendNotFound with default headers values
func (*CreateFrontendNotFound) Code ¶
func (o *CreateFrontendNotFound) Code() int
Code gets the status code for the create frontend not found response
func (*CreateFrontendNotFound) Error ¶
func (o *CreateFrontendNotFound) Error() string
func (*CreateFrontendNotFound) IsClientError ¶
func (o *CreateFrontendNotFound) IsClientError() bool
IsClientError returns true when this create frontend not found response has a 4xx status code
func (*CreateFrontendNotFound) IsCode ¶
func (o *CreateFrontendNotFound) IsCode(code int) bool
IsCode returns true when this create frontend not found response a status code equal to that given
func (*CreateFrontendNotFound) IsRedirect ¶
func (o *CreateFrontendNotFound) IsRedirect() bool
IsRedirect returns true when this create frontend not found response has a 3xx status code
func (*CreateFrontendNotFound) IsServerError ¶
func (o *CreateFrontendNotFound) IsServerError() bool
IsServerError returns true when this create frontend not found response has a 5xx status code
func (*CreateFrontendNotFound) IsSuccess ¶
func (o *CreateFrontendNotFound) IsSuccess() bool
IsSuccess returns true when this create frontend not found response has a 2xx status code
func (*CreateFrontendNotFound) String ¶
func (o *CreateFrontendNotFound) String() string
type CreateFrontendParams ¶
type CreateFrontendParams struct {
// Body.
Body CreateFrontendBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
CreateFrontendParams contains all the parameters to send to the API endpoint
for the create frontend operation. Typically these are written to a http.Request.
func NewCreateFrontendParams ¶
func NewCreateFrontendParams() *CreateFrontendParams
NewCreateFrontendParams creates a new CreateFrontendParams 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 NewCreateFrontendParamsWithContext ¶
func NewCreateFrontendParamsWithContext(ctx context.Context) *CreateFrontendParams
NewCreateFrontendParamsWithContext creates a new CreateFrontendParams object with the ability to set a context for a request.
func NewCreateFrontendParamsWithHTTPClient ¶
func NewCreateFrontendParamsWithHTTPClient(client *http.Client) *CreateFrontendParams
NewCreateFrontendParamsWithHTTPClient creates a new CreateFrontendParams object with the ability to set a custom HTTPClient for a request.
func NewCreateFrontendParamsWithTimeout ¶
func NewCreateFrontendParamsWithTimeout(timeout time.Duration) *CreateFrontendParams
NewCreateFrontendParamsWithTimeout creates a new CreateFrontendParams object with the ability to set a timeout on a request.
func (*CreateFrontendParams) SetBody ¶
func (o *CreateFrontendParams) SetBody(body CreateFrontendBody)
SetBody adds the body to the create frontend params
func (*CreateFrontendParams) SetContext ¶
func (o *CreateFrontendParams) SetContext(ctx context.Context)
SetContext adds the context to the create frontend params
func (*CreateFrontendParams) SetDefaults ¶
func (o *CreateFrontendParams) SetDefaults()
SetDefaults hydrates default values in the create frontend params (not the query body).
All values with no default are reset to their zero value.
func (*CreateFrontendParams) SetHTTPClient ¶
func (o *CreateFrontendParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create frontend params
func (*CreateFrontendParams) SetTimeout ¶
func (o *CreateFrontendParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create frontend params
func (*CreateFrontendParams) WithBody ¶
func (o *CreateFrontendParams) WithBody(body CreateFrontendBody) *CreateFrontendParams
WithBody adds the body to the create frontend params
func (*CreateFrontendParams) WithContext ¶
func (o *CreateFrontendParams) WithContext(ctx context.Context) *CreateFrontendParams
WithContext adds the context to the create frontend params
func (*CreateFrontendParams) WithDefaults ¶
func (o *CreateFrontendParams) WithDefaults() *CreateFrontendParams
WithDefaults hydrates default values in the create frontend params (not the query body).
All values with no default are reset to their zero value.
func (*CreateFrontendParams) WithHTTPClient ¶
func (o *CreateFrontendParams) WithHTTPClient(client *http.Client) *CreateFrontendParams
WithHTTPClient adds the HTTPClient to the create frontend params
func (*CreateFrontendParams) WithTimeout ¶
func (o *CreateFrontendParams) WithTimeout(timeout time.Duration) *CreateFrontendParams
WithTimeout adds the timeout to the create frontend params
func (*CreateFrontendParams) WriteToRequest ¶
func (o *CreateFrontendParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateFrontendReader ¶
type CreateFrontendReader struct {
// contains filtered or unexported fields
}
CreateFrontendReader is a Reader for the CreateFrontend structure.
func (*CreateFrontendReader) ReadResponse ¶
func (o *CreateFrontendReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type CreateFrontendUnauthorized ¶
type CreateFrontendUnauthorized struct {
}
CreateFrontendUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewCreateFrontendUnauthorized ¶
func NewCreateFrontendUnauthorized() *CreateFrontendUnauthorized
NewCreateFrontendUnauthorized creates a CreateFrontendUnauthorized with default headers values
func (*CreateFrontendUnauthorized) Code ¶
func (o *CreateFrontendUnauthorized) Code() int
Code gets the status code for the create frontend unauthorized response
func (*CreateFrontendUnauthorized) Error ¶
func (o *CreateFrontendUnauthorized) Error() string
func (*CreateFrontendUnauthorized) IsClientError ¶
func (o *CreateFrontendUnauthorized) IsClientError() bool
IsClientError returns true when this create frontend unauthorized response has a 4xx status code
func (*CreateFrontendUnauthorized) IsCode ¶
func (o *CreateFrontendUnauthorized) IsCode(code int) bool
IsCode returns true when this create frontend unauthorized response a status code equal to that given
func (*CreateFrontendUnauthorized) IsRedirect ¶
func (o *CreateFrontendUnauthorized) IsRedirect() bool
IsRedirect returns true when this create frontend unauthorized response has a 3xx status code
func (*CreateFrontendUnauthorized) IsServerError ¶
func (o *CreateFrontendUnauthorized) IsServerError() bool
IsServerError returns true when this create frontend unauthorized response has a 5xx status code
func (*CreateFrontendUnauthorized) IsSuccess ¶
func (o *CreateFrontendUnauthorized) IsSuccess() bool
IsSuccess returns true when this create frontend unauthorized response has a 2xx status code
func (*CreateFrontendUnauthorized) String ¶
func (o *CreateFrontendUnauthorized) String() string
type CreateIdentityBody ¶
type CreateIdentityBody struct {
// name
Name string `json:"name,omitempty"`
}
CreateIdentityBody create identity body swagger:model CreateIdentityBody
func (*CreateIdentityBody) ContextValidate ¶
ContextValidate validates this create identity body based on context it is used
func (*CreateIdentityBody) MarshalBinary ¶
func (o *CreateIdentityBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateIdentityBody) UnmarshalBinary ¶
func (o *CreateIdentityBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateIdentityCreated ¶
type CreateIdentityCreated struct {
Payload *CreateIdentityCreatedBody
}
CreateIdentityCreated describes a response with status code 201, with default header values.
created
func NewCreateIdentityCreated ¶
func NewCreateIdentityCreated() *CreateIdentityCreated
NewCreateIdentityCreated creates a CreateIdentityCreated with default headers values
func (*CreateIdentityCreated) Code ¶
func (o *CreateIdentityCreated) Code() int
Code gets the status code for the create identity created response
func (*CreateIdentityCreated) Error ¶
func (o *CreateIdentityCreated) Error() string
func (*CreateIdentityCreated) GetPayload ¶
func (o *CreateIdentityCreated) GetPayload() *CreateIdentityCreatedBody
func (*CreateIdentityCreated) IsClientError ¶
func (o *CreateIdentityCreated) IsClientError() bool
IsClientError returns true when this create identity created response has a 4xx status code
func (*CreateIdentityCreated) IsCode ¶
func (o *CreateIdentityCreated) IsCode(code int) bool
IsCode returns true when this create identity created response a status code equal to that given
func (*CreateIdentityCreated) IsRedirect ¶
func (o *CreateIdentityCreated) IsRedirect() bool
IsRedirect returns true when this create identity created response has a 3xx status code
func (*CreateIdentityCreated) IsServerError ¶
func (o *CreateIdentityCreated) IsServerError() bool
IsServerError returns true when this create identity created response has a 5xx status code
func (*CreateIdentityCreated) IsSuccess ¶
func (o *CreateIdentityCreated) IsSuccess() bool
IsSuccess returns true when this create identity created response has a 2xx status code
func (*CreateIdentityCreated) String ¶
func (o *CreateIdentityCreated) String() string
type CreateIdentityCreatedBody ¶
type CreateIdentityCreatedBody struct {
// cfg
Cfg string `json:"cfg,omitempty"`
// identity
Identity string `json:"identity,omitempty"`
}
CreateIdentityCreatedBody create identity created body swagger:model CreateIdentityCreatedBody
func (*CreateIdentityCreatedBody) ContextValidate ¶
func (o *CreateIdentityCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this create identity created body based on context it is used
func (*CreateIdentityCreatedBody) MarshalBinary ¶
func (o *CreateIdentityCreatedBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateIdentityCreatedBody) UnmarshalBinary ¶
func (o *CreateIdentityCreatedBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateIdentityInternalServerError ¶
type CreateIdentityInternalServerError struct {
}
CreateIdentityInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewCreateIdentityInternalServerError ¶
func NewCreateIdentityInternalServerError() *CreateIdentityInternalServerError
NewCreateIdentityInternalServerError creates a CreateIdentityInternalServerError with default headers values
func (*CreateIdentityInternalServerError) Code ¶
func (o *CreateIdentityInternalServerError) Code() int
Code gets the status code for the create identity internal server error response
func (*CreateIdentityInternalServerError) Error ¶
func (o *CreateIdentityInternalServerError) Error() string
func (*CreateIdentityInternalServerError) IsClientError ¶
func (o *CreateIdentityInternalServerError) IsClientError() bool
IsClientError returns true when this create identity internal server error response has a 4xx status code
func (*CreateIdentityInternalServerError) IsCode ¶
func (o *CreateIdentityInternalServerError) IsCode(code int) bool
IsCode returns true when this create identity internal server error response a status code equal to that given
func (*CreateIdentityInternalServerError) IsRedirect ¶
func (o *CreateIdentityInternalServerError) IsRedirect() bool
IsRedirect returns true when this create identity internal server error response has a 3xx status code
func (*CreateIdentityInternalServerError) IsServerError ¶
func (o *CreateIdentityInternalServerError) IsServerError() bool
IsServerError returns true when this create identity internal server error response has a 5xx status code
func (*CreateIdentityInternalServerError) IsSuccess ¶
func (o *CreateIdentityInternalServerError) IsSuccess() bool
IsSuccess returns true when this create identity internal server error response has a 2xx status code
func (*CreateIdentityInternalServerError) String ¶
func (o *CreateIdentityInternalServerError) String() string
type CreateIdentityParams ¶
type CreateIdentityParams struct {
// Body.
Body CreateIdentityBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
CreateIdentityParams contains all the parameters to send to the API endpoint
for the create identity operation. Typically these are written to a http.Request.
func NewCreateIdentityParams ¶
func NewCreateIdentityParams() *CreateIdentityParams
NewCreateIdentityParams creates a new CreateIdentityParams 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 NewCreateIdentityParamsWithContext ¶
func NewCreateIdentityParamsWithContext(ctx context.Context) *CreateIdentityParams
NewCreateIdentityParamsWithContext creates a new CreateIdentityParams object with the ability to set a context for a request.
func NewCreateIdentityParamsWithHTTPClient ¶
func NewCreateIdentityParamsWithHTTPClient(client *http.Client) *CreateIdentityParams
NewCreateIdentityParamsWithHTTPClient creates a new CreateIdentityParams object with the ability to set a custom HTTPClient for a request.
func NewCreateIdentityParamsWithTimeout ¶
func NewCreateIdentityParamsWithTimeout(timeout time.Duration) *CreateIdentityParams
NewCreateIdentityParamsWithTimeout creates a new CreateIdentityParams object with the ability to set a timeout on a request.
func (*CreateIdentityParams) SetBody ¶
func (o *CreateIdentityParams) SetBody(body CreateIdentityBody)
SetBody adds the body to the create identity params
func (*CreateIdentityParams) SetContext ¶
func (o *CreateIdentityParams) SetContext(ctx context.Context)
SetContext adds the context to the create identity params
func (*CreateIdentityParams) SetDefaults ¶
func (o *CreateIdentityParams) SetDefaults()
SetDefaults hydrates default values in the create identity params (not the query body).
All values with no default are reset to their zero value.
func (*CreateIdentityParams) SetHTTPClient ¶
func (o *CreateIdentityParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create identity params
func (*CreateIdentityParams) SetTimeout ¶
func (o *CreateIdentityParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create identity params
func (*CreateIdentityParams) WithBody ¶
func (o *CreateIdentityParams) WithBody(body CreateIdentityBody) *CreateIdentityParams
WithBody adds the body to the create identity params
func (*CreateIdentityParams) WithContext ¶
func (o *CreateIdentityParams) WithContext(ctx context.Context) *CreateIdentityParams
WithContext adds the context to the create identity params
func (*CreateIdentityParams) WithDefaults ¶
func (o *CreateIdentityParams) WithDefaults() *CreateIdentityParams
WithDefaults hydrates default values in the create identity params (not the query body).
All values with no default are reset to their zero value.
func (*CreateIdentityParams) WithHTTPClient ¶
func (o *CreateIdentityParams) WithHTTPClient(client *http.Client) *CreateIdentityParams
WithHTTPClient adds the HTTPClient to the create identity params
func (*CreateIdentityParams) WithTimeout ¶
func (o *CreateIdentityParams) WithTimeout(timeout time.Duration) *CreateIdentityParams
WithTimeout adds the timeout to the create identity params
func (*CreateIdentityParams) WriteToRequest ¶
func (o *CreateIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateIdentityReader ¶
type CreateIdentityReader struct {
// contains filtered or unexported fields
}
CreateIdentityReader is a Reader for the CreateIdentity structure.
func (*CreateIdentityReader) ReadResponse ¶
func (o *CreateIdentityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type CreateIdentityUnauthorized ¶
type CreateIdentityUnauthorized struct {
}
CreateIdentityUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewCreateIdentityUnauthorized ¶
func NewCreateIdentityUnauthorized() *CreateIdentityUnauthorized
NewCreateIdentityUnauthorized creates a CreateIdentityUnauthorized with default headers values
func (*CreateIdentityUnauthorized) Code ¶
func (o *CreateIdentityUnauthorized) Code() int
Code gets the status code for the create identity unauthorized response
func (*CreateIdentityUnauthorized) Error ¶
func (o *CreateIdentityUnauthorized) Error() string
func (*CreateIdentityUnauthorized) IsClientError ¶
func (o *CreateIdentityUnauthorized) IsClientError() bool
IsClientError returns true when this create identity unauthorized response has a 4xx status code
func (*CreateIdentityUnauthorized) IsCode ¶
func (o *CreateIdentityUnauthorized) IsCode(code int) bool
IsCode returns true when this create identity unauthorized response a status code equal to that given
func (*CreateIdentityUnauthorized) IsRedirect ¶
func (o *CreateIdentityUnauthorized) IsRedirect() bool
IsRedirect returns true when this create identity unauthorized response has a 3xx status code
func (*CreateIdentityUnauthorized) IsServerError ¶
func (o *CreateIdentityUnauthorized) IsServerError() bool
IsServerError returns true when this create identity unauthorized response has a 5xx status code
func (*CreateIdentityUnauthorized) IsSuccess ¶
func (o *CreateIdentityUnauthorized) IsSuccess() bool
IsSuccess returns true when this create identity unauthorized response has a 2xx status code
func (*CreateIdentityUnauthorized) String ¶
func (o *CreateIdentityUnauthorized) String() string
type CreateNamespaceBody ¶
type CreateNamespaceBody struct {
// description
Description string `json:"description,omitempty"`
// name
Name string `json:"name,omitempty"`
// open
Open bool `json:"open,omitempty"`
// token
Token string `json:"token,omitempty"`
}
CreateNamespaceBody create namespace body swagger:model CreateNamespaceBody
func (*CreateNamespaceBody) ContextValidate ¶
ContextValidate validates this create namespace body based on context it is used
func (*CreateNamespaceBody) MarshalBinary ¶
func (o *CreateNamespaceBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateNamespaceBody) UnmarshalBinary ¶
func (o *CreateNamespaceBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateNamespaceConflict ¶
type CreateNamespaceConflict struct {
}
CreateNamespaceConflict describes a response with status code 409, with default header values.
namespace already exists
func NewCreateNamespaceConflict ¶
func NewCreateNamespaceConflict() *CreateNamespaceConflict
NewCreateNamespaceConflict creates a CreateNamespaceConflict with default headers values
func (*CreateNamespaceConflict) Code ¶
func (o *CreateNamespaceConflict) Code() int
Code gets the status code for the create namespace conflict response
func (*CreateNamespaceConflict) Error ¶
func (o *CreateNamespaceConflict) Error() string
func (*CreateNamespaceConflict) IsClientError ¶
func (o *CreateNamespaceConflict) IsClientError() bool
IsClientError returns true when this create namespace conflict response has a 4xx status code
func (*CreateNamespaceConflict) IsCode ¶
func (o *CreateNamespaceConflict) IsCode(code int) bool
IsCode returns true when this create namespace conflict response a status code equal to that given
func (*CreateNamespaceConflict) IsRedirect ¶
func (o *CreateNamespaceConflict) IsRedirect() bool
IsRedirect returns true when this create namespace conflict response has a 3xx status code
func (*CreateNamespaceConflict) IsServerError ¶
func (o *CreateNamespaceConflict) IsServerError() bool
IsServerError returns true when this create namespace conflict response has a 5xx status code
func (*CreateNamespaceConflict) IsSuccess ¶
func (o *CreateNamespaceConflict) IsSuccess() bool
IsSuccess returns true when this create namespace conflict response has a 2xx status code
func (*CreateNamespaceConflict) String ¶
func (o *CreateNamespaceConflict) String() string
type CreateNamespaceCreated ¶
type CreateNamespaceCreated struct {
Payload *CreateNamespaceCreatedBody
}
CreateNamespaceCreated describes a response with status code 201, with default header values.
namespace created
func NewCreateNamespaceCreated ¶
func NewCreateNamespaceCreated() *CreateNamespaceCreated
NewCreateNamespaceCreated creates a CreateNamespaceCreated with default headers values
func (*CreateNamespaceCreated) Code ¶
func (o *CreateNamespaceCreated) Code() int
Code gets the status code for the create namespace created response
func (*CreateNamespaceCreated) Error ¶
func (o *CreateNamespaceCreated) Error() string
func (*CreateNamespaceCreated) GetPayload ¶
func (o *CreateNamespaceCreated) GetPayload() *CreateNamespaceCreatedBody
func (*CreateNamespaceCreated) IsClientError ¶
func (o *CreateNamespaceCreated) IsClientError() bool
IsClientError returns true when this create namespace created response has a 4xx status code
func (*CreateNamespaceCreated) IsCode ¶
func (o *CreateNamespaceCreated) IsCode(code int) bool
IsCode returns true when this create namespace created response a status code equal to that given
func (*CreateNamespaceCreated) IsRedirect ¶
func (o *CreateNamespaceCreated) IsRedirect() bool
IsRedirect returns true when this create namespace created response has a 3xx status code
func (*CreateNamespaceCreated) IsServerError ¶
func (o *CreateNamespaceCreated) IsServerError() bool
IsServerError returns true when this create namespace created response has a 5xx status code
func (*CreateNamespaceCreated) IsSuccess ¶
func (o *CreateNamespaceCreated) IsSuccess() bool
IsSuccess returns true when this create namespace created response has a 2xx status code
func (*CreateNamespaceCreated) String ¶
func (o *CreateNamespaceCreated) String() string
type CreateNamespaceCreatedBody ¶
type CreateNamespaceCreatedBody struct {
// namespace token
NamespaceToken string `json:"namespaceToken,omitempty"`
}
CreateNamespaceCreatedBody create namespace created body swagger:model CreateNamespaceCreatedBody
func (*CreateNamespaceCreatedBody) ContextValidate ¶
func (o *CreateNamespaceCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this create namespace created body based on context it is used
func (*CreateNamespaceCreatedBody) MarshalBinary ¶
func (o *CreateNamespaceCreatedBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateNamespaceCreatedBody) UnmarshalBinary ¶
func (o *CreateNamespaceCreatedBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateNamespaceInternalServerError ¶
type CreateNamespaceInternalServerError struct {
}
CreateNamespaceInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewCreateNamespaceInternalServerError ¶
func NewCreateNamespaceInternalServerError() *CreateNamespaceInternalServerError
NewCreateNamespaceInternalServerError creates a CreateNamespaceInternalServerError with default headers values
func (*CreateNamespaceInternalServerError) Code ¶
func (o *CreateNamespaceInternalServerError) Code() int
Code gets the status code for the create namespace internal server error response
func (*CreateNamespaceInternalServerError) Error ¶
func (o *CreateNamespaceInternalServerError) Error() string
func (*CreateNamespaceInternalServerError) IsClientError ¶
func (o *CreateNamespaceInternalServerError) IsClientError() bool
IsClientError returns true when this create namespace internal server error response has a 4xx status code
func (*CreateNamespaceInternalServerError) IsCode ¶
func (o *CreateNamespaceInternalServerError) IsCode(code int) bool
IsCode returns true when this create namespace internal server error response a status code equal to that given
func (*CreateNamespaceInternalServerError) IsRedirect ¶
func (o *CreateNamespaceInternalServerError) IsRedirect() bool
IsRedirect returns true when this create namespace internal server error response has a 3xx status code
func (*CreateNamespaceInternalServerError) IsServerError ¶
func (o *CreateNamespaceInternalServerError) IsServerError() bool
IsServerError returns true when this create namespace internal server error response has a 5xx status code
func (*CreateNamespaceInternalServerError) IsSuccess ¶
func (o *CreateNamespaceInternalServerError) IsSuccess() bool
IsSuccess returns true when this create namespace internal server error response has a 2xx status code
func (*CreateNamespaceInternalServerError) String ¶
func (o *CreateNamespaceInternalServerError) String() string
type CreateNamespaceParams ¶
type CreateNamespaceParams struct {
// Body.
Body CreateNamespaceBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
CreateNamespaceParams contains all the parameters to send to the API endpoint
for the create namespace operation. Typically these are written to a http.Request.
func NewCreateNamespaceParams ¶
func NewCreateNamespaceParams() *CreateNamespaceParams
NewCreateNamespaceParams creates a new CreateNamespaceParams 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 NewCreateNamespaceParamsWithContext ¶
func NewCreateNamespaceParamsWithContext(ctx context.Context) *CreateNamespaceParams
NewCreateNamespaceParamsWithContext creates a new CreateNamespaceParams object with the ability to set a context for a request.
func NewCreateNamespaceParamsWithHTTPClient ¶
func NewCreateNamespaceParamsWithHTTPClient(client *http.Client) *CreateNamespaceParams
NewCreateNamespaceParamsWithHTTPClient creates a new CreateNamespaceParams object with the ability to set a custom HTTPClient for a request.
func NewCreateNamespaceParamsWithTimeout ¶
func NewCreateNamespaceParamsWithTimeout(timeout time.Duration) *CreateNamespaceParams
NewCreateNamespaceParamsWithTimeout creates a new CreateNamespaceParams object with the ability to set a timeout on a request.
func (*CreateNamespaceParams) SetBody ¶
func (o *CreateNamespaceParams) SetBody(body CreateNamespaceBody)
SetBody adds the body to the create namespace params
func (*CreateNamespaceParams) SetContext ¶
func (o *CreateNamespaceParams) SetContext(ctx context.Context)
SetContext adds the context to the create namespace params
func (*CreateNamespaceParams) SetDefaults ¶
func (o *CreateNamespaceParams) SetDefaults()
SetDefaults hydrates default values in the create namespace params (not the query body).
All values with no default are reset to their zero value.
func (*CreateNamespaceParams) SetHTTPClient ¶
func (o *CreateNamespaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create namespace params
func (*CreateNamespaceParams) SetTimeout ¶
func (o *CreateNamespaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create namespace params
func (*CreateNamespaceParams) WithBody ¶
func (o *CreateNamespaceParams) WithBody(body CreateNamespaceBody) *CreateNamespaceParams
WithBody adds the body to the create namespace params
func (*CreateNamespaceParams) WithContext ¶
func (o *CreateNamespaceParams) WithContext(ctx context.Context) *CreateNamespaceParams
WithContext adds the context to the create namespace params
func (*CreateNamespaceParams) WithDefaults ¶
func (o *CreateNamespaceParams) WithDefaults() *CreateNamespaceParams
WithDefaults hydrates default values in the create namespace params (not the query body).
All values with no default are reset to their zero value.
func (*CreateNamespaceParams) WithHTTPClient ¶
func (o *CreateNamespaceParams) WithHTTPClient(client *http.Client) *CreateNamespaceParams
WithHTTPClient adds the HTTPClient to the create namespace params
func (*CreateNamespaceParams) WithTimeout ¶
func (o *CreateNamespaceParams) WithTimeout(timeout time.Duration) *CreateNamespaceParams
WithTimeout adds the timeout to the create namespace params
func (*CreateNamespaceParams) WriteToRequest ¶
func (o *CreateNamespaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateNamespaceReader ¶
type CreateNamespaceReader struct {
// contains filtered or unexported fields
}
CreateNamespaceReader is a Reader for the CreateNamespace structure.
func (*CreateNamespaceReader) ReadResponse ¶
func (o *CreateNamespaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type CreateNamespaceUnauthorized ¶
type CreateNamespaceUnauthorized struct {
}
CreateNamespaceUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewCreateNamespaceUnauthorized ¶
func NewCreateNamespaceUnauthorized() *CreateNamespaceUnauthorized
NewCreateNamespaceUnauthorized creates a CreateNamespaceUnauthorized with default headers values
func (*CreateNamespaceUnauthorized) Code ¶
func (o *CreateNamespaceUnauthorized) Code() int
Code gets the status code for the create namespace unauthorized response
func (*CreateNamespaceUnauthorized) Error ¶
func (o *CreateNamespaceUnauthorized) Error() string
func (*CreateNamespaceUnauthorized) IsClientError ¶
func (o *CreateNamespaceUnauthorized) IsClientError() bool
IsClientError returns true when this create namespace unauthorized response has a 4xx status code
func (*CreateNamespaceUnauthorized) IsCode ¶
func (o *CreateNamespaceUnauthorized) IsCode(code int) bool
IsCode returns true when this create namespace unauthorized response a status code equal to that given
func (*CreateNamespaceUnauthorized) IsRedirect ¶
func (o *CreateNamespaceUnauthorized) IsRedirect() bool
IsRedirect returns true when this create namespace unauthorized response has a 3xx status code
func (*CreateNamespaceUnauthorized) IsServerError ¶
func (o *CreateNamespaceUnauthorized) IsServerError() bool
IsServerError returns true when this create namespace unauthorized response has a 5xx status code
func (*CreateNamespaceUnauthorized) IsSuccess ¶
func (o *CreateNamespaceUnauthorized) IsSuccess() bool
IsSuccess returns true when this create namespace unauthorized response has a 2xx status code
func (*CreateNamespaceUnauthorized) String ¶
func (o *CreateNamespaceUnauthorized) String() string
type CreateOrganizationBody ¶
type CreateOrganizationBody struct {
// description
Description string `json:"description,omitempty"`
}
CreateOrganizationBody create organization body swagger:model CreateOrganizationBody
func (*CreateOrganizationBody) ContextValidate ¶
func (o *CreateOrganizationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this create organization body based on context it is used
func (*CreateOrganizationBody) MarshalBinary ¶
func (o *CreateOrganizationBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateOrganizationBody) UnmarshalBinary ¶
func (o *CreateOrganizationBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateOrganizationCreated ¶
type CreateOrganizationCreated struct {
Payload *CreateOrganizationCreatedBody
}
CreateOrganizationCreated describes a response with status code 201, with default header values.
organization created
func NewCreateOrganizationCreated ¶
func NewCreateOrganizationCreated() *CreateOrganizationCreated
NewCreateOrganizationCreated creates a CreateOrganizationCreated with default headers values
func (*CreateOrganizationCreated) Code ¶
func (o *CreateOrganizationCreated) Code() int
Code gets the status code for the create organization created response
func (*CreateOrganizationCreated) Error ¶
func (o *CreateOrganizationCreated) Error() string
func (*CreateOrganizationCreated) GetPayload ¶
func (o *CreateOrganizationCreated) GetPayload() *CreateOrganizationCreatedBody
func (*CreateOrganizationCreated) IsClientError ¶
func (o *CreateOrganizationCreated) IsClientError() bool
IsClientError returns true when this create organization created response has a 4xx status code
func (*CreateOrganizationCreated) IsCode ¶
func (o *CreateOrganizationCreated) IsCode(code int) bool
IsCode returns true when this create organization created response a status code equal to that given
func (*CreateOrganizationCreated) IsRedirect ¶
func (o *CreateOrganizationCreated) IsRedirect() bool
IsRedirect returns true when this create organization created response has a 3xx status code
func (*CreateOrganizationCreated) IsServerError ¶
func (o *CreateOrganizationCreated) IsServerError() bool
IsServerError returns true when this create organization created response has a 5xx status code
func (*CreateOrganizationCreated) IsSuccess ¶
func (o *CreateOrganizationCreated) IsSuccess() bool
IsSuccess returns true when this create organization created response has a 2xx status code
func (*CreateOrganizationCreated) String ¶
func (o *CreateOrganizationCreated) String() string
type CreateOrganizationCreatedBody ¶
type CreateOrganizationCreatedBody struct {
// organization token
OrganizationToken string `json:"organizationToken,omitempty"`
}
CreateOrganizationCreatedBody create organization created body swagger:model CreateOrganizationCreatedBody
func (*CreateOrganizationCreatedBody) ContextValidate ¶
func (o *CreateOrganizationCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this create organization created body based on context it is used
func (*CreateOrganizationCreatedBody) MarshalBinary ¶
func (o *CreateOrganizationCreatedBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateOrganizationCreatedBody) UnmarshalBinary ¶
func (o *CreateOrganizationCreatedBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateOrganizationInternalServerError ¶
type CreateOrganizationInternalServerError struct {
}
CreateOrganizationInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewCreateOrganizationInternalServerError ¶
func NewCreateOrganizationInternalServerError() *CreateOrganizationInternalServerError
NewCreateOrganizationInternalServerError creates a CreateOrganizationInternalServerError with default headers values
func (*CreateOrganizationInternalServerError) Code ¶
func (o *CreateOrganizationInternalServerError) Code() int
Code gets the status code for the create organization internal server error response
func (*CreateOrganizationInternalServerError) Error ¶
func (o *CreateOrganizationInternalServerError) Error() string
func (*CreateOrganizationInternalServerError) IsClientError ¶
func (o *CreateOrganizationInternalServerError) IsClientError() bool
IsClientError returns true when this create organization internal server error response has a 4xx status code
func (*CreateOrganizationInternalServerError) IsCode ¶
func (o *CreateOrganizationInternalServerError) IsCode(code int) bool
IsCode returns true when this create organization internal server error response a status code equal to that given
func (*CreateOrganizationInternalServerError) IsRedirect ¶
func (o *CreateOrganizationInternalServerError) IsRedirect() bool
IsRedirect returns true when this create organization internal server error response has a 3xx status code
func (*CreateOrganizationInternalServerError) IsServerError ¶
func (o *CreateOrganizationInternalServerError) IsServerError() bool
IsServerError returns true when this create organization internal server error response has a 5xx status code
func (*CreateOrganizationInternalServerError) IsSuccess ¶
func (o *CreateOrganizationInternalServerError) IsSuccess() bool
IsSuccess returns true when this create organization internal server error response has a 2xx status code
func (*CreateOrganizationInternalServerError) String ¶
func (o *CreateOrganizationInternalServerError) String() string
type CreateOrganizationParams ¶
type CreateOrganizationParams struct {
// Body.
Body CreateOrganizationBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
CreateOrganizationParams contains all the parameters to send to the API endpoint
for the create organization operation. Typically these are written to a http.Request.
func NewCreateOrganizationParams ¶
func NewCreateOrganizationParams() *CreateOrganizationParams
NewCreateOrganizationParams creates a new CreateOrganizationParams 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 NewCreateOrganizationParamsWithContext ¶
func NewCreateOrganizationParamsWithContext(ctx context.Context) *CreateOrganizationParams
NewCreateOrganizationParamsWithContext creates a new CreateOrganizationParams object with the ability to set a context for a request.
func NewCreateOrganizationParamsWithHTTPClient ¶
func NewCreateOrganizationParamsWithHTTPClient(client *http.Client) *CreateOrganizationParams
NewCreateOrganizationParamsWithHTTPClient creates a new CreateOrganizationParams object with the ability to set a custom HTTPClient for a request.
func NewCreateOrganizationParamsWithTimeout ¶
func NewCreateOrganizationParamsWithTimeout(timeout time.Duration) *CreateOrganizationParams
NewCreateOrganizationParamsWithTimeout creates a new CreateOrganizationParams object with the ability to set a timeout on a request.
func (*CreateOrganizationParams) SetBody ¶
func (o *CreateOrganizationParams) SetBody(body CreateOrganizationBody)
SetBody adds the body to the create organization params
func (*CreateOrganizationParams) SetContext ¶
func (o *CreateOrganizationParams) SetContext(ctx context.Context)
SetContext adds the context to the create organization params
func (*CreateOrganizationParams) SetDefaults ¶
func (o *CreateOrganizationParams) SetDefaults()
SetDefaults hydrates default values in the create organization params (not the query body).
All values with no default are reset to their zero value.
func (*CreateOrganizationParams) SetHTTPClient ¶
func (o *CreateOrganizationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create organization params
func (*CreateOrganizationParams) SetTimeout ¶
func (o *CreateOrganizationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create organization params
func (*CreateOrganizationParams) WithBody ¶
func (o *CreateOrganizationParams) WithBody(body CreateOrganizationBody) *CreateOrganizationParams
WithBody adds the body to the create organization params
func (*CreateOrganizationParams) WithContext ¶
func (o *CreateOrganizationParams) WithContext(ctx context.Context) *CreateOrganizationParams
WithContext adds the context to the create organization params
func (*CreateOrganizationParams) WithDefaults ¶
func (o *CreateOrganizationParams) WithDefaults() *CreateOrganizationParams
WithDefaults hydrates default values in the create organization params (not the query body).
All values with no default are reset to their zero value.
func (*CreateOrganizationParams) WithHTTPClient ¶
func (o *CreateOrganizationParams) WithHTTPClient(client *http.Client) *CreateOrganizationParams
WithHTTPClient adds the HTTPClient to the create organization params
func (*CreateOrganizationParams) WithTimeout ¶
func (o *CreateOrganizationParams) WithTimeout(timeout time.Duration) *CreateOrganizationParams
WithTimeout adds the timeout to the create organization params
func (*CreateOrganizationParams) WriteToRequest ¶
func (o *CreateOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateOrganizationReader ¶
type CreateOrganizationReader struct {
// contains filtered or unexported fields
}
CreateOrganizationReader is a Reader for the CreateOrganization structure.
func (*CreateOrganizationReader) ReadResponse ¶
func (o *CreateOrganizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type CreateOrganizationUnauthorized ¶
type CreateOrganizationUnauthorized struct {
}
CreateOrganizationUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewCreateOrganizationUnauthorized ¶
func NewCreateOrganizationUnauthorized() *CreateOrganizationUnauthorized
NewCreateOrganizationUnauthorized creates a CreateOrganizationUnauthorized with default headers values
func (*CreateOrganizationUnauthorized) Code ¶
func (o *CreateOrganizationUnauthorized) Code() int
Code gets the status code for the create organization unauthorized response
func (*CreateOrganizationUnauthorized) Error ¶
func (o *CreateOrganizationUnauthorized) Error() string
func (*CreateOrganizationUnauthorized) IsClientError ¶
func (o *CreateOrganizationUnauthorized) IsClientError() bool
IsClientError returns true when this create organization unauthorized response has a 4xx status code
func (*CreateOrganizationUnauthorized) IsCode ¶
func (o *CreateOrganizationUnauthorized) IsCode(code int) bool
IsCode returns true when this create organization unauthorized response a status code equal to that given
func (*CreateOrganizationUnauthorized) IsRedirect ¶
func (o *CreateOrganizationUnauthorized) IsRedirect() bool
IsRedirect returns true when this create organization unauthorized response has a 3xx status code
func (*CreateOrganizationUnauthorized) IsServerError ¶
func (o *CreateOrganizationUnauthorized) IsServerError() bool
IsServerError returns true when this create organization unauthorized response has a 5xx status code
func (*CreateOrganizationUnauthorized) IsSuccess ¶
func (o *CreateOrganizationUnauthorized) IsSuccess() bool
IsSuccess returns true when this create organization unauthorized response has a 2xx status code
func (*CreateOrganizationUnauthorized) String ¶
func (o *CreateOrganizationUnauthorized) String() string
type DeleteAccountBody ¶
type DeleteAccountBody struct {
// email
Email string `json:"email,omitempty"`
}
DeleteAccountBody delete account body swagger:model DeleteAccountBody
func (*DeleteAccountBody) ContextValidate ¶
ContextValidate validates this delete account body based on context it is used
func (*DeleteAccountBody) MarshalBinary ¶
func (o *DeleteAccountBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteAccountBody) UnmarshalBinary ¶
func (o *DeleteAccountBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type DeleteAccountInternalServerError ¶
type DeleteAccountInternalServerError struct {
}
DeleteAccountInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewDeleteAccountInternalServerError ¶
func NewDeleteAccountInternalServerError() *DeleteAccountInternalServerError
NewDeleteAccountInternalServerError creates a DeleteAccountInternalServerError with default headers values
func (*DeleteAccountInternalServerError) Code ¶
func (o *DeleteAccountInternalServerError) Code() int
Code gets the status code for the delete account internal server error response
func (*DeleteAccountInternalServerError) Error ¶
func (o *DeleteAccountInternalServerError) Error() string
func (*DeleteAccountInternalServerError) IsClientError ¶
func (o *DeleteAccountInternalServerError) IsClientError() bool
IsClientError returns true when this delete account internal server error response has a 4xx status code
func (*DeleteAccountInternalServerError) IsCode ¶
func (o *DeleteAccountInternalServerError) IsCode(code int) bool
IsCode returns true when this delete account internal server error response a status code equal to that given
func (*DeleteAccountInternalServerError) IsRedirect ¶
func (o *DeleteAccountInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete account internal server error response has a 3xx status code
func (*DeleteAccountInternalServerError) IsServerError ¶
func (o *DeleteAccountInternalServerError) IsServerError() bool
IsServerError returns true when this delete account internal server error response has a 5xx status code
func (*DeleteAccountInternalServerError) IsSuccess ¶
func (o *DeleteAccountInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete account internal server error response has a 2xx status code
func (*DeleteAccountInternalServerError) String ¶
func (o *DeleteAccountInternalServerError) String() string
type DeleteAccountNotFound ¶
type DeleteAccountNotFound struct {
}
DeleteAccountNotFound describes a response with status code 404, with default header values.
not found
func NewDeleteAccountNotFound ¶
func NewDeleteAccountNotFound() *DeleteAccountNotFound
NewDeleteAccountNotFound creates a DeleteAccountNotFound with default headers values
func (*DeleteAccountNotFound) Code ¶
func (o *DeleteAccountNotFound) Code() int
Code gets the status code for the delete account not found response
func (*DeleteAccountNotFound) Error ¶
func (o *DeleteAccountNotFound) Error() string
func (*DeleteAccountNotFound) IsClientError ¶
func (o *DeleteAccountNotFound) IsClientError() bool
IsClientError returns true when this delete account not found response has a 4xx status code
func (*DeleteAccountNotFound) IsCode ¶
func (o *DeleteAccountNotFound) IsCode(code int) bool
IsCode returns true when this delete account not found response a status code equal to that given
func (*DeleteAccountNotFound) IsRedirect ¶
func (o *DeleteAccountNotFound) IsRedirect() bool
IsRedirect returns true when this delete account not found response has a 3xx status code
func (*DeleteAccountNotFound) IsServerError ¶
func (o *DeleteAccountNotFound) IsServerError() bool
IsServerError returns true when this delete account not found response has a 5xx status code
func (*DeleteAccountNotFound) IsSuccess ¶
func (o *DeleteAccountNotFound) IsSuccess() bool
IsSuccess returns true when this delete account not found response has a 2xx status code
func (*DeleteAccountNotFound) String ¶
func (o *DeleteAccountNotFound) String() string
type DeleteAccountOK ¶
type DeleteAccountOK struct {
}
DeleteAccountOK describes a response with status code 200, with default header values.
ok
func NewDeleteAccountOK ¶
func NewDeleteAccountOK() *DeleteAccountOK
NewDeleteAccountOK creates a DeleteAccountOK with default headers values
func (*DeleteAccountOK) Code ¶
func (o *DeleteAccountOK) Code() int
Code gets the status code for the delete account o k response
func (*DeleteAccountOK) Error ¶
func (o *DeleteAccountOK) Error() string
func (*DeleteAccountOK) IsClientError ¶
func (o *DeleteAccountOK) IsClientError() bool
IsClientError returns true when this delete account o k response has a 4xx status code
func (*DeleteAccountOK) IsCode ¶
func (o *DeleteAccountOK) IsCode(code int) bool
IsCode returns true when this delete account o k response a status code equal to that given
func (*DeleteAccountOK) IsRedirect ¶
func (o *DeleteAccountOK) IsRedirect() bool
IsRedirect returns true when this delete account o k response has a 3xx status code
func (*DeleteAccountOK) IsServerError ¶
func (o *DeleteAccountOK) IsServerError() bool
IsServerError returns true when this delete account o k response has a 5xx status code
func (*DeleteAccountOK) IsSuccess ¶
func (o *DeleteAccountOK) IsSuccess() bool
IsSuccess returns true when this delete account o k response has a 2xx status code
func (*DeleteAccountOK) String ¶
func (o *DeleteAccountOK) String() string
type DeleteAccountParams ¶
type DeleteAccountParams struct {
// Body.
Body DeleteAccountBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteAccountParams contains all the parameters to send to the API endpoint
for the delete account operation. Typically these are written to a http.Request.
func NewDeleteAccountParams ¶
func NewDeleteAccountParams() *DeleteAccountParams
NewDeleteAccountParams creates a new DeleteAccountParams 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 NewDeleteAccountParamsWithContext ¶
func NewDeleteAccountParamsWithContext(ctx context.Context) *DeleteAccountParams
NewDeleteAccountParamsWithContext creates a new DeleteAccountParams object with the ability to set a context for a request.
func NewDeleteAccountParamsWithHTTPClient ¶
func NewDeleteAccountParamsWithHTTPClient(client *http.Client) *DeleteAccountParams
NewDeleteAccountParamsWithHTTPClient creates a new DeleteAccountParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteAccountParamsWithTimeout ¶
func NewDeleteAccountParamsWithTimeout(timeout time.Duration) *DeleteAccountParams
NewDeleteAccountParamsWithTimeout creates a new DeleteAccountParams object with the ability to set a timeout on a request.
func (*DeleteAccountParams) SetBody ¶
func (o *DeleteAccountParams) SetBody(body DeleteAccountBody)
SetBody adds the body to the delete account params
func (*DeleteAccountParams) SetContext ¶
func (o *DeleteAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the delete account params
func (*DeleteAccountParams) SetDefaults ¶
func (o *DeleteAccountParams) SetDefaults()
SetDefaults hydrates default values in the delete account params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAccountParams) SetHTTPClient ¶
func (o *DeleteAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete account params
func (*DeleteAccountParams) SetTimeout ¶
func (o *DeleteAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete account params
func (*DeleteAccountParams) WithBody ¶
func (o *DeleteAccountParams) WithBody(body DeleteAccountBody) *DeleteAccountParams
WithBody adds the body to the delete account params
func (*DeleteAccountParams) WithContext ¶
func (o *DeleteAccountParams) WithContext(ctx context.Context) *DeleteAccountParams
WithContext adds the context to the delete account params
func (*DeleteAccountParams) WithDefaults ¶
func (o *DeleteAccountParams) WithDefaults() *DeleteAccountParams
WithDefaults hydrates default values in the delete account params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAccountParams) WithHTTPClient ¶
func (o *DeleteAccountParams) WithHTTPClient(client *http.Client) *DeleteAccountParams
WithHTTPClient adds the HTTPClient to the delete account params
func (*DeleteAccountParams) WithTimeout ¶
func (o *DeleteAccountParams) WithTimeout(timeout time.Duration) *DeleteAccountParams
WithTimeout adds the timeout to the delete account params
func (*DeleteAccountParams) WriteToRequest ¶
func (o *DeleteAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAccountReader ¶
type DeleteAccountReader struct {
// contains filtered or unexported fields
}
DeleteAccountReader is a Reader for the DeleteAccount structure.
func (*DeleteAccountReader) ReadResponse ¶
func (o *DeleteAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type DeleteAccountUnauthorized ¶
type DeleteAccountUnauthorized struct {
}
DeleteAccountUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewDeleteAccountUnauthorized ¶
func NewDeleteAccountUnauthorized() *DeleteAccountUnauthorized
NewDeleteAccountUnauthorized creates a DeleteAccountUnauthorized with default headers values
func (*DeleteAccountUnauthorized) Code ¶
func (o *DeleteAccountUnauthorized) Code() int
Code gets the status code for the delete account unauthorized response
func (*DeleteAccountUnauthorized) Error ¶
func (o *DeleteAccountUnauthorized) Error() string
func (*DeleteAccountUnauthorized) IsClientError ¶
func (o *DeleteAccountUnauthorized) IsClientError() bool
IsClientError returns true when this delete account unauthorized response has a 4xx status code
func (*DeleteAccountUnauthorized) IsCode ¶
func (o *DeleteAccountUnauthorized) IsCode(code int) bool
IsCode returns true when this delete account unauthorized response a status code equal to that given
func (*DeleteAccountUnauthorized) IsRedirect ¶
func (o *DeleteAccountUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete account unauthorized response has a 3xx status code
func (*DeleteAccountUnauthorized) IsServerError ¶
func (o *DeleteAccountUnauthorized) IsServerError() bool
IsServerError returns true when this delete account unauthorized response has a 5xx status code
func (*DeleteAccountUnauthorized) IsSuccess ¶
func (o *DeleteAccountUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete account unauthorized response has a 2xx status code
func (*DeleteAccountUnauthorized) String ¶
func (o *DeleteAccountUnauthorized) String() string
type DeleteFrontendBody ¶
type DeleteFrontendBody struct {
// frontend token
FrontendToken string `json:"frontendToken,omitempty"`
}
DeleteFrontendBody delete frontend body swagger:model DeleteFrontendBody
func (*DeleteFrontendBody) ContextValidate ¶
ContextValidate validates this delete frontend body based on context it is used
func (*DeleteFrontendBody) MarshalBinary ¶
func (o *DeleteFrontendBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteFrontendBody) UnmarshalBinary ¶
func (o *DeleteFrontendBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type DeleteFrontendGrantBody ¶
type DeleteFrontendGrantBody struct {
// email
Email string `json:"email,omitempty"`
// frontend token
FrontendToken string `json:"frontendToken,omitempty"`
}
DeleteFrontendGrantBody delete frontend grant body swagger:model DeleteFrontendGrantBody
func (*DeleteFrontendGrantBody) ContextValidate ¶
func (o *DeleteFrontendGrantBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this delete frontend grant body based on context it is used
func (*DeleteFrontendGrantBody) MarshalBinary ¶
func (o *DeleteFrontendGrantBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteFrontendGrantBody) UnmarshalBinary ¶
func (o *DeleteFrontendGrantBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type DeleteFrontendGrantInternalServerError ¶
type DeleteFrontendGrantInternalServerError struct {
}
DeleteFrontendGrantInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewDeleteFrontendGrantInternalServerError ¶
func NewDeleteFrontendGrantInternalServerError() *DeleteFrontendGrantInternalServerError
NewDeleteFrontendGrantInternalServerError creates a DeleteFrontendGrantInternalServerError with default headers values
func (*DeleteFrontendGrantInternalServerError) Code ¶
func (o *DeleteFrontendGrantInternalServerError) Code() int
Code gets the status code for the delete frontend grant internal server error response
func (*DeleteFrontendGrantInternalServerError) Error ¶
func (o *DeleteFrontendGrantInternalServerError) Error() string
func (*DeleteFrontendGrantInternalServerError) IsClientError ¶
func (o *DeleteFrontendGrantInternalServerError) IsClientError() bool
IsClientError returns true when this delete frontend grant internal server error response has a 4xx status code
func (*DeleteFrontendGrantInternalServerError) IsCode ¶
func (o *DeleteFrontendGrantInternalServerError) IsCode(code int) bool
IsCode returns true when this delete frontend grant internal server error response a status code equal to that given
func (*DeleteFrontendGrantInternalServerError) IsRedirect ¶
func (o *DeleteFrontendGrantInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete frontend grant internal server error response has a 3xx status code
func (*DeleteFrontendGrantInternalServerError) IsServerError ¶
func (o *DeleteFrontendGrantInternalServerError) IsServerError() bool
IsServerError returns true when this delete frontend grant internal server error response has a 5xx status code
func (*DeleteFrontendGrantInternalServerError) IsSuccess ¶
func (o *DeleteFrontendGrantInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete frontend grant internal server error response has a 2xx status code
func (*DeleteFrontendGrantInternalServerError) String ¶
func (o *DeleteFrontendGrantInternalServerError) String() string
type DeleteFrontendGrantNotFound ¶
type DeleteFrontendGrantNotFound struct {
Payload rest_model_zrok.ErrorMessage
}
DeleteFrontendGrantNotFound describes a response with status code 404, with default header values.
not found
func NewDeleteFrontendGrantNotFound ¶
func NewDeleteFrontendGrantNotFound() *DeleteFrontendGrantNotFound
NewDeleteFrontendGrantNotFound creates a DeleteFrontendGrantNotFound with default headers values
func (*DeleteFrontendGrantNotFound) Code ¶
func (o *DeleteFrontendGrantNotFound) Code() int
Code gets the status code for the delete frontend grant not found response
func (*DeleteFrontendGrantNotFound) Error ¶
func (o *DeleteFrontendGrantNotFound) Error() string
func (*DeleteFrontendGrantNotFound) GetPayload ¶
func (o *DeleteFrontendGrantNotFound) GetPayload() rest_model_zrok.ErrorMessage
func (*DeleteFrontendGrantNotFound) IsClientError ¶
func (o *DeleteFrontendGrantNotFound) IsClientError() bool
IsClientError returns true when this delete frontend grant not found response has a 4xx status code
func (*DeleteFrontendGrantNotFound) IsCode ¶
func (o *DeleteFrontendGrantNotFound) IsCode(code int) bool
IsCode returns true when this delete frontend grant not found response a status code equal to that given
func (*DeleteFrontendGrantNotFound) IsRedirect ¶
func (o *DeleteFrontendGrantNotFound) IsRedirect() bool
IsRedirect returns true when this delete frontend grant not found response has a 3xx status code
func (*DeleteFrontendGrantNotFound) IsServerError ¶
func (o *DeleteFrontendGrantNotFound) IsServerError() bool
IsServerError returns true when this delete frontend grant not found response has a 5xx status code
func (*DeleteFrontendGrantNotFound) IsSuccess ¶
func (o *DeleteFrontendGrantNotFound) IsSuccess() bool
IsSuccess returns true when this delete frontend grant not found response has a 2xx status code
func (*DeleteFrontendGrantNotFound) String ¶
func (o *DeleteFrontendGrantNotFound) String() string
type DeleteFrontendGrantOK ¶
type DeleteFrontendGrantOK struct {
}
DeleteFrontendGrantOK describes a response with status code 200, with default header values.
ok
func NewDeleteFrontendGrantOK ¶
func NewDeleteFrontendGrantOK() *DeleteFrontendGrantOK
NewDeleteFrontendGrantOK creates a DeleteFrontendGrantOK with default headers values
func (*DeleteFrontendGrantOK) Code ¶
func (o *DeleteFrontendGrantOK) Code() int
Code gets the status code for the delete frontend grant o k response
func (*DeleteFrontendGrantOK) Error ¶
func (o *DeleteFrontendGrantOK) Error() string
func (*DeleteFrontendGrantOK) IsClientError ¶
func (o *DeleteFrontendGrantOK) IsClientError() bool
IsClientError returns true when this delete frontend grant o k response has a 4xx status code
func (*DeleteFrontendGrantOK) IsCode ¶
func (o *DeleteFrontendGrantOK) IsCode(code int) bool
IsCode returns true when this delete frontend grant o k response a status code equal to that given
func (*DeleteFrontendGrantOK) IsRedirect ¶
func (o *DeleteFrontendGrantOK) IsRedirect() bool
IsRedirect returns true when this delete frontend grant o k response has a 3xx status code
func (*DeleteFrontendGrantOK) IsServerError ¶
func (o *DeleteFrontendGrantOK) IsServerError() bool
IsServerError returns true when this delete frontend grant o k response has a 5xx status code
func (*DeleteFrontendGrantOK) IsSuccess ¶
func (o *DeleteFrontendGrantOK) IsSuccess() bool
IsSuccess returns true when this delete frontend grant o k response has a 2xx status code
func (*DeleteFrontendGrantOK) String ¶
func (o *DeleteFrontendGrantOK) String() string
type DeleteFrontendGrantParams ¶
type DeleteFrontendGrantParams struct {
// Body.
Body DeleteFrontendGrantBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteFrontendGrantParams contains all the parameters to send to the API endpoint
for the delete frontend grant operation. Typically these are written to a http.Request.
func NewDeleteFrontendGrantParams ¶
func NewDeleteFrontendGrantParams() *DeleteFrontendGrantParams
NewDeleteFrontendGrantParams creates a new DeleteFrontendGrantParams 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 NewDeleteFrontendGrantParamsWithContext ¶
func NewDeleteFrontendGrantParamsWithContext(ctx context.Context) *DeleteFrontendGrantParams
NewDeleteFrontendGrantParamsWithContext creates a new DeleteFrontendGrantParams object with the ability to set a context for a request.
func NewDeleteFrontendGrantParamsWithHTTPClient ¶
func NewDeleteFrontendGrantParamsWithHTTPClient(client *http.Client) *DeleteFrontendGrantParams
NewDeleteFrontendGrantParamsWithHTTPClient creates a new DeleteFrontendGrantParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteFrontendGrantParamsWithTimeout ¶
func NewDeleteFrontendGrantParamsWithTimeout(timeout time.Duration) *DeleteFrontendGrantParams
NewDeleteFrontendGrantParamsWithTimeout creates a new DeleteFrontendGrantParams object with the ability to set a timeout on a request.
func (*DeleteFrontendGrantParams) SetBody ¶
func (o *DeleteFrontendGrantParams) SetBody(body DeleteFrontendGrantBody)
SetBody adds the body to the delete frontend grant params
func (*DeleteFrontendGrantParams) SetContext ¶
func (o *DeleteFrontendGrantParams) SetContext(ctx context.Context)
SetContext adds the context to the delete frontend grant params
func (*DeleteFrontendGrantParams) SetDefaults ¶
func (o *DeleteFrontendGrantParams) SetDefaults()
SetDefaults hydrates default values in the delete frontend grant params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteFrontendGrantParams) SetHTTPClient ¶
func (o *DeleteFrontendGrantParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete frontend grant params
func (*DeleteFrontendGrantParams) SetTimeout ¶
func (o *DeleteFrontendGrantParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete frontend grant params
func (*DeleteFrontendGrantParams) WithBody ¶
func (o *DeleteFrontendGrantParams) WithBody(body DeleteFrontendGrantBody) *DeleteFrontendGrantParams
WithBody adds the body to the delete frontend grant params
func (*DeleteFrontendGrantParams) WithContext ¶
func (o *DeleteFrontendGrantParams) WithContext(ctx context.Context) *DeleteFrontendGrantParams
WithContext adds the context to the delete frontend grant params
func (*DeleteFrontendGrantParams) WithDefaults ¶
func (o *DeleteFrontendGrantParams) WithDefaults() *DeleteFrontendGrantParams
WithDefaults hydrates default values in the delete frontend grant params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteFrontendGrantParams) WithHTTPClient ¶
func (o *DeleteFrontendGrantParams) WithHTTPClient(client *http.Client) *DeleteFrontendGrantParams
WithHTTPClient adds the HTTPClient to the delete frontend grant params
func (*DeleteFrontendGrantParams) WithTimeout ¶
func (o *DeleteFrontendGrantParams) WithTimeout(timeout time.Duration) *DeleteFrontendGrantParams
WithTimeout adds the timeout to the delete frontend grant params
func (*DeleteFrontendGrantParams) WriteToRequest ¶
func (o *DeleteFrontendGrantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteFrontendGrantReader ¶
type DeleteFrontendGrantReader struct {
// contains filtered or unexported fields
}
DeleteFrontendGrantReader is a Reader for the DeleteFrontendGrant structure.
func (*DeleteFrontendGrantReader) ReadResponse ¶
func (o *DeleteFrontendGrantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type DeleteFrontendGrantUnauthorized ¶
type DeleteFrontendGrantUnauthorized struct {
}
DeleteFrontendGrantUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewDeleteFrontendGrantUnauthorized ¶
func NewDeleteFrontendGrantUnauthorized() *DeleteFrontendGrantUnauthorized
NewDeleteFrontendGrantUnauthorized creates a DeleteFrontendGrantUnauthorized with default headers values
func (*DeleteFrontendGrantUnauthorized) Code ¶
func (o *DeleteFrontendGrantUnauthorized) Code() int
Code gets the status code for the delete frontend grant unauthorized response
func (*DeleteFrontendGrantUnauthorized) Error ¶
func (o *DeleteFrontendGrantUnauthorized) Error() string
func (*DeleteFrontendGrantUnauthorized) IsClientError ¶
func (o *DeleteFrontendGrantUnauthorized) IsClientError() bool
IsClientError returns true when this delete frontend grant unauthorized response has a 4xx status code
func (*DeleteFrontendGrantUnauthorized) IsCode ¶
func (o *DeleteFrontendGrantUnauthorized) IsCode(code int) bool
IsCode returns true when this delete frontend grant unauthorized response a status code equal to that given
func (*DeleteFrontendGrantUnauthorized) IsRedirect ¶
func (o *DeleteFrontendGrantUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete frontend grant unauthorized response has a 3xx status code
func (*DeleteFrontendGrantUnauthorized) IsServerError ¶
func (o *DeleteFrontendGrantUnauthorized) IsServerError() bool
IsServerError returns true when this delete frontend grant unauthorized response has a 5xx status code
func (*DeleteFrontendGrantUnauthorized) IsSuccess ¶
func (o *DeleteFrontendGrantUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete frontend grant unauthorized response has a 2xx status code
func (*DeleteFrontendGrantUnauthorized) String ¶
func (o *DeleteFrontendGrantUnauthorized) String() string
type DeleteFrontendInternalServerError ¶
type DeleteFrontendInternalServerError struct {
}
DeleteFrontendInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewDeleteFrontendInternalServerError ¶
func NewDeleteFrontendInternalServerError() *DeleteFrontendInternalServerError
NewDeleteFrontendInternalServerError creates a DeleteFrontendInternalServerError with default headers values
func (*DeleteFrontendInternalServerError) Code ¶
func (o *DeleteFrontendInternalServerError) Code() int
Code gets the status code for the delete frontend internal server error response
func (*DeleteFrontendInternalServerError) Error ¶
func (o *DeleteFrontendInternalServerError) Error() string
func (*DeleteFrontendInternalServerError) IsClientError ¶
func (o *DeleteFrontendInternalServerError) IsClientError() bool
IsClientError returns true when this delete frontend internal server error response has a 4xx status code
func (*DeleteFrontendInternalServerError) IsCode ¶
func (o *DeleteFrontendInternalServerError) IsCode(code int) bool
IsCode returns true when this delete frontend internal server error response a status code equal to that given
func (*DeleteFrontendInternalServerError) IsRedirect ¶
func (o *DeleteFrontendInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete frontend internal server error response has a 3xx status code
func (*DeleteFrontendInternalServerError) IsServerError ¶
func (o *DeleteFrontendInternalServerError) IsServerError() bool
IsServerError returns true when this delete frontend internal server error response has a 5xx status code
func (*DeleteFrontendInternalServerError) IsSuccess ¶
func (o *DeleteFrontendInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete frontend internal server error response has a 2xx status code
func (*DeleteFrontendInternalServerError) String ¶
func (o *DeleteFrontendInternalServerError) String() string
type DeleteFrontendNotFound ¶
type DeleteFrontendNotFound struct {
}
DeleteFrontendNotFound describes a response with status code 404, with default header values.
not found
func NewDeleteFrontendNotFound ¶
func NewDeleteFrontendNotFound() *DeleteFrontendNotFound
NewDeleteFrontendNotFound creates a DeleteFrontendNotFound with default headers values
func (*DeleteFrontendNotFound) Code ¶
func (o *DeleteFrontendNotFound) Code() int
Code gets the status code for the delete frontend not found response
func (*DeleteFrontendNotFound) Error ¶
func (o *DeleteFrontendNotFound) Error() string
func (*DeleteFrontendNotFound) IsClientError ¶
func (o *DeleteFrontendNotFound) IsClientError() bool
IsClientError returns true when this delete frontend not found response has a 4xx status code
func (*DeleteFrontendNotFound) IsCode ¶
func (o *DeleteFrontendNotFound) IsCode(code int) bool
IsCode returns true when this delete frontend not found response a status code equal to that given
func (*DeleteFrontendNotFound) IsRedirect ¶
func (o *DeleteFrontendNotFound) IsRedirect() bool
IsRedirect returns true when this delete frontend not found response has a 3xx status code
func (*DeleteFrontendNotFound) IsServerError ¶
func (o *DeleteFrontendNotFound) IsServerError() bool
IsServerError returns true when this delete frontend not found response has a 5xx status code
func (*DeleteFrontendNotFound) IsSuccess ¶
func (o *DeleteFrontendNotFound) IsSuccess() bool
IsSuccess returns true when this delete frontend not found response has a 2xx status code
func (*DeleteFrontendNotFound) String ¶
func (o *DeleteFrontendNotFound) String() string
type DeleteFrontendOK ¶
type DeleteFrontendOK struct {
}
DeleteFrontendOK describes a response with status code 200, with default header values.
frontend deleted
func NewDeleteFrontendOK ¶
func NewDeleteFrontendOK() *DeleteFrontendOK
NewDeleteFrontendOK creates a DeleteFrontendOK with default headers values
func (*DeleteFrontendOK) Code ¶
func (o *DeleteFrontendOK) Code() int
Code gets the status code for the delete frontend o k response
func (*DeleteFrontendOK) Error ¶
func (o *DeleteFrontendOK) Error() string
func (*DeleteFrontendOK) IsClientError ¶
func (o *DeleteFrontendOK) IsClientError() bool
IsClientError returns true when this delete frontend o k response has a 4xx status code
func (*DeleteFrontendOK) IsCode ¶
func (o *DeleteFrontendOK) IsCode(code int) bool
IsCode returns true when this delete frontend o k response a status code equal to that given
func (*DeleteFrontendOK) IsRedirect ¶
func (o *DeleteFrontendOK) IsRedirect() bool
IsRedirect returns true when this delete frontend o k response has a 3xx status code
func (*DeleteFrontendOK) IsServerError ¶
func (o *DeleteFrontendOK) IsServerError() bool
IsServerError returns true when this delete frontend o k response has a 5xx status code
func (*DeleteFrontendOK) IsSuccess ¶
func (o *DeleteFrontendOK) IsSuccess() bool
IsSuccess returns true when this delete frontend o k response has a 2xx status code
func (*DeleteFrontendOK) String ¶
func (o *DeleteFrontendOK) String() string
type DeleteFrontendParams ¶
type DeleteFrontendParams struct {
// Body.
Body DeleteFrontendBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteFrontendParams contains all the parameters to send to the API endpoint
for the delete frontend operation. Typically these are written to a http.Request.
func NewDeleteFrontendParams ¶
func NewDeleteFrontendParams() *DeleteFrontendParams
NewDeleteFrontendParams creates a new DeleteFrontendParams 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 NewDeleteFrontendParamsWithContext ¶
func NewDeleteFrontendParamsWithContext(ctx context.Context) *DeleteFrontendParams
NewDeleteFrontendParamsWithContext creates a new DeleteFrontendParams object with the ability to set a context for a request.
func NewDeleteFrontendParamsWithHTTPClient ¶
func NewDeleteFrontendParamsWithHTTPClient(client *http.Client) *DeleteFrontendParams
NewDeleteFrontendParamsWithHTTPClient creates a new DeleteFrontendParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteFrontendParamsWithTimeout ¶
func NewDeleteFrontendParamsWithTimeout(timeout time.Duration) *DeleteFrontendParams
NewDeleteFrontendParamsWithTimeout creates a new DeleteFrontendParams object with the ability to set a timeout on a request.
func (*DeleteFrontendParams) SetBody ¶
func (o *DeleteFrontendParams) SetBody(body DeleteFrontendBody)
SetBody adds the body to the delete frontend params
func (*DeleteFrontendParams) SetContext ¶
func (o *DeleteFrontendParams) SetContext(ctx context.Context)
SetContext adds the context to the delete frontend params
func (*DeleteFrontendParams) SetDefaults ¶
func (o *DeleteFrontendParams) SetDefaults()
SetDefaults hydrates default values in the delete frontend params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteFrontendParams) SetHTTPClient ¶
func (o *DeleteFrontendParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete frontend params
func (*DeleteFrontendParams) SetTimeout ¶
func (o *DeleteFrontendParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete frontend params
func (*DeleteFrontendParams) WithBody ¶
func (o *DeleteFrontendParams) WithBody(body DeleteFrontendBody) *DeleteFrontendParams
WithBody adds the body to the delete frontend params
func (*DeleteFrontendParams) WithContext ¶
func (o *DeleteFrontendParams) WithContext(ctx context.Context) *DeleteFrontendParams
WithContext adds the context to the delete frontend params
func (*DeleteFrontendParams) WithDefaults ¶
func (o *DeleteFrontendParams) WithDefaults() *DeleteFrontendParams
WithDefaults hydrates default values in the delete frontend params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteFrontendParams) WithHTTPClient ¶
func (o *DeleteFrontendParams) WithHTTPClient(client *http.Client) *DeleteFrontendParams
WithHTTPClient adds the HTTPClient to the delete frontend params
func (*DeleteFrontendParams) WithTimeout ¶
func (o *DeleteFrontendParams) WithTimeout(timeout time.Duration) *DeleteFrontendParams
WithTimeout adds the timeout to the delete frontend params
func (*DeleteFrontendParams) WriteToRequest ¶
func (o *DeleteFrontendParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteFrontendReader ¶
type DeleteFrontendReader struct {
// contains filtered or unexported fields
}
DeleteFrontendReader is a Reader for the DeleteFrontend structure.
func (*DeleteFrontendReader) ReadResponse ¶
func (o *DeleteFrontendReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type DeleteFrontendUnauthorized ¶
type DeleteFrontendUnauthorized struct {
}
DeleteFrontendUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewDeleteFrontendUnauthorized ¶
func NewDeleteFrontendUnauthorized() *DeleteFrontendUnauthorized
NewDeleteFrontendUnauthorized creates a DeleteFrontendUnauthorized with default headers values
func (*DeleteFrontendUnauthorized) Code ¶
func (o *DeleteFrontendUnauthorized) Code() int
Code gets the status code for the delete frontend unauthorized response
func (*DeleteFrontendUnauthorized) Error ¶
func (o *DeleteFrontendUnauthorized) Error() string
func (*DeleteFrontendUnauthorized) IsClientError ¶
func (o *DeleteFrontendUnauthorized) IsClientError() bool
IsClientError returns true when this delete frontend unauthorized response has a 4xx status code
func (*DeleteFrontendUnauthorized) IsCode ¶
func (o *DeleteFrontendUnauthorized) IsCode(code int) bool
IsCode returns true when this delete frontend unauthorized response a status code equal to that given
func (*DeleteFrontendUnauthorized) IsRedirect ¶
func (o *DeleteFrontendUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete frontend unauthorized response has a 3xx status code
func (*DeleteFrontendUnauthorized) IsServerError ¶
func (o *DeleteFrontendUnauthorized) IsServerError() bool
IsServerError returns true when this delete frontend unauthorized response has a 5xx status code
func (*DeleteFrontendUnauthorized) IsSuccess ¶
func (o *DeleteFrontendUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete frontend unauthorized response has a 2xx status code
func (*DeleteFrontendUnauthorized) String ¶
func (o *DeleteFrontendUnauthorized) String() string
type DeleteIdentityBody ¶
type DeleteIdentityBody struct {
// z Id
ZID string `json:"zId,omitempty"`
}
DeleteIdentityBody delete identity body swagger:model DeleteIdentityBody
func (*DeleteIdentityBody) ContextValidate ¶
ContextValidate validates this delete identity body based on context it is used
func (*DeleteIdentityBody) MarshalBinary ¶
func (o *DeleteIdentityBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteIdentityBody) UnmarshalBinary ¶
func (o *DeleteIdentityBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type DeleteIdentityInternalServerError ¶
type DeleteIdentityInternalServerError struct {
}
DeleteIdentityInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewDeleteIdentityInternalServerError ¶
func NewDeleteIdentityInternalServerError() *DeleteIdentityInternalServerError
NewDeleteIdentityInternalServerError creates a DeleteIdentityInternalServerError with default headers values
func (*DeleteIdentityInternalServerError) Code ¶
func (o *DeleteIdentityInternalServerError) Code() int
Code gets the status code for the delete identity internal server error response
func (*DeleteIdentityInternalServerError) Error ¶
func (o *DeleteIdentityInternalServerError) Error() string
func (*DeleteIdentityInternalServerError) IsClientError ¶
func (o *DeleteIdentityInternalServerError) IsClientError() bool
IsClientError returns true when this delete identity internal server error response has a 4xx status code
func (*DeleteIdentityInternalServerError) IsCode ¶
func (o *DeleteIdentityInternalServerError) IsCode(code int) bool
IsCode returns true when this delete identity internal server error response a status code equal to that given
func (*DeleteIdentityInternalServerError) IsRedirect ¶
func (o *DeleteIdentityInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete identity internal server error response has a 3xx status code
func (*DeleteIdentityInternalServerError) IsServerError ¶
func (o *DeleteIdentityInternalServerError) IsServerError() bool
IsServerError returns true when this delete identity internal server error response has a 5xx status code
func (*DeleteIdentityInternalServerError) IsSuccess ¶
func (o *DeleteIdentityInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete identity internal server error response has a 2xx status code
func (*DeleteIdentityInternalServerError) String ¶
func (o *DeleteIdentityInternalServerError) String() string
type DeleteIdentityNotFound ¶
type DeleteIdentityNotFound struct {
}
DeleteIdentityNotFound describes a response with status code 404, with default header values.
not found
func NewDeleteIdentityNotFound ¶
func NewDeleteIdentityNotFound() *DeleteIdentityNotFound
NewDeleteIdentityNotFound creates a DeleteIdentityNotFound with default headers values
func (*DeleteIdentityNotFound) Code ¶
func (o *DeleteIdentityNotFound) Code() int
Code gets the status code for the delete identity not found response
func (*DeleteIdentityNotFound) Error ¶
func (o *DeleteIdentityNotFound) Error() string
func (*DeleteIdentityNotFound) IsClientError ¶
func (o *DeleteIdentityNotFound) IsClientError() bool
IsClientError returns true when this delete identity not found response has a 4xx status code
func (*DeleteIdentityNotFound) IsCode ¶
func (o *DeleteIdentityNotFound) IsCode(code int) bool
IsCode returns true when this delete identity not found response a status code equal to that given
func (*DeleteIdentityNotFound) IsRedirect ¶
func (o *DeleteIdentityNotFound) IsRedirect() bool
IsRedirect returns true when this delete identity not found response has a 3xx status code
func (*DeleteIdentityNotFound) IsServerError ¶
func (o *DeleteIdentityNotFound) IsServerError() bool
IsServerError returns true when this delete identity not found response has a 5xx status code
func (*DeleteIdentityNotFound) IsSuccess ¶
func (o *DeleteIdentityNotFound) IsSuccess() bool
IsSuccess returns true when this delete identity not found response has a 2xx status code
func (*DeleteIdentityNotFound) String ¶
func (o *DeleteIdentityNotFound) String() string
type DeleteIdentityOK ¶
type DeleteIdentityOK struct {
}
DeleteIdentityOK describes a response with status code 200, with default header values.
deleted
func NewDeleteIdentityOK ¶
func NewDeleteIdentityOK() *DeleteIdentityOK
NewDeleteIdentityOK creates a DeleteIdentityOK with default headers values
func (*DeleteIdentityOK) Code ¶
func (o *DeleteIdentityOK) Code() int
Code gets the status code for the delete identity o k response
func (*DeleteIdentityOK) Error ¶
func (o *DeleteIdentityOK) Error() string
func (*DeleteIdentityOK) IsClientError ¶
func (o *DeleteIdentityOK) IsClientError() bool
IsClientError returns true when this delete identity o k response has a 4xx status code
func (*DeleteIdentityOK) IsCode ¶
func (o *DeleteIdentityOK) IsCode(code int) bool
IsCode returns true when this delete identity o k response a status code equal to that given
func (*DeleteIdentityOK) IsRedirect ¶
func (o *DeleteIdentityOK) IsRedirect() bool
IsRedirect returns true when this delete identity o k response has a 3xx status code
func (*DeleteIdentityOK) IsServerError ¶
func (o *DeleteIdentityOK) IsServerError() bool
IsServerError returns true when this delete identity o k response has a 5xx status code
func (*DeleteIdentityOK) IsSuccess ¶
func (o *DeleteIdentityOK) IsSuccess() bool
IsSuccess returns true when this delete identity o k response has a 2xx status code
func (*DeleteIdentityOK) String ¶
func (o *DeleteIdentityOK) String() string
type DeleteIdentityParams ¶
type DeleteIdentityParams struct {
// Body.
Body DeleteIdentityBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteIdentityParams contains all the parameters to send to the API endpoint
for the delete identity operation. Typically these are written to a http.Request.
func NewDeleteIdentityParams ¶
func NewDeleteIdentityParams() *DeleteIdentityParams
NewDeleteIdentityParams creates a new DeleteIdentityParams 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 NewDeleteIdentityParamsWithContext ¶
func NewDeleteIdentityParamsWithContext(ctx context.Context) *DeleteIdentityParams
NewDeleteIdentityParamsWithContext creates a new DeleteIdentityParams object with the ability to set a context for a request.
func NewDeleteIdentityParamsWithHTTPClient ¶
func NewDeleteIdentityParamsWithHTTPClient(client *http.Client) *DeleteIdentityParams
NewDeleteIdentityParamsWithHTTPClient creates a new DeleteIdentityParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteIdentityParamsWithTimeout ¶
func NewDeleteIdentityParamsWithTimeout(timeout time.Duration) *DeleteIdentityParams
NewDeleteIdentityParamsWithTimeout creates a new DeleteIdentityParams object with the ability to set a timeout on a request.
func (*DeleteIdentityParams) SetBody ¶
func (o *DeleteIdentityParams) SetBody(body DeleteIdentityBody)
SetBody adds the body to the delete identity params
func (*DeleteIdentityParams) SetContext ¶
func (o *DeleteIdentityParams) SetContext(ctx context.Context)
SetContext adds the context to the delete identity params
func (*DeleteIdentityParams) SetDefaults ¶
func (o *DeleteIdentityParams) SetDefaults()
SetDefaults hydrates default values in the delete identity params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteIdentityParams) SetHTTPClient ¶
func (o *DeleteIdentityParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete identity params
func (*DeleteIdentityParams) SetTimeout ¶
func (o *DeleteIdentityParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete identity params
func (*DeleteIdentityParams) WithBody ¶
func (o *DeleteIdentityParams) WithBody(body DeleteIdentityBody) *DeleteIdentityParams
WithBody adds the body to the delete identity params
func (*DeleteIdentityParams) WithContext ¶
func (o *DeleteIdentityParams) WithContext(ctx context.Context) *DeleteIdentityParams
WithContext adds the context to the delete identity params
func (*DeleteIdentityParams) WithDefaults ¶
func (o *DeleteIdentityParams) WithDefaults() *DeleteIdentityParams
WithDefaults hydrates default values in the delete identity params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteIdentityParams) WithHTTPClient ¶
func (o *DeleteIdentityParams) WithHTTPClient(client *http.Client) *DeleteIdentityParams
WithHTTPClient adds the HTTPClient to the delete identity params
func (*DeleteIdentityParams) WithTimeout ¶
func (o *DeleteIdentityParams) WithTimeout(timeout time.Duration) *DeleteIdentityParams
WithTimeout adds the timeout to the delete identity params
func (*DeleteIdentityParams) WriteToRequest ¶
func (o *DeleteIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteIdentityReader ¶
type DeleteIdentityReader struct {
// contains filtered or unexported fields
}
DeleteIdentityReader is a Reader for the DeleteIdentity structure.
func (*DeleteIdentityReader) ReadResponse ¶
func (o *DeleteIdentityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type DeleteIdentityUnauthorized ¶
type DeleteIdentityUnauthorized struct {
}
DeleteIdentityUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewDeleteIdentityUnauthorized ¶
func NewDeleteIdentityUnauthorized() *DeleteIdentityUnauthorized
NewDeleteIdentityUnauthorized creates a DeleteIdentityUnauthorized with default headers values
func (*DeleteIdentityUnauthorized) Code ¶
func (o *DeleteIdentityUnauthorized) Code() int
Code gets the status code for the delete identity unauthorized response
func (*DeleteIdentityUnauthorized) Error ¶
func (o *DeleteIdentityUnauthorized) Error() string
func (*DeleteIdentityUnauthorized) IsClientError ¶
func (o *DeleteIdentityUnauthorized) IsClientError() bool
IsClientError returns true when this delete identity unauthorized response has a 4xx status code
func (*DeleteIdentityUnauthorized) IsCode ¶
func (o *DeleteIdentityUnauthorized) IsCode(code int) bool
IsCode returns true when this delete identity unauthorized response a status code equal to that given
func (*DeleteIdentityUnauthorized) IsRedirect ¶
func (o *DeleteIdentityUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete identity unauthorized response has a 3xx status code
func (*DeleteIdentityUnauthorized) IsServerError ¶
func (o *DeleteIdentityUnauthorized) IsServerError() bool
IsServerError returns true when this delete identity unauthorized response has a 5xx status code
func (*DeleteIdentityUnauthorized) IsSuccess ¶
func (o *DeleteIdentityUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete identity unauthorized response has a 2xx status code
func (*DeleteIdentityUnauthorized) String ¶
func (o *DeleteIdentityUnauthorized) String() string
type DeleteNamespaceBody ¶
type DeleteNamespaceBody struct {
// namespace token
NamespaceToken string `json:"namespaceToken,omitempty"`
}
DeleteNamespaceBody delete namespace body swagger:model DeleteNamespaceBody
func (*DeleteNamespaceBody) ContextValidate ¶
ContextValidate validates this delete namespace body based on context it is used
func (*DeleteNamespaceBody) MarshalBinary ¶
func (o *DeleteNamespaceBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteNamespaceBody) UnmarshalBinary ¶
func (o *DeleteNamespaceBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type DeleteNamespaceInternalServerError ¶
type DeleteNamespaceInternalServerError struct {
}
DeleteNamespaceInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewDeleteNamespaceInternalServerError ¶
func NewDeleteNamespaceInternalServerError() *DeleteNamespaceInternalServerError
NewDeleteNamespaceInternalServerError creates a DeleteNamespaceInternalServerError with default headers values
func (*DeleteNamespaceInternalServerError) Code ¶
func (o *DeleteNamespaceInternalServerError) Code() int
Code gets the status code for the delete namespace internal server error response
func (*DeleteNamespaceInternalServerError) Error ¶
func (o *DeleteNamespaceInternalServerError) Error() string
func (*DeleteNamespaceInternalServerError) IsClientError ¶
func (o *DeleteNamespaceInternalServerError) IsClientError() bool
IsClientError returns true when this delete namespace internal server error response has a 4xx status code
func (*DeleteNamespaceInternalServerError) IsCode ¶
func (o *DeleteNamespaceInternalServerError) IsCode(code int) bool
IsCode returns true when this delete namespace internal server error response a status code equal to that given
func (*DeleteNamespaceInternalServerError) IsRedirect ¶
func (o *DeleteNamespaceInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete namespace internal server error response has a 3xx status code
func (*DeleteNamespaceInternalServerError) IsServerError ¶
func (o *DeleteNamespaceInternalServerError) IsServerError() bool
IsServerError returns true when this delete namespace internal server error response has a 5xx status code
func (*DeleteNamespaceInternalServerError) IsSuccess ¶
func (o *DeleteNamespaceInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete namespace internal server error response has a 2xx status code
func (*DeleteNamespaceInternalServerError) String ¶
func (o *DeleteNamespaceInternalServerError) String() string
type DeleteNamespaceNotFound ¶
type DeleteNamespaceNotFound struct {
}
DeleteNamespaceNotFound describes a response with status code 404, with default header values.
not found
func NewDeleteNamespaceNotFound ¶
func NewDeleteNamespaceNotFound() *DeleteNamespaceNotFound
NewDeleteNamespaceNotFound creates a DeleteNamespaceNotFound with default headers values
func (*DeleteNamespaceNotFound) Code ¶
func (o *DeleteNamespaceNotFound) Code() int
Code gets the status code for the delete namespace not found response
func (*DeleteNamespaceNotFound) Error ¶
func (o *DeleteNamespaceNotFound) Error() string
func (*DeleteNamespaceNotFound) IsClientError ¶
func (o *DeleteNamespaceNotFound) IsClientError() bool
IsClientError returns true when this delete namespace not found response has a 4xx status code
func (*DeleteNamespaceNotFound) IsCode ¶
func (o *DeleteNamespaceNotFound) IsCode(code int) bool
IsCode returns true when this delete namespace not found response a status code equal to that given
func (*DeleteNamespaceNotFound) IsRedirect ¶
func (o *DeleteNamespaceNotFound) IsRedirect() bool
IsRedirect returns true when this delete namespace not found response has a 3xx status code
func (*DeleteNamespaceNotFound) IsServerError ¶
func (o *DeleteNamespaceNotFound) IsServerError() bool
IsServerError returns true when this delete namespace not found response has a 5xx status code
func (*DeleteNamespaceNotFound) IsSuccess ¶
func (o *DeleteNamespaceNotFound) IsSuccess() bool
IsSuccess returns true when this delete namespace not found response has a 2xx status code
func (*DeleteNamespaceNotFound) String ¶
func (o *DeleteNamespaceNotFound) String() string
type DeleteNamespaceOK ¶
type DeleteNamespaceOK struct {
}
DeleteNamespaceOK describes a response with status code 200, with default header values.
namespace deleted
func NewDeleteNamespaceOK ¶
func NewDeleteNamespaceOK() *DeleteNamespaceOK
NewDeleteNamespaceOK creates a DeleteNamespaceOK with default headers values
func (*DeleteNamespaceOK) Code ¶
func (o *DeleteNamespaceOK) Code() int
Code gets the status code for the delete namespace o k response
func (*DeleteNamespaceOK) Error ¶
func (o *DeleteNamespaceOK) Error() string
func (*DeleteNamespaceOK) IsClientError ¶
func (o *DeleteNamespaceOK) IsClientError() bool
IsClientError returns true when this delete namespace o k response has a 4xx status code
func (*DeleteNamespaceOK) IsCode ¶
func (o *DeleteNamespaceOK) IsCode(code int) bool
IsCode returns true when this delete namespace o k response a status code equal to that given
func (*DeleteNamespaceOK) IsRedirect ¶
func (o *DeleteNamespaceOK) IsRedirect() bool
IsRedirect returns true when this delete namespace o k response has a 3xx status code
func (*DeleteNamespaceOK) IsServerError ¶
func (o *DeleteNamespaceOK) IsServerError() bool
IsServerError returns true when this delete namespace o k response has a 5xx status code
func (*DeleteNamespaceOK) IsSuccess ¶
func (o *DeleteNamespaceOK) IsSuccess() bool
IsSuccess returns true when this delete namespace o k response has a 2xx status code
func (*DeleteNamespaceOK) String ¶
func (o *DeleteNamespaceOK) String() string
type DeleteNamespaceParams ¶
type DeleteNamespaceParams struct {
// Body.
Body DeleteNamespaceBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteNamespaceParams contains all the parameters to send to the API endpoint
for the delete namespace operation. Typically these are written to a http.Request.
func NewDeleteNamespaceParams ¶
func NewDeleteNamespaceParams() *DeleteNamespaceParams
NewDeleteNamespaceParams creates a new DeleteNamespaceParams 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 NewDeleteNamespaceParamsWithContext ¶
func NewDeleteNamespaceParamsWithContext(ctx context.Context) *DeleteNamespaceParams
NewDeleteNamespaceParamsWithContext creates a new DeleteNamespaceParams object with the ability to set a context for a request.
func NewDeleteNamespaceParamsWithHTTPClient ¶
func NewDeleteNamespaceParamsWithHTTPClient(client *http.Client) *DeleteNamespaceParams
NewDeleteNamespaceParamsWithHTTPClient creates a new DeleteNamespaceParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteNamespaceParamsWithTimeout ¶
func NewDeleteNamespaceParamsWithTimeout(timeout time.Duration) *DeleteNamespaceParams
NewDeleteNamespaceParamsWithTimeout creates a new DeleteNamespaceParams object with the ability to set a timeout on a request.
func (*DeleteNamespaceParams) SetBody ¶
func (o *DeleteNamespaceParams) SetBody(body DeleteNamespaceBody)
SetBody adds the body to the delete namespace params
func (*DeleteNamespaceParams) SetContext ¶
func (o *DeleteNamespaceParams) SetContext(ctx context.Context)
SetContext adds the context to the delete namespace params
func (*DeleteNamespaceParams) SetDefaults ¶
func (o *DeleteNamespaceParams) SetDefaults()
SetDefaults hydrates default values in the delete namespace params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteNamespaceParams) SetHTTPClient ¶
func (o *DeleteNamespaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete namespace params
func (*DeleteNamespaceParams) SetTimeout ¶
func (o *DeleteNamespaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete namespace params
func (*DeleteNamespaceParams) WithBody ¶
func (o *DeleteNamespaceParams) WithBody(body DeleteNamespaceBody) *DeleteNamespaceParams
WithBody adds the body to the delete namespace params
func (*DeleteNamespaceParams) WithContext ¶
func (o *DeleteNamespaceParams) WithContext(ctx context.Context) *DeleteNamespaceParams
WithContext adds the context to the delete namespace params
func (*DeleteNamespaceParams) WithDefaults ¶
func (o *DeleteNamespaceParams) WithDefaults() *DeleteNamespaceParams
WithDefaults hydrates default values in the delete namespace params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteNamespaceParams) WithHTTPClient ¶
func (o *DeleteNamespaceParams) WithHTTPClient(client *http.Client) *DeleteNamespaceParams
WithHTTPClient adds the HTTPClient to the delete namespace params
func (*DeleteNamespaceParams) WithTimeout ¶
func (o *DeleteNamespaceParams) WithTimeout(timeout time.Duration) *DeleteNamespaceParams
WithTimeout adds the timeout to the delete namespace params
func (*DeleteNamespaceParams) WriteToRequest ¶
func (o *DeleteNamespaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteNamespaceReader ¶
type DeleteNamespaceReader struct {
// contains filtered or unexported fields
}
DeleteNamespaceReader is a Reader for the DeleteNamespace structure.
func (*DeleteNamespaceReader) ReadResponse ¶
func (o *DeleteNamespaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type DeleteNamespaceUnauthorized ¶
type DeleteNamespaceUnauthorized struct {
}
DeleteNamespaceUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewDeleteNamespaceUnauthorized ¶
func NewDeleteNamespaceUnauthorized() *DeleteNamespaceUnauthorized
NewDeleteNamespaceUnauthorized creates a DeleteNamespaceUnauthorized with default headers values
func (*DeleteNamespaceUnauthorized) Code ¶
func (o *DeleteNamespaceUnauthorized) Code() int
Code gets the status code for the delete namespace unauthorized response
func (*DeleteNamespaceUnauthorized) Error ¶
func (o *DeleteNamespaceUnauthorized) Error() string
func (*DeleteNamespaceUnauthorized) IsClientError ¶
func (o *DeleteNamespaceUnauthorized) IsClientError() bool
IsClientError returns true when this delete namespace unauthorized response has a 4xx status code
func (*DeleteNamespaceUnauthorized) IsCode ¶
func (o *DeleteNamespaceUnauthorized) IsCode(code int) bool
IsCode returns true when this delete namespace unauthorized response a status code equal to that given
func (*DeleteNamespaceUnauthorized) IsRedirect ¶
func (o *DeleteNamespaceUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete namespace unauthorized response has a 3xx status code
func (*DeleteNamespaceUnauthorized) IsServerError ¶
func (o *DeleteNamespaceUnauthorized) IsServerError() bool
IsServerError returns true when this delete namespace unauthorized response has a 5xx status code
func (*DeleteNamespaceUnauthorized) IsSuccess ¶
func (o *DeleteNamespaceUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete namespace unauthorized response has a 2xx status code
func (*DeleteNamespaceUnauthorized) String ¶
func (o *DeleteNamespaceUnauthorized) String() string
type DeleteOrganizationBody ¶
type DeleteOrganizationBody struct {
// organization token
OrganizationToken string `json:"organizationToken,omitempty"`
}
DeleteOrganizationBody delete organization body swagger:model DeleteOrganizationBody
func (*DeleteOrganizationBody) ContextValidate ¶
func (o *DeleteOrganizationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this delete organization body based on context it is used
func (*DeleteOrganizationBody) MarshalBinary ¶
func (o *DeleteOrganizationBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteOrganizationBody) UnmarshalBinary ¶
func (o *DeleteOrganizationBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type DeleteOrganizationInternalServerError ¶
type DeleteOrganizationInternalServerError struct {
}
DeleteOrganizationInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewDeleteOrganizationInternalServerError ¶
func NewDeleteOrganizationInternalServerError() *DeleteOrganizationInternalServerError
NewDeleteOrganizationInternalServerError creates a DeleteOrganizationInternalServerError with default headers values
func (*DeleteOrganizationInternalServerError) Code ¶
func (o *DeleteOrganizationInternalServerError) Code() int
Code gets the status code for the delete organization internal server error response
func (*DeleteOrganizationInternalServerError) Error ¶
func (o *DeleteOrganizationInternalServerError) Error() string
func (*DeleteOrganizationInternalServerError) IsClientError ¶
func (o *DeleteOrganizationInternalServerError) IsClientError() bool
IsClientError returns true when this delete organization internal server error response has a 4xx status code
func (*DeleteOrganizationInternalServerError) IsCode ¶
func (o *DeleteOrganizationInternalServerError) IsCode(code int) bool
IsCode returns true when this delete organization internal server error response a status code equal to that given
func (*DeleteOrganizationInternalServerError) IsRedirect ¶
func (o *DeleteOrganizationInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete organization internal server error response has a 3xx status code
func (*DeleteOrganizationInternalServerError) IsServerError ¶
func (o *DeleteOrganizationInternalServerError) IsServerError() bool
IsServerError returns true when this delete organization internal server error response has a 5xx status code
func (*DeleteOrganizationInternalServerError) IsSuccess ¶
func (o *DeleteOrganizationInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete organization internal server error response has a 2xx status code
func (*DeleteOrganizationInternalServerError) String ¶
func (o *DeleteOrganizationInternalServerError) String() string
type DeleteOrganizationNotFound ¶
type DeleteOrganizationNotFound struct {
}
DeleteOrganizationNotFound describes a response with status code 404, with default header values.
organization not found
func NewDeleteOrganizationNotFound ¶
func NewDeleteOrganizationNotFound() *DeleteOrganizationNotFound
NewDeleteOrganizationNotFound creates a DeleteOrganizationNotFound with default headers values
func (*DeleteOrganizationNotFound) Code ¶
func (o *DeleteOrganizationNotFound) Code() int
Code gets the status code for the delete organization not found response
func (*DeleteOrganizationNotFound) Error ¶
func (o *DeleteOrganizationNotFound) Error() string
func (*DeleteOrganizationNotFound) IsClientError ¶
func (o *DeleteOrganizationNotFound) IsClientError() bool
IsClientError returns true when this delete organization not found response has a 4xx status code
func (*DeleteOrganizationNotFound) IsCode ¶
func (o *DeleteOrganizationNotFound) IsCode(code int) bool
IsCode returns true when this delete organization not found response a status code equal to that given
func (*DeleteOrganizationNotFound) IsRedirect ¶
func (o *DeleteOrganizationNotFound) IsRedirect() bool
IsRedirect returns true when this delete organization not found response has a 3xx status code
func (*DeleteOrganizationNotFound) IsServerError ¶
func (o *DeleteOrganizationNotFound) IsServerError() bool
IsServerError returns true when this delete organization not found response has a 5xx status code
func (*DeleteOrganizationNotFound) IsSuccess ¶
func (o *DeleteOrganizationNotFound) IsSuccess() bool
IsSuccess returns true when this delete organization not found response has a 2xx status code
func (*DeleteOrganizationNotFound) String ¶
func (o *DeleteOrganizationNotFound) String() string
type DeleteOrganizationOK ¶
type DeleteOrganizationOK struct {
}
DeleteOrganizationOK describes a response with status code 200, with default header values.
organization deleted
func NewDeleteOrganizationOK ¶
func NewDeleteOrganizationOK() *DeleteOrganizationOK
NewDeleteOrganizationOK creates a DeleteOrganizationOK with default headers values
func (*DeleteOrganizationOK) Code ¶
func (o *DeleteOrganizationOK) Code() int
Code gets the status code for the delete organization o k response
func (*DeleteOrganizationOK) Error ¶
func (o *DeleteOrganizationOK) Error() string
func (*DeleteOrganizationOK) IsClientError ¶
func (o *DeleteOrganizationOK) IsClientError() bool
IsClientError returns true when this delete organization o k response has a 4xx status code
func (*DeleteOrganizationOK) IsCode ¶
func (o *DeleteOrganizationOK) IsCode(code int) bool
IsCode returns true when this delete organization o k response a status code equal to that given
func (*DeleteOrganizationOK) IsRedirect ¶
func (o *DeleteOrganizationOK) IsRedirect() bool
IsRedirect returns true when this delete organization o k response has a 3xx status code
func (*DeleteOrganizationOK) IsServerError ¶
func (o *DeleteOrganizationOK) IsServerError() bool
IsServerError returns true when this delete organization o k response has a 5xx status code
func (*DeleteOrganizationOK) IsSuccess ¶
func (o *DeleteOrganizationOK) IsSuccess() bool
IsSuccess returns true when this delete organization o k response has a 2xx status code
func (*DeleteOrganizationOK) String ¶
func (o *DeleteOrganizationOK) String() string
type DeleteOrganizationParams ¶
type DeleteOrganizationParams struct {
// Body.
Body DeleteOrganizationBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteOrganizationParams contains all the parameters to send to the API endpoint
for the delete organization operation. Typically these are written to a http.Request.
func NewDeleteOrganizationParams ¶
func NewDeleteOrganizationParams() *DeleteOrganizationParams
NewDeleteOrganizationParams creates a new DeleteOrganizationParams 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 NewDeleteOrganizationParamsWithContext ¶
func NewDeleteOrganizationParamsWithContext(ctx context.Context) *DeleteOrganizationParams
NewDeleteOrganizationParamsWithContext creates a new DeleteOrganizationParams object with the ability to set a context for a request.
func NewDeleteOrganizationParamsWithHTTPClient ¶
func NewDeleteOrganizationParamsWithHTTPClient(client *http.Client) *DeleteOrganizationParams
NewDeleteOrganizationParamsWithHTTPClient creates a new DeleteOrganizationParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteOrganizationParamsWithTimeout ¶
func NewDeleteOrganizationParamsWithTimeout(timeout time.Duration) *DeleteOrganizationParams
NewDeleteOrganizationParamsWithTimeout creates a new DeleteOrganizationParams object with the ability to set a timeout on a request.
func (*DeleteOrganizationParams) SetBody ¶
func (o *DeleteOrganizationParams) SetBody(body DeleteOrganizationBody)
SetBody adds the body to the delete organization params
func (*DeleteOrganizationParams) SetContext ¶
func (o *DeleteOrganizationParams) SetContext(ctx context.Context)
SetContext adds the context to the delete organization params
func (*DeleteOrganizationParams) SetDefaults ¶
func (o *DeleteOrganizationParams) SetDefaults()
SetDefaults hydrates default values in the delete organization params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteOrganizationParams) SetHTTPClient ¶
func (o *DeleteOrganizationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete organization params
func (*DeleteOrganizationParams) SetTimeout ¶
func (o *DeleteOrganizationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete organization params
func (*DeleteOrganizationParams) WithBody ¶
func (o *DeleteOrganizationParams) WithBody(body DeleteOrganizationBody) *DeleteOrganizationParams
WithBody adds the body to the delete organization params
func (*DeleteOrganizationParams) WithContext ¶
func (o *DeleteOrganizationParams) WithContext(ctx context.Context) *DeleteOrganizationParams
WithContext adds the context to the delete organization params
func (*DeleteOrganizationParams) WithDefaults ¶
func (o *DeleteOrganizationParams) WithDefaults() *DeleteOrganizationParams
WithDefaults hydrates default values in the delete organization params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteOrganizationParams) WithHTTPClient ¶
func (o *DeleteOrganizationParams) WithHTTPClient(client *http.Client) *DeleteOrganizationParams
WithHTTPClient adds the HTTPClient to the delete organization params
func (*DeleteOrganizationParams) WithTimeout ¶
func (o *DeleteOrganizationParams) WithTimeout(timeout time.Duration) *DeleteOrganizationParams
WithTimeout adds the timeout to the delete organization params
func (*DeleteOrganizationParams) WriteToRequest ¶
func (o *DeleteOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteOrganizationReader ¶
type DeleteOrganizationReader struct {
// contains filtered or unexported fields
}
DeleteOrganizationReader is a Reader for the DeleteOrganization structure.
func (*DeleteOrganizationReader) ReadResponse ¶
func (o *DeleteOrganizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type DeleteOrganizationUnauthorized ¶
type DeleteOrganizationUnauthorized struct {
}
DeleteOrganizationUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewDeleteOrganizationUnauthorized ¶
func NewDeleteOrganizationUnauthorized() *DeleteOrganizationUnauthorized
NewDeleteOrganizationUnauthorized creates a DeleteOrganizationUnauthorized with default headers values
func (*DeleteOrganizationUnauthorized) Code ¶
func (o *DeleteOrganizationUnauthorized) Code() int
Code gets the status code for the delete organization unauthorized response
func (*DeleteOrganizationUnauthorized) Error ¶
func (o *DeleteOrganizationUnauthorized) Error() string
func (*DeleteOrganizationUnauthorized) IsClientError ¶
func (o *DeleteOrganizationUnauthorized) IsClientError() bool
IsClientError returns true when this delete organization unauthorized response has a 4xx status code
func (*DeleteOrganizationUnauthorized) IsCode ¶
func (o *DeleteOrganizationUnauthorized) IsCode(code int) bool
IsCode returns true when this delete organization unauthorized response a status code equal to that given
func (*DeleteOrganizationUnauthorized) IsRedirect ¶
func (o *DeleteOrganizationUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete organization unauthorized response has a 3xx status code
func (*DeleteOrganizationUnauthorized) IsServerError ¶
func (o *DeleteOrganizationUnauthorized) IsServerError() bool
IsServerError returns true when this delete organization unauthorized response has a 5xx status code
func (*DeleteOrganizationUnauthorized) IsSuccess ¶
func (o *DeleteOrganizationUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete organization unauthorized response has a 2xx status code
func (*DeleteOrganizationUnauthorized) String ¶
func (o *DeleteOrganizationUnauthorized) String() string
type GetSkipInterstitialGrantInternalServerError ¶ added in v2.0.1
type GetSkipInterstitialGrantInternalServerError struct {
}
GetSkipInterstitialGrantInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewGetSkipInterstitialGrantInternalServerError ¶ added in v2.0.1
func NewGetSkipInterstitialGrantInternalServerError() *GetSkipInterstitialGrantInternalServerError
NewGetSkipInterstitialGrantInternalServerError creates a GetSkipInterstitialGrantInternalServerError with default headers values
func (*GetSkipInterstitialGrantInternalServerError) Code ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantInternalServerError) Code() int
Code gets the status code for the get skip interstitial grant internal server error response
func (*GetSkipInterstitialGrantInternalServerError) Error ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantInternalServerError) Error() string
func (*GetSkipInterstitialGrantInternalServerError) IsClientError ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantInternalServerError) IsClientError() bool
IsClientError returns true when this get skip interstitial grant internal server error response has a 4xx status code
func (*GetSkipInterstitialGrantInternalServerError) IsCode ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantInternalServerError) IsCode(code int) bool
IsCode returns true when this get skip interstitial grant internal server error response a status code equal to that given
func (*GetSkipInterstitialGrantInternalServerError) IsRedirect ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantInternalServerError) IsRedirect() bool
IsRedirect returns true when this get skip interstitial grant internal server error response has a 3xx status code
func (*GetSkipInterstitialGrantInternalServerError) IsServerError ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantInternalServerError) IsServerError() bool
IsServerError returns true when this get skip interstitial grant internal server error response has a 5xx status code
func (*GetSkipInterstitialGrantInternalServerError) IsSuccess ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantInternalServerError) IsSuccess() bool
IsSuccess returns true when this get skip interstitial grant internal server error response has a 2xx status code
func (*GetSkipInterstitialGrantInternalServerError) String ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantInternalServerError) String() string
type GetSkipInterstitialGrantNotFound ¶ added in v2.0.1
type GetSkipInterstitialGrantNotFound struct {
}
GetSkipInterstitialGrantNotFound describes a response with status code 404, with default header values.
account not found
func NewGetSkipInterstitialGrantNotFound ¶ added in v2.0.1
func NewGetSkipInterstitialGrantNotFound() *GetSkipInterstitialGrantNotFound
NewGetSkipInterstitialGrantNotFound creates a GetSkipInterstitialGrantNotFound with default headers values
func (*GetSkipInterstitialGrantNotFound) Code ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantNotFound) Code() int
Code gets the status code for the get skip interstitial grant not found response
func (*GetSkipInterstitialGrantNotFound) Error ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantNotFound) Error() string
func (*GetSkipInterstitialGrantNotFound) IsClientError ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantNotFound) IsClientError() bool
IsClientError returns true when this get skip interstitial grant not found response has a 4xx status code
func (*GetSkipInterstitialGrantNotFound) IsCode ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantNotFound) IsCode(code int) bool
IsCode returns true when this get skip interstitial grant not found response a status code equal to that given
func (*GetSkipInterstitialGrantNotFound) IsRedirect ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantNotFound) IsRedirect() bool
IsRedirect returns true when this get skip interstitial grant not found response has a 3xx status code
func (*GetSkipInterstitialGrantNotFound) IsServerError ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantNotFound) IsServerError() bool
IsServerError returns true when this get skip interstitial grant not found response has a 5xx status code
func (*GetSkipInterstitialGrantNotFound) IsSuccess ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantNotFound) IsSuccess() bool
IsSuccess returns true when this get skip interstitial grant not found response has a 2xx status code
func (*GetSkipInterstitialGrantNotFound) String ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantNotFound) String() string
type GetSkipInterstitialGrantOK ¶ added in v2.0.1
type GetSkipInterstitialGrantOK struct {
Payload *GetSkipInterstitialGrantOKBody
}
GetSkipInterstitialGrantOK describes a response with status code 200, with default header values.
ok
func NewGetSkipInterstitialGrantOK ¶ added in v2.0.1
func NewGetSkipInterstitialGrantOK() *GetSkipInterstitialGrantOK
NewGetSkipInterstitialGrantOK creates a GetSkipInterstitialGrantOK with default headers values
func (*GetSkipInterstitialGrantOK) Code ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantOK) Code() int
Code gets the status code for the get skip interstitial grant o k response
func (*GetSkipInterstitialGrantOK) Error ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantOK) Error() string
func (*GetSkipInterstitialGrantOK) GetPayload ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantOK) GetPayload() *GetSkipInterstitialGrantOKBody
func (*GetSkipInterstitialGrantOK) IsClientError ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantOK) IsClientError() bool
IsClientError returns true when this get skip interstitial grant o k response has a 4xx status code
func (*GetSkipInterstitialGrantOK) IsCode ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantOK) IsCode(code int) bool
IsCode returns true when this get skip interstitial grant o k response a status code equal to that given
func (*GetSkipInterstitialGrantOK) IsRedirect ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantOK) IsRedirect() bool
IsRedirect returns true when this get skip interstitial grant o k response has a 3xx status code
func (*GetSkipInterstitialGrantOK) IsServerError ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantOK) IsServerError() bool
IsServerError returns true when this get skip interstitial grant o k response has a 5xx status code
func (*GetSkipInterstitialGrantOK) IsSuccess ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantOK) IsSuccess() bool
IsSuccess returns true when this get skip interstitial grant o k response has a 2xx status code
func (*GetSkipInterstitialGrantOK) String ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantOK) String() string
type GetSkipInterstitialGrantOKBody ¶ added in v2.0.1
type GetSkipInterstitialGrantOKBody struct {
// email
Email string `json:"email,omitempty"`
// granted
Granted bool `json:"granted,omitempty"`
}
GetSkipInterstitialGrantOKBody get skip interstitial grant o k body swagger:model GetSkipInterstitialGrantOKBody
func (*GetSkipInterstitialGrantOKBody) ContextValidate ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this get skip interstitial grant o k body based on context it is used
func (*GetSkipInterstitialGrantOKBody) MarshalBinary ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetSkipInterstitialGrantOKBody) UnmarshalBinary ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetSkipInterstitialGrantParams ¶ added in v2.0.1
type GetSkipInterstitialGrantParams struct {
// Email.
Email string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetSkipInterstitialGrantParams contains all the parameters to send to the API endpoint
for the get skip interstitial grant operation. Typically these are written to a http.Request.
func NewGetSkipInterstitialGrantParams ¶ added in v2.0.1
func NewGetSkipInterstitialGrantParams() *GetSkipInterstitialGrantParams
NewGetSkipInterstitialGrantParams creates a new GetSkipInterstitialGrantParams 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 NewGetSkipInterstitialGrantParamsWithContext ¶ added in v2.0.1
func NewGetSkipInterstitialGrantParamsWithContext(ctx context.Context) *GetSkipInterstitialGrantParams
NewGetSkipInterstitialGrantParamsWithContext creates a new GetSkipInterstitialGrantParams object with the ability to set a context for a request.
func NewGetSkipInterstitialGrantParamsWithHTTPClient ¶ added in v2.0.1
func NewGetSkipInterstitialGrantParamsWithHTTPClient(client *http.Client) *GetSkipInterstitialGrantParams
NewGetSkipInterstitialGrantParamsWithHTTPClient creates a new GetSkipInterstitialGrantParams object with the ability to set a custom HTTPClient for a request.
func NewGetSkipInterstitialGrantParamsWithTimeout ¶ added in v2.0.1
func NewGetSkipInterstitialGrantParamsWithTimeout(timeout time.Duration) *GetSkipInterstitialGrantParams
NewGetSkipInterstitialGrantParamsWithTimeout creates a new GetSkipInterstitialGrantParams object with the ability to set a timeout on a request.
func (*GetSkipInterstitialGrantParams) SetContext ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantParams) SetContext(ctx context.Context)
SetContext adds the context to the get skip interstitial grant params
func (*GetSkipInterstitialGrantParams) SetDefaults ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantParams) SetDefaults()
SetDefaults hydrates default values in the get skip interstitial grant params (not the query body).
All values with no default are reset to their zero value.
func (*GetSkipInterstitialGrantParams) SetEmail ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantParams) SetEmail(email string)
SetEmail adds the email to the get skip interstitial grant params
func (*GetSkipInterstitialGrantParams) SetHTTPClient ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get skip interstitial grant params
func (*GetSkipInterstitialGrantParams) SetTimeout ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get skip interstitial grant params
func (*GetSkipInterstitialGrantParams) WithContext ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantParams) WithContext(ctx context.Context) *GetSkipInterstitialGrantParams
WithContext adds the context to the get skip interstitial grant params
func (*GetSkipInterstitialGrantParams) WithDefaults ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantParams) WithDefaults() *GetSkipInterstitialGrantParams
WithDefaults hydrates default values in the get skip interstitial grant params (not the query body).
All values with no default are reset to their zero value.
func (*GetSkipInterstitialGrantParams) WithEmail ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantParams) WithEmail(email string) *GetSkipInterstitialGrantParams
WithEmail adds the email to the get skip interstitial grant params
func (*GetSkipInterstitialGrantParams) WithHTTPClient ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantParams) WithHTTPClient(client *http.Client) *GetSkipInterstitialGrantParams
WithHTTPClient adds the HTTPClient to the get skip interstitial grant params
func (*GetSkipInterstitialGrantParams) WithTimeout ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantParams) WithTimeout(timeout time.Duration) *GetSkipInterstitialGrantParams
WithTimeout adds the timeout to the get skip interstitial grant params
func (*GetSkipInterstitialGrantParams) WriteToRequest ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSkipInterstitialGrantReader ¶ added in v2.0.1
type GetSkipInterstitialGrantReader struct {
// contains filtered or unexported fields
}
GetSkipInterstitialGrantReader is a Reader for the GetSkipInterstitialGrant structure.
func (*GetSkipInterstitialGrantReader) ReadResponse ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type GetSkipInterstitialGrantUnauthorized ¶ added in v2.0.1
type GetSkipInterstitialGrantUnauthorized struct {
}
GetSkipInterstitialGrantUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewGetSkipInterstitialGrantUnauthorized ¶ added in v2.0.1
func NewGetSkipInterstitialGrantUnauthorized() *GetSkipInterstitialGrantUnauthorized
NewGetSkipInterstitialGrantUnauthorized creates a GetSkipInterstitialGrantUnauthorized with default headers values
func (*GetSkipInterstitialGrantUnauthorized) Code ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantUnauthorized) Code() int
Code gets the status code for the get skip interstitial grant unauthorized response
func (*GetSkipInterstitialGrantUnauthorized) Error ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantUnauthorized) Error() string
func (*GetSkipInterstitialGrantUnauthorized) IsClientError ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantUnauthorized) IsClientError() bool
IsClientError returns true when this get skip interstitial grant unauthorized response has a 4xx status code
func (*GetSkipInterstitialGrantUnauthorized) IsCode ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantUnauthorized) IsCode(code int) bool
IsCode returns true when this get skip interstitial grant unauthorized response a status code equal to that given
func (*GetSkipInterstitialGrantUnauthorized) IsRedirect ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantUnauthorized) IsRedirect() bool
IsRedirect returns true when this get skip interstitial grant unauthorized response has a 3xx status code
func (*GetSkipInterstitialGrantUnauthorized) IsServerError ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantUnauthorized) IsServerError() bool
IsServerError returns true when this get skip interstitial grant unauthorized response has a 5xx status code
func (*GetSkipInterstitialGrantUnauthorized) IsSuccess ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantUnauthorized) IsSuccess() bool
IsSuccess returns true when this get skip interstitial grant unauthorized response has a 2xx status code
func (*GetSkipInterstitialGrantUnauthorized) String ¶ added in v2.0.1
func (o *GetSkipInterstitialGrantUnauthorized) String() string
type GrantSkipInterstitialBody ¶ added in v2.0.1
type GrantSkipInterstitialBody struct {
// email
Email string `json:"email,omitempty"`
}
GrantSkipInterstitialBody grant skip interstitial body swagger:model GrantSkipInterstitialBody
func (*GrantSkipInterstitialBody) ContextValidate ¶ added in v2.0.1
func (o *GrantSkipInterstitialBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this grant skip interstitial body based on context it is used
func (*GrantSkipInterstitialBody) MarshalBinary ¶ added in v2.0.1
func (o *GrantSkipInterstitialBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GrantSkipInterstitialBody) UnmarshalBinary ¶ added in v2.0.1
func (o *GrantSkipInterstitialBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GrantSkipInterstitialInternalServerError ¶ added in v2.0.1
type GrantSkipInterstitialInternalServerError struct {
}
GrantSkipInterstitialInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewGrantSkipInterstitialInternalServerError ¶ added in v2.0.1
func NewGrantSkipInterstitialInternalServerError() *GrantSkipInterstitialInternalServerError
NewGrantSkipInterstitialInternalServerError creates a GrantSkipInterstitialInternalServerError with default headers values
func (*GrantSkipInterstitialInternalServerError) Code ¶ added in v2.0.1
func (o *GrantSkipInterstitialInternalServerError) Code() int
Code gets the status code for the grant skip interstitial internal server error response
func (*GrantSkipInterstitialInternalServerError) Error ¶ added in v2.0.1
func (o *GrantSkipInterstitialInternalServerError) Error() string
func (*GrantSkipInterstitialInternalServerError) IsClientError ¶ added in v2.0.1
func (o *GrantSkipInterstitialInternalServerError) IsClientError() bool
IsClientError returns true when this grant skip interstitial internal server error response has a 4xx status code
func (*GrantSkipInterstitialInternalServerError) IsCode ¶ added in v2.0.1
func (o *GrantSkipInterstitialInternalServerError) IsCode(code int) bool
IsCode returns true when this grant skip interstitial internal server error response a status code equal to that given
func (*GrantSkipInterstitialInternalServerError) IsRedirect ¶ added in v2.0.1
func (o *GrantSkipInterstitialInternalServerError) IsRedirect() bool
IsRedirect returns true when this grant skip interstitial internal server error response has a 3xx status code
func (*GrantSkipInterstitialInternalServerError) IsServerError ¶ added in v2.0.1
func (o *GrantSkipInterstitialInternalServerError) IsServerError() bool
IsServerError returns true when this grant skip interstitial internal server error response has a 5xx status code
func (*GrantSkipInterstitialInternalServerError) IsSuccess ¶ added in v2.0.1
func (o *GrantSkipInterstitialInternalServerError) IsSuccess() bool
IsSuccess returns true when this grant skip interstitial internal server error response has a 2xx status code
func (*GrantSkipInterstitialInternalServerError) String ¶ added in v2.0.1
func (o *GrantSkipInterstitialInternalServerError) String() string
type GrantSkipInterstitialNotFound ¶ added in v2.0.1
type GrantSkipInterstitialNotFound struct {
}
GrantSkipInterstitialNotFound describes a response with status code 404, with default header values.
account not found
func NewGrantSkipInterstitialNotFound ¶ added in v2.0.1
func NewGrantSkipInterstitialNotFound() *GrantSkipInterstitialNotFound
NewGrantSkipInterstitialNotFound creates a GrantSkipInterstitialNotFound with default headers values
func (*GrantSkipInterstitialNotFound) Code ¶ added in v2.0.1
func (o *GrantSkipInterstitialNotFound) Code() int
Code gets the status code for the grant skip interstitial not found response
func (*GrantSkipInterstitialNotFound) Error ¶ added in v2.0.1
func (o *GrantSkipInterstitialNotFound) Error() string
func (*GrantSkipInterstitialNotFound) IsClientError ¶ added in v2.0.1
func (o *GrantSkipInterstitialNotFound) IsClientError() bool
IsClientError returns true when this grant skip interstitial not found response has a 4xx status code
func (*GrantSkipInterstitialNotFound) IsCode ¶ added in v2.0.1
func (o *GrantSkipInterstitialNotFound) IsCode(code int) bool
IsCode returns true when this grant skip interstitial not found response a status code equal to that given
func (*GrantSkipInterstitialNotFound) IsRedirect ¶ added in v2.0.1
func (o *GrantSkipInterstitialNotFound) IsRedirect() bool
IsRedirect returns true when this grant skip interstitial not found response has a 3xx status code
func (*GrantSkipInterstitialNotFound) IsServerError ¶ added in v2.0.1
func (o *GrantSkipInterstitialNotFound) IsServerError() bool
IsServerError returns true when this grant skip interstitial not found response has a 5xx status code
func (*GrantSkipInterstitialNotFound) IsSuccess ¶ added in v2.0.1
func (o *GrantSkipInterstitialNotFound) IsSuccess() bool
IsSuccess returns true when this grant skip interstitial not found response has a 2xx status code
func (*GrantSkipInterstitialNotFound) String ¶ added in v2.0.1
func (o *GrantSkipInterstitialNotFound) String() string
type GrantSkipInterstitialOK ¶ added in v2.0.1
type GrantSkipInterstitialOK struct {
}
GrantSkipInterstitialOK describes a response with status code 200, with default header values.
ok
func NewGrantSkipInterstitialOK ¶ added in v2.0.1
func NewGrantSkipInterstitialOK() *GrantSkipInterstitialOK
NewGrantSkipInterstitialOK creates a GrantSkipInterstitialOK with default headers values
func (*GrantSkipInterstitialOK) Code ¶ added in v2.0.1
func (o *GrantSkipInterstitialOK) Code() int
Code gets the status code for the grant skip interstitial o k response
func (*GrantSkipInterstitialOK) Error ¶ added in v2.0.1
func (o *GrantSkipInterstitialOK) Error() string
func (*GrantSkipInterstitialOK) IsClientError ¶ added in v2.0.1
func (o *GrantSkipInterstitialOK) IsClientError() bool
IsClientError returns true when this grant skip interstitial o k response has a 4xx status code
func (*GrantSkipInterstitialOK) IsCode ¶ added in v2.0.1
func (o *GrantSkipInterstitialOK) IsCode(code int) bool
IsCode returns true when this grant skip interstitial o k response a status code equal to that given
func (*GrantSkipInterstitialOK) IsRedirect ¶ added in v2.0.1
func (o *GrantSkipInterstitialOK) IsRedirect() bool
IsRedirect returns true when this grant skip interstitial o k response has a 3xx status code
func (*GrantSkipInterstitialOK) IsServerError ¶ added in v2.0.1
func (o *GrantSkipInterstitialOK) IsServerError() bool
IsServerError returns true when this grant skip interstitial o k response has a 5xx status code
func (*GrantSkipInterstitialOK) IsSuccess ¶ added in v2.0.1
func (o *GrantSkipInterstitialOK) IsSuccess() bool
IsSuccess returns true when this grant skip interstitial o k response has a 2xx status code
func (*GrantSkipInterstitialOK) String ¶ added in v2.0.1
func (o *GrantSkipInterstitialOK) String() string
type GrantSkipInterstitialParams ¶ added in v2.0.1
type GrantSkipInterstitialParams struct {
// Body.
Body GrantSkipInterstitialBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GrantSkipInterstitialParams contains all the parameters to send to the API endpoint
for the grant skip interstitial operation. Typically these are written to a http.Request.
func NewGrantSkipInterstitialParams ¶ added in v2.0.1
func NewGrantSkipInterstitialParams() *GrantSkipInterstitialParams
NewGrantSkipInterstitialParams creates a new GrantSkipInterstitialParams 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 NewGrantSkipInterstitialParamsWithContext ¶ added in v2.0.1
func NewGrantSkipInterstitialParamsWithContext(ctx context.Context) *GrantSkipInterstitialParams
NewGrantSkipInterstitialParamsWithContext creates a new GrantSkipInterstitialParams object with the ability to set a context for a request.
func NewGrantSkipInterstitialParamsWithHTTPClient ¶ added in v2.0.1
func NewGrantSkipInterstitialParamsWithHTTPClient(client *http.Client) *GrantSkipInterstitialParams
NewGrantSkipInterstitialParamsWithHTTPClient creates a new GrantSkipInterstitialParams object with the ability to set a custom HTTPClient for a request.
func NewGrantSkipInterstitialParamsWithTimeout ¶ added in v2.0.1
func NewGrantSkipInterstitialParamsWithTimeout(timeout time.Duration) *GrantSkipInterstitialParams
NewGrantSkipInterstitialParamsWithTimeout creates a new GrantSkipInterstitialParams object with the ability to set a timeout on a request.
func (*GrantSkipInterstitialParams) SetBody ¶ added in v2.0.1
func (o *GrantSkipInterstitialParams) SetBody(body GrantSkipInterstitialBody)
SetBody adds the body to the grant skip interstitial params
func (*GrantSkipInterstitialParams) SetContext ¶ added in v2.0.1
func (o *GrantSkipInterstitialParams) SetContext(ctx context.Context)
SetContext adds the context to the grant skip interstitial params
func (*GrantSkipInterstitialParams) SetDefaults ¶ added in v2.0.1
func (o *GrantSkipInterstitialParams) SetDefaults()
SetDefaults hydrates default values in the grant skip interstitial params (not the query body).
All values with no default are reset to their zero value.
func (*GrantSkipInterstitialParams) SetHTTPClient ¶ added in v2.0.1
func (o *GrantSkipInterstitialParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the grant skip interstitial params
func (*GrantSkipInterstitialParams) SetTimeout ¶ added in v2.0.1
func (o *GrantSkipInterstitialParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the grant skip interstitial params
func (*GrantSkipInterstitialParams) WithBody ¶ added in v2.0.1
func (o *GrantSkipInterstitialParams) WithBody(body GrantSkipInterstitialBody) *GrantSkipInterstitialParams
WithBody adds the body to the grant skip interstitial params
func (*GrantSkipInterstitialParams) WithContext ¶ added in v2.0.1
func (o *GrantSkipInterstitialParams) WithContext(ctx context.Context) *GrantSkipInterstitialParams
WithContext adds the context to the grant skip interstitial params
func (*GrantSkipInterstitialParams) WithDefaults ¶ added in v2.0.1
func (o *GrantSkipInterstitialParams) WithDefaults() *GrantSkipInterstitialParams
WithDefaults hydrates default values in the grant skip interstitial params (not the query body).
All values with no default are reset to their zero value.
func (*GrantSkipInterstitialParams) WithHTTPClient ¶ added in v2.0.1
func (o *GrantSkipInterstitialParams) WithHTTPClient(client *http.Client) *GrantSkipInterstitialParams
WithHTTPClient adds the HTTPClient to the grant skip interstitial params
func (*GrantSkipInterstitialParams) WithTimeout ¶ added in v2.0.1
func (o *GrantSkipInterstitialParams) WithTimeout(timeout time.Duration) *GrantSkipInterstitialParams
WithTimeout adds the timeout to the grant skip interstitial params
func (*GrantSkipInterstitialParams) WriteToRequest ¶ added in v2.0.1
func (o *GrantSkipInterstitialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GrantSkipInterstitialReader ¶ added in v2.0.1
type GrantSkipInterstitialReader struct {
// contains filtered or unexported fields
}
GrantSkipInterstitialReader is a Reader for the GrantSkipInterstitial structure.
func (*GrantSkipInterstitialReader) ReadResponse ¶ added in v2.0.1
func (o *GrantSkipInterstitialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type GrantSkipInterstitialUnauthorized ¶ added in v2.0.1
type GrantSkipInterstitialUnauthorized struct {
}
GrantSkipInterstitialUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewGrantSkipInterstitialUnauthorized ¶ added in v2.0.1
func NewGrantSkipInterstitialUnauthorized() *GrantSkipInterstitialUnauthorized
NewGrantSkipInterstitialUnauthorized creates a GrantSkipInterstitialUnauthorized with default headers values
func (*GrantSkipInterstitialUnauthorized) Code ¶ added in v2.0.1
func (o *GrantSkipInterstitialUnauthorized) Code() int
Code gets the status code for the grant skip interstitial unauthorized response
func (*GrantSkipInterstitialUnauthorized) Error ¶ added in v2.0.1
func (o *GrantSkipInterstitialUnauthorized) Error() string
func (*GrantSkipInterstitialUnauthorized) IsClientError ¶ added in v2.0.1
func (o *GrantSkipInterstitialUnauthorized) IsClientError() bool
IsClientError returns true when this grant skip interstitial unauthorized response has a 4xx status code
func (*GrantSkipInterstitialUnauthorized) IsCode ¶ added in v2.0.1
func (o *GrantSkipInterstitialUnauthorized) IsCode(code int) bool
IsCode returns true when this grant skip interstitial unauthorized response a status code equal to that given
func (*GrantSkipInterstitialUnauthorized) IsRedirect ¶ added in v2.0.1
func (o *GrantSkipInterstitialUnauthorized) IsRedirect() bool
IsRedirect returns true when this grant skip interstitial unauthorized response has a 3xx status code
func (*GrantSkipInterstitialUnauthorized) IsServerError ¶ added in v2.0.1
func (o *GrantSkipInterstitialUnauthorized) IsServerError() bool
IsServerError returns true when this grant skip interstitial unauthorized response has a 5xx status code
func (*GrantSkipInterstitialUnauthorized) IsSuccess ¶ added in v2.0.1
func (o *GrantSkipInterstitialUnauthorized) IsSuccess() bool
IsSuccess returns true when this grant skip interstitial unauthorized response has a 2xx status code
func (*GrantSkipInterstitialUnauthorized) String ¶ added in v2.0.1
func (o *GrantSkipInterstitialUnauthorized) String() string
type InviteTokenGenerateBadRequest ¶
type InviteTokenGenerateBadRequest struct {
}
InviteTokenGenerateBadRequest describes a response with status code 400, with default header values.
invite tokens not created
func NewInviteTokenGenerateBadRequest ¶
func NewInviteTokenGenerateBadRequest() *InviteTokenGenerateBadRequest
NewInviteTokenGenerateBadRequest creates a InviteTokenGenerateBadRequest with default headers values
func (*InviteTokenGenerateBadRequest) Code ¶
func (o *InviteTokenGenerateBadRequest) Code() int
Code gets the status code for the invite token generate bad request response
func (*InviteTokenGenerateBadRequest) Error ¶
func (o *InviteTokenGenerateBadRequest) Error() string
func (*InviteTokenGenerateBadRequest) IsClientError ¶
func (o *InviteTokenGenerateBadRequest) IsClientError() bool
IsClientError returns true when this invite token generate bad request response has a 4xx status code
func (*InviteTokenGenerateBadRequest) IsCode ¶
func (o *InviteTokenGenerateBadRequest) IsCode(code int) bool
IsCode returns true when this invite token generate bad request response a status code equal to that given
func (*InviteTokenGenerateBadRequest) IsRedirect ¶
func (o *InviteTokenGenerateBadRequest) IsRedirect() bool
IsRedirect returns true when this invite token generate bad request response has a 3xx status code
func (*InviteTokenGenerateBadRequest) IsServerError ¶
func (o *InviteTokenGenerateBadRequest) IsServerError() bool
IsServerError returns true when this invite token generate bad request response has a 5xx status code
func (*InviteTokenGenerateBadRequest) IsSuccess ¶
func (o *InviteTokenGenerateBadRequest) IsSuccess() bool
IsSuccess returns true when this invite token generate bad request response has a 2xx status code
func (*InviteTokenGenerateBadRequest) String ¶
func (o *InviteTokenGenerateBadRequest) String() string
type InviteTokenGenerateBody ¶
type InviteTokenGenerateBody struct {
// invite tokens
InviteTokens []string `json:"inviteTokens"`
}
InviteTokenGenerateBody invite token generate body swagger:model InviteTokenGenerateBody
func (*InviteTokenGenerateBody) ContextValidate ¶
func (o *InviteTokenGenerateBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this invite token generate body based on context it is used
func (*InviteTokenGenerateBody) MarshalBinary ¶
func (o *InviteTokenGenerateBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*InviteTokenGenerateBody) UnmarshalBinary ¶
func (o *InviteTokenGenerateBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type InviteTokenGenerateCreated ¶
type InviteTokenGenerateCreated struct {
}
InviteTokenGenerateCreated describes a response with status code 201, with default header values.
invite tokens created
func NewInviteTokenGenerateCreated ¶
func NewInviteTokenGenerateCreated() *InviteTokenGenerateCreated
NewInviteTokenGenerateCreated creates a InviteTokenGenerateCreated with default headers values
func (*InviteTokenGenerateCreated) Code ¶
func (o *InviteTokenGenerateCreated) Code() int
Code gets the status code for the invite token generate created response
func (*InviteTokenGenerateCreated) Error ¶
func (o *InviteTokenGenerateCreated) Error() string
func (*InviteTokenGenerateCreated) IsClientError ¶
func (o *InviteTokenGenerateCreated) IsClientError() bool
IsClientError returns true when this invite token generate created response has a 4xx status code
func (*InviteTokenGenerateCreated) IsCode ¶
func (o *InviteTokenGenerateCreated) IsCode(code int) bool
IsCode returns true when this invite token generate created response a status code equal to that given
func (*InviteTokenGenerateCreated) IsRedirect ¶
func (o *InviteTokenGenerateCreated) IsRedirect() bool
IsRedirect returns true when this invite token generate created response has a 3xx status code
func (*InviteTokenGenerateCreated) IsServerError ¶
func (o *InviteTokenGenerateCreated) IsServerError() bool
IsServerError returns true when this invite token generate created response has a 5xx status code
func (*InviteTokenGenerateCreated) IsSuccess ¶
func (o *InviteTokenGenerateCreated) IsSuccess() bool
IsSuccess returns true when this invite token generate created response has a 2xx status code
func (*InviteTokenGenerateCreated) String ¶
func (o *InviteTokenGenerateCreated) String() string
type InviteTokenGenerateInternalServerError ¶
type InviteTokenGenerateInternalServerError struct {
}
InviteTokenGenerateInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewInviteTokenGenerateInternalServerError ¶
func NewInviteTokenGenerateInternalServerError() *InviteTokenGenerateInternalServerError
NewInviteTokenGenerateInternalServerError creates a InviteTokenGenerateInternalServerError with default headers values
func (*InviteTokenGenerateInternalServerError) Code ¶
func (o *InviteTokenGenerateInternalServerError) Code() int
Code gets the status code for the invite token generate internal server error response
func (*InviteTokenGenerateInternalServerError) Error ¶
func (o *InviteTokenGenerateInternalServerError) Error() string
func (*InviteTokenGenerateInternalServerError) IsClientError ¶
func (o *InviteTokenGenerateInternalServerError) IsClientError() bool
IsClientError returns true when this invite token generate internal server error response has a 4xx status code
func (*InviteTokenGenerateInternalServerError) IsCode ¶
func (o *InviteTokenGenerateInternalServerError) IsCode(code int) bool
IsCode returns true when this invite token generate internal server error response a status code equal to that given
func (*InviteTokenGenerateInternalServerError) IsRedirect ¶
func (o *InviteTokenGenerateInternalServerError) IsRedirect() bool
IsRedirect returns true when this invite token generate internal server error response has a 3xx status code
func (*InviteTokenGenerateInternalServerError) IsServerError ¶
func (o *InviteTokenGenerateInternalServerError) IsServerError() bool
IsServerError returns true when this invite token generate internal server error response has a 5xx status code
func (*InviteTokenGenerateInternalServerError) IsSuccess ¶
func (o *InviteTokenGenerateInternalServerError) IsSuccess() bool
IsSuccess returns true when this invite token generate internal server error response has a 2xx status code
func (*InviteTokenGenerateInternalServerError) String ¶
func (o *InviteTokenGenerateInternalServerError) String() string
type InviteTokenGenerateParams ¶
type InviteTokenGenerateParams struct {
// Body.
Body InviteTokenGenerateBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
InviteTokenGenerateParams contains all the parameters to send to the API endpoint
for the invite token generate operation. Typically these are written to a http.Request.
func NewInviteTokenGenerateParams ¶
func NewInviteTokenGenerateParams() *InviteTokenGenerateParams
NewInviteTokenGenerateParams creates a new InviteTokenGenerateParams 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 NewInviteTokenGenerateParamsWithContext ¶
func NewInviteTokenGenerateParamsWithContext(ctx context.Context) *InviteTokenGenerateParams
NewInviteTokenGenerateParamsWithContext creates a new InviteTokenGenerateParams object with the ability to set a context for a request.
func NewInviteTokenGenerateParamsWithHTTPClient ¶
func NewInviteTokenGenerateParamsWithHTTPClient(client *http.Client) *InviteTokenGenerateParams
NewInviteTokenGenerateParamsWithHTTPClient creates a new InviteTokenGenerateParams object with the ability to set a custom HTTPClient for a request.
func NewInviteTokenGenerateParamsWithTimeout ¶
func NewInviteTokenGenerateParamsWithTimeout(timeout time.Duration) *InviteTokenGenerateParams
NewInviteTokenGenerateParamsWithTimeout creates a new InviteTokenGenerateParams object with the ability to set a timeout on a request.
func (*InviteTokenGenerateParams) SetBody ¶
func (o *InviteTokenGenerateParams) SetBody(body InviteTokenGenerateBody)
SetBody adds the body to the invite token generate params
func (*InviteTokenGenerateParams) SetContext ¶
func (o *InviteTokenGenerateParams) SetContext(ctx context.Context)
SetContext adds the context to the invite token generate params
func (*InviteTokenGenerateParams) SetDefaults ¶
func (o *InviteTokenGenerateParams) SetDefaults()
SetDefaults hydrates default values in the invite token generate params (not the query body).
All values with no default are reset to their zero value.
func (*InviteTokenGenerateParams) SetHTTPClient ¶
func (o *InviteTokenGenerateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the invite token generate params
func (*InviteTokenGenerateParams) SetTimeout ¶
func (o *InviteTokenGenerateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the invite token generate params
func (*InviteTokenGenerateParams) WithBody ¶
func (o *InviteTokenGenerateParams) WithBody(body InviteTokenGenerateBody) *InviteTokenGenerateParams
WithBody adds the body to the invite token generate params
func (*InviteTokenGenerateParams) WithContext ¶
func (o *InviteTokenGenerateParams) WithContext(ctx context.Context) *InviteTokenGenerateParams
WithContext adds the context to the invite token generate params
func (*InviteTokenGenerateParams) WithDefaults ¶
func (o *InviteTokenGenerateParams) WithDefaults() *InviteTokenGenerateParams
WithDefaults hydrates default values in the invite token generate params (not the query body).
All values with no default are reset to their zero value.
func (*InviteTokenGenerateParams) WithHTTPClient ¶
func (o *InviteTokenGenerateParams) WithHTTPClient(client *http.Client) *InviteTokenGenerateParams
WithHTTPClient adds the HTTPClient to the invite token generate params
func (*InviteTokenGenerateParams) WithTimeout ¶
func (o *InviteTokenGenerateParams) WithTimeout(timeout time.Duration) *InviteTokenGenerateParams
WithTimeout adds the timeout to the invite token generate params
func (*InviteTokenGenerateParams) WriteToRequest ¶
func (o *InviteTokenGenerateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type InviteTokenGenerateReader ¶
type InviteTokenGenerateReader struct {
// contains filtered or unexported fields
}
InviteTokenGenerateReader is a Reader for the InviteTokenGenerate structure.
func (*InviteTokenGenerateReader) ReadResponse ¶
func (o *InviteTokenGenerateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type InviteTokenGenerateUnauthorized ¶
type InviteTokenGenerateUnauthorized struct {
}
InviteTokenGenerateUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewInviteTokenGenerateUnauthorized ¶
func NewInviteTokenGenerateUnauthorized() *InviteTokenGenerateUnauthorized
NewInviteTokenGenerateUnauthorized creates a InviteTokenGenerateUnauthorized with default headers values
func (*InviteTokenGenerateUnauthorized) Code ¶
func (o *InviteTokenGenerateUnauthorized) Code() int
Code gets the status code for the invite token generate unauthorized response
func (*InviteTokenGenerateUnauthorized) Error ¶
func (o *InviteTokenGenerateUnauthorized) Error() string
func (*InviteTokenGenerateUnauthorized) IsClientError ¶
func (o *InviteTokenGenerateUnauthorized) IsClientError() bool
IsClientError returns true when this invite token generate unauthorized response has a 4xx status code
func (*InviteTokenGenerateUnauthorized) IsCode ¶
func (o *InviteTokenGenerateUnauthorized) IsCode(code int) bool
IsCode returns true when this invite token generate unauthorized response a status code equal to that given
func (*InviteTokenGenerateUnauthorized) IsRedirect ¶
func (o *InviteTokenGenerateUnauthorized) IsRedirect() bool
IsRedirect returns true when this invite token generate unauthorized response has a 3xx status code
func (*InviteTokenGenerateUnauthorized) IsServerError ¶
func (o *InviteTokenGenerateUnauthorized) IsServerError() bool
IsServerError returns true when this invite token generate unauthorized response has a 5xx status code
func (*InviteTokenGenerateUnauthorized) IsSuccess ¶
func (o *InviteTokenGenerateUnauthorized) IsSuccess() bool
IsSuccess returns true when this invite token generate unauthorized response has a 2xx status code
func (*InviteTokenGenerateUnauthorized) String ¶
func (o *InviteTokenGenerateUnauthorized) String() string
type ListAppliedLimitClassesBody ¶ added in v2.0.1
type ListAppliedLimitClassesBody struct {
// email
Email string `json:"email,omitempty"`
}
ListAppliedLimitClassesBody list applied limit classes body swagger:model ListAppliedLimitClassesBody
func (*ListAppliedLimitClassesBody) ContextValidate ¶ added in v2.0.1
func (o *ListAppliedLimitClassesBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this list applied limit classes body based on context it is used
func (*ListAppliedLimitClassesBody) MarshalBinary ¶ added in v2.0.1
func (o *ListAppliedLimitClassesBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ListAppliedLimitClassesBody) UnmarshalBinary ¶ added in v2.0.1
func (o *ListAppliedLimitClassesBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ListAppliedLimitClassesInternalServerError ¶ added in v2.0.1
type ListAppliedLimitClassesInternalServerError struct {
}
ListAppliedLimitClassesInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewListAppliedLimitClassesInternalServerError ¶ added in v2.0.1
func NewListAppliedLimitClassesInternalServerError() *ListAppliedLimitClassesInternalServerError
NewListAppliedLimitClassesInternalServerError creates a ListAppliedLimitClassesInternalServerError with default headers values
func (*ListAppliedLimitClassesInternalServerError) Code ¶ added in v2.0.1
func (o *ListAppliedLimitClassesInternalServerError) Code() int
Code gets the status code for the list applied limit classes internal server error response
func (*ListAppliedLimitClassesInternalServerError) Error ¶ added in v2.0.1
func (o *ListAppliedLimitClassesInternalServerError) Error() string
func (*ListAppliedLimitClassesInternalServerError) IsClientError ¶ added in v2.0.1
func (o *ListAppliedLimitClassesInternalServerError) IsClientError() bool
IsClientError returns true when this list applied limit classes internal server error response has a 4xx status code
func (*ListAppliedLimitClassesInternalServerError) IsCode ¶ added in v2.0.1
func (o *ListAppliedLimitClassesInternalServerError) IsCode(code int) bool
IsCode returns true when this list applied limit classes internal server error response a status code equal to that given
func (*ListAppliedLimitClassesInternalServerError) IsRedirect ¶ added in v2.0.1
func (o *ListAppliedLimitClassesInternalServerError) IsRedirect() bool
IsRedirect returns true when this list applied limit classes internal server error response has a 3xx status code
func (*ListAppliedLimitClassesInternalServerError) IsServerError ¶ added in v2.0.1
func (o *ListAppliedLimitClassesInternalServerError) IsServerError() bool
IsServerError returns true when this list applied limit classes internal server error response has a 5xx status code
func (*ListAppliedLimitClassesInternalServerError) IsSuccess ¶ added in v2.0.1
func (o *ListAppliedLimitClassesInternalServerError) IsSuccess() bool
IsSuccess returns true when this list applied limit classes internal server error response has a 2xx status code
func (*ListAppliedLimitClassesInternalServerError) String ¶ added in v2.0.1
func (o *ListAppliedLimitClassesInternalServerError) String() string
type ListAppliedLimitClassesNotFound ¶ added in v2.0.1
type ListAppliedLimitClassesNotFound struct {
}
ListAppliedLimitClassesNotFound describes a response with status code 404, with default header values.
account not found
func NewListAppliedLimitClassesNotFound ¶ added in v2.0.1
func NewListAppliedLimitClassesNotFound() *ListAppliedLimitClassesNotFound
NewListAppliedLimitClassesNotFound creates a ListAppliedLimitClassesNotFound with default headers values
func (*ListAppliedLimitClassesNotFound) Code ¶ added in v2.0.1
func (o *ListAppliedLimitClassesNotFound) Code() int
Code gets the status code for the list applied limit classes not found response
func (*ListAppliedLimitClassesNotFound) Error ¶ added in v2.0.1
func (o *ListAppliedLimitClassesNotFound) Error() string
func (*ListAppliedLimitClassesNotFound) IsClientError ¶ added in v2.0.1
func (o *ListAppliedLimitClassesNotFound) IsClientError() bool
IsClientError returns true when this list applied limit classes not found response has a 4xx status code
func (*ListAppliedLimitClassesNotFound) IsCode ¶ added in v2.0.1
func (o *ListAppliedLimitClassesNotFound) IsCode(code int) bool
IsCode returns true when this list applied limit classes not found response a status code equal to that given
func (*ListAppliedLimitClassesNotFound) IsRedirect ¶ added in v2.0.1
func (o *ListAppliedLimitClassesNotFound) IsRedirect() bool
IsRedirect returns true when this list applied limit classes not found response has a 3xx status code
func (*ListAppliedLimitClassesNotFound) IsServerError ¶ added in v2.0.1
func (o *ListAppliedLimitClassesNotFound) IsServerError() bool
IsServerError returns true when this list applied limit classes not found response has a 5xx status code
func (*ListAppliedLimitClassesNotFound) IsSuccess ¶ added in v2.0.1
func (o *ListAppliedLimitClassesNotFound) IsSuccess() bool
IsSuccess returns true when this list applied limit classes not found response has a 2xx status code
func (*ListAppliedLimitClassesNotFound) String ¶ added in v2.0.1
func (o *ListAppliedLimitClassesNotFound) String() string
type ListAppliedLimitClassesOK ¶ added in v2.0.1
type ListAppliedLimitClassesOK struct {
Payload []*rest_model_zrok.LimitClass
}
ListAppliedLimitClassesOK describes a response with status code 200, with default header values.
applied limit classes
func NewListAppliedLimitClassesOK ¶ added in v2.0.1
func NewListAppliedLimitClassesOK() *ListAppliedLimitClassesOK
NewListAppliedLimitClassesOK creates a ListAppliedLimitClassesOK with default headers values
func (*ListAppliedLimitClassesOK) Code ¶ added in v2.0.1
func (o *ListAppliedLimitClassesOK) Code() int
Code gets the status code for the list applied limit classes o k response
func (*ListAppliedLimitClassesOK) Error ¶ added in v2.0.1
func (o *ListAppliedLimitClassesOK) Error() string
func (*ListAppliedLimitClassesOK) GetPayload ¶ added in v2.0.1
func (o *ListAppliedLimitClassesOK) GetPayload() []*rest_model_zrok.LimitClass
func (*ListAppliedLimitClassesOK) IsClientError ¶ added in v2.0.1
func (o *ListAppliedLimitClassesOK) IsClientError() bool
IsClientError returns true when this list applied limit classes o k response has a 4xx status code
func (*ListAppliedLimitClassesOK) IsCode ¶ added in v2.0.1
func (o *ListAppliedLimitClassesOK) IsCode(code int) bool
IsCode returns true when this list applied limit classes o k response a status code equal to that given
func (*ListAppliedLimitClassesOK) IsRedirect ¶ added in v2.0.1
func (o *ListAppliedLimitClassesOK) IsRedirect() bool
IsRedirect returns true when this list applied limit classes o k response has a 3xx status code
func (*ListAppliedLimitClassesOK) IsServerError ¶ added in v2.0.1
func (o *ListAppliedLimitClassesOK) IsServerError() bool
IsServerError returns true when this list applied limit classes o k response has a 5xx status code
func (*ListAppliedLimitClassesOK) IsSuccess ¶ added in v2.0.1
func (o *ListAppliedLimitClassesOK) IsSuccess() bool
IsSuccess returns true when this list applied limit classes o k response has a 2xx status code
func (*ListAppliedLimitClassesOK) String ¶ added in v2.0.1
func (o *ListAppliedLimitClassesOK) String() string
type ListAppliedLimitClassesParams ¶ added in v2.0.1
type ListAppliedLimitClassesParams struct {
// Body.
Body ListAppliedLimitClassesBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListAppliedLimitClassesParams contains all the parameters to send to the API endpoint
for the list applied limit classes operation. Typically these are written to a http.Request.
func NewListAppliedLimitClassesParams ¶ added in v2.0.1
func NewListAppliedLimitClassesParams() *ListAppliedLimitClassesParams
NewListAppliedLimitClassesParams creates a new ListAppliedLimitClassesParams 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 NewListAppliedLimitClassesParamsWithContext ¶ added in v2.0.1
func NewListAppliedLimitClassesParamsWithContext(ctx context.Context) *ListAppliedLimitClassesParams
NewListAppliedLimitClassesParamsWithContext creates a new ListAppliedLimitClassesParams object with the ability to set a context for a request.
func NewListAppliedLimitClassesParamsWithHTTPClient ¶ added in v2.0.1
func NewListAppliedLimitClassesParamsWithHTTPClient(client *http.Client) *ListAppliedLimitClassesParams
NewListAppliedLimitClassesParamsWithHTTPClient creates a new ListAppliedLimitClassesParams object with the ability to set a custom HTTPClient for a request.
func NewListAppliedLimitClassesParamsWithTimeout ¶ added in v2.0.1
func NewListAppliedLimitClassesParamsWithTimeout(timeout time.Duration) *ListAppliedLimitClassesParams
NewListAppliedLimitClassesParamsWithTimeout creates a new ListAppliedLimitClassesParams object with the ability to set a timeout on a request.
func (*ListAppliedLimitClassesParams) SetBody ¶ added in v2.0.1
func (o *ListAppliedLimitClassesParams) SetBody(body ListAppliedLimitClassesBody)
SetBody adds the body to the list applied limit classes params
func (*ListAppliedLimitClassesParams) SetContext ¶ added in v2.0.1
func (o *ListAppliedLimitClassesParams) SetContext(ctx context.Context)
SetContext adds the context to the list applied limit classes params
func (*ListAppliedLimitClassesParams) SetDefaults ¶ added in v2.0.1
func (o *ListAppliedLimitClassesParams) SetDefaults()
SetDefaults hydrates default values in the list applied limit classes params (not the query body).
All values with no default are reset to their zero value.
func (*ListAppliedLimitClassesParams) SetHTTPClient ¶ added in v2.0.1
func (o *ListAppliedLimitClassesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list applied limit classes params
func (*ListAppliedLimitClassesParams) SetTimeout ¶ added in v2.0.1
func (o *ListAppliedLimitClassesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list applied limit classes params
func (*ListAppliedLimitClassesParams) WithBody ¶ added in v2.0.1
func (o *ListAppliedLimitClassesParams) WithBody(body ListAppliedLimitClassesBody) *ListAppliedLimitClassesParams
WithBody adds the body to the list applied limit classes params
func (*ListAppliedLimitClassesParams) WithContext ¶ added in v2.0.1
func (o *ListAppliedLimitClassesParams) WithContext(ctx context.Context) *ListAppliedLimitClassesParams
WithContext adds the context to the list applied limit classes params
func (*ListAppliedLimitClassesParams) WithDefaults ¶ added in v2.0.1
func (o *ListAppliedLimitClassesParams) WithDefaults() *ListAppliedLimitClassesParams
WithDefaults hydrates default values in the list applied limit classes params (not the query body).
All values with no default are reset to their zero value.
func (*ListAppliedLimitClassesParams) WithHTTPClient ¶ added in v2.0.1
func (o *ListAppliedLimitClassesParams) WithHTTPClient(client *http.Client) *ListAppliedLimitClassesParams
WithHTTPClient adds the HTTPClient to the list applied limit classes params
func (*ListAppliedLimitClassesParams) WithTimeout ¶ added in v2.0.1
func (o *ListAppliedLimitClassesParams) WithTimeout(timeout time.Duration) *ListAppliedLimitClassesParams
WithTimeout adds the timeout to the list applied limit classes params
func (*ListAppliedLimitClassesParams) WriteToRequest ¶ added in v2.0.1
func (o *ListAppliedLimitClassesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAppliedLimitClassesReader ¶ added in v2.0.1
type ListAppliedLimitClassesReader struct {
// contains filtered or unexported fields
}
ListAppliedLimitClassesReader is a Reader for the ListAppliedLimitClasses structure.
func (*ListAppliedLimitClassesReader) ReadResponse ¶ added in v2.0.1
func (o *ListAppliedLimitClassesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ListAppliedLimitClassesUnauthorized ¶ added in v2.0.1
type ListAppliedLimitClassesUnauthorized struct {
}
ListAppliedLimitClassesUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewListAppliedLimitClassesUnauthorized ¶ added in v2.0.1
func NewListAppliedLimitClassesUnauthorized() *ListAppliedLimitClassesUnauthorized
NewListAppliedLimitClassesUnauthorized creates a ListAppliedLimitClassesUnauthorized with default headers values
func (*ListAppliedLimitClassesUnauthorized) Code ¶ added in v2.0.1
func (o *ListAppliedLimitClassesUnauthorized) Code() int
Code gets the status code for the list applied limit classes unauthorized response
func (*ListAppliedLimitClassesUnauthorized) Error ¶ added in v2.0.1
func (o *ListAppliedLimitClassesUnauthorized) Error() string
func (*ListAppliedLimitClassesUnauthorized) IsClientError ¶ added in v2.0.1
func (o *ListAppliedLimitClassesUnauthorized) IsClientError() bool
IsClientError returns true when this list applied limit classes unauthorized response has a 4xx status code
func (*ListAppliedLimitClassesUnauthorized) IsCode ¶ added in v2.0.1
func (o *ListAppliedLimitClassesUnauthorized) IsCode(code int) bool
IsCode returns true when this list applied limit classes unauthorized response a status code equal to that given
func (*ListAppliedLimitClassesUnauthorized) IsRedirect ¶ added in v2.0.1
func (o *ListAppliedLimitClassesUnauthorized) IsRedirect() bool
IsRedirect returns true when this list applied limit classes unauthorized response has a 3xx status code
func (*ListAppliedLimitClassesUnauthorized) IsServerError ¶ added in v2.0.1
func (o *ListAppliedLimitClassesUnauthorized) IsServerError() bool
IsServerError returns true when this list applied limit classes unauthorized response has a 5xx status code
func (*ListAppliedLimitClassesUnauthorized) IsSuccess ¶ added in v2.0.1
func (o *ListAppliedLimitClassesUnauthorized) IsSuccess() bool
IsSuccess returns true when this list applied limit classes unauthorized response has a 2xx status code
func (*ListAppliedLimitClassesUnauthorized) String ¶ added in v2.0.1
func (o *ListAppliedLimitClassesUnauthorized) String() string
type ListFrontendNamespaceMappingsInternalServerError ¶
type ListFrontendNamespaceMappingsInternalServerError struct {
}
ListFrontendNamespaceMappingsInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewListFrontendNamespaceMappingsInternalServerError ¶
func NewListFrontendNamespaceMappingsInternalServerError() *ListFrontendNamespaceMappingsInternalServerError
NewListFrontendNamespaceMappingsInternalServerError creates a ListFrontendNamespaceMappingsInternalServerError with default headers values
func (*ListFrontendNamespaceMappingsInternalServerError) Code ¶
func (o *ListFrontendNamespaceMappingsInternalServerError) Code() int
Code gets the status code for the list frontend namespace mappings internal server error response
func (*ListFrontendNamespaceMappingsInternalServerError) Error ¶
func (o *ListFrontendNamespaceMappingsInternalServerError) Error() string
func (*ListFrontendNamespaceMappingsInternalServerError) IsClientError ¶
func (o *ListFrontendNamespaceMappingsInternalServerError) IsClientError() bool
IsClientError returns true when this list frontend namespace mappings internal server error response has a 4xx status code
func (*ListFrontendNamespaceMappingsInternalServerError) IsCode ¶
func (o *ListFrontendNamespaceMappingsInternalServerError) IsCode(code int) bool
IsCode returns true when this list frontend namespace mappings internal server error response a status code equal to that given
func (*ListFrontendNamespaceMappingsInternalServerError) IsRedirect ¶
func (o *ListFrontendNamespaceMappingsInternalServerError) IsRedirect() bool
IsRedirect returns true when this list frontend namespace mappings internal server error response has a 3xx status code
func (*ListFrontendNamespaceMappingsInternalServerError) IsServerError ¶
func (o *ListFrontendNamespaceMappingsInternalServerError) IsServerError() bool
IsServerError returns true when this list frontend namespace mappings internal server error response has a 5xx status code
func (*ListFrontendNamespaceMappingsInternalServerError) IsSuccess ¶
func (o *ListFrontendNamespaceMappingsInternalServerError) IsSuccess() bool
IsSuccess returns true when this list frontend namespace mappings internal server error response has a 2xx status code
func (*ListFrontendNamespaceMappingsInternalServerError) String ¶
func (o *ListFrontendNamespaceMappingsInternalServerError) String() string
type ListFrontendNamespaceMappingsNotFound ¶
type ListFrontendNamespaceMappingsNotFound struct {
}
ListFrontendNamespaceMappingsNotFound describes a response with status code 404, with default header values.
frontend not found
func NewListFrontendNamespaceMappingsNotFound ¶
func NewListFrontendNamespaceMappingsNotFound() *ListFrontendNamespaceMappingsNotFound
NewListFrontendNamespaceMappingsNotFound creates a ListFrontendNamespaceMappingsNotFound with default headers values
func (*ListFrontendNamespaceMappingsNotFound) Code ¶
func (o *ListFrontendNamespaceMappingsNotFound) Code() int
Code gets the status code for the list frontend namespace mappings not found response
func (*ListFrontendNamespaceMappingsNotFound) Error ¶
func (o *ListFrontendNamespaceMappingsNotFound) Error() string
func (*ListFrontendNamespaceMappingsNotFound) IsClientError ¶
func (o *ListFrontendNamespaceMappingsNotFound) IsClientError() bool
IsClientError returns true when this list frontend namespace mappings not found response has a 4xx status code
func (*ListFrontendNamespaceMappingsNotFound) IsCode ¶
func (o *ListFrontendNamespaceMappingsNotFound) IsCode(code int) bool
IsCode returns true when this list frontend namespace mappings not found response a status code equal to that given
func (*ListFrontendNamespaceMappingsNotFound) IsRedirect ¶
func (o *ListFrontendNamespaceMappingsNotFound) IsRedirect() bool
IsRedirect returns true when this list frontend namespace mappings not found response has a 3xx status code
func (*ListFrontendNamespaceMappingsNotFound) IsServerError ¶
func (o *ListFrontendNamespaceMappingsNotFound) IsServerError() bool
IsServerError returns true when this list frontend namespace mappings not found response has a 5xx status code
func (*ListFrontendNamespaceMappingsNotFound) IsSuccess ¶
func (o *ListFrontendNamespaceMappingsNotFound) IsSuccess() bool
IsSuccess returns true when this list frontend namespace mappings not found response has a 2xx status code
func (*ListFrontendNamespaceMappingsNotFound) String ¶
func (o *ListFrontendNamespaceMappingsNotFound) String() string
type ListFrontendNamespaceMappingsOK ¶
type ListFrontendNamespaceMappingsOK struct {
Payload []*ListFrontendNamespaceMappingsOKBodyItems0
}
ListFrontendNamespaceMappingsOK describes a response with status code 200, with default header values.
frontend namespace mappings listed
func NewListFrontendNamespaceMappingsOK ¶
func NewListFrontendNamespaceMappingsOK() *ListFrontendNamespaceMappingsOK
NewListFrontendNamespaceMappingsOK creates a ListFrontendNamespaceMappingsOK with default headers values
func (*ListFrontendNamespaceMappingsOK) Code ¶
func (o *ListFrontendNamespaceMappingsOK) Code() int
Code gets the status code for the list frontend namespace mappings o k response
func (*ListFrontendNamespaceMappingsOK) Error ¶
func (o *ListFrontendNamespaceMappingsOK) Error() string
func (*ListFrontendNamespaceMappingsOK) GetPayload ¶
func (o *ListFrontendNamespaceMappingsOK) GetPayload() []*ListFrontendNamespaceMappingsOKBodyItems0
func (*ListFrontendNamespaceMappingsOK) IsClientError ¶
func (o *ListFrontendNamespaceMappingsOK) IsClientError() bool
IsClientError returns true when this list frontend namespace mappings o k response has a 4xx status code
func (*ListFrontendNamespaceMappingsOK) IsCode ¶
func (o *ListFrontendNamespaceMappingsOK) IsCode(code int) bool
IsCode returns true when this list frontend namespace mappings o k response a status code equal to that given
func (*ListFrontendNamespaceMappingsOK) IsRedirect ¶
func (o *ListFrontendNamespaceMappingsOK) IsRedirect() bool
IsRedirect returns true when this list frontend namespace mappings o k response has a 3xx status code
func (*ListFrontendNamespaceMappingsOK) IsServerError ¶
func (o *ListFrontendNamespaceMappingsOK) IsServerError() bool
IsServerError returns true when this list frontend namespace mappings o k response has a 5xx status code
func (*ListFrontendNamespaceMappingsOK) IsSuccess ¶
func (o *ListFrontendNamespaceMappingsOK) IsSuccess() bool
IsSuccess returns true when this list frontend namespace mappings o k response has a 2xx status code
func (*ListFrontendNamespaceMappingsOK) String ¶
func (o *ListFrontendNamespaceMappingsOK) String() string
type ListFrontendNamespaceMappingsOKBodyItems0 ¶
type ListFrontendNamespaceMappingsOKBodyItems0 struct {
// created at
CreatedAt int64 `json:"createdAt,omitempty"`
// frontend token
FrontendToken string `json:"frontendToken,omitempty"`
// is default
IsDefault bool `json:"isDefault,omitempty"`
// namespace token
NamespaceToken string `json:"namespaceToken,omitempty"`
}
ListFrontendNamespaceMappingsOKBodyItems0 list frontend namespace mappings o k body items0 swagger:model ListFrontendNamespaceMappingsOKBodyItems0
func (*ListFrontendNamespaceMappingsOKBodyItems0) ContextValidate ¶
func (o *ListFrontendNamespaceMappingsOKBodyItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this list frontend namespace mappings o k body items0 based on context it is used
func (*ListFrontendNamespaceMappingsOKBodyItems0) MarshalBinary ¶
func (o *ListFrontendNamespaceMappingsOKBodyItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ListFrontendNamespaceMappingsOKBodyItems0) UnmarshalBinary ¶
func (o *ListFrontendNamespaceMappingsOKBodyItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ListFrontendNamespaceMappingsParams ¶
type ListFrontendNamespaceMappingsParams struct {
// FrontendToken.
FrontendToken string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListFrontendNamespaceMappingsParams contains all the parameters to send to the API endpoint
for the list frontend namespace mappings operation. Typically these are written to a http.Request.
func NewListFrontendNamespaceMappingsParams ¶
func NewListFrontendNamespaceMappingsParams() *ListFrontendNamespaceMappingsParams
NewListFrontendNamespaceMappingsParams creates a new ListFrontendNamespaceMappingsParams 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 NewListFrontendNamespaceMappingsParamsWithContext ¶
func NewListFrontendNamespaceMappingsParamsWithContext(ctx context.Context) *ListFrontendNamespaceMappingsParams
NewListFrontendNamespaceMappingsParamsWithContext creates a new ListFrontendNamespaceMappingsParams object with the ability to set a context for a request.
func NewListFrontendNamespaceMappingsParamsWithHTTPClient ¶
func NewListFrontendNamespaceMappingsParamsWithHTTPClient(client *http.Client) *ListFrontendNamespaceMappingsParams
NewListFrontendNamespaceMappingsParamsWithHTTPClient creates a new ListFrontendNamespaceMappingsParams object with the ability to set a custom HTTPClient for a request.
func NewListFrontendNamespaceMappingsParamsWithTimeout ¶
func NewListFrontendNamespaceMappingsParamsWithTimeout(timeout time.Duration) *ListFrontendNamespaceMappingsParams
NewListFrontendNamespaceMappingsParamsWithTimeout creates a new ListFrontendNamespaceMappingsParams object with the ability to set a timeout on a request.
func (*ListFrontendNamespaceMappingsParams) SetContext ¶
func (o *ListFrontendNamespaceMappingsParams) SetContext(ctx context.Context)
SetContext adds the context to the list frontend namespace mappings params
func (*ListFrontendNamespaceMappingsParams) SetDefaults ¶
func (o *ListFrontendNamespaceMappingsParams) SetDefaults()
SetDefaults hydrates default values in the list frontend namespace mappings params (not the query body).
All values with no default are reset to their zero value.
func (*ListFrontendNamespaceMappingsParams) SetFrontendToken ¶
func (o *ListFrontendNamespaceMappingsParams) SetFrontendToken(frontendToken string)
SetFrontendToken adds the frontendToken to the list frontend namespace mappings params
func (*ListFrontendNamespaceMappingsParams) SetHTTPClient ¶
func (o *ListFrontendNamespaceMappingsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list frontend namespace mappings params
func (*ListFrontendNamespaceMappingsParams) SetTimeout ¶
func (o *ListFrontendNamespaceMappingsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list frontend namespace mappings params
func (*ListFrontendNamespaceMappingsParams) WithContext ¶
func (o *ListFrontendNamespaceMappingsParams) WithContext(ctx context.Context) *ListFrontendNamespaceMappingsParams
WithContext adds the context to the list frontend namespace mappings params
func (*ListFrontendNamespaceMappingsParams) WithDefaults ¶
func (o *ListFrontendNamespaceMappingsParams) WithDefaults() *ListFrontendNamespaceMappingsParams
WithDefaults hydrates default values in the list frontend namespace mappings params (not the query body).
All values with no default are reset to their zero value.
func (*ListFrontendNamespaceMappingsParams) WithFrontendToken ¶
func (o *ListFrontendNamespaceMappingsParams) WithFrontendToken(frontendToken string) *ListFrontendNamespaceMappingsParams
WithFrontendToken adds the frontendToken to the list frontend namespace mappings params
func (*ListFrontendNamespaceMappingsParams) WithHTTPClient ¶
func (o *ListFrontendNamespaceMappingsParams) WithHTTPClient(client *http.Client) *ListFrontendNamespaceMappingsParams
WithHTTPClient adds the HTTPClient to the list frontend namespace mappings params
func (*ListFrontendNamespaceMappingsParams) WithTimeout ¶
func (o *ListFrontendNamespaceMappingsParams) WithTimeout(timeout time.Duration) *ListFrontendNamespaceMappingsParams
WithTimeout adds the timeout to the list frontend namespace mappings params
func (*ListFrontendNamespaceMappingsParams) WriteToRequest ¶
func (o *ListFrontendNamespaceMappingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListFrontendNamespaceMappingsReader ¶
type ListFrontendNamespaceMappingsReader struct {
// contains filtered or unexported fields
}
ListFrontendNamespaceMappingsReader is a Reader for the ListFrontendNamespaceMappings structure.
func (*ListFrontendNamespaceMappingsReader) ReadResponse ¶
func (o *ListFrontendNamespaceMappingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ListFrontendNamespaceMappingsUnauthorized ¶
type ListFrontendNamespaceMappingsUnauthorized struct {
}
ListFrontendNamespaceMappingsUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewListFrontendNamespaceMappingsUnauthorized ¶
func NewListFrontendNamespaceMappingsUnauthorized() *ListFrontendNamespaceMappingsUnauthorized
NewListFrontendNamespaceMappingsUnauthorized creates a ListFrontendNamespaceMappingsUnauthorized with default headers values
func (*ListFrontendNamespaceMappingsUnauthorized) Code ¶
func (o *ListFrontendNamespaceMappingsUnauthorized) Code() int
Code gets the status code for the list frontend namespace mappings unauthorized response
func (*ListFrontendNamespaceMappingsUnauthorized) Error ¶
func (o *ListFrontendNamespaceMappingsUnauthorized) Error() string
func (*ListFrontendNamespaceMappingsUnauthorized) IsClientError ¶
func (o *ListFrontendNamespaceMappingsUnauthorized) IsClientError() bool
IsClientError returns true when this list frontend namespace mappings unauthorized response has a 4xx status code
func (*ListFrontendNamespaceMappingsUnauthorized) IsCode ¶
func (o *ListFrontendNamespaceMappingsUnauthorized) IsCode(code int) bool
IsCode returns true when this list frontend namespace mappings unauthorized response a status code equal to that given
func (*ListFrontendNamespaceMappingsUnauthorized) IsRedirect ¶
func (o *ListFrontendNamespaceMappingsUnauthorized) IsRedirect() bool
IsRedirect returns true when this list frontend namespace mappings unauthorized response has a 3xx status code
func (*ListFrontendNamespaceMappingsUnauthorized) IsServerError ¶
func (o *ListFrontendNamespaceMappingsUnauthorized) IsServerError() bool
IsServerError returns true when this list frontend namespace mappings unauthorized response has a 5xx status code
func (*ListFrontendNamespaceMappingsUnauthorized) IsSuccess ¶
func (o *ListFrontendNamespaceMappingsUnauthorized) IsSuccess() bool
IsSuccess returns true when this list frontend namespace mappings unauthorized response has a 2xx status code
func (*ListFrontendNamespaceMappingsUnauthorized) String ¶
func (o *ListFrontendNamespaceMappingsUnauthorized) String() string
type ListFrontendsInternalServerError ¶
type ListFrontendsInternalServerError struct {
}
ListFrontendsInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewListFrontendsInternalServerError ¶
func NewListFrontendsInternalServerError() *ListFrontendsInternalServerError
NewListFrontendsInternalServerError creates a ListFrontendsInternalServerError with default headers values
func (*ListFrontendsInternalServerError) Code ¶
func (o *ListFrontendsInternalServerError) Code() int
Code gets the status code for the list frontends internal server error response
func (*ListFrontendsInternalServerError) Error ¶
func (o *ListFrontendsInternalServerError) Error() string
func (*ListFrontendsInternalServerError) IsClientError ¶
func (o *ListFrontendsInternalServerError) IsClientError() bool
IsClientError returns true when this list frontends internal server error response has a 4xx status code
func (*ListFrontendsInternalServerError) IsCode ¶
func (o *ListFrontendsInternalServerError) IsCode(code int) bool
IsCode returns true when this list frontends internal server error response a status code equal to that given
func (*ListFrontendsInternalServerError) IsRedirect ¶
func (o *ListFrontendsInternalServerError) IsRedirect() bool
IsRedirect returns true when this list frontends internal server error response has a 3xx status code
func (*ListFrontendsInternalServerError) IsServerError ¶
func (o *ListFrontendsInternalServerError) IsServerError() bool
IsServerError returns true when this list frontends internal server error response has a 5xx status code
func (*ListFrontendsInternalServerError) IsSuccess ¶
func (o *ListFrontendsInternalServerError) IsSuccess() bool
IsSuccess returns true when this list frontends internal server error response has a 2xx status code
func (*ListFrontendsInternalServerError) String ¶
func (o *ListFrontendsInternalServerError) String() string
type ListFrontendsOK ¶
type ListFrontendsOK struct {
Payload []*ListFrontendsOKBodyItems0
}
ListFrontendsOK describes a response with status code 200, with default header values.
ok
func NewListFrontendsOK ¶
func NewListFrontendsOK() *ListFrontendsOK
NewListFrontendsOK creates a ListFrontendsOK with default headers values
func (*ListFrontendsOK) Code ¶
func (o *ListFrontendsOK) Code() int
Code gets the status code for the list frontends o k response
func (*ListFrontendsOK) Error ¶
func (o *ListFrontendsOK) Error() string
func (*ListFrontendsOK) GetPayload ¶
func (o *ListFrontendsOK) GetPayload() []*ListFrontendsOKBodyItems0
func (*ListFrontendsOK) IsClientError ¶
func (o *ListFrontendsOK) IsClientError() bool
IsClientError returns true when this list frontends o k response has a 4xx status code
func (*ListFrontendsOK) IsCode ¶
func (o *ListFrontendsOK) IsCode(code int) bool
IsCode returns true when this list frontends o k response a status code equal to that given
func (*ListFrontendsOK) IsRedirect ¶
func (o *ListFrontendsOK) IsRedirect() bool
IsRedirect returns true when this list frontends o k response has a 3xx status code
func (*ListFrontendsOK) IsServerError ¶
func (o *ListFrontendsOK) IsServerError() bool
IsServerError returns true when this list frontends o k response has a 5xx status code
func (*ListFrontendsOK) IsSuccess ¶
func (o *ListFrontendsOK) IsSuccess() bool
IsSuccess returns true when this list frontends o k response has a 2xx status code
func (*ListFrontendsOK) String ¶
func (o *ListFrontendsOK) String() string
type ListFrontendsOKBodyItems0 ¶
type ListFrontendsOKBodyItems0 struct {
// created at
CreatedAt int64 `json:"createdAt,omitempty"`
// dynamic
Dynamic bool `json:"dynamic,omitempty"`
// frontend token
FrontendToken string `json:"frontendToken,omitempty"`
// permission mode
PermissionMode string `json:"permissionMode,omitempty"`
// public name
PublicName string `json:"publicName,omitempty"`
// updated at
UpdatedAt int64 `json:"updatedAt,omitempty"`
// url template
URLTemplate string `json:"urlTemplate,omitempty"`
// z Id
ZID string `json:"zId,omitempty"`
}
ListFrontendsOKBodyItems0 list frontends o k body items0 swagger:model ListFrontendsOKBodyItems0
func (*ListFrontendsOKBodyItems0) ContextValidate ¶
func (o *ListFrontendsOKBodyItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this list frontends o k body items0 based on context it is used
func (*ListFrontendsOKBodyItems0) MarshalBinary ¶
func (o *ListFrontendsOKBodyItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ListFrontendsOKBodyItems0) UnmarshalBinary ¶
func (o *ListFrontendsOKBodyItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ListFrontendsParams ¶
type ListFrontendsParams struct {
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListFrontendsParams contains all the parameters to send to the API endpoint
for the list frontends operation. Typically these are written to a http.Request.
func NewListFrontendsParams ¶
func NewListFrontendsParams() *ListFrontendsParams
NewListFrontendsParams creates a new ListFrontendsParams 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 NewListFrontendsParamsWithContext ¶
func NewListFrontendsParamsWithContext(ctx context.Context) *ListFrontendsParams
NewListFrontendsParamsWithContext creates a new ListFrontendsParams object with the ability to set a context for a request.
func NewListFrontendsParamsWithHTTPClient ¶
func NewListFrontendsParamsWithHTTPClient(client *http.Client) *ListFrontendsParams
NewListFrontendsParamsWithHTTPClient creates a new ListFrontendsParams object with the ability to set a custom HTTPClient for a request.
func NewListFrontendsParamsWithTimeout ¶
func NewListFrontendsParamsWithTimeout(timeout time.Duration) *ListFrontendsParams
NewListFrontendsParamsWithTimeout creates a new ListFrontendsParams object with the ability to set a timeout on a request.
func (*ListFrontendsParams) SetContext ¶
func (o *ListFrontendsParams) SetContext(ctx context.Context)
SetContext adds the context to the list frontends params
func (*ListFrontendsParams) SetDefaults ¶
func (o *ListFrontendsParams) SetDefaults()
SetDefaults hydrates default values in the list frontends params (not the query body).
All values with no default are reset to their zero value.
func (*ListFrontendsParams) SetHTTPClient ¶
func (o *ListFrontendsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list frontends params
func (*ListFrontendsParams) SetTimeout ¶
func (o *ListFrontendsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list frontends params
func (*ListFrontendsParams) WithContext ¶
func (o *ListFrontendsParams) WithContext(ctx context.Context) *ListFrontendsParams
WithContext adds the context to the list frontends params
func (*ListFrontendsParams) WithDefaults ¶
func (o *ListFrontendsParams) WithDefaults() *ListFrontendsParams
WithDefaults hydrates default values in the list frontends params (not the query body).
All values with no default are reset to their zero value.
func (*ListFrontendsParams) WithHTTPClient ¶
func (o *ListFrontendsParams) WithHTTPClient(client *http.Client) *ListFrontendsParams
WithHTTPClient adds the HTTPClient to the list frontends params
func (*ListFrontendsParams) WithTimeout ¶
func (o *ListFrontendsParams) WithTimeout(timeout time.Duration) *ListFrontendsParams
WithTimeout adds the timeout to the list frontends params
func (*ListFrontendsParams) WriteToRequest ¶
func (o *ListFrontendsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListFrontendsReader ¶
type ListFrontendsReader struct {
// contains filtered or unexported fields
}
ListFrontendsReader is a Reader for the ListFrontends structure.
func (*ListFrontendsReader) ReadResponse ¶
func (o *ListFrontendsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ListFrontendsUnauthorized ¶
type ListFrontendsUnauthorized struct {
}
ListFrontendsUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewListFrontendsUnauthorized ¶
func NewListFrontendsUnauthorized() *ListFrontendsUnauthorized
NewListFrontendsUnauthorized creates a ListFrontendsUnauthorized with default headers values
func (*ListFrontendsUnauthorized) Code ¶
func (o *ListFrontendsUnauthorized) Code() int
Code gets the status code for the list frontends unauthorized response
func (*ListFrontendsUnauthorized) Error ¶
func (o *ListFrontendsUnauthorized) Error() string
func (*ListFrontendsUnauthorized) IsClientError ¶
func (o *ListFrontendsUnauthorized) IsClientError() bool
IsClientError returns true when this list frontends unauthorized response has a 4xx status code
func (*ListFrontendsUnauthorized) IsCode ¶
func (o *ListFrontendsUnauthorized) IsCode(code int) bool
IsCode returns true when this list frontends unauthorized response a status code equal to that given
func (*ListFrontendsUnauthorized) IsRedirect ¶
func (o *ListFrontendsUnauthorized) IsRedirect() bool
IsRedirect returns true when this list frontends unauthorized response has a 3xx status code
func (*ListFrontendsUnauthorized) IsServerError ¶
func (o *ListFrontendsUnauthorized) IsServerError() bool
IsServerError returns true when this list frontends unauthorized response has a 5xx status code
func (*ListFrontendsUnauthorized) IsSuccess ¶
func (o *ListFrontendsUnauthorized) IsSuccess() bool
IsSuccess returns true when this list frontends unauthorized response has a 2xx status code
func (*ListFrontendsUnauthorized) String ¶
func (o *ListFrontendsUnauthorized) String() string
type ListLimitClassesBody ¶ added in v2.0.1
type ListLimitClassesBody struct {
// label
Label string `json:"label,omitempty"`
}
ListLimitClassesBody list limit classes body swagger:model ListLimitClassesBody
func (*ListLimitClassesBody) ContextValidate ¶ added in v2.0.1
ContextValidate validates this list limit classes body based on context it is used
func (*ListLimitClassesBody) MarshalBinary ¶ added in v2.0.1
func (o *ListLimitClassesBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ListLimitClassesBody) UnmarshalBinary ¶ added in v2.0.1
func (o *ListLimitClassesBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ListLimitClassesInternalServerError ¶ added in v2.0.1
type ListLimitClassesInternalServerError struct {
}
ListLimitClassesInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewListLimitClassesInternalServerError ¶ added in v2.0.1
func NewListLimitClassesInternalServerError() *ListLimitClassesInternalServerError
NewListLimitClassesInternalServerError creates a ListLimitClassesInternalServerError with default headers values
func (*ListLimitClassesInternalServerError) Code ¶ added in v2.0.1
func (o *ListLimitClassesInternalServerError) Code() int
Code gets the status code for the list limit classes internal server error response
func (*ListLimitClassesInternalServerError) Error ¶ added in v2.0.1
func (o *ListLimitClassesInternalServerError) Error() string
func (*ListLimitClassesInternalServerError) IsClientError ¶ added in v2.0.1
func (o *ListLimitClassesInternalServerError) IsClientError() bool
IsClientError returns true when this list limit classes internal server error response has a 4xx status code
func (*ListLimitClassesInternalServerError) IsCode ¶ added in v2.0.1
func (o *ListLimitClassesInternalServerError) IsCode(code int) bool
IsCode returns true when this list limit classes internal server error response a status code equal to that given
func (*ListLimitClassesInternalServerError) IsRedirect ¶ added in v2.0.1
func (o *ListLimitClassesInternalServerError) IsRedirect() bool
IsRedirect returns true when this list limit classes internal server error response has a 3xx status code
func (*ListLimitClassesInternalServerError) IsServerError ¶ added in v2.0.1
func (o *ListLimitClassesInternalServerError) IsServerError() bool
IsServerError returns true when this list limit classes internal server error response has a 5xx status code
func (*ListLimitClassesInternalServerError) IsSuccess ¶ added in v2.0.1
func (o *ListLimitClassesInternalServerError) IsSuccess() bool
IsSuccess returns true when this list limit classes internal server error response has a 2xx status code
func (*ListLimitClassesInternalServerError) String ¶ added in v2.0.1
func (o *ListLimitClassesInternalServerError) String() string
type ListLimitClassesOK ¶ added in v2.0.1
type ListLimitClassesOK struct {
Payload []*rest_model_zrok.LimitClass
}
ListLimitClassesOK describes a response with status code 200, with default header values.
limit classes
func NewListLimitClassesOK ¶ added in v2.0.1
func NewListLimitClassesOK() *ListLimitClassesOK
NewListLimitClassesOK creates a ListLimitClassesOK with default headers values
func (*ListLimitClassesOK) Code ¶ added in v2.0.1
func (o *ListLimitClassesOK) Code() int
Code gets the status code for the list limit classes o k response
func (*ListLimitClassesOK) Error ¶ added in v2.0.1
func (o *ListLimitClassesOK) Error() string
func (*ListLimitClassesOK) GetPayload ¶ added in v2.0.1
func (o *ListLimitClassesOK) GetPayload() []*rest_model_zrok.LimitClass
func (*ListLimitClassesOK) IsClientError ¶ added in v2.0.1
func (o *ListLimitClassesOK) IsClientError() bool
IsClientError returns true when this list limit classes o k response has a 4xx status code
func (*ListLimitClassesOK) IsCode ¶ added in v2.0.1
func (o *ListLimitClassesOK) IsCode(code int) bool
IsCode returns true when this list limit classes o k response a status code equal to that given
func (*ListLimitClassesOK) IsRedirect ¶ added in v2.0.1
func (o *ListLimitClassesOK) IsRedirect() bool
IsRedirect returns true when this list limit classes o k response has a 3xx status code
func (*ListLimitClassesOK) IsServerError ¶ added in v2.0.1
func (o *ListLimitClassesOK) IsServerError() bool
IsServerError returns true when this list limit classes o k response has a 5xx status code
func (*ListLimitClassesOK) IsSuccess ¶ added in v2.0.1
func (o *ListLimitClassesOK) IsSuccess() bool
IsSuccess returns true when this list limit classes o k response has a 2xx status code
func (*ListLimitClassesOK) String ¶ added in v2.0.1
func (o *ListLimitClassesOK) String() string
type ListLimitClassesParams ¶ added in v2.0.1
type ListLimitClassesParams struct {
// Body.
Body ListLimitClassesBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListLimitClassesParams contains all the parameters to send to the API endpoint
for the list limit classes operation. Typically these are written to a http.Request.
func NewListLimitClassesParams ¶ added in v2.0.1
func NewListLimitClassesParams() *ListLimitClassesParams
NewListLimitClassesParams creates a new ListLimitClassesParams 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 NewListLimitClassesParamsWithContext ¶ added in v2.0.1
func NewListLimitClassesParamsWithContext(ctx context.Context) *ListLimitClassesParams
NewListLimitClassesParamsWithContext creates a new ListLimitClassesParams object with the ability to set a context for a request.
func NewListLimitClassesParamsWithHTTPClient ¶ added in v2.0.1
func NewListLimitClassesParamsWithHTTPClient(client *http.Client) *ListLimitClassesParams
NewListLimitClassesParamsWithHTTPClient creates a new ListLimitClassesParams object with the ability to set a custom HTTPClient for a request.
func NewListLimitClassesParamsWithTimeout ¶ added in v2.0.1
func NewListLimitClassesParamsWithTimeout(timeout time.Duration) *ListLimitClassesParams
NewListLimitClassesParamsWithTimeout creates a new ListLimitClassesParams object with the ability to set a timeout on a request.
func (*ListLimitClassesParams) SetBody ¶ added in v2.0.1
func (o *ListLimitClassesParams) SetBody(body ListLimitClassesBody)
SetBody adds the body to the list limit classes params
func (*ListLimitClassesParams) SetContext ¶ added in v2.0.1
func (o *ListLimitClassesParams) SetContext(ctx context.Context)
SetContext adds the context to the list limit classes params
func (*ListLimitClassesParams) SetDefaults ¶ added in v2.0.1
func (o *ListLimitClassesParams) SetDefaults()
SetDefaults hydrates default values in the list limit classes params (not the query body).
All values with no default are reset to their zero value.
func (*ListLimitClassesParams) SetHTTPClient ¶ added in v2.0.1
func (o *ListLimitClassesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list limit classes params
func (*ListLimitClassesParams) SetTimeout ¶ added in v2.0.1
func (o *ListLimitClassesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list limit classes params
func (*ListLimitClassesParams) WithBody ¶ added in v2.0.1
func (o *ListLimitClassesParams) WithBody(body ListLimitClassesBody) *ListLimitClassesParams
WithBody adds the body to the list limit classes params
func (*ListLimitClassesParams) WithContext ¶ added in v2.0.1
func (o *ListLimitClassesParams) WithContext(ctx context.Context) *ListLimitClassesParams
WithContext adds the context to the list limit classes params
func (*ListLimitClassesParams) WithDefaults ¶ added in v2.0.1
func (o *ListLimitClassesParams) WithDefaults() *ListLimitClassesParams
WithDefaults hydrates default values in the list limit classes params (not the query body).
All values with no default are reset to their zero value.
func (*ListLimitClassesParams) WithHTTPClient ¶ added in v2.0.1
func (o *ListLimitClassesParams) WithHTTPClient(client *http.Client) *ListLimitClassesParams
WithHTTPClient adds the HTTPClient to the list limit classes params
func (*ListLimitClassesParams) WithTimeout ¶ added in v2.0.1
func (o *ListLimitClassesParams) WithTimeout(timeout time.Duration) *ListLimitClassesParams
WithTimeout adds the timeout to the list limit classes params
func (*ListLimitClassesParams) WriteToRequest ¶ added in v2.0.1
func (o *ListLimitClassesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListLimitClassesReader ¶ added in v2.0.1
type ListLimitClassesReader struct {
// contains filtered or unexported fields
}
ListLimitClassesReader is a Reader for the ListLimitClasses structure.
func (*ListLimitClassesReader) ReadResponse ¶ added in v2.0.1
func (o *ListLimitClassesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ListLimitClassesUnauthorized ¶ added in v2.0.1
type ListLimitClassesUnauthorized struct {
}
ListLimitClassesUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewListLimitClassesUnauthorized ¶ added in v2.0.1
func NewListLimitClassesUnauthorized() *ListLimitClassesUnauthorized
NewListLimitClassesUnauthorized creates a ListLimitClassesUnauthorized with default headers values
func (*ListLimitClassesUnauthorized) Code ¶ added in v2.0.1
func (o *ListLimitClassesUnauthorized) Code() int
Code gets the status code for the list limit classes unauthorized response
func (*ListLimitClassesUnauthorized) Error ¶ added in v2.0.1
func (o *ListLimitClassesUnauthorized) Error() string
func (*ListLimitClassesUnauthorized) IsClientError ¶ added in v2.0.1
func (o *ListLimitClassesUnauthorized) IsClientError() bool
IsClientError returns true when this list limit classes unauthorized response has a 4xx status code
func (*ListLimitClassesUnauthorized) IsCode ¶ added in v2.0.1
func (o *ListLimitClassesUnauthorized) IsCode(code int) bool
IsCode returns true when this list limit classes unauthorized response a status code equal to that given
func (*ListLimitClassesUnauthorized) IsRedirect ¶ added in v2.0.1
func (o *ListLimitClassesUnauthorized) IsRedirect() bool
IsRedirect returns true when this list limit classes unauthorized response has a 3xx status code
func (*ListLimitClassesUnauthorized) IsServerError ¶ added in v2.0.1
func (o *ListLimitClassesUnauthorized) IsServerError() bool
IsServerError returns true when this list limit classes unauthorized response has a 5xx status code
func (*ListLimitClassesUnauthorized) IsSuccess ¶ added in v2.0.1
func (o *ListLimitClassesUnauthorized) IsSuccess() bool
IsSuccess returns true when this list limit classes unauthorized response has a 2xx status code
func (*ListLimitClassesUnauthorized) String ¶ added in v2.0.1
func (o *ListLimitClassesUnauthorized) String() string
type ListNamespaceFrontendMappingsInternalServerError ¶
type ListNamespaceFrontendMappingsInternalServerError struct {
}
ListNamespaceFrontendMappingsInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewListNamespaceFrontendMappingsInternalServerError ¶
func NewListNamespaceFrontendMappingsInternalServerError() *ListNamespaceFrontendMappingsInternalServerError
NewListNamespaceFrontendMappingsInternalServerError creates a ListNamespaceFrontendMappingsInternalServerError with default headers values
func (*ListNamespaceFrontendMappingsInternalServerError) Code ¶
func (o *ListNamespaceFrontendMappingsInternalServerError) Code() int
Code gets the status code for the list namespace frontend mappings internal server error response
func (*ListNamespaceFrontendMappingsInternalServerError) Error ¶
func (o *ListNamespaceFrontendMappingsInternalServerError) Error() string
func (*ListNamespaceFrontendMappingsInternalServerError) IsClientError ¶
func (o *ListNamespaceFrontendMappingsInternalServerError) IsClientError() bool
IsClientError returns true when this list namespace frontend mappings internal server error response has a 4xx status code
func (*ListNamespaceFrontendMappingsInternalServerError) IsCode ¶
func (o *ListNamespaceFrontendMappingsInternalServerError) IsCode(code int) bool
IsCode returns true when this list namespace frontend mappings internal server error response a status code equal to that given
func (*ListNamespaceFrontendMappingsInternalServerError) IsRedirect ¶
func (o *ListNamespaceFrontendMappingsInternalServerError) IsRedirect() bool
IsRedirect returns true when this list namespace frontend mappings internal server error response has a 3xx status code
func (*ListNamespaceFrontendMappingsInternalServerError) IsServerError ¶
func (o *ListNamespaceFrontendMappingsInternalServerError) IsServerError() bool
IsServerError returns true when this list namespace frontend mappings internal server error response has a 5xx status code
func (*ListNamespaceFrontendMappingsInternalServerError) IsSuccess ¶
func (o *ListNamespaceFrontendMappingsInternalServerError) IsSuccess() bool
IsSuccess returns true when this list namespace frontend mappings internal server error response has a 2xx status code
func (*ListNamespaceFrontendMappingsInternalServerError) String ¶
func (o *ListNamespaceFrontendMappingsInternalServerError) String() string
type ListNamespaceFrontendMappingsNotFound ¶
type ListNamespaceFrontendMappingsNotFound struct {
}
ListNamespaceFrontendMappingsNotFound describes a response with status code 404, with default header values.
namespace not found
func NewListNamespaceFrontendMappingsNotFound ¶
func NewListNamespaceFrontendMappingsNotFound() *ListNamespaceFrontendMappingsNotFound
NewListNamespaceFrontendMappingsNotFound creates a ListNamespaceFrontendMappingsNotFound with default headers values
func (*ListNamespaceFrontendMappingsNotFound) Code ¶
func (o *ListNamespaceFrontendMappingsNotFound) Code() int
Code gets the status code for the list namespace frontend mappings not found response
func (*ListNamespaceFrontendMappingsNotFound) Error ¶
func (o *ListNamespaceFrontendMappingsNotFound) Error() string
func (*ListNamespaceFrontendMappingsNotFound) IsClientError ¶
func (o *ListNamespaceFrontendMappingsNotFound) IsClientError() bool
IsClientError returns true when this list namespace frontend mappings not found response has a 4xx status code
func (*ListNamespaceFrontendMappingsNotFound) IsCode ¶
func (o *ListNamespaceFrontendMappingsNotFound) IsCode(code int) bool
IsCode returns true when this list namespace frontend mappings not found response a status code equal to that given
func (*ListNamespaceFrontendMappingsNotFound) IsRedirect ¶
func (o *ListNamespaceFrontendMappingsNotFound) IsRedirect() bool
IsRedirect returns true when this list namespace frontend mappings not found response has a 3xx status code
func (*ListNamespaceFrontendMappingsNotFound) IsServerError ¶
func (o *ListNamespaceFrontendMappingsNotFound) IsServerError() bool
IsServerError returns true when this list namespace frontend mappings not found response has a 5xx status code
func (*ListNamespaceFrontendMappingsNotFound) IsSuccess ¶
func (o *ListNamespaceFrontendMappingsNotFound) IsSuccess() bool
IsSuccess returns true when this list namespace frontend mappings not found response has a 2xx status code
func (*ListNamespaceFrontendMappingsNotFound) String ¶
func (o *ListNamespaceFrontendMappingsNotFound) String() string
type ListNamespaceFrontendMappingsOK ¶
type ListNamespaceFrontendMappingsOK struct {
Payload []*ListNamespaceFrontendMappingsOKBodyItems0
}
ListNamespaceFrontendMappingsOK describes a response with status code 200, with default header values.
namespace frontend mappings listed
func NewListNamespaceFrontendMappingsOK ¶
func NewListNamespaceFrontendMappingsOK() *ListNamespaceFrontendMappingsOK
NewListNamespaceFrontendMappingsOK creates a ListNamespaceFrontendMappingsOK with default headers values
func (*ListNamespaceFrontendMappingsOK) Code ¶
func (o *ListNamespaceFrontendMappingsOK) Code() int
Code gets the status code for the list namespace frontend mappings o k response
func (*ListNamespaceFrontendMappingsOK) Error ¶
func (o *ListNamespaceFrontendMappingsOK) Error() string
func (*ListNamespaceFrontendMappingsOK) GetPayload ¶
func (o *ListNamespaceFrontendMappingsOK) GetPayload() []*ListNamespaceFrontendMappingsOKBodyItems0
func (*ListNamespaceFrontendMappingsOK) IsClientError ¶
func (o *ListNamespaceFrontendMappingsOK) IsClientError() bool
IsClientError returns true when this list namespace frontend mappings o k response has a 4xx status code
func (*ListNamespaceFrontendMappingsOK) IsCode ¶
func (o *ListNamespaceFrontendMappingsOK) IsCode(code int) bool
IsCode returns true when this list namespace frontend mappings o k response a status code equal to that given
func (*ListNamespaceFrontendMappingsOK) IsRedirect ¶
func (o *ListNamespaceFrontendMappingsOK) IsRedirect() bool
IsRedirect returns true when this list namespace frontend mappings o k response has a 3xx status code
func (*ListNamespaceFrontendMappingsOK) IsServerError ¶
func (o *ListNamespaceFrontendMappingsOK) IsServerError() bool
IsServerError returns true when this list namespace frontend mappings o k response has a 5xx status code
func (*ListNamespaceFrontendMappingsOK) IsSuccess ¶
func (o *ListNamespaceFrontendMappingsOK) IsSuccess() bool
IsSuccess returns true when this list namespace frontend mappings o k response has a 2xx status code
func (*ListNamespaceFrontendMappingsOK) String ¶
func (o *ListNamespaceFrontendMappingsOK) String() string
type ListNamespaceFrontendMappingsOKBodyItems0 ¶
type ListNamespaceFrontendMappingsOKBodyItems0 struct {
// created at
CreatedAt int64 `json:"createdAt,omitempty"`
// frontend token
FrontendToken string `json:"frontendToken,omitempty"`
// is default
IsDefault bool `json:"isDefault,omitempty"`
// namespace token
NamespaceToken string `json:"namespaceToken,omitempty"`
}
ListNamespaceFrontendMappingsOKBodyItems0 list namespace frontend mappings o k body items0 swagger:model ListNamespaceFrontendMappingsOKBodyItems0
func (*ListNamespaceFrontendMappingsOKBodyItems0) ContextValidate ¶
func (o *ListNamespaceFrontendMappingsOKBodyItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this list namespace frontend mappings o k body items0 based on context it is used
func (*ListNamespaceFrontendMappingsOKBodyItems0) MarshalBinary ¶
func (o *ListNamespaceFrontendMappingsOKBodyItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ListNamespaceFrontendMappingsOKBodyItems0) UnmarshalBinary ¶
func (o *ListNamespaceFrontendMappingsOKBodyItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ListNamespaceFrontendMappingsParams ¶
type ListNamespaceFrontendMappingsParams struct {
// NamespaceToken.
NamespaceToken string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListNamespaceFrontendMappingsParams contains all the parameters to send to the API endpoint
for the list namespace frontend mappings operation. Typically these are written to a http.Request.
func NewListNamespaceFrontendMappingsParams ¶
func NewListNamespaceFrontendMappingsParams() *ListNamespaceFrontendMappingsParams
NewListNamespaceFrontendMappingsParams creates a new ListNamespaceFrontendMappingsParams 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 NewListNamespaceFrontendMappingsParamsWithContext ¶
func NewListNamespaceFrontendMappingsParamsWithContext(ctx context.Context) *ListNamespaceFrontendMappingsParams
NewListNamespaceFrontendMappingsParamsWithContext creates a new ListNamespaceFrontendMappingsParams object with the ability to set a context for a request.
func NewListNamespaceFrontendMappingsParamsWithHTTPClient ¶
func NewListNamespaceFrontendMappingsParamsWithHTTPClient(client *http.Client) *ListNamespaceFrontendMappingsParams
NewListNamespaceFrontendMappingsParamsWithHTTPClient creates a new ListNamespaceFrontendMappingsParams object with the ability to set a custom HTTPClient for a request.
func NewListNamespaceFrontendMappingsParamsWithTimeout ¶
func NewListNamespaceFrontendMappingsParamsWithTimeout(timeout time.Duration) *ListNamespaceFrontendMappingsParams
NewListNamespaceFrontendMappingsParamsWithTimeout creates a new ListNamespaceFrontendMappingsParams object with the ability to set a timeout on a request.
func (*ListNamespaceFrontendMappingsParams) SetContext ¶
func (o *ListNamespaceFrontendMappingsParams) SetContext(ctx context.Context)
SetContext adds the context to the list namespace frontend mappings params
func (*ListNamespaceFrontendMappingsParams) SetDefaults ¶
func (o *ListNamespaceFrontendMappingsParams) SetDefaults()
SetDefaults hydrates default values in the list namespace frontend mappings params (not the query body).
All values with no default are reset to their zero value.
func (*ListNamespaceFrontendMappingsParams) SetHTTPClient ¶
func (o *ListNamespaceFrontendMappingsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list namespace frontend mappings params
func (*ListNamespaceFrontendMappingsParams) SetNamespaceToken ¶
func (o *ListNamespaceFrontendMappingsParams) SetNamespaceToken(namespaceToken string)
SetNamespaceToken adds the namespaceToken to the list namespace frontend mappings params
func (*ListNamespaceFrontendMappingsParams) SetTimeout ¶
func (o *ListNamespaceFrontendMappingsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list namespace frontend mappings params
func (*ListNamespaceFrontendMappingsParams) WithContext ¶
func (o *ListNamespaceFrontendMappingsParams) WithContext(ctx context.Context) *ListNamespaceFrontendMappingsParams
WithContext adds the context to the list namespace frontend mappings params
func (*ListNamespaceFrontendMappingsParams) WithDefaults ¶
func (o *ListNamespaceFrontendMappingsParams) WithDefaults() *ListNamespaceFrontendMappingsParams
WithDefaults hydrates default values in the list namespace frontend mappings params (not the query body).
All values with no default are reset to their zero value.
func (*ListNamespaceFrontendMappingsParams) WithHTTPClient ¶
func (o *ListNamespaceFrontendMappingsParams) WithHTTPClient(client *http.Client) *ListNamespaceFrontendMappingsParams
WithHTTPClient adds the HTTPClient to the list namespace frontend mappings params
func (*ListNamespaceFrontendMappingsParams) WithNamespaceToken ¶
func (o *ListNamespaceFrontendMappingsParams) WithNamespaceToken(namespaceToken string) *ListNamespaceFrontendMappingsParams
WithNamespaceToken adds the namespaceToken to the list namespace frontend mappings params
func (*ListNamespaceFrontendMappingsParams) WithTimeout ¶
func (o *ListNamespaceFrontendMappingsParams) WithTimeout(timeout time.Duration) *ListNamespaceFrontendMappingsParams
WithTimeout adds the timeout to the list namespace frontend mappings params
func (*ListNamespaceFrontendMappingsParams) WriteToRequest ¶
func (o *ListNamespaceFrontendMappingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListNamespaceFrontendMappingsReader ¶
type ListNamespaceFrontendMappingsReader struct {
// contains filtered or unexported fields
}
ListNamespaceFrontendMappingsReader is a Reader for the ListNamespaceFrontendMappings structure.
func (*ListNamespaceFrontendMappingsReader) ReadResponse ¶
func (o *ListNamespaceFrontendMappingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ListNamespaceFrontendMappingsUnauthorized ¶
type ListNamespaceFrontendMappingsUnauthorized struct {
}
ListNamespaceFrontendMappingsUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewListNamespaceFrontendMappingsUnauthorized ¶
func NewListNamespaceFrontendMappingsUnauthorized() *ListNamespaceFrontendMappingsUnauthorized
NewListNamespaceFrontendMappingsUnauthorized creates a ListNamespaceFrontendMappingsUnauthorized with default headers values
func (*ListNamespaceFrontendMappingsUnauthorized) Code ¶
func (o *ListNamespaceFrontendMappingsUnauthorized) Code() int
Code gets the status code for the list namespace frontend mappings unauthorized response
func (*ListNamespaceFrontendMappingsUnauthorized) Error ¶
func (o *ListNamespaceFrontendMappingsUnauthorized) Error() string
func (*ListNamespaceFrontendMappingsUnauthorized) IsClientError ¶
func (o *ListNamespaceFrontendMappingsUnauthorized) IsClientError() bool
IsClientError returns true when this list namespace frontend mappings unauthorized response has a 4xx status code
func (*ListNamespaceFrontendMappingsUnauthorized) IsCode ¶
func (o *ListNamespaceFrontendMappingsUnauthorized) IsCode(code int) bool
IsCode returns true when this list namespace frontend mappings unauthorized response a status code equal to that given
func (*ListNamespaceFrontendMappingsUnauthorized) IsRedirect ¶
func (o *ListNamespaceFrontendMappingsUnauthorized) IsRedirect() bool
IsRedirect returns true when this list namespace frontend mappings unauthorized response has a 3xx status code
func (*ListNamespaceFrontendMappingsUnauthorized) IsServerError ¶
func (o *ListNamespaceFrontendMappingsUnauthorized) IsServerError() bool
IsServerError returns true when this list namespace frontend mappings unauthorized response has a 5xx status code
func (*ListNamespaceFrontendMappingsUnauthorized) IsSuccess ¶
func (o *ListNamespaceFrontendMappingsUnauthorized) IsSuccess() bool
IsSuccess returns true when this list namespace frontend mappings unauthorized response has a 2xx status code
func (*ListNamespaceFrontendMappingsUnauthorized) String ¶
func (o *ListNamespaceFrontendMappingsUnauthorized) String() string
type ListNamespacesInternalServerError ¶
type ListNamespacesInternalServerError struct {
}
ListNamespacesInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewListNamespacesInternalServerError ¶
func NewListNamespacesInternalServerError() *ListNamespacesInternalServerError
NewListNamespacesInternalServerError creates a ListNamespacesInternalServerError with default headers values
func (*ListNamespacesInternalServerError) Code ¶
func (o *ListNamespacesInternalServerError) Code() int
Code gets the status code for the list namespaces internal server error response
func (*ListNamespacesInternalServerError) Error ¶
func (o *ListNamespacesInternalServerError) Error() string
func (*ListNamespacesInternalServerError) IsClientError ¶
func (o *ListNamespacesInternalServerError) IsClientError() bool
IsClientError returns true when this list namespaces internal server error response has a 4xx status code
func (*ListNamespacesInternalServerError) IsCode ¶
func (o *ListNamespacesInternalServerError) IsCode(code int) bool
IsCode returns true when this list namespaces internal server error response a status code equal to that given
func (*ListNamespacesInternalServerError) IsRedirect ¶
func (o *ListNamespacesInternalServerError) IsRedirect() bool
IsRedirect returns true when this list namespaces internal server error response has a 3xx status code
func (*ListNamespacesInternalServerError) IsServerError ¶
func (o *ListNamespacesInternalServerError) IsServerError() bool
IsServerError returns true when this list namespaces internal server error response has a 5xx status code
func (*ListNamespacesInternalServerError) IsSuccess ¶
func (o *ListNamespacesInternalServerError) IsSuccess() bool
IsSuccess returns true when this list namespaces internal server error response has a 2xx status code
func (*ListNamespacesInternalServerError) String ¶
func (o *ListNamespacesInternalServerError) String() string
type ListNamespacesOK ¶
type ListNamespacesOK struct {
Payload []*ListNamespacesOKBodyItems0
}
ListNamespacesOK describes a response with status code 200, with default header values.
ok
func NewListNamespacesOK ¶
func NewListNamespacesOK() *ListNamespacesOK
NewListNamespacesOK creates a ListNamespacesOK with default headers values
func (*ListNamespacesOK) Code ¶
func (o *ListNamespacesOK) Code() int
Code gets the status code for the list namespaces o k response
func (*ListNamespacesOK) Error ¶
func (o *ListNamespacesOK) Error() string
func (*ListNamespacesOK) GetPayload ¶
func (o *ListNamespacesOK) GetPayload() []*ListNamespacesOKBodyItems0
func (*ListNamespacesOK) IsClientError ¶
func (o *ListNamespacesOK) IsClientError() bool
IsClientError returns true when this list namespaces o k response has a 4xx status code
func (*ListNamespacesOK) IsCode ¶
func (o *ListNamespacesOK) IsCode(code int) bool
IsCode returns true when this list namespaces o k response a status code equal to that given
func (*ListNamespacesOK) IsRedirect ¶
func (o *ListNamespacesOK) IsRedirect() bool
IsRedirect returns true when this list namespaces o k response has a 3xx status code
func (*ListNamespacesOK) IsServerError ¶
func (o *ListNamespacesOK) IsServerError() bool
IsServerError returns true when this list namespaces o k response has a 5xx status code
func (*ListNamespacesOK) IsSuccess ¶
func (o *ListNamespacesOK) IsSuccess() bool
IsSuccess returns true when this list namespaces o k response has a 2xx status code
func (*ListNamespacesOK) String ¶
func (o *ListNamespacesOK) String() string
type ListNamespacesOKBodyItems0 ¶
type ListNamespacesOKBodyItems0 struct {
// created at
CreatedAt int64 `json:"createdAt,omitempty"`
// description
Description string `json:"description,omitempty"`
// name
Name string `json:"name,omitempty"`
// namespace token
NamespaceToken string `json:"namespaceToken,omitempty"`
// open
Open bool `json:"open,omitempty"`
// updated at
UpdatedAt int64 `json:"updatedAt,omitempty"`
}
ListNamespacesOKBodyItems0 list namespaces o k body items0 swagger:model ListNamespacesOKBodyItems0
func (*ListNamespacesOKBodyItems0) ContextValidate ¶
func (o *ListNamespacesOKBodyItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this list namespaces o k body items0 based on context it is used
func (*ListNamespacesOKBodyItems0) MarshalBinary ¶
func (o *ListNamespacesOKBodyItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ListNamespacesOKBodyItems0) UnmarshalBinary ¶
func (o *ListNamespacesOKBodyItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ListNamespacesParams ¶
type ListNamespacesParams struct {
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListNamespacesParams contains all the parameters to send to the API endpoint
for the list namespaces operation. Typically these are written to a http.Request.
func NewListNamespacesParams ¶
func NewListNamespacesParams() *ListNamespacesParams
NewListNamespacesParams creates a new ListNamespacesParams 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 NewListNamespacesParamsWithContext ¶
func NewListNamespacesParamsWithContext(ctx context.Context) *ListNamespacesParams
NewListNamespacesParamsWithContext creates a new ListNamespacesParams object with the ability to set a context for a request.
func NewListNamespacesParamsWithHTTPClient ¶
func NewListNamespacesParamsWithHTTPClient(client *http.Client) *ListNamespacesParams
NewListNamespacesParamsWithHTTPClient creates a new ListNamespacesParams object with the ability to set a custom HTTPClient for a request.
func NewListNamespacesParamsWithTimeout ¶
func NewListNamespacesParamsWithTimeout(timeout time.Duration) *ListNamespacesParams
NewListNamespacesParamsWithTimeout creates a new ListNamespacesParams object with the ability to set a timeout on a request.
func (*ListNamespacesParams) SetContext ¶
func (o *ListNamespacesParams) SetContext(ctx context.Context)
SetContext adds the context to the list namespaces params
func (*ListNamespacesParams) SetDefaults ¶
func (o *ListNamespacesParams) SetDefaults()
SetDefaults hydrates default values in the list namespaces params (not the query body).
All values with no default are reset to their zero value.
func (*ListNamespacesParams) SetHTTPClient ¶
func (o *ListNamespacesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list namespaces params
func (*ListNamespacesParams) SetTimeout ¶
func (o *ListNamespacesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list namespaces params
func (*ListNamespacesParams) WithContext ¶
func (o *ListNamespacesParams) WithContext(ctx context.Context) *ListNamespacesParams
WithContext adds the context to the list namespaces params
func (*ListNamespacesParams) WithDefaults ¶
func (o *ListNamespacesParams) WithDefaults() *ListNamespacesParams
WithDefaults hydrates default values in the list namespaces params (not the query body).
All values with no default are reset to their zero value.
func (*ListNamespacesParams) WithHTTPClient ¶
func (o *ListNamespacesParams) WithHTTPClient(client *http.Client) *ListNamespacesParams
WithHTTPClient adds the HTTPClient to the list namespaces params
func (*ListNamespacesParams) WithTimeout ¶
func (o *ListNamespacesParams) WithTimeout(timeout time.Duration) *ListNamespacesParams
WithTimeout adds the timeout to the list namespaces params
func (*ListNamespacesParams) WriteToRequest ¶
func (o *ListNamespacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListNamespacesReader ¶
type ListNamespacesReader struct {
// contains filtered or unexported fields
}
ListNamespacesReader is a Reader for the ListNamespaces structure.
func (*ListNamespacesReader) ReadResponse ¶
func (o *ListNamespacesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ListNamespacesUnauthorized ¶
type ListNamespacesUnauthorized struct {
}
ListNamespacesUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewListNamespacesUnauthorized ¶
func NewListNamespacesUnauthorized() *ListNamespacesUnauthorized
NewListNamespacesUnauthorized creates a ListNamespacesUnauthorized with default headers values
func (*ListNamespacesUnauthorized) Code ¶
func (o *ListNamespacesUnauthorized) Code() int
Code gets the status code for the list namespaces unauthorized response
func (*ListNamespacesUnauthorized) Error ¶
func (o *ListNamespacesUnauthorized) Error() string
func (*ListNamespacesUnauthorized) IsClientError ¶
func (o *ListNamespacesUnauthorized) IsClientError() bool
IsClientError returns true when this list namespaces unauthorized response has a 4xx status code
func (*ListNamespacesUnauthorized) IsCode ¶
func (o *ListNamespacesUnauthorized) IsCode(code int) bool
IsCode returns true when this list namespaces unauthorized response a status code equal to that given
func (*ListNamespacesUnauthorized) IsRedirect ¶
func (o *ListNamespacesUnauthorized) IsRedirect() bool
IsRedirect returns true when this list namespaces unauthorized response has a 3xx status code
func (*ListNamespacesUnauthorized) IsServerError ¶
func (o *ListNamespacesUnauthorized) IsServerError() bool
IsServerError returns true when this list namespaces unauthorized response has a 5xx status code
func (*ListNamespacesUnauthorized) IsSuccess ¶
func (o *ListNamespacesUnauthorized) IsSuccess() bool
IsSuccess returns true when this list namespaces unauthorized response has a 2xx status code
func (*ListNamespacesUnauthorized) String ¶
func (o *ListNamespacesUnauthorized) String() string
type ListOrganizationMembersBody ¶
type ListOrganizationMembersBody struct {
// organization token
OrganizationToken string `json:"organizationToken,omitempty"`
}
ListOrganizationMembersBody list organization members body swagger:model ListOrganizationMembersBody
func (*ListOrganizationMembersBody) ContextValidate ¶
func (o *ListOrganizationMembersBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this list organization members body based on context it is used
func (*ListOrganizationMembersBody) MarshalBinary ¶
func (o *ListOrganizationMembersBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ListOrganizationMembersBody) UnmarshalBinary ¶
func (o *ListOrganizationMembersBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ListOrganizationMembersInternalServerError ¶
type ListOrganizationMembersInternalServerError struct {
}
ListOrganizationMembersInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewListOrganizationMembersInternalServerError ¶
func NewListOrganizationMembersInternalServerError() *ListOrganizationMembersInternalServerError
NewListOrganizationMembersInternalServerError creates a ListOrganizationMembersInternalServerError with default headers values
func (*ListOrganizationMembersInternalServerError) Code ¶
func (o *ListOrganizationMembersInternalServerError) Code() int
Code gets the status code for the list organization members internal server error response
func (*ListOrganizationMembersInternalServerError) Error ¶
func (o *ListOrganizationMembersInternalServerError) Error() string
func (*ListOrganizationMembersInternalServerError) IsClientError ¶
func (o *ListOrganizationMembersInternalServerError) IsClientError() bool
IsClientError returns true when this list organization members internal server error response has a 4xx status code
func (*ListOrganizationMembersInternalServerError) IsCode ¶
func (o *ListOrganizationMembersInternalServerError) IsCode(code int) bool
IsCode returns true when this list organization members internal server error response a status code equal to that given
func (*ListOrganizationMembersInternalServerError) IsRedirect ¶
func (o *ListOrganizationMembersInternalServerError) IsRedirect() bool
IsRedirect returns true when this list organization members internal server error response has a 3xx status code
func (*ListOrganizationMembersInternalServerError) IsServerError ¶
func (o *ListOrganizationMembersInternalServerError) IsServerError() bool
IsServerError returns true when this list organization members internal server error response has a 5xx status code
func (*ListOrganizationMembersInternalServerError) IsSuccess ¶
func (o *ListOrganizationMembersInternalServerError) IsSuccess() bool
IsSuccess returns true when this list organization members internal server error response has a 2xx status code
func (*ListOrganizationMembersInternalServerError) String ¶
func (o *ListOrganizationMembersInternalServerError) String() string
type ListOrganizationMembersNotFound ¶
type ListOrganizationMembersNotFound struct {
}
ListOrganizationMembersNotFound describes a response with status code 404, with default header values.
not found
func NewListOrganizationMembersNotFound ¶
func NewListOrganizationMembersNotFound() *ListOrganizationMembersNotFound
NewListOrganizationMembersNotFound creates a ListOrganizationMembersNotFound with default headers values
func (*ListOrganizationMembersNotFound) Code ¶
func (o *ListOrganizationMembersNotFound) Code() int
Code gets the status code for the list organization members not found response
func (*ListOrganizationMembersNotFound) Error ¶
func (o *ListOrganizationMembersNotFound) Error() string
func (*ListOrganizationMembersNotFound) IsClientError ¶
func (o *ListOrganizationMembersNotFound) IsClientError() bool
IsClientError returns true when this list organization members not found response has a 4xx status code
func (*ListOrganizationMembersNotFound) IsCode ¶
func (o *ListOrganizationMembersNotFound) IsCode(code int) bool
IsCode returns true when this list organization members not found response a status code equal to that given
func (*ListOrganizationMembersNotFound) IsRedirect ¶
func (o *ListOrganizationMembersNotFound) IsRedirect() bool
IsRedirect returns true when this list organization members not found response has a 3xx status code
func (*ListOrganizationMembersNotFound) IsServerError ¶
func (o *ListOrganizationMembersNotFound) IsServerError() bool
IsServerError returns true when this list organization members not found response has a 5xx status code
func (*ListOrganizationMembersNotFound) IsSuccess ¶
func (o *ListOrganizationMembersNotFound) IsSuccess() bool
IsSuccess returns true when this list organization members not found response has a 2xx status code
func (*ListOrganizationMembersNotFound) String ¶
func (o *ListOrganizationMembersNotFound) String() string
type ListOrganizationMembersOK ¶
type ListOrganizationMembersOK struct {
Payload *ListOrganizationMembersOKBody
}
ListOrganizationMembersOK describes a response with status code 200, with default header values.
list organization members
func NewListOrganizationMembersOK ¶
func NewListOrganizationMembersOK() *ListOrganizationMembersOK
NewListOrganizationMembersOK creates a ListOrganizationMembersOK with default headers values
func (*ListOrganizationMembersOK) Code ¶
func (o *ListOrganizationMembersOK) Code() int
Code gets the status code for the list organization members o k response
func (*ListOrganizationMembersOK) Error ¶
func (o *ListOrganizationMembersOK) Error() string
func (*ListOrganizationMembersOK) GetPayload ¶
func (o *ListOrganizationMembersOK) GetPayload() *ListOrganizationMembersOKBody
func (*ListOrganizationMembersOK) IsClientError ¶
func (o *ListOrganizationMembersOK) IsClientError() bool
IsClientError returns true when this list organization members o k response has a 4xx status code
func (*ListOrganizationMembersOK) IsCode ¶
func (o *ListOrganizationMembersOK) IsCode(code int) bool
IsCode returns true when this list organization members o k response a status code equal to that given
func (*ListOrganizationMembersOK) IsRedirect ¶
func (o *ListOrganizationMembersOK) IsRedirect() bool
IsRedirect returns true when this list organization members o k response has a 3xx status code
func (*ListOrganizationMembersOK) IsServerError ¶
func (o *ListOrganizationMembersOK) IsServerError() bool
IsServerError returns true when this list organization members o k response has a 5xx status code
func (*ListOrganizationMembersOK) IsSuccess ¶
func (o *ListOrganizationMembersOK) IsSuccess() bool
IsSuccess returns true when this list organization members o k response has a 2xx status code
func (*ListOrganizationMembersOK) String ¶
func (o *ListOrganizationMembersOK) String() string
type ListOrganizationMembersOKBody ¶
type ListOrganizationMembersOKBody struct {
// members
Members []*ListOrganizationMembersOKBodyMembersItems0 `json:"members"`
}
ListOrganizationMembersOKBody list organization members o k body swagger:model ListOrganizationMembersOKBody
func (*ListOrganizationMembersOKBody) ContextValidate ¶
func (o *ListOrganizationMembersOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this list organization members o k body based on the context it is used
func (*ListOrganizationMembersOKBody) MarshalBinary ¶
func (o *ListOrganizationMembersOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ListOrganizationMembersOKBody) UnmarshalBinary ¶
func (o *ListOrganizationMembersOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ListOrganizationMembersOKBodyMembersItems0 ¶
type ListOrganizationMembersOKBodyMembersItems0 struct {
// admin
Admin bool `json:"admin,omitempty"`
// email
Email string `json:"email,omitempty"`
}
ListOrganizationMembersOKBodyMembersItems0 list organization members o k body members items0 swagger:model ListOrganizationMembersOKBodyMembersItems0
func (*ListOrganizationMembersOKBodyMembersItems0) ContextValidate ¶
func (o *ListOrganizationMembersOKBodyMembersItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this list organization members o k body members items0 based on context it is used
func (*ListOrganizationMembersOKBodyMembersItems0) MarshalBinary ¶
func (o *ListOrganizationMembersOKBodyMembersItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ListOrganizationMembersOKBodyMembersItems0) UnmarshalBinary ¶
func (o *ListOrganizationMembersOKBodyMembersItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ListOrganizationMembersParams ¶
type ListOrganizationMembersParams struct {
// Body.
Body ListOrganizationMembersBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListOrganizationMembersParams contains all the parameters to send to the API endpoint
for the list organization members operation. Typically these are written to a http.Request.
func NewListOrganizationMembersParams ¶
func NewListOrganizationMembersParams() *ListOrganizationMembersParams
NewListOrganizationMembersParams creates a new ListOrganizationMembersParams 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 NewListOrganizationMembersParamsWithContext ¶
func NewListOrganizationMembersParamsWithContext(ctx context.Context) *ListOrganizationMembersParams
NewListOrganizationMembersParamsWithContext creates a new ListOrganizationMembersParams object with the ability to set a context for a request.
func NewListOrganizationMembersParamsWithHTTPClient ¶
func NewListOrganizationMembersParamsWithHTTPClient(client *http.Client) *ListOrganizationMembersParams
NewListOrganizationMembersParamsWithHTTPClient creates a new ListOrganizationMembersParams object with the ability to set a custom HTTPClient for a request.
func NewListOrganizationMembersParamsWithTimeout ¶
func NewListOrganizationMembersParamsWithTimeout(timeout time.Duration) *ListOrganizationMembersParams
NewListOrganizationMembersParamsWithTimeout creates a new ListOrganizationMembersParams object with the ability to set a timeout on a request.
func (*ListOrganizationMembersParams) SetBody ¶
func (o *ListOrganizationMembersParams) SetBody(body ListOrganizationMembersBody)
SetBody adds the body to the list organization members params
func (*ListOrganizationMembersParams) SetContext ¶
func (o *ListOrganizationMembersParams) SetContext(ctx context.Context)
SetContext adds the context to the list organization members params
func (*ListOrganizationMembersParams) SetDefaults ¶
func (o *ListOrganizationMembersParams) SetDefaults()
SetDefaults hydrates default values in the list organization members params (not the query body).
All values with no default are reset to their zero value.
func (*ListOrganizationMembersParams) SetHTTPClient ¶
func (o *ListOrganizationMembersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list organization members params
func (*ListOrganizationMembersParams) SetTimeout ¶
func (o *ListOrganizationMembersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list organization members params
func (*ListOrganizationMembersParams) WithBody ¶
func (o *ListOrganizationMembersParams) WithBody(body ListOrganizationMembersBody) *ListOrganizationMembersParams
WithBody adds the body to the list organization members params
func (*ListOrganizationMembersParams) WithContext ¶
func (o *ListOrganizationMembersParams) WithContext(ctx context.Context) *ListOrganizationMembersParams
WithContext adds the context to the list organization members params
func (*ListOrganizationMembersParams) WithDefaults ¶
func (o *ListOrganizationMembersParams) WithDefaults() *ListOrganizationMembersParams
WithDefaults hydrates default values in the list organization members params (not the query body).
All values with no default are reset to their zero value.
func (*ListOrganizationMembersParams) WithHTTPClient ¶
func (o *ListOrganizationMembersParams) WithHTTPClient(client *http.Client) *ListOrganizationMembersParams
WithHTTPClient adds the HTTPClient to the list organization members params
func (*ListOrganizationMembersParams) WithTimeout ¶
func (o *ListOrganizationMembersParams) WithTimeout(timeout time.Duration) *ListOrganizationMembersParams
WithTimeout adds the timeout to the list organization members params
func (*ListOrganizationMembersParams) WriteToRequest ¶
func (o *ListOrganizationMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListOrganizationMembersReader ¶
type ListOrganizationMembersReader struct {
// contains filtered or unexported fields
}
ListOrganizationMembersReader is a Reader for the ListOrganizationMembers structure.
func (*ListOrganizationMembersReader) ReadResponse ¶
func (o *ListOrganizationMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ListOrganizationMembersUnauthorized ¶
type ListOrganizationMembersUnauthorized struct {
}
ListOrganizationMembersUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewListOrganizationMembersUnauthorized ¶
func NewListOrganizationMembersUnauthorized() *ListOrganizationMembersUnauthorized
NewListOrganizationMembersUnauthorized creates a ListOrganizationMembersUnauthorized with default headers values
func (*ListOrganizationMembersUnauthorized) Code ¶
func (o *ListOrganizationMembersUnauthorized) Code() int
Code gets the status code for the list organization members unauthorized response
func (*ListOrganizationMembersUnauthorized) Error ¶
func (o *ListOrganizationMembersUnauthorized) Error() string
func (*ListOrganizationMembersUnauthorized) IsClientError ¶
func (o *ListOrganizationMembersUnauthorized) IsClientError() bool
IsClientError returns true when this list organization members unauthorized response has a 4xx status code
func (*ListOrganizationMembersUnauthorized) IsCode ¶
func (o *ListOrganizationMembersUnauthorized) IsCode(code int) bool
IsCode returns true when this list organization members unauthorized response a status code equal to that given
func (*ListOrganizationMembersUnauthorized) IsRedirect ¶
func (o *ListOrganizationMembersUnauthorized) IsRedirect() bool
IsRedirect returns true when this list organization members unauthorized response has a 3xx status code
func (*ListOrganizationMembersUnauthorized) IsServerError ¶
func (o *ListOrganizationMembersUnauthorized) IsServerError() bool
IsServerError returns true when this list organization members unauthorized response has a 5xx status code
func (*ListOrganizationMembersUnauthorized) IsSuccess ¶
func (o *ListOrganizationMembersUnauthorized) IsSuccess() bool
IsSuccess returns true when this list organization members unauthorized response has a 2xx status code
func (*ListOrganizationMembersUnauthorized) String ¶
func (o *ListOrganizationMembersUnauthorized) String() string
type ListOrganizationsInternalServerError ¶
type ListOrganizationsInternalServerError struct {
}
ListOrganizationsInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewListOrganizationsInternalServerError ¶
func NewListOrganizationsInternalServerError() *ListOrganizationsInternalServerError
NewListOrganizationsInternalServerError creates a ListOrganizationsInternalServerError with default headers values
func (*ListOrganizationsInternalServerError) Code ¶
func (o *ListOrganizationsInternalServerError) Code() int
Code gets the status code for the list organizations internal server error response
func (*ListOrganizationsInternalServerError) Error ¶
func (o *ListOrganizationsInternalServerError) Error() string
func (*ListOrganizationsInternalServerError) IsClientError ¶
func (o *ListOrganizationsInternalServerError) IsClientError() bool
IsClientError returns true when this list organizations internal server error response has a 4xx status code
func (*ListOrganizationsInternalServerError) IsCode ¶
func (o *ListOrganizationsInternalServerError) IsCode(code int) bool
IsCode returns true when this list organizations internal server error response a status code equal to that given
func (*ListOrganizationsInternalServerError) IsRedirect ¶
func (o *ListOrganizationsInternalServerError) IsRedirect() bool
IsRedirect returns true when this list organizations internal server error response has a 3xx status code
func (*ListOrganizationsInternalServerError) IsServerError ¶
func (o *ListOrganizationsInternalServerError) IsServerError() bool
IsServerError returns true when this list organizations internal server error response has a 5xx status code
func (*ListOrganizationsInternalServerError) IsSuccess ¶
func (o *ListOrganizationsInternalServerError) IsSuccess() bool
IsSuccess returns true when this list organizations internal server error response has a 2xx status code
func (*ListOrganizationsInternalServerError) String ¶
func (o *ListOrganizationsInternalServerError) String() string
type ListOrganizationsOK ¶
type ListOrganizationsOK struct {
Payload *ListOrganizationsOKBody
}
ListOrganizationsOK describes a response with status code 200, with default header values.
ok
func NewListOrganizationsOK ¶
func NewListOrganizationsOK() *ListOrganizationsOK
NewListOrganizationsOK creates a ListOrganizationsOK with default headers values
func (*ListOrganizationsOK) Code ¶
func (o *ListOrganizationsOK) Code() int
Code gets the status code for the list organizations o k response
func (*ListOrganizationsOK) Error ¶
func (o *ListOrganizationsOK) Error() string
func (*ListOrganizationsOK) GetPayload ¶
func (o *ListOrganizationsOK) GetPayload() *ListOrganizationsOKBody
func (*ListOrganizationsOK) IsClientError ¶
func (o *ListOrganizationsOK) IsClientError() bool
IsClientError returns true when this list organizations o k response has a 4xx status code
func (*ListOrganizationsOK) IsCode ¶
func (o *ListOrganizationsOK) IsCode(code int) bool
IsCode returns true when this list organizations o k response a status code equal to that given
func (*ListOrganizationsOK) IsRedirect ¶
func (o *ListOrganizationsOK) IsRedirect() bool
IsRedirect returns true when this list organizations o k response has a 3xx status code
func (*ListOrganizationsOK) IsServerError ¶
func (o *ListOrganizationsOK) IsServerError() bool
IsServerError returns true when this list organizations o k response has a 5xx status code
func (*ListOrganizationsOK) IsSuccess ¶
func (o *ListOrganizationsOK) IsSuccess() bool
IsSuccess returns true when this list organizations o k response has a 2xx status code
func (*ListOrganizationsOK) String ¶
func (o *ListOrganizationsOK) String() string
type ListOrganizationsOKBody ¶
type ListOrganizationsOKBody struct {
// organizations
Organizations []*ListOrganizationsOKBodyOrganizationsItems0 `json:"organizations"`
}
ListOrganizationsOKBody list organizations o k body swagger:model ListOrganizationsOKBody
func (*ListOrganizationsOKBody) ContextValidate ¶
func (o *ListOrganizationsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this list organizations o k body based on the context it is used
func (*ListOrganizationsOKBody) MarshalBinary ¶
func (o *ListOrganizationsOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ListOrganizationsOKBody) UnmarshalBinary ¶
func (o *ListOrganizationsOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ListOrganizationsOKBodyOrganizationsItems0 ¶
type ListOrganizationsOKBodyOrganizationsItems0 struct {
// description
Description string `json:"description,omitempty"`
// organization token
OrganizationToken string `json:"organizationToken,omitempty"`
}
ListOrganizationsOKBodyOrganizationsItems0 list organizations o k body organizations items0 swagger:model ListOrganizationsOKBodyOrganizationsItems0
func (*ListOrganizationsOKBodyOrganizationsItems0) ContextValidate ¶
func (o *ListOrganizationsOKBodyOrganizationsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this list organizations o k body organizations items0 based on context it is used
func (*ListOrganizationsOKBodyOrganizationsItems0) MarshalBinary ¶
func (o *ListOrganizationsOKBodyOrganizationsItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ListOrganizationsOKBodyOrganizationsItems0) UnmarshalBinary ¶
func (o *ListOrganizationsOKBodyOrganizationsItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ListOrganizationsParams ¶
type ListOrganizationsParams struct {
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListOrganizationsParams contains all the parameters to send to the API endpoint
for the list organizations operation. Typically these are written to a http.Request.
func NewListOrganizationsParams ¶
func NewListOrganizationsParams() *ListOrganizationsParams
NewListOrganizationsParams creates a new ListOrganizationsParams 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 NewListOrganizationsParamsWithContext ¶
func NewListOrganizationsParamsWithContext(ctx context.Context) *ListOrganizationsParams
NewListOrganizationsParamsWithContext creates a new ListOrganizationsParams object with the ability to set a context for a request.
func NewListOrganizationsParamsWithHTTPClient ¶
func NewListOrganizationsParamsWithHTTPClient(client *http.Client) *ListOrganizationsParams
NewListOrganizationsParamsWithHTTPClient creates a new ListOrganizationsParams object with the ability to set a custom HTTPClient for a request.
func NewListOrganizationsParamsWithTimeout ¶
func NewListOrganizationsParamsWithTimeout(timeout time.Duration) *ListOrganizationsParams
NewListOrganizationsParamsWithTimeout creates a new ListOrganizationsParams object with the ability to set a timeout on a request.
func (*ListOrganizationsParams) SetContext ¶
func (o *ListOrganizationsParams) SetContext(ctx context.Context)
SetContext adds the context to the list organizations params
func (*ListOrganizationsParams) SetDefaults ¶
func (o *ListOrganizationsParams) SetDefaults()
SetDefaults hydrates default values in the list organizations params (not the query body).
All values with no default are reset to their zero value.
func (*ListOrganizationsParams) SetHTTPClient ¶
func (o *ListOrganizationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list organizations params
func (*ListOrganizationsParams) SetTimeout ¶
func (o *ListOrganizationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list organizations params
func (*ListOrganizationsParams) WithContext ¶
func (o *ListOrganizationsParams) WithContext(ctx context.Context) *ListOrganizationsParams
WithContext adds the context to the list organizations params
func (*ListOrganizationsParams) WithDefaults ¶
func (o *ListOrganizationsParams) WithDefaults() *ListOrganizationsParams
WithDefaults hydrates default values in the list organizations params (not the query body).
All values with no default are reset to their zero value.
func (*ListOrganizationsParams) WithHTTPClient ¶
func (o *ListOrganizationsParams) WithHTTPClient(client *http.Client) *ListOrganizationsParams
WithHTTPClient adds the HTTPClient to the list organizations params
func (*ListOrganizationsParams) WithTimeout ¶
func (o *ListOrganizationsParams) WithTimeout(timeout time.Duration) *ListOrganizationsParams
WithTimeout adds the timeout to the list organizations params
func (*ListOrganizationsParams) WriteToRequest ¶
func (o *ListOrganizationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListOrganizationsReader ¶
type ListOrganizationsReader struct {
// contains filtered or unexported fields
}
ListOrganizationsReader is a Reader for the ListOrganizations structure.
func (*ListOrganizationsReader) ReadResponse ¶
func (o *ListOrganizationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ListOrganizationsUnauthorized ¶
type ListOrganizationsUnauthorized struct {
}
ListOrganizationsUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewListOrganizationsUnauthorized ¶
func NewListOrganizationsUnauthorized() *ListOrganizationsUnauthorized
NewListOrganizationsUnauthorized creates a ListOrganizationsUnauthorized with default headers values
func (*ListOrganizationsUnauthorized) Code ¶
func (o *ListOrganizationsUnauthorized) Code() int
Code gets the status code for the list organizations unauthorized response
func (*ListOrganizationsUnauthorized) Error ¶
func (o *ListOrganizationsUnauthorized) Error() string
func (*ListOrganizationsUnauthorized) IsClientError ¶
func (o *ListOrganizationsUnauthorized) IsClientError() bool
IsClientError returns true when this list organizations unauthorized response has a 4xx status code
func (*ListOrganizationsUnauthorized) IsCode ¶
func (o *ListOrganizationsUnauthorized) IsCode(code int) bool
IsCode returns true when this list organizations unauthorized response a status code equal to that given
func (*ListOrganizationsUnauthorized) IsRedirect ¶
func (o *ListOrganizationsUnauthorized) IsRedirect() bool
IsRedirect returns true when this list organizations unauthorized response has a 3xx status code
func (*ListOrganizationsUnauthorized) IsServerError ¶
func (o *ListOrganizationsUnauthorized) IsServerError() bool
IsServerError returns true when this list organizations unauthorized response has a 5xx status code
func (*ListOrganizationsUnauthorized) IsSuccess ¶
func (o *ListOrganizationsUnauthorized) IsSuccess() bool
IsSuccess returns true when this list organizations unauthorized response has a 2xx status code
func (*ListOrganizationsUnauthorized) String ¶
func (o *ListOrganizationsUnauthorized) String() string
type RemoveAppliedLimitClassesBody ¶ added in v2.0.1
type RemoveAppliedLimitClassesBody struct {
// email
Email string `json:"email,omitempty"`
// limit class ids
LimitClassIds []int64 `json:"limitClassIds"`
}
RemoveAppliedLimitClassesBody remove applied limit classes body swagger:model RemoveAppliedLimitClassesBody
func (*RemoveAppliedLimitClassesBody) ContextValidate ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this remove applied limit classes body based on context it is used
func (*RemoveAppliedLimitClassesBody) MarshalBinary ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*RemoveAppliedLimitClassesBody) UnmarshalBinary ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type RemoveAppliedLimitClassesInternalServerError ¶ added in v2.0.1
type RemoveAppliedLimitClassesInternalServerError struct {
}
RemoveAppliedLimitClassesInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewRemoveAppliedLimitClassesInternalServerError ¶ added in v2.0.1
func NewRemoveAppliedLimitClassesInternalServerError() *RemoveAppliedLimitClassesInternalServerError
NewRemoveAppliedLimitClassesInternalServerError creates a RemoveAppliedLimitClassesInternalServerError with default headers values
func (*RemoveAppliedLimitClassesInternalServerError) Code ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesInternalServerError) Code() int
Code gets the status code for the remove applied limit classes internal server error response
func (*RemoveAppliedLimitClassesInternalServerError) Error ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesInternalServerError) Error() string
func (*RemoveAppliedLimitClassesInternalServerError) IsClientError ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesInternalServerError) IsClientError() bool
IsClientError returns true when this remove applied limit classes internal server error response has a 4xx status code
func (*RemoveAppliedLimitClassesInternalServerError) IsCode ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesInternalServerError) IsCode(code int) bool
IsCode returns true when this remove applied limit classes internal server error response a status code equal to that given
func (*RemoveAppliedLimitClassesInternalServerError) IsRedirect ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesInternalServerError) IsRedirect() bool
IsRedirect returns true when this remove applied limit classes internal server error response has a 3xx status code
func (*RemoveAppliedLimitClassesInternalServerError) IsServerError ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesInternalServerError) IsServerError() bool
IsServerError returns true when this remove applied limit classes internal server error response has a 5xx status code
func (*RemoveAppliedLimitClassesInternalServerError) IsSuccess ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesInternalServerError) IsSuccess() bool
IsSuccess returns true when this remove applied limit classes internal server error response has a 2xx status code
func (*RemoveAppliedLimitClassesInternalServerError) String ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesInternalServerError) String() string
type RemoveAppliedLimitClassesNotFound ¶ added in v2.0.1
type RemoveAppliedLimitClassesNotFound struct {
}
RemoveAppliedLimitClassesNotFound describes a response with status code 404, with default header values.
account not found
func NewRemoveAppliedLimitClassesNotFound ¶ added in v2.0.1
func NewRemoveAppliedLimitClassesNotFound() *RemoveAppliedLimitClassesNotFound
NewRemoveAppliedLimitClassesNotFound creates a RemoveAppliedLimitClassesNotFound with default headers values
func (*RemoveAppliedLimitClassesNotFound) Code ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesNotFound) Code() int
Code gets the status code for the remove applied limit classes not found response
func (*RemoveAppliedLimitClassesNotFound) Error ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesNotFound) Error() string
func (*RemoveAppliedLimitClassesNotFound) IsClientError ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesNotFound) IsClientError() bool
IsClientError returns true when this remove applied limit classes not found response has a 4xx status code
func (*RemoveAppliedLimitClassesNotFound) IsCode ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesNotFound) IsCode(code int) bool
IsCode returns true when this remove applied limit classes not found response a status code equal to that given
func (*RemoveAppliedLimitClassesNotFound) IsRedirect ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesNotFound) IsRedirect() bool
IsRedirect returns true when this remove applied limit classes not found response has a 3xx status code
func (*RemoveAppliedLimitClassesNotFound) IsServerError ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesNotFound) IsServerError() bool
IsServerError returns true when this remove applied limit classes not found response has a 5xx status code
func (*RemoveAppliedLimitClassesNotFound) IsSuccess ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesNotFound) IsSuccess() bool
IsSuccess returns true when this remove applied limit classes not found response has a 2xx status code
func (*RemoveAppliedLimitClassesNotFound) String ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesNotFound) String() string
type RemoveAppliedLimitClassesOK ¶ added in v2.0.1
type RemoveAppliedLimitClassesOK struct {
}
RemoveAppliedLimitClassesOK describes a response with status code 200, with default header values.
removed
func NewRemoveAppliedLimitClassesOK ¶ added in v2.0.1
func NewRemoveAppliedLimitClassesOK() *RemoveAppliedLimitClassesOK
NewRemoveAppliedLimitClassesOK creates a RemoveAppliedLimitClassesOK with default headers values
func (*RemoveAppliedLimitClassesOK) Code ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesOK) Code() int
Code gets the status code for the remove applied limit classes o k response
func (*RemoveAppliedLimitClassesOK) Error ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesOK) Error() string
func (*RemoveAppliedLimitClassesOK) IsClientError ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesOK) IsClientError() bool
IsClientError returns true when this remove applied limit classes o k response has a 4xx status code
func (*RemoveAppliedLimitClassesOK) IsCode ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesOK) IsCode(code int) bool
IsCode returns true when this remove applied limit classes o k response a status code equal to that given
func (*RemoveAppliedLimitClassesOK) IsRedirect ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesOK) IsRedirect() bool
IsRedirect returns true when this remove applied limit classes o k response has a 3xx status code
func (*RemoveAppliedLimitClassesOK) IsServerError ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesOK) IsServerError() bool
IsServerError returns true when this remove applied limit classes o k response has a 5xx status code
func (*RemoveAppliedLimitClassesOK) IsSuccess ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesOK) IsSuccess() bool
IsSuccess returns true when this remove applied limit classes o k response has a 2xx status code
func (*RemoveAppliedLimitClassesOK) String ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesOK) String() string
type RemoveAppliedLimitClassesParams ¶ added in v2.0.1
type RemoveAppliedLimitClassesParams struct {
// Body.
Body RemoveAppliedLimitClassesBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
RemoveAppliedLimitClassesParams contains all the parameters to send to the API endpoint
for the remove applied limit classes operation. Typically these are written to a http.Request.
func NewRemoveAppliedLimitClassesParams ¶ added in v2.0.1
func NewRemoveAppliedLimitClassesParams() *RemoveAppliedLimitClassesParams
NewRemoveAppliedLimitClassesParams creates a new RemoveAppliedLimitClassesParams 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 NewRemoveAppliedLimitClassesParamsWithContext ¶ added in v2.0.1
func NewRemoveAppliedLimitClassesParamsWithContext(ctx context.Context) *RemoveAppliedLimitClassesParams
NewRemoveAppliedLimitClassesParamsWithContext creates a new RemoveAppliedLimitClassesParams object with the ability to set a context for a request.
func NewRemoveAppliedLimitClassesParamsWithHTTPClient ¶ added in v2.0.1
func NewRemoveAppliedLimitClassesParamsWithHTTPClient(client *http.Client) *RemoveAppliedLimitClassesParams
NewRemoveAppliedLimitClassesParamsWithHTTPClient creates a new RemoveAppliedLimitClassesParams object with the ability to set a custom HTTPClient for a request.
func NewRemoveAppliedLimitClassesParamsWithTimeout ¶ added in v2.0.1
func NewRemoveAppliedLimitClassesParamsWithTimeout(timeout time.Duration) *RemoveAppliedLimitClassesParams
NewRemoveAppliedLimitClassesParamsWithTimeout creates a new RemoveAppliedLimitClassesParams object with the ability to set a timeout on a request.
func (*RemoveAppliedLimitClassesParams) SetBody ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesParams) SetBody(body RemoveAppliedLimitClassesBody)
SetBody adds the body to the remove applied limit classes params
func (*RemoveAppliedLimitClassesParams) SetContext ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesParams) SetContext(ctx context.Context)
SetContext adds the context to the remove applied limit classes params
func (*RemoveAppliedLimitClassesParams) SetDefaults ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesParams) SetDefaults()
SetDefaults hydrates default values in the remove applied limit classes params (not the query body).
All values with no default are reset to their zero value.
func (*RemoveAppliedLimitClassesParams) SetHTTPClient ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the remove applied limit classes params
func (*RemoveAppliedLimitClassesParams) SetTimeout ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the remove applied limit classes params
func (*RemoveAppliedLimitClassesParams) WithBody ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesParams) WithBody(body RemoveAppliedLimitClassesBody) *RemoveAppliedLimitClassesParams
WithBody adds the body to the remove applied limit classes params
func (*RemoveAppliedLimitClassesParams) WithContext ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesParams) WithContext(ctx context.Context) *RemoveAppliedLimitClassesParams
WithContext adds the context to the remove applied limit classes params
func (*RemoveAppliedLimitClassesParams) WithDefaults ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesParams) WithDefaults() *RemoveAppliedLimitClassesParams
WithDefaults hydrates default values in the remove applied limit classes params (not the query body).
All values with no default are reset to their zero value.
func (*RemoveAppliedLimitClassesParams) WithHTTPClient ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesParams) WithHTTPClient(client *http.Client) *RemoveAppliedLimitClassesParams
WithHTTPClient adds the HTTPClient to the remove applied limit classes params
func (*RemoveAppliedLimitClassesParams) WithTimeout ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesParams) WithTimeout(timeout time.Duration) *RemoveAppliedLimitClassesParams
WithTimeout adds the timeout to the remove applied limit classes params
func (*RemoveAppliedLimitClassesParams) WriteToRequest ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RemoveAppliedLimitClassesReader ¶ added in v2.0.1
type RemoveAppliedLimitClassesReader struct {
// contains filtered or unexported fields
}
RemoveAppliedLimitClassesReader is a Reader for the RemoveAppliedLimitClasses structure.
func (*RemoveAppliedLimitClassesReader) ReadResponse ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type RemoveAppliedLimitClassesUnauthorized ¶ added in v2.0.1
type RemoveAppliedLimitClassesUnauthorized struct {
}
RemoveAppliedLimitClassesUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewRemoveAppliedLimitClassesUnauthorized ¶ added in v2.0.1
func NewRemoveAppliedLimitClassesUnauthorized() *RemoveAppliedLimitClassesUnauthorized
NewRemoveAppliedLimitClassesUnauthorized creates a RemoveAppliedLimitClassesUnauthorized with default headers values
func (*RemoveAppliedLimitClassesUnauthorized) Code ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesUnauthorized) Code() int
Code gets the status code for the remove applied limit classes unauthorized response
func (*RemoveAppliedLimitClassesUnauthorized) Error ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesUnauthorized) Error() string
func (*RemoveAppliedLimitClassesUnauthorized) IsClientError ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesUnauthorized) IsClientError() bool
IsClientError returns true when this remove applied limit classes unauthorized response has a 4xx status code
func (*RemoveAppliedLimitClassesUnauthorized) IsCode ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesUnauthorized) IsCode(code int) bool
IsCode returns true when this remove applied limit classes unauthorized response a status code equal to that given
func (*RemoveAppliedLimitClassesUnauthorized) IsRedirect ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesUnauthorized) IsRedirect() bool
IsRedirect returns true when this remove applied limit classes unauthorized response has a 3xx status code
func (*RemoveAppliedLimitClassesUnauthorized) IsServerError ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesUnauthorized) IsServerError() bool
IsServerError returns true when this remove applied limit classes unauthorized response has a 5xx status code
func (*RemoveAppliedLimitClassesUnauthorized) IsSuccess ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesUnauthorized) IsSuccess() bool
IsSuccess returns true when this remove applied limit classes unauthorized response has a 2xx status code
func (*RemoveAppliedLimitClassesUnauthorized) String ¶ added in v2.0.1
func (o *RemoveAppliedLimitClassesUnauthorized) String() string
type RemoveNamespaceFrontendMappingBody ¶
type RemoveNamespaceFrontendMappingBody struct {
// frontend token
FrontendToken string `json:"frontendToken,omitempty"`
// namespace token
NamespaceToken string `json:"namespaceToken,omitempty"`
}
RemoveNamespaceFrontendMappingBody remove namespace frontend mapping body swagger:model RemoveNamespaceFrontendMappingBody
func (*RemoveNamespaceFrontendMappingBody) ContextValidate ¶
func (o *RemoveNamespaceFrontendMappingBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this remove namespace frontend mapping body based on context it is used
func (*RemoveNamespaceFrontendMappingBody) MarshalBinary ¶
func (o *RemoveNamespaceFrontendMappingBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*RemoveNamespaceFrontendMappingBody) UnmarshalBinary ¶
func (o *RemoveNamespaceFrontendMappingBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type RemoveNamespaceFrontendMappingInternalServerError ¶
type RemoveNamespaceFrontendMappingInternalServerError struct {
}
RemoveNamespaceFrontendMappingInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewRemoveNamespaceFrontendMappingInternalServerError ¶
func NewRemoveNamespaceFrontendMappingInternalServerError() *RemoveNamespaceFrontendMappingInternalServerError
NewRemoveNamespaceFrontendMappingInternalServerError creates a RemoveNamespaceFrontendMappingInternalServerError with default headers values
func (*RemoveNamespaceFrontendMappingInternalServerError) Code ¶
func (o *RemoveNamespaceFrontendMappingInternalServerError) Code() int
Code gets the status code for the remove namespace frontend mapping internal server error response
func (*RemoveNamespaceFrontendMappingInternalServerError) Error ¶
func (o *RemoveNamespaceFrontendMappingInternalServerError) Error() string
func (*RemoveNamespaceFrontendMappingInternalServerError) IsClientError ¶
func (o *RemoveNamespaceFrontendMappingInternalServerError) IsClientError() bool
IsClientError returns true when this remove namespace frontend mapping internal server error response has a 4xx status code
func (*RemoveNamespaceFrontendMappingInternalServerError) IsCode ¶
func (o *RemoveNamespaceFrontendMappingInternalServerError) IsCode(code int) bool
IsCode returns true when this remove namespace frontend mapping internal server error response a status code equal to that given
func (*RemoveNamespaceFrontendMappingInternalServerError) IsRedirect ¶
func (o *RemoveNamespaceFrontendMappingInternalServerError) IsRedirect() bool
IsRedirect returns true when this remove namespace frontend mapping internal server error response has a 3xx status code
func (*RemoveNamespaceFrontendMappingInternalServerError) IsServerError ¶
func (o *RemoveNamespaceFrontendMappingInternalServerError) IsServerError() bool
IsServerError returns true when this remove namespace frontend mapping internal server error response has a 5xx status code
func (*RemoveNamespaceFrontendMappingInternalServerError) IsSuccess ¶
func (o *RemoveNamespaceFrontendMappingInternalServerError) IsSuccess() bool
IsSuccess returns true when this remove namespace frontend mapping internal server error response has a 2xx status code
func (*RemoveNamespaceFrontendMappingInternalServerError) String ¶
func (o *RemoveNamespaceFrontendMappingInternalServerError) String() string
type RemoveNamespaceFrontendMappingNotFound ¶
type RemoveNamespaceFrontendMappingNotFound struct {
}
RemoveNamespaceFrontendMappingNotFound describes a response with status code 404, with default header values.
not found
func NewRemoveNamespaceFrontendMappingNotFound ¶
func NewRemoveNamespaceFrontendMappingNotFound() *RemoveNamespaceFrontendMappingNotFound
NewRemoveNamespaceFrontendMappingNotFound creates a RemoveNamespaceFrontendMappingNotFound with default headers values
func (*RemoveNamespaceFrontendMappingNotFound) Code ¶
func (o *RemoveNamespaceFrontendMappingNotFound) Code() int
Code gets the status code for the remove namespace frontend mapping not found response
func (*RemoveNamespaceFrontendMappingNotFound) Error ¶
func (o *RemoveNamespaceFrontendMappingNotFound) Error() string
func (*RemoveNamespaceFrontendMappingNotFound) IsClientError ¶
func (o *RemoveNamespaceFrontendMappingNotFound) IsClientError() bool
IsClientError returns true when this remove namespace frontend mapping not found response has a 4xx status code
func (*RemoveNamespaceFrontendMappingNotFound) IsCode ¶
func (o *RemoveNamespaceFrontendMappingNotFound) IsCode(code int) bool
IsCode returns true when this remove namespace frontend mapping not found response a status code equal to that given
func (*RemoveNamespaceFrontendMappingNotFound) IsRedirect ¶
func (o *RemoveNamespaceFrontendMappingNotFound) IsRedirect() bool
IsRedirect returns true when this remove namespace frontend mapping not found response has a 3xx status code
func (*RemoveNamespaceFrontendMappingNotFound) IsServerError ¶
func (o *RemoveNamespaceFrontendMappingNotFound) IsServerError() bool
IsServerError returns true when this remove namespace frontend mapping not found response has a 5xx status code
func (*RemoveNamespaceFrontendMappingNotFound) IsSuccess ¶
func (o *RemoveNamespaceFrontendMappingNotFound) IsSuccess() bool
IsSuccess returns true when this remove namespace frontend mapping not found response has a 2xx status code
func (*RemoveNamespaceFrontendMappingNotFound) String ¶
func (o *RemoveNamespaceFrontendMappingNotFound) String() string
type RemoveNamespaceFrontendMappingOK ¶
type RemoveNamespaceFrontendMappingOK struct {
}
RemoveNamespaceFrontendMappingOK describes a response with status code 200, with default header values.
namespace frontend mapping removed
func NewRemoveNamespaceFrontendMappingOK ¶
func NewRemoveNamespaceFrontendMappingOK() *RemoveNamespaceFrontendMappingOK
NewRemoveNamespaceFrontendMappingOK creates a RemoveNamespaceFrontendMappingOK with default headers values
func (*RemoveNamespaceFrontendMappingOK) Code ¶
func (o *RemoveNamespaceFrontendMappingOK) Code() int
Code gets the status code for the remove namespace frontend mapping o k response
func (*RemoveNamespaceFrontendMappingOK) Error ¶
func (o *RemoveNamespaceFrontendMappingOK) Error() string
func (*RemoveNamespaceFrontendMappingOK) IsClientError ¶
func (o *RemoveNamespaceFrontendMappingOK) IsClientError() bool
IsClientError returns true when this remove namespace frontend mapping o k response has a 4xx status code
func (*RemoveNamespaceFrontendMappingOK) IsCode ¶
func (o *RemoveNamespaceFrontendMappingOK) IsCode(code int) bool
IsCode returns true when this remove namespace frontend mapping o k response a status code equal to that given
func (*RemoveNamespaceFrontendMappingOK) IsRedirect ¶
func (o *RemoveNamespaceFrontendMappingOK) IsRedirect() bool
IsRedirect returns true when this remove namespace frontend mapping o k response has a 3xx status code
func (*RemoveNamespaceFrontendMappingOK) IsServerError ¶
func (o *RemoveNamespaceFrontendMappingOK) IsServerError() bool
IsServerError returns true when this remove namespace frontend mapping o k response has a 5xx status code
func (*RemoveNamespaceFrontendMappingOK) IsSuccess ¶
func (o *RemoveNamespaceFrontendMappingOK) IsSuccess() bool
IsSuccess returns true when this remove namespace frontend mapping o k response has a 2xx status code
func (*RemoveNamespaceFrontendMappingOK) String ¶
func (o *RemoveNamespaceFrontendMappingOK) String() string
type RemoveNamespaceFrontendMappingParams ¶
type RemoveNamespaceFrontendMappingParams struct {
// Body.
Body RemoveNamespaceFrontendMappingBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
RemoveNamespaceFrontendMappingParams contains all the parameters to send to the API endpoint
for the remove namespace frontend mapping operation. Typically these are written to a http.Request.
func NewRemoveNamespaceFrontendMappingParams ¶
func NewRemoveNamespaceFrontendMappingParams() *RemoveNamespaceFrontendMappingParams
NewRemoveNamespaceFrontendMappingParams creates a new RemoveNamespaceFrontendMappingParams 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 NewRemoveNamespaceFrontendMappingParamsWithContext ¶
func NewRemoveNamespaceFrontendMappingParamsWithContext(ctx context.Context) *RemoveNamespaceFrontendMappingParams
NewRemoveNamespaceFrontendMappingParamsWithContext creates a new RemoveNamespaceFrontendMappingParams object with the ability to set a context for a request.
func NewRemoveNamespaceFrontendMappingParamsWithHTTPClient ¶
func NewRemoveNamespaceFrontendMappingParamsWithHTTPClient(client *http.Client) *RemoveNamespaceFrontendMappingParams
NewRemoveNamespaceFrontendMappingParamsWithHTTPClient creates a new RemoveNamespaceFrontendMappingParams object with the ability to set a custom HTTPClient for a request.
func NewRemoveNamespaceFrontendMappingParamsWithTimeout ¶
func NewRemoveNamespaceFrontendMappingParamsWithTimeout(timeout time.Duration) *RemoveNamespaceFrontendMappingParams
NewRemoveNamespaceFrontendMappingParamsWithTimeout creates a new RemoveNamespaceFrontendMappingParams object with the ability to set a timeout on a request.
func (*RemoveNamespaceFrontendMappingParams) SetBody ¶
func (o *RemoveNamespaceFrontendMappingParams) SetBody(body RemoveNamespaceFrontendMappingBody)
SetBody adds the body to the remove namespace frontend mapping params
func (*RemoveNamespaceFrontendMappingParams) SetContext ¶
func (o *RemoveNamespaceFrontendMappingParams) SetContext(ctx context.Context)
SetContext adds the context to the remove namespace frontend mapping params
func (*RemoveNamespaceFrontendMappingParams) SetDefaults ¶
func (o *RemoveNamespaceFrontendMappingParams) SetDefaults()
SetDefaults hydrates default values in the remove namespace frontend mapping params (not the query body).
All values with no default are reset to their zero value.
func (*RemoveNamespaceFrontendMappingParams) SetHTTPClient ¶
func (o *RemoveNamespaceFrontendMappingParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the remove namespace frontend mapping params
func (*RemoveNamespaceFrontendMappingParams) SetTimeout ¶
func (o *RemoveNamespaceFrontendMappingParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the remove namespace frontend mapping params
func (*RemoveNamespaceFrontendMappingParams) WithBody ¶
func (o *RemoveNamespaceFrontendMappingParams) WithBody(body RemoveNamespaceFrontendMappingBody) *RemoveNamespaceFrontendMappingParams
WithBody adds the body to the remove namespace frontend mapping params
func (*RemoveNamespaceFrontendMappingParams) WithContext ¶
func (o *RemoveNamespaceFrontendMappingParams) WithContext(ctx context.Context) *RemoveNamespaceFrontendMappingParams
WithContext adds the context to the remove namespace frontend mapping params
func (*RemoveNamespaceFrontendMappingParams) WithDefaults ¶
func (o *RemoveNamespaceFrontendMappingParams) WithDefaults() *RemoveNamespaceFrontendMappingParams
WithDefaults hydrates default values in the remove namespace frontend mapping params (not the query body).
All values with no default are reset to their zero value.
func (*RemoveNamespaceFrontendMappingParams) WithHTTPClient ¶
func (o *RemoveNamespaceFrontendMappingParams) WithHTTPClient(client *http.Client) *RemoveNamespaceFrontendMappingParams
WithHTTPClient adds the HTTPClient to the remove namespace frontend mapping params
func (*RemoveNamespaceFrontendMappingParams) WithTimeout ¶
func (o *RemoveNamespaceFrontendMappingParams) WithTimeout(timeout time.Duration) *RemoveNamespaceFrontendMappingParams
WithTimeout adds the timeout to the remove namespace frontend mapping params
func (*RemoveNamespaceFrontendMappingParams) WriteToRequest ¶
func (o *RemoveNamespaceFrontendMappingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RemoveNamespaceFrontendMappingReader ¶
type RemoveNamespaceFrontendMappingReader struct {
// contains filtered or unexported fields
}
RemoveNamespaceFrontendMappingReader is a Reader for the RemoveNamespaceFrontendMapping structure.
func (*RemoveNamespaceFrontendMappingReader) ReadResponse ¶
func (o *RemoveNamespaceFrontendMappingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type RemoveNamespaceFrontendMappingUnauthorized ¶
type RemoveNamespaceFrontendMappingUnauthorized struct {
}
RemoveNamespaceFrontendMappingUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewRemoveNamespaceFrontendMappingUnauthorized ¶
func NewRemoveNamespaceFrontendMappingUnauthorized() *RemoveNamespaceFrontendMappingUnauthorized
NewRemoveNamespaceFrontendMappingUnauthorized creates a RemoveNamespaceFrontendMappingUnauthorized with default headers values
func (*RemoveNamespaceFrontendMappingUnauthorized) Code ¶
func (o *RemoveNamespaceFrontendMappingUnauthorized) Code() int
Code gets the status code for the remove namespace frontend mapping unauthorized response
func (*RemoveNamespaceFrontendMappingUnauthorized) Error ¶
func (o *RemoveNamespaceFrontendMappingUnauthorized) Error() string
func (*RemoveNamespaceFrontendMappingUnauthorized) IsClientError ¶
func (o *RemoveNamespaceFrontendMappingUnauthorized) IsClientError() bool
IsClientError returns true when this remove namespace frontend mapping unauthorized response has a 4xx status code
func (*RemoveNamespaceFrontendMappingUnauthorized) IsCode ¶
func (o *RemoveNamespaceFrontendMappingUnauthorized) IsCode(code int) bool
IsCode returns true when this remove namespace frontend mapping unauthorized response a status code equal to that given
func (*RemoveNamespaceFrontendMappingUnauthorized) IsRedirect ¶
func (o *RemoveNamespaceFrontendMappingUnauthorized) IsRedirect() bool
IsRedirect returns true when this remove namespace frontend mapping unauthorized response has a 3xx status code
func (*RemoveNamespaceFrontendMappingUnauthorized) IsServerError ¶
func (o *RemoveNamespaceFrontendMappingUnauthorized) IsServerError() bool
IsServerError returns true when this remove namespace frontend mapping unauthorized response has a 5xx status code
func (*RemoveNamespaceFrontendMappingUnauthorized) IsSuccess ¶
func (o *RemoveNamespaceFrontendMappingUnauthorized) IsSuccess() bool
IsSuccess returns true when this remove namespace frontend mapping unauthorized response has a 2xx status code
func (*RemoveNamespaceFrontendMappingUnauthorized) String ¶
func (o *RemoveNamespaceFrontendMappingUnauthorized) String() string
type RemoveNamespaceGrantBody ¶
type RemoveNamespaceGrantBody struct {
// email
Email string `json:"email,omitempty"`
// namespace token
NamespaceToken string `json:"namespaceToken,omitempty"`
}
RemoveNamespaceGrantBody remove namespace grant body swagger:model RemoveNamespaceGrantBody
func (*RemoveNamespaceGrantBody) ContextValidate ¶
func (o *RemoveNamespaceGrantBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this remove namespace grant body based on context it is used
func (*RemoveNamespaceGrantBody) MarshalBinary ¶
func (o *RemoveNamespaceGrantBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*RemoveNamespaceGrantBody) UnmarshalBinary ¶
func (o *RemoveNamespaceGrantBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type RemoveNamespaceGrantInternalServerError ¶
type RemoveNamespaceGrantInternalServerError struct {
}
RemoveNamespaceGrantInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewRemoveNamespaceGrantInternalServerError ¶
func NewRemoveNamespaceGrantInternalServerError() *RemoveNamespaceGrantInternalServerError
NewRemoveNamespaceGrantInternalServerError creates a RemoveNamespaceGrantInternalServerError with default headers values
func (*RemoveNamespaceGrantInternalServerError) Code ¶
func (o *RemoveNamespaceGrantInternalServerError) Code() int
Code gets the status code for the remove namespace grant internal server error response
func (*RemoveNamespaceGrantInternalServerError) Error ¶
func (o *RemoveNamespaceGrantInternalServerError) Error() string
func (*RemoveNamespaceGrantInternalServerError) IsClientError ¶
func (o *RemoveNamespaceGrantInternalServerError) IsClientError() bool
IsClientError returns true when this remove namespace grant internal server error response has a 4xx status code
func (*RemoveNamespaceGrantInternalServerError) IsCode ¶
func (o *RemoveNamespaceGrantInternalServerError) IsCode(code int) bool
IsCode returns true when this remove namespace grant internal server error response a status code equal to that given
func (*RemoveNamespaceGrantInternalServerError) IsRedirect ¶
func (o *RemoveNamespaceGrantInternalServerError) IsRedirect() bool
IsRedirect returns true when this remove namespace grant internal server error response has a 3xx status code
func (*RemoveNamespaceGrantInternalServerError) IsServerError ¶
func (o *RemoveNamespaceGrantInternalServerError) IsServerError() bool
IsServerError returns true when this remove namespace grant internal server error response has a 5xx status code
func (*RemoveNamespaceGrantInternalServerError) IsSuccess ¶
func (o *RemoveNamespaceGrantInternalServerError) IsSuccess() bool
IsSuccess returns true when this remove namespace grant internal server error response has a 2xx status code
func (*RemoveNamespaceGrantInternalServerError) String ¶
func (o *RemoveNamespaceGrantInternalServerError) String() string
type RemoveNamespaceGrantNotFound ¶
type RemoveNamespaceGrantNotFound struct {
}
RemoveNamespaceGrantNotFound describes a response with status code 404, with default header values.
not found
func NewRemoveNamespaceGrantNotFound ¶
func NewRemoveNamespaceGrantNotFound() *RemoveNamespaceGrantNotFound
NewRemoveNamespaceGrantNotFound creates a RemoveNamespaceGrantNotFound with default headers values
func (*RemoveNamespaceGrantNotFound) Code ¶
func (o *RemoveNamespaceGrantNotFound) Code() int
Code gets the status code for the remove namespace grant not found response
func (*RemoveNamespaceGrantNotFound) Error ¶
func (o *RemoveNamespaceGrantNotFound) Error() string
func (*RemoveNamespaceGrantNotFound) IsClientError ¶
func (o *RemoveNamespaceGrantNotFound) IsClientError() bool
IsClientError returns true when this remove namespace grant not found response has a 4xx status code
func (*RemoveNamespaceGrantNotFound) IsCode ¶
func (o *RemoveNamespaceGrantNotFound) IsCode(code int) bool
IsCode returns true when this remove namespace grant not found response a status code equal to that given
func (*RemoveNamespaceGrantNotFound) IsRedirect ¶
func (o *RemoveNamespaceGrantNotFound) IsRedirect() bool
IsRedirect returns true when this remove namespace grant not found response has a 3xx status code
func (*RemoveNamespaceGrantNotFound) IsServerError ¶
func (o *RemoveNamespaceGrantNotFound) IsServerError() bool
IsServerError returns true when this remove namespace grant not found response has a 5xx status code
func (*RemoveNamespaceGrantNotFound) IsSuccess ¶
func (o *RemoveNamespaceGrantNotFound) IsSuccess() bool
IsSuccess returns true when this remove namespace grant not found response has a 2xx status code
func (*RemoveNamespaceGrantNotFound) String ¶
func (o *RemoveNamespaceGrantNotFound) String() string
type RemoveNamespaceGrantOK ¶
type RemoveNamespaceGrantOK struct {
}
RemoveNamespaceGrantOK describes a response with status code 200, with default header values.
namespace grant removed
func NewRemoveNamespaceGrantOK ¶
func NewRemoveNamespaceGrantOK() *RemoveNamespaceGrantOK
NewRemoveNamespaceGrantOK creates a RemoveNamespaceGrantOK with default headers values
func (*RemoveNamespaceGrantOK) Code ¶
func (o *RemoveNamespaceGrantOK) Code() int
Code gets the status code for the remove namespace grant o k response
func (*RemoveNamespaceGrantOK) Error ¶
func (o *RemoveNamespaceGrantOK) Error() string
func (*RemoveNamespaceGrantOK) IsClientError ¶
func (o *RemoveNamespaceGrantOK) IsClientError() bool
IsClientError returns true when this remove namespace grant o k response has a 4xx status code
func (*RemoveNamespaceGrantOK) IsCode ¶
func (o *RemoveNamespaceGrantOK) IsCode(code int) bool
IsCode returns true when this remove namespace grant o k response a status code equal to that given
func (*RemoveNamespaceGrantOK) IsRedirect ¶
func (o *RemoveNamespaceGrantOK) IsRedirect() bool
IsRedirect returns true when this remove namespace grant o k response has a 3xx status code
func (*RemoveNamespaceGrantOK) IsServerError ¶
func (o *RemoveNamespaceGrantOK) IsServerError() bool
IsServerError returns true when this remove namespace grant o k response has a 5xx status code
func (*RemoveNamespaceGrantOK) IsSuccess ¶
func (o *RemoveNamespaceGrantOK) IsSuccess() bool
IsSuccess returns true when this remove namespace grant o k response has a 2xx status code
func (*RemoveNamespaceGrantOK) String ¶
func (o *RemoveNamespaceGrantOK) String() string
type RemoveNamespaceGrantParams ¶
type RemoveNamespaceGrantParams struct {
// Body.
Body RemoveNamespaceGrantBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
RemoveNamespaceGrantParams contains all the parameters to send to the API endpoint
for the remove namespace grant operation. Typically these are written to a http.Request.
func NewRemoveNamespaceGrantParams ¶
func NewRemoveNamespaceGrantParams() *RemoveNamespaceGrantParams
NewRemoveNamespaceGrantParams creates a new RemoveNamespaceGrantParams 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 NewRemoveNamespaceGrantParamsWithContext ¶
func NewRemoveNamespaceGrantParamsWithContext(ctx context.Context) *RemoveNamespaceGrantParams
NewRemoveNamespaceGrantParamsWithContext creates a new RemoveNamespaceGrantParams object with the ability to set a context for a request.
func NewRemoveNamespaceGrantParamsWithHTTPClient ¶
func NewRemoveNamespaceGrantParamsWithHTTPClient(client *http.Client) *RemoveNamespaceGrantParams
NewRemoveNamespaceGrantParamsWithHTTPClient creates a new RemoveNamespaceGrantParams object with the ability to set a custom HTTPClient for a request.
func NewRemoveNamespaceGrantParamsWithTimeout ¶
func NewRemoveNamespaceGrantParamsWithTimeout(timeout time.Duration) *RemoveNamespaceGrantParams
NewRemoveNamespaceGrantParamsWithTimeout creates a new RemoveNamespaceGrantParams object with the ability to set a timeout on a request.
func (*RemoveNamespaceGrantParams) SetBody ¶
func (o *RemoveNamespaceGrantParams) SetBody(body RemoveNamespaceGrantBody)
SetBody adds the body to the remove namespace grant params
func (*RemoveNamespaceGrantParams) SetContext ¶
func (o *RemoveNamespaceGrantParams) SetContext(ctx context.Context)
SetContext adds the context to the remove namespace grant params
func (*RemoveNamespaceGrantParams) SetDefaults ¶
func (o *RemoveNamespaceGrantParams) SetDefaults()
SetDefaults hydrates default values in the remove namespace grant params (not the query body).
All values with no default are reset to their zero value.
func (*RemoveNamespaceGrantParams) SetHTTPClient ¶
func (o *RemoveNamespaceGrantParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the remove namespace grant params
func (*RemoveNamespaceGrantParams) SetTimeout ¶
func (o *RemoveNamespaceGrantParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the remove namespace grant params
func (*RemoveNamespaceGrantParams) WithBody ¶
func (o *RemoveNamespaceGrantParams) WithBody(body RemoveNamespaceGrantBody) *RemoveNamespaceGrantParams
WithBody adds the body to the remove namespace grant params
func (*RemoveNamespaceGrantParams) WithContext ¶
func (o *RemoveNamespaceGrantParams) WithContext(ctx context.Context) *RemoveNamespaceGrantParams
WithContext adds the context to the remove namespace grant params
func (*RemoveNamespaceGrantParams) WithDefaults ¶
func (o *RemoveNamespaceGrantParams) WithDefaults() *RemoveNamespaceGrantParams
WithDefaults hydrates default values in the remove namespace grant params (not the query body).
All values with no default are reset to their zero value.
func (*RemoveNamespaceGrantParams) WithHTTPClient ¶
func (o *RemoveNamespaceGrantParams) WithHTTPClient(client *http.Client) *RemoveNamespaceGrantParams
WithHTTPClient adds the HTTPClient to the remove namespace grant params
func (*RemoveNamespaceGrantParams) WithTimeout ¶
func (o *RemoveNamespaceGrantParams) WithTimeout(timeout time.Duration) *RemoveNamespaceGrantParams
WithTimeout adds the timeout to the remove namespace grant params
func (*RemoveNamespaceGrantParams) WriteToRequest ¶
func (o *RemoveNamespaceGrantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RemoveNamespaceGrantReader ¶
type RemoveNamespaceGrantReader struct {
// contains filtered or unexported fields
}
RemoveNamespaceGrantReader is a Reader for the RemoveNamespaceGrant structure.
func (*RemoveNamespaceGrantReader) ReadResponse ¶
func (o *RemoveNamespaceGrantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type RemoveNamespaceGrantUnauthorized ¶
type RemoveNamespaceGrantUnauthorized struct {
}
RemoveNamespaceGrantUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewRemoveNamespaceGrantUnauthorized ¶
func NewRemoveNamespaceGrantUnauthorized() *RemoveNamespaceGrantUnauthorized
NewRemoveNamespaceGrantUnauthorized creates a RemoveNamespaceGrantUnauthorized with default headers values
func (*RemoveNamespaceGrantUnauthorized) Code ¶
func (o *RemoveNamespaceGrantUnauthorized) Code() int
Code gets the status code for the remove namespace grant unauthorized response
func (*RemoveNamespaceGrantUnauthorized) Error ¶
func (o *RemoveNamespaceGrantUnauthorized) Error() string
func (*RemoveNamespaceGrantUnauthorized) IsClientError ¶
func (o *RemoveNamespaceGrantUnauthorized) IsClientError() bool
IsClientError returns true when this remove namespace grant unauthorized response has a 4xx status code
func (*RemoveNamespaceGrantUnauthorized) IsCode ¶
func (o *RemoveNamespaceGrantUnauthorized) IsCode(code int) bool
IsCode returns true when this remove namespace grant unauthorized response a status code equal to that given
func (*RemoveNamespaceGrantUnauthorized) IsRedirect ¶
func (o *RemoveNamespaceGrantUnauthorized) IsRedirect() bool
IsRedirect returns true when this remove namespace grant unauthorized response has a 3xx status code
func (*RemoveNamespaceGrantUnauthorized) IsServerError ¶
func (o *RemoveNamespaceGrantUnauthorized) IsServerError() bool
IsServerError returns true when this remove namespace grant unauthorized response has a 5xx status code
func (*RemoveNamespaceGrantUnauthorized) IsSuccess ¶
func (o *RemoveNamespaceGrantUnauthorized) IsSuccess() bool
IsSuccess returns true when this remove namespace grant unauthorized response has a 2xx status code
func (*RemoveNamespaceGrantUnauthorized) String ¶
func (o *RemoveNamespaceGrantUnauthorized) String() string
type RemoveOrganizationMemberBody ¶
type RemoveOrganizationMemberBody struct {
// email
Email string `json:"email,omitempty"`
// organization token
OrganizationToken string `json:"organizationToken,omitempty"`
}
RemoveOrganizationMemberBody remove organization member body swagger:model RemoveOrganizationMemberBody
func (*RemoveOrganizationMemberBody) ContextValidate ¶
func (o *RemoveOrganizationMemberBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this remove organization member body based on context it is used
func (*RemoveOrganizationMemberBody) MarshalBinary ¶
func (o *RemoveOrganizationMemberBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*RemoveOrganizationMemberBody) UnmarshalBinary ¶
func (o *RemoveOrganizationMemberBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type RemoveOrganizationMemberInternalServerError ¶
type RemoveOrganizationMemberInternalServerError struct {
}
RemoveOrganizationMemberInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewRemoveOrganizationMemberInternalServerError ¶
func NewRemoveOrganizationMemberInternalServerError() *RemoveOrganizationMemberInternalServerError
NewRemoveOrganizationMemberInternalServerError creates a RemoveOrganizationMemberInternalServerError with default headers values
func (*RemoveOrganizationMemberInternalServerError) Code ¶
func (o *RemoveOrganizationMemberInternalServerError) Code() int
Code gets the status code for the remove organization member internal server error response
func (*RemoveOrganizationMemberInternalServerError) Error ¶
func (o *RemoveOrganizationMemberInternalServerError) Error() string
func (*RemoveOrganizationMemberInternalServerError) IsClientError ¶
func (o *RemoveOrganizationMemberInternalServerError) IsClientError() bool
IsClientError returns true when this remove organization member internal server error response has a 4xx status code
func (*RemoveOrganizationMemberInternalServerError) IsCode ¶
func (o *RemoveOrganizationMemberInternalServerError) IsCode(code int) bool
IsCode returns true when this remove organization member internal server error response a status code equal to that given
func (*RemoveOrganizationMemberInternalServerError) IsRedirect ¶
func (o *RemoveOrganizationMemberInternalServerError) IsRedirect() bool
IsRedirect returns true when this remove organization member internal server error response has a 3xx status code
func (*RemoveOrganizationMemberInternalServerError) IsServerError ¶
func (o *RemoveOrganizationMemberInternalServerError) IsServerError() bool
IsServerError returns true when this remove organization member internal server error response has a 5xx status code
func (*RemoveOrganizationMemberInternalServerError) IsSuccess ¶
func (o *RemoveOrganizationMemberInternalServerError) IsSuccess() bool
IsSuccess returns true when this remove organization member internal server error response has a 2xx status code
func (*RemoveOrganizationMemberInternalServerError) String ¶
func (o *RemoveOrganizationMemberInternalServerError) String() string
type RemoveOrganizationMemberNotFound ¶
type RemoveOrganizationMemberNotFound struct {
}
RemoveOrganizationMemberNotFound describes a response with status code 404, with default header values.
not found
func NewRemoveOrganizationMemberNotFound ¶
func NewRemoveOrganizationMemberNotFound() *RemoveOrganizationMemberNotFound
NewRemoveOrganizationMemberNotFound creates a RemoveOrganizationMemberNotFound with default headers values
func (*RemoveOrganizationMemberNotFound) Code ¶
func (o *RemoveOrganizationMemberNotFound) Code() int
Code gets the status code for the remove organization member not found response
func (*RemoveOrganizationMemberNotFound) Error ¶
func (o *RemoveOrganizationMemberNotFound) Error() string
func (*RemoveOrganizationMemberNotFound) IsClientError ¶
func (o *RemoveOrganizationMemberNotFound) IsClientError() bool
IsClientError returns true when this remove organization member not found response has a 4xx status code
func (*RemoveOrganizationMemberNotFound) IsCode ¶
func (o *RemoveOrganizationMemberNotFound) IsCode(code int) bool
IsCode returns true when this remove organization member not found response a status code equal to that given
func (*RemoveOrganizationMemberNotFound) IsRedirect ¶
func (o *RemoveOrganizationMemberNotFound) IsRedirect() bool
IsRedirect returns true when this remove organization member not found response has a 3xx status code
func (*RemoveOrganizationMemberNotFound) IsServerError ¶
func (o *RemoveOrganizationMemberNotFound) IsServerError() bool
IsServerError returns true when this remove organization member not found response has a 5xx status code
func (*RemoveOrganizationMemberNotFound) IsSuccess ¶
func (o *RemoveOrganizationMemberNotFound) IsSuccess() bool
IsSuccess returns true when this remove organization member not found response has a 2xx status code
func (*RemoveOrganizationMemberNotFound) String ¶
func (o *RemoveOrganizationMemberNotFound) String() string
type RemoveOrganizationMemberOK ¶
type RemoveOrganizationMemberOK struct {
}
RemoveOrganizationMemberOK describes a response with status code 200, with default header values.
member removed
func NewRemoveOrganizationMemberOK ¶
func NewRemoveOrganizationMemberOK() *RemoveOrganizationMemberOK
NewRemoveOrganizationMemberOK creates a RemoveOrganizationMemberOK with default headers values
func (*RemoveOrganizationMemberOK) Code ¶
func (o *RemoveOrganizationMemberOK) Code() int
Code gets the status code for the remove organization member o k response
func (*RemoveOrganizationMemberOK) Error ¶
func (o *RemoveOrganizationMemberOK) Error() string
func (*RemoveOrganizationMemberOK) IsClientError ¶
func (o *RemoveOrganizationMemberOK) IsClientError() bool
IsClientError returns true when this remove organization member o k response has a 4xx status code
func (*RemoveOrganizationMemberOK) IsCode ¶
func (o *RemoveOrganizationMemberOK) IsCode(code int) bool
IsCode returns true when this remove organization member o k response a status code equal to that given
func (*RemoveOrganizationMemberOK) IsRedirect ¶
func (o *RemoveOrganizationMemberOK) IsRedirect() bool
IsRedirect returns true when this remove organization member o k response has a 3xx status code
func (*RemoveOrganizationMemberOK) IsServerError ¶
func (o *RemoveOrganizationMemberOK) IsServerError() bool
IsServerError returns true when this remove organization member o k response has a 5xx status code
func (*RemoveOrganizationMemberOK) IsSuccess ¶
func (o *RemoveOrganizationMemberOK) IsSuccess() bool
IsSuccess returns true when this remove organization member o k response has a 2xx status code
func (*RemoveOrganizationMemberOK) String ¶
func (o *RemoveOrganizationMemberOK) String() string
type RemoveOrganizationMemberParams ¶
type RemoveOrganizationMemberParams struct {
// Body.
Body RemoveOrganizationMemberBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
RemoveOrganizationMemberParams contains all the parameters to send to the API endpoint
for the remove organization member operation. Typically these are written to a http.Request.
func NewRemoveOrganizationMemberParams ¶
func NewRemoveOrganizationMemberParams() *RemoveOrganizationMemberParams
NewRemoveOrganizationMemberParams creates a new RemoveOrganizationMemberParams 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 NewRemoveOrganizationMemberParamsWithContext ¶
func NewRemoveOrganizationMemberParamsWithContext(ctx context.Context) *RemoveOrganizationMemberParams
NewRemoveOrganizationMemberParamsWithContext creates a new RemoveOrganizationMemberParams object with the ability to set a context for a request.
func NewRemoveOrganizationMemberParamsWithHTTPClient ¶
func NewRemoveOrganizationMemberParamsWithHTTPClient(client *http.Client) *RemoveOrganizationMemberParams
NewRemoveOrganizationMemberParamsWithHTTPClient creates a new RemoveOrganizationMemberParams object with the ability to set a custom HTTPClient for a request.
func NewRemoveOrganizationMemberParamsWithTimeout ¶
func NewRemoveOrganizationMemberParamsWithTimeout(timeout time.Duration) *RemoveOrganizationMemberParams
NewRemoveOrganizationMemberParamsWithTimeout creates a new RemoveOrganizationMemberParams object with the ability to set a timeout on a request.
func (*RemoveOrganizationMemberParams) SetBody ¶
func (o *RemoveOrganizationMemberParams) SetBody(body RemoveOrganizationMemberBody)
SetBody adds the body to the remove organization member params
func (*RemoveOrganizationMemberParams) SetContext ¶
func (o *RemoveOrganizationMemberParams) SetContext(ctx context.Context)
SetContext adds the context to the remove organization member params
func (*RemoveOrganizationMemberParams) SetDefaults ¶
func (o *RemoveOrganizationMemberParams) SetDefaults()
SetDefaults hydrates default values in the remove organization member params (not the query body).
All values with no default are reset to their zero value.
func (*RemoveOrganizationMemberParams) SetHTTPClient ¶
func (o *RemoveOrganizationMemberParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the remove organization member params
func (*RemoveOrganizationMemberParams) SetTimeout ¶
func (o *RemoveOrganizationMemberParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the remove organization member params
func (*RemoveOrganizationMemberParams) WithBody ¶
func (o *RemoveOrganizationMemberParams) WithBody(body RemoveOrganizationMemberBody) *RemoveOrganizationMemberParams
WithBody adds the body to the remove organization member params
func (*RemoveOrganizationMemberParams) WithContext ¶
func (o *RemoveOrganizationMemberParams) WithContext(ctx context.Context) *RemoveOrganizationMemberParams
WithContext adds the context to the remove organization member params
func (*RemoveOrganizationMemberParams) WithDefaults ¶
func (o *RemoveOrganizationMemberParams) WithDefaults() *RemoveOrganizationMemberParams
WithDefaults hydrates default values in the remove organization member params (not the query body).
All values with no default are reset to their zero value.
func (*RemoveOrganizationMemberParams) WithHTTPClient ¶
func (o *RemoveOrganizationMemberParams) WithHTTPClient(client *http.Client) *RemoveOrganizationMemberParams
WithHTTPClient adds the HTTPClient to the remove organization member params
func (*RemoveOrganizationMemberParams) WithTimeout ¶
func (o *RemoveOrganizationMemberParams) WithTimeout(timeout time.Duration) *RemoveOrganizationMemberParams
WithTimeout adds the timeout to the remove organization member params
func (*RemoveOrganizationMemberParams) WriteToRequest ¶
func (o *RemoveOrganizationMemberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RemoveOrganizationMemberReader ¶
type RemoveOrganizationMemberReader struct {
// contains filtered or unexported fields
}
RemoveOrganizationMemberReader is a Reader for the RemoveOrganizationMember structure.
func (*RemoveOrganizationMemberReader) ReadResponse ¶
func (o *RemoveOrganizationMemberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type RemoveOrganizationMemberUnauthorized ¶
type RemoveOrganizationMemberUnauthorized struct {
}
RemoveOrganizationMemberUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewRemoveOrganizationMemberUnauthorized ¶
func NewRemoveOrganizationMemberUnauthorized() *RemoveOrganizationMemberUnauthorized
NewRemoveOrganizationMemberUnauthorized creates a RemoveOrganizationMemberUnauthorized with default headers values
func (*RemoveOrganizationMemberUnauthorized) Code ¶
func (o *RemoveOrganizationMemberUnauthorized) Code() int
Code gets the status code for the remove organization member unauthorized response
func (*RemoveOrganizationMemberUnauthorized) Error ¶
func (o *RemoveOrganizationMemberUnauthorized) Error() string
func (*RemoveOrganizationMemberUnauthorized) IsClientError ¶
func (o *RemoveOrganizationMemberUnauthorized) IsClientError() bool
IsClientError returns true when this remove organization member unauthorized response has a 4xx status code
func (*RemoveOrganizationMemberUnauthorized) IsCode ¶
func (o *RemoveOrganizationMemberUnauthorized) IsCode(code int) bool
IsCode returns true when this remove organization member unauthorized response a status code equal to that given
func (*RemoveOrganizationMemberUnauthorized) IsRedirect ¶
func (o *RemoveOrganizationMemberUnauthorized) IsRedirect() bool
IsRedirect returns true when this remove organization member unauthorized response has a 3xx status code
func (*RemoveOrganizationMemberUnauthorized) IsServerError ¶
func (o *RemoveOrganizationMemberUnauthorized) IsServerError() bool
IsServerError returns true when this remove organization member unauthorized response has a 5xx status code
func (*RemoveOrganizationMemberUnauthorized) IsSuccess ¶
func (o *RemoveOrganizationMemberUnauthorized) IsSuccess() bool
IsSuccess returns true when this remove organization member unauthorized response has a 2xx status code
func (*RemoveOrganizationMemberUnauthorized) String ¶
func (o *RemoveOrganizationMemberUnauthorized) String() string
type RevokeSkipInterstitialBody ¶ added in v2.0.1
type RevokeSkipInterstitialBody struct {
// email
Email string `json:"email,omitempty"`
}
RevokeSkipInterstitialBody revoke skip interstitial body swagger:model RevokeSkipInterstitialBody
func (*RevokeSkipInterstitialBody) ContextValidate ¶ added in v2.0.1
func (o *RevokeSkipInterstitialBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this revoke skip interstitial body based on context it is used
func (*RevokeSkipInterstitialBody) MarshalBinary ¶ added in v2.0.1
func (o *RevokeSkipInterstitialBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*RevokeSkipInterstitialBody) UnmarshalBinary ¶ added in v2.0.1
func (o *RevokeSkipInterstitialBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type RevokeSkipInterstitialInternalServerError ¶ added in v2.0.1
type RevokeSkipInterstitialInternalServerError struct {
}
RevokeSkipInterstitialInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewRevokeSkipInterstitialInternalServerError ¶ added in v2.0.1
func NewRevokeSkipInterstitialInternalServerError() *RevokeSkipInterstitialInternalServerError
NewRevokeSkipInterstitialInternalServerError creates a RevokeSkipInterstitialInternalServerError with default headers values
func (*RevokeSkipInterstitialInternalServerError) Code ¶ added in v2.0.1
func (o *RevokeSkipInterstitialInternalServerError) Code() int
Code gets the status code for the revoke skip interstitial internal server error response
func (*RevokeSkipInterstitialInternalServerError) Error ¶ added in v2.0.1
func (o *RevokeSkipInterstitialInternalServerError) Error() string
func (*RevokeSkipInterstitialInternalServerError) IsClientError ¶ added in v2.0.1
func (o *RevokeSkipInterstitialInternalServerError) IsClientError() bool
IsClientError returns true when this revoke skip interstitial internal server error response has a 4xx status code
func (*RevokeSkipInterstitialInternalServerError) IsCode ¶ added in v2.0.1
func (o *RevokeSkipInterstitialInternalServerError) IsCode(code int) bool
IsCode returns true when this revoke skip interstitial internal server error response a status code equal to that given
func (*RevokeSkipInterstitialInternalServerError) IsRedirect ¶ added in v2.0.1
func (o *RevokeSkipInterstitialInternalServerError) IsRedirect() bool
IsRedirect returns true when this revoke skip interstitial internal server error response has a 3xx status code
func (*RevokeSkipInterstitialInternalServerError) IsServerError ¶ added in v2.0.1
func (o *RevokeSkipInterstitialInternalServerError) IsServerError() bool
IsServerError returns true when this revoke skip interstitial internal server error response has a 5xx status code
func (*RevokeSkipInterstitialInternalServerError) IsSuccess ¶ added in v2.0.1
func (o *RevokeSkipInterstitialInternalServerError) IsSuccess() bool
IsSuccess returns true when this revoke skip interstitial internal server error response has a 2xx status code
func (*RevokeSkipInterstitialInternalServerError) String ¶ added in v2.0.1
func (o *RevokeSkipInterstitialInternalServerError) String() string
type RevokeSkipInterstitialNotFound ¶ added in v2.0.1
type RevokeSkipInterstitialNotFound struct {
}
RevokeSkipInterstitialNotFound describes a response with status code 404, with default header values.
account not found
func NewRevokeSkipInterstitialNotFound ¶ added in v2.0.1
func NewRevokeSkipInterstitialNotFound() *RevokeSkipInterstitialNotFound
NewRevokeSkipInterstitialNotFound creates a RevokeSkipInterstitialNotFound with default headers values
func (*RevokeSkipInterstitialNotFound) Code ¶ added in v2.0.1
func (o *RevokeSkipInterstitialNotFound) Code() int
Code gets the status code for the revoke skip interstitial not found response
func (*RevokeSkipInterstitialNotFound) Error ¶ added in v2.0.1
func (o *RevokeSkipInterstitialNotFound) Error() string
func (*RevokeSkipInterstitialNotFound) IsClientError ¶ added in v2.0.1
func (o *RevokeSkipInterstitialNotFound) IsClientError() bool
IsClientError returns true when this revoke skip interstitial not found response has a 4xx status code
func (*RevokeSkipInterstitialNotFound) IsCode ¶ added in v2.0.1
func (o *RevokeSkipInterstitialNotFound) IsCode(code int) bool
IsCode returns true when this revoke skip interstitial not found response a status code equal to that given
func (*RevokeSkipInterstitialNotFound) IsRedirect ¶ added in v2.0.1
func (o *RevokeSkipInterstitialNotFound) IsRedirect() bool
IsRedirect returns true when this revoke skip interstitial not found response has a 3xx status code
func (*RevokeSkipInterstitialNotFound) IsServerError ¶ added in v2.0.1
func (o *RevokeSkipInterstitialNotFound) IsServerError() bool
IsServerError returns true when this revoke skip interstitial not found response has a 5xx status code
func (*RevokeSkipInterstitialNotFound) IsSuccess ¶ added in v2.0.1
func (o *RevokeSkipInterstitialNotFound) IsSuccess() bool
IsSuccess returns true when this revoke skip interstitial not found response has a 2xx status code
func (*RevokeSkipInterstitialNotFound) String ¶ added in v2.0.1
func (o *RevokeSkipInterstitialNotFound) String() string
type RevokeSkipInterstitialOK ¶ added in v2.0.1
type RevokeSkipInterstitialOK struct {
}
RevokeSkipInterstitialOK describes a response with status code 200, with default header values.
ok
func NewRevokeSkipInterstitialOK ¶ added in v2.0.1
func NewRevokeSkipInterstitialOK() *RevokeSkipInterstitialOK
NewRevokeSkipInterstitialOK creates a RevokeSkipInterstitialOK with default headers values
func (*RevokeSkipInterstitialOK) Code ¶ added in v2.0.1
func (o *RevokeSkipInterstitialOK) Code() int
Code gets the status code for the revoke skip interstitial o k response
func (*RevokeSkipInterstitialOK) Error ¶ added in v2.0.1
func (o *RevokeSkipInterstitialOK) Error() string
func (*RevokeSkipInterstitialOK) IsClientError ¶ added in v2.0.1
func (o *RevokeSkipInterstitialOK) IsClientError() bool
IsClientError returns true when this revoke skip interstitial o k response has a 4xx status code
func (*RevokeSkipInterstitialOK) IsCode ¶ added in v2.0.1
func (o *RevokeSkipInterstitialOK) IsCode(code int) bool
IsCode returns true when this revoke skip interstitial o k response a status code equal to that given
func (*RevokeSkipInterstitialOK) IsRedirect ¶ added in v2.0.1
func (o *RevokeSkipInterstitialOK) IsRedirect() bool
IsRedirect returns true when this revoke skip interstitial o k response has a 3xx status code
func (*RevokeSkipInterstitialOK) IsServerError ¶ added in v2.0.1
func (o *RevokeSkipInterstitialOK) IsServerError() bool
IsServerError returns true when this revoke skip interstitial o k response has a 5xx status code
func (*RevokeSkipInterstitialOK) IsSuccess ¶ added in v2.0.1
func (o *RevokeSkipInterstitialOK) IsSuccess() bool
IsSuccess returns true when this revoke skip interstitial o k response has a 2xx status code
func (*RevokeSkipInterstitialOK) String ¶ added in v2.0.1
func (o *RevokeSkipInterstitialOK) String() string
type RevokeSkipInterstitialParams ¶ added in v2.0.1
type RevokeSkipInterstitialParams struct {
// Body.
Body RevokeSkipInterstitialBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
RevokeSkipInterstitialParams contains all the parameters to send to the API endpoint
for the revoke skip interstitial operation. Typically these are written to a http.Request.
func NewRevokeSkipInterstitialParams ¶ added in v2.0.1
func NewRevokeSkipInterstitialParams() *RevokeSkipInterstitialParams
NewRevokeSkipInterstitialParams creates a new RevokeSkipInterstitialParams 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 NewRevokeSkipInterstitialParamsWithContext ¶ added in v2.0.1
func NewRevokeSkipInterstitialParamsWithContext(ctx context.Context) *RevokeSkipInterstitialParams
NewRevokeSkipInterstitialParamsWithContext creates a new RevokeSkipInterstitialParams object with the ability to set a context for a request.
func NewRevokeSkipInterstitialParamsWithHTTPClient ¶ added in v2.0.1
func NewRevokeSkipInterstitialParamsWithHTTPClient(client *http.Client) *RevokeSkipInterstitialParams
NewRevokeSkipInterstitialParamsWithHTTPClient creates a new RevokeSkipInterstitialParams object with the ability to set a custom HTTPClient for a request.
func NewRevokeSkipInterstitialParamsWithTimeout ¶ added in v2.0.1
func NewRevokeSkipInterstitialParamsWithTimeout(timeout time.Duration) *RevokeSkipInterstitialParams
NewRevokeSkipInterstitialParamsWithTimeout creates a new RevokeSkipInterstitialParams object with the ability to set a timeout on a request.
func (*RevokeSkipInterstitialParams) SetBody ¶ added in v2.0.1
func (o *RevokeSkipInterstitialParams) SetBody(body RevokeSkipInterstitialBody)
SetBody adds the body to the revoke skip interstitial params
func (*RevokeSkipInterstitialParams) SetContext ¶ added in v2.0.1
func (o *RevokeSkipInterstitialParams) SetContext(ctx context.Context)
SetContext adds the context to the revoke skip interstitial params
func (*RevokeSkipInterstitialParams) SetDefaults ¶ added in v2.0.1
func (o *RevokeSkipInterstitialParams) SetDefaults()
SetDefaults hydrates default values in the revoke skip interstitial params (not the query body).
All values with no default are reset to their zero value.
func (*RevokeSkipInterstitialParams) SetHTTPClient ¶ added in v2.0.1
func (o *RevokeSkipInterstitialParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the revoke skip interstitial params
func (*RevokeSkipInterstitialParams) SetTimeout ¶ added in v2.0.1
func (o *RevokeSkipInterstitialParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the revoke skip interstitial params
func (*RevokeSkipInterstitialParams) WithBody ¶ added in v2.0.1
func (o *RevokeSkipInterstitialParams) WithBody(body RevokeSkipInterstitialBody) *RevokeSkipInterstitialParams
WithBody adds the body to the revoke skip interstitial params
func (*RevokeSkipInterstitialParams) WithContext ¶ added in v2.0.1
func (o *RevokeSkipInterstitialParams) WithContext(ctx context.Context) *RevokeSkipInterstitialParams
WithContext adds the context to the revoke skip interstitial params
func (*RevokeSkipInterstitialParams) WithDefaults ¶ added in v2.0.1
func (o *RevokeSkipInterstitialParams) WithDefaults() *RevokeSkipInterstitialParams
WithDefaults hydrates default values in the revoke skip interstitial params (not the query body).
All values with no default are reset to their zero value.
func (*RevokeSkipInterstitialParams) WithHTTPClient ¶ added in v2.0.1
func (o *RevokeSkipInterstitialParams) WithHTTPClient(client *http.Client) *RevokeSkipInterstitialParams
WithHTTPClient adds the HTTPClient to the revoke skip interstitial params
func (*RevokeSkipInterstitialParams) WithTimeout ¶ added in v2.0.1
func (o *RevokeSkipInterstitialParams) WithTimeout(timeout time.Duration) *RevokeSkipInterstitialParams
WithTimeout adds the timeout to the revoke skip interstitial params
func (*RevokeSkipInterstitialParams) WriteToRequest ¶ added in v2.0.1
func (o *RevokeSkipInterstitialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RevokeSkipInterstitialReader ¶ added in v2.0.1
type RevokeSkipInterstitialReader struct {
// contains filtered or unexported fields
}
RevokeSkipInterstitialReader is a Reader for the RevokeSkipInterstitial structure.
func (*RevokeSkipInterstitialReader) ReadResponse ¶ added in v2.0.1
func (o *RevokeSkipInterstitialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type RevokeSkipInterstitialUnauthorized ¶ added in v2.0.1
type RevokeSkipInterstitialUnauthorized struct {
}
RevokeSkipInterstitialUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewRevokeSkipInterstitialUnauthorized ¶ added in v2.0.1
func NewRevokeSkipInterstitialUnauthorized() *RevokeSkipInterstitialUnauthorized
NewRevokeSkipInterstitialUnauthorized creates a RevokeSkipInterstitialUnauthorized with default headers values
func (*RevokeSkipInterstitialUnauthorized) Code ¶ added in v2.0.1
func (o *RevokeSkipInterstitialUnauthorized) Code() int
Code gets the status code for the revoke skip interstitial unauthorized response
func (*RevokeSkipInterstitialUnauthorized) Error ¶ added in v2.0.1
func (o *RevokeSkipInterstitialUnauthorized) Error() string
func (*RevokeSkipInterstitialUnauthorized) IsClientError ¶ added in v2.0.1
func (o *RevokeSkipInterstitialUnauthorized) IsClientError() bool
IsClientError returns true when this revoke skip interstitial unauthorized response has a 4xx status code
func (*RevokeSkipInterstitialUnauthorized) IsCode ¶ added in v2.0.1
func (o *RevokeSkipInterstitialUnauthorized) IsCode(code int) bool
IsCode returns true when this revoke skip interstitial unauthorized response a status code equal to that given
func (*RevokeSkipInterstitialUnauthorized) IsRedirect ¶ added in v2.0.1
func (o *RevokeSkipInterstitialUnauthorized) IsRedirect() bool
IsRedirect returns true when this revoke skip interstitial unauthorized response has a 3xx status code
func (*RevokeSkipInterstitialUnauthorized) IsServerError ¶ added in v2.0.1
func (o *RevokeSkipInterstitialUnauthorized) IsServerError() bool
IsServerError returns true when this revoke skip interstitial unauthorized response has a 5xx status code
func (*RevokeSkipInterstitialUnauthorized) IsSuccess ¶ added in v2.0.1
func (o *RevokeSkipInterstitialUnauthorized) IsSuccess() bool
IsSuccess returns true when this revoke skip interstitial unauthorized response has a 2xx status code
func (*RevokeSkipInterstitialUnauthorized) String ¶ added in v2.0.1
func (o *RevokeSkipInterstitialUnauthorized) String() string
type UpdateAccountPasswordBody ¶
type UpdateAccountPasswordBody struct {
// email
Email string `json:"email,omitempty"`
// password
Password string `json:"password,omitempty"`
}
UpdateAccountPasswordBody update account password body swagger:model UpdateAccountPasswordBody
func (*UpdateAccountPasswordBody) ContextValidate ¶
func (o *UpdateAccountPasswordBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this update account password body based on context it is used
func (*UpdateAccountPasswordBody) MarshalBinary ¶
func (o *UpdateAccountPasswordBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateAccountPasswordBody) UnmarshalBinary ¶
func (o *UpdateAccountPasswordBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpdateAccountPasswordInternalServerError ¶
type UpdateAccountPasswordInternalServerError struct {
}
UpdateAccountPasswordInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewUpdateAccountPasswordInternalServerError ¶
func NewUpdateAccountPasswordInternalServerError() *UpdateAccountPasswordInternalServerError
NewUpdateAccountPasswordInternalServerError creates a UpdateAccountPasswordInternalServerError with default headers values
func (*UpdateAccountPasswordInternalServerError) Code ¶
func (o *UpdateAccountPasswordInternalServerError) Code() int
Code gets the status code for the update account password internal server error response
func (*UpdateAccountPasswordInternalServerError) Error ¶
func (o *UpdateAccountPasswordInternalServerError) Error() string
func (*UpdateAccountPasswordInternalServerError) IsClientError ¶
func (o *UpdateAccountPasswordInternalServerError) IsClientError() bool
IsClientError returns true when this update account password internal server error response has a 4xx status code
func (*UpdateAccountPasswordInternalServerError) IsCode ¶
func (o *UpdateAccountPasswordInternalServerError) IsCode(code int) bool
IsCode returns true when this update account password internal server error response a status code equal to that given
func (*UpdateAccountPasswordInternalServerError) IsRedirect ¶
func (o *UpdateAccountPasswordInternalServerError) IsRedirect() bool
IsRedirect returns true when this update account password internal server error response has a 3xx status code
func (*UpdateAccountPasswordInternalServerError) IsServerError ¶
func (o *UpdateAccountPasswordInternalServerError) IsServerError() bool
IsServerError returns true when this update account password internal server error response has a 5xx status code
func (*UpdateAccountPasswordInternalServerError) IsSuccess ¶
func (o *UpdateAccountPasswordInternalServerError) IsSuccess() bool
IsSuccess returns true when this update account password internal server error response has a 2xx status code
func (*UpdateAccountPasswordInternalServerError) String ¶
func (o *UpdateAccountPasswordInternalServerError) String() string
type UpdateAccountPasswordNotFound ¶
type UpdateAccountPasswordNotFound struct {
}
UpdateAccountPasswordNotFound describes a response with status code 404, with default header values.
not found
func NewUpdateAccountPasswordNotFound ¶
func NewUpdateAccountPasswordNotFound() *UpdateAccountPasswordNotFound
NewUpdateAccountPasswordNotFound creates a UpdateAccountPasswordNotFound with default headers values
func (*UpdateAccountPasswordNotFound) Code ¶
func (o *UpdateAccountPasswordNotFound) Code() int
Code gets the status code for the update account password not found response
func (*UpdateAccountPasswordNotFound) Error ¶
func (o *UpdateAccountPasswordNotFound) Error() string
func (*UpdateAccountPasswordNotFound) IsClientError ¶
func (o *UpdateAccountPasswordNotFound) IsClientError() bool
IsClientError returns true when this update account password not found response has a 4xx status code
func (*UpdateAccountPasswordNotFound) IsCode ¶
func (o *UpdateAccountPasswordNotFound) IsCode(code int) bool
IsCode returns true when this update account password not found response a status code equal to that given
func (*UpdateAccountPasswordNotFound) IsRedirect ¶
func (o *UpdateAccountPasswordNotFound) IsRedirect() bool
IsRedirect returns true when this update account password not found response has a 3xx status code
func (*UpdateAccountPasswordNotFound) IsServerError ¶
func (o *UpdateAccountPasswordNotFound) IsServerError() bool
IsServerError returns true when this update account password not found response has a 5xx status code
func (*UpdateAccountPasswordNotFound) IsSuccess ¶
func (o *UpdateAccountPasswordNotFound) IsSuccess() bool
IsSuccess returns true when this update account password not found response has a 2xx status code
func (*UpdateAccountPasswordNotFound) String ¶
func (o *UpdateAccountPasswordNotFound) String() string
type UpdateAccountPasswordOK ¶
type UpdateAccountPasswordOK struct {
}
UpdateAccountPasswordOK describes a response with status code 200, with default header values.
ok
func NewUpdateAccountPasswordOK ¶
func NewUpdateAccountPasswordOK() *UpdateAccountPasswordOK
NewUpdateAccountPasswordOK creates a UpdateAccountPasswordOK with default headers values
func (*UpdateAccountPasswordOK) Code ¶
func (o *UpdateAccountPasswordOK) Code() int
Code gets the status code for the update account password o k response
func (*UpdateAccountPasswordOK) Error ¶
func (o *UpdateAccountPasswordOK) Error() string
func (*UpdateAccountPasswordOK) IsClientError ¶
func (o *UpdateAccountPasswordOK) IsClientError() bool
IsClientError returns true when this update account password o k response has a 4xx status code
func (*UpdateAccountPasswordOK) IsCode ¶
func (o *UpdateAccountPasswordOK) IsCode(code int) bool
IsCode returns true when this update account password o k response a status code equal to that given
func (*UpdateAccountPasswordOK) IsRedirect ¶
func (o *UpdateAccountPasswordOK) IsRedirect() bool
IsRedirect returns true when this update account password o k response has a 3xx status code
func (*UpdateAccountPasswordOK) IsServerError ¶
func (o *UpdateAccountPasswordOK) IsServerError() bool
IsServerError returns true when this update account password o k response has a 5xx status code
func (*UpdateAccountPasswordOK) IsSuccess ¶
func (o *UpdateAccountPasswordOK) IsSuccess() bool
IsSuccess returns true when this update account password o k response has a 2xx status code
func (*UpdateAccountPasswordOK) String ¶
func (o *UpdateAccountPasswordOK) String() string
type UpdateAccountPasswordParams ¶
type UpdateAccountPasswordParams struct {
// Body.
Body UpdateAccountPasswordBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
UpdateAccountPasswordParams contains all the parameters to send to the API endpoint
for the update account password operation. Typically these are written to a http.Request.
func NewUpdateAccountPasswordParams ¶
func NewUpdateAccountPasswordParams() *UpdateAccountPasswordParams
NewUpdateAccountPasswordParams creates a new UpdateAccountPasswordParams 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 NewUpdateAccountPasswordParamsWithContext ¶
func NewUpdateAccountPasswordParamsWithContext(ctx context.Context) *UpdateAccountPasswordParams
NewUpdateAccountPasswordParamsWithContext creates a new UpdateAccountPasswordParams object with the ability to set a context for a request.
func NewUpdateAccountPasswordParamsWithHTTPClient ¶
func NewUpdateAccountPasswordParamsWithHTTPClient(client *http.Client) *UpdateAccountPasswordParams
NewUpdateAccountPasswordParamsWithHTTPClient creates a new UpdateAccountPasswordParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateAccountPasswordParamsWithTimeout ¶
func NewUpdateAccountPasswordParamsWithTimeout(timeout time.Duration) *UpdateAccountPasswordParams
NewUpdateAccountPasswordParamsWithTimeout creates a new UpdateAccountPasswordParams object with the ability to set a timeout on a request.
func (*UpdateAccountPasswordParams) SetBody ¶
func (o *UpdateAccountPasswordParams) SetBody(body UpdateAccountPasswordBody)
SetBody adds the body to the update account password params
func (*UpdateAccountPasswordParams) SetContext ¶
func (o *UpdateAccountPasswordParams) SetContext(ctx context.Context)
SetContext adds the context to the update account password params
func (*UpdateAccountPasswordParams) SetDefaults ¶
func (o *UpdateAccountPasswordParams) SetDefaults()
SetDefaults hydrates default values in the update account password params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateAccountPasswordParams) SetHTTPClient ¶
func (o *UpdateAccountPasswordParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update account password params
func (*UpdateAccountPasswordParams) SetTimeout ¶
func (o *UpdateAccountPasswordParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update account password params
func (*UpdateAccountPasswordParams) WithBody ¶
func (o *UpdateAccountPasswordParams) WithBody(body UpdateAccountPasswordBody) *UpdateAccountPasswordParams
WithBody adds the body to the update account password params
func (*UpdateAccountPasswordParams) WithContext ¶
func (o *UpdateAccountPasswordParams) WithContext(ctx context.Context) *UpdateAccountPasswordParams
WithContext adds the context to the update account password params
func (*UpdateAccountPasswordParams) WithDefaults ¶
func (o *UpdateAccountPasswordParams) WithDefaults() *UpdateAccountPasswordParams
WithDefaults hydrates default values in the update account password params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateAccountPasswordParams) WithHTTPClient ¶
func (o *UpdateAccountPasswordParams) WithHTTPClient(client *http.Client) *UpdateAccountPasswordParams
WithHTTPClient adds the HTTPClient to the update account password params
func (*UpdateAccountPasswordParams) WithTimeout ¶
func (o *UpdateAccountPasswordParams) WithTimeout(timeout time.Duration) *UpdateAccountPasswordParams
WithTimeout adds the timeout to the update account password params
func (*UpdateAccountPasswordParams) WriteToRequest ¶
func (o *UpdateAccountPasswordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAccountPasswordReader ¶
type UpdateAccountPasswordReader struct {
// contains filtered or unexported fields
}
UpdateAccountPasswordReader is a Reader for the UpdateAccountPassword structure.
func (*UpdateAccountPasswordReader) ReadResponse ¶
func (o *UpdateAccountPasswordReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type UpdateAccountPasswordUnauthorized ¶
type UpdateAccountPasswordUnauthorized struct {
}
UpdateAccountPasswordUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewUpdateAccountPasswordUnauthorized ¶
func NewUpdateAccountPasswordUnauthorized() *UpdateAccountPasswordUnauthorized
NewUpdateAccountPasswordUnauthorized creates a UpdateAccountPasswordUnauthorized with default headers values
func (*UpdateAccountPasswordUnauthorized) Code ¶
func (o *UpdateAccountPasswordUnauthorized) Code() int
Code gets the status code for the update account password unauthorized response
func (*UpdateAccountPasswordUnauthorized) Error ¶
func (o *UpdateAccountPasswordUnauthorized) Error() string
func (*UpdateAccountPasswordUnauthorized) IsClientError ¶
func (o *UpdateAccountPasswordUnauthorized) IsClientError() bool
IsClientError returns true when this update account password unauthorized response has a 4xx status code
func (*UpdateAccountPasswordUnauthorized) IsCode ¶
func (o *UpdateAccountPasswordUnauthorized) IsCode(code int) bool
IsCode returns true when this update account password unauthorized response a status code equal to that given
func (*UpdateAccountPasswordUnauthorized) IsRedirect ¶
func (o *UpdateAccountPasswordUnauthorized) IsRedirect() bool
IsRedirect returns true when this update account password unauthorized response has a 3xx status code
func (*UpdateAccountPasswordUnauthorized) IsServerError ¶
func (o *UpdateAccountPasswordUnauthorized) IsServerError() bool
IsServerError returns true when this update account password unauthorized response has a 5xx status code
func (*UpdateAccountPasswordUnauthorized) IsSuccess ¶
func (o *UpdateAccountPasswordUnauthorized) IsSuccess() bool
IsSuccess returns true when this update account password unauthorized response has a 2xx status code
func (*UpdateAccountPasswordUnauthorized) String ¶
func (o *UpdateAccountPasswordUnauthorized) String() string
type UpdateAccountPasswordUnprocessableEntity ¶
type UpdateAccountPasswordUnprocessableEntity struct {
Payload rest_model_zrok.ErrorMessage
}
UpdateAccountPasswordUnprocessableEntity describes a response with status code 422, with default header values.
password validation failure
func NewUpdateAccountPasswordUnprocessableEntity ¶
func NewUpdateAccountPasswordUnprocessableEntity() *UpdateAccountPasswordUnprocessableEntity
NewUpdateAccountPasswordUnprocessableEntity creates a UpdateAccountPasswordUnprocessableEntity with default headers values
func (*UpdateAccountPasswordUnprocessableEntity) Code ¶
func (o *UpdateAccountPasswordUnprocessableEntity) Code() int
Code gets the status code for the update account password unprocessable entity response
func (*UpdateAccountPasswordUnprocessableEntity) Error ¶
func (o *UpdateAccountPasswordUnprocessableEntity) Error() string
func (*UpdateAccountPasswordUnprocessableEntity) GetPayload ¶
func (o *UpdateAccountPasswordUnprocessableEntity) GetPayload() rest_model_zrok.ErrorMessage
func (*UpdateAccountPasswordUnprocessableEntity) IsClientError ¶
func (o *UpdateAccountPasswordUnprocessableEntity) IsClientError() bool
IsClientError returns true when this update account password unprocessable entity response has a 4xx status code
func (*UpdateAccountPasswordUnprocessableEntity) IsCode ¶
func (o *UpdateAccountPasswordUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this update account password unprocessable entity response a status code equal to that given
func (*UpdateAccountPasswordUnprocessableEntity) IsRedirect ¶
func (o *UpdateAccountPasswordUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this update account password unprocessable entity response has a 3xx status code
func (*UpdateAccountPasswordUnprocessableEntity) IsServerError ¶
func (o *UpdateAccountPasswordUnprocessableEntity) IsServerError() bool
IsServerError returns true when this update account password unprocessable entity response has a 5xx status code
func (*UpdateAccountPasswordUnprocessableEntity) IsSuccess ¶
func (o *UpdateAccountPasswordUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this update account password unprocessable entity response has a 2xx status code
func (*UpdateAccountPasswordUnprocessableEntity) String ¶
func (o *UpdateAccountPasswordUnprocessableEntity) String() string
type UpdateFrontendBody ¶
type UpdateFrontendBody struct {
// dynamic
Dynamic bool `json:"dynamic,omitempty"`
// dynamic set
DynamicSet bool `json:"dynamicSet,omitempty"`
// frontend token
FrontendToken string `json:"frontendToken,omitempty"`
// public name
PublicName string `json:"publicName,omitempty"`
// url template
URLTemplate string `json:"urlTemplate,omitempty"`
}
UpdateFrontendBody update frontend body swagger:model UpdateFrontendBody
func (*UpdateFrontendBody) ContextValidate ¶
ContextValidate validates this update frontend body based on context it is used
func (*UpdateFrontendBody) MarshalBinary ¶
func (o *UpdateFrontendBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateFrontendBody) UnmarshalBinary ¶
func (o *UpdateFrontendBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpdateFrontendInternalServerError ¶
type UpdateFrontendInternalServerError struct {
}
UpdateFrontendInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewUpdateFrontendInternalServerError ¶
func NewUpdateFrontendInternalServerError() *UpdateFrontendInternalServerError
NewUpdateFrontendInternalServerError creates a UpdateFrontendInternalServerError with default headers values
func (*UpdateFrontendInternalServerError) Code ¶
func (o *UpdateFrontendInternalServerError) Code() int
Code gets the status code for the update frontend internal server error response
func (*UpdateFrontendInternalServerError) Error ¶
func (o *UpdateFrontendInternalServerError) Error() string
func (*UpdateFrontendInternalServerError) IsClientError ¶
func (o *UpdateFrontendInternalServerError) IsClientError() bool
IsClientError returns true when this update frontend internal server error response has a 4xx status code
func (*UpdateFrontendInternalServerError) IsCode ¶
func (o *UpdateFrontendInternalServerError) IsCode(code int) bool
IsCode returns true when this update frontend internal server error response a status code equal to that given
func (*UpdateFrontendInternalServerError) IsRedirect ¶
func (o *UpdateFrontendInternalServerError) IsRedirect() bool
IsRedirect returns true when this update frontend internal server error response has a 3xx status code
func (*UpdateFrontendInternalServerError) IsServerError ¶
func (o *UpdateFrontendInternalServerError) IsServerError() bool
IsServerError returns true when this update frontend internal server error response has a 5xx status code
func (*UpdateFrontendInternalServerError) IsSuccess ¶
func (o *UpdateFrontendInternalServerError) IsSuccess() bool
IsSuccess returns true when this update frontend internal server error response has a 2xx status code
func (*UpdateFrontendInternalServerError) String ¶
func (o *UpdateFrontendInternalServerError) String() string
type UpdateFrontendNotFound ¶
type UpdateFrontendNotFound struct {
}
UpdateFrontendNotFound describes a response with status code 404, with default header values.
not found
func NewUpdateFrontendNotFound ¶
func NewUpdateFrontendNotFound() *UpdateFrontendNotFound
NewUpdateFrontendNotFound creates a UpdateFrontendNotFound with default headers values
func (*UpdateFrontendNotFound) Code ¶
func (o *UpdateFrontendNotFound) Code() int
Code gets the status code for the update frontend not found response
func (*UpdateFrontendNotFound) Error ¶
func (o *UpdateFrontendNotFound) Error() string
func (*UpdateFrontendNotFound) IsClientError ¶
func (o *UpdateFrontendNotFound) IsClientError() bool
IsClientError returns true when this update frontend not found response has a 4xx status code
func (*UpdateFrontendNotFound) IsCode ¶
func (o *UpdateFrontendNotFound) IsCode(code int) bool
IsCode returns true when this update frontend not found response a status code equal to that given
func (*UpdateFrontendNotFound) IsRedirect ¶
func (o *UpdateFrontendNotFound) IsRedirect() bool
IsRedirect returns true when this update frontend not found response has a 3xx status code
func (*UpdateFrontendNotFound) IsServerError ¶
func (o *UpdateFrontendNotFound) IsServerError() bool
IsServerError returns true when this update frontend not found response has a 5xx status code
func (*UpdateFrontendNotFound) IsSuccess ¶
func (o *UpdateFrontendNotFound) IsSuccess() bool
IsSuccess returns true when this update frontend not found response has a 2xx status code
func (*UpdateFrontendNotFound) String ¶
func (o *UpdateFrontendNotFound) String() string
type UpdateFrontendOK ¶
type UpdateFrontendOK struct {
}
UpdateFrontendOK describes a response with status code 200, with default header values.
frontend updated
func NewUpdateFrontendOK ¶
func NewUpdateFrontendOK() *UpdateFrontendOK
NewUpdateFrontendOK creates a UpdateFrontendOK with default headers values
func (*UpdateFrontendOK) Code ¶
func (o *UpdateFrontendOK) Code() int
Code gets the status code for the update frontend o k response
func (*UpdateFrontendOK) Error ¶
func (o *UpdateFrontendOK) Error() string
func (*UpdateFrontendOK) IsClientError ¶
func (o *UpdateFrontendOK) IsClientError() bool
IsClientError returns true when this update frontend o k response has a 4xx status code
func (*UpdateFrontendOK) IsCode ¶
func (o *UpdateFrontendOK) IsCode(code int) bool
IsCode returns true when this update frontend o k response a status code equal to that given
func (*UpdateFrontendOK) IsRedirect ¶
func (o *UpdateFrontendOK) IsRedirect() bool
IsRedirect returns true when this update frontend o k response has a 3xx status code
func (*UpdateFrontendOK) IsServerError ¶
func (o *UpdateFrontendOK) IsServerError() bool
IsServerError returns true when this update frontend o k response has a 5xx status code
func (*UpdateFrontendOK) IsSuccess ¶
func (o *UpdateFrontendOK) IsSuccess() bool
IsSuccess returns true when this update frontend o k response has a 2xx status code
func (*UpdateFrontendOK) String ¶
func (o *UpdateFrontendOK) String() string
type UpdateFrontendParams ¶
type UpdateFrontendParams struct {
// Body.
Body UpdateFrontendBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
UpdateFrontendParams contains all the parameters to send to the API endpoint
for the update frontend operation. Typically these are written to a http.Request.
func NewUpdateFrontendParams ¶
func NewUpdateFrontendParams() *UpdateFrontendParams
NewUpdateFrontendParams creates a new UpdateFrontendParams 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 NewUpdateFrontendParamsWithContext ¶
func NewUpdateFrontendParamsWithContext(ctx context.Context) *UpdateFrontendParams
NewUpdateFrontendParamsWithContext creates a new UpdateFrontendParams object with the ability to set a context for a request.
func NewUpdateFrontendParamsWithHTTPClient ¶
func NewUpdateFrontendParamsWithHTTPClient(client *http.Client) *UpdateFrontendParams
NewUpdateFrontendParamsWithHTTPClient creates a new UpdateFrontendParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateFrontendParamsWithTimeout ¶
func NewUpdateFrontendParamsWithTimeout(timeout time.Duration) *UpdateFrontendParams
NewUpdateFrontendParamsWithTimeout creates a new UpdateFrontendParams object with the ability to set a timeout on a request.
func (*UpdateFrontendParams) SetBody ¶
func (o *UpdateFrontendParams) SetBody(body UpdateFrontendBody)
SetBody adds the body to the update frontend params
func (*UpdateFrontendParams) SetContext ¶
func (o *UpdateFrontendParams) SetContext(ctx context.Context)
SetContext adds the context to the update frontend params
func (*UpdateFrontendParams) SetDefaults ¶
func (o *UpdateFrontendParams) SetDefaults()
SetDefaults hydrates default values in the update frontend params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateFrontendParams) SetHTTPClient ¶
func (o *UpdateFrontendParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update frontend params
func (*UpdateFrontendParams) SetTimeout ¶
func (o *UpdateFrontendParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update frontend params
func (*UpdateFrontendParams) WithBody ¶
func (o *UpdateFrontendParams) WithBody(body UpdateFrontendBody) *UpdateFrontendParams
WithBody adds the body to the update frontend params
func (*UpdateFrontendParams) WithContext ¶
func (o *UpdateFrontendParams) WithContext(ctx context.Context) *UpdateFrontendParams
WithContext adds the context to the update frontend params
func (*UpdateFrontendParams) WithDefaults ¶
func (o *UpdateFrontendParams) WithDefaults() *UpdateFrontendParams
WithDefaults hydrates default values in the update frontend params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateFrontendParams) WithHTTPClient ¶
func (o *UpdateFrontendParams) WithHTTPClient(client *http.Client) *UpdateFrontendParams
WithHTTPClient adds the HTTPClient to the update frontend params
func (*UpdateFrontendParams) WithTimeout ¶
func (o *UpdateFrontendParams) WithTimeout(timeout time.Duration) *UpdateFrontendParams
WithTimeout adds the timeout to the update frontend params
func (*UpdateFrontendParams) WriteToRequest ¶
func (o *UpdateFrontendParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateFrontendReader ¶
type UpdateFrontendReader struct {
// contains filtered or unexported fields
}
UpdateFrontendReader is a Reader for the UpdateFrontend structure.
func (*UpdateFrontendReader) ReadResponse ¶
func (o *UpdateFrontendReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type UpdateFrontendUnauthorized ¶
type UpdateFrontendUnauthorized struct {
}
UpdateFrontendUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewUpdateFrontendUnauthorized ¶
func NewUpdateFrontendUnauthorized() *UpdateFrontendUnauthorized
NewUpdateFrontendUnauthorized creates a UpdateFrontendUnauthorized with default headers values
func (*UpdateFrontendUnauthorized) Code ¶
func (o *UpdateFrontendUnauthorized) Code() int
Code gets the status code for the update frontend unauthorized response
func (*UpdateFrontendUnauthorized) Error ¶
func (o *UpdateFrontendUnauthorized) Error() string
func (*UpdateFrontendUnauthorized) IsClientError ¶
func (o *UpdateFrontendUnauthorized) IsClientError() bool
IsClientError returns true when this update frontend unauthorized response has a 4xx status code
func (*UpdateFrontendUnauthorized) IsCode ¶
func (o *UpdateFrontendUnauthorized) IsCode(code int) bool
IsCode returns true when this update frontend unauthorized response a status code equal to that given
func (*UpdateFrontendUnauthorized) IsRedirect ¶
func (o *UpdateFrontendUnauthorized) IsRedirect() bool
IsRedirect returns true when this update frontend unauthorized response has a 3xx status code
func (*UpdateFrontendUnauthorized) IsServerError ¶
func (o *UpdateFrontendUnauthorized) IsServerError() bool
IsServerError returns true when this update frontend unauthorized response has a 5xx status code
func (*UpdateFrontendUnauthorized) IsSuccess ¶
func (o *UpdateFrontendUnauthorized) IsSuccess() bool
IsSuccess returns true when this update frontend unauthorized response has a 2xx status code
func (*UpdateFrontendUnauthorized) String ¶
func (o *UpdateFrontendUnauthorized) String() string
type UpdateNamespaceBody ¶
type UpdateNamespaceBody struct {
// description
Description string `json:"description,omitempty"`
// name
Name string `json:"name,omitempty"`
// namespace token
NamespaceToken string `json:"namespaceToken,omitempty"`
// open
Open bool `json:"open,omitempty"`
// open set
OpenSet bool `json:"openSet,omitempty"`
}
UpdateNamespaceBody update namespace body swagger:model UpdateNamespaceBody
func (*UpdateNamespaceBody) ContextValidate ¶
ContextValidate validates this update namespace body based on context it is used
func (*UpdateNamespaceBody) MarshalBinary ¶
func (o *UpdateNamespaceBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateNamespaceBody) UnmarshalBinary ¶
func (o *UpdateNamespaceBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpdateNamespaceInternalServerError ¶
type UpdateNamespaceInternalServerError struct {
}
UpdateNamespaceInternalServerError describes a response with status code 500, with default header values.
internal server error
func NewUpdateNamespaceInternalServerError ¶
func NewUpdateNamespaceInternalServerError() *UpdateNamespaceInternalServerError
NewUpdateNamespaceInternalServerError creates a UpdateNamespaceInternalServerError with default headers values
func (*UpdateNamespaceInternalServerError) Code ¶
func (o *UpdateNamespaceInternalServerError) Code() int
Code gets the status code for the update namespace internal server error response
func (*UpdateNamespaceInternalServerError) Error ¶
func (o *UpdateNamespaceInternalServerError) Error() string
func (*UpdateNamespaceInternalServerError) IsClientError ¶
func (o *UpdateNamespaceInternalServerError) IsClientError() bool
IsClientError returns true when this update namespace internal server error response has a 4xx status code
func (*UpdateNamespaceInternalServerError) IsCode ¶
func (o *UpdateNamespaceInternalServerError) IsCode(code int) bool
IsCode returns true when this update namespace internal server error response a status code equal to that given
func (*UpdateNamespaceInternalServerError) IsRedirect ¶
func (o *UpdateNamespaceInternalServerError) IsRedirect() bool
IsRedirect returns true when this update namespace internal server error response has a 3xx status code
func (*UpdateNamespaceInternalServerError) IsServerError ¶
func (o *UpdateNamespaceInternalServerError) IsServerError() bool
IsServerError returns true when this update namespace internal server error response has a 5xx status code
func (*UpdateNamespaceInternalServerError) IsSuccess ¶
func (o *UpdateNamespaceInternalServerError) IsSuccess() bool
IsSuccess returns true when this update namespace internal server error response has a 2xx status code
func (*UpdateNamespaceInternalServerError) String ¶
func (o *UpdateNamespaceInternalServerError) String() string
type UpdateNamespaceNotFound ¶
type UpdateNamespaceNotFound struct {
}
UpdateNamespaceNotFound describes a response with status code 404, with default header values.
not found
func NewUpdateNamespaceNotFound ¶
func NewUpdateNamespaceNotFound() *UpdateNamespaceNotFound
NewUpdateNamespaceNotFound creates a UpdateNamespaceNotFound with default headers values
func (*UpdateNamespaceNotFound) Code ¶
func (o *UpdateNamespaceNotFound) Code() int
Code gets the status code for the update namespace not found response
func (*UpdateNamespaceNotFound) Error ¶
func (o *UpdateNamespaceNotFound) Error() string
func (*UpdateNamespaceNotFound) IsClientError ¶
func (o *UpdateNamespaceNotFound) IsClientError() bool
IsClientError returns true when this update namespace not found response has a 4xx status code
func (*UpdateNamespaceNotFound) IsCode ¶
func (o *UpdateNamespaceNotFound) IsCode(code int) bool
IsCode returns true when this update namespace not found response a status code equal to that given
func (*UpdateNamespaceNotFound) IsRedirect ¶
func (o *UpdateNamespaceNotFound) IsRedirect() bool
IsRedirect returns true when this update namespace not found response has a 3xx status code
func (*UpdateNamespaceNotFound) IsServerError ¶
func (o *UpdateNamespaceNotFound) IsServerError() bool
IsServerError returns true when this update namespace not found response has a 5xx status code
func (*UpdateNamespaceNotFound) IsSuccess ¶
func (o *UpdateNamespaceNotFound) IsSuccess() bool
IsSuccess returns true when this update namespace not found response has a 2xx status code
func (*UpdateNamespaceNotFound) String ¶
func (o *UpdateNamespaceNotFound) String() string
type UpdateNamespaceOK ¶
type UpdateNamespaceOK struct {
}
UpdateNamespaceOK describes a response with status code 200, with default header values.
namespace updated
func NewUpdateNamespaceOK ¶
func NewUpdateNamespaceOK() *UpdateNamespaceOK
NewUpdateNamespaceOK creates a UpdateNamespaceOK with default headers values
func (*UpdateNamespaceOK) Code ¶
func (o *UpdateNamespaceOK) Code() int
Code gets the status code for the update namespace o k response
func (*UpdateNamespaceOK) Error ¶
func (o *UpdateNamespaceOK) Error() string
func (*UpdateNamespaceOK) IsClientError ¶
func (o *UpdateNamespaceOK) IsClientError() bool
IsClientError returns true when this update namespace o k response has a 4xx status code
func (*UpdateNamespaceOK) IsCode ¶
func (o *UpdateNamespaceOK) IsCode(code int) bool
IsCode returns true when this update namespace o k response a status code equal to that given
func (*UpdateNamespaceOK) IsRedirect ¶
func (o *UpdateNamespaceOK) IsRedirect() bool
IsRedirect returns true when this update namespace o k response has a 3xx status code
func (*UpdateNamespaceOK) IsServerError ¶
func (o *UpdateNamespaceOK) IsServerError() bool
IsServerError returns true when this update namespace o k response has a 5xx status code
func (*UpdateNamespaceOK) IsSuccess ¶
func (o *UpdateNamespaceOK) IsSuccess() bool
IsSuccess returns true when this update namespace o k response has a 2xx status code
func (*UpdateNamespaceOK) String ¶
func (o *UpdateNamespaceOK) String() string
type UpdateNamespaceParams ¶
type UpdateNamespaceParams struct {
// Body.
Body UpdateNamespaceBody
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
UpdateNamespaceParams contains all the parameters to send to the API endpoint
for the update namespace operation. Typically these are written to a http.Request.
func NewUpdateNamespaceParams ¶
func NewUpdateNamespaceParams() *UpdateNamespaceParams
NewUpdateNamespaceParams creates a new UpdateNamespaceParams 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 NewUpdateNamespaceParamsWithContext ¶
func NewUpdateNamespaceParamsWithContext(ctx context.Context) *UpdateNamespaceParams
NewUpdateNamespaceParamsWithContext creates a new UpdateNamespaceParams object with the ability to set a context for a request.
func NewUpdateNamespaceParamsWithHTTPClient ¶
func NewUpdateNamespaceParamsWithHTTPClient(client *http.Client) *UpdateNamespaceParams
NewUpdateNamespaceParamsWithHTTPClient creates a new UpdateNamespaceParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateNamespaceParamsWithTimeout ¶
func NewUpdateNamespaceParamsWithTimeout(timeout time.Duration) *UpdateNamespaceParams
NewUpdateNamespaceParamsWithTimeout creates a new UpdateNamespaceParams object with the ability to set a timeout on a request.
func (*UpdateNamespaceParams) SetBody ¶
func (o *UpdateNamespaceParams) SetBody(body UpdateNamespaceBody)
SetBody adds the body to the update namespace params
func (*UpdateNamespaceParams) SetContext ¶
func (o *UpdateNamespaceParams) SetContext(ctx context.Context)
SetContext adds the context to the update namespace params
func (*UpdateNamespaceParams) SetDefaults ¶
func (o *UpdateNamespaceParams) SetDefaults()
SetDefaults hydrates default values in the update namespace params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateNamespaceParams) SetHTTPClient ¶
func (o *UpdateNamespaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update namespace params
func (*UpdateNamespaceParams) SetTimeout ¶
func (o *UpdateNamespaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update namespace params
func (*UpdateNamespaceParams) WithBody ¶
func (o *UpdateNamespaceParams) WithBody(body UpdateNamespaceBody) *UpdateNamespaceParams
WithBody adds the body to the update namespace params
func (*UpdateNamespaceParams) WithContext ¶
func (o *UpdateNamespaceParams) WithContext(ctx context.Context) *UpdateNamespaceParams
WithContext adds the context to the update namespace params
func (*UpdateNamespaceParams) WithDefaults ¶
func (o *UpdateNamespaceParams) WithDefaults() *UpdateNamespaceParams
WithDefaults hydrates default values in the update namespace params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateNamespaceParams) WithHTTPClient ¶
func (o *UpdateNamespaceParams) WithHTTPClient(client *http.Client) *UpdateNamespaceParams
WithHTTPClient adds the HTTPClient to the update namespace params
func (*UpdateNamespaceParams) WithTimeout ¶
func (o *UpdateNamespaceParams) WithTimeout(timeout time.Duration) *UpdateNamespaceParams
WithTimeout adds the timeout to the update namespace params
func (*UpdateNamespaceParams) WriteToRequest ¶
func (o *UpdateNamespaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateNamespaceReader ¶
type UpdateNamespaceReader struct {
// contains filtered or unexported fields
}
UpdateNamespaceReader is a Reader for the UpdateNamespace structure.
func (*UpdateNamespaceReader) ReadResponse ¶
func (o *UpdateNamespaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type UpdateNamespaceUnauthorized ¶
type UpdateNamespaceUnauthorized struct {
}
UpdateNamespaceUnauthorized describes a response with status code 401, with default header values.
unauthorized
func NewUpdateNamespaceUnauthorized ¶
func NewUpdateNamespaceUnauthorized() *UpdateNamespaceUnauthorized
NewUpdateNamespaceUnauthorized creates a UpdateNamespaceUnauthorized with default headers values
func (*UpdateNamespaceUnauthorized) Code ¶
func (o *UpdateNamespaceUnauthorized) Code() int
Code gets the status code for the update namespace unauthorized response
func (*UpdateNamespaceUnauthorized) Error ¶
func (o *UpdateNamespaceUnauthorized) Error() string
func (*UpdateNamespaceUnauthorized) IsClientError ¶
func (o *UpdateNamespaceUnauthorized) IsClientError() bool
IsClientError returns true when this update namespace unauthorized response has a 4xx status code
func (*UpdateNamespaceUnauthorized) IsCode ¶
func (o *UpdateNamespaceUnauthorized) IsCode(code int) bool
IsCode returns true when this update namespace unauthorized response a status code equal to that given
func (*UpdateNamespaceUnauthorized) IsRedirect ¶
func (o *UpdateNamespaceUnauthorized) IsRedirect() bool
IsRedirect returns true when this update namespace unauthorized response has a 3xx status code
func (*UpdateNamespaceUnauthorized) IsServerError ¶
func (o *UpdateNamespaceUnauthorized) IsServerError() bool
IsServerError returns true when this update namespace unauthorized response has a 5xx status code
func (*UpdateNamespaceUnauthorized) IsSuccess ¶
func (o *UpdateNamespaceUnauthorized) IsSuccess() bool
IsSuccess returns true when this update namespace unauthorized response has a 2xx status code
func (*UpdateNamespaceUnauthorized) String ¶
func (o *UpdateNamespaceUnauthorized) String() string
Source Files
¶
- add_frontend_grant_parameters.go
- add_frontend_grant_responses.go
- add_namespace_frontend_mapping_parameters.go
- add_namespace_frontend_mapping_responses.go
- add_namespace_grant_parameters.go
- add_namespace_grant_responses.go
- add_organization_member_parameters.go
- add_organization_member_responses.go
- admin_client.go
- apply_limit_classes_parameters.go
- apply_limit_classes_responses.go
- create_account_parameters.go
- create_account_responses.go
- create_frontend_parameters.go
- create_frontend_responses.go
- create_identity_parameters.go
- create_identity_responses.go
- create_namespace_parameters.go
- create_namespace_responses.go
- create_organization_parameters.go
- create_organization_responses.go
- delete_account_parameters.go
- delete_account_responses.go
- delete_frontend_grant_parameters.go
- delete_frontend_grant_responses.go
- delete_frontend_parameters.go
- delete_frontend_responses.go
- delete_identity_parameters.go
- delete_identity_responses.go
- delete_namespace_parameters.go
- delete_namespace_responses.go
- delete_organization_parameters.go
- delete_organization_responses.go
- get_skip_interstitial_grant_parameters.go
- get_skip_interstitial_grant_responses.go
- grant_skip_interstitial_parameters.go
- grant_skip_interstitial_responses.go
- invite_token_generate_parameters.go
- invite_token_generate_responses.go
- list_applied_limit_classes_parameters.go
- list_applied_limit_classes_responses.go
- list_frontend_namespace_mappings_parameters.go
- list_frontend_namespace_mappings_responses.go
- list_frontends_parameters.go
- list_frontends_responses.go
- list_limit_classes_parameters.go
- list_limit_classes_responses.go
- list_namespace_frontend_mappings_parameters.go
- list_namespace_frontend_mappings_responses.go
- list_namespaces_parameters.go
- list_namespaces_responses.go
- list_organization_members_parameters.go
- list_organization_members_responses.go
- list_organizations_parameters.go
- list_organizations_responses.go
- remove_applied_limit_classes_parameters.go
- remove_applied_limit_classes_responses.go
- remove_namespace_frontend_mapping_parameters.go
- remove_namespace_frontend_mapping_responses.go
- remove_namespace_grant_parameters.go
- remove_namespace_grant_responses.go
- remove_organization_member_parameters.go
- remove_organization_member_responses.go
- revoke_skip_interstitial_parameters.go
- revoke_skip_interstitial_responses.go
- update_account_password_parameters.go
- update_account_password_responses.go
- update_frontend_parameters.go
- update_frontend_responses.go
- update_namespace_parameters.go
- update_namespace_responses.go