organizations_v1

package
v0.0.0-...-13a6dad Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for organizations v1 API

func (*Client) CreateOrganization

CreateOrganization creates organization

func (*Client) CreateOrganizationMember

CreateOrganizationMember creates organization member

func (*Client) DeleteOrganization

DeleteOrganization deletes organization

func (*Client) DeleteOrganizationInvitation

DeleteOrganizationInvitation deletes organization invitation details

func (*Client) DeleteOrganizationMember

DeleteOrganizationMember deletes organization member details

func (*Client) GetOrganization

GetOrganization gets organization

func (*Client) GetOrganizationActivities

GetOrganizationActivities gets organization activities

func (*Client) GetOrganizationInvitation

GetOrganizationInvitation gets organization invitation details

func (*Client) GetOrganizationMember

GetOrganizationMember gets organization member details

func (*Client) GetOrganizationSettings

GetOrganizationSettings gets organization settings

func (*Client) GetOrganizationStats

GetOrganizationStats gets organization stats

func (*Client) ListOrganizationMemberNames

ListOrganizationMemberNames gets organization member names

func (*Client) ListOrganizationMembers

ListOrganizationMembers gets organization members

func (*Client) ListOrganizationNames

ListOrganizationNames lists organizations names

func (*Client) ListOrganizations

ListOrganizations lists organizations

func (*Client) OrganizationPlan

OrganizationPlan organizations plan

func (*Client) PatchOrganization

PatchOrganization patches organization

func (*Client) PatchOrganizationInvitation

PatchOrganizationInvitation patches organization invitation

func (*Client) PatchOrganizationMember

PatchOrganizationMember patches organization member

func (*Client) PatchOrganizationSettings

PatchOrganizationSettings patches oranization settings

func (*Client) ResendOrganizationInvitation

ResendOrganizationInvitation resends organization invitation

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateOrganization

UpdateOrganization updates organization

func (*Client) UpdateOrganizationInvitation

UpdateOrganizationInvitation updates organization invitation

func (*Client) UpdateOrganizationMember

UpdateOrganizationMember updates organization member

func (*Client) UpdateOrganizationSettings

UpdateOrganizationSettings updates organization settings

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateOrganization(params *CreateOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrganizationOK, *CreateOrganizationNoContent, error)

	CreateOrganizationMember(params *CreateOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrganizationMemberOK, *CreateOrganizationMemberNoContent, error)

	DeleteOrganization(params *DeleteOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOrganizationOK, *DeleteOrganizationNoContent, error)

	DeleteOrganizationInvitation(params *DeleteOrganizationInvitationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOrganizationInvitationOK, *DeleteOrganizationInvitationNoContent, error)

	DeleteOrganizationMember(params *DeleteOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOrganizationMemberOK, *DeleteOrganizationMemberNoContent, error)

	GetOrganization(params *GetOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationOK, *GetOrganizationNoContent, error)

	GetOrganizationActivities(params *GetOrganizationActivitiesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationActivitiesOK, *GetOrganizationActivitiesNoContent, error)

	GetOrganizationInvitation(params *GetOrganizationInvitationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationInvitationOK, *GetOrganizationInvitationNoContent, error)

	GetOrganizationMember(params *GetOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationMemberOK, *GetOrganizationMemberNoContent, error)

	GetOrganizationSettings(params *GetOrganizationSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationSettingsOK, *GetOrganizationSettingsNoContent, error)

	GetOrganizationStats(params *GetOrganizationStatsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationStatsOK, *GetOrganizationStatsNoContent, error)

	ListOrganizationMemberNames(params *ListOrganizationMemberNamesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationMemberNamesOK, *ListOrganizationMemberNamesNoContent, error)

	ListOrganizationMembers(params *ListOrganizationMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationMembersOK, *ListOrganizationMembersNoContent, error)

	ListOrganizationNames(params *ListOrganizationNamesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationNamesOK, *ListOrganizationNamesNoContent, error)

	ListOrganizations(params *ListOrganizationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationsOK, *ListOrganizationsNoContent, error)

	OrganizationPlan(params *OrganizationPlanParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrganizationPlanOK, *OrganizationPlanNoContent, error)

	PatchOrganization(params *PatchOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchOrganizationOK, *PatchOrganizationNoContent, error)

	PatchOrganizationInvitation(params *PatchOrganizationInvitationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchOrganizationInvitationOK, *PatchOrganizationInvitationNoContent, error)

	PatchOrganizationMember(params *PatchOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchOrganizationMemberOK, *PatchOrganizationMemberNoContent, error)

	PatchOrganizationSettings(params *PatchOrganizationSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchOrganizationSettingsOK, *PatchOrganizationSettingsNoContent, error)

	ResendOrganizationInvitation(params *ResendOrganizationInvitationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ResendOrganizationInvitationOK, *ResendOrganizationInvitationNoContent, error)

	UpdateOrganization(params *UpdateOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateOrganizationOK, *UpdateOrganizationNoContent, error)

	UpdateOrganizationInvitation(params *UpdateOrganizationInvitationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateOrganizationInvitationOK, *UpdateOrganizationInvitationNoContent, error)

	UpdateOrganizationMember(params *UpdateOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateOrganizationMemberOK, *UpdateOrganizationMemberNoContent, error)

	UpdateOrganizationSettings(params *UpdateOrganizationSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateOrganizationSettingsOK, *UpdateOrganizationSettingsNoContent, 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 organizations v1 API client.

type CreateOrganizationDefault

type CreateOrganizationDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
CreateOrganizationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCreateOrganizationDefault

func NewCreateOrganizationDefault(code int) *CreateOrganizationDefault

NewCreateOrganizationDefault creates a CreateOrganizationDefault with default headers values

func (*CreateOrganizationDefault) Code

func (o *CreateOrganizationDefault) Code() int

Code gets the status code for the create organization default response

func (*CreateOrganizationDefault) Error

func (o *CreateOrganizationDefault) Error() string

func (*CreateOrganizationDefault) GetPayload

type CreateOrganizationForbidden

type CreateOrganizationForbidden struct {
	Payload interface{}
}
CreateOrganizationForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewCreateOrganizationForbidden

func NewCreateOrganizationForbidden() *CreateOrganizationForbidden

NewCreateOrganizationForbidden creates a CreateOrganizationForbidden with default headers values

func (*CreateOrganizationForbidden) Error

func (*CreateOrganizationForbidden) GetPayload

func (o *CreateOrganizationForbidden) GetPayload() interface{}

type CreateOrganizationMemberDefault

type CreateOrganizationMemberDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
CreateOrganizationMemberDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCreateOrganizationMemberDefault

func NewCreateOrganizationMemberDefault(code int) *CreateOrganizationMemberDefault

NewCreateOrganizationMemberDefault creates a CreateOrganizationMemberDefault with default headers values

func (*CreateOrganizationMemberDefault) Code

Code gets the status code for the create organization member default response

func (*CreateOrganizationMemberDefault) Error

func (*CreateOrganizationMemberDefault) GetPayload

type CreateOrganizationMemberForbidden

type CreateOrganizationMemberForbidden struct {
	Payload interface{}
}
CreateOrganizationMemberForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewCreateOrganizationMemberForbidden

func NewCreateOrganizationMemberForbidden() *CreateOrganizationMemberForbidden

NewCreateOrganizationMemberForbidden creates a CreateOrganizationMemberForbidden with default headers values

func (*CreateOrganizationMemberForbidden) Error

func (*CreateOrganizationMemberForbidden) GetPayload

func (o *CreateOrganizationMemberForbidden) GetPayload() interface{}

type CreateOrganizationMemberNoContent

type CreateOrganizationMemberNoContent struct {
	Payload interface{}
}
CreateOrganizationMemberNoContent describes a response with status code 204, with default header values.

No content.

func NewCreateOrganizationMemberNoContent

func NewCreateOrganizationMemberNoContent() *CreateOrganizationMemberNoContent

NewCreateOrganizationMemberNoContent creates a CreateOrganizationMemberNoContent with default headers values

func (*CreateOrganizationMemberNoContent) Error

func (*CreateOrganizationMemberNoContent) GetPayload

func (o *CreateOrganizationMemberNoContent) GetPayload() interface{}

type CreateOrganizationMemberNotFound

type CreateOrganizationMemberNotFound struct {
	Payload interface{}
}
CreateOrganizationMemberNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewCreateOrganizationMemberNotFound

func NewCreateOrganizationMemberNotFound() *CreateOrganizationMemberNotFound

NewCreateOrganizationMemberNotFound creates a CreateOrganizationMemberNotFound with default headers values

func (*CreateOrganizationMemberNotFound) Error

func (*CreateOrganizationMemberNotFound) GetPayload

func (o *CreateOrganizationMemberNotFound) GetPayload() interface{}

type CreateOrganizationMemberOK

type CreateOrganizationMemberOK struct {
	Payload *service_model.V1OrganizationMember
}
CreateOrganizationMemberOK describes a response with status code 200, with default header values.

A successful response.

func NewCreateOrganizationMemberOK

func NewCreateOrganizationMemberOK() *CreateOrganizationMemberOK

NewCreateOrganizationMemberOK creates a CreateOrganizationMemberOK with default headers values

func (*CreateOrganizationMemberOK) Error

func (*CreateOrganizationMemberOK) GetPayload

type CreateOrganizationMemberParams

type CreateOrganizationMemberParams struct {

	/* Body.

	   Organization body
	*/
	Body *service_model.V1OrganizationMember

	/* Email.

	   Optional email.
	*/
	Email *string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

CreateOrganizationMemberParams contains all the parameters to send to the API endpoint

for the create organization member operation.

Typically these are written to a http.Request.

func NewCreateOrganizationMemberParams

func NewCreateOrganizationMemberParams() *CreateOrganizationMemberParams

NewCreateOrganizationMemberParams creates a new CreateOrganizationMemberParams 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 NewCreateOrganizationMemberParamsWithContext

func NewCreateOrganizationMemberParamsWithContext(ctx context.Context) *CreateOrganizationMemberParams

NewCreateOrganizationMemberParamsWithContext creates a new CreateOrganizationMemberParams object with the ability to set a context for a request.

func NewCreateOrganizationMemberParamsWithHTTPClient

func NewCreateOrganizationMemberParamsWithHTTPClient(client *http.Client) *CreateOrganizationMemberParams

NewCreateOrganizationMemberParamsWithHTTPClient creates a new CreateOrganizationMemberParams object with the ability to set a custom HTTPClient for a request.

func NewCreateOrganizationMemberParamsWithTimeout

func NewCreateOrganizationMemberParamsWithTimeout(timeout time.Duration) *CreateOrganizationMemberParams

NewCreateOrganizationMemberParamsWithTimeout creates a new CreateOrganizationMemberParams object with the ability to set a timeout on a request.

func (*CreateOrganizationMemberParams) SetBody

SetBody adds the body to the create organization member params

func (*CreateOrganizationMemberParams) SetContext

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

SetContext adds the context to the create organization member params

func (*CreateOrganizationMemberParams) SetDefaults

func (o *CreateOrganizationMemberParams) SetDefaults()

SetDefaults hydrates default values in the create organization member params (not the query body).

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

func (*CreateOrganizationMemberParams) SetEmail

func (o *CreateOrganizationMemberParams) SetEmail(email *string)

SetEmail adds the email to the create organization member params

func (*CreateOrganizationMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create organization member params

func (*CreateOrganizationMemberParams) SetOwner

func (o *CreateOrganizationMemberParams) SetOwner(owner string)

SetOwner adds the owner to the create organization member params

func (*CreateOrganizationMemberParams) SetTimeout

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

SetTimeout adds the timeout to the create organization member params

func (*CreateOrganizationMemberParams) WithBody

WithBody adds the body to the create organization member params

func (*CreateOrganizationMemberParams) WithContext

WithContext adds the context to the create organization member params

func (*CreateOrganizationMemberParams) WithDefaults

WithDefaults hydrates default values in the create organization member params (not the query body).

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

func (*CreateOrganizationMemberParams) WithEmail

WithEmail adds the email to the create organization member params

func (*CreateOrganizationMemberParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create organization member params

func (*CreateOrganizationMemberParams) WithOwner

WithOwner adds the owner to the create organization member params

func (*CreateOrganizationMemberParams) WithTimeout

WithTimeout adds the timeout to the create organization member params

func (*CreateOrganizationMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateOrganizationMemberReader

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

CreateOrganizationMemberReader is a Reader for the CreateOrganizationMember structure.

func (*CreateOrganizationMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateOrganizationNoContent

type CreateOrganizationNoContent struct {
	Payload interface{}
}
CreateOrganizationNoContent describes a response with status code 204, with default header values.

No content.

func NewCreateOrganizationNoContent

func NewCreateOrganizationNoContent() *CreateOrganizationNoContent

NewCreateOrganizationNoContent creates a CreateOrganizationNoContent with default headers values

func (*CreateOrganizationNoContent) Error

func (*CreateOrganizationNoContent) GetPayload

func (o *CreateOrganizationNoContent) GetPayload() interface{}

type CreateOrganizationNotFound

type CreateOrganizationNotFound struct {
	Payload interface{}
}
CreateOrganizationNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewCreateOrganizationNotFound

func NewCreateOrganizationNotFound() *CreateOrganizationNotFound

NewCreateOrganizationNotFound creates a CreateOrganizationNotFound with default headers values

func (*CreateOrganizationNotFound) Error

func (*CreateOrganizationNotFound) GetPayload

func (o *CreateOrganizationNotFound) GetPayload() interface{}

type CreateOrganizationOK

type CreateOrganizationOK struct {
	Payload *service_model.V1Organization
}
CreateOrganizationOK describes a response with status code 200, with default header values.

A successful response.

func NewCreateOrganizationOK

func NewCreateOrganizationOK() *CreateOrganizationOK

NewCreateOrganizationOK creates a CreateOrganizationOK with default headers values

func (*CreateOrganizationOK) Error

func (o *CreateOrganizationOK) Error() string

func (*CreateOrganizationOK) GetPayload

type CreateOrganizationParams

type CreateOrganizationParams struct {

	// Body.
	Body *service_model.V1Organization

	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

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

WithBody adds the body to the create organization params

func (*CreateOrganizationParams) WithContext

WithContext adds the context to the create organization params

func (*CreateOrganizationParams) WithDefaults

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

WithTimeout adds the timeout to the create organization params

func (*CreateOrganizationParams) WriteToRequest

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) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteOrganizationDefault

type DeleteOrganizationDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
DeleteOrganizationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewDeleteOrganizationDefault

func NewDeleteOrganizationDefault(code int) *DeleteOrganizationDefault

NewDeleteOrganizationDefault creates a DeleteOrganizationDefault with default headers values

func (*DeleteOrganizationDefault) Code

func (o *DeleteOrganizationDefault) Code() int

Code gets the status code for the delete organization default response

func (*DeleteOrganizationDefault) Error

func (o *DeleteOrganizationDefault) Error() string

func (*DeleteOrganizationDefault) GetPayload

type DeleteOrganizationForbidden

type DeleteOrganizationForbidden struct {
	Payload interface{}
}
DeleteOrganizationForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewDeleteOrganizationForbidden

func NewDeleteOrganizationForbidden() *DeleteOrganizationForbidden

NewDeleteOrganizationForbidden creates a DeleteOrganizationForbidden with default headers values

func (*DeleteOrganizationForbidden) Error

func (*DeleteOrganizationForbidden) GetPayload

func (o *DeleteOrganizationForbidden) GetPayload() interface{}

type DeleteOrganizationInvitationDefault

type DeleteOrganizationInvitationDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
DeleteOrganizationInvitationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewDeleteOrganizationInvitationDefault

func NewDeleteOrganizationInvitationDefault(code int) *DeleteOrganizationInvitationDefault

NewDeleteOrganizationInvitationDefault creates a DeleteOrganizationInvitationDefault with default headers values

func (*DeleteOrganizationInvitationDefault) Code

Code gets the status code for the delete organization invitation default response

func (*DeleteOrganizationInvitationDefault) Error

func (*DeleteOrganizationInvitationDefault) GetPayload

type DeleteOrganizationInvitationForbidden

type DeleteOrganizationInvitationForbidden struct {
	Payload interface{}
}
DeleteOrganizationInvitationForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewDeleteOrganizationInvitationForbidden

func NewDeleteOrganizationInvitationForbidden() *DeleteOrganizationInvitationForbidden

NewDeleteOrganizationInvitationForbidden creates a DeleteOrganizationInvitationForbidden with default headers values

func (*DeleteOrganizationInvitationForbidden) Error

func (*DeleteOrganizationInvitationForbidden) GetPayload

func (o *DeleteOrganizationInvitationForbidden) GetPayload() interface{}

type DeleteOrganizationInvitationNoContent

type DeleteOrganizationInvitationNoContent struct {
	Payload interface{}
}
DeleteOrganizationInvitationNoContent describes a response with status code 204, with default header values.

No content.

func NewDeleteOrganizationInvitationNoContent

func NewDeleteOrganizationInvitationNoContent() *DeleteOrganizationInvitationNoContent

NewDeleteOrganizationInvitationNoContent creates a DeleteOrganizationInvitationNoContent with default headers values

func (*DeleteOrganizationInvitationNoContent) Error

func (*DeleteOrganizationInvitationNoContent) GetPayload

func (o *DeleteOrganizationInvitationNoContent) GetPayload() interface{}

type DeleteOrganizationInvitationNotFound

type DeleteOrganizationInvitationNotFound struct {
	Payload interface{}
}
DeleteOrganizationInvitationNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewDeleteOrganizationInvitationNotFound

func NewDeleteOrganizationInvitationNotFound() *DeleteOrganizationInvitationNotFound

NewDeleteOrganizationInvitationNotFound creates a DeleteOrganizationInvitationNotFound with default headers values

func (*DeleteOrganizationInvitationNotFound) Error

func (*DeleteOrganizationInvitationNotFound) GetPayload

func (o *DeleteOrganizationInvitationNotFound) GetPayload() interface{}

type DeleteOrganizationInvitationOK

type DeleteOrganizationInvitationOK struct {
}
DeleteOrganizationInvitationOK describes a response with status code 200, with default header values.

A successful response.

func NewDeleteOrganizationInvitationOK

func NewDeleteOrganizationInvitationOK() *DeleteOrganizationInvitationOK

NewDeleteOrganizationInvitationOK creates a DeleteOrganizationInvitationOK with default headers values

func (*DeleteOrganizationInvitationOK) Error

type DeleteOrganizationInvitationParams

type DeleteOrganizationInvitationParams struct {

	/* Email.

	   Optional email.
	*/
	Email *string

	/* MemberCreatedAt.

	   Optional time when the entity was created.

	   Format: date-time
	*/
	MemberCreatedAt *strfmt.DateTime

	/* MemberRole.

	   Role.
	*/
	MemberRole *string

	/* MemberUpdatedAt.

	   Optional last time the entity was updated.

	   Format: date-time
	*/
	MemberUpdatedAt *strfmt.DateTime

	/* MemberUser.

	   User.
	*/
	MemberUser *string

	/* MemberUserEmail.

	   Read-only User email.
	*/
	MemberUserEmail *string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

DeleteOrganizationInvitationParams contains all the parameters to send to the API endpoint

for the delete organization invitation operation.

Typically these are written to a http.Request.

func NewDeleteOrganizationInvitationParams

func NewDeleteOrganizationInvitationParams() *DeleteOrganizationInvitationParams

NewDeleteOrganizationInvitationParams creates a new DeleteOrganizationInvitationParams 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 NewDeleteOrganizationInvitationParamsWithContext

func NewDeleteOrganizationInvitationParamsWithContext(ctx context.Context) *DeleteOrganizationInvitationParams

NewDeleteOrganizationInvitationParamsWithContext creates a new DeleteOrganizationInvitationParams object with the ability to set a context for a request.

func NewDeleteOrganizationInvitationParamsWithHTTPClient

func NewDeleteOrganizationInvitationParamsWithHTTPClient(client *http.Client) *DeleteOrganizationInvitationParams

NewDeleteOrganizationInvitationParamsWithHTTPClient creates a new DeleteOrganizationInvitationParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteOrganizationInvitationParamsWithTimeout

func NewDeleteOrganizationInvitationParamsWithTimeout(timeout time.Duration) *DeleteOrganizationInvitationParams

NewDeleteOrganizationInvitationParamsWithTimeout creates a new DeleteOrganizationInvitationParams object with the ability to set a timeout on a request.

func (*DeleteOrganizationInvitationParams) SetContext

SetContext adds the context to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) SetDefaults

func (o *DeleteOrganizationInvitationParams) SetDefaults()

SetDefaults hydrates default values in the delete organization invitation params (not the query body).

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

func (*DeleteOrganizationInvitationParams) SetEmail

func (o *DeleteOrganizationInvitationParams) SetEmail(email *string)

SetEmail adds the email to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) SetMemberCreatedAt

func (o *DeleteOrganizationInvitationParams) SetMemberCreatedAt(memberCreatedAt *strfmt.DateTime)

SetMemberCreatedAt adds the memberCreatedAt to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) SetMemberRole

func (o *DeleteOrganizationInvitationParams) SetMemberRole(memberRole *string)

SetMemberRole adds the memberRole to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) SetMemberUpdatedAt

func (o *DeleteOrganizationInvitationParams) SetMemberUpdatedAt(memberUpdatedAt *strfmt.DateTime)

SetMemberUpdatedAt adds the memberUpdatedAt to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) SetMemberUser

func (o *DeleteOrganizationInvitationParams) SetMemberUser(memberUser *string)

SetMemberUser adds the memberUser to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) SetMemberUserEmail

func (o *DeleteOrganizationInvitationParams) SetMemberUserEmail(memberUserEmail *string)

SetMemberUserEmail adds the memberUserEmail to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) SetOwner

func (o *DeleteOrganizationInvitationParams) SetOwner(owner string)

SetOwner adds the owner to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) SetTimeout

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

SetTimeout adds the timeout to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) WithContext

WithContext adds the context to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) WithDefaults

WithDefaults hydrates default values in the delete organization invitation params (not the query body).

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

func (*DeleteOrganizationInvitationParams) WithEmail

WithEmail adds the email to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) WithMemberCreatedAt

WithMemberCreatedAt adds the memberCreatedAt to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) WithMemberRole

WithMemberRole adds the memberRole to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) WithMemberUpdatedAt

WithMemberUpdatedAt adds the memberUpdatedAt to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) WithMemberUser

WithMemberUser adds the memberUser to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) WithMemberUserEmail

func (o *DeleteOrganizationInvitationParams) WithMemberUserEmail(memberUserEmail *string) *DeleteOrganizationInvitationParams

WithMemberUserEmail adds the memberUserEmail to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) WithOwner

WithOwner adds the owner to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) WithTimeout

WithTimeout adds the timeout to the delete organization invitation params

func (*DeleteOrganizationInvitationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteOrganizationInvitationReader

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

DeleteOrganizationInvitationReader is a Reader for the DeleteOrganizationInvitation structure.

func (*DeleteOrganizationInvitationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteOrganizationMemberDefault

type DeleteOrganizationMemberDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
DeleteOrganizationMemberDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewDeleteOrganizationMemberDefault

func NewDeleteOrganizationMemberDefault(code int) *DeleteOrganizationMemberDefault

NewDeleteOrganizationMemberDefault creates a DeleteOrganizationMemberDefault with default headers values

func (*DeleteOrganizationMemberDefault) Code

Code gets the status code for the delete organization member default response

func (*DeleteOrganizationMemberDefault) Error

func (*DeleteOrganizationMemberDefault) GetPayload

type DeleteOrganizationMemberForbidden

type DeleteOrganizationMemberForbidden struct {
	Payload interface{}
}
DeleteOrganizationMemberForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewDeleteOrganizationMemberForbidden

func NewDeleteOrganizationMemberForbidden() *DeleteOrganizationMemberForbidden

NewDeleteOrganizationMemberForbidden creates a DeleteOrganizationMemberForbidden with default headers values

func (*DeleteOrganizationMemberForbidden) Error

func (*DeleteOrganizationMemberForbidden) GetPayload

func (o *DeleteOrganizationMemberForbidden) GetPayload() interface{}

type DeleteOrganizationMemberNoContent

type DeleteOrganizationMemberNoContent struct {
	Payload interface{}
}
DeleteOrganizationMemberNoContent describes a response with status code 204, with default header values.

No content.

func NewDeleteOrganizationMemberNoContent

func NewDeleteOrganizationMemberNoContent() *DeleteOrganizationMemberNoContent

NewDeleteOrganizationMemberNoContent creates a DeleteOrganizationMemberNoContent with default headers values

func (*DeleteOrganizationMemberNoContent) Error

func (*DeleteOrganizationMemberNoContent) GetPayload

func (o *DeleteOrganizationMemberNoContent) GetPayload() interface{}

type DeleteOrganizationMemberNotFound

type DeleteOrganizationMemberNotFound struct {
	Payload interface{}
}
DeleteOrganizationMemberNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewDeleteOrganizationMemberNotFound

func NewDeleteOrganizationMemberNotFound() *DeleteOrganizationMemberNotFound

NewDeleteOrganizationMemberNotFound creates a DeleteOrganizationMemberNotFound with default headers values

func (*DeleteOrganizationMemberNotFound) Error

func (*DeleteOrganizationMemberNotFound) GetPayload

func (o *DeleteOrganizationMemberNotFound) GetPayload() interface{}

type DeleteOrganizationMemberOK

type DeleteOrganizationMemberOK struct {
}
DeleteOrganizationMemberOK describes a response with status code 200, with default header values.

A successful response.

func NewDeleteOrganizationMemberOK

func NewDeleteOrganizationMemberOK() *DeleteOrganizationMemberOK

NewDeleteOrganizationMemberOK creates a DeleteOrganizationMemberOK with default headers values

func (*DeleteOrganizationMemberOK) Error

type DeleteOrganizationMemberParams

type DeleteOrganizationMemberParams struct {

	/* Name.

	   Component under namesapce
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

DeleteOrganizationMemberParams contains all the parameters to send to the API endpoint

for the delete organization member operation.

Typically these are written to a http.Request.

func NewDeleteOrganizationMemberParams

func NewDeleteOrganizationMemberParams() *DeleteOrganizationMemberParams

NewDeleteOrganizationMemberParams creates a new DeleteOrganizationMemberParams 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 NewDeleteOrganizationMemberParamsWithContext

func NewDeleteOrganizationMemberParamsWithContext(ctx context.Context) *DeleteOrganizationMemberParams

NewDeleteOrganizationMemberParamsWithContext creates a new DeleteOrganizationMemberParams object with the ability to set a context for a request.

func NewDeleteOrganizationMemberParamsWithHTTPClient

func NewDeleteOrganizationMemberParamsWithHTTPClient(client *http.Client) *DeleteOrganizationMemberParams

NewDeleteOrganizationMemberParamsWithHTTPClient creates a new DeleteOrganizationMemberParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteOrganizationMemberParamsWithTimeout

func NewDeleteOrganizationMemberParamsWithTimeout(timeout time.Duration) *DeleteOrganizationMemberParams

NewDeleteOrganizationMemberParamsWithTimeout creates a new DeleteOrganizationMemberParams object with the ability to set a timeout on a request.

func (*DeleteOrganizationMemberParams) SetContext

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

SetContext adds the context to the delete organization member params

func (*DeleteOrganizationMemberParams) SetDefaults

func (o *DeleteOrganizationMemberParams) SetDefaults()

SetDefaults hydrates default values in the delete organization member params (not the query body).

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

func (*DeleteOrganizationMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete organization member params

func (*DeleteOrganizationMemberParams) SetName

func (o *DeleteOrganizationMemberParams) SetName(name string)

SetName adds the name to the delete organization member params

func (*DeleteOrganizationMemberParams) SetOwner

func (o *DeleteOrganizationMemberParams) SetOwner(owner string)

SetOwner adds the owner to the delete organization member params

func (*DeleteOrganizationMemberParams) SetTimeout

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

SetTimeout adds the timeout to the delete organization member params

func (*DeleteOrganizationMemberParams) WithContext

WithContext adds the context to the delete organization member params

func (*DeleteOrganizationMemberParams) WithDefaults

WithDefaults hydrates default values in the delete organization member params (not the query body).

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

func (*DeleteOrganizationMemberParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete organization member params

func (*DeleteOrganizationMemberParams) WithName

WithName adds the name to the delete organization member params

func (*DeleteOrganizationMemberParams) WithOwner

WithOwner adds the owner to the delete organization member params

func (*DeleteOrganizationMemberParams) WithTimeout

WithTimeout adds the timeout to the delete organization member params

func (*DeleteOrganizationMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteOrganizationMemberReader

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

DeleteOrganizationMemberReader is a Reader for the DeleteOrganizationMember structure.

func (*DeleteOrganizationMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteOrganizationNoContent

type DeleteOrganizationNoContent struct {
	Payload interface{}
}
DeleteOrganizationNoContent describes a response with status code 204, with default header values.

No content.

func NewDeleteOrganizationNoContent

func NewDeleteOrganizationNoContent() *DeleteOrganizationNoContent

NewDeleteOrganizationNoContent creates a DeleteOrganizationNoContent with default headers values

func (*DeleteOrganizationNoContent) Error

func (*DeleteOrganizationNoContent) GetPayload

func (o *DeleteOrganizationNoContent) GetPayload() interface{}

type DeleteOrganizationNotFound

type DeleteOrganizationNotFound struct {
	Payload interface{}
}
DeleteOrganizationNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewDeleteOrganizationNotFound

func NewDeleteOrganizationNotFound() *DeleteOrganizationNotFound

NewDeleteOrganizationNotFound creates a DeleteOrganizationNotFound with default headers values

func (*DeleteOrganizationNotFound) Error

func (*DeleteOrganizationNotFound) GetPayload

func (o *DeleteOrganizationNotFound) GetPayload() interface{}

type DeleteOrganizationOK

type DeleteOrganizationOK struct {
}
DeleteOrganizationOK describes a response with status code 200, with default header values.

A successful response.

func NewDeleteOrganizationOK

func NewDeleteOrganizationOK() *DeleteOrganizationOK

NewDeleteOrganizationOK creates a DeleteOrganizationOK with default headers values

func (*DeleteOrganizationOK) Error

func (o *DeleteOrganizationOK) Error() string

type DeleteOrganizationParams

type DeleteOrganizationParams struct {

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Usage.

	   Owner usage query param.
	*/
	Usage *string

	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) 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) SetOwner

func (o *DeleteOrganizationParams) SetOwner(owner string)

SetOwner adds the owner 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) SetUsage

func (o *DeleteOrganizationParams) SetUsage(usage *string)

SetUsage adds the usage to the delete organization params

func (*DeleteOrganizationParams) WithContext

WithContext adds the context to the delete organization params

func (*DeleteOrganizationParams) WithDefaults

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) WithOwner

WithOwner adds the owner to the delete organization params

func (*DeleteOrganizationParams) WithTimeout

WithTimeout adds the timeout to the delete organization params

func (*DeleteOrganizationParams) WithUsage

WithUsage adds the usage to the delete organization params

func (*DeleteOrganizationParams) WriteToRequest

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) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetOrganizationActivitiesDefault

type GetOrganizationActivitiesDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
GetOrganizationActivitiesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetOrganizationActivitiesDefault

func NewGetOrganizationActivitiesDefault(code int) *GetOrganizationActivitiesDefault

NewGetOrganizationActivitiesDefault creates a GetOrganizationActivitiesDefault with default headers values

func (*GetOrganizationActivitiesDefault) Code

Code gets the status code for the get organization activities default response

func (*GetOrganizationActivitiesDefault) Error

func (*GetOrganizationActivitiesDefault) GetPayload

type GetOrganizationActivitiesForbidden

type GetOrganizationActivitiesForbidden struct {
	Payload interface{}
}
GetOrganizationActivitiesForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetOrganizationActivitiesForbidden

func NewGetOrganizationActivitiesForbidden() *GetOrganizationActivitiesForbidden

NewGetOrganizationActivitiesForbidden creates a GetOrganizationActivitiesForbidden with default headers values

func (*GetOrganizationActivitiesForbidden) Error

func (*GetOrganizationActivitiesForbidden) GetPayload

func (o *GetOrganizationActivitiesForbidden) GetPayload() interface{}

type GetOrganizationActivitiesNoContent

type GetOrganizationActivitiesNoContent struct {
	Payload interface{}
}
GetOrganizationActivitiesNoContent describes a response with status code 204, with default header values.

No content.

func NewGetOrganizationActivitiesNoContent

func NewGetOrganizationActivitiesNoContent() *GetOrganizationActivitiesNoContent

NewGetOrganizationActivitiesNoContent creates a GetOrganizationActivitiesNoContent with default headers values

func (*GetOrganizationActivitiesNoContent) Error

func (*GetOrganizationActivitiesNoContent) GetPayload

func (o *GetOrganizationActivitiesNoContent) GetPayload() interface{}

type GetOrganizationActivitiesNotFound

type GetOrganizationActivitiesNotFound struct {
	Payload interface{}
}
GetOrganizationActivitiesNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetOrganizationActivitiesNotFound

func NewGetOrganizationActivitiesNotFound() *GetOrganizationActivitiesNotFound

NewGetOrganizationActivitiesNotFound creates a GetOrganizationActivitiesNotFound with default headers values

func (*GetOrganizationActivitiesNotFound) Error

func (*GetOrganizationActivitiesNotFound) GetPayload

func (o *GetOrganizationActivitiesNotFound) GetPayload() interface{}

type GetOrganizationActivitiesOK

type GetOrganizationActivitiesOK struct {
	Payload *service_model.V1ListActivitiesResponse
}
GetOrganizationActivitiesOK describes a response with status code 200, with default header values.

A successful response.

func NewGetOrganizationActivitiesOK

func NewGetOrganizationActivitiesOK() *GetOrganizationActivitiesOK

NewGetOrganizationActivitiesOK creates a GetOrganizationActivitiesOK with default headers values

func (*GetOrganizationActivitiesOK) Error

func (*GetOrganizationActivitiesOK) GetPayload

type GetOrganizationActivitiesParams

type GetOrganizationActivitiesParams struct {

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

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

GetOrganizationActivitiesParams contains all the parameters to send to the API endpoint

for the get organization activities operation.

Typically these are written to a http.Request.

func NewGetOrganizationActivitiesParams

func NewGetOrganizationActivitiesParams() *GetOrganizationActivitiesParams

NewGetOrganizationActivitiesParams creates a new GetOrganizationActivitiesParams 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 NewGetOrganizationActivitiesParamsWithContext

func NewGetOrganizationActivitiesParamsWithContext(ctx context.Context) *GetOrganizationActivitiesParams

NewGetOrganizationActivitiesParamsWithContext creates a new GetOrganizationActivitiesParams object with the ability to set a context for a request.

func NewGetOrganizationActivitiesParamsWithHTTPClient

func NewGetOrganizationActivitiesParamsWithHTTPClient(client *http.Client) *GetOrganizationActivitiesParams

NewGetOrganizationActivitiesParamsWithHTTPClient creates a new GetOrganizationActivitiesParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationActivitiesParamsWithTimeout

func NewGetOrganizationActivitiesParamsWithTimeout(timeout time.Duration) *GetOrganizationActivitiesParams

NewGetOrganizationActivitiesParamsWithTimeout creates a new GetOrganizationActivitiesParams object with the ability to set a timeout on a request.

func (*GetOrganizationActivitiesParams) SetContext

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

SetContext adds the context to the get organization activities params

func (*GetOrganizationActivitiesParams) SetDefaults

func (o *GetOrganizationActivitiesParams) SetDefaults()

SetDefaults hydrates default values in the get organization activities params (not the query body).

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

func (*GetOrganizationActivitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization activities params

func (*GetOrganizationActivitiesParams) SetLimit

func (o *GetOrganizationActivitiesParams) SetLimit(limit *int32)

SetLimit adds the limit to the get organization activities params

func (*GetOrganizationActivitiesParams) SetNoPage

func (o *GetOrganizationActivitiesParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage to the get organization activities params

func (*GetOrganizationActivitiesParams) SetOffset

func (o *GetOrganizationActivitiesParams) SetOffset(offset *int32)

SetOffset adds the offset to the get organization activities params

func (*GetOrganizationActivitiesParams) SetOwner

func (o *GetOrganizationActivitiesParams) SetOwner(owner string)

SetOwner adds the owner to the get organization activities params

func (*GetOrganizationActivitiesParams) SetQuery

func (o *GetOrganizationActivitiesParams) SetQuery(query *string)

SetQuery adds the query to the get organization activities params

func (*GetOrganizationActivitiesParams) SetSort

func (o *GetOrganizationActivitiesParams) SetSort(sort *string)

SetSort adds the sort to the get organization activities params

func (*GetOrganizationActivitiesParams) SetTimeout

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

SetTimeout adds the timeout to the get organization activities params

func (*GetOrganizationActivitiesParams) WithContext

WithContext adds the context to the get organization activities params

func (*GetOrganizationActivitiesParams) WithDefaults

WithDefaults hydrates default values in the get organization activities params (not the query body).

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

func (*GetOrganizationActivitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization activities params

func (*GetOrganizationActivitiesParams) WithLimit

WithLimit adds the limit to the get organization activities params

func (*GetOrganizationActivitiesParams) WithNoPage

WithNoPage adds the noPage to the get organization activities params

func (*GetOrganizationActivitiesParams) WithOffset

WithOffset adds the offset to the get organization activities params

func (*GetOrganizationActivitiesParams) WithOwner

WithOwner adds the owner to the get organization activities params

func (*GetOrganizationActivitiesParams) WithQuery

WithQuery adds the query to the get organization activities params

func (*GetOrganizationActivitiesParams) WithSort

WithSort adds the sort to the get organization activities params

func (*GetOrganizationActivitiesParams) WithTimeout

WithTimeout adds the timeout to the get organization activities params

func (*GetOrganizationActivitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationActivitiesReader

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

GetOrganizationActivitiesReader is a Reader for the GetOrganizationActivities structure.

func (*GetOrganizationActivitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationDefault

type GetOrganizationDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
GetOrganizationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetOrganizationDefault

func NewGetOrganizationDefault(code int) *GetOrganizationDefault

NewGetOrganizationDefault creates a GetOrganizationDefault with default headers values

func (*GetOrganizationDefault) Code

func (o *GetOrganizationDefault) Code() int

Code gets the status code for the get organization default response

func (*GetOrganizationDefault) Error

func (o *GetOrganizationDefault) Error() string

func (*GetOrganizationDefault) GetPayload

type GetOrganizationForbidden

type GetOrganizationForbidden struct {
	Payload interface{}
}
GetOrganizationForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetOrganizationForbidden

func NewGetOrganizationForbidden() *GetOrganizationForbidden

NewGetOrganizationForbidden creates a GetOrganizationForbidden with default headers values

func (*GetOrganizationForbidden) Error

func (o *GetOrganizationForbidden) Error() string

func (*GetOrganizationForbidden) GetPayload

func (o *GetOrganizationForbidden) GetPayload() interface{}

type GetOrganizationInvitationDefault

type GetOrganizationInvitationDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
GetOrganizationInvitationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetOrganizationInvitationDefault

func NewGetOrganizationInvitationDefault(code int) *GetOrganizationInvitationDefault

NewGetOrganizationInvitationDefault creates a GetOrganizationInvitationDefault with default headers values

func (*GetOrganizationInvitationDefault) Code

Code gets the status code for the get organization invitation default response

func (*GetOrganizationInvitationDefault) Error

func (*GetOrganizationInvitationDefault) GetPayload

type GetOrganizationInvitationForbidden

type GetOrganizationInvitationForbidden struct {
	Payload interface{}
}
GetOrganizationInvitationForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetOrganizationInvitationForbidden

func NewGetOrganizationInvitationForbidden() *GetOrganizationInvitationForbidden

NewGetOrganizationInvitationForbidden creates a GetOrganizationInvitationForbidden with default headers values

func (*GetOrganizationInvitationForbidden) Error

func (*GetOrganizationInvitationForbidden) GetPayload

func (o *GetOrganizationInvitationForbidden) GetPayload() interface{}

type GetOrganizationInvitationNoContent

type GetOrganizationInvitationNoContent struct {
	Payload interface{}
}
GetOrganizationInvitationNoContent describes a response with status code 204, with default header values.

No content.

func NewGetOrganizationInvitationNoContent

func NewGetOrganizationInvitationNoContent() *GetOrganizationInvitationNoContent

NewGetOrganizationInvitationNoContent creates a GetOrganizationInvitationNoContent with default headers values

func (*GetOrganizationInvitationNoContent) Error

func (*GetOrganizationInvitationNoContent) GetPayload

func (o *GetOrganizationInvitationNoContent) GetPayload() interface{}

type GetOrganizationInvitationNotFound

type GetOrganizationInvitationNotFound struct {
	Payload interface{}
}
GetOrganizationInvitationNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetOrganizationInvitationNotFound

func NewGetOrganizationInvitationNotFound() *GetOrganizationInvitationNotFound

NewGetOrganizationInvitationNotFound creates a GetOrganizationInvitationNotFound with default headers values

func (*GetOrganizationInvitationNotFound) Error

func (*GetOrganizationInvitationNotFound) GetPayload

func (o *GetOrganizationInvitationNotFound) GetPayload() interface{}

type GetOrganizationInvitationOK

type GetOrganizationInvitationOK struct {
	Payload *service_model.V1OrganizationMember
}
GetOrganizationInvitationOK describes a response with status code 200, with default header values.

A successful response.

func NewGetOrganizationInvitationOK

func NewGetOrganizationInvitationOK() *GetOrganizationInvitationOK

NewGetOrganizationInvitationOK creates a GetOrganizationInvitationOK with default headers values

func (*GetOrganizationInvitationOK) Error

func (*GetOrganizationInvitationOK) GetPayload

type GetOrganizationInvitationParams

type GetOrganizationInvitationParams struct {

	/* Email.

	   Optional email.
	*/
	Email *string

	/* MemberCreatedAt.

	   Optional time when the entity was created.

	   Format: date-time
	*/
	MemberCreatedAt *strfmt.DateTime

	/* MemberRole.

	   Role.
	*/
	MemberRole *string

	/* MemberUpdatedAt.

	   Optional last time the entity was updated.

	   Format: date-time
	*/
	MemberUpdatedAt *strfmt.DateTime

	/* MemberUser.

	   User.
	*/
	MemberUser *string

	/* MemberUserEmail.

	   Read-only User email.
	*/
	MemberUserEmail *string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

GetOrganizationInvitationParams contains all the parameters to send to the API endpoint

for the get organization invitation operation.

Typically these are written to a http.Request.

func NewGetOrganizationInvitationParams

func NewGetOrganizationInvitationParams() *GetOrganizationInvitationParams

NewGetOrganizationInvitationParams creates a new GetOrganizationInvitationParams 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 NewGetOrganizationInvitationParamsWithContext

func NewGetOrganizationInvitationParamsWithContext(ctx context.Context) *GetOrganizationInvitationParams

NewGetOrganizationInvitationParamsWithContext creates a new GetOrganizationInvitationParams object with the ability to set a context for a request.

func NewGetOrganizationInvitationParamsWithHTTPClient

func NewGetOrganizationInvitationParamsWithHTTPClient(client *http.Client) *GetOrganizationInvitationParams

NewGetOrganizationInvitationParamsWithHTTPClient creates a new GetOrganizationInvitationParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationInvitationParamsWithTimeout

func NewGetOrganizationInvitationParamsWithTimeout(timeout time.Duration) *GetOrganizationInvitationParams

NewGetOrganizationInvitationParamsWithTimeout creates a new GetOrganizationInvitationParams object with the ability to set a timeout on a request.

func (*GetOrganizationInvitationParams) SetContext

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

SetContext adds the context to the get organization invitation params

func (*GetOrganizationInvitationParams) SetDefaults

func (o *GetOrganizationInvitationParams) SetDefaults()

SetDefaults hydrates default values in the get organization invitation params (not the query body).

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

func (*GetOrganizationInvitationParams) SetEmail

func (o *GetOrganizationInvitationParams) SetEmail(email *string)

SetEmail adds the email to the get organization invitation params

func (*GetOrganizationInvitationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization invitation params

func (*GetOrganizationInvitationParams) SetMemberCreatedAt

func (o *GetOrganizationInvitationParams) SetMemberCreatedAt(memberCreatedAt *strfmt.DateTime)

SetMemberCreatedAt adds the memberCreatedAt to the get organization invitation params

func (*GetOrganizationInvitationParams) SetMemberRole

func (o *GetOrganizationInvitationParams) SetMemberRole(memberRole *string)

SetMemberRole adds the memberRole to the get organization invitation params

func (*GetOrganizationInvitationParams) SetMemberUpdatedAt

func (o *GetOrganizationInvitationParams) SetMemberUpdatedAt(memberUpdatedAt *strfmt.DateTime)

SetMemberUpdatedAt adds the memberUpdatedAt to the get organization invitation params

func (*GetOrganizationInvitationParams) SetMemberUser

func (o *GetOrganizationInvitationParams) SetMemberUser(memberUser *string)

SetMemberUser adds the memberUser to the get organization invitation params

func (*GetOrganizationInvitationParams) SetMemberUserEmail

func (o *GetOrganizationInvitationParams) SetMemberUserEmail(memberUserEmail *string)

SetMemberUserEmail adds the memberUserEmail to the get organization invitation params

func (*GetOrganizationInvitationParams) SetOwner

func (o *GetOrganizationInvitationParams) SetOwner(owner string)

SetOwner adds the owner to the get organization invitation params

func (*GetOrganizationInvitationParams) SetTimeout

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

SetTimeout adds the timeout to the get organization invitation params

func (*GetOrganizationInvitationParams) WithContext

WithContext adds the context to the get organization invitation params

func (*GetOrganizationInvitationParams) WithDefaults

WithDefaults hydrates default values in the get organization invitation params (not the query body).

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

func (*GetOrganizationInvitationParams) WithEmail

WithEmail adds the email to the get organization invitation params

func (*GetOrganizationInvitationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization invitation params

func (*GetOrganizationInvitationParams) WithMemberCreatedAt

func (o *GetOrganizationInvitationParams) WithMemberCreatedAt(memberCreatedAt *strfmt.DateTime) *GetOrganizationInvitationParams

WithMemberCreatedAt adds the memberCreatedAt to the get organization invitation params

func (*GetOrganizationInvitationParams) WithMemberRole

WithMemberRole adds the memberRole to the get organization invitation params

func (*GetOrganizationInvitationParams) WithMemberUpdatedAt

func (o *GetOrganizationInvitationParams) WithMemberUpdatedAt(memberUpdatedAt *strfmt.DateTime) *GetOrganizationInvitationParams

WithMemberUpdatedAt adds the memberUpdatedAt to the get organization invitation params

func (*GetOrganizationInvitationParams) WithMemberUser

WithMemberUser adds the memberUser to the get organization invitation params

func (*GetOrganizationInvitationParams) WithMemberUserEmail

func (o *GetOrganizationInvitationParams) WithMemberUserEmail(memberUserEmail *string) *GetOrganizationInvitationParams

WithMemberUserEmail adds the memberUserEmail to the get organization invitation params

func (*GetOrganizationInvitationParams) WithOwner

WithOwner adds the owner to the get organization invitation params

func (*GetOrganizationInvitationParams) WithTimeout

WithTimeout adds the timeout to the get organization invitation params

func (*GetOrganizationInvitationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationInvitationReader

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

GetOrganizationInvitationReader is a Reader for the GetOrganizationInvitation structure.

func (*GetOrganizationInvitationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationMemberDefault

type GetOrganizationMemberDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
GetOrganizationMemberDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetOrganizationMemberDefault

func NewGetOrganizationMemberDefault(code int) *GetOrganizationMemberDefault

NewGetOrganizationMemberDefault creates a GetOrganizationMemberDefault with default headers values

func (*GetOrganizationMemberDefault) Code

Code gets the status code for the get organization member default response

func (*GetOrganizationMemberDefault) Error

func (*GetOrganizationMemberDefault) GetPayload

type GetOrganizationMemberForbidden

type GetOrganizationMemberForbidden struct {
	Payload interface{}
}
GetOrganizationMemberForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetOrganizationMemberForbidden

func NewGetOrganizationMemberForbidden() *GetOrganizationMemberForbidden

NewGetOrganizationMemberForbidden creates a GetOrganizationMemberForbidden with default headers values

func (*GetOrganizationMemberForbidden) Error

func (*GetOrganizationMemberForbidden) GetPayload

func (o *GetOrganizationMemberForbidden) GetPayload() interface{}

type GetOrganizationMemberNoContent

type GetOrganizationMemberNoContent struct {
	Payload interface{}
}
GetOrganizationMemberNoContent describes a response with status code 204, with default header values.

No content.

func NewGetOrganizationMemberNoContent

func NewGetOrganizationMemberNoContent() *GetOrganizationMemberNoContent

NewGetOrganizationMemberNoContent creates a GetOrganizationMemberNoContent with default headers values

func (*GetOrganizationMemberNoContent) Error

func (*GetOrganizationMemberNoContent) GetPayload

func (o *GetOrganizationMemberNoContent) GetPayload() interface{}

type GetOrganizationMemberNotFound

type GetOrganizationMemberNotFound struct {
	Payload interface{}
}
GetOrganizationMemberNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetOrganizationMemberNotFound

func NewGetOrganizationMemberNotFound() *GetOrganizationMemberNotFound

NewGetOrganizationMemberNotFound creates a GetOrganizationMemberNotFound with default headers values

func (*GetOrganizationMemberNotFound) Error

func (*GetOrganizationMemberNotFound) GetPayload

func (o *GetOrganizationMemberNotFound) GetPayload() interface{}

type GetOrganizationMemberOK

type GetOrganizationMemberOK struct {
	Payload *service_model.V1OrganizationMember
}
GetOrganizationMemberOK describes a response with status code 200, with default header values.

A successful response.

func NewGetOrganizationMemberOK

func NewGetOrganizationMemberOK() *GetOrganizationMemberOK

NewGetOrganizationMemberOK creates a GetOrganizationMemberOK with default headers values

func (*GetOrganizationMemberOK) Error

func (o *GetOrganizationMemberOK) Error() string

func (*GetOrganizationMemberOK) GetPayload

type GetOrganizationMemberParams

type GetOrganizationMemberParams struct {

	/* Name.

	   Component under namesapce
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

GetOrganizationMemberParams contains all the parameters to send to the API endpoint

for the get organization member operation.

Typically these are written to a http.Request.

func NewGetOrganizationMemberParams

func NewGetOrganizationMemberParams() *GetOrganizationMemberParams

NewGetOrganizationMemberParams creates a new GetOrganizationMemberParams 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 NewGetOrganizationMemberParamsWithContext

func NewGetOrganizationMemberParamsWithContext(ctx context.Context) *GetOrganizationMemberParams

NewGetOrganizationMemberParamsWithContext creates a new GetOrganizationMemberParams object with the ability to set a context for a request.

func NewGetOrganizationMemberParamsWithHTTPClient

func NewGetOrganizationMemberParamsWithHTTPClient(client *http.Client) *GetOrganizationMemberParams

NewGetOrganizationMemberParamsWithHTTPClient creates a new GetOrganizationMemberParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationMemberParamsWithTimeout

func NewGetOrganizationMemberParamsWithTimeout(timeout time.Duration) *GetOrganizationMemberParams

NewGetOrganizationMemberParamsWithTimeout creates a new GetOrganizationMemberParams object with the ability to set a timeout on a request.

func (*GetOrganizationMemberParams) SetContext

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

SetContext adds the context to the get organization member params

func (*GetOrganizationMemberParams) SetDefaults

func (o *GetOrganizationMemberParams) SetDefaults()

SetDefaults hydrates default values in the get organization member params (not the query body).

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

func (*GetOrganizationMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization member params

func (*GetOrganizationMemberParams) SetName

func (o *GetOrganizationMemberParams) SetName(name string)

SetName adds the name to the get organization member params

func (*GetOrganizationMemberParams) SetOwner

func (o *GetOrganizationMemberParams) SetOwner(owner string)

SetOwner adds the owner to the get organization member params

func (*GetOrganizationMemberParams) SetTimeout

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

SetTimeout adds the timeout to the get organization member params

func (*GetOrganizationMemberParams) WithContext

WithContext adds the context to the get organization member params

func (*GetOrganizationMemberParams) WithDefaults

WithDefaults hydrates default values in the get organization member params (not the query body).

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

func (*GetOrganizationMemberParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization member params

func (*GetOrganizationMemberParams) WithName

WithName adds the name to the get organization member params

func (*GetOrganizationMemberParams) WithOwner

WithOwner adds the owner to the get organization member params

func (*GetOrganizationMemberParams) WithTimeout

WithTimeout adds the timeout to the get organization member params

func (*GetOrganizationMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationMemberReader

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

GetOrganizationMemberReader is a Reader for the GetOrganizationMember structure.

func (*GetOrganizationMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationNoContent

type GetOrganizationNoContent struct {
	Payload interface{}
}
GetOrganizationNoContent describes a response with status code 204, with default header values.

No content.

func NewGetOrganizationNoContent

func NewGetOrganizationNoContent() *GetOrganizationNoContent

NewGetOrganizationNoContent creates a GetOrganizationNoContent with default headers values

func (*GetOrganizationNoContent) Error

func (o *GetOrganizationNoContent) Error() string

func (*GetOrganizationNoContent) GetPayload

func (o *GetOrganizationNoContent) GetPayload() interface{}

type GetOrganizationNotFound

type GetOrganizationNotFound struct {
	Payload interface{}
}
GetOrganizationNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetOrganizationNotFound

func NewGetOrganizationNotFound() *GetOrganizationNotFound

NewGetOrganizationNotFound creates a GetOrganizationNotFound with default headers values

func (*GetOrganizationNotFound) Error

func (o *GetOrganizationNotFound) Error() string

func (*GetOrganizationNotFound) GetPayload

func (o *GetOrganizationNotFound) GetPayload() interface{}

type GetOrganizationOK

type GetOrganizationOK struct {
	Payload *service_model.V1Organization
}
GetOrganizationOK describes a response with status code 200, with default header values.

A successful response.

func NewGetOrganizationOK

func NewGetOrganizationOK() *GetOrganizationOK

NewGetOrganizationOK creates a GetOrganizationOK with default headers values

func (*GetOrganizationOK) Error

func (o *GetOrganizationOK) Error() string

func (*GetOrganizationOK) GetPayload

type GetOrganizationParams

type GetOrganizationParams struct {

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Usage.

	   Owner usage query param.
	*/
	Usage *string

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

GetOrganizationParams contains all the parameters to send to the API endpoint

for the get organization operation.

Typically these are written to a http.Request.

func NewGetOrganizationParams

func NewGetOrganizationParams() *GetOrganizationParams

NewGetOrganizationParams creates a new GetOrganizationParams 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 NewGetOrganizationParamsWithContext

func NewGetOrganizationParamsWithContext(ctx context.Context) *GetOrganizationParams

NewGetOrganizationParamsWithContext creates a new GetOrganizationParams object with the ability to set a context for a request.

func NewGetOrganizationParamsWithHTTPClient

func NewGetOrganizationParamsWithHTTPClient(client *http.Client) *GetOrganizationParams

NewGetOrganizationParamsWithHTTPClient creates a new GetOrganizationParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationParamsWithTimeout

func NewGetOrganizationParamsWithTimeout(timeout time.Duration) *GetOrganizationParams

NewGetOrganizationParamsWithTimeout creates a new GetOrganizationParams object with the ability to set a timeout on a request.

func (*GetOrganizationParams) SetContext

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

SetContext adds the context to the get organization params

func (*GetOrganizationParams) SetDefaults

func (o *GetOrganizationParams) SetDefaults()

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

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

func (*GetOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization params

func (*GetOrganizationParams) SetOwner

func (o *GetOrganizationParams) SetOwner(owner string)

SetOwner adds the owner to the get organization params

func (*GetOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the get organization params

func (*GetOrganizationParams) SetUsage

func (o *GetOrganizationParams) SetUsage(usage *string)

SetUsage adds the usage to the get organization params

func (*GetOrganizationParams) WithContext

WithContext adds the context to the get organization params

func (*GetOrganizationParams) WithDefaults

func (o *GetOrganizationParams) WithDefaults() *GetOrganizationParams

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

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

func (*GetOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get organization params

func (*GetOrganizationParams) WithOwner

func (o *GetOrganizationParams) WithOwner(owner string) *GetOrganizationParams

WithOwner adds the owner to the get organization params

func (*GetOrganizationParams) WithTimeout

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

WithTimeout adds the timeout to the get organization params

func (*GetOrganizationParams) WithUsage

func (o *GetOrganizationParams) WithUsage(usage *string) *GetOrganizationParams

WithUsage adds the usage to the get organization params

func (*GetOrganizationParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetOrganizationReader

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

GetOrganizationReader is a Reader for the GetOrganization structure.

func (*GetOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationSettingsDefault

type GetOrganizationSettingsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
GetOrganizationSettingsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetOrganizationSettingsDefault

func NewGetOrganizationSettingsDefault(code int) *GetOrganizationSettingsDefault

NewGetOrganizationSettingsDefault creates a GetOrganizationSettingsDefault with default headers values

func (*GetOrganizationSettingsDefault) Code

Code gets the status code for the get organization settings default response

func (*GetOrganizationSettingsDefault) Error

func (*GetOrganizationSettingsDefault) GetPayload

type GetOrganizationSettingsForbidden

type GetOrganizationSettingsForbidden struct {
	Payload interface{}
}
GetOrganizationSettingsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetOrganizationSettingsForbidden

func NewGetOrganizationSettingsForbidden() *GetOrganizationSettingsForbidden

NewGetOrganizationSettingsForbidden creates a GetOrganizationSettingsForbidden with default headers values

func (*GetOrganizationSettingsForbidden) Error

func (*GetOrganizationSettingsForbidden) GetPayload

func (o *GetOrganizationSettingsForbidden) GetPayload() interface{}

type GetOrganizationSettingsNoContent

type GetOrganizationSettingsNoContent struct {
	Payload interface{}
}
GetOrganizationSettingsNoContent describes a response with status code 204, with default header values.

No content.

func NewGetOrganizationSettingsNoContent

func NewGetOrganizationSettingsNoContent() *GetOrganizationSettingsNoContent

NewGetOrganizationSettingsNoContent creates a GetOrganizationSettingsNoContent with default headers values

func (*GetOrganizationSettingsNoContent) Error

func (*GetOrganizationSettingsNoContent) GetPayload

func (o *GetOrganizationSettingsNoContent) GetPayload() interface{}

type GetOrganizationSettingsNotFound

type GetOrganizationSettingsNotFound struct {
	Payload interface{}
}
GetOrganizationSettingsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetOrganizationSettingsNotFound

func NewGetOrganizationSettingsNotFound() *GetOrganizationSettingsNotFound

NewGetOrganizationSettingsNotFound creates a GetOrganizationSettingsNotFound with default headers values

func (*GetOrganizationSettingsNotFound) Error

func (*GetOrganizationSettingsNotFound) GetPayload

func (o *GetOrganizationSettingsNotFound) GetPayload() interface{}

type GetOrganizationSettingsOK

type GetOrganizationSettingsOK struct {
	Payload *service_model.V1Organization
}
GetOrganizationSettingsOK describes a response with status code 200, with default header values.

A successful response.

func NewGetOrganizationSettingsOK

func NewGetOrganizationSettingsOK() *GetOrganizationSettingsOK

NewGetOrganizationSettingsOK creates a GetOrganizationSettingsOK with default headers values

func (*GetOrganizationSettingsOK) Error

func (o *GetOrganizationSettingsOK) Error() string

func (*GetOrganizationSettingsOK) GetPayload

type GetOrganizationSettingsParams

type GetOrganizationSettingsParams struct {

	/* OrganizationCreatedAt.

	   Optional time when the entity was created.

	   Format: date-time
	*/
	OrganizationCreatedAt *strfmt.DateTime

	/* OrganizationExpiration.

	   Optional expiration for support.

	   Format: int32
	*/
	OrganizationExpiration *int32

	/* OrganizationIsCloudViewable.

	   Setting to enable viewable metadata on cloud.
	*/
	OrganizationIsCloudViewable *bool

	/* OrganizationIsPublic.

	   Optional flag to tell if this organization is public.
	*/
	OrganizationIsPublic *bool

	/* OrganizationName.

	   Name.
	*/
	OrganizationName *string

	/* OrganizationPreset.

	   Default preset.
	*/
	OrganizationPreset *string

	/* OrganizationQueue.

	   Default queue.
	*/
	OrganizationQueue *string

	/* OrganizationRole.

	   Current user's role in this org.
	*/
	OrganizationRole *string

	/* OrganizationSupportRevokeAt.

	   Optional time to revoke support access.

	   Format: date-time
	*/
	OrganizationSupportRevokeAt *strfmt.DateTime

	/* OrganizationUpdatedAt.

	   Optional last time the entity was updated.

	   Format: date-time
	*/
	OrganizationUpdatedAt *strfmt.DateTime

	/* OrganizationUser.

	   User.
	*/
	OrganizationUser *string

	/* OrganizationUserEmail.

	   Read-only User email.
	*/
	OrganizationUserEmail *string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

GetOrganizationSettingsParams contains all the parameters to send to the API endpoint

for the get organization settings operation.

Typically these are written to a http.Request.

func NewGetOrganizationSettingsParams

func NewGetOrganizationSettingsParams() *GetOrganizationSettingsParams

NewGetOrganizationSettingsParams creates a new GetOrganizationSettingsParams 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 NewGetOrganizationSettingsParamsWithContext

func NewGetOrganizationSettingsParamsWithContext(ctx context.Context) *GetOrganizationSettingsParams

NewGetOrganizationSettingsParamsWithContext creates a new GetOrganizationSettingsParams object with the ability to set a context for a request.

func NewGetOrganizationSettingsParamsWithHTTPClient

func NewGetOrganizationSettingsParamsWithHTTPClient(client *http.Client) *GetOrganizationSettingsParams

NewGetOrganizationSettingsParamsWithHTTPClient creates a new GetOrganizationSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationSettingsParamsWithTimeout

func NewGetOrganizationSettingsParamsWithTimeout(timeout time.Duration) *GetOrganizationSettingsParams

NewGetOrganizationSettingsParamsWithTimeout creates a new GetOrganizationSettingsParams object with the ability to set a timeout on a request.

func (*GetOrganizationSettingsParams) SetContext

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

SetContext adds the context to the get organization settings params

func (*GetOrganizationSettingsParams) SetDefaults

func (o *GetOrganizationSettingsParams) SetDefaults()

SetDefaults hydrates default values in the get organization settings params (not the query body).

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

func (*GetOrganizationSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization settings params

func (*GetOrganizationSettingsParams) SetOrganizationCreatedAt

func (o *GetOrganizationSettingsParams) SetOrganizationCreatedAt(organizationCreatedAt *strfmt.DateTime)

SetOrganizationCreatedAt adds the organizationCreatedAt to the get organization settings params

func (*GetOrganizationSettingsParams) SetOrganizationExpiration

func (o *GetOrganizationSettingsParams) SetOrganizationExpiration(organizationExpiration *int32)

SetOrganizationExpiration adds the organizationExpiration to the get organization settings params

func (*GetOrganizationSettingsParams) SetOrganizationIsCloudViewable

func (o *GetOrganizationSettingsParams) SetOrganizationIsCloudViewable(organizationIsCloudViewable *bool)

SetOrganizationIsCloudViewable adds the organizationIsCloudViewable to the get organization settings params

func (*GetOrganizationSettingsParams) SetOrganizationIsPublic

func (o *GetOrganizationSettingsParams) SetOrganizationIsPublic(organizationIsPublic *bool)

SetOrganizationIsPublic adds the organizationIsPublic to the get organization settings params

func (*GetOrganizationSettingsParams) SetOrganizationName

func (o *GetOrganizationSettingsParams) SetOrganizationName(organizationName *string)

SetOrganizationName adds the organizationName to the get organization settings params

func (*GetOrganizationSettingsParams) SetOrganizationPreset

func (o *GetOrganizationSettingsParams) SetOrganizationPreset(organizationPreset *string)

SetOrganizationPreset adds the organizationPreset to the get organization settings params

func (*GetOrganizationSettingsParams) SetOrganizationQueue

func (o *GetOrganizationSettingsParams) SetOrganizationQueue(organizationQueue *string)

SetOrganizationQueue adds the organizationQueue to the get organization settings params

func (*GetOrganizationSettingsParams) SetOrganizationRole

func (o *GetOrganizationSettingsParams) SetOrganizationRole(organizationRole *string)

SetOrganizationRole adds the organizationRole to the get organization settings params

func (*GetOrganizationSettingsParams) SetOrganizationSupportRevokeAt

func (o *GetOrganizationSettingsParams) SetOrganizationSupportRevokeAt(organizationSupportRevokeAt *strfmt.DateTime)

SetOrganizationSupportRevokeAt adds the organizationSupportRevokeAt to the get organization settings params

func (*GetOrganizationSettingsParams) SetOrganizationUpdatedAt

func (o *GetOrganizationSettingsParams) SetOrganizationUpdatedAt(organizationUpdatedAt *strfmt.DateTime)

SetOrganizationUpdatedAt adds the organizationUpdatedAt to the get organization settings params

func (*GetOrganizationSettingsParams) SetOrganizationUser

func (o *GetOrganizationSettingsParams) SetOrganizationUser(organizationUser *string)

SetOrganizationUser adds the organizationUser to the get organization settings params

func (*GetOrganizationSettingsParams) SetOrganizationUserEmail

func (o *GetOrganizationSettingsParams) SetOrganizationUserEmail(organizationUserEmail *string)

SetOrganizationUserEmail adds the organizationUserEmail to the get organization settings params

func (*GetOrganizationSettingsParams) SetOwner

func (o *GetOrganizationSettingsParams) SetOwner(owner string)

SetOwner adds the owner to the get organization settings params

func (*GetOrganizationSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the get organization settings params

func (*GetOrganizationSettingsParams) WithContext

WithContext adds the context to the get organization settings params

func (*GetOrganizationSettingsParams) WithDefaults

WithDefaults hydrates default values in the get organization settings params (not the query body).

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

func (*GetOrganizationSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization settings params

func (*GetOrganizationSettingsParams) WithOrganizationCreatedAt

func (o *GetOrganizationSettingsParams) WithOrganizationCreatedAt(organizationCreatedAt *strfmt.DateTime) *GetOrganizationSettingsParams

WithOrganizationCreatedAt adds the organizationCreatedAt to the get organization settings params

func (*GetOrganizationSettingsParams) WithOrganizationExpiration

func (o *GetOrganizationSettingsParams) WithOrganizationExpiration(organizationExpiration *int32) *GetOrganizationSettingsParams

WithOrganizationExpiration adds the organizationExpiration to the get organization settings params

func (*GetOrganizationSettingsParams) WithOrganizationIsCloudViewable

func (o *GetOrganizationSettingsParams) WithOrganizationIsCloudViewable(organizationIsCloudViewable *bool) *GetOrganizationSettingsParams

WithOrganizationIsCloudViewable adds the organizationIsCloudViewable to the get organization settings params

func (*GetOrganizationSettingsParams) WithOrganizationIsPublic

func (o *GetOrganizationSettingsParams) WithOrganizationIsPublic(organizationIsPublic *bool) *GetOrganizationSettingsParams

WithOrganizationIsPublic adds the organizationIsPublic to the get organization settings params

func (*GetOrganizationSettingsParams) WithOrganizationName

func (o *GetOrganizationSettingsParams) WithOrganizationName(organizationName *string) *GetOrganizationSettingsParams

WithOrganizationName adds the organizationName to the get organization settings params

func (*GetOrganizationSettingsParams) WithOrganizationPreset

func (o *GetOrganizationSettingsParams) WithOrganizationPreset(organizationPreset *string) *GetOrganizationSettingsParams

WithOrganizationPreset adds the organizationPreset to the get organization settings params

func (*GetOrganizationSettingsParams) WithOrganizationQueue

func (o *GetOrganizationSettingsParams) WithOrganizationQueue(organizationQueue *string) *GetOrganizationSettingsParams

WithOrganizationQueue adds the organizationQueue to the get organization settings params

func (*GetOrganizationSettingsParams) WithOrganizationRole

func (o *GetOrganizationSettingsParams) WithOrganizationRole(organizationRole *string) *GetOrganizationSettingsParams

WithOrganizationRole adds the organizationRole to the get organization settings params

func (*GetOrganizationSettingsParams) WithOrganizationSupportRevokeAt

func (o *GetOrganizationSettingsParams) WithOrganizationSupportRevokeAt(organizationSupportRevokeAt *strfmt.DateTime) *GetOrganizationSettingsParams

WithOrganizationSupportRevokeAt adds the organizationSupportRevokeAt to the get organization settings params

func (*GetOrganizationSettingsParams) WithOrganizationUpdatedAt

func (o *GetOrganizationSettingsParams) WithOrganizationUpdatedAt(organizationUpdatedAt *strfmt.DateTime) *GetOrganizationSettingsParams

WithOrganizationUpdatedAt adds the organizationUpdatedAt to the get organization settings params

func (*GetOrganizationSettingsParams) WithOrganizationUser

func (o *GetOrganizationSettingsParams) WithOrganizationUser(organizationUser *string) *GetOrganizationSettingsParams

WithOrganizationUser adds the organizationUser to the get organization settings params

func (*GetOrganizationSettingsParams) WithOrganizationUserEmail

func (o *GetOrganizationSettingsParams) WithOrganizationUserEmail(organizationUserEmail *string) *GetOrganizationSettingsParams

WithOrganizationUserEmail adds the organizationUserEmail to the get organization settings params

func (*GetOrganizationSettingsParams) WithOwner

WithOwner adds the owner to the get organization settings params

func (*GetOrganizationSettingsParams) WithTimeout

WithTimeout adds the timeout to the get organization settings params

func (*GetOrganizationSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationSettingsReader

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

GetOrganizationSettingsReader is a Reader for the GetOrganizationSettings structure.

func (*GetOrganizationSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationStatsDefault

type GetOrganizationStatsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
GetOrganizationStatsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetOrganizationStatsDefault

func NewGetOrganizationStatsDefault(code int) *GetOrganizationStatsDefault

NewGetOrganizationStatsDefault creates a GetOrganizationStatsDefault with default headers values

func (*GetOrganizationStatsDefault) Code

func (o *GetOrganizationStatsDefault) Code() int

Code gets the status code for the get organization stats default response

func (*GetOrganizationStatsDefault) Error

func (*GetOrganizationStatsDefault) GetPayload

type GetOrganizationStatsForbidden

type GetOrganizationStatsForbidden struct {
	Payload interface{}
}
GetOrganizationStatsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetOrganizationStatsForbidden

func NewGetOrganizationStatsForbidden() *GetOrganizationStatsForbidden

NewGetOrganizationStatsForbidden creates a GetOrganizationStatsForbidden with default headers values

func (*GetOrganizationStatsForbidden) Error

func (*GetOrganizationStatsForbidden) GetPayload

func (o *GetOrganizationStatsForbidden) GetPayload() interface{}

type GetOrganizationStatsNoContent

type GetOrganizationStatsNoContent struct {
	Payload interface{}
}
GetOrganizationStatsNoContent describes a response with status code 204, with default header values.

No content.

func NewGetOrganizationStatsNoContent

func NewGetOrganizationStatsNoContent() *GetOrganizationStatsNoContent

NewGetOrganizationStatsNoContent creates a GetOrganizationStatsNoContent with default headers values

func (*GetOrganizationStatsNoContent) Error

func (*GetOrganizationStatsNoContent) GetPayload

func (o *GetOrganizationStatsNoContent) GetPayload() interface{}

type GetOrganizationStatsNotFound

type GetOrganizationStatsNotFound struct {
	Payload interface{}
}
GetOrganizationStatsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetOrganizationStatsNotFound

func NewGetOrganizationStatsNotFound() *GetOrganizationStatsNotFound

NewGetOrganizationStatsNotFound creates a GetOrganizationStatsNotFound with default headers values

func (*GetOrganizationStatsNotFound) Error

func (*GetOrganizationStatsNotFound) GetPayload

func (o *GetOrganizationStatsNotFound) GetPayload() interface{}

type GetOrganizationStatsOK

type GetOrganizationStatsOK struct {
	Payload interface{}
}
GetOrganizationStatsOK describes a response with status code 200, with default header values.

A successful response.

func NewGetOrganizationStatsOK

func NewGetOrganizationStatsOK() *GetOrganizationStatsOK

NewGetOrganizationStatsOK creates a GetOrganizationStatsOK with default headers values

func (*GetOrganizationStatsOK) Error

func (o *GetOrganizationStatsOK) Error() string

func (*GetOrganizationStatsOK) GetPayload

func (o *GetOrganizationStatsOK) GetPayload() interface{}

type GetOrganizationStatsParams

type GetOrganizationStatsParams struct {

	/* Aggregate.

	   Stats aggregate.
	*/
	Aggregate *string

	/* Groupby.

	   Stats group.
	*/
	Groupby *string

	/* Kind.

	   Stats Kind.
	*/
	Kind *string

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

	/* Trunc.

	   Stats trunc.
	*/
	Trunc *string

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

GetOrganizationStatsParams contains all the parameters to send to the API endpoint

for the get organization stats operation.

Typically these are written to a http.Request.

func NewGetOrganizationStatsParams

func NewGetOrganizationStatsParams() *GetOrganizationStatsParams

NewGetOrganizationStatsParams creates a new GetOrganizationStatsParams 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 NewGetOrganizationStatsParamsWithContext

func NewGetOrganizationStatsParamsWithContext(ctx context.Context) *GetOrganizationStatsParams

NewGetOrganizationStatsParamsWithContext creates a new GetOrganizationStatsParams object with the ability to set a context for a request.

func NewGetOrganizationStatsParamsWithHTTPClient

func NewGetOrganizationStatsParamsWithHTTPClient(client *http.Client) *GetOrganizationStatsParams

NewGetOrganizationStatsParamsWithHTTPClient creates a new GetOrganizationStatsParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationStatsParamsWithTimeout

func NewGetOrganizationStatsParamsWithTimeout(timeout time.Duration) *GetOrganizationStatsParams

NewGetOrganizationStatsParamsWithTimeout creates a new GetOrganizationStatsParams object with the ability to set a timeout on a request.

func (*GetOrganizationStatsParams) SetAggregate

func (o *GetOrganizationStatsParams) SetAggregate(aggregate *string)

SetAggregate adds the aggregate to the get organization stats params

func (*GetOrganizationStatsParams) SetContext

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

SetContext adds the context to the get organization stats params

func (*GetOrganizationStatsParams) SetDefaults

func (o *GetOrganizationStatsParams) SetDefaults()

SetDefaults hydrates default values in the get organization stats params (not the query body).

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

func (*GetOrganizationStatsParams) SetGroupby

func (o *GetOrganizationStatsParams) SetGroupby(groupby *string)

SetGroupby adds the groupby to the get organization stats params

func (*GetOrganizationStatsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization stats params

func (*GetOrganizationStatsParams) SetKind

func (o *GetOrganizationStatsParams) SetKind(kind *string)

SetKind adds the kind to the get organization stats params

func (*GetOrganizationStatsParams) SetLimit

func (o *GetOrganizationStatsParams) SetLimit(limit *int32)

SetLimit adds the limit to the get organization stats params

func (*GetOrganizationStatsParams) SetOffset

func (o *GetOrganizationStatsParams) SetOffset(offset *int32)

SetOffset adds the offset to the get organization stats params

func (*GetOrganizationStatsParams) SetOwner

func (o *GetOrganizationStatsParams) SetOwner(owner string)

SetOwner adds the owner to the get organization stats params

func (*GetOrganizationStatsParams) SetQuery

func (o *GetOrganizationStatsParams) SetQuery(query *string)

SetQuery adds the query to the get organization stats params

func (*GetOrganizationStatsParams) SetSort

func (o *GetOrganizationStatsParams) SetSort(sort *string)

SetSort adds the sort to the get organization stats params

func (*GetOrganizationStatsParams) SetTimeout

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

SetTimeout adds the timeout to the get organization stats params

func (*GetOrganizationStatsParams) SetTrunc

func (o *GetOrganizationStatsParams) SetTrunc(trunc *string)

SetTrunc adds the trunc to the get organization stats params

func (*GetOrganizationStatsParams) WithAggregate

func (o *GetOrganizationStatsParams) WithAggregate(aggregate *string) *GetOrganizationStatsParams

WithAggregate adds the aggregate to the get organization stats params

func (*GetOrganizationStatsParams) WithContext

WithContext adds the context to the get organization stats params

func (*GetOrganizationStatsParams) WithDefaults

WithDefaults hydrates default values in the get organization stats params (not the query body).

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

func (*GetOrganizationStatsParams) WithGroupby

WithGroupby adds the groupby to the get organization stats params

func (*GetOrganizationStatsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization stats params

func (*GetOrganizationStatsParams) WithKind

WithKind adds the kind to the get organization stats params

func (*GetOrganizationStatsParams) WithLimit

WithLimit adds the limit to the get organization stats params

func (*GetOrganizationStatsParams) WithOffset

WithOffset adds the offset to the get organization stats params

func (*GetOrganizationStatsParams) WithOwner

WithOwner adds the owner to the get organization stats params

func (*GetOrganizationStatsParams) WithQuery

WithQuery adds the query to the get organization stats params

func (*GetOrganizationStatsParams) WithSort

WithSort adds the sort to the get organization stats params

func (*GetOrganizationStatsParams) WithTimeout

WithTimeout adds the timeout to the get organization stats params

func (*GetOrganizationStatsParams) WithTrunc

WithTrunc adds the trunc to the get organization stats params

func (*GetOrganizationStatsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationStatsReader

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

GetOrganizationStatsReader is a Reader for the GetOrganizationStats structure.

func (*GetOrganizationStatsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListOrganizationMemberNamesDefault

type ListOrganizationMemberNamesDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
ListOrganizationMemberNamesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListOrganizationMemberNamesDefault

func NewListOrganizationMemberNamesDefault(code int) *ListOrganizationMemberNamesDefault

NewListOrganizationMemberNamesDefault creates a ListOrganizationMemberNamesDefault with default headers values

func (*ListOrganizationMemberNamesDefault) Code

Code gets the status code for the list organization member names default response

func (*ListOrganizationMemberNamesDefault) Error

func (*ListOrganizationMemberNamesDefault) GetPayload

type ListOrganizationMemberNamesForbidden

type ListOrganizationMemberNamesForbidden struct {
	Payload interface{}
}
ListOrganizationMemberNamesForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewListOrganizationMemberNamesForbidden

func NewListOrganizationMemberNamesForbidden() *ListOrganizationMemberNamesForbidden

NewListOrganizationMemberNamesForbidden creates a ListOrganizationMemberNamesForbidden with default headers values

func (*ListOrganizationMemberNamesForbidden) Error

func (*ListOrganizationMemberNamesForbidden) GetPayload

func (o *ListOrganizationMemberNamesForbidden) GetPayload() interface{}

type ListOrganizationMemberNamesNoContent

type ListOrganizationMemberNamesNoContent struct {
	Payload interface{}
}
ListOrganizationMemberNamesNoContent describes a response with status code 204, with default header values.

No content.

func NewListOrganizationMemberNamesNoContent

func NewListOrganizationMemberNamesNoContent() *ListOrganizationMemberNamesNoContent

NewListOrganizationMemberNamesNoContent creates a ListOrganizationMemberNamesNoContent with default headers values

func (*ListOrganizationMemberNamesNoContent) Error

func (*ListOrganizationMemberNamesNoContent) GetPayload

func (o *ListOrganizationMemberNamesNoContent) GetPayload() interface{}

type ListOrganizationMemberNamesNotFound

type ListOrganizationMemberNamesNotFound struct {
	Payload interface{}
}
ListOrganizationMemberNamesNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListOrganizationMemberNamesNotFound

func NewListOrganizationMemberNamesNotFound() *ListOrganizationMemberNamesNotFound

NewListOrganizationMemberNamesNotFound creates a ListOrganizationMemberNamesNotFound with default headers values

func (*ListOrganizationMemberNamesNotFound) Error

func (*ListOrganizationMemberNamesNotFound) GetPayload

func (o *ListOrganizationMemberNamesNotFound) GetPayload() interface{}

type ListOrganizationMemberNamesOK

type ListOrganizationMemberNamesOK struct {
	Payload *service_model.V1ListOrganizationMembersResponse
}
ListOrganizationMemberNamesOK describes a response with status code 200, with default header values.

A successful response.

func NewListOrganizationMemberNamesOK

func NewListOrganizationMemberNamesOK() *ListOrganizationMemberNamesOK

NewListOrganizationMemberNamesOK creates a ListOrganizationMemberNamesOK with default headers values

func (*ListOrganizationMemberNamesOK) Error

func (*ListOrganizationMemberNamesOK) GetPayload

type ListOrganizationMemberNamesParams

type ListOrganizationMemberNamesParams struct {

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

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

ListOrganizationMemberNamesParams contains all the parameters to send to the API endpoint

for the list organization member names operation.

Typically these are written to a http.Request.

func NewListOrganizationMemberNamesParams

func NewListOrganizationMemberNamesParams() *ListOrganizationMemberNamesParams

NewListOrganizationMemberNamesParams creates a new ListOrganizationMemberNamesParams 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 NewListOrganizationMemberNamesParamsWithContext

func NewListOrganizationMemberNamesParamsWithContext(ctx context.Context) *ListOrganizationMemberNamesParams

NewListOrganizationMemberNamesParamsWithContext creates a new ListOrganizationMemberNamesParams object with the ability to set a context for a request.

func NewListOrganizationMemberNamesParamsWithHTTPClient

func NewListOrganizationMemberNamesParamsWithHTTPClient(client *http.Client) *ListOrganizationMemberNamesParams

NewListOrganizationMemberNamesParamsWithHTTPClient creates a new ListOrganizationMemberNamesParams object with the ability to set a custom HTTPClient for a request.

func NewListOrganizationMemberNamesParamsWithTimeout

func NewListOrganizationMemberNamesParamsWithTimeout(timeout time.Duration) *ListOrganizationMemberNamesParams

NewListOrganizationMemberNamesParamsWithTimeout creates a new ListOrganizationMemberNamesParams object with the ability to set a timeout on a request.

func (*ListOrganizationMemberNamesParams) SetContext

SetContext adds the context to the list organization member names params

func (*ListOrganizationMemberNamesParams) SetDefaults

func (o *ListOrganizationMemberNamesParams) SetDefaults()

SetDefaults hydrates default values in the list organization member names params (not the query body).

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

func (*ListOrganizationMemberNamesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list organization member names params

func (*ListOrganizationMemberNamesParams) SetLimit

func (o *ListOrganizationMemberNamesParams) SetLimit(limit *int32)

SetLimit adds the limit to the list organization member names params

func (*ListOrganizationMemberNamesParams) SetNoPage

func (o *ListOrganizationMemberNamesParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage to the list organization member names params

func (*ListOrganizationMemberNamesParams) SetOffset

func (o *ListOrganizationMemberNamesParams) SetOffset(offset *int32)

SetOffset adds the offset to the list organization member names params

func (*ListOrganizationMemberNamesParams) SetOwner

func (o *ListOrganizationMemberNamesParams) SetOwner(owner string)

SetOwner adds the owner to the list organization member names params

func (*ListOrganizationMemberNamesParams) SetQuery

func (o *ListOrganizationMemberNamesParams) SetQuery(query *string)

SetQuery adds the query to the list organization member names params

func (*ListOrganizationMemberNamesParams) SetSort

func (o *ListOrganizationMemberNamesParams) SetSort(sort *string)

SetSort adds the sort to the list organization member names params

func (*ListOrganizationMemberNamesParams) SetTimeout

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

SetTimeout adds the timeout to the list organization member names params

func (*ListOrganizationMemberNamesParams) WithContext

WithContext adds the context to the list organization member names params

func (*ListOrganizationMemberNamesParams) WithDefaults

WithDefaults hydrates default values in the list organization member names params (not the query body).

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

func (*ListOrganizationMemberNamesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list organization member names params

func (*ListOrganizationMemberNamesParams) WithLimit

WithLimit adds the limit to the list organization member names params

func (*ListOrganizationMemberNamesParams) WithNoPage

WithNoPage adds the noPage to the list organization member names params

func (*ListOrganizationMemberNamesParams) WithOffset

WithOffset adds the offset to the list organization member names params

func (*ListOrganizationMemberNamesParams) WithOwner

WithOwner adds the owner to the list organization member names params

func (*ListOrganizationMemberNamesParams) WithQuery

WithQuery adds the query to the list organization member names params

func (*ListOrganizationMemberNamesParams) WithSort

WithSort adds the sort to the list organization member names params

func (*ListOrganizationMemberNamesParams) WithTimeout

WithTimeout adds the timeout to the list organization member names params

func (*ListOrganizationMemberNamesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListOrganizationMemberNamesReader

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

ListOrganizationMemberNamesReader is a Reader for the ListOrganizationMemberNames structure.

func (*ListOrganizationMemberNamesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListOrganizationMembersDefault

type ListOrganizationMembersDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
ListOrganizationMembersDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListOrganizationMembersDefault

func NewListOrganizationMembersDefault(code int) *ListOrganizationMembersDefault

NewListOrganizationMembersDefault creates a ListOrganizationMembersDefault with default headers values

func (*ListOrganizationMembersDefault) Code

Code gets the status code for the list organization members default response

func (*ListOrganizationMembersDefault) Error

func (*ListOrganizationMembersDefault) GetPayload

type ListOrganizationMembersForbidden

type ListOrganizationMembersForbidden struct {
	Payload interface{}
}
ListOrganizationMembersForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewListOrganizationMembersForbidden

func NewListOrganizationMembersForbidden() *ListOrganizationMembersForbidden

NewListOrganizationMembersForbidden creates a ListOrganizationMembersForbidden with default headers values

func (*ListOrganizationMembersForbidden) Error

func (*ListOrganizationMembersForbidden) GetPayload

func (o *ListOrganizationMembersForbidden) GetPayload() interface{}

type ListOrganizationMembersNoContent

type ListOrganizationMembersNoContent struct {
	Payload interface{}
}
ListOrganizationMembersNoContent describes a response with status code 204, with default header values.

No content.

func NewListOrganizationMembersNoContent

func NewListOrganizationMembersNoContent() *ListOrganizationMembersNoContent

NewListOrganizationMembersNoContent creates a ListOrganizationMembersNoContent with default headers values

func (*ListOrganizationMembersNoContent) Error

func (*ListOrganizationMembersNoContent) GetPayload

func (o *ListOrganizationMembersNoContent) GetPayload() interface{}

type ListOrganizationMembersNotFound

type ListOrganizationMembersNotFound struct {
	Payload interface{}
}
ListOrganizationMembersNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListOrganizationMembersNotFound

func NewListOrganizationMembersNotFound() *ListOrganizationMembersNotFound

NewListOrganizationMembersNotFound creates a ListOrganizationMembersNotFound with default headers values

func (*ListOrganizationMembersNotFound) Error

func (*ListOrganizationMembersNotFound) GetPayload

func (o *ListOrganizationMembersNotFound) GetPayload() interface{}

type ListOrganizationMembersOK

type ListOrganizationMembersOK struct {
	Payload *service_model.V1ListOrganizationMembersResponse
}
ListOrganizationMembersOK describes a response with status code 200, with default header values.

A successful response.

func NewListOrganizationMembersOK

func NewListOrganizationMembersOK() *ListOrganizationMembersOK

NewListOrganizationMembersOK creates a ListOrganizationMembersOK with default headers values

func (*ListOrganizationMembersOK) Error

func (o *ListOrganizationMembersOK) Error() string

func (*ListOrganizationMembersOK) GetPayload

type ListOrganizationMembersParams

type ListOrganizationMembersParams struct {

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

	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) 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) SetLimit

func (o *ListOrganizationMembersParams) SetLimit(limit *int32)

SetLimit adds the limit to the list organization members params

func (*ListOrganizationMembersParams) SetNoPage

func (o *ListOrganizationMembersParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage to the list organization members params

func (*ListOrganizationMembersParams) SetOffset

func (o *ListOrganizationMembersParams) SetOffset(offset *int32)

SetOffset adds the offset to the list organization members params

func (*ListOrganizationMembersParams) SetOwner

func (o *ListOrganizationMembersParams) SetOwner(owner string)

SetOwner adds the owner to the list organization members params

func (*ListOrganizationMembersParams) SetQuery

func (o *ListOrganizationMembersParams) SetQuery(query *string)

SetQuery adds the query to the list organization members params

func (*ListOrganizationMembersParams) SetSort

func (o *ListOrganizationMembersParams) SetSort(sort *string)

SetSort adds the sort 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) WithContext

WithContext adds the context to the list organization members params

func (*ListOrganizationMembersParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the list organization members params

func (*ListOrganizationMembersParams) WithLimit

WithLimit adds the limit to the list organization members params

func (*ListOrganizationMembersParams) WithNoPage

WithNoPage adds the noPage to the list organization members params

func (*ListOrganizationMembersParams) WithOffset

WithOffset adds the offset to the list organization members params

func (*ListOrganizationMembersParams) WithOwner

WithOwner adds the owner to the list organization members params

func (*ListOrganizationMembersParams) WithQuery

WithQuery adds the query to the list organization members params

func (*ListOrganizationMembersParams) WithSort

WithSort adds the sort to the list organization members params

func (*ListOrganizationMembersParams) WithTimeout

WithTimeout adds the timeout to the list organization members params

func (*ListOrganizationMembersParams) WriteToRequest

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) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListOrganizationNamesDefault

type ListOrganizationNamesDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
ListOrganizationNamesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListOrganizationNamesDefault

func NewListOrganizationNamesDefault(code int) *ListOrganizationNamesDefault

NewListOrganizationNamesDefault creates a ListOrganizationNamesDefault with default headers values

func (*ListOrganizationNamesDefault) Code

Code gets the status code for the list organization names default response

func (*ListOrganizationNamesDefault) Error

func (*ListOrganizationNamesDefault) GetPayload

type ListOrganizationNamesForbidden

type ListOrganizationNamesForbidden struct {
	Payload interface{}
}
ListOrganizationNamesForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewListOrganizationNamesForbidden

func NewListOrganizationNamesForbidden() *ListOrganizationNamesForbidden

NewListOrganizationNamesForbidden creates a ListOrganizationNamesForbidden with default headers values

func (*ListOrganizationNamesForbidden) Error

func (*ListOrganizationNamesForbidden) GetPayload

func (o *ListOrganizationNamesForbidden) GetPayload() interface{}

type ListOrganizationNamesNoContent

type ListOrganizationNamesNoContent struct {
	Payload interface{}
}
ListOrganizationNamesNoContent describes a response with status code 204, with default header values.

No content.

func NewListOrganizationNamesNoContent

func NewListOrganizationNamesNoContent() *ListOrganizationNamesNoContent

NewListOrganizationNamesNoContent creates a ListOrganizationNamesNoContent with default headers values

func (*ListOrganizationNamesNoContent) Error

func (*ListOrganizationNamesNoContent) GetPayload

func (o *ListOrganizationNamesNoContent) GetPayload() interface{}

type ListOrganizationNamesNotFound

type ListOrganizationNamesNotFound struct {
	Payload interface{}
}
ListOrganizationNamesNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListOrganizationNamesNotFound

func NewListOrganizationNamesNotFound() *ListOrganizationNamesNotFound

NewListOrganizationNamesNotFound creates a ListOrganizationNamesNotFound with default headers values

func (*ListOrganizationNamesNotFound) Error

func (*ListOrganizationNamesNotFound) GetPayload

func (o *ListOrganizationNamesNotFound) GetPayload() interface{}

type ListOrganizationNamesOK

type ListOrganizationNamesOK struct {
	Payload *service_model.V1ListOrganizationsResponse
}
ListOrganizationNamesOK describes a response with status code 200, with default header values.

A successful response.

func NewListOrganizationNamesOK

func NewListOrganizationNamesOK() *ListOrganizationNamesOK

NewListOrganizationNamesOK creates a ListOrganizationNamesOK with default headers values

func (*ListOrganizationNamesOK) Error

func (o *ListOrganizationNamesOK) Error() string

func (*ListOrganizationNamesOK) GetPayload

type ListOrganizationNamesParams

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

ListOrganizationNamesParams contains all the parameters to send to the API endpoint

for the list organization names operation.

Typically these are written to a http.Request.

func NewListOrganizationNamesParams

func NewListOrganizationNamesParams() *ListOrganizationNamesParams

NewListOrganizationNamesParams creates a new ListOrganizationNamesParams 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 NewListOrganizationNamesParamsWithContext

func NewListOrganizationNamesParamsWithContext(ctx context.Context) *ListOrganizationNamesParams

NewListOrganizationNamesParamsWithContext creates a new ListOrganizationNamesParams object with the ability to set a context for a request.

func NewListOrganizationNamesParamsWithHTTPClient

func NewListOrganizationNamesParamsWithHTTPClient(client *http.Client) *ListOrganizationNamesParams

NewListOrganizationNamesParamsWithHTTPClient creates a new ListOrganizationNamesParams object with the ability to set a custom HTTPClient for a request.

func NewListOrganizationNamesParamsWithTimeout

func NewListOrganizationNamesParamsWithTimeout(timeout time.Duration) *ListOrganizationNamesParams

NewListOrganizationNamesParamsWithTimeout creates a new ListOrganizationNamesParams object with the ability to set a timeout on a request.

func (*ListOrganizationNamesParams) SetContext

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

SetContext adds the context to the list organization names params

func (*ListOrganizationNamesParams) SetDefaults

func (o *ListOrganizationNamesParams) SetDefaults()

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

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

func (*ListOrganizationNamesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list organization names params

func (*ListOrganizationNamesParams) SetTimeout

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

SetTimeout adds the timeout to the list organization names params

func (*ListOrganizationNamesParams) WithContext

WithContext adds the context to the list organization names params

func (*ListOrganizationNamesParams) WithDefaults

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

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

func (*ListOrganizationNamesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list organization names params

func (*ListOrganizationNamesParams) WithTimeout

WithTimeout adds the timeout to the list organization names params

func (*ListOrganizationNamesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListOrganizationNamesReader

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

ListOrganizationNamesReader is a Reader for the ListOrganizationNames structure.

func (*ListOrganizationNamesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListOrganizationsDefault

type ListOrganizationsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
ListOrganizationsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListOrganizationsDefault

func NewListOrganizationsDefault(code int) *ListOrganizationsDefault

NewListOrganizationsDefault creates a ListOrganizationsDefault with default headers values

func (*ListOrganizationsDefault) Code

func (o *ListOrganizationsDefault) Code() int

Code gets the status code for the list organizations default response

func (*ListOrganizationsDefault) Error

func (o *ListOrganizationsDefault) Error() string

func (*ListOrganizationsDefault) GetPayload

type ListOrganizationsForbidden

type ListOrganizationsForbidden struct {
	Payload interface{}
}
ListOrganizationsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewListOrganizationsForbidden

func NewListOrganizationsForbidden() *ListOrganizationsForbidden

NewListOrganizationsForbidden creates a ListOrganizationsForbidden with default headers values

func (*ListOrganizationsForbidden) Error

func (*ListOrganizationsForbidden) GetPayload

func (o *ListOrganizationsForbidden) GetPayload() interface{}

type ListOrganizationsNoContent

type ListOrganizationsNoContent struct {
	Payload interface{}
}
ListOrganizationsNoContent describes a response with status code 204, with default header values.

No content.

func NewListOrganizationsNoContent

func NewListOrganizationsNoContent() *ListOrganizationsNoContent

NewListOrganizationsNoContent creates a ListOrganizationsNoContent with default headers values

func (*ListOrganizationsNoContent) Error

func (*ListOrganizationsNoContent) GetPayload

func (o *ListOrganizationsNoContent) GetPayload() interface{}

type ListOrganizationsNotFound

type ListOrganizationsNotFound struct {
	Payload interface{}
}
ListOrganizationsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListOrganizationsNotFound

func NewListOrganizationsNotFound() *ListOrganizationsNotFound

NewListOrganizationsNotFound creates a ListOrganizationsNotFound with default headers values

func (*ListOrganizationsNotFound) Error

func (o *ListOrganizationsNotFound) Error() string

func (*ListOrganizationsNotFound) GetPayload

func (o *ListOrganizationsNotFound) GetPayload() interface{}

type ListOrganizationsOK

type ListOrganizationsOK struct {
	Payload *service_model.V1ListOrganizationsResponse
}
ListOrganizationsOK describes a response with status code 200, with default header values.

A successful response.

func NewListOrganizationsOK

func NewListOrganizationsOK() *ListOrganizationsOK

NewListOrganizationsOK creates a ListOrganizationsOK with default headers values

func (*ListOrganizationsOK) Error

func (o *ListOrganizationsOK) Error() string

func (*ListOrganizationsOK) GetPayload

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

WithContext adds the context to the list organizations params

func (*ListOrganizationsParams) WithDefaults

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

WithTimeout adds the timeout to the list organizations params

func (*ListOrganizationsParams) WriteToRequest

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) (interface{}, error)

ReadResponse reads a server response into the received o.

type OrganizationPlanDefault

type OrganizationPlanDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
OrganizationPlanDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewOrganizationPlanDefault

func NewOrganizationPlanDefault(code int) *OrganizationPlanDefault

NewOrganizationPlanDefault creates a OrganizationPlanDefault with default headers values

func (*OrganizationPlanDefault) Code

func (o *OrganizationPlanDefault) Code() int

Code gets the status code for the organization plan default response

func (*OrganizationPlanDefault) Error

func (o *OrganizationPlanDefault) Error() string

func (*OrganizationPlanDefault) GetPayload

type OrganizationPlanForbidden

type OrganizationPlanForbidden struct {
	Payload interface{}
}
OrganizationPlanForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewOrganizationPlanForbidden

func NewOrganizationPlanForbidden() *OrganizationPlanForbidden

NewOrganizationPlanForbidden creates a OrganizationPlanForbidden with default headers values

func (*OrganizationPlanForbidden) Error

func (o *OrganizationPlanForbidden) Error() string

func (*OrganizationPlanForbidden) GetPayload

func (o *OrganizationPlanForbidden) GetPayload() interface{}

type OrganizationPlanNoContent

type OrganizationPlanNoContent struct {
	Payload interface{}
}
OrganizationPlanNoContent describes a response with status code 204, with default header values.

No content.

func NewOrganizationPlanNoContent

func NewOrganizationPlanNoContent() *OrganizationPlanNoContent

NewOrganizationPlanNoContent creates a OrganizationPlanNoContent with default headers values

func (*OrganizationPlanNoContent) Error

func (o *OrganizationPlanNoContent) Error() string

func (*OrganizationPlanNoContent) GetPayload

func (o *OrganizationPlanNoContent) GetPayload() interface{}

type OrganizationPlanNotFound

type OrganizationPlanNotFound struct {
	Payload interface{}
}
OrganizationPlanNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewOrganizationPlanNotFound

func NewOrganizationPlanNotFound() *OrganizationPlanNotFound

NewOrganizationPlanNotFound creates a OrganizationPlanNotFound with default headers values

func (*OrganizationPlanNotFound) Error

func (o *OrganizationPlanNotFound) Error() string

func (*OrganizationPlanNotFound) GetPayload

func (o *OrganizationPlanNotFound) GetPayload() interface{}

type OrganizationPlanOK

type OrganizationPlanOK struct {
	Payload *service_model.V1Organization
}
OrganizationPlanOK describes a response with status code 200, with default header values.

A successful response.

func NewOrganizationPlanOK

func NewOrganizationPlanOK() *OrganizationPlanOK

NewOrganizationPlanOK creates a OrganizationPlanOK with default headers values

func (*OrganizationPlanOK) Error

func (o *OrganizationPlanOK) Error() string

func (*OrganizationPlanOK) GetPayload

type OrganizationPlanParams

type OrganizationPlanParams struct {

	/* Body.

	   Organization body
	*/
	Body *service_model.V1Organization

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

OrganizationPlanParams contains all the parameters to send to the API endpoint

for the organization plan operation.

Typically these are written to a http.Request.

func NewOrganizationPlanParams

func NewOrganizationPlanParams() *OrganizationPlanParams

NewOrganizationPlanParams creates a new OrganizationPlanParams 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 NewOrganizationPlanParamsWithContext

func NewOrganizationPlanParamsWithContext(ctx context.Context) *OrganizationPlanParams

NewOrganizationPlanParamsWithContext creates a new OrganizationPlanParams object with the ability to set a context for a request.

func NewOrganizationPlanParamsWithHTTPClient

func NewOrganizationPlanParamsWithHTTPClient(client *http.Client) *OrganizationPlanParams

NewOrganizationPlanParamsWithHTTPClient creates a new OrganizationPlanParams object with the ability to set a custom HTTPClient for a request.

func NewOrganizationPlanParamsWithTimeout

func NewOrganizationPlanParamsWithTimeout(timeout time.Duration) *OrganizationPlanParams

NewOrganizationPlanParamsWithTimeout creates a new OrganizationPlanParams object with the ability to set a timeout on a request.

func (*OrganizationPlanParams) SetBody

SetBody adds the body to the organization plan params

func (*OrganizationPlanParams) SetContext

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

SetContext adds the context to the organization plan params

func (*OrganizationPlanParams) SetDefaults

func (o *OrganizationPlanParams) SetDefaults()

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

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

func (*OrganizationPlanParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the organization plan params

func (*OrganizationPlanParams) SetOwner

func (o *OrganizationPlanParams) SetOwner(owner string)

SetOwner adds the owner to the organization plan params

func (*OrganizationPlanParams) SetTimeout

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

SetTimeout adds the timeout to the organization plan params

func (*OrganizationPlanParams) WithBody

WithBody adds the body to the organization plan params

func (*OrganizationPlanParams) WithContext

WithContext adds the context to the organization plan params

func (*OrganizationPlanParams) WithDefaults

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

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

func (*OrganizationPlanParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the organization plan params

func (*OrganizationPlanParams) WithOwner

WithOwner adds the owner to the organization plan params

func (*OrganizationPlanParams) WithTimeout

WithTimeout adds the timeout to the organization plan params

func (*OrganizationPlanParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OrganizationPlanReader

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

OrganizationPlanReader is a Reader for the OrganizationPlan structure.

func (*OrganizationPlanReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchOrganizationDefault

type PatchOrganizationDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
PatchOrganizationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchOrganizationDefault

func NewPatchOrganizationDefault(code int) *PatchOrganizationDefault

NewPatchOrganizationDefault creates a PatchOrganizationDefault with default headers values

func (*PatchOrganizationDefault) Code

func (o *PatchOrganizationDefault) Code() int

Code gets the status code for the patch organization default response

func (*PatchOrganizationDefault) Error

func (o *PatchOrganizationDefault) Error() string

func (*PatchOrganizationDefault) GetPayload

type PatchOrganizationForbidden

type PatchOrganizationForbidden struct {
	Payload interface{}
}
PatchOrganizationForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewPatchOrganizationForbidden

func NewPatchOrganizationForbidden() *PatchOrganizationForbidden

NewPatchOrganizationForbidden creates a PatchOrganizationForbidden with default headers values

func (*PatchOrganizationForbidden) Error

func (*PatchOrganizationForbidden) GetPayload

func (o *PatchOrganizationForbidden) GetPayload() interface{}

type PatchOrganizationInvitationDefault

type PatchOrganizationInvitationDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
PatchOrganizationInvitationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchOrganizationInvitationDefault

func NewPatchOrganizationInvitationDefault(code int) *PatchOrganizationInvitationDefault

NewPatchOrganizationInvitationDefault creates a PatchOrganizationInvitationDefault with default headers values

func (*PatchOrganizationInvitationDefault) Code

Code gets the status code for the patch organization invitation default response

func (*PatchOrganizationInvitationDefault) Error

func (*PatchOrganizationInvitationDefault) GetPayload

type PatchOrganizationInvitationForbidden

type PatchOrganizationInvitationForbidden struct {
	Payload interface{}
}
PatchOrganizationInvitationForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewPatchOrganizationInvitationForbidden

func NewPatchOrganizationInvitationForbidden() *PatchOrganizationInvitationForbidden

NewPatchOrganizationInvitationForbidden creates a PatchOrganizationInvitationForbidden with default headers values

func (*PatchOrganizationInvitationForbidden) Error

func (*PatchOrganizationInvitationForbidden) GetPayload

func (o *PatchOrganizationInvitationForbidden) GetPayload() interface{}

type PatchOrganizationInvitationNoContent

type PatchOrganizationInvitationNoContent struct {
	Payload interface{}
}
PatchOrganizationInvitationNoContent describes a response with status code 204, with default header values.

No content.

func NewPatchOrganizationInvitationNoContent

func NewPatchOrganizationInvitationNoContent() *PatchOrganizationInvitationNoContent

NewPatchOrganizationInvitationNoContent creates a PatchOrganizationInvitationNoContent with default headers values

func (*PatchOrganizationInvitationNoContent) Error

func (*PatchOrganizationInvitationNoContent) GetPayload

func (o *PatchOrganizationInvitationNoContent) GetPayload() interface{}

type PatchOrganizationInvitationNotFound

type PatchOrganizationInvitationNotFound struct {
	Payload interface{}
}
PatchOrganizationInvitationNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewPatchOrganizationInvitationNotFound

func NewPatchOrganizationInvitationNotFound() *PatchOrganizationInvitationNotFound

NewPatchOrganizationInvitationNotFound creates a PatchOrganizationInvitationNotFound with default headers values

func (*PatchOrganizationInvitationNotFound) Error

func (*PatchOrganizationInvitationNotFound) GetPayload

func (o *PatchOrganizationInvitationNotFound) GetPayload() interface{}

type PatchOrganizationInvitationOK

type PatchOrganizationInvitationOK struct {
	Payload *service_model.V1OrganizationMember
}
PatchOrganizationInvitationOK describes a response with status code 200, with default header values.

A successful response.

func NewPatchOrganizationInvitationOK

func NewPatchOrganizationInvitationOK() *PatchOrganizationInvitationOK

NewPatchOrganizationInvitationOK creates a PatchOrganizationInvitationOK with default headers values

func (*PatchOrganizationInvitationOK) Error

func (*PatchOrganizationInvitationOK) GetPayload

type PatchOrganizationInvitationParams

type PatchOrganizationInvitationParams struct {

	/* Body.

	   Organization body
	*/
	Body *service_model.V1OrganizationMember

	/* Email.

	   Optional email.
	*/
	Email *string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

PatchOrganizationInvitationParams contains all the parameters to send to the API endpoint

for the patch organization invitation operation.

Typically these are written to a http.Request.

func NewPatchOrganizationInvitationParams

func NewPatchOrganizationInvitationParams() *PatchOrganizationInvitationParams

NewPatchOrganizationInvitationParams creates a new PatchOrganizationInvitationParams 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 NewPatchOrganizationInvitationParamsWithContext

func NewPatchOrganizationInvitationParamsWithContext(ctx context.Context) *PatchOrganizationInvitationParams

NewPatchOrganizationInvitationParamsWithContext creates a new PatchOrganizationInvitationParams object with the ability to set a context for a request.

func NewPatchOrganizationInvitationParamsWithHTTPClient

func NewPatchOrganizationInvitationParamsWithHTTPClient(client *http.Client) *PatchOrganizationInvitationParams

NewPatchOrganizationInvitationParamsWithHTTPClient creates a new PatchOrganizationInvitationParams object with the ability to set a custom HTTPClient for a request.

func NewPatchOrganizationInvitationParamsWithTimeout

func NewPatchOrganizationInvitationParamsWithTimeout(timeout time.Duration) *PatchOrganizationInvitationParams

NewPatchOrganizationInvitationParamsWithTimeout creates a new PatchOrganizationInvitationParams object with the ability to set a timeout on a request.

func (*PatchOrganizationInvitationParams) SetBody

SetBody adds the body to the patch organization invitation params

func (*PatchOrganizationInvitationParams) SetContext

SetContext adds the context to the patch organization invitation params

func (*PatchOrganizationInvitationParams) SetDefaults

func (o *PatchOrganizationInvitationParams) SetDefaults()

SetDefaults hydrates default values in the patch organization invitation params (not the query body).

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

func (*PatchOrganizationInvitationParams) SetEmail

func (o *PatchOrganizationInvitationParams) SetEmail(email *string)

SetEmail adds the email to the patch organization invitation params

func (*PatchOrganizationInvitationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch organization invitation params

func (*PatchOrganizationInvitationParams) SetOwner

func (o *PatchOrganizationInvitationParams) SetOwner(owner string)

SetOwner adds the owner to the patch organization invitation params

func (*PatchOrganizationInvitationParams) SetTimeout

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

SetTimeout adds the timeout to the patch organization invitation params

func (*PatchOrganizationInvitationParams) WithBody

WithBody adds the body to the patch organization invitation params

func (*PatchOrganizationInvitationParams) WithContext

WithContext adds the context to the patch organization invitation params

func (*PatchOrganizationInvitationParams) WithDefaults

WithDefaults hydrates default values in the patch organization invitation params (not the query body).

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

func (*PatchOrganizationInvitationParams) WithEmail

WithEmail adds the email to the patch organization invitation params

func (*PatchOrganizationInvitationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch organization invitation params

func (*PatchOrganizationInvitationParams) WithOwner

WithOwner adds the owner to the patch organization invitation params

func (*PatchOrganizationInvitationParams) WithTimeout

WithTimeout adds the timeout to the patch organization invitation params

func (*PatchOrganizationInvitationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchOrganizationInvitationReader

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

PatchOrganizationInvitationReader is a Reader for the PatchOrganizationInvitation structure.

func (*PatchOrganizationInvitationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchOrganizationMemberDefault

type PatchOrganizationMemberDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
PatchOrganizationMemberDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchOrganizationMemberDefault

func NewPatchOrganizationMemberDefault(code int) *PatchOrganizationMemberDefault

NewPatchOrganizationMemberDefault creates a PatchOrganizationMemberDefault with default headers values

func (*PatchOrganizationMemberDefault) Code

Code gets the status code for the patch organization member default response

func (*PatchOrganizationMemberDefault) Error

func (*PatchOrganizationMemberDefault) GetPayload

type PatchOrganizationMemberForbidden

type PatchOrganizationMemberForbidden struct {
	Payload interface{}
}
PatchOrganizationMemberForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewPatchOrganizationMemberForbidden

func NewPatchOrganizationMemberForbidden() *PatchOrganizationMemberForbidden

NewPatchOrganizationMemberForbidden creates a PatchOrganizationMemberForbidden with default headers values

func (*PatchOrganizationMemberForbidden) Error

func (*PatchOrganizationMemberForbidden) GetPayload

func (o *PatchOrganizationMemberForbidden) GetPayload() interface{}

type PatchOrganizationMemberNoContent

type PatchOrganizationMemberNoContent struct {
	Payload interface{}
}
PatchOrganizationMemberNoContent describes a response with status code 204, with default header values.

No content.

func NewPatchOrganizationMemberNoContent

func NewPatchOrganizationMemberNoContent() *PatchOrganizationMemberNoContent

NewPatchOrganizationMemberNoContent creates a PatchOrganizationMemberNoContent with default headers values

func (*PatchOrganizationMemberNoContent) Error

func (*PatchOrganizationMemberNoContent) GetPayload

func (o *PatchOrganizationMemberNoContent) GetPayload() interface{}

type PatchOrganizationMemberNotFound

type PatchOrganizationMemberNotFound struct {
	Payload interface{}
}
PatchOrganizationMemberNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewPatchOrganizationMemberNotFound

func NewPatchOrganizationMemberNotFound() *PatchOrganizationMemberNotFound

NewPatchOrganizationMemberNotFound creates a PatchOrganizationMemberNotFound with default headers values

func (*PatchOrganizationMemberNotFound) Error

func (*PatchOrganizationMemberNotFound) GetPayload

func (o *PatchOrganizationMemberNotFound) GetPayload() interface{}

type PatchOrganizationMemberOK

type PatchOrganizationMemberOK struct {
	Payload *service_model.V1OrganizationMember
}
PatchOrganizationMemberOK describes a response with status code 200, with default header values.

A successful response.

func NewPatchOrganizationMemberOK

func NewPatchOrganizationMemberOK() *PatchOrganizationMemberOK

NewPatchOrganizationMemberOK creates a PatchOrganizationMemberOK with default headers values

func (*PatchOrganizationMemberOK) Error

func (o *PatchOrganizationMemberOK) Error() string

func (*PatchOrganizationMemberOK) GetPayload

type PatchOrganizationMemberParams

type PatchOrganizationMemberParams struct {

	/* Body.

	   Organization body
	*/
	Body *service_model.V1OrganizationMember

	/* Email.

	   Optional email.
	*/
	Email *string

	/* MemberUser.

	   User
	*/
	MemberUser string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

PatchOrganizationMemberParams contains all the parameters to send to the API endpoint

for the patch organization member operation.

Typically these are written to a http.Request.

func NewPatchOrganizationMemberParams

func NewPatchOrganizationMemberParams() *PatchOrganizationMemberParams

NewPatchOrganizationMemberParams creates a new PatchOrganizationMemberParams 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 NewPatchOrganizationMemberParamsWithContext

func NewPatchOrganizationMemberParamsWithContext(ctx context.Context) *PatchOrganizationMemberParams

NewPatchOrganizationMemberParamsWithContext creates a new PatchOrganizationMemberParams object with the ability to set a context for a request.

func NewPatchOrganizationMemberParamsWithHTTPClient

func NewPatchOrganizationMemberParamsWithHTTPClient(client *http.Client) *PatchOrganizationMemberParams

NewPatchOrganizationMemberParamsWithHTTPClient creates a new PatchOrganizationMemberParams object with the ability to set a custom HTTPClient for a request.

func NewPatchOrganizationMemberParamsWithTimeout

func NewPatchOrganizationMemberParamsWithTimeout(timeout time.Duration) *PatchOrganizationMemberParams

NewPatchOrganizationMemberParamsWithTimeout creates a new PatchOrganizationMemberParams object with the ability to set a timeout on a request.

func (*PatchOrganizationMemberParams) SetBody

SetBody adds the body to the patch organization member params

func (*PatchOrganizationMemberParams) SetContext

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

SetContext adds the context to the patch organization member params

func (*PatchOrganizationMemberParams) SetDefaults

func (o *PatchOrganizationMemberParams) SetDefaults()

SetDefaults hydrates default values in the patch organization member params (not the query body).

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

func (*PatchOrganizationMemberParams) SetEmail

func (o *PatchOrganizationMemberParams) SetEmail(email *string)

SetEmail adds the email to the patch organization member params

func (*PatchOrganizationMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch organization member params

func (*PatchOrganizationMemberParams) SetMemberUser

func (o *PatchOrganizationMemberParams) SetMemberUser(memberUser string)

SetMemberUser adds the memberUser to the patch organization member params

func (*PatchOrganizationMemberParams) SetOwner

func (o *PatchOrganizationMemberParams) SetOwner(owner string)

SetOwner adds the owner to the patch organization member params

func (*PatchOrganizationMemberParams) SetTimeout

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

SetTimeout adds the timeout to the patch organization member params

func (*PatchOrganizationMemberParams) WithBody

WithBody adds the body to the patch organization member params

func (*PatchOrganizationMemberParams) WithContext

WithContext adds the context to the patch organization member params

func (*PatchOrganizationMemberParams) WithDefaults

WithDefaults hydrates default values in the patch organization member params (not the query body).

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

func (*PatchOrganizationMemberParams) WithEmail

WithEmail adds the email to the patch organization member params

func (*PatchOrganizationMemberParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch organization member params

func (*PatchOrganizationMemberParams) WithMemberUser

WithMemberUser adds the memberUser to the patch organization member params

func (*PatchOrganizationMemberParams) WithOwner

WithOwner adds the owner to the patch organization member params

func (*PatchOrganizationMemberParams) WithTimeout

WithTimeout adds the timeout to the patch organization member params

func (*PatchOrganizationMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchOrganizationMemberReader

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

PatchOrganizationMemberReader is a Reader for the PatchOrganizationMember structure.

func (*PatchOrganizationMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchOrganizationNoContent

type PatchOrganizationNoContent struct {
	Payload interface{}
}
PatchOrganizationNoContent describes a response with status code 204, with default header values.

No content.

func NewPatchOrganizationNoContent

func NewPatchOrganizationNoContent() *PatchOrganizationNoContent

NewPatchOrganizationNoContent creates a PatchOrganizationNoContent with default headers values

func (*PatchOrganizationNoContent) Error

func (*PatchOrganizationNoContent) GetPayload

func (o *PatchOrganizationNoContent) GetPayload() interface{}

type PatchOrganizationNotFound

type PatchOrganizationNotFound struct {
	Payload interface{}
}
PatchOrganizationNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewPatchOrganizationNotFound

func NewPatchOrganizationNotFound() *PatchOrganizationNotFound

NewPatchOrganizationNotFound creates a PatchOrganizationNotFound with default headers values

func (*PatchOrganizationNotFound) Error

func (o *PatchOrganizationNotFound) Error() string

func (*PatchOrganizationNotFound) GetPayload

func (o *PatchOrganizationNotFound) GetPayload() interface{}

type PatchOrganizationOK

type PatchOrganizationOK struct {
	Payload *service_model.V1Organization
}
PatchOrganizationOK describes a response with status code 200, with default header values.

A successful response.

func NewPatchOrganizationOK

func NewPatchOrganizationOK() *PatchOrganizationOK

NewPatchOrganizationOK creates a PatchOrganizationOK with default headers values

func (*PatchOrganizationOK) Error

func (o *PatchOrganizationOK) Error() string

func (*PatchOrganizationOK) GetPayload

type PatchOrganizationParams

type PatchOrganizationParams struct {

	/* Body.

	   Organization body
	*/
	Body *service_model.V1Organization

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

PatchOrganizationParams contains all the parameters to send to the API endpoint

for the patch organization operation.

Typically these are written to a http.Request.

func NewPatchOrganizationParams

func NewPatchOrganizationParams() *PatchOrganizationParams

NewPatchOrganizationParams creates a new PatchOrganizationParams 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 NewPatchOrganizationParamsWithContext

func NewPatchOrganizationParamsWithContext(ctx context.Context) *PatchOrganizationParams

NewPatchOrganizationParamsWithContext creates a new PatchOrganizationParams object with the ability to set a context for a request.

func NewPatchOrganizationParamsWithHTTPClient

func NewPatchOrganizationParamsWithHTTPClient(client *http.Client) *PatchOrganizationParams

NewPatchOrganizationParamsWithHTTPClient creates a new PatchOrganizationParams object with the ability to set a custom HTTPClient for a request.

func NewPatchOrganizationParamsWithTimeout

func NewPatchOrganizationParamsWithTimeout(timeout time.Duration) *PatchOrganizationParams

NewPatchOrganizationParamsWithTimeout creates a new PatchOrganizationParams object with the ability to set a timeout on a request.

func (*PatchOrganizationParams) SetBody

SetBody adds the body to the patch organization params

func (*PatchOrganizationParams) SetContext

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

SetContext adds the context to the patch organization params

func (*PatchOrganizationParams) SetDefaults

func (o *PatchOrganizationParams) SetDefaults()

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

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

func (*PatchOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch organization params

func (*PatchOrganizationParams) SetOwner

func (o *PatchOrganizationParams) SetOwner(owner string)

SetOwner adds the owner to the patch organization params

func (*PatchOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the patch organization params

func (*PatchOrganizationParams) WithBody

WithBody adds the body to the patch organization params

func (*PatchOrganizationParams) WithContext

WithContext adds the context to the patch organization params

func (*PatchOrganizationParams) WithDefaults

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

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

func (*PatchOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch organization params

func (*PatchOrganizationParams) WithOwner

WithOwner adds the owner to the patch organization params

func (*PatchOrganizationParams) WithTimeout

WithTimeout adds the timeout to the patch organization params

func (*PatchOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchOrganizationReader

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

PatchOrganizationReader is a Reader for the PatchOrganization structure.

func (*PatchOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchOrganizationSettingsDefault

type PatchOrganizationSettingsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
PatchOrganizationSettingsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchOrganizationSettingsDefault

func NewPatchOrganizationSettingsDefault(code int) *PatchOrganizationSettingsDefault

NewPatchOrganizationSettingsDefault creates a PatchOrganizationSettingsDefault with default headers values

func (*PatchOrganizationSettingsDefault) Code

Code gets the status code for the patch organization settings default response

func (*PatchOrganizationSettingsDefault) Error

func (*PatchOrganizationSettingsDefault) GetPayload

type PatchOrganizationSettingsForbidden

type PatchOrganizationSettingsForbidden struct {
	Payload interface{}
}
PatchOrganizationSettingsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewPatchOrganizationSettingsForbidden

func NewPatchOrganizationSettingsForbidden() *PatchOrganizationSettingsForbidden

NewPatchOrganizationSettingsForbidden creates a PatchOrganizationSettingsForbidden with default headers values

func (*PatchOrganizationSettingsForbidden) Error

func (*PatchOrganizationSettingsForbidden) GetPayload

func (o *PatchOrganizationSettingsForbidden) GetPayload() interface{}

type PatchOrganizationSettingsNoContent

type PatchOrganizationSettingsNoContent struct {
	Payload interface{}
}
PatchOrganizationSettingsNoContent describes a response with status code 204, with default header values.

No content.

func NewPatchOrganizationSettingsNoContent

func NewPatchOrganizationSettingsNoContent() *PatchOrganizationSettingsNoContent

NewPatchOrganizationSettingsNoContent creates a PatchOrganizationSettingsNoContent with default headers values

func (*PatchOrganizationSettingsNoContent) Error

func (*PatchOrganizationSettingsNoContent) GetPayload

func (o *PatchOrganizationSettingsNoContent) GetPayload() interface{}

type PatchOrganizationSettingsNotFound

type PatchOrganizationSettingsNotFound struct {
	Payload interface{}
}
PatchOrganizationSettingsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewPatchOrganizationSettingsNotFound

func NewPatchOrganizationSettingsNotFound() *PatchOrganizationSettingsNotFound

NewPatchOrganizationSettingsNotFound creates a PatchOrganizationSettingsNotFound with default headers values

func (*PatchOrganizationSettingsNotFound) Error

func (*PatchOrganizationSettingsNotFound) GetPayload

func (o *PatchOrganizationSettingsNotFound) GetPayload() interface{}

type PatchOrganizationSettingsOK

type PatchOrganizationSettingsOK struct {
	Payload *service_model.V1Organization
}
PatchOrganizationSettingsOK describes a response with status code 200, with default header values.

A successful response.

func NewPatchOrganizationSettingsOK

func NewPatchOrganizationSettingsOK() *PatchOrganizationSettingsOK

NewPatchOrganizationSettingsOK creates a PatchOrganizationSettingsOK with default headers values

func (*PatchOrganizationSettingsOK) Error

func (*PatchOrganizationSettingsOK) GetPayload

type PatchOrganizationSettingsParams

type PatchOrganizationSettingsParams struct {

	/* Body.

	   Organization body
	*/
	Body *service_model.V1Organization

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

PatchOrganizationSettingsParams contains all the parameters to send to the API endpoint

for the patch organization settings operation.

Typically these are written to a http.Request.

func NewPatchOrganizationSettingsParams

func NewPatchOrganizationSettingsParams() *PatchOrganizationSettingsParams

NewPatchOrganizationSettingsParams creates a new PatchOrganizationSettingsParams 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 NewPatchOrganizationSettingsParamsWithContext

func NewPatchOrganizationSettingsParamsWithContext(ctx context.Context) *PatchOrganizationSettingsParams

NewPatchOrganizationSettingsParamsWithContext creates a new PatchOrganizationSettingsParams object with the ability to set a context for a request.

func NewPatchOrganizationSettingsParamsWithHTTPClient

func NewPatchOrganizationSettingsParamsWithHTTPClient(client *http.Client) *PatchOrganizationSettingsParams

NewPatchOrganizationSettingsParamsWithHTTPClient creates a new PatchOrganizationSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewPatchOrganizationSettingsParamsWithTimeout

func NewPatchOrganizationSettingsParamsWithTimeout(timeout time.Duration) *PatchOrganizationSettingsParams

NewPatchOrganizationSettingsParamsWithTimeout creates a new PatchOrganizationSettingsParams object with the ability to set a timeout on a request.

func (*PatchOrganizationSettingsParams) SetBody

SetBody adds the body to the patch organization settings params

func (*PatchOrganizationSettingsParams) SetContext

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

SetContext adds the context to the patch organization settings params

func (*PatchOrganizationSettingsParams) SetDefaults

func (o *PatchOrganizationSettingsParams) SetDefaults()

SetDefaults hydrates default values in the patch organization settings params (not the query body).

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

func (*PatchOrganizationSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch organization settings params

func (*PatchOrganizationSettingsParams) SetOwner

func (o *PatchOrganizationSettingsParams) SetOwner(owner string)

SetOwner adds the owner to the patch organization settings params

func (*PatchOrganizationSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the patch organization settings params

func (*PatchOrganizationSettingsParams) WithBody

WithBody adds the body to the patch organization settings params

func (*PatchOrganizationSettingsParams) WithContext

WithContext adds the context to the patch organization settings params

func (*PatchOrganizationSettingsParams) WithDefaults

WithDefaults hydrates default values in the patch organization settings params (not the query body).

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

func (*PatchOrganizationSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch organization settings params

func (*PatchOrganizationSettingsParams) WithOwner

WithOwner adds the owner to the patch organization settings params

func (*PatchOrganizationSettingsParams) WithTimeout

WithTimeout adds the timeout to the patch organization settings params

func (*PatchOrganizationSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchOrganizationSettingsReader

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

PatchOrganizationSettingsReader is a Reader for the PatchOrganizationSettings structure.

func (*PatchOrganizationSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResendOrganizationInvitationDefault

type ResendOrganizationInvitationDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
ResendOrganizationInvitationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewResendOrganizationInvitationDefault

func NewResendOrganizationInvitationDefault(code int) *ResendOrganizationInvitationDefault

NewResendOrganizationInvitationDefault creates a ResendOrganizationInvitationDefault with default headers values

func (*ResendOrganizationInvitationDefault) Code

Code gets the status code for the resend organization invitation default response

func (*ResendOrganizationInvitationDefault) Error

func (*ResendOrganizationInvitationDefault) GetPayload

type ResendOrganizationInvitationForbidden

type ResendOrganizationInvitationForbidden struct {
	Payload interface{}
}
ResendOrganizationInvitationForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewResendOrganizationInvitationForbidden

func NewResendOrganizationInvitationForbidden() *ResendOrganizationInvitationForbidden

NewResendOrganizationInvitationForbidden creates a ResendOrganizationInvitationForbidden with default headers values

func (*ResendOrganizationInvitationForbidden) Error

func (*ResendOrganizationInvitationForbidden) GetPayload

func (o *ResendOrganizationInvitationForbidden) GetPayload() interface{}

type ResendOrganizationInvitationNoContent

type ResendOrganizationInvitationNoContent struct {
	Payload interface{}
}
ResendOrganizationInvitationNoContent describes a response with status code 204, with default header values.

No content.

func NewResendOrganizationInvitationNoContent

func NewResendOrganizationInvitationNoContent() *ResendOrganizationInvitationNoContent

NewResendOrganizationInvitationNoContent creates a ResendOrganizationInvitationNoContent with default headers values

func (*ResendOrganizationInvitationNoContent) Error

func (*ResendOrganizationInvitationNoContent) GetPayload

func (o *ResendOrganizationInvitationNoContent) GetPayload() interface{}

type ResendOrganizationInvitationNotFound

type ResendOrganizationInvitationNotFound struct {
	Payload interface{}
}
ResendOrganizationInvitationNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewResendOrganizationInvitationNotFound

func NewResendOrganizationInvitationNotFound() *ResendOrganizationInvitationNotFound

NewResendOrganizationInvitationNotFound creates a ResendOrganizationInvitationNotFound with default headers values

func (*ResendOrganizationInvitationNotFound) Error

func (*ResendOrganizationInvitationNotFound) GetPayload

func (o *ResendOrganizationInvitationNotFound) GetPayload() interface{}

type ResendOrganizationInvitationOK

type ResendOrganizationInvitationOK struct {
	Payload *service_model.V1OrganizationMember
}
ResendOrganizationInvitationOK describes a response with status code 200, with default header values.

A successful response.

func NewResendOrganizationInvitationOK

func NewResendOrganizationInvitationOK() *ResendOrganizationInvitationOK

NewResendOrganizationInvitationOK creates a ResendOrganizationInvitationOK with default headers values

func (*ResendOrganizationInvitationOK) Error

func (*ResendOrganizationInvitationOK) GetPayload

type ResendOrganizationInvitationParams

type ResendOrganizationInvitationParams struct {

	/* Body.

	   Organization body
	*/
	Body *service_model.V1OrganizationMember

	/* Email.

	   Optional email.
	*/
	Email *string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

ResendOrganizationInvitationParams contains all the parameters to send to the API endpoint

for the resend organization invitation operation.

Typically these are written to a http.Request.

func NewResendOrganizationInvitationParams

func NewResendOrganizationInvitationParams() *ResendOrganizationInvitationParams

NewResendOrganizationInvitationParams creates a new ResendOrganizationInvitationParams 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 NewResendOrganizationInvitationParamsWithContext

func NewResendOrganizationInvitationParamsWithContext(ctx context.Context) *ResendOrganizationInvitationParams

NewResendOrganizationInvitationParamsWithContext creates a new ResendOrganizationInvitationParams object with the ability to set a context for a request.

func NewResendOrganizationInvitationParamsWithHTTPClient

func NewResendOrganizationInvitationParamsWithHTTPClient(client *http.Client) *ResendOrganizationInvitationParams

NewResendOrganizationInvitationParamsWithHTTPClient creates a new ResendOrganizationInvitationParams object with the ability to set a custom HTTPClient for a request.

func NewResendOrganizationInvitationParamsWithTimeout

func NewResendOrganizationInvitationParamsWithTimeout(timeout time.Duration) *ResendOrganizationInvitationParams

NewResendOrganizationInvitationParamsWithTimeout creates a new ResendOrganizationInvitationParams object with the ability to set a timeout on a request.

func (*ResendOrganizationInvitationParams) SetBody

SetBody adds the body to the resend organization invitation params

func (*ResendOrganizationInvitationParams) SetContext

SetContext adds the context to the resend organization invitation params

func (*ResendOrganizationInvitationParams) SetDefaults

func (o *ResendOrganizationInvitationParams) SetDefaults()

SetDefaults hydrates default values in the resend organization invitation params (not the query body).

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

func (*ResendOrganizationInvitationParams) SetEmail

func (o *ResendOrganizationInvitationParams) SetEmail(email *string)

SetEmail adds the email to the resend organization invitation params

func (*ResendOrganizationInvitationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resend organization invitation params

func (*ResendOrganizationInvitationParams) SetOwner

func (o *ResendOrganizationInvitationParams) SetOwner(owner string)

SetOwner adds the owner to the resend organization invitation params

func (*ResendOrganizationInvitationParams) SetTimeout

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

SetTimeout adds the timeout to the resend organization invitation params

func (*ResendOrganizationInvitationParams) WithBody

WithBody adds the body to the resend organization invitation params

func (*ResendOrganizationInvitationParams) WithContext

WithContext adds the context to the resend organization invitation params

func (*ResendOrganizationInvitationParams) WithDefaults

WithDefaults hydrates default values in the resend organization invitation params (not the query body).

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

func (*ResendOrganizationInvitationParams) WithEmail

WithEmail adds the email to the resend organization invitation params

func (*ResendOrganizationInvitationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the resend organization invitation params

func (*ResendOrganizationInvitationParams) WithOwner

WithOwner adds the owner to the resend organization invitation params

func (*ResendOrganizationInvitationParams) WithTimeout

WithTimeout adds the timeout to the resend organization invitation params

func (*ResendOrganizationInvitationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResendOrganizationInvitationReader

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

ResendOrganizationInvitationReader is a Reader for the ResendOrganizationInvitation structure.

func (*ResendOrganizationInvitationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateOrganizationDefault

type UpdateOrganizationDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
UpdateOrganizationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewUpdateOrganizationDefault

func NewUpdateOrganizationDefault(code int) *UpdateOrganizationDefault

NewUpdateOrganizationDefault creates a UpdateOrganizationDefault with default headers values

func (*UpdateOrganizationDefault) Code

func (o *UpdateOrganizationDefault) Code() int

Code gets the status code for the update organization default response

func (*UpdateOrganizationDefault) Error

func (o *UpdateOrganizationDefault) Error() string

func (*UpdateOrganizationDefault) GetPayload

type UpdateOrganizationForbidden

type UpdateOrganizationForbidden struct {
	Payload interface{}
}
UpdateOrganizationForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewUpdateOrganizationForbidden

func NewUpdateOrganizationForbidden() *UpdateOrganizationForbidden

NewUpdateOrganizationForbidden creates a UpdateOrganizationForbidden with default headers values

func (*UpdateOrganizationForbidden) Error

func (*UpdateOrganizationForbidden) GetPayload

func (o *UpdateOrganizationForbidden) GetPayload() interface{}

type UpdateOrganizationInvitationDefault

type UpdateOrganizationInvitationDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
UpdateOrganizationInvitationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewUpdateOrganizationInvitationDefault

func NewUpdateOrganizationInvitationDefault(code int) *UpdateOrganizationInvitationDefault

NewUpdateOrganizationInvitationDefault creates a UpdateOrganizationInvitationDefault with default headers values

func (*UpdateOrganizationInvitationDefault) Code

Code gets the status code for the update organization invitation default response

func (*UpdateOrganizationInvitationDefault) Error

func (*UpdateOrganizationInvitationDefault) GetPayload

type UpdateOrganizationInvitationForbidden

type UpdateOrganizationInvitationForbidden struct {
	Payload interface{}
}
UpdateOrganizationInvitationForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewUpdateOrganizationInvitationForbidden

func NewUpdateOrganizationInvitationForbidden() *UpdateOrganizationInvitationForbidden

NewUpdateOrganizationInvitationForbidden creates a UpdateOrganizationInvitationForbidden with default headers values

func (*UpdateOrganizationInvitationForbidden) Error

func (*UpdateOrganizationInvitationForbidden) GetPayload

func (o *UpdateOrganizationInvitationForbidden) GetPayload() interface{}

type UpdateOrganizationInvitationNoContent

type UpdateOrganizationInvitationNoContent struct {
	Payload interface{}
}
UpdateOrganizationInvitationNoContent describes a response with status code 204, with default header values.

No content.

func NewUpdateOrganizationInvitationNoContent

func NewUpdateOrganizationInvitationNoContent() *UpdateOrganizationInvitationNoContent

NewUpdateOrganizationInvitationNoContent creates a UpdateOrganizationInvitationNoContent with default headers values

func (*UpdateOrganizationInvitationNoContent) Error

func (*UpdateOrganizationInvitationNoContent) GetPayload

func (o *UpdateOrganizationInvitationNoContent) GetPayload() interface{}

type UpdateOrganizationInvitationNotFound

type UpdateOrganizationInvitationNotFound struct {
	Payload interface{}
}
UpdateOrganizationInvitationNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewUpdateOrganizationInvitationNotFound

func NewUpdateOrganizationInvitationNotFound() *UpdateOrganizationInvitationNotFound

NewUpdateOrganizationInvitationNotFound creates a UpdateOrganizationInvitationNotFound with default headers values

func (*UpdateOrganizationInvitationNotFound) Error

func (*UpdateOrganizationInvitationNotFound) GetPayload

func (o *UpdateOrganizationInvitationNotFound) GetPayload() interface{}

type UpdateOrganizationInvitationOK

type UpdateOrganizationInvitationOK struct {
	Payload *service_model.V1OrganizationMember
}
UpdateOrganizationInvitationOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateOrganizationInvitationOK

func NewUpdateOrganizationInvitationOK() *UpdateOrganizationInvitationOK

NewUpdateOrganizationInvitationOK creates a UpdateOrganizationInvitationOK with default headers values

func (*UpdateOrganizationInvitationOK) Error

func (*UpdateOrganizationInvitationOK) GetPayload

type UpdateOrganizationInvitationParams

type UpdateOrganizationInvitationParams struct {

	/* Body.

	   Organization body
	*/
	Body *service_model.V1OrganizationMember

	/* Email.

	   Optional email.
	*/
	Email *string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

UpdateOrganizationInvitationParams contains all the parameters to send to the API endpoint

for the update organization invitation operation.

Typically these are written to a http.Request.

func NewUpdateOrganizationInvitationParams

func NewUpdateOrganizationInvitationParams() *UpdateOrganizationInvitationParams

NewUpdateOrganizationInvitationParams creates a new UpdateOrganizationInvitationParams 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 NewUpdateOrganizationInvitationParamsWithContext

func NewUpdateOrganizationInvitationParamsWithContext(ctx context.Context) *UpdateOrganizationInvitationParams

NewUpdateOrganizationInvitationParamsWithContext creates a new UpdateOrganizationInvitationParams object with the ability to set a context for a request.

func NewUpdateOrganizationInvitationParamsWithHTTPClient

func NewUpdateOrganizationInvitationParamsWithHTTPClient(client *http.Client) *UpdateOrganizationInvitationParams

NewUpdateOrganizationInvitationParamsWithHTTPClient creates a new UpdateOrganizationInvitationParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateOrganizationInvitationParamsWithTimeout

func NewUpdateOrganizationInvitationParamsWithTimeout(timeout time.Duration) *UpdateOrganizationInvitationParams

NewUpdateOrganizationInvitationParamsWithTimeout creates a new UpdateOrganizationInvitationParams object with the ability to set a timeout on a request.

func (*UpdateOrganizationInvitationParams) SetBody

SetBody adds the body to the update organization invitation params

func (*UpdateOrganizationInvitationParams) SetContext

SetContext adds the context to the update organization invitation params

func (*UpdateOrganizationInvitationParams) SetDefaults

func (o *UpdateOrganizationInvitationParams) SetDefaults()

SetDefaults hydrates default values in the update organization invitation params (not the query body).

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

func (*UpdateOrganizationInvitationParams) SetEmail

func (o *UpdateOrganizationInvitationParams) SetEmail(email *string)

SetEmail adds the email to the update organization invitation params

func (*UpdateOrganizationInvitationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update organization invitation params

func (*UpdateOrganizationInvitationParams) SetOwner

func (o *UpdateOrganizationInvitationParams) SetOwner(owner string)

SetOwner adds the owner to the update organization invitation params

func (*UpdateOrganizationInvitationParams) SetTimeout

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

SetTimeout adds the timeout to the update organization invitation params

func (*UpdateOrganizationInvitationParams) WithBody

WithBody adds the body to the update organization invitation params

func (*UpdateOrganizationInvitationParams) WithContext

WithContext adds the context to the update organization invitation params

func (*UpdateOrganizationInvitationParams) WithDefaults

WithDefaults hydrates default values in the update organization invitation params (not the query body).

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

func (*UpdateOrganizationInvitationParams) WithEmail

WithEmail adds the email to the update organization invitation params

func (*UpdateOrganizationInvitationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update organization invitation params

func (*UpdateOrganizationInvitationParams) WithOwner

WithOwner adds the owner to the update organization invitation params

func (*UpdateOrganizationInvitationParams) WithTimeout

WithTimeout adds the timeout to the update organization invitation params

func (*UpdateOrganizationInvitationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOrganizationInvitationReader

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

UpdateOrganizationInvitationReader is a Reader for the UpdateOrganizationInvitation structure.

func (*UpdateOrganizationInvitationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateOrganizationMemberDefault

type UpdateOrganizationMemberDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
UpdateOrganizationMemberDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewUpdateOrganizationMemberDefault

func NewUpdateOrganizationMemberDefault(code int) *UpdateOrganizationMemberDefault

NewUpdateOrganizationMemberDefault creates a UpdateOrganizationMemberDefault with default headers values

func (*UpdateOrganizationMemberDefault) Code

Code gets the status code for the update organization member default response

func (*UpdateOrganizationMemberDefault) Error

func (*UpdateOrganizationMemberDefault) GetPayload

type UpdateOrganizationMemberForbidden

type UpdateOrganizationMemberForbidden struct {
	Payload interface{}
}
UpdateOrganizationMemberForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewUpdateOrganizationMemberForbidden

func NewUpdateOrganizationMemberForbidden() *UpdateOrganizationMemberForbidden

NewUpdateOrganizationMemberForbidden creates a UpdateOrganizationMemberForbidden with default headers values

func (*UpdateOrganizationMemberForbidden) Error

func (*UpdateOrganizationMemberForbidden) GetPayload

func (o *UpdateOrganizationMemberForbidden) GetPayload() interface{}

type UpdateOrganizationMemberNoContent

type UpdateOrganizationMemberNoContent struct {
	Payload interface{}
}
UpdateOrganizationMemberNoContent describes a response with status code 204, with default header values.

No content.

func NewUpdateOrganizationMemberNoContent

func NewUpdateOrganizationMemberNoContent() *UpdateOrganizationMemberNoContent

NewUpdateOrganizationMemberNoContent creates a UpdateOrganizationMemberNoContent with default headers values

func (*UpdateOrganizationMemberNoContent) Error

func (*UpdateOrganizationMemberNoContent) GetPayload

func (o *UpdateOrganizationMemberNoContent) GetPayload() interface{}

type UpdateOrganizationMemberNotFound

type UpdateOrganizationMemberNotFound struct {
	Payload interface{}
}
UpdateOrganizationMemberNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewUpdateOrganizationMemberNotFound

func NewUpdateOrganizationMemberNotFound() *UpdateOrganizationMemberNotFound

NewUpdateOrganizationMemberNotFound creates a UpdateOrganizationMemberNotFound with default headers values

func (*UpdateOrganizationMemberNotFound) Error

func (*UpdateOrganizationMemberNotFound) GetPayload

func (o *UpdateOrganizationMemberNotFound) GetPayload() interface{}

type UpdateOrganizationMemberOK

type UpdateOrganizationMemberOK struct {
	Payload *service_model.V1OrganizationMember
}
UpdateOrganizationMemberOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateOrganizationMemberOK

func NewUpdateOrganizationMemberOK() *UpdateOrganizationMemberOK

NewUpdateOrganizationMemberOK creates a UpdateOrganizationMemberOK with default headers values

func (*UpdateOrganizationMemberOK) Error

func (*UpdateOrganizationMemberOK) GetPayload

type UpdateOrganizationMemberParams

type UpdateOrganizationMemberParams struct {

	/* Body.

	   Organization body
	*/
	Body *service_model.V1OrganizationMember

	/* Email.

	   Optional email.
	*/
	Email *string

	/* MemberUser.

	   User
	*/
	MemberUser string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

UpdateOrganizationMemberParams contains all the parameters to send to the API endpoint

for the update organization member operation.

Typically these are written to a http.Request.

func NewUpdateOrganizationMemberParams

func NewUpdateOrganizationMemberParams() *UpdateOrganizationMemberParams

NewUpdateOrganizationMemberParams creates a new UpdateOrganizationMemberParams 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 NewUpdateOrganizationMemberParamsWithContext

func NewUpdateOrganizationMemberParamsWithContext(ctx context.Context) *UpdateOrganizationMemberParams

NewUpdateOrganizationMemberParamsWithContext creates a new UpdateOrganizationMemberParams object with the ability to set a context for a request.

func NewUpdateOrganizationMemberParamsWithHTTPClient

func NewUpdateOrganizationMemberParamsWithHTTPClient(client *http.Client) *UpdateOrganizationMemberParams

NewUpdateOrganizationMemberParamsWithHTTPClient creates a new UpdateOrganizationMemberParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateOrganizationMemberParamsWithTimeout

func NewUpdateOrganizationMemberParamsWithTimeout(timeout time.Duration) *UpdateOrganizationMemberParams

NewUpdateOrganizationMemberParamsWithTimeout creates a new UpdateOrganizationMemberParams object with the ability to set a timeout on a request.

func (*UpdateOrganizationMemberParams) SetBody

SetBody adds the body to the update organization member params

func (*UpdateOrganizationMemberParams) SetContext

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

SetContext adds the context to the update organization member params

func (*UpdateOrganizationMemberParams) SetDefaults

func (o *UpdateOrganizationMemberParams) SetDefaults()

SetDefaults hydrates default values in the update organization member params (not the query body).

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

func (*UpdateOrganizationMemberParams) SetEmail

func (o *UpdateOrganizationMemberParams) SetEmail(email *string)

SetEmail adds the email to the update organization member params

func (*UpdateOrganizationMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update organization member params

func (*UpdateOrganizationMemberParams) SetMemberUser

func (o *UpdateOrganizationMemberParams) SetMemberUser(memberUser string)

SetMemberUser adds the memberUser to the update organization member params

func (*UpdateOrganizationMemberParams) SetOwner

func (o *UpdateOrganizationMemberParams) SetOwner(owner string)

SetOwner adds the owner to the update organization member params

func (*UpdateOrganizationMemberParams) SetTimeout

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

SetTimeout adds the timeout to the update organization member params

func (*UpdateOrganizationMemberParams) WithBody

WithBody adds the body to the update organization member params

func (*UpdateOrganizationMemberParams) WithContext

WithContext adds the context to the update organization member params

func (*UpdateOrganizationMemberParams) WithDefaults

WithDefaults hydrates default values in the update organization member params (not the query body).

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

func (*UpdateOrganizationMemberParams) WithEmail

WithEmail adds the email to the update organization member params

func (*UpdateOrganizationMemberParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update organization member params

func (*UpdateOrganizationMemberParams) WithMemberUser

WithMemberUser adds the memberUser to the update organization member params

func (*UpdateOrganizationMemberParams) WithOwner

WithOwner adds the owner to the update organization member params

func (*UpdateOrganizationMemberParams) WithTimeout

WithTimeout adds the timeout to the update organization member params

func (*UpdateOrganizationMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOrganizationMemberReader

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

UpdateOrganizationMemberReader is a Reader for the UpdateOrganizationMember structure.

func (*UpdateOrganizationMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateOrganizationNoContent

type UpdateOrganizationNoContent struct {
	Payload interface{}
}
UpdateOrganizationNoContent describes a response with status code 204, with default header values.

No content.

func NewUpdateOrganizationNoContent

func NewUpdateOrganizationNoContent() *UpdateOrganizationNoContent

NewUpdateOrganizationNoContent creates a UpdateOrganizationNoContent with default headers values

func (*UpdateOrganizationNoContent) Error

func (*UpdateOrganizationNoContent) GetPayload

func (o *UpdateOrganizationNoContent) GetPayload() interface{}

type UpdateOrganizationNotFound

type UpdateOrganizationNotFound struct {
	Payload interface{}
}
UpdateOrganizationNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewUpdateOrganizationNotFound

func NewUpdateOrganizationNotFound() *UpdateOrganizationNotFound

NewUpdateOrganizationNotFound creates a UpdateOrganizationNotFound with default headers values

func (*UpdateOrganizationNotFound) Error

func (*UpdateOrganizationNotFound) GetPayload

func (o *UpdateOrganizationNotFound) GetPayload() interface{}

type UpdateOrganizationOK

type UpdateOrganizationOK struct {
	Payload *service_model.V1Organization
}
UpdateOrganizationOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateOrganizationOK

func NewUpdateOrganizationOK() *UpdateOrganizationOK

NewUpdateOrganizationOK creates a UpdateOrganizationOK with default headers values

func (*UpdateOrganizationOK) Error

func (o *UpdateOrganizationOK) Error() string

func (*UpdateOrganizationOK) GetPayload

type UpdateOrganizationParams

type UpdateOrganizationParams struct {

	/* Body.

	   Organization body
	*/
	Body *service_model.V1Organization

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

UpdateOrganizationParams contains all the parameters to send to the API endpoint

for the update organization operation.

Typically these are written to a http.Request.

func NewUpdateOrganizationParams

func NewUpdateOrganizationParams() *UpdateOrganizationParams

NewUpdateOrganizationParams creates a new UpdateOrganizationParams 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 NewUpdateOrganizationParamsWithContext

func NewUpdateOrganizationParamsWithContext(ctx context.Context) *UpdateOrganizationParams

NewUpdateOrganizationParamsWithContext creates a new UpdateOrganizationParams object with the ability to set a context for a request.

func NewUpdateOrganizationParamsWithHTTPClient

func NewUpdateOrganizationParamsWithHTTPClient(client *http.Client) *UpdateOrganizationParams

NewUpdateOrganizationParamsWithHTTPClient creates a new UpdateOrganizationParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateOrganizationParamsWithTimeout

func NewUpdateOrganizationParamsWithTimeout(timeout time.Duration) *UpdateOrganizationParams

NewUpdateOrganizationParamsWithTimeout creates a new UpdateOrganizationParams object with the ability to set a timeout on a request.

func (*UpdateOrganizationParams) SetBody

SetBody adds the body to the update organization params

func (*UpdateOrganizationParams) SetContext

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

SetContext adds the context to the update organization params

func (*UpdateOrganizationParams) SetDefaults

func (o *UpdateOrganizationParams) SetDefaults()

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

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

func (*UpdateOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update organization params

func (*UpdateOrganizationParams) SetOwner

func (o *UpdateOrganizationParams) SetOwner(owner string)

SetOwner adds the owner to the update organization params

func (*UpdateOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the update organization params

func (*UpdateOrganizationParams) WithBody

WithBody adds the body to the update organization params

func (*UpdateOrganizationParams) WithContext

WithContext adds the context to the update organization params

func (*UpdateOrganizationParams) WithDefaults

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

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

func (*UpdateOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update organization params

func (*UpdateOrganizationParams) WithOwner

WithOwner adds the owner to the update organization params

func (*UpdateOrganizationParams) WithTimeout

WithTimeout adds the timeout to the update organization params

func (*UpdateOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOrganizationReader

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

UpdateOrganizationReader is a Reader for the UpdateOrganization structure.

func (*UpdateOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateOrganizationSettingsDefault

type UpdateOrganizationSettingsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
UpdateOrganizationSettingsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewUpdateOrganizationSettingsDefault

func NewUpdateOrganizationSettingsDefault(code int) *UpdateOrganizationSettingsDefault

NewUpdateOrganizationSettingsDefault creates a UpdateOrganizationSettingsDefault with default headers values

func (*UpdateOrganizationSettingsDefault) Code

Code gets the status code for the update organization settings default response

func (*UpdateOrganizationSettingsDefault) Error

func (*UpdateOrganizationSettingsDefault) GetPayload

type UpdateOrganizationSettingsForbidden

type UpdateOrganizationSettingsForbidden struct {
	Payload interface{}
}
UpdateOrganizationSettingsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewUpdateOrganizationSettingsForbidden

func NewUpdateOrganizationSettingsForbidden() *UpdateOrganizationSettingsForbidden

NewUpdateOrganizationSettingsForbidden creates a UpdateOrganizationSettingsForbidden with default headers values

func (*UpdateOrganizationSettingsForbidden) Error

func (*UpdateOrganizationSettingsForbidden) GetPayload

func (o *UpdateOrganizationSettingsForbidden) GetPayload() interface{}

type UpdateOrganizationSettingsNoContent

type UpdateOrganizationSettingsNoContent struct {
	Payload interface{}
}
UpdateOrganizationSettingsNoContent describes a response with status code 204, with default header values.

No content.

func NewUpdateOrganizationSettingsNoContent

func NewUpdateOrganizationSettingsNoContent() *UpdateOrganizationSettingsNoContent

NewUpdateOrganizationSettingsNoContent creates a UpdateOrganizationSettingsNoContent with default headers values

func (*UpdateOrganizationSettingsNoContent) Error

func (*UpdateOrganizationSettingsNoContent) GetPayload

func (o *UpdateOrganizationSettingsNoContent) GetPayload() interface{}

type UpdateOrganizationSettingsNotFound

type UpdateOrganizationSettingsNotFound struct {
	Payload interface{}
}
UpdateOrganizationSettingsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewUpdateOrganizationSettingsNotFound

func NewUpdateOrganizationSettingsNotFound() *UpdateOrganizationSettingsNotFound

NewUpdateOrganizationSettingsNotFound creates a UpdateOrganizationSettingsNotFound with default headers values

func (*UpdateOrganizationSettingsNotFound) Error

func (*UpdateOrganizationSettingsNotFound) GetPayload

func (o *UpdateOrganizationSettingsNotFound) GetPayload() interface{}

type UpdateOrganizationSettingsOK

type UpdateOrganizationSettingsOK struct {
	Payload *service_model.V1Organization
}
UpdateOrganizationSettingsOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateOrganizationSettingsOK

func NewUpdateOrganizationSettingsOK() *UpdateOrganizationSettingsOK

NewUpdateOrganizationSettingsOK creates a UpdateOrganizationSettingsOK with default headers values

func (*UpdateOrganizationSettingsOK) Error

func (*UpdateOrganizationSettingsOK) GetPayload

type UpdateOrganizationSettingsParams

type UpdateOrganizationSettingsParams struct {

	/* Body.

	   Organization body
	*/
	Body *service_model.V1Organization

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

UpdateOrganizationSettingsParams contains all the parameters to send to the API endpoint

for the update organization settings operation.

Typically these are written to a http.Request.

func NewUpdateOrganizationSettingsParams

func NewUpdateOrganizationSettingsParams() *UpdateOrganizationSettingsParams

NewUpdateOrganizationSettingsParams creates a new UpdateOrganizationSettingsParams 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 NewUpdateOrganizationSettingsParamsWithContext

func NewUpdateOrganizationSettingsParamsWithContext(ctx context.Context) *UpdateOrganizationSettingsParams

NewUpdateOrganizationSettingsParamsWithContext creates a new UpdateOrganizationSettingsParams object with the ability to set a context for a request.

func NewUpdateOrganizationSettingsParamsWithHTTPClient

func NewUpdateOrganizationSettingsParamsWithHTTPClient(client *http.Client) *UpdateOrganizationSettingsParams

NewUpdateOrganizationSettingsParamsWithHTTPClient creates a new UpdateOrganizationSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateOrganizationSettingsParamsWithTimeout

func NewUpdateOrganizationSettingsParamsWithTimeout(timeout time.Duration) *UpdateOrganizationSettingsParams

NewUpdateOrganizationSettingsParamsWithTimeout creates a new UpdateOrganizationSettingsParams object with the ability to set a timeout on a request.

func (*UpdateOrganizationSettingsParams) SetBody

SetBody adds the body to the update organization settings params

func (*UpdateOrganizationSettingsParams) SetContext

SetContext adds the context to the update organization settings params

func (*UpdateOrganizationSettingsParams) SetDefaults

func (o *UpdateOrganizationSettingsParams) SetDefaults()

SetDefaults hydrates default values in the update organization settings params (not the query body).

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

func (*UpdateOrganizationSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update organization settings params

func (*UpdateOrganizationSettingsParams) SetOwner

func (o *UpdateOrganizationSettingsParams) SetOwner(owner string)

SetOwner adds the owner to the update organization settings params

func (*UpdateOrganizationSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the update organization settings params

func (*UpdateOrganizationSettingsParams) WithBody

WithBody adds the body to the update organization settings params

func (*UpdateOrganizationSettingsParams) WithContext

WithContext adds the context to the update organization settings params

func (*UpdateOrganizationSettingsParams) WithDefaults

WithDefaults hydrates default values in the update organization settings params (not the query body).

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

func (*UpdateOrganizationSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update organization settings params

func (*UpdateOrganizationSettingsParams) WithOwner

WithOwner adds the owner to the update organization settings params

func (*UpdateOrganizationSettingsParams) WithTimeout

WithTimeout adds the timeout to the update organization settings params

func (*UpdateOrganizationSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOrganizationSettingsReader

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

UpdateOrganizationSettingsReader is a Reader for the UpdateOrganizationSettings structure.

func (*UpdateOrganizationSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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