organizations_v1

package
v1.22.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2023 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 ApproveOrganizationRunsDefault

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

An unexpected error response.

func NewApproveOrganizationRunsDefault

func NewApproveOrganizationRunsDefault(code int) *ApproveOrganizationRunsDefault

NewApproveOrganizationRunsDefault creates a ApproveOrganizationRunsDefault with default headers values

func (*ApproveOrganizationRunsDefault) Code

Code gets the status code for the approve organization runs default response

func (*ApproveOrganizationRunsDefault) Error

func (*ApproveOrganizationRunsDefault) GetPayload

func (*ApproveOrganizationRunsDefault) IsClientError added in v1.21.0

func (o *ApproveOrganizationRunsDefault) IsClientError() bool

IsClientError returns true when this approve organization runs default response has a 4xx status code

func (*ApproveOrganizationRunsDefault) IsCode added in v1.21.0

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

IsCode returns true when this approve organization runs default response a status code equal to that given

func (*ApproveOrganizationRunsDefault) IsRedirect added in v1.21.0

func (o *ApproveOrganizationRunsDefault) IsRedirect() bool

IsRedirect returns true when this approve organization runs default response has a 3xx status code

func (*ApproveOrganizationRunsDefault) IsServerError added in v1.21.0

func (o *ApproveOrganizationRunsDefault) IsServerError() bool

IsServerError returns true when this approve organization runs default response has a 5xx status code

func (*ApproveOrganizationRunsDefault) IsSuccess added in v1.21.0

func (o *ApproveOrganizationRunsDefault) IsSuccess() bool

IsSuccess returns true when this approve organization runs default response has a 2xx status code

func (*ApproveOrganizationRunsDefault) String added in v1.21.0

type ApproveOrganizationRunsForbidden

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

You don't have permission to access the resource.

func NewApproveOrganizationRunsForbidden

func NewApproveOrganizationRunsForbidden() *ApproveOrganizationRunsForbidden

NewApproveOrganizationRunsForbidden creates a ApproveOrganizationRunsForbidden with default headers values

func (*ApproveOrganizationRunsForbidden) Code added in v1.22.0

Code gets the status code for the approve organization runs forbidden response

func (*ApproveOrganizationRunsForbidden) Error

func (*ApproveOrganizationRunsForbidden) GetPayload

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

func (*ApproveOrganizationRunsForbidden) IsClientError added in v1.21.0

func (o *ApproveOrganizationRunsForbidden) IsClientError() bool

IsClientError returns true when this approve organization runs forbidden response has a 4xx status code

func (*ApproveOrganizationRunsForbidden) IsCode added in v1.21.0

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

IsCode returns true when this approve organization runs forbidden response a status code equal to that given

func (*ApproveOrganizationRunsForbidden) IsRedirect added in v1.21.0

func (o *ApproveOrganizationRunsForbidden) IsRedirect() bool

IsRedirect returns true when this approve organization runs forbidden response has a 3xx status code

func (*ApproveOrganizationRunsForbidden) IsServerError added in v1.21.0

func (o *ApproveOrganizationRunsForbidden) IsServerError() bool

IsServerError returns true when this approve organization runs forbidden response has a 5xx status code

func (*ApproveOrganizationRunsForbidden) IsSuccess added in v1.21.0

func (o *ApproveOrganizationRunsForbidden) IsSuccess() bool

IsSuccess returns true when this approve organization runs forbidden response has a 2xx status code

func (*ApproveOrganizationRunsForbidden) String added in v1.21.0

type ApproveOrganizationRunsNoContent

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

No content.

func NewApproveOrganizationRunsNoContent

func NewApproveOrganizationRunsNoContent() *ApproveOrganizationRunsNoContent

NewApproveOrganizationRunsNoContent creates a ApproveOrganizationRunsNoContent with default headers values

func (*ApproveOrganizationRunsNoContent) Code added in v1.22.0

Code gets the status code for the approve organization runs no content response

func (*ApproveOrganizationRunsNoContent) Error

func (*ApproveOrganizationRunsNoContent) GetPayload

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

func (*ApproveOrganizationRunsNoContent) IsClientError added in v1.21.0

func (o *ApproveOrganizationRunsNoContent) IsClientError() bool

IsClientError returns true when this approve organization runs no content response has a 4xx status code

func (*ApproveOrganizationRunsNoContent) IsCode added in v1.21.0

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

IsCode returns true when this approve organization runs no content response a status code equal to that given

func (*ApproveOrganizationRunsNoContent) IsRedirect added in v1.21.0

func (o *ApproveOrganizationRunsNoContent) IsRedirect() bool

IsRedirect returns true when this approve organization runs no content response has a 3xx status code

func (*ApproveOrganizationRunsNoContent) IsServerError added in v1.21.0

func (o *ApproveOrganizationRunsNoContent) IsServerError() bool

IsServerError returns true when this approve organization runs no content response has a 5xx status code

func (*ApproveOrganizationRunsNoContent) IsSuccess added in v1.21.0

func (o *ApproveOrganizationRunsNoContent) IsSuccess() bool

IsSuccess returns true when this approve organization runs no content response has a 2xx status code

func (*ApproveOrganizationRunsNoContent) String added in v1.21.0

type ApproveOrganizationRunsNotFound

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

Resource does not exist.

func NewApproveOrganizationRunsNotFound

func NewApproveOrganizationRunsNotFound() *ApproveOrganizationRunsNotFound

NewApproveOrganizationRunsNotFound creates a ApproveOrganizationRunsNotFound with default headers values

func (*ApproveOrganizationRunsNotFound) Code added in v1.22.0

Code gets the status code for the approve organization runs not found response

func (*ApproveOrganizationRunsNotFound) Error

func (*ApproveOrganizationRunsNotFound) GetPayload

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

func (*ApproveOrganizationRunsNotFound) IsClientError added in v1.21.0

func (o *ApproveOrganizationRunsNotFound) IsClientError() bool

IsClientError returns true when this approve organization runs not found response has a 4xx status code

func (*ApproveOrganizationRunsNotFound) IsCode added in v1.21.0

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

IsCode returns true when this approve organization runs not found response a status code equal to that given

func (*ApproveOrganizationRunsNotFound) IsRedirect added in v1.21.0

func (o *ApproveOrganizationRunsNotFound) IsRedirect() bool

IsRedirect returns true when this approve organization runs not found response has a 3xx status code

func (*ApproveOrganizationRunsNotFound) IsServerError added in v1.21.0

func (o *ApproveOrganizationRunsNotFound) IsServerError() bool

IsServerError returns true when this approve organization runs not found response has a 5xx status code

func (*ApproveOrganizationRunsNotFound) IsSuccess added in v1.21.0

func (o *ApproveOrganizationRunsNotFound) IsSuccess() bool

IsSuccess returns true when this approve organization runs not found response has a 2xx status code

func (*ApproveOrganizationRunsNotFound) String added in v1.21.0

type ApproveOrganizationRunsOK

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

A successful response.

func NewApproveOrganizationRunsOK

func NewApproveOrganizationRunsOK() *ApproveOrganizationRunsOK

NewApproveOrganizationRunsOK creates a ApproveOrganizationRunsOK with default headers values

func (*ApproveOrganizationRunsOK) Code added in v1.22.0

func (o *ApproveOrganizationRunsOK) Code() int

Code gets the status code for the approve organization runs o k response

func (*ApproveOrganizationRunsOK) Error

func (o *ApproveOrganizationRunsOK) Error() string

func (*ApproveOrganizationRunsOK) IsClientError added in v1.21.0

func (o *ApproveOrganizationRunsOK) IsClientError() bool

IsClientError returns true when this approve organization runs o k response has a 4xx status code

func (*ApproveOrganizationRunsOK) IsCode added in v1.21.0

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

IsCode returns true when this approve organization runs o k response a status code equal to that given

func (*ApproveOrganizationRunsOK) IsRedirect added in v1.21.0

func (o *ApproveOrganizationRunsOK) IsRedirect() bool

IsRedirect returns true when this approve organization runs o k response has a 3xx status code

func (*ApproveOrganizationRunsOK) IsServerError added in v1.21.0

func (o *ApproveOrganizationRunsOK) IsServerError() bool

IsServerError returns true when this approve organization runs o k response has a 5xx status code

func (*ApproveOrganizationRunsOK) IsSuccess added in v1.21.0

func (o *ApproveOrganizationRunsOK) IsSuccess() bool

IsSuccess returns true when this approve organization runs o k response has a 2xx status code

func (*ApproveOrganizationRunsOK) String added in v1.21.0

func (o *ApproveOrganizationRunsOK) String() string

type ApproveOrganizationRunsParams

type ApproveOrganizationRunsParams struct {

	/* Body.

	   Uuids of the entities
	*/
	Body *service_model.V1Uuids

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

ApproveOrganizationRunsParams contains all the parameters to send to the API endpoint

for the approve organization runs operation.

Typically these are written to a http.Request.

func NewApproveOrganizationRunsParams

func NewApproveOrganizationRunsParams() *ApproveOrganizationRunsParams

NewApproveOrganizationRunsParams creates a new ApproveOrganizationRunsParams 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 NewApproveOrganizationRunsParamsWithContext

func NewApproveOrganizationRunsParamsWithContext(ctx context.Context) *ApproveOrganizationRunsParams

NewApproveOrganizationRunsParamsWithContext creates a new ApproveOrganizationRunsParams object with the ability to set a context for a request.

func NewApproveOrganizationRunsParamsWithHTTPClient

func NewApproveOrganizationRunsParamsWithHTTPClient(client *http.Client) *ApproveOrganizationRunsParams

NewApproveOrganizationRunsParamsWithHTTPClient creates a new ApproveOrganizationRunsParams object with the ability to set a custom HTTPClient for a request.

func NewApproveOrganizationRunsParamsWithTimeout

func NewApproveOrganizationRunsParamsWithTimeout(timeout time.Duration) *ApproveOrganizationRunsParams

NewApproveOrganizationRunsParamsWithTimeout creates a new ApproveOrganizationRunsParams object with the ability to set a timeout on a request.

func (*ApproveOrganizationRunsParams) SetBody

SetBody adds the body to the approve organization runs params

func (*ApproveOrganizationRunsParams) SetContext

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

SetContext adds the context to the approve organization runs params

func (*ApproveOrganizationRunsParams) SetDefaults

func (o *ApproveOrganizationRunsParams) SetDefaults()

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

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

func (*ApproveOrganizationRunsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the approve organization runs params

func (*ApproveOrganizationRunsParams) SetOwner

func (o *ApproveOrganizationRunsParams) SetOwner(owner string)

SetOwner adds the owner to the approve organization runs params

func (*ApproveOrganizationRunsParams) SetTimeout

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

SetTimeout adds the timeout to the approve organization runs params

func (*ApproveOrganizationRunsParams) WithBody

WithBody adds the body to the approve organization runs params

func (*ApproveOrganizationRunsParams) WithContext

WithContext adds the context to the approve organization runs params

func (*ApproveOrganizationRunsParams) WithDefaults

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

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

func (*ApproveOrganizationRunsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the approve organization runs params

func (*ApproveOrganizationRunsParams) WithOwner

WithOwner adds the owner to the approve organization runs params

func (*ApproveOrganizationRunsParams) WithTimeout

WithTimeout adds the timeout to the approve organization runs params

func (*ApproveOrganizationRunsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApproveOrganizationRunsReader

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

ApproveOrganizationRunsReader is a Reader for the ApproveOrganizationRuns structure.

func (*ApproveOrganizationRunsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ArchiveOrganizationRunsDefault

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

An unexpected error response.

func NewArchiveOrganizationRunsDefault

func NewArchiveOrganizationRunsDefault(code int) *ArchiveOrganizationRunsDefault

NewArchiveOrganizationRunsDefault creates a ArchiveOrganizationRunsDefault with default headers values

func (*ArchiveOrganizationRunsDefault) Code

Code gets the status code for the archive organization runs default response

func (*ArchiveOrganizationRunsDefault) Error

func (*ArchiveOrganizationRunsDefault) GetPayload

func (*ArchiveOrganizationRunsDefault) IsClientError added in v1.21.0

func (o *ArchiveOrganizationRunsDefault) IsClientError() bool

IsClientError returns true when this archive organization runs default response has a 4xx status code

func (*ArchiveOrganizationRunsDefault) IsCode added in v1.21.0

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

IsCode returns true when this archive organization runs default response a status code equal to that given

func (*ArchiveOrganizationRunsDefault) IsRedirect added in v1.21.0

func (o *ArchiveOrganizationRunsDefault) IsRedirect() bool

IsRedirect returns true when this archive organization runs default response has a 3xx status code

func (*ArchiveOrganizationRunsDefault) IsServerError added in v1.21.0

func (o *ArchiveOrganizationRunsDefault) IsServerError() bool

IsServerError returns true when this archive organization runs default response has a 5xx status code

func (*ArchiveOrganizationRunsDefault) IsSuccess added in v1.21.0

func (o *ArchiveOrganizationRunsDefault) IsSuccess() bool

IsSuccess returns true when this archive organization runs default response has a 2xx status code

func (*ArchiveOrganizationRunsDefault) String added in v1.21.0

type ArchiveOrganizationRunsForbidden

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

You don't have permission to access the resource.

func NewArchiveOrganizationRunsForbidden

func NewArchiveOrganizationRunsForbidden() *ArchiveOrganizationRunsForbidden

NewArchiveOrganizationRunsForbidden creates a ArchiveOrganizationRunsForbidden with default headers values

func (*ArchiveOrganizationRunsForbidden) Code added in v1.22.0

Code gets the status code for the archive organization runs forbidden response

func (*ArchiveOrganizationRunsForbidden) Error

func (*ArchiveOrganizationRunsForbidden) GetPayload

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

func (*ArchiveOrganizationRunsForbidden) IsClientError added in v1.21.0

func (o *ArchiveOrganizationRunsForbidden) IsClientError() bool

IsClientError returns true when this archive organization runs forbidden response has a 4xx status code

func (*ArchiveOrganizationRunsForbidden) IsCode added in v1.21.0

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

IsCode returns true when this archive organization runs forbidden response a status code equal to that given

func (*ArchiveOrganizationRunsForbidden) IsRedirect added in v1.21.0

func (o *ArchiveOrganizationRunsForbidden) IsRedirect() bool

IsRedirect returns true when this archive organization runs forbidden response has a 3xx status code

func (*ArchiveOrganizationRunsForbidden) IsServerError added in v1.21.0

func (o *ArchiveOrganizationRunsForbidden) IsServerError() bool

IsServerError returns true when this archive organization runs forbidden response has a 5xx status code

func (*ArchiveOrganizationRunsForbidden) IsSuccess added in v1.21.0

func (o *ArchiveOrganizationRunsForbidden) IsSuccess() bool

IsSuccess returns true when this archive organization runs forbidden response has a 2xx status code

func (*ArchiveOrganizationRunsForbidden) String added in v1.21.0

type ArchiveOrganizationRunsNoContent

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

No content.

func NewArchiveOrganizationRunsNoContent

func NewArchiveOrganizationRunsNoContent() *ArchiveOrganizationRunsNoContent

NewArchiveOrganizationRunsNoContent creates a ArchiveOrganizationRunsNoContent with default headers values

func (*ArchiveOrganizationRunsNoContent) Code added in v1.22.0

Code gets the status code for the archive organization runs no content response

func (*ArchiveOrganizationRunsNoContent) Error

func (*ArchiveOrganizationRunsNoContent) GetPayload

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

func (*ArchiveOrganizationRunsNoContent) IsClientError added in v1.21.0

func (o *ArchiveOrganizationRunsNoContent) IsClientError() bool

IsClientError returns true when this archive organization runs no content response has a 4xx status code

func (*ArchiveOrganizationRunsNoContent) IsCode added in v1.21.0

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

IsCode returns true when this archive organization runs no content response a status code equal to that given

func (*ArchiveOrganizationRunsNoContent) IsRedirect added in v1.21.0

func (o *ArchiveOrganizationRunsNoContent) IsRedirect() bool

IsRedirect returns true when this archive organization runs no content response has a 3xx status code

func (*ArchiveOrganizationRunsNoContent) IsServerError added in v1.21.0

func (o *ArchiveOrganizationRunsNoContent) IsServerError() bool

IsServerError returns true when this archive organization runs no content response has a 5xx status code

func (*ArchiveOrganizationRunsNoContent) IsSuccess added in v1.21.0

func (o *ArchiveOrganizationRunsNoContent) IsSuccess() bool

IsSuccess returns true when this archive organization runs no content response has a 2xx status code

func (*ArchiveOrganizationRunsNoContent) String added in v1.21.0

type ArchiveOrganizationRunsNotFound

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

Resource does not exist.

func NewArchiveOrganizationRunsNotFound

func NewArchiveOrganizationRunsNotFound() *ArchiveOrganizationRunsNotFound

NewArchiveOrganizationRunsNotFound creates a ArchiveOrganizationRunsNotFound with default headers values

func (*ArchiveOrganizationRunsNotFound) Code added in v1.22.0

Code gets the status code for the archive organization runs not found response

func (*ArchiveOrganizationRunsNotFound) Error

func (*ArchiveOrganizationRunsNotFound) GetPayload

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

func (*ArchiveOrganizationRunsNotFound) IsClientError added in v1.21.0

func (o *ArchiveOrganizationRunsNotFound) IsClientError() bool

IsClientError returns true when this archive organization runs not found response has a 4xx status code

func (*ArchiveOrganizationRunsNotFound) IsCode added in v1.21.0

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

IsCode returns true when this archive organization runs not found response a status code equal to that given

func (*ArchiveOrganizationRunsNotFound) IsRedirect added in v1.21.0

func (o *ArchiveOrganizationRunsNotFound) IsRedirect() bool

IsRedirect returns true when this archive organization runs not found response has a 3xx status code

func (*ArchiveOrganizationRunsNotFound) IsServerError added in v1.21.0

func (o *ArchiveOrganizationRunsNotFound) IsServerError() bool

IsServerError returns true when this archive organization runs not found response has a 5xx status code

func (*ArchiveOrganizationRunsNotFound) IsSuccess added in v1.21.0

func (o *ArchiveOrganizationRunsNotFound) IsSuccess() bool

IsSuccess returns true when this archive organization runs not found response has a 2xx status code

func (*ArchiveOrganizationRunsNotFound) String added in v1.21.0

type ArchiveOrganizationRunsOK

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

A successful response.

func NewArchiveOrganizationRunsOK

func NewArchiveOrganizationRunsOK() *ArchiveOrganizationRunsOK

NewArchiveOrganizationRunsOK creates a ArchiveOrganizationRunsOK with default headers values

func (*ArchiveOrganizationRunsOK) Code added in v1.22.0

func (o *ArchiveOrganizationRunsOK) Code() int

Code gets the status code for the archive organization runs o k response

func (*ArchiveOrganizationRunsOK) Error

func (o *ArchiveOrganizationRunsOK) Error() string

func (*ArchiveOrganizationRunsOK) IsClientError added in v1.21.0

func (o *ArchiveOrganizationRunsOK) IsClientError() bool

IsClientError returns true when this archive organization runs o k response has a 4xx status code

func (*ArchiveOrganizationRunsOK) IsCode added in v1.21.0

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

IsCode returns true when this archive organization runs o k response a status code equal to that given

func (*ArchiveOrganizationRunsOK) IsRedirect added in v1.21.0

func (o *ArchiveOrganizationRunsOK) IsRedirect() bool

IsRedirect returns true when this archive organization runs o k response has a 3xx status code

func (*ArchiveOrganizationRunsOK) IsServerError added in v1.21.0

func (o *ArchiveOrganizationRunsOK) IsServerError() bool

IsServerError returns true when this archive organization runs o k response has a 5xx status code

func (*ArchiveOrganizationRunsOK) IsSuccess added in v1.21.0

func (o *ArchiveOrganizationRunsOK) IsSuccess() bool

IsSuccess returns true when this archive organization runs o k response has a 2xx status code

func (*ArchiveOrganizationRunsOK) String added in v1.21.0

func (o *ArchiveOrganizationRunsOK) String() string

type ArchiveOrganizationRunsParams

type ArchiveOrganizationRunsParams struct {

	/* Body.

	   Uuids of the entities
	*/
	Body *service_model.V1Uuids

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

ArchiveOrganizationRunsParams contains all the parameters to send to the API endpoint

for the archive organization runs operation.

Typically these are written to a http.Request.

func NewArchiveOrganizationRunsParams

func NewArchiveOrganizationRunsParams() *ArchiveOrganizationRunsParams

NewArchiveOrganizationRunsParams creates a new ArchiveOrganizationRunsParams 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 NewArchiveOrganizationRunsParamsWithContext

func NewArchiveOrganizationRunsParamsWithContext(ctx context.Context) *ArchiveOrganizationRunsParams

NewArchiveOrganizationRunsParamsWithContext creates a new ArchiveOrganizationRunsParams object with the ability to set a context for a request.

func NewArchiveOrganizationRunsParamsWithHTTPClient

func NewArchiveOrganizationRunsParamsWithHTTPClient(client *http.Client) *ArchiveOrganizationRunsParams

NewArchiveOrganizationRunsParamsWithHTTPClient creates a new ArchiveOrganizationRunsParams object with the ability to set a custom HTTPClient for a request.

func NewArchiveOrganizationRunsParamsWithTimeout

func NewArchiveOrganizationRunsParamsWithTimeout(timeout time.Duration) *ArchiveOrganizationRunsParams

NewArchiveOrganizationRunsParamsWithTimeout creates a new ArchiveOrganizationRunsParams object with the ability to set a timeout on a request.

func (*ArchiveOrganizationRunsParams) SetBody

SetBody adds the body to the archive organization runs params

func (*ArchiveOrganizationRunsParams) SetContext

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

SetContext adds the context to the archive organization runs params

func (*ArchiveOrganizationRunsParams) SetDefaults

func (o *ArchiveOrganizationRunsParams) SetDefaults()

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

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

func (*ArchiveOrganizationRunsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the archive organization runs params

func (*ArchiveOrganizationRunsParams) SetOwner

func (o *ArchiveOrganizationRunsParams) SetOwner(owner string)

SetOwner adds the owner to the archive organization runs params

func (*ArchiveOrganizationRunsParams) SetTimeout

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

SetTimeout adds the timeout to the archive organization runs params

func (*ArchiveOrganizationRunsParams) WithBody

WithBody adds the body to the archive organization runs params

func (*ArchiveOrganizationRunsParams) WithContext

WithContext adds the context to the archive organization runs params

func (*ArchiveOrganizationRunsParams) WithDefaults

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

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

func (*ArchiveOrganizationRunsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the archive organization runs params

func (*ArchiveOrganizationRunsParams) WithOwner

WithOwner adds the owner to the archive organization runs params

func (*ArchiveOrganizationRunsParams) WithTimeout

WithTimeout adds the timeout to the archive organization runs params

func (*ArchiveOrganizationRunsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArchiveOrganizationRunsReader

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

ArchiveOrganizationRunsReader is a Reader for the ArchiveOrganizationRuns structure.

func (*ArchiveOrganizationRunsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BookmarkOrganizationRunsDefault

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

An unexpected error response.

func NewBookmarkOrganizationRunsDefault

func NewBookmarkOrganizationRunsDefault(code int) *BookmarkOrganizationRunsDefault

NewBookmarkOrganizationRunsDefault creates a BookmarkOrganizationRunsDefault with default headers values

func (*BookmarkOrganizationRunsDefault) Code

Code gets the status code for the bookmark organization runs default response

func (*BookmarkOrganizationRunsDefault) Error

func (*BookmarkOrganizationRunsDefault) GetPayload

func (*BookmarkOrganizationRunsDefault) IsClientError added in v1.21.0

func (o *BookmarkOrganizationRunsDefault) IsClientError() bool

IsClientError returns true when this bookmark organization runs default response has a 4xx status code

func (*BookmarkOrganizationRunsDefault) IsCode added in v1.21.0

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

IsCode returns true when this bookmark organization runs default response a status code equal to that given

func (*BookmarkOrganizationRunsDefault) IsRedirect added in v1.21.0

func (o *BookmarkOrganizationRunsDefault) IsRedirect() bool

IsRedirect returns true when this bookmark organization runs default response has a 3xx status code

func (*BookmarkOrganizationRunsDefault) IsServerError added in v1.21.0

func (o *BookmarkOrganizationRunsDefault) IsServerError() bool

IsServerError returns true when this bookmark organization runs default response has a 5xx status code

func (*BookmarkOrganizationRunsDefault) IsSuccess added in v1.21.0

func (o *BookmarkOrganizationRunsDefault) IsSuccess() bool

IsSuccess returns true when this bookmark organization runs default response has a 2xx status code

func (*BookmarkOrganizationRunsDefault) String added in v1.21.0

type BookmarkOrganizationRunsForbidden

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

You don't have permission to access the resource.

func NewBookmarkOrganizationRunsForbidden

func NewBookmarkOrganizationRunsForbidden() *BookmarkOrganizationRunsForbidden

NewBookmarkOrganizationRunsForbidden creates a BookmarkOrganizationRunsForbidden with default headers values

func (*BookmarkOrganizationRunsForbidden) Code added in v1.22.0

Code gets the status code for the bookmark organization runs forbidden response

func (*BookmarkOrganizationRunsForbidden) Error

func (*BookmarkOrganizationRunsForbidden) GetPayload

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

func (*BookmarkOrganizationRunsForbidden) IsClientError added in v1.21.0

func (o *BookmarkOrganizationRunsForbidden) IsClientError() bool

IsClientError returns true when this bookmark organization runs forbidden response has a 4xx status code

func (*BookmarkOrganizationRunsForbidden) IsCode added in v1.21.0

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

IsCode returns true when this bookmark organization runs forbidden response a status code equal to that given

func (*BookmarkOrganizationRunsForbidden) IsRedirect added in v1.21.0

func (o *BookmarkOrganizationRunsForbidden) IsRedirect() bool

IsRedirect returns true when this bookmark organization runs forbidden response has a 3xx status code

func (*BookmarkOrganizationRunsForbidden) IsServerError added in v1.21.0

func (o *BookmarkOrganizationRunsForbidden) IsServerError() bool

IsServerError returns true when this bookmark organization runs forbidden response has a 5xx status code

func (*BookmarkOrganizationRunsForbidden) IsSuccess added in v1.21.0

func (o *BookmarkOrganizationRunsForbidden) IsSuccess() bool

IsSuccess returns true when this bookmark organization runs forbidden response has a 2xx status code

func (*BookmarkOrganizationRunsForbidden) String added in v1.21.0

type BookmarkOrganizationRunsNoContent

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

No content.

func NewBookmarkOrganizationRunsNoContent

func NewBookmarkOrganizationRunsNoContent() *BookmarkOrganizationRunsNoContent

NewBookmarkOrganizationRunsNoContent creates a BookmarkOrganizationRunsNoContent with default headers values

func (*BookmarkOrganizationRunsNoContent) Code added in v1.22.0

Code gets the status code for the bookmark organization runs no content response

func (*BookmarkOrganizationRunsNoContent) Error

func (*BookmarkOrganizationRunsNoContent) GetPayload

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

func (*BookmarkOrganizationRunsNoContent) IsClientError added in v1.21.0

func (o *BookmarkOrganizationRunsNoContent) IsClientError() bool

IsClientError returns true when this bookmark organization runs no content response has a 4xx status code

func (*BookmarkOrganizationRunsNoContent) IsCode added in v1.21.0

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

IsCode returns true when this bookmark organization runs no content response a status code equal to that given

func (*BookmarkOrganizationRunsNoContent) IsRedirect added in v1.21.0

func (o *BookmarkOrganizationRunsNoContent) IsRedirect() bool

IsRedirect returns true when this bookmark organization runs no content response has a 3xx status code

func (*BookmarkOrganizationRunsNoContent) IsServerError added in v1.21.0

func (o *BookmarkOrganizationRunsNoContent) IsServerError() bool

IsServerError returns true when this bookmark organization runs no content response has a 5xx status code

func (*BookmarkOrganizationRunsNoContent) IsSuccess added in v1.21.0

func (o *BookmarkOrganizationRunsNoContent) IsSuccess() bool

IsSuccess returns true when this bookmark organization runs no content response has a 2xx status code

func (*BookmarkOrganizationRunsNoContent) String added in v1.21.0

type BookmarkOrganizationRunsNotFound

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

Resource does not exist.

func NewBookmarkOrganizationRunsNotFound

func NewBookmarkOrganizationRunsNotFound() *BookmarkOrganizationRunsNotFound

NewBookmarkOrganizationRunsNotFound creates a BookmarkOrganizationRunsNotFound with default headers values

func (*BookmarkOrganizationRunsNotFound) Code added in v1.22.0

Code gets the status code for the bookmark organization runs not found response

func (*BookmarkOrganizationRunsNotFound) Error

func (*BookmarkOrganizationRunsNotFound) GetPayload

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

func (*BookmarkOrganizationRunsNotFound) IsClientError added in v1.21.0

func (o *BookmarkOrganizationRunsNotFound) IsClientError() bool

IsClientError returns true when this bookmark organization runs not found response has a 4xx status code

func (*BookmarkOrganizationRunsNotFound) IsCode added in v1.21.0

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

IsCode returns true when this bookmark organization runs not found response a status code equal to that given

func (*BookmarkOrganizationRunsNotFound) IsRedirect added in v1.21.0

func (o *BookmarkOrganizationRunsNotFound) IsRedirect() bool

IsRedirect returns true when this bookmark organization runs not found response has a 3xx status code

func (*BookmarkOrganizationRunsNotFound) IsServerError added in v1.21.0

func (o *BookmarkOrganizationRunsNotFound) IsServerError() bool

IsServerError returns true when this bookmark organization runs not found response has a 5xx status code

func (*BookmarkOrganizationRunsNotFound) IsSuccess added in v1.21.0

func (o *BookmarkOrganizationRunsNotFound) IsSuccess() bool

IsSuccess returns true when this bookmark organization runs not found response has a 2xx status code

func (*BookmarkOrganizationRunsNotFound) String added in v1.21.0

type BookmarkOrganizationRunsOK

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

A successful response.

func NewBookmarkOrganizationRunsOK

func NewBookmarkOrganizationRunsOK() *BookmarkOrganizationRunsOK

NewBookmarkOrganizationRunsOK creates a BookmarkOrganizationRunsOK with default headers values

func (*BookmarkOrganizationRunsOK) Code added in v1.22.0

func (o *BookmarkOrganizationRunsOK) Code() int

Code gets the status code for the bookmark organization runs o k response

func (*BookmarkOrganizationRunsOK) Error

func (*BookmarkOrganizationRunsOK) IsClientError added in v1.21.0

func (o *BookmarkOrganizationRunsOK) IsClientError() bool

IsClientError returns true when this bookmark organization runs o k response has a 4xx status code

func (*BookmarkOrganizationRunsOK) IsCode added in v1.21.0

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

IsCode returns true when this bookmark organization runs o k response a status code equal to that given

func (*BookmarkOrganizationRunsOK) IsRedirect added in v1.21.0

func (o *BookmarkOrganizationRunsOK) IsRedirect() bool

IsRedirect returns true when this bookmark organization runs o k response has a 3xx status code

func (*BookmarkOrganizationRunsOK) IsServerError added in v1.21.0

func (o *BookmarkOrganizationRunsOK) IsServerError() bool

IsServerError returns true when this bookmark organization runs o k response has a 5xx status code

func (*BookmarkOrganizationRunsOK) IsSuccess added in v1.21.0

func (o *BookmarkOrganizationRunsOK) IsSuccess() bool

IsSuccess returns true when this bookmark organization runs o k response has a 2xx status code

func (*BookmarkOrganizationRunsOK) String added in v1.21.0

func (o *BookmarkOrganizationRunsOK) String() string

type BookmarkOrganizationRunsParams

type BookmarkOrganizationRunsParams struct {

	/* Body.

	   Uuids of the entities
	*/
	Body *service_model.V1Uuids

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

BookmarkOrganizationRunsParams contains all the parameters to send to the API endpoint

for the bookmark organization runs operation.

Typically these are written to a http.Request.

func NewBookmarkOrganizationRunsParams

func NewBookmarkOrganizationRunsParams() *BookmarkOrganizationRunsParams

NewBookmarkOrganizationRunsParams creates a new BookmarkOrganizationRunsParams 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 NewBookmarkOrganizationRunsParamsWithContext

func NewBookmarkOrganizationRunsParamsWithContext(ctx context.Context) *BookmarkOrganizationRunsParams

NewBookmarkOrganizationRunsParamsWithContext creates a new BookmarkOrganizationRunsParams object with the ability to set a context for a request.

func NewBookmarkOrganizationRunsParamsWithHTTPClient

func NewBookmarkOrganizationRunsParamsWithHTTPClient(client *http.Client) *BookmarkOrganizationRunsParams

NewBookmarkOrganizationRunsParamsWithHTTPClient creates a new BookmarkOrganizationRunsParams object with the ability to set a custom HTTPClient for a request.

func NewBookmarkOrganizationRunsParamsWithTimeout

func NewBookmarkOrganizationRunsParamsWithTimeout(timeout time.Duration) *BookmarkOrganizationRunsParams

NewBookmarkOrganizationRunsParamsWithTimeout creates a new BookmarkOrganizationRunsParams object with the ability to set a timeout on a request.

func (*BookmarkOrganizationRunsParams) SetBody

SetBody adds the body to the bookmark organization runs params

func (*BookmarkOrganizationRunsParams) SetContext

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

SetContext adds the context to the bookmark organization runs params

func (*BookmarkOrganizationRunsParams) SetDefaults

func (o *BookmarkOrganizationRunsParams) SetDefaults()

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

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

func (*BookmarkOrganizationRunsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bookmark organization runs params

func (*BookmarkOrganizationRunsParams) SetOwner

func (o *BookmarkOrganizationRunsParams) SetOwner(owner string)

SetOwner adds the owner to the bookmark organization runs params

func (*BookmarkOrganizationRunsParams) SetTimeout

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

SetTimeout adds the timeout to the bookmark organization runs params

func (*BookmarkOrganizationRunsParams) WithBody

WithBody adds the body to the bookmark organization runs params

func (*BookmarkOrganizationRunsParams) WithContext

WithContext adds the context to the bookmark organization runs params

func (*BookmarkOrganizationRunsParams) WithDefaults

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

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

func (*BookmarkOrganizationRunsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bookmark organization runs params

func (*BookmarkOrganizationRunsParams) WithOwner

WithOwner adds the owner to the bookmark organization runs params

func (*BookmarkOrganizationRunsParams) WithTimeout

WithTimeout adds the timeout to the bookmark organization runs params

func (*BookmarkOrganizationRunsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BookmarkOrganizationRunsReader

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

BookmarkOrganizationRunsReader is a Reader for the BookmarkOrganizationRuns structure.

func (*BookmarkOrganizationRunsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for organizations v1 API

func (*Client) ApproveOrganizationRuns

ApproveOrganizationRuns approves cross project runs selection

func (*Client) ArchiveOrganizationRuns

ArchiveOrganizationRuns archives cross project runs selection

func (*Client) BookmarkOrganizationRuns

BookmarkOrganizationRuns bookmarks cross project runs selection

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

DeleteOrganizationRuns deletes cross project runs selection

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) GetOrganizationRun added in v1.15.0

GetOrganizationRun gets a run in an organization

func (*Client) GetOrganizationRuns

GetOrganizationRuns gets all runs in an organization

func (*Client) GetOrganizationSettings

GetOrganizationSettings gets organization settings

func (*Client) GetOrganizationStats

GetOrganizationStats gets organization stats

func (*Client) InvalidateOrganizationRuns

InvalidateOrganizationRuns invalidates cross project runs selection

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

RestoreOrganizationRuns restores cross project runs selection

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) StopOrganizationRuns

StopOrganizationRuns stops cross project runs selection

func (*Client) TagOrganizationRuns

TagOrganizationRuns tags cross project runs selection

func (*Client) TransferOrganizationRuns

TransferOrganizationRuns transfers cross project runs selection to a new project

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 {
	ApproveOrganizationRuns(params *ApproveOrganizationRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ApproveOrganizationRunsOK, *ApproveOrganizationRunsNoContent, error)

	ArchiveOrganizationRuns(params *ArchiveOrganizationRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArchiveOrganizationRunsOK, *ArchiveOrganizationRunsNoContent, error)

	BookmarkOrganizationRuns(params *BookmarkOrganizationRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BookmarkOrganizationRunsOK, *BookmarkOrganizationRunsNoContent, error)

	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)

	DeleteOrganizationRuns(params *DeleteOrganizationRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOrganizationRunsOK, *DeleteOrganizationRunsNoContent, 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)

	GetOrganizationRun(params *GetOrganizationRunParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationRunOK, *GetOrganizationRunNoContent, error)

	GetOrganizationRuns(params *GetOrganizationRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationRunsOK, *GetOrganizationRunsNoContent, error)

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

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

	InvalidateOrganizationRuns(params *InvalidateOrganizationRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InvalidateOrganizationRunsOK, *InvalidateOrganizationRunsNoContent, 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)

	RestoreOrganizationRuns(params *RestoreOrganizationRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestoreOrganizationRunsOK, *RestoreOrganizationRunsNoContent, error)

	StopOrganizationRuns(params *StopOrganizationRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StopOrganizationRunsOK, *StopOrganizationRunsNoContent, error)

	TagOrganizationRuns(params *TagOrganizationRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TagOrganizationRunsOK, *TagOrganizationRunsNoContent, error)

	TransferOrganizationRuns(params *TransferOrganizationRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TransferOrganizationRunsOK, *TransferOrganizationRunsNoContent, 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

func (*CreateOrganizationDefault) IsClientError added in v1.21.0

func (o *CreateOrganizationDefault) IsClientError() bool

IsClientError returns true when this create organization default response has a 4xx status code

func (*CreateOrganizationDefault) IsCode added in v1.21.0

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

IsCode returns true when this create organization default response a status code equal to that given

func (*CreateOrganizationDefault) IsRedirect added in v1.21.0

func (o *CreateOrganizationDefault) IsRedirect() bool

IsRedirect returns true when this create organization default response has a 3xx status code

func (*CreateOrganizationDefault) IsServerError added in v1.21.0

func (o *CreateOrganizationDefault) IsServerError() bool

IsServerError returns true when this create organization default response has a 5xx status code

func (*CreateOrganizationDefault) IsSuccess added in v1.21.0

func (o *CreateOrganizationDefault) IsSuccess() bool

IsSuccess returns true when this create organization default response has a 2xx status code

func (*CreateOrganizationDefault) String added in v1.21.0

func (o *CreateOrganizationDefault) String() string

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) Code added in v1.22.0

func (o *CreateOrganizationForbidden) Code() int

Code gets the status code for the create organization forbidden response

func (*CreateOrganizationForbidden) Error

func (*CreateOrganizationForbidden) GetPayload

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

func (*CreateOrganizationForbidden) IsClientError added in v1.21.0

func (o *CreateOrganizationForbidden) IsClientError() bool

IsClientError returns true when this create organization forbidden response has a 4xx status code

func (*CreateOrganizationForbidden) IsCode added in v1.21.0

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

IsCode returns true when this create organization forbidden response a status code equal to that given

func (*CreateOrganizationForbidden) IsRedirect added in v1.21.0

func (o *CreateOrganizationForbidden) IsRedirect() bool

IsRedirect returns true when this create organization forbidden response has a 3xx status code

func (*CreateOrganizationForbidden) IsServerError added in v1.21.0

func (o *CreateOrganizationForbidden) IsServerError() bool

IsServerError returns true when this create organization forbidden response has a 5xx status code

func (*CreateOrganizationForbidden) IsSuccess added in v1.21.0

func (o *CreateOrganizationForbidden) IsSuccess() bool

IsSuccess returns true when this create organization forbidden response has a 2xx status code

func (*CreateOrganizationForbidden) String added in v1.21.0

func (o *CreateOrganizationForbidden) String() string

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

func (*CreateOrganizationMemberDefault) IsClientError added in v1.21.0

func (o *CreateOrganizationMemberDefault) IsClientError() bool

IsClientError returns true when this create organization member default response has a 4xx status code

func (*CreateOrganizationMemberDefault) IsCode added in v1.21.0

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

IsCode returns true when this create organization member default response a status code equal to that given

func (*CreateOrganizationMemberDefault) IsRedirect added in v1.21.0

func (o *CreateOrganizationMemberDefault) IsRedirect() bool

IsRedirect returns true when this create organization member default response has a 3xx status code

func (*CreateOrganizationMemberDefault) IsServerError added in v1.21.0

func (o *CreateOrganizationMemberDefault) IsServerError() bool

IsServerError returns true when this create organization member default response has a 5xx status code

func (*CreateOrganizationMemberDefault) IsSuccess added in v1.21.0

func (o *CreateOrganizationMemberDefault) IsSuccess() bool

IsSuccess returns true when this create organization member default response has a 2xx status code

func (*CreateOrganizationMemberDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*CreateOrganizationMemberForbidden) Error

func (*CreateOrganizationMemberForbidden) GetPayload

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

func (*CreateOrganizationMemberForbidden) IsClientError added in v1.21.0

func (o *CreateOrganizationMemberForbidden) IsClientError() bool

IsClientError returns true when this create organization member forbidden response has a 4xx status code

func (*CreateOrganizationMemberForbidden) IsCode added in v1.21.0

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

IsCode returns true when this create organization member forbidden response a status code equal to that given

func (*CreateOrganizationMemberForbidden) IsRedirect added in v1.21.0

func (o *CreateOrganizationMemberForbidden) IsRedirect() bool

IsRedirect returns true when this create organization member forbidden response has a 3xx status code

func (*CreateOrganizationMemberForbidden) IsServerError added in v1.21.0

func (o *CreateOrganizationMemberForbidden) IsServerError() bool

IsServerError returns true when this create organization member forbidden response has a 5xx status code

func (*CreateOrganizationMemberForbidden) IsSuccess added in v1.21.0

func (o *CreateOrganizationMemberForbidden) IsSuccess() bool

IsSuccess returns true when this create organization member forbidden response has a 2xx status code

func (*CreateOrganizationMemberForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the create organization member no content response

func (*CreateOrganizationMemberNoContent) Error

func (*CreateOrganizationMemberNoContent) GetPayload

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

func (*CreateOrganizationMemberNoContent) IsClientError added in v1.21.0

func (o *CreateOrganizationMemberNoContent) IsClientError() bool

IsClientError returns true when this create organization member no content response has a 4xx status code

func (*CreateOrganizationMemberNoContent) IsCode added in v1.21.0

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

IsCode returns true when this create organization member no content response a status code equal to that given

func (*CreateOrganizationMemberNoContent) IsRedirect added in v1.21.0

func (o *CreateOrganizationMemberNoContent) IsRedirect() bool

IsRedirect returns true when this create organization member no content response has a 3xx status code

func (*CreateOrganizationMemberNoContent) IsServerError added in v1.21.0

func (o *CreateOrganizationMemberNoContent) IsServerError() bool

IsServerError returns true when this create organization member no content response has a 5xx status code

func (*CreateOrganizationMemberNoContent) IsSuccess added in v1.21.0

func (o *CreateOrganizationMemberNoContent) IsSuccess() bool

IsSuccess returns true when this create organization member no content response has a 2xx status code

func (*CreateOrganizationMemberNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the create organization member not found response

func (*CreateOrganizationMemberNotFound) Error

func (*CreateOrganizationMemberNotFound) GetPayload

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

func (*CreateOrganizationMemberNotFound) IsClientError added in v1.21.0

func (o *CreateOrganizationMemberNotFound) IsClientError() bool

IsClientError returns true when this create organization member not found response has a 4xx status code

func (*CreateOrganizationMemberNotFound) IsCode added in v1.21.0

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

IsCode returns true when this create organization member not found response a status code equal to that given

func (*CreateOrganizationMemberNotFound) IsRedirect added in v1.21.0

func (o *CreateOrganizationMemberNotFound) IsRedirect() bool

IsRedirect returns true when this create organization member not found response has a 3xx status code

func (*CreateOrganizationMemberNotFound) IsServerError added in v1.21.0

func (o *CreateOrganizationMemberNotFound) IsServerError() bool

IsServerError returns true when this create organization member not found response has a 5xx status code

func (*CreateOrganizationMemberNotFound) IsSuccess added in v1.21.0

func (o *CreateOrganizationMemberNotFound) IsSuccess() bool

IsSuccess returns true when this create organization member not found response has a 2xx status code

func (*CreateOrganizationMemberNotFound) String added in v1.21.0

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) Code added in v1.22.0

func (o *CreateOrganizationMemberOK) Code() int

Code gets the status code for the create organization member o k response

func (*CreateOrganizationMemberOK) Error

func (*CreateOrganizationMemberOK) GetPayload

func (*CreateOrganizationMemberOK) IsClientError added in v1.21.0

func (o *CreateOrganizationMemberOK) IsClientError() bool

IsClientError returns true when this create organization member o k response has a 4xx status code

func (*CreateOrganizationMemberOK) IsCode added in v1.21.0

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

IsCode returns true when this create organization member o k response a status code equal to that given

func (*CreateOrganizationMemberOK) IsRedirect added in v1.21.0

func (o *CreateOrganizationMemberOK) IsRedirect() bool

IsRedirect returns true when this create organization member o k response has a 3xx status code

func (*CreateOrganizationMemberOK) IsServerError added in v1.21.0

func (o *CreateOrganizationMemberOK) IsServerError() bool

IsServerError returns true when this create organization member o k response has a 5xx status code

func (*CreateOrganizationMemberOK) IsSuccess added in v1.21.0

func (o *CreateOrganizationMemberOK) IsSuccess() bool

IsSuccess returns true when this create organization member o k response has a 2xx status code

func (*CreateOrganizationMemberOK) String added in v1.21.0

func (o *CreateOrganizationMemberOK) String() string

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) Code added in v1.22.0

func (o *CreateOrganizationNoContent) Code() int

Code gets the status code for the create organization no content response

func (*CreateOrganizationNoContent) Error

func (*CreateOrganizationNoContent) GetPayload

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

func (*CreateOrganizationNoContent) IsClientError added in v1.21.0

func (o *CreateOrganizationNoContent) IsClientError() bool

IsClientError returns true when this create organization no content response has a 4xx status code

func (*CreateOrganizationNoContent) IsCode added in v1.21.0

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

IsCode returns true when this create organization no content response a status code equal to that given

func (*CreateOrganizationNoContent) IsRedirect added in v1.21.0

func (o *CreateOrganizationNoContent) IsRedirect() bool

IsRedirect returns true when this create organization no content response has a 3xx status code

func (*CreateOrganizationNoContent) IsServerError added in v1.21.0

func (o *CreateOrganizationNoContent) IsServerError() bool

IsServerError returns true when this create organization no content response has a 5xx status code

func (*CreateOrganizationNoContent) IsSuccess added in v1.21.0

func (o *CreateOrganizationNoContent) IsSuccess() bool

IsSuccess returns true when this create organization no content response has a 2xx status code

func (*CreateOrganizationNoContent) String added in v1.21.0

func (o *CreateOrganizationNoContent) String() string

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) Code added in v1.22.0

func (o *CreateOrganizationNotFound) Code() int

Code gets the status code for the create organization not found response

func (*CreateOrganizationNotFound) Error

func (*CreateOrganizationNotFound) GetPayload

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

func (*CreateOrganizationNotFound) IsClientError added in v1.21.0

func (o *CreateOrganizationNotFound) IsClientError() bool

IsClientError returns true when this create organization not found response has a 4xx status code

func (*CreateOrganizationNotFound) IsCode added in v1.21.0

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

IsCode returns true when this create organization not found response a status code equal to that given

func (*CreateOrganizationNotFound) IsRedirect added in v1.21.0

func (o *CreateOrganizationNotFound) IsRedirect() bool

IsRedirect returns true when this create organization not found response has a 3xx status code

func (*CreateOrganizationNotFound) IsServerError added in v1.21.0

func (o *CreateOrganizationNotFound) IsServerError() bool

IsServerError returns true when this create organization not found response has a 5xx status code

func (*CreateOrganizationNotFound) IsSuccess added in v1.21.0

func (o *CreateOrganizationNotFound) IsSuccess() bool

IsSuccess returns true when this create organization not found response has a 2xx status code

func (*CreateOrganizationNotFound) String added in v1.21.0

func (o *CreateOrganizationNotFound) String() string

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) Code added in v1.22.0

func (o *CreateOrganizationOK) Code() int

Code gets the status code for the create organization o k response

func (*CreateOrganizationOK) Error

func (o *CreateOrganizationOK) Error() string

func (*CreateOrganizationOK) GetPayload

func (*CreateOrganizationOK) IsClientError added in v1.21.0

func (o *CreateOrganizationOK) IsClientError() bool

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

func (*CreateOrganizationOK) IsCode added in v1.21.0

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

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

func (*CreateOrganizationOK) IsRedirect added in v1.21.0

func (o *CreateOrganizationOK) IsRedirect() bool

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

func (*CreateOrganizationOK) IsServerError added in v1.21.0

func (o *CreateOrganizationOK) IsServerError() bool

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

func (*CreateOrganizationOK) IsSuccess added in v1.21.0

func (o *CreateOrganizationOK) IsSuccess() bool

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

func (*CreateOrganizationOK) String added in v1.21.0

func (o *CreateOrganizationOK) String() string

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

func (*DeleteOrganizationDefault) IsClientError added in v1.21.0

func (o *DeleteOrganizationDefault) IsClientError() bool

IsClientError returns true when this delete organization default response has a 4xx status code

func (*DeleteOrganizationDefault) IsCode added in v1.21.0

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

IsCode returns true when this delete organization default response a status code equal to that given

func (*DeleteOrganizationDefault) IsRedirect added in v1.21.0

func (o *DeleteOrganizationDefault) IsRedirect() bool

IsRedirect returns true when this delete organization default response has a 3xx status code

func (*DeleteOrganizationDefault) IsServerError added in v1.21.0

func (o *DeleteOrganizationDefault) IsServerError() bool

IsServerError returns true when this delete organization default response has a 5xx status code

func (*DeleteOrganizationDefault) IsSuccess added in v1.21.0

func (o *DeleteOrganizationDefault) IsSuccess() bool

IsSuccess returns true when this delete organization default response has a 2xx status code

func (*DeleteOrganizationDefault) String added in v1.21.0

func (o *DeleteOrganizationDefault) String() string

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) Code added in v1.22.0

func (o *DeleteOrganizationForbidden) Code() int

Code gets the status code for the delete organization forbidden response

func (*DeleteOrganizationForbidden) Error

func (*DeleteOrganizationForbidden) GetPayload

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

func (*DeleteOrganizationForbidden) IsClientError added in v1.21.0

func (o *DeleteOrganizationForbidden) IsClientError() bool

IsClientError returns true when this delete organization forbidden response has a 4xx status code

func (*DeleteOrganizationForbidden) IsCode added in v1.21.0

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

IsCode returns true when this delete organization forbidden response a status code equal to that given

func (*DeleteOrganizationForbidden) IsRedirect added in v1.21.0

func (o *DeleteOrganizationForbidden) IsRedirect() bool

IsRedirect returns true when this delete organization forbidden response has a 3xx status code

func (*DeleteOrganizationForbidden) IsServerError added in v1.21.0

func (o *DeleteOrganizationForbidden) IsServerError() bool

IsServerError returns true when this delete organization forbidden response has a 5xx status code

func (*DeleteOrganizationForbidden) IsSuccess added in v1.21.0

func (o *DeleteOrganizationForbidden) IsSuccess() bool

IsSuccess returns true when this delete organization forbidden response has a 2xx status code

func (*DeleteOrganizationForbidden) String added in v1.21.0

func (o *DeleteOrganizationForbidden) String() string

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

func (*DeleteOrganizationInvitationDefault) IsClientError added in v1.21.0

func (o *DeleteOrganizationInvitationDefault) IsClientError() bool

IsClientError returns true when this delete organization invitation default response has a 4xx status code

func (*DeleteOrganizationInvitationDefault) IsCode added in v1.21.0

IsCode returns true when this delete organization invitation default response a status code equal to that given

func (*DeleteOrganizationInvitationDefault) IsRedirect added in v1.21.0

func (o *DeleteOrganizationInvitationDefault) IsRedirect() bool

IsRedirect returns true when this delete organization invitation default response has a 3xx status code

func (*DeleteOrganizationInvitationDefault) IsServerError added in v1.21.0

func (o *DeleteOrganizationInvitationDefault) IsServerError() bool

IsServerError returns true when this delete organization invitation default response has a 5xx status code

func (*DeleteOrganizationInvitationDefault) IsSuccess added in v1.21.0

IsSuccess returns true when this delete organization invitation default response has a 2xx status code

func (*DeleteOrganizationInvitationDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*DeleteOrganizationInvitationForbidden) Error

func (*DeleteOrganizationInvitationForbidden) GetPayload

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

func (*DeleteOrganizationInvitationForbidden) IsClientError added in v1.21.0

func (o *DeleteOrganizationInvitationForbidden) IsClientError() bool

IsClientError returns true when this delete organization invitation forbidden response has a 4xx status code

func (*DeleteOrganizationInvitationForbidden) IsCode added in v1.21.0

IsCode returns true when this delete organization invitation forbidden response a status code equal to that given

func (*DeleteOrganizationInvitationForbidden) IsRedirect added in v1.21.0

IsRedirect returns true when this delete organization invitation forbidden response has a 3xx status code

func (*DeleteOrganizationInvitationForbidden) IsServerError added in v1.21.0

func (o *DeleteOrganizationInvitationForbidden) IsServerError() bool

IsServerError returns true when this delete organization invitation forbidden response has a 5xx status code

func (*DeleteOrganizationInvitationForbidden) IsSuccess added in v1.21.0

IsSuccess returns true when this delete organization invitation forbidden response has a 2xx status code

func (*DeleteOrganizationInvitationForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the delete organization invitation no content response

func (*DeleteOrganizationInvitationNoContent) Error

func (*DeleteOrganizationInvitationNoContent) GetPayload

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

func (*DeleteOrganizationInvitationNoContent) IsClientError added in v1.21.0

func (o *DeleteOrganizationInvitationNoContent) IsClientError() bool

IsClientError returns true when this delete organization invitation no content response has a 4xx status code

func (*DeleteOrganizationInvitationNoContent) IsCode added in v1.21.0

IsCode returns true when this delete organization invitation no content response a status code equal to that given

func (*DeleteOrganizationInvitationNoContent) IsRedirect added in v1.21.0

IsRedirect returns true when this delete organization invitation no content response has a 3xx status code

func (*DeleteOrganizationInvitationNoContent) IsServerError added in v1.21.0

func (o *DeleteOrganizationInvitationNoContent) IsServerError() bool

IsServerError returns true when this delete organization invitation no content response has a 5xx status code

func (*DeleteOrganizationInvitationNoContent) IsSuccess added in v1.21.0

IsSuccess returns true when this delete organization invitation no content response has a 2xx status code

func (*DeleteOrganizationInvitationNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the delete organization invitation not found response

func (*DeleteOrganizationInvitationNotFound) Error

func (*DeleteOrganizationInvitationNotFound) GetPayload

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

func (*DeleteOrganizationInvitationNotFound) IsClientError added in v1.21.0

func (o *DeleteOrganizationInvitationNotFound) IsClientError() bool

IsClientError returns true when this delete organization invitation not found response has a 4xx status code

func (*DeleteOrganizationInvitationNotFound) IsCode added in v1.21.0

IsCode returns true when this delete organization invitation not found response a status code equal to that given

func (*DeleteOrganizationInvitationNotFound) IsRedirect added in v1.21.0

IsRedirect returns true when this delete organization invitation not found response has a 3xx status code

func (*DeleteOrganizationInvitationNotFound) IsServerError added in v1.21.0

func (o *DeleteOrganizationInvitationNotFound) IsServerError() bool

IsServerError returns true when this delete organization invitation not found response has a 5xx status code

func (*DeleteOrganizationInvitationNotFound) IsSuccess added in v1.21.0

IsSuccess returns true when this delete organization invitation not found response has a 2xx status code

func (*DeleteOrganizationInvitationNotFound) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the delete organization invitation o k response

func (*DeleteOrganizationInvitationOK) Error

func (*DeleteOrganizationInvitationOK) IsClientError added in v1.21.0

func (o *DeleteOrganizationInvitationOK) IsClientError() bool

IsClientError returns true when this delete organization invitation o k response has a 4xx status code

func (*DeleteOrganizationInvitationOK) IsCode added in v1.21.0

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

IsCode returns true when this delete organization invitation o k response a status code equal to that given

func (*DeleteOrganizationInvitationOK) IsRedirect added in v1.21.0

func (o *DeleteOrganizationInvitationOK) IsRedirect() bool

IsRedirect returns true when this delete organization invitation o k response has a 3xx status code

func (*DeleteOrganizationInvitationOK) IsServerError added in v1.21.0

func (o *DeleteOrganizationInvitationOK) IsServerError() bool

IsServerError returns true when this delete organization invitation o k response has a 5xx status code

func (*DeleteOrganizationInvitationOK) IsSuccess added in v1.21.0

func (o *DeleteOrganizationInvitationOK) IsSuccess() bool

IsSuccess returns true when this delete organization invitation o k response has a 2xx status code

func (*DeleteOrganizationInvitationOK) String added in v1.21.0

type DeleteOrganizationInvitationParams

type DeleteOrganizationInvitationParams struct {

	/* Email.

	   Optional email.
	*/
	Email *string

	/* MemberCreatedAt.

	   Optional time when the entity was created.

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

	/* MemberKind.

	   Kind.
	*/
	MemberKind *string

	/* 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) SetMemberKind

func (o *DeleteOrganizationInvitationParams) SetMemberKind(memberKind *string)

SetMemberKind adds the memberKind 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) WithMemberKind

WithMemberKind adds the memberKind 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

func (*DeleteOrganizationMemberDefault) IsClientError added in v1.21.0

func (o *DeleteOrganizationMemberDefault) IsClientError() bool

IsClientError returns true when this delete organization member default response has a 4xx status code

func (*DeleteOrganizationMemberDefault) IsCode added in v1.21.0

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

IsCode returns true when this delete organization member default response a status code equal to that given

func (*DeleteOrganizationMemberDefault) IsRedirect added in v1.21.0

func (o *DeleteOrganizationMemberDefault) IsRedirect() bool

IsRedirect returns true when this delete organization member default response has a 3xx status code

func (*DeleteOrganizationMemberDefault) IsServerError added in v1.21.0

func (o *DeleteOrganizationMemberDefault) IsServerError() bool

IsServerError returns true when this delete organization member default response has a 5xx status code

func (*DeleteOrganizationMemberDefault) IsSuccess added in v1.21.0

func (o *DeleteOrganizationMemberDefault) IsSuccess() bool

IsSuccess returns true when this delete organization member default response has a 2xx status code

func (*DeleteOrganizationMemberDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*DeleteOrganizationMemberForbidden) Error

func (*DeleteOrganizationMemberForbidden) GetPayload

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

func (*DeleteOrganizationMemberForbidden) IsClientError added in v1.21.0

func (o *DeleteOrganizationMemberForbidden) IsClientError() bool

IsClientError returns true when this delete organization member forbidden response has a 4xx status code

func (*DeleteOrganizationMemberForbidden) IsCode added in v1.21.0

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

IsCode returns true when this delete organization member forbidden response a status code equal to that given

func (*DeleteOrganizationMemberForbidden) IsRedirect added in v1.21.0

func (o *DeleteOrganizationMemberForbidden) IsRedirect() bool

IsRedirect returns true when this delete organization member forbidden response has a 3xx status code

func (*DeleteOrganizationMemberForbidden) IsServerError added in v1.21.0

func (o *DeleteOrganizationMemberForbidden) IsServerError() bool

IsServerError returns true when this delete organization member forbidden response has a 5xx status code

func (*DeleteOrganizationMemberForbidden) IsSuccess added in v1.21.0

func (o *DeleteOrganizationMemberForbidden) IsSuccess() bool

IsSuccess returns true when this delete organization member forbidden response has a 2xx status code

func (*DeleteOrganizationMemberForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the delete organization member no content response

func (*DeleteOrganizationMemberNoContent) Error

func (*DeleteOrganizationMemberNoContent) GetPayload

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

func (*DeleteOrganizationMemberNoContent) IsClientError added in v1.21.0

func (o *DeleteOrganizationMemberNoContent) IsClientError() bool

IsClientError returns true when this delete organization member no content response has a 4xx status code

func (*DeleteOrganizationMemberNoContent) IsCode added in v1.21.0

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

IsCode returns true when this delete organization member no content response a status code equal to that given

func (*DeleteOrganizationMemberNoContent) IsRedirect added in v1.21.0

func (o *DeleteOrganizationMemberNoContent) IsRedirect() bool

IsRedirect returns true when this delete organization member no content response has a 3xx status code

func (*DeleteOrganizationMemberNoContent) IsServerError added in v1.21.0

func (o *DeleteOrganizationMemberNoContent) IsServerError() bool

IsServerError returns true when this delete organization member no content response has a 5xx status code

func (*DeleteOrganizationMemberNoContent) IsSuccess added in v1.21.0

func (o *DeleteOrganizationMemberNoContent) IsSuccess() bool

IsSuccess returns true when this delete organization member no content response has a 2xx status code

func (*DeleteOrganizationMemberNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the delete organization member not found response

func (*DeleteOrganizationMemberNotFound) Error

func (*DeleteOrganizationMemberNotFound) GetPayload

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

func (*DeleteOrganizationMemberNotFound) IsClientError added in v1.21.0

func (o *DeleteOrganizationMemberNotFound) IsClientError() bool

IsClientError returns true when this delete organization member not found response has a 4xx status code

func (*DeleteOrganizationMemberNotFound) IsCode added in v1.21.0

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

IsCode returns true when this delete organization member not found response a status code equal to that given

func (*DeleteOrganizationMemberNotFound) IsRedirect added in v1.21.0

func (o *DeleteOrganizationMemberNotFound) IsRedirect() bool

IsRedirect returns true when this delete organization member not found response has a 3xx status code

func (*DeleteOrganizationMemberNotFound) IsServerError added in v1.21.0

func (o *DeleteOrganizationMemberNotFound) IsServerError() bool

IsServerError returns true when this delete organization member not found response has a 5xx status code

func (*DeleteOrganizationMemberNotFound) IsSuccess added in v1.21.0

func (o *DeleteOrganizationMemberNotFound) IsSuccess() bool

IsSuccess returns true when this delete organization member not found response has a 2xx status code

func (*DeleteOrganizationMemberNotFound) String added in v1.21.0

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) Code added in v1.22.0

func (o *DeleteOrganizationMemberOK) Code() int

Code gets the status code for the delete organization member o k response

func (*DeleteOrganizationMemberOK) Error

func (*DeleteOrganizationMemberOK) IsClientError added in v1.21.0

func (o *DeleteOrganizationMemberOK) IsClientError() bool

IsClientError returns true when this delete organization member o k response has a 4xx status code

func (*DeleteOrganizationMemberOK) IsCode added in v1.21.0

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

IsCode returns true when this delete organization member o k response a status code equal to that given

func (*DeleteOrganizationMemberOK) IsRedirect added in v1.21.0

func (o *DeleteOrganizationMemberOK) IsRedirect() bool

IsRedirect returns true when this delete organization member o k response has a 3xx status code

func (*DeleteOrganizationMemberOK) IsServerError added in v1.21.0

func (o *DeleteOrganizationMemberOK) IsServerError() bool

IsServerError returns true when this delete organization member o k response has a 5xx status code

func (*DeleteOrganizationMemberOK) IsSuccess added in v1.21.0

func (o *DeleteOrganizationMemberOK) IsSuccess() bool

IsSuccess returns true when this delete organization member o k response has a 2xx status code

func (*DeleteOrganizationMemberOK) String added in v1.21.0

func (o *DeleteOrganizationMemberOK) String() string

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) Code added in v1.22.0

func (o *DeleteOrganizationNoContent) Code() int

Code gets the status code for the delete organization no content response

func (*DeleteOrganizationNoContent) Error

func (*DeleteOrganizationNoContent) GetPayload

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

func (*DeleteOrganizationNoContent) IsClientError added in v1.21.0

func (o *DeleteOrganizationNoContent) IsClientError() bool

IsClientError returns true when this delete organization no content response has a 4xx status code

func (*DeleteOrganizationNoContent) IsCode added in v1.21.0

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

IsCode returns true when this delete organization no content response a status code equal to that given

func (*DeleteOrganizationNoContent) IsRedirect added in v1.21.0

func (o *DeleteOrganizationNoContent) IsRedirect() bool

IsRedirect returns true when this delete organization no content response has a 3xx status code

func (*DeleteOrganizationNoContent) IsServerError added in v1.21.0

func (o *DeleteOrganizationNoContent) IsServerError() bool

IsServerError returns true when this delete organization no content response has a 5xx status code

func (*DeleteOrganizationNoContent) IsSuccess added in v1.21.0

func (o *DeleteOrganizationNoContent) IsSuccess() bool

IsSuccess returns true when this delete organization no content response has a 2xx status code

func (*DeleteOrganizationNoContent) String added in v1.21.0

func (o *DeleteOrganizationNoContent) String() string

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) Code added in v1.22.0

func (o *DeleteOrganizationNotFound) Code() int

Code gets the status code for the delete organization not found response

func (*DeleteOrganizationNotFound) Error

func (*DeleteOrganizationNotFound) GetPayload

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

func (*DeleteOrganizationNotFound) IsClientError added in v1.21.0

func (o *DeleteOrganizationNotFound) IsClientError() bool

IsClientError returns true when this delete organization not found response has a 4xx status code

func (*DeleteOrganizationNotFound) IsCode added in v1.21.0

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

IsCode returns true when this delete organization not found response a status code equal to that given

func (*DeleteOrganizationNotFound) IsRedirect added in v1.21.0

func (o *DeleteOrganizationNotFound) IsRedirect() bool

IsRedirect returns true when this delete organization not found response has a 3xx status code

func (*DeleteOrganizationNotFound) IsServerError added in v1.21.0

func (o *DeleteOrganizationNotFound) IsServerError() bool

IsServerError returns true when this delete organization not found response has a 5xx status code

func (*DeleteOrganizationNotFound) IsSuccess added in v1.21.0

func (o *DeleteOrganizationNotFound) IsSuccess() bool

IsSuccess returns true when this delete organization not found response has a 2xx status code

func (*DeleteOrganizationNotFound) String added in v1.21.0

func (o *DeleteOrganizationNotFound) String() string

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) Code added in v1.22.0

func (o *DeleteOrganizationOK) Code() int

Code gets the status code for the delete organization o k response

func (*DeleteOrganizationOK) Error

func (o *DeleteOrganizationOK) Error() string

func (*DeleteOrganizationOK) IsClientError added in v1.21.0

func (o *DeleteOrganizationOK) IsClientError() bool

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

func (*DeleteOrganizationOK) IsCode added in v1.21.0

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

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

func (*DeleteOrganizationOK) IsRedirect added in v1.21.0

func (o *DeleteOrganizationOK) IsRedirect() bool

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

func (*DeleteOrganizationOK) IsServerError added in v1.21.0

func (o *DeleteOrganizationOK) IsServerError() bool

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

func (*DeleteOrganizationOK) IsSuccess added in v1.21.0

func (o *DeleteOrganizationOK) IsSuccess() bool

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

func (*DeleteOrganizationOK) String added in v1.21.0

func (o *DeleteOrganizationOK) String() 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 DeleteOrganizationRunsDefault

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

An unexpected error response.

func NewDeleteOrganizationRunsDefault

func NewDeleteOrganizationRunsDefault(code int) *DeleteOrganizationRunsDefault

NewDeleteOrganizationRunsDefault creates a DeleteOrganizationRunsDefault with default headers values

func (*DeleteOrganizationRunsDefault) Code

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

func (*DeleteOrganizationRunsDefault) Error

func (*DeleteOrganizationRunsDefault) GetPayload

func (*DeleteOrganizationRunsDefault) IsClientError added in v1.21.0

func (o *DeleteOrganizationRunsDefault) IsClientError() bool

IsClientError returns true when this delete organization runs default response has a 4xx status code

func (*DeleteOrganizationRunsDefault) IsCode added in v1.21.0

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

IsCode returns true when this delete organization runs default response a status code equal to that given

func (*DeleteOrganizationRunsDefault) IsRedirect added in v1.21.0

func (o *DeleteOrganizationRunsDefault) IsRedirect() bool

IsRedirect returns true when this delete organization runs default response has a 3xx status code

func (*DeleteOrganizationRunsDefault) IsServerError added in v1.21.0

func (o *DeleteOrganizationRunsDefault) IsServerError() bool

IsServerError returns true when this delete organization runs default response has a 5xx status code

func (*DeleteOrganizationRunsDefault) IsSuccess added in v1.21.0

func (o *DeleteOrganizationRunsDefault) IsSuccess() bool

IsSuccess returns true when this delete organization runs default response has a 2xx status code

func (*DeleteOrganizationRunsDefault) String added in v1.21.0

type DeleteOrganizationRunsForbidden

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

You don't have permission to access the resource.

func NewDeleteOrganizationRunsForbidden

func NewDeleteOrganizationRunsForbidden() *DeleteOrganizationRunsForbidden

NewDeleteOrganizationRunsForbidden creates a DeleteOrganizationRunsForbidden with default headers values

func (*DeleteOrganizationRunsForbidden) Code added in v1.22.0

Code gets the status code for the delete organization runs forbidden response

func (*DeleteOrganizationRunsForbidden) Error

func (*DeleteOrganizationRunsForbidden) GetPayload

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

func (*DeleteOrganizationRunsForbidden) IsClientError added in v1.21.0

func (o *DeleteOrganizationRunsForbidden) IsClientError() bool

IsClientError returns true when this delete organization runs forbidden response has a 4xx status code

func (*DeleteOrganizationRunsForbidden) IsCode added in v1.21.0

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

IsCode returns true when this delete organization runs forbidden response a status code equal to that given

func (*DeleteOrganizationRunsForbidden) IsRedirect added in v1.21.0

func (o *DeleteOrganizationRunsForbidden) IsRedirect() bool

IsRedirect returns true when this delete organization runs forbidden response has a 3xx status code

func (*DeleteOrganizationRunsForbidden) IsServerError added in v1.21.0

func (o *DeleteOrganizationRunsForbidden) IsServerError() bool

IsServerError returns true when this delete organization runs forbidden response has a 5xx status code

func (*DeleteOrganizationRunsForbidden) IsSuccess added in v1.21.0

func (o *DeleteOrganizationRunsForbidden) IsSuccess() bool

IsSuccess returns true when this delete organization runs forbidden response has a 2xx status code

func (*DeleteOrganizationRunsForbidden) String added in v1.21.0

type DeleteOrganizationRunsNoContent

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

No content.

func NewDeleteOrganizationRunsNoContent

func NewDeleteOrganizationRunsNoContent() *DeleteOrganizationRunsNoContent

NewDeleteOrganizationRunsNoContent creates a DeleteOrganizationRunsNoContent with default headers values

func (*DeleteOrganizationRunsNoContent) Code added in v1.22.0

Code gets the status code for the delete organization runs no content response

func (*DeleteOrganizationRunsNoContent) Error

func (*DeleteOrganizationRunsNoContent) GetPayload

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

func (*DeleteOrganizationRunsNoContent) IsClientError added in v1.21.0

func (o *DeleteOrganizationRunsNoContent) IsClientError() bool

IsClientError returns true when this delete organization runs no content response has a 4xx status code

func (*DeleteOrganizationRunsNoContent) IsCode added in v1.21.0

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

IsCode returns true when this delete organization runs no content response a status code equal to that given

func (*DeleteOrganizationRunsNoContent) IsRedirect added in v1.21.0

func (o *DeleteOrganizationRunsNoContent) IsRedirect() bool

IsRedirect returns true when this delete organization runs no content response has a 3xx status code

func (*DeleteOrganizationRunsNoContent) IsServerError added in v1.21.0

func (o *DeleteOrganizationRunsNoContent) IsServerError() bool

IsServerError returns true when this delete organization runs no content response has a 5xx status code

func (*DeleteOrganizationRunsNoContent) IsSuccess added in v1.21.0

func (o *DeleteOrganizationRunsNoContent) IsSuccess() bool

IsSuccess returns true when this delete organization runs no content response has a 2xx status code

func (*DeleteOrganizationRunsNoContent) String added in v1.21.0

type DeleteOrganizationRunsNotFound

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

Resource does not exist.

func NewDeleteOrganizationRunsNotFound

func NewDeleteOrganizationRunsNotFound() *DeleteOrganizationRunsNotFound

NewDeleteOrganizationRunsNotFound creates a DeleteOrganizationRunsNotFound with default headers values

func (*DeleteOrganizationRunsNotFound) Code added in v1.22.0

Code gets the status code for the delete organization runs not found response

func (*DeleteOrganizationRunsNotFound) Error

func (*DeleteOrganizationRunsNotFound) GetPayload

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

func (*DeleteOrganizationRunsNotFound) IsClientError added in v1.21.0

func (o *DeleteOrganizationRunsNotFound) IsClientError() bool

IsClientError returns true when this delete organization runs not found response has a 4xx status code

func (*DeleteOrganizationRunsNotFound) IsCode added in v1.21.0

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

IsCode returns true when this delete organization runs not found response a status code equal to that given

func (*DeleteOrganizationRunsNotFound) IsRedirect added in v1.21.0

func (o *DeleteOrganizationRunsNotFound) IsRedirect() bool

IsRedirect returns true when this delete organization runs not found response has a 3xx status code

func (*DeleteOrganizationRunsNotFound) IsServerError added in v1.21.0

func (o *DeleteOrganizationRunsNotFound) IsServerError() bool

IsServerError returns true when this delete organization runs not found response has a 5xx status code

func (*DeleteOrganizationRunsNotFound) IsSuccess added in v1.21.0

func (o *DeleteOrganizationRunsNotFound) IsSuccess() bool

IsSuccess returns true when this delete organization runs not found response has a 2xx status code

func (*DeleteOrganizationRunsNotFound) String added in v1.21.0

type DeleteOrganizationRunsOK

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

A successful response.

func NewDeleteOrganizationRunsOK

func NewDeleteOrganizationRunsOK() *DeleteOrganizationRunsOK

NewDeleteOrganizationRunsOK creates a DeleteOrganizationRunsOK with default headers values

func (*DeleteOrganizationRunsOK) Code added in v1.22.0

func (o *DeleteOrganizationRunsOK) Code() int

Code gets the status code for the delete organization runs o k response

func (*DeleteOrganizationRunsOK) Error

func (o *DeleteOrganizationRunsOK) Error() string

func (*DeleteOrganizationRunsOK) IsClientError added in v1.21.0

func (o *DeleteOrganizationRunsOK) IsClientError() bool

IsClientError returns true when this delete organization runs o k response has a 4xx status code

func (*DeleteOrganizationRunsOK) IsCode added in v1.21.0

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

IsCode returns true when this delete organization runs o k response a status code equal to that given

func (*DeleteOrganizationRunsOK) IsRedirect added in v1.21.0

func (o *DeleteOrganizationRunsOK) IsRedirect() bool

IsRedirect returns true when this delete organization runs o k response has a 3xx status code

func (*DeleteOrganizationRunsOK) IsServerError added in v1.21.0

func (o *DeleteOrganizationRunsOK) IsServerError() bool

IsServerError returns true when this delete organization runs o k response has a 5xx status code

func (*DeleteOrganizationRunsOK) IsSuccess added in v1.21.0

func (o *DeleteOrganizationRunsOK) IsSuccess() bool

IsSuccess returns true when this delete organization runs o k response has a 2xx status code

func (*DeleteOrganizationRunsOK) String added in v1.21.0

func (o *DeleteOrganizationRunsOK) String() string

type DeleteOrganizationRunsParams

type DeleteOrganizationRunsParams struct {

	/* Body.

	   Uuids of the entities
	*/
	Body *service_model.V1Uuids

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

DeleteOrganizationRunsParams contains all the parameters to send to the API endpoint

for the delete organization runs operation.

Typically these are written to a http.Request.

func NewDeleteOrganizationRunsParams

func NewDeleteOrganizationRunsParams() *DeleteOrganizationRunsParams

NewDeleteOrganizationRunsParams creates a new DeleteOrganizationRunsParams 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 NewDeleteOrganizationRunsParamsWithContext

func NewDeleteOrganizationRunsParamsWithContext(ctx context.Context) *DeleteOrganizationRunsParams

NewDeleteOrganizationRunsParamsWithContext creates a new DeleteOrganizationRunsParams object with the ability to set a context for a request.

func NewDeleteOrganizationRunsParamsWithHTTPClient

func NewDeleteOrganizationRunsParamsWithHTTPClient(client *http.Client) *DeleteOrganizationRunsParams

NewDeleteOrganizationRunsParamsWithHTTPClient creates a new DeleteOrganizationRunsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteOrganizationRunsParamsWithTimeout

func NewDeleteOrganizationRunsParamsWithTimeout(timeout time.Duration) *DeleteOrganizationRunsParams

NewDeleteOrganizationRunsParamsWithTimeout creates a new DeleteOrganizationRunsParams object with the ability to set a timeout on a request.

func (*DeleteOrganizationRunsParams) SetBody

SetBody adds the body to the delete organization runs params

func (*DeleteOrganizationRunsParams) SetContext

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

SetContext adds the context to the delete organization runs params

func (*DeleteOrganizationRunsParams) SetDefaults

func (o *DeleteOrganizationRunsParams) SetDefaults()

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

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

func (*DeleteOrganizationRunsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete organization runs params

func (*DeleteOrganizationRunsParams) SetOwner

func (o *DeleteOrganizationRunsParams) SetOwner(owner string)

SetOwner adds the owner to the delete organization runs params

func (*DeleteOrganizationRunsParams) SetTimeout

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

SetTimeout adds the timeout to the delete organization runs params

func (*DeleteOrganizationRunsParams) WithBody

WithBody adds the body to the delete organization runs params

func (*DeleteOrganizationRunsParams) WithContext

WithContext adds the context to the delete organization runs params

func (*DeleteOrganizationRunsParams) WithDefaults

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

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

func (*DeleteOrganizationRunsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete organization runs params

func (*DeleteOrganizationRunsParams) WithOwner

WithOwner adds the owner to the delete organization runs params

func (*DeleteOrganizationRunsParams) WithTimeout

WithTimeout adds the timeout to the delete organization runs params

func (*DeleteOrganizationRunsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteOrganizationRunsReader

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

DeleteOrganizationRunsReader is a Reader for the DeleteOrganizationRuns structure.

func (*DeleteOrganizationRunsReader) ReadResponse

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

func (*GetOrganizationActivitiesDefault) IsClientError added in v1.21.0

func (o *GetOrganizationActivitiesDefault) IsClientError() bool

IsClientError returns true when this get organization activities default response has a 4xx status code

func (*GetOrganizationActivitiesDefault) IsCode added in v1.21.0

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

IsCode returns true when this get organization activities default response a status code equal to that given

func (*GetOrganizationActivitiesDefault) IsRedirect added in v1.21.0

func (o *GetOrganizationActivitiesDefault) IsRedirect() bool

IsRedirect returns true when this get organization activities default response has a 3xx status code

func (*GetOrganizationActivitiesDefault) IsServerError added in v1.21.0

func (o *GetOrganizationActivitiesDefault) IsServerError() bool

IsServerError returns true when this get organization activities default response has a 5xx status code

func (*GetOrganizationActivitiesDefault) IsSuccess added in v1.21.0

func (o *GetOrganizationActivitiesDefault) IsSuccess() bool

IsSuccess returns true when this get organization activities default response has a 2xx status code

func (*GetOrganizationActivitiesDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*GetOrganizationActivitiesForbidden) Error

func (*GetOrganizationActivitiesForbidden) GetPayload

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

func (*GetOrganizationActivitiesForbidden) IsClientError added in v1.21.0

func (o *GetOrganizationActivitiesForbidden) IsClientError() bool

IsClientError returns true when this get organization activities forbidden response has a 4xx status code

func (*GetOrganizationActivitiesForbidden) IsCode added in v1.21.0

IsCode returns true when this get organization activities forbidden response a status code equal to that given

func (*GetOrganizationActivitiesForbidden) IsRedirect added in v1.21.0

func (o *GetOrganizationActivitiesForbidden) IsRedirect() bool

IsRedirect returns true when this get organization activities forbidden response has a 3xx status code

func (*GetOrganizationActivitiesForbidden) IsServerError added in v1.21.0

func (o *GetOrganizationActivitiesForbidden) IsServerError() bool

IsServerError returns true when this get organization activities forbidden response has a 5xx status code

func (*GetOrganizationActivitiesForbidden) IsSuccess added in v1.21.0

IsSuccess returns true when this get organization activities forbidden response has a 2xx status code

func (*GetOrganizationActivitiesForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the get organization activities no content response

func (*GetOrganizationActivitiesNoContent) Error

func (*GetOrganizationActivitiesNoContent) GetPayload

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

func (*GetOrganizationActivitiesNoContent) IsClientError added in v1.21.0

func (o *GetOrganizationActivitiesNoContent) IsClientError() bool

IsClientError returns true when this get organization activities no content response has a 4xx status code

func (*GetOrganizationActivitiesNoContent) IsCode added in v1.21.0

IsCode returns true when this get organization activities no content response a status code equal to that given

func (*GetOrganizationActivitiesNoContent) IsRedirect added in v1.21.0

func (o *GetOrganizationActivitiesNoContent) IsRedirect() bool

IsRedirect returns true when this get organization activities no content response has a 3xx status code

func (*GetOrganizationActivitiesNoContent) IsServerError added in v1.21.0

func (o *GetOrganizationActivitiesNoContent) IsServerError() bool

IsServerError returns true when this get organization activities no content response has a 5xx status code

func (*GetOrganizationActivitiesNoContent) IsSuccess added in v1.21.0

IsSuccess returns true when this get organization activities no content response has a 2xx status code

func (*GetOrganizationActivitiesNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the get organization activities not found response

func (*GetOrganizationActivitiesNotFound) Error

func (*GetOrganizationActivitiesNotFound) GetPayload

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

func (*GetOrganizationActivitiesNotFound) IsClientError added in v1.21.0

func (o *GetOrganizationActivitiesNotFound) IsClientError() bool

IsClientError returns true when this get organization activities not found response has a 4xx status code

func (*GetOrganizationActivitiesNotFound) IsCode added in v1.21.0

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

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

func (*GetOrganizationActivitiesNotFound) IsRedirect added in v1.21.0

func (o *GetOrganizationActivitiesNotFound) IsRedirect() bool

IsRedirect returns true when this get organization activities not found response has a 3xx status code

func (*GetOrganizationActivitiesNotFound) IsServerError added in v1.21.0

func (o *GetOrganizationActivitiesNotFound) IsServerError() bool

IsServerError returns true when this get organization activities not found response has a 5xx status code

func (*GetOrganizationActivitiesNotFound) IsSuccess added in v1.21.0

func (o *GetOrganizationActivitiesNotFound) IsSuccess() bool

IsSuccess returns true when this get organization activities not found response has a 2xx status code

func (*GetOrganizationActivitiesNotFound) String added in v1.21.0

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) Code added in v1.22.0

func (o *GetOrganizationActivitiesOK) Code() int

Code gets the status code for the get organization activities o k response

func (*GetOrganizationActivitiesOK) Error

func (*GetOrganizationActivitiesOK) GetPayload

func (*GetOrganizationActivitiesOK) IsClientError added in v1.21.0

func (o *GetOrganizationActivitiesOK) IsClientError() bool

IsClientError returns true when this get organization activities o k response has a 4xx status code

func (*GetOrganizationActivitiesOK) IsCode added in v1.21.0

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

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

func (*GetOrganizationActivitiesOK) IsRedirect added in v1.21.0

func (o *GetOrganizationActivitiesOK) IsRedirect() bool

IsRedirect returns true when this get organization activities o k response has a 3xx status code

func (*GetOrganizationActivitiesOK) IsServerError added in v1.21.0

func (o *GetOrganizationActivitiesOK) IsServerError() bool

IsServerError returns true when this get organization activities o k response has a 5xx status code

func (*GetOrganizationActivitiesOK) IsSuccess added in v1.21.0

func (o *GetOrganizationActivitiesOK) IsSuccess() bool

IsSuccess returns true when this get organization activities o k response has a 2xx status code

func (*GetOrganizationActivitiesOK) String added in v1.21.0

func (o *GetOrganizationActivitiesOK) String() string

type GetOrganizationActivitiesParams

type GetOrganizationActivitiesParams struct {

	/* Bookmarks.

	   Filter by bookmarks.
	*/
	Bookmarks *bool

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* 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) SetBookmarks

func (o *GetOrganizationActivitiesParams) SetBookmarks(bookmarks *bool)

SetBookmarks adds the bookmarks to the get organization activities params

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

func (o *GetOrganizationActivitiesParams) SetMode(mode *string)

SetMode adds the mode 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) WithBookmarks

WithBookmarks adds the bookmarks 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) WithMode

WithMode adds the mode 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

func (*GetOrganizationDefault) IsClientError added in v1.21.0

func (o *GetOrganizationDefault) IsClientError() bool

IsClientError returns true when this get organization default response has a 4xx status code

func (*GetOrganizationDefault) IsCode added in v1.21.0

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

IsCode returns true when this get organization default response a status code equal to that given

func (*GetOrganizationDefault) IsRedirect added in v1.21.0

func (o *GetOrganizationDefault) IsRedirect() bool

IsRedirect returns true when this get organization default response has a 3xx status code

func (*GetOrganizationDefault) IsServerError added in v1.21.0

func (o *GetOrganizationDefault) IsServerError() bool

IsServerError returns true when this get organization default response has a 5xx status code

func (*GetOrganizationDefault) IsSuccess added in v1.21.0

func (o *GetOrganizationDefault) IsSuccess() bool

IsSuccess returns true when this get organization default response has a 2xx status code

func (*GetOrganizationDefault) String added in v1.21.0

func (o *GetOrganizationDefault) String() string

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) Code added in v1.22.0

func (o *GetOrganizationForbidden) Code() int

Code gets the status code for the get organization forbidden response

func (*GetOrganizationForbidden) Error

func (o *GetOrganizationForbidden) Error() string

func (*GetOrganizationForbidden) GetPayload

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

func (*GetOrganizationForbidden) IsClientError added in v1.21.0

func (o *GetOrganizationForbidden) IsClientError() bool

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

func (*GetOrganizationForbidden) IsCode added in v1.21.0

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

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

func (*GetOrganizationForbidden) IsRedirect added in v1.21.0

func (o *GetOrganizationForbidden) IsRedirect() bool

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

func (*GetOrganizationForbidden) IsServerError added in v1.21.0

func (o *GetOrganizationForbidden) IsServerError() bool

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

func (*GetOrganizationForbidden) IsSuccess added in v1.21.0

func (o *GetOrganizationForbidden) IsSuccess() bool

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

func (*GetOrganizationForbidden) String added in v1.21.0

func (o *GetOrganizationForbidden) String() string

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

func (*GetOrganizationInvitationDefault) IsClientError added in v1.21.0

func (o *GetOrganizationInvitationDefault) IsClientError() bool

IsClientError returns true when this get organization invitation default response has a 4xx status code

func (*GetOrganizationInvitationDefault) IsCode added in v1.21.0

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

IsCode returns true when this get organization invitation default response a status code equal to that given

func (*GetOrganizationInvitationDefault) IsRedirect added in v1.21.0

func (o *GetOrganizationInvitationDefault) IsRedirect() bool

IsRedirect returns true when this get organization invitation default response has a 3xx status code

func (*GetOrganizationInvitationDefault) IsServerError added in v1.21.0

func (o *GetOrganizationInvitationDefault) IsServerError() bool

IsServerError returns true when this get organization invitation default response has a 5xx status code

func (*GetOrganizationInvitationDefault) IsSuccess added in v1.21.0

func (o *GetOrganizationInvitationDefault) IsSuccess() bool

IsSuccess returns true when this get organization invitation default response has a 2xx status code

func (*GetOrganizationInvitationDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*GetOrganizationInvitationForbidden) Error

func (*GetOrganizationInvitationForbidden) GetPayload

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

func (*GetOrganizationInvitationForbidden) IsClientError added in v1.21.0

func (o *GetOrganizationInvitationForbidden) IsClientError() bool

IsClientError returns true when this get organization invitation forbidden response has a 4xx status code

func (*GetOrganizationInvitationForbidden) IsCode added in v1.21.0

IsCode returns true when this get organization invitation forbidden response a status code equal to that given

func (*GetOrganizationInvitationForbidden) IsRedirect added in v1.21.0

func (o *GetOrganizationInvitationForbidden) IsRedirect() bool

IsRedirect returns true when this get organization invitation forbidden response has a 3xx status code

func (*GetOrganizationInvitationForbidden) IsServerError added in v1.21.0

func (o *GetOrganizationInvitationForbidden) IsServerError() bool

IsServerError returns true when this get organization invitation forbidden response has a 5xx status code

func (*GetOrganizationInvitationForbidden) IsSuccess added in v1.21.0

IsSuccess returns true when this get organization invitation forbidden response has a 2xx status code

func (*GetOrganizationInvitationForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the get organization invitation no content response

func (*GetOrganizationInvitationNoContent) Error

func (*GetOrganizationInvitationNoContent) GetPayload

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

func (*GetOrganizationInvitationNoContent) IsClientError added in v1.21.0

func (o *GetOrganizationInvitationNoContent) IsClientError() bool

IsClientError returns true when this get organization invitation no content response has a 4xx status code

func (*GetOrganizationInvitationNoContent) IsCode added in v1.21.0

IsCode returns true when this get organization invitation no content response a status code equal to that given

func (*GetOrganizationInvitationNoContent) IsRedirect added in v1.21.0

func (o *GetOrganizationInvitationNoContent) IsRedirect() bool

IsRedirect returns true when this get organization invitation no content response has a 3xx status code

func (*GetOrganizationInvitationNoContent) IsServerError added in v1.21.0

func (o *GetOrganizationInvitationNoContent) IsServerError() bool

IsServerError returns true when this get organization invitation no content response has a 5xx status code

func (*GetOrganizationInvitationNoContent) IsSuccess added in v1.21.0

IsSuccess returns true when this get organization invitation no content response has a 2xx status code

func (*GetOrganizationInvitationNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the get organization invitation not found response

func (*GetOrganizationInvitationNotFound) Error

func (*GetOrganizationInvitationNotFound) GetPayload

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

func (*GetOrganizationInvitationNotFound) IsClientError added in v1.21.0

func (o *GetOrganizationInvitationNotFound) IsClientError() bool

IsClientError returns true when this get organization invitation not found response has a 4xx status code

func (*GetOrganizationInvitationNotFound) IsCode added in v1.21.0

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

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

func (*GetOrganizationInvitationNotFound) IsRedirect added in v1.21.0

func (o *GetOrganizationInvitationNotFound) IsRedirect() bool

IsRedirect returns true when this get organization invitation not found response has a 3xx status code

func (*GetOrganizationInvitationNotFound) IsServerError added in v1.21.0

func (o *GetOrganizationInvitationNotFound) IsServerError() bool

IsServerError returns true when this get organization invitation not found response has a 5xx status code

func (*GetOrganizationInvitationNotFound) IsSuccess added in v1.21.0

func (o *GetOrganizationInvitationNotFound) IsSuccess() bool

IsSuccess returns true when this get organization invitation not found response has a 2xx status code

func (*GetOrganizationInvitationNotFound) String added in v1.21.0

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) Code added in v1.22.0

func (o *GetOrganizationInvitationOK) Code() int

Code gets the status code for the get organization invitation o k response

func (*GetOrganizationInvitationOK) Error

func (*GetOrganizationInvitationOK) GetPayload

func (*GetOrganizationInvitationOK) IsClientError added in v1.21.0

func (o *GetOrganizationInvitationOK) IsClientError() bool

IsClientError returns true when this get organization invitation o k response has a 4xx status code

func (*GetOrganizationInvitationOK) IsCode added in v1.21.0

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

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

func (*GetOrganizationInvitationOK) IsRedirect added in v1.21.0

func (o *GetOrganizationInvitationOK) IsRedirect() bool

IsRedirect returns true when this get organization invitation o k response has a 3xx status code

func (*GetOrganizationInvitationOK) IsServerError added in v1.21.0

func (o *GetOrganizationInvitationOK) IsServerError() bool

IsServerError returns true when this get organization invitation o k response has a 5xx status code

func (*GetOrganizationInvitationOK) IsSuccess added in v1.21.0

func (o *GetOrganizationInvitationOK) IsSuccess() bool

IsSuccess returns true when this get organization invitation o k response has a 2xx status code

func (*GetOrganizationInvitationOK) String added in v1.21.0

func (o *GetOrganizationInvitationOK) String() string

type GetOrganizationInvitationParams

type GetOrganizationInvitationParams struct {

	/* Email.

	   Optional email.
	*/
	Email *string

	/* MemberCreatedAt.

	   Optional time when the entity was created.

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

	/* MemberKind.

	   Kind.
	*/
	MemberKind *string

	/* 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) SetMemberKind

func (o *GetOrganizationInvitationParams) SetMemberKind(memberKind *string)

SetMemberKind adds the memberKind 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) WithMemberKind

WithMemberKind adds the memberKind 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

func (*GetOrganizationMemberDefault) IsClientError added in v1.21.0

func (o *GetOrganizationMemberDefault) IsClientError() bool

IsClientError returns true when this get organization member default response has a 4xx status code

func (*GetOrganizationMemberDefault) IsCode added in v1.21.0

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

IsCode returns true when this get organization member default response a status code equal to that given

func (*GetOrganizationMemberDefault) IsRedirect added in v1.21.0

func (o *GetOrganizationMemberDefault) IsRedirect() bool

IsRedirect returns true when this get organization member default response has a 3xx status code

func (*GetOrganizationMemberDefault) IsServerError added in v1.21.0

func (o *GetOrganizationMemberDefault) IsServerError() bool

IsServerError returns true when this get organization member default response has a 5xx status code

func (*GetOrganizationMemberDefault) IsSuccess added in v1.21.0

func (o *GetOrganizationMemberDefault) IsSuccess() bool

IsSuccess returns true when this get organization member default response has a 2xx status code

func (*GetOrganizationMemberDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*GetOrganizationMemberForbidden) Error

func (*GetOrganizationMemberForbidden) GetPayload

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

func (*GetOrganizationMemberForbidden) IsClientError added in v1.21.0

func (o *GetOrganizationMemberForbidden) IsClientError() bool

IsClientError returns true when this get organization member forbidden response has a 4xx status code

func (*GetOrganizationMemberForbidden) IsCode added in v1.21.0

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

IsCode returns true when this get organization member forbidden response a status code equal to that given

func (*GetOrganizationMemberForbidden) IsRedirect added in v1.21.0

func (o *GetOrganizationMemberForbidden) IsRedirect() bool

IsRedirect returns true when this get organization member forbidden response has a 3xx status code

func (*GetOrganizationMemberForbidden) IsServerError added in v1.21.0

func (o *GetOrganizationMemberForbidden) IsServerError() bool

IsServerError returns true when this get organization member forbidden response has a 5xx status code

func (*GetOrganizationMemberForbidden) IsSuccess added in v1.21.0

func (o *GetOrganizationMemberForbidden) IsSuccess() bool

IsSuccess returns true when this get organization member forbidden response has a 2xx status code

func (*GetOrganizationMemberForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the get organization member no content response

func (*GetOrganizationMemberNoContent) Error

func (*GetOrganizationMemberNoContent) GetPayload

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

func (*GetOrganizationMemberNoContent) IsClientError added in v1.21.0

func (o *GetOrganizationMemberNoContent) IsClientError() bool

IsClientError returns true when this get organization member no content response has a 4xx status code

func (*GetOrganizationMemberNoContent) IsCode added in v1.21.0

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

IsCode returns true when this get organization member no content response a status code equal to that given

func (*GetOrganizationMemberNoContent) IsRedirect added in v1.21.0

func (o *GetOrganizationMemberNoContent) IsRedirect() bool

IsRedirect returns true when this get organization member no content response has a 3xx status code

func (*GetOrganizationMemberNoContent) IsServerError added in v1.21.0

func (o *GetOrganizationMemberNoContent) IsServerError() bool

IsServerError returns true when this get organization member no content response has a 5xx status code

func (*GetOrganizationMemberNoContent) IsSuccess added in v1.21.0

func (o *GetOrganizationMemberNoContent) IsSuccess() bool

IsSuccess returns true when this get organization member no content response has a 2xx status code

func (*GetOrganizationMemberNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the get organization member not found response

func (*GetOrganizationMemberNotFound) Error

func (*GetOrganizationMemberNotFound) GetPayload

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

func (*GetOrganizationMemberNotFound) IsClientError added in v1.21.0

func (o *GetOrganizationMemberNotFound) IsClientError() bool

IsClientError returns true when this get organization member not found response has a 4xx status code

func (*GetOrganizationMemberNotFound) IsCode added in v1.21.0

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

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

func (*GetOrganizationMemberNotFound) IsRedirect added in v1.21.0

func (o *GetOrganizationMemberNotFound) IsRedirect() bool

IsRedirect returns true when this get organization member not found response has a 3xx status code

func (*GetOrganizationMemberNotFound) IsServerError added in v1.21.0

func (o *GetOrganizationMemberNotFound) IsServerError() bool

IsServerError returns true when this get organization member not found response has a 5xx status code

func (*GetOrganizationMemberNotFound) IsSuccess added in v1.21.0

func (o *GetOrganizationMemberNotFound) IsSuccess() bool

IsSuccess returns true when this get organization member not found response has a 2xx status code

func (*GetOrganizationMemberNotFound) String added in v1.21.0

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) Code added in v1.22.0

func (o *GetOrganizationMemberOK) Code() int

Code gets the status code for the get organization member o k response

func (*GetOrganizationMemberOK) Error

func (o *GetOrganizationMemberOK) Error() string

func (*GetOrganizationMemberOK) GetPayload

func (*GetOrganizationMemberOK) IsClientError added in v1.21.0

func (o *GetOrganizationMemberOK) IsClientError() bool

IsClientError returns true when this get organization member o k response has a 4xx status code

func (*GetOrganizationMemberOK) IsCode added in v1.21.0

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

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

func (*GetOrganizationMemberOK) IsRedirect added in v1.21.0

func (o *GetOrganizationMemberOK) IsRedirect() bool

IsRedirect returns true when this get organization member o k response has a 3xx status code

func (*GetOrganizationMemberOK) IsServerError added in v1.21.0

func (o *GetOrganizationMemberOK) IsServerError() bool

IsServerError returns true when this get organization member o k response has a 5xx status code

func (*GetOrganizationMemberOK) IsSuccess added in v1.21.0

func (o *GetOrganizationMemberOK) IsSuccess() bool

IsSuccess returns true when this get organization member o k response has a 2xx status code

func (*GetOrganizationMemberOK) String added in v1.21.0

func (o *GetOrganizationMemberOK) String() string

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) Code added in v1.22.0

func (o *GetOrganizationNoContent) Code() int

Code gets the status code for the get organization no content response

func (*GetOrganizationNoContent) Error

func (o *GetOrganizationNoContent) Error() string

func (*GetOrganizationNoContent) GetPayload

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

func (*GetOrganizationNoContent) IsClientError added in v1.21.0

func (o *GetOrganizationNoContent) IsClientError() bool

IsClientError returns true when this get organization no content response has a 4xx status code

func (*GetOrganizationNoContent) IsCode added in v1.21.0

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

IsCode returns true when this get organization no content response a status code equal to that given

func (*GetOrganizationNoContent) IsRedirect added in v1.21.0

func (o *GetOrganizationNoContent) IsRedirect() bool

IsRedirect returns true when this get organization no content response has a 3xx status code

func (*GetOrganizationNoContent) IsServerError added in v1.21.0

func (o *GetOrganizationNoContent) IsServerError() bool

IsServerError returns true when this get organization no content response has a 5xx status code

func (*GetOrganizationNoContent) IsSuccess added in v1.21.0

func (o *GetOrganizationNoContent) IsSuccess() bool

IsSuccess returns true when this get organization no content response has a 2xx status code

func (*GetOrganizationNoContent) String added in v1.21.0

func (o *GetOrganizationNoContent) String() string

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) Code added in v1.22.0

func (o *GetOrganizationNotFound) Code() int

Code gets the status code for the get organization not found response

func (*GetOrganizationNotFound) Error

func (o *GetOrganizationNotFound) Error() string

func (*GetOrganizationNotFound) GetPayload

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

func (*GetOrganizationNotFound) IsClientError added in v1.21.0

func (o *GetOrganizationNotFound) IsClientError() bool

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

func (*GetOrganizationNotFound) IsCode added in v1.21.0

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

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

func (*GetOrganizationNotFound) IsRedirect added in v1.21.0

func (o *GetOrganizationNotFound) IsRedirect() bool

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

func (*GetOrganizationNotFound) IsServerError added in v1.21.0

func (o *GetOrganizationNotFound) IsServerError() bool

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

func (*GetOrganizationNotFound) IsSuccess added in v1.21.0

func (o *GetOrganizationNotFound) IsSuccess() bool

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

func (*GetOrganizationNotFound) String added in v1.21.0

func (o *GetOrganizationNotFound) String() string

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) Code added in v1.22.0

func (o *GetOrganizationOK) Code() int

Code gets the status code for the get organization o k response

func (*GetOrganizationOK) Error

func (o *GetOrganizationOK) Error() string

func (*GetOrganizationOK) GetPayload

func (*GetOrganizationOK) IsClientError added in v1.21.0

func (o *GetOrganizationOK) IsClientError() bool

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

func (*GetOrganizationOK) IsCode added in v1.21.0

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

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

func (*GetOrganizationOK) IsRedirect added in v1.21.0

func (o *GetOrganizationOK) IsRedirect() bool

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

func (*GetOrganizationOK) IsServerError added in v1.21.0

func (o *GetOrganizationOK) IsServerError() bool

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

func (*GetOrganizationOK) IsSuccess added in v1.21.0

func (o *GetOrganizationOK) IsSuccess() bool

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

func (*GetOrganizationOK) String added in v1.21.0

func (o *GetOrganizationOK) String() string

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 GetOrganizationRunDefault added in v1.15.0

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

An unexpected error response.

func NewGetOrganizationRunDefault added in v1.15.0

func NewGetOrganizationRunDefault(code int) *GetOrganizationRunDefault

NewGetOrganizationRunDefault creates a GetOrganizationRunDefault with default headers values

func (*GetOrganizationRunDefault) Code added in v1.15.0

func (o *GetOrganizationRunDefault) Code() int

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

func (*GetOrganizationRunDefault) Error added in v1.15.0

func (o *GetOrganizationRunDefault) Error() string

func (*GetOrganizationRunDefault) GetPayload added in v1.15.0

func (*GetOrganizationRunDefault) IsClientError added in v1.21.0

func (o *GetOrganizationRunDefault) IsClientError() bool

IsClientError returns true when this get organization run default response has a 4xx status code

func (*GetOrganizationRunDefault) IsCode added in v1.21.0

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

IsCode returns true when this get organization run default response a status code equal to that given

func (*GetOrganizationRunDefault) IsRedirect added in v1.21.0

func (o *GetOrganizationRunDefault) IsRedirect() bool

IsRedirect returns true when this get organization run default response has a 3xx status code

func (*GetOrganizationRunDefault) IsServerError added in v1.21.0

func (o *GetOrganizationRunDefault) IsServerError() bool

IsServerError returns true when this get organization run default response has a 5xx status code

func (*GetOrganizationRunDefault) IsSuccess added in v1.21.0

func (o *GetOrganizationRunDefault) IsSuccess() bool

IsSuccess returns true when this get organization run default response has a 2xx status code

func (*GetOrganizationRunDefault) String added in v1.21.0

func (o *GetOrganizationRunDefault) String() string

type GetOrganizationRunForbidden added in v1.15.0

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

You don't have permission to access the resource.

func NewGetOrganizationRunForbidden added in v1.15.0

func NewGetOrganizationRunForbidden() *GetOrganizationRunForbidden

NewGetOrganizationRunForbidden creates a GetOrganizationRunForbidden with default headers values

func (*GetOrganizationRunForbidden) Code added in v1.22.0

func (o *GetOrganizationRunForbidden) Code() int

Code gets the status code for the get organization run forbidden response

func (*GetOrganizationRunForbidden) Error added in v1.15.0

func (*GetOrganizationRunForbidden) GetPayload added in v1.15.0

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

func (*GetOrganizationRunForbidden) IsClientError added in v1.21.0

func (o *GetOrganizationRunForbidden) IsClientError() bool

IsClientError returns true when this get organization run forbidden response has a 4xx status code

func (*GetOrganizationRunForbidden) IsCode added in v1.21.0

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

IsCode returns true when this get organization run forbidden response a status code equal to that given

func (*GetOrganizationRunForbidden) IsRedirect added in v1.21.0

func (o *GetOrganizationRunForbidden) IsRedirect() bool

IsRedirect returns true when this get organization run forbidden response has a 3xx status code

func (*GetOrganizationRunForbidden) IsServerError added in v1.21.0

func (o *GetOrganizationRunForbidden) IsServerError() bool

IsServerError returns true when this get organization run forbidden response has a 5xx status code

func (*GetOrganizationRunForbidden) IsSuccess added in v1.21.0

func (o *GetOrganizationRunForbidden) IsSuccess() bool

IsSuccess returns true when this get organization run forbidden response has a 2xx status code

func (*GetOrganizationRunForbidden) String added in v1.21.0

func (o *GetOrganizationRunForbidden) String() string

type GetOrganizationRunNoContent added in v1.15.0

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

No content.

func NewGetOrganizationRunNoContent added in v1.15.0

func NewGetOrganizationRunNoContent() *GetOrganizationRunNoContent

NewGetOrganizationRunNoContent creates a GetOrganizationRunNoContent with default headers values

func (*GetOrganizationRunNoContent) Code added in v1.22.0

func (o *GetOrganizationRunNoContent) Code() int

Code gets the status code for the get organization run no content response

func (*GetOrganizationRunNoContent) Error added in v1.15.0

func (*GetOrganizationRunNoContent) GetPayload added in v1.15.0

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

func (*GetOrganizationRunNoContent) IsClientError added in v1.21.0

func (o *GetOrganizationRunNoContent) IsClientError() bool

IsClientError returns true when this get organization run no content response has a 4xx status code

func (*GetOrganizationRunNoContent) IsCode added in v1.21.0

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

IsCode returns true when this get organization run no content response a status code equal to that given

func (*GetOrganizationRunNoContent) IsRedirect added in v1.21.0

func (o *GetOrganizationRunNoContent) IsRedirect() bool

IsRedirect returns true when this get organization run no content response has a 3xx status code

func (*GetOrganizationRunNoContent) IsServerError added in v1.21.0

func (o *GetOrganizationRunNoContent) IsServerError() bool

IsServerError returns true when this get organization run no content response has a 5xx status code

func (*GetOrganizationRunNoContent) IsSuccess added in v1.21.0

func (o *GetOrganizationRunNoContent) IsSuccess() bool

IsSuccess returns true when this get organization run no content response has a 2xx status code

func (*GetOrganizationRunNoContent) String added in v1.21.0

func (o *GetOrganizationRunNoContent) String() string

type GetOrganizationRunNotFound added in v1.15.0

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

Resource does not exist.

func NewGetOrganizationRunNotFound added in v1.15.0

func NewGetOrganizationRunNotFound() *GetOrganizationRunNotFound

NewGetOrganizationRunNotFound creates a GetOrganizationRunNotFound with default headers values

func (*GetOrganizationRunNotFound) Code added in v1.22.0

func (o *GetOrganizationRunNotFound) Code() int

Code gets the status code for the get organization run not found response

func (*GetOrganizationRunNotFound) Error added in v1.15.0

func (*GetOrganizationRunNotFound) GetPayload added in v1.15.0

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

func (*GetOrganizationRunNotFound) IsClientError added in v1.21.0

func (o *GetOrganizationRunNotFound) IsClientError() bool

IsClientError returns true when this get organization run not found response has a 4xx status code

func (*GetOrganizationRunNotFound) IsCode added in v1.21.0

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

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

func (*GetOrganizationRunNotFound) IsRedirect added in v1.21.0

func (o *GetOrganizationRunNotFound) IsRedirect() bool

IsRedirect returns true when this get organization run not found response has a 3xx status code

func (*GetOrganizationRunNotFound) IsServerError added in v1.21.0

func (o *GetOrganizationRunNotFound) IsServerError() bool

IsServerError returns true when this get organization run not found response has a 5xx status code

func (*GetOrganizationRunNotFound) IsSuccess added in v1.21.0

func (o *GetOrganizationRunNotFound) IsSuccess() bool

IsSuccess returns true when this get organization run not found response has a 2xx status code

func (*GetOrganizationRunNotFound) String added in v1.21.0

func (o *GetOrganizationRunNotFound) String() string

type GetOrganizationRunOK added in v1.15.0

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

A successful response.

func NewGetOrganizationRunOK added in v1.15.0

func NewGetOrganizationRunOK() *GetOrganizationRunOK

NewGetOrganizationRunOK creates a GetOrganizationRunOK with default headers values

func (*GetOrganizationRunOK) Code added in v1.22.0

func (o *GetOrganizationRunOK) Code() int

Code gets the status code for the get organization run o k response

func (*GetOrganizationRunOK) Error added in v1.15.0

func (o *GetOrganizationRunOK) Error() string

func (*GetOrganizationRunOK) GetPayload added in v1.15.0

func (o *GetOrganizationRunOK) GetPayload() *service_model.V1Run

func (*GetOrganizationRunOK) IsClientError added in v1.21.0

func (o *GetOrganizationRunOK) IsClientError() bool

IsClientError returns true when this get organization run o k response has a 4xx status code

func (*GetOrganizationRunOK) IsCode added in v1.21.0

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

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

func (*GetOrganizationRunOK) IsRedirect added in v1.21.0

func (o *GetOrganizationRunOK) IsRedirect() bool

IsRedirect returns true when this get organization run o k response has a 3xx status code

func (*GetOrganizationRunOK) IsServerError added in v1.21.0

func (o *GetOrganizationRunOK) IsServerError() bool

IsServerError returns true when this get organization run o k response has a 5xx status code

func (*GetOrganizationRunOK) IsSuccess added in v1.21.0

func (o *GetOrganizationRunOK) IsSuccess() bool

IsSuccess returns true when this get organization run o k response has a 2xx status code

func (*GetOrganizationRunOK) String added in v1.21.0

func (o *GetOrganizationRunOK) String() string

type GetOrganizationRunParams added in v1.15.0

type GetOrganizationRunParams struct {

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* UUID.

	   Uuid identifier of the entity
	*/
	UUID string

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

GetOrganizationRunParams contains all the parameters to send to the API endpoint

for the get organization run operation.

Typically these are written to a http.Request.

func NewGetOrganizationRunParams added in v1.15.0

func NewGetOrganizationRunParams() *GetOrganizationRunParams

NewGetOrganizationRunParams creates a new GetOrganizationRunParams 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 NewGetOrganizationRunParamsWithContext added in v1.15.0

func NewGetOrganizationRunParamsWithContext(ctx context.Context) *GetOrganizationRunParams

NewGetOrganizationRunParamsWithContext creates a new GetOrganizationRunParams object with the ability to set a context for a request.

func NewGetOrganizationRunParamsWithHTTPClient added in v1.15.0

func NewGetOrganizationRunParamsWithHTTPClient(client *http.Client) *GetOrganizationRunParams

NewGetOrganizationRunParamsWithHTTPClient creates a new GetOrganizationRunParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationRunParamsWithTimeout added in v1.15.0

func NewGetOrganizationRunParamsWithTimeout(timeout time.Duration) *GetOrganizationRunParams

NewGetOrganizationRunParamsWithTimeout creates a new GetOrganizationRunParams object with the ability to set a timeout on a request.

func (*GetOrganizationRunParams) SetContext added in v1.15.0

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

SetContext adds the context to the get organization run params

func (*GetOrganizationRunParams) SetDefaults added in v1.15.0

func (o *GetOrganizationRunParams) SetDefaults()

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

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

func (*GetOrganizationRunParams) SetHTTPClient added in v1.15.0

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

SetHTTPClient adds the HTTPClient to the get organization run params

func (*GetOrganizationRunParams) SetOwner added in v1.15.0

func (o *GetOrganizationRunParams) SetOwner(owner string)

SetOwner adds the owner to the get organization run params

func (*GetOrganizationRunParams) SetTimeout added in v1.15.0

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

SetTimeout adds the timeout to the get organization run params

func (*GetOrganizationRunParams) SetUUID added in v1.15.0

func (o *GetOrganizationRunParams) SetUUID(uuid string)

SetUUID adds the uuid to the get organization run params

func (*GetOrganizationRunParams) WithContext added in v1.15.0

WithContext adds the context to the get organization run params

func (*GetOrganizationRunParams) WithDefaults added in v1.15.0

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

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

func (*GetOrganizationRunParams) WithHTTPClient added in v1.15.0

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

WithHTTPClient adds the HTTPClient to the get organization run params

func (*GetOrganizationRunParams) WithOwner added in v1.15.0

WithOwner adds the owner to the get organization run params

func (*GetOrganizationRunParams) WithTimeout added in v1.15.0

WithTimeout adds the timeout to the get organization run params

func (*GetOrganizationRunParams) WithUUID added in v1.15.0

WithUUID adds the uuid to the get organization run params

func (*GetOrganizationRunParams) WriteToRequest added in v1.15.0

WriteToRequest writes these params to a swagger request

type GetOrganizationRunReader added in v1.15.0

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

GetOrganizationRunReader is a Reader for the GetOrganizationRun structure.

func (*GetOrganizationRunReader) ReadResponse added in v1.15.0

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

ReadResponse reads a server response into the received o.

type GetOrganizationRunsDefault

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

An unexpected error response.

func NewGetOrganizationRunsDefault

func NewGetOrganizationRunsDefault(code int) *GetOrganizationRunsDefault

NewGetOrganizationRunsDefault creates a GetOrganizationRunsDefault with default headers values

func (*GetOrganizationRunsDefault) Code

func (o *GetOrganizationRunsDefault) Code() int

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

func (*GetOrganizationRunsDefault) Error

func (*GetOrganizationRunsDefault) GetPayload

func (*GetOrganizationRunsDefault) IsClientError added in v1.21.0

func (o *GetOrganizationRunsDefault) IsClientError() bool

IsClientError returns true when this get organization runs default response has a 4xx status code

func (*GetOrganizationRunsDefault) IsCode added in v1.21.0

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

IsCode returns true when this get organization runs default response a status code equal to that given

func (*GetOrganizationRunsDefault) IsRedirect added in v1.21.0

func (o *GetOrganizationRunsDefault) IsRedirect() bool

IsRedirect returns true when this get organization runs default response has a 3xx status code

func (*GetOrganizationRunsDefault) IsServerError added in v1.21.0

func (o *GetOrganizationRunsDefault) IsServerError() bool

IsServerError returns true when this get organization runs default response has a 5xx status code

func (*GetOrganizationRunsDefault) IsSuccess added in v1.21.0

func (o *GetOrganizationRunsDefault) IsSuccess() bool

IsSuccess returns true when this get organization runs default response has a 2xx status code

func (*GetOrganizationRunsDefault) String added in v1.21.0

func (o *GetOrganizationRunsDefault) String() string

type GetOrganizationRunsForbidden

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

You don't have permission to access the resource.

func NewGetOrganizationRunsForbidden

func NewGetOrganizationRunsForbidden() *GetOrganizationRunsForbidden

NewGetOrganizationRunsForbidden creates a GetOrganizationRunsForbidden with default headers values

func (*GetOrganizationRunsForbidden) Code added in v1.22.0

Code gets the status code for the get organization runs forbidden response

func (*GetOrganizationRunsForbidden) Error

func (*GetOrganizationRunsForbidden) GetPayload

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

func (*GetOrganizationRunsForbidden) IsClientError added in v1.21.0

func (o *GetOrganizationRunsForbidden) IsClientError() bool

IsClientError returns true when this get organization runs forbidden response has a 4xx status code

func (*GetOrganizationRunsForbidden) IsCode added in v1.21.0

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

IsCode returns true when this get organization runs forbidden response a status code equal to that given

func (*GetOrganizationRunsForbidden) IsRedirect added in v1.21.0

func (o *GetOrganizationRunsForbidden) IsRedirect() bool

IsRedirect returns true when this get organization runs forbidden response has a 3xx status code

func (*GetOrganizationRunsForbidden) IsServerError added in v1.21.0

func (o *GetOrganizationRunsForbidden) IsServerError() bool

IsServerError returns true when this get organization runs forbidden response has a 5xx status code

func (*GetOrganizationRunsForbidden) IsSuccess added in v1.21.0

func (o *GetOrganizationRunsForbidden) IsSuccess() bool

IsSuccess returns true when this get organization runs forbidden response has a 2xx status code

func (*GetOrganizationRunsForbidden) String added in v1.21.0

type GetOrganizationRunsNoContent

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

No content.

func NewGetOrganizationRunsNoContent

func NewGetOrganizationRunsNoContent() *GetOrganizationRunsNoContent

NewGetOrganizationRunsNoContent creates a GetOrganizationRunsNoContent with default headers values

func (*GetOrganizationRunsNoContent) Code added in v1.22.0

Code gets the status code for the get organization runs no content response

func (*GetOrganizationRunsNoContent) Error

func (*GetOrganizationRunsNoContent) GetPayload

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

func (*GetOrganizationRunsNoContent) IsClientError added in v1.21.0

func (o *GetOrganizationRunsNoContent) IsClientError() bool

IsClientError returns true when this get organization runs no content response has a 4xx status code

func (*GetOrganizationRunsNoContent) IsCode added in v1.21.0

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

IsCode returns true when this get organization runs no content response a status code equal to that given

func (*GetOrganizationRunsNoContent) IsRedirect added in v1.21.0

func (o *GetOrganizationRunsNoContent) IsRedirect() bool

IsRedirect returns true when this get organization runs no content response has a 3xx status code

func (*GetOrganizationRunsNoContent) IsServerError added in v1.21.0

func (o *GetOrganizationRunsNoContent) IsServerError() bool

IsServerError returns true when this get organization runs no content response has a 5xx status code

func (*GetOrganizationRunsNoContent) IsSuccess added in v1.21.0

func (o *GetOrganizationRunsNoContent) IsSuccess() bool

IsSuccess returns true when this get organization runs no content response has a 2xx status code

func (*GetOrganizationRunsNoContent) String added in v1.21.0

type GetOrganizationRunsNotFound

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

Resource does not exist.

func NewGetOrganizationRunsNotFound

func NewGetOrganizationRunsNotFound() *GetOrganizationRunsNotFound

NewGetOrganizationRunsNotFound creates a GetOrganizationRunsNotFound with default headers values

func (*GetOrganizationRunsNotFound) Code added in v1.22.0

func (o *GetOrganizationRunsNotFound) Code() int

Code gets the status code for the get organization runs not found response

func (*GetOrganizationRunsNotFound) Error

func (*GetOrganizationRunsNotFound) GetPayload

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

func (*GetOrganizationRunsNotFound) IsClientError added in v1.21.0

func (o *GetOrganizationRunsNotFound) IsClientError() bool

IsClientError returns true when this get organization runs not found response has a 4xx status code

func (*GetOrganizationRunsNotFound) IsCode added in v1.21.0

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

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

func (*GetOrganizationRunsNotFound) IsRedirect added in v1.21.0

func (o *GetOrganizationRunsNotFound) IsRedirect() bool

IsRedirect returns true when this get organization runs not found response has a 3xx status code

func (*GetOrganizationRunsNotFound) IsServerError added in v1.21.0

func (o *GetOrganizationRunsNotFound) IsServerError() bool

IsServerError returns true when this get organization runs not found response has a 5xx status code

func (*GetOrganizationRunsNotFound) IsSuccess added in v1.21.0

func (o *GetOrganizationRunsNotFound) IsSuccess() bool

IsSuccess returns true when this get organization runs not found response has a 2xx status code

func (*GetOrganizationRunsNotFound) String added in v1.21.0

func (o *GetOrganizationRunsNotFound) String() string

type GetOrganizationRunsOK

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

A successful response.

func NewGetOrganizationRunsOK

func NewGetOrganizationRunsOK() *GetOrganizationRunsOK

NewGetOrganizationRunsOK creates a GetOrganizationRunsOK with default headers values

func (*GetOrganizationRunsOK) Code added in v1.22.0

func (o *GetOrganizationRunsOK) Code() int

Code gets the status code for the get organization runs o k response

func (*GetOrganizationRunsOK) Error

func (o *GetOrganizationRunsOK) Error() string

func (*GetOrganizationRunsOK) GetPayload

func (*GetOrganizationRunsOK) IsClientError added in v1.21.0

func (o *GetOrganizationRunsOK) IsClientError() bool

IsClientError returns true when this get organization runs o k response has a 4xx status code

func (*GetOrganizationRunsOK) IsCode added in v1.21.0

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

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

func (*GetOrganizationRunsOK) IsRedirect added in v1.21.0

func (o *GetOrganizationRunsOK) IsRedirect() bool

IsRedirect returns true when this get organization runs o k response has a 3xx status code

func (*GetOrganizationRunsOK) IsServerError added in v1.21.0

func (o *GetOrganizationRunsOK) IsServerError() bool

IsServerError returns true when this get organization runs o k response has a 5xx status code

func (*GetOrganizationRunsOK) IsSuccess added in v1.21.0

func (o *GetOrganizationRunsOK) IsSuccess() bool

IsSuccess returns true when this get organization runs o k response has a 2xx status code

func (*GetOrganizationRunsOK) String added in v1.21.0

func (o *GetOrganizationRunsOK) String() string

type GetOrganizationRunsParams

type GetOrganizationRunsParams struct {

	/* Bookmarks.

	   Filter by bookmarks.
	*/
	Bookmarks *bool

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* 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
}

GetOrganizationRunsParams contains all the parameters to send to the API endpoint

for the get organization runs operation.

Typically these are written to a http.Request.

func NewGetOrganizationRunsParams

func NewGetOrganizationRunsParams() *GetOrganizationRunsParams

NewGetOrganizationRunsParams creates a new GetOrganizationRunsParams 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 NewGetOrganizationRunsParamsWithContext

func NewGetOrganizationRunsParamsWithContext(ctx context.Context) *GetOrganizationRunsParams

NewGetOrganizationRunsParamsWithContext creates a new GetOrganizationRunsParams object with the ability to set a context for a request.

func NewGetOrganizationRunsParamsWithHTTPClient

func NewGetOrganizationRunsParamsWithHTTPClient(client *http.Client) *GetOrganizationRunsParams

NewGetOrganizationRunsParamsWithHTTPClient creates a new GetOrganizationRunsParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationRunsParamsWithTimeout

func NewGetOrganizationRunsParamsWithTimeout(timeout time.Duration) *GetOrganizationRunsParams

NewGetOrganizationRunsParamsWithTimeout creates a new GetOrganizationRunsParams object with the ability to set a timeout on a request.

func (*GetOrganizationRunsParams) SetBookmarks

func (o *GetOrganizationRunsParams) SetBookmarks(bookmarks *bool)

SetBookmarks adds the bookmarks to the get organization runs params

func (*GetOrganizationRunsParams) SetContext

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

SetContext adds the context to the get organization runs params

func (*GetOrganizationRunsParams) SetDefaults

func (o *GetOrganizationRunsParams) SetDefaults()

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

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

func (*GetOrganizationRunsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization runs params

func (*GetOrganizationRunsParams) SetLimit

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

SetLimit adds the limit to the get organization runs params

func (*GetOrganizationRunsParams) SetMode

func (o *GetOrganizationRunsParams) SetMode(mode *string)

SetMode adds the mode to the get organization runs params

func (*GetOrganizationRunsParams) SetNoPage

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

SetNoPage adds the noPage to the get organization runs params

func (*GetOrganizationRunsParams) SetOffset

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

SetOffset adds the offset to the get organization runs params

func (*GetOrganizationRunsParams) SetOwner

func (o *GetOrganizationRunsParams) SetOwner(owner string)

SetOwner adds the owner to the get organization runs params

func (*GetOrganizationRunsParams) SetQuery

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

SetQuery adds the query to the get organization runs params

func (*GetOrganizationRunsParams) SetSort

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

SetSort adds the sort to the get organization runs params

func (*GetOrganizationRunsParams) SetTimeout

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

SetTimeout adds the timeout to the get organization runs params

func (*GetOrganizationRunsParams) WithBookmarks

func (o *GetOrganizationRunsParams) WithBookmarks(bookmarks *bool) *GetOrganizationRunsParams

WithBookmarks adds the bookmarks to the get organization runs params

func (*GetOrganizationRunsParams) WithContext

WithContext adds the context to the get organization runs params

func (*GetOrganizationRunsParams) WithDefaults

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

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

func (*GetOrganizationRunsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get organization runs params

func (*GetOrganizationRunsParams) WithLimit

WithLimit adds the limit to the get organization runs params

func (*GetOrganizationRunsParams) WithMode

WithMode adds the mode to the get organization runs params

func (*GetOrganizationRunsParams) WithNoPage

WithNoPage adds the noPage to the get organization runs params

func (*GetOrganizationRunsParams) WithOffset

WithOffset adds the offset to the get organization runs params

func (*GetOrganizationRunsParams) WithOwner

WithOwner adds the owner to the get organization runs params

func (*GetOrganizationRunsParams) WithQuery

WithQuery adds the query to the get organization runs params

func (*GetOrganizationRunsParams) WithSort

WithSort adds the sort to the get organization runs params

func (*GetOrganizationRunsParams) WithTimeout

WithTimeout adds the timeout to the get organization runs params

func (*GetOrganizationRunsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationRunsReader

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

GetOrganizationRunsReader is a Reader for the GetOrganizationRuns structure.

func (*GetOrganizationRunsReader) ReadResponse

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

func (*GetOrganizationSettingsDefault) IsClientError added in v1.21.0

func (o *GetOrganizationSettingsDefault) IsClientError() bool

IsClientError returns true when this get organization settings default response has a 4xx status code

func (*GetOrganizationSettingsDefault) IsCode added in v1.21.0

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

IsCode returns true when this get organization settings default response a status code equal to that given

func (*GetOrganizationSettingsDefault) IsRedirect added in v1.21.0

func (o *GetOrganizationSettingsDefault) IsRedirect() bool

IsRedirect returns true when this get organization settings default response has a 3xx status code

func (*GetOrganizationSettingsDefault) IsServerError added in v1.21.0

func (o *GetOrganizationSettingsDefault) IsServerError() bool

IsServerError returns true when this get organization settings default response has a 5xx status code

func (*GetOrganizationSettingsDefault) IsSuccess added in v1.21.0

func (o *GetOrganizationSettingsDefault) IsSuccess() bool

IsSuccess returns true when this get organization settings default response has a 2xx status code

func (*GetOrganizationSettingsDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*GetOrganizationSettingsForbidden) Error

func (*GetOrganizationSettingsForbidden) GetPayload

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

func (*GetOrganizationSettingsForbidden) IsClientError added in v1.21.0

func (o *GetOrganizationSettingsForbidden) IsClientError() bool

IsClientError returns true when this get organization settings forbidden response has a 4xx status code

func (*GetOrganizationSettingsForbidden) IsCode added in v1.21.0

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

IsCode returns true when this get organization settings forbidden response a status code equal to that given

func (*GetOrganizationSettingsForbidden) IsRedirect added in v1.21.0

func (o *GetOrganizationSettingsForbidden) IsRedirect() bool

IsRedirect returns true when this get organization settings forbidden response has a 3xx status code

func (*GetOrganizationSettingsForbidden) IsServerError added in v1.21.0

func (o *GetOrganizationSettingsForbidden) IsServerError() bool

IsServerError returns true when this get organization settings forbidden response has a 5xx status code

func (*GetOrganizationSettingsForbidden) IsSuccess added in v1.21.0

func (o *GetOrganizationSettingsForbidden) IsSuccess() bool

IsSuccess returns true when this get organization settings forbidden response has a 2xx status code

func (*GetOrganizationSettingsForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the get organization settings no content response

func (*GetOrganizationSettingsNoContent) Error

func (*GetOrganizationSettingsNoContent) GetPayload

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

func (*GetOrganizationSettingsNoContent) IsClientError added in v1.21.0

func (o *GetOrganizationSettingsNoContent) IsClientError() bool

IsClientError returns true when this get organization settings no content response has a 4xx status code

func (*GetOrganizationSettingsNoContent) IsCode added in v1.21.0

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

IsCode returns true when this get organization settings no content response a status code equal to that given

func (*GetOrganizationSettingsNoContent) IsRedirect added in v1.21.0

func (o *GetOrganizationSettingsNoContent) IsRedirect() bool

IsRedirect returns true when this get organization settings no content response has a 3xx status code

func (*GetOrganizationSettingsNoContent) IsServerError added in v1.21.0

func (o *GetOrganizationSettingsNoContent) IsServerError() bool

IsServerError returns true when this get organization settings no content response has a 5xx status code

func (*GetOrganizationSettingsNoContent) IsSuccess added in v1.21.0

func (o *GetOrganizationSettingsNoContent) IsSuccess() bool

IsSuccess returns true when this get organization settings no content response has a 2xx status code

func (*GetOrganizationSettingsNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the get organization settings not found response

func (*GetOrganizationSettingsNotFound) Error

func (*GetOrganizationSettingsNotFound) GetPayload

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

func (*GetOrganizationSettingsNotFound) IsClientError added in v1.21.0

func (o *GetOrganizationSettingsNotFound) IsClientError() bool

IsClientError returns true when this get organization settings not found response has a 4xx status code

func (*GetOrganizationSettingsNotFound) IsCode added in v1.21.0

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

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

func (*GetOrganizationSettingsNotFound) IsRedirect added in v1.21.0

func (o *GetOrganizationSettingsNotFound) IsRedirect() bool

IsRedirect returns true when this get organization settings not found response has a 3xx status code

func (*GetOrganizationSettingsNotFound) IsServerError added in v1.21.0

func (o *GetOrganizationSettingsNotFound) IsServerError() bool

IsServerError returns true when this get organization settings not found response has a 5xx status code

func (*GetOrganizationSettingsNotFound) IsSuccess added in v1.21.0

func (o *GetOrganizationSettingsNotFound) IsSuccess() bool

IsSuccess returns true when this get organization settings not found response has a 2xx status code

func (*GetOrganizationSettingsNotFound) String added in v1.21.0

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) Code added in v1.22.0

func (o *GetOrganizationSettingsOK) Code() int

Code gets the status code for the get organization settings o k response

func (*GetOrganizationSettingsOK) Error

func (o *GetOrganizationSettingsOK) Error() string

func (*GetOrganizationSettingsOK) GetPayload

func (*GetOrganizationSettingsOK) IsClientError added in v1.21.0

func (o *GetOrganizationSettingsOK) IsClientError() bool

IsClientError returns true when this get organization settings o k response has a 4xx status code

func (*GetOrganizationSettingsOK) IsCode added in v1.21.0

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

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

func (*GetOrganizationSettingsOK) IsRedirect added in v1.21.0

func (o *GetOrganizationSettingsOK) IsRedirect() bool

IsRedirect returns true when this get organization settings o k response has a 3xx status code

func (*GetOrganizationSettingsOK) IsServerError added in v1.21.0

func (o *GetOrganizationSettingsOK) IsServerError() bool

IsServerError returns true when this get organization settings o k response has a 5xx status code

func (*GetOrganizationSettingsOK) IsSuccess added in v1.21.0

func (o *GetOrganizationSettingsOK) IsSuccess() bool

IsSuccess returns true when this get organization settings o k response has a 2xx status code

func (*GetOrganizationSettingsOK) String added in v1.21.0

func (o *GetOrganizationSettingsOK) String() string

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

func (*GetOrganizationStatsDefault) IsClientError added in v1.21.0

func (o *GetOrganizationStatsDefault) IsClientError() bool

IsClientError returns true when this get organization stats default response has a 4xx status code

func (*GetOrganizationStatsDefault) IsCode added in v1.21.0

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

IsCode returns true when this get organization stats default response a status code equal to that given

func (*GetOrganizationStatsDefault) IsRedirect added in v1.21.0

func (o *GetOrganizationStatsDefault) IsRedirect() bool

IsRedirect returns true when this get organization stats default response has a 3xx status code

func (*GetOrganizationStatsDefault) IsServerError added in v1.21.0

func (o *GetOrganizationStatsDefault) IsServerError() bool

IsServerError returns true when this get organization stats default response has a 5xx status code

func (*GetOrganizationStatsDefault) IsSuccess added in v1.21.0

func (o *GetOrganizationStatsDefault) IsSuccess() bool

IsSuccess returns true when this get organization stats default response has a 2xx status code

func (*GetOrganizationStatsDefault) String added in v1.21.0

func (o *GetOrganizationStatsDefault) String() string

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) Code added in v1.22.0

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

func (*GetOrganizationStatsForbidden) Error

func (*GetOrganizationStatsForbidden) GetPayload

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

func (*GetOrganizationStatsForbidden) IsClientError added in v1.21.0

func (o *GetOrganizationStatsForbidden) IsClientError() bool

IsClientError returns true when this get organization stats forbidden response has a 4xx status code

func (*GetOrganizationStatsForbidden) IsCode added in v1.21.0

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

IsCode returns true when this get organization stats forbidden response a status code equal to that given

func (*GetOrganizationStatsForbidden) IsRedirect added in v1.21.0

func (o *GetOrganizationStatsForbidden) IsRedirect() bool

IsRedirect returns true when this get organization stats forbidden response has a 3xx status code

func (*GetOrganizationStatsForbidden) IsServerError added in v1.21.0

func (o *GetOrganizationStatsForbidden) IsServerError() bool

IsServerError returns true when this get organization stats forbidden response has a 5xx status code

func (*GetOrganizationStatsForbidden) IsSuccess added in v1.21.0

func (o *GetOrganizationStatsForbidden) IsSuccess() bool

IsSuccess returns true when this get organization stats forbidden response has a 2xx status code

func (*GetOrganizationStatsForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the get organization stats no content response

func (*GetOrganizationStatsNoContent) Error

func (*GetOrganizationStatsNoContent) GetPayload

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

func (*GetOrganizationStatsNoContent) IsClientError added in v1.21.0

func (o *GetOrganizationStatsNoContent) IsClientError() bool

IsClientError returns true when this get organization stats no content response has a 4xx status code

func (*GetOrganizationStatsNoContent) IsCode added in v1.21.0

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

IsCode returns true when this get organization stats no content response a status code equal to that given

func (*GetOrganizationStatsNoContent) IsRedirect added in v1.21.0

func (o *GetOrganizationStatsNoContent) IsRedirect() bool

IsRedirect returns true when this get organization stats no content response has a 3xx status code

func (*GetOrganizationStatsNoContent) IsServerError added in v1.21.0

func (o *GetOrganizationStatsNoContent) IsServerError() bool

IsServerError returns true when this get organization stats no content response has a 5xx status code

func (*GetOrganizationStatsNoContent) IsSuccess added in v1.21.0

func (o *GetOrganizationStatsNoContent) IsSuccess() bool

IsSuccess returns true when this get organization stats no content response has a 2xx status code

func (*GetOrganizationStatsNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the get organization stats not found response

func (*GetOrganizationStatsNotFound) Error

func (*GetOrganizationStatsNotFound) GetPayload

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

func (*GetOrganizationStatsNotFound) IsClientError added in v1.21.0

func (o *GetOrganizationStatsNotFound) IsClientError() bool

IsClientError returns true when this get organization stats not found response has a 4xx status code

func (*GetOrganizationStatsNotFound) IsCode added in v1.21.0

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

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

func (*GetOrganizationStatsNotFound) IsRedirect added in v1.21.0

func (o *GetOrganizationStatsNotFound) IsRedirect() bool

IsRedirect returns true when this get organization stats not found response has a 3xx status code

func (*GetOrganizationStatsNotFound) IsServerError added in v1.21.0

func (o *GetOrganizationStatsNotFound) IsServerError() bool

IsServerError returns true when this get organization stats not found response has a 5xx status code

func (*GetOrganizationStatsNotFound) IsSuccess added in v1.21.0

func (o *GetOrganizationStatsNotFound) IsSuccess() bool

IsSuccess returns true when this get organization stats not found response has a 2xx status code

func (*GetOrganizationStatsNotFound) String added in v1.21.0

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) Code added in v1.22.0

func (o *GetOrganizationStatsOK) Code() int

Code gets the status code for the get organization stats o k response

func (*GetOrganizationStatsOK) Error

func (o *GetOrganizationStatsOK) Error() string

func (*GetOrganizationStatsOK) GetPayload

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

func (*GetOrganizationStatsOK) IsClientError added in v1.21.0

func (o *GetOrganizationStatsOK) IsClientError() bool

IsClientError returns true when this get organization stats o k response has a 4xx status code

func (*GetOrganizationStatsOK) IsCode added in v1.21.0

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

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

func (*GetOrganizationStatsOK) IsRedirect added in v1.21.0

func (o *GetOrganizationStatsOK) IsRedirect() bool

IsRedirect returns true when this get organization stats o k response has a 3xx status code

func (*GetOrganizationStatsOK) IsServerError added in v1.21.0

func (o *GetOrganizationStatsOK) IsServerError() bool

IsServerError returns true when this get organization stats o k response has a 5xx status code

func (*GetOrganizationStatsOK) IsSuccess added in v1.21.0

func (o *GetOrganizationStatsOK) IsSuccess() bool

IsSuccess returns true when this get organization stats o k response has a 2xx status code

func (*GetOrganizationStatsOK) String added in v1.21.0

func (o *GetOrganizationStatsOK) String() string

type GetOrganizationStatsParams

type GetOrganizationStatsParams struct {

	/* Aggregate.

	   Stats aggregate.
	*/
	Aggregate *string

	/* Bookmarks.

	   Filter by bookmarks.
	*/
	Bookmarks *bool

	/* 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) SetBookmarks

func (o *GetOrganizationStatsParams) SetBookmarks(bookmarks *bool)

SetBookmarks adds the bookmarks 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) WithBookmarks

func (o *GetOrganizationStatsParams) WithBookmarks(bookmarks *bool) *GetOrganizationStatsParams

WithBookmarks adds the bookmarks 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 InvalidateOrganizationRunsDefault

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

An unexpected error response.

func NewInvalidateOrganizationRunsDefault

func NewInvalidateOrganizationRunsDefault(code int) *InvalidateOrganizationRunsDefault

NewInvalidateOrganizationRunsDefault creates a InvalidateOrganizationRunsDefault with default headers values

func (*InvalidateOrganizationRunsDefault) Code

Code gets the status code for the invalidate organization runs default response

func (*InvalidateOrganizationRunsDefault) Error

func (*InvalidateOrganizationRunsDefault) GetPayload

func (*InvalidateOrganizationRunsDefault) IsClientError added in v1.21.0

func (o *InvalidateOrganizationRunsDefault) IsClientError() bool

IsClientError returns true when this invalidate organization runs default response has a 4xx status code

func (*InvalidateOrganizationRunsDefault) IsCode added in v1.21.0

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

IsCode returns true when this invalidate organization runs default response a status code equal to that given

func (*InvalidateOrganizationRunsDefault) IsRedirect added in v1.21.0

func (o *InvalidateOrganizationRunsDefault) IsRedirect() bool

IsRedirect returns true when this invalidate organization runs default response has a 3xx status code

func (*InvalidateOrganizationRunsDefault) IsServerError added in v1.21.0

func (o *InvalidateOrganizationRunsDefault) IsServerError() bool

IsServerError returns true when this invalidate organization runs default response has a 5xx status code

func (*InvalidateOrganizationRunsDefault) IsSuccess added in v1.21.0

func (o *InvalidateOrganizationRunsDefault) IsSuccess() bool

IsSuccess returns true when this invalidate organization runs default response has a 2xx status code

func (*InvalidateOrganizationRunsDefault) String added in v1.21.0

type InvalidateOrganizationRunsForbidden

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

You don't have permission to access the resource.

func NewInvalidateOrganizationRunsForbidden

func NewInvalidateOrganizationRunsForbidden() *InvalidateOrganizationRunsForbidden

NewInvalidateOrganizationRunsForbidden creates a InvalidateOrganizationRunsForbidden with default headers values

func (*InvalidateOrganizationRunsForbidden) Code added in v1.22.0

Code gets the status code for the invalidate organization runs forbidden response

func (*InvalidateOrganizationRunsForbidden) Error

func (*InvalidateOrganizationRunsForbidden) GetPayload

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

func (*InvalidateOrganizationRunsForbidden) IsClientError added in v1.21.0

func (o *InvalidateOrganizationRunsForbidden) IsClientError() bool

IsClientError returns true when this invalidate organization runs forbidden response has a 4xx status code

func (*InvalidateOrganizationRunsForbidden) IsCode added in v1.21.0

IsCode returns true when this invalidate organization runs forbidden response a status code equal to that given

func (*InvalidateOrganizationRunsForbidden) IsRedirect added in v1.21.0

func (o *InvalidateOrganizationRunsForbidden) IsRedirect() bool

IsRedirect returns true when this invalidate organization runs forbidden response has a 3xx status code

func (*InvalidateOrganizationRunsForbidden) IsServerError added in v1.21.0

func (o *InvalidateOrganizationRunsForbidden) IsServerError() bool

IsServerError returns true when this invalidate organization runs forbidden response has a 5xx status code

func (*InvalidateOrganizationRunsForbidden) IsSuccess added in v1.21.0

IsSuccess returns true when this invalidate organization runs forbidden response has a 2xx status code

func (*InvalidateOrganizationRunsForbidden) String added in v1.21.0

type InvalidateOrganizationRunsNoContent

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

No content.

func NewInvalidateOrganizationRunsNoContent

func NewInvalidateOrganizationRunsNoContent() *InvalidateOrganizationRunsNoContent

NewInvalidateOrganizationRunsNoContent creates a InvalidateOrganizationRunsNoContent with default headers values

func (*InvalidateOrganizationRunsNoContent) Code added in v1.22.0

Code gets the status code for the invalidate organization runs no content response

func (*InvalidateOrganizationRunsNoContent) Error

func (*InvalidateOrganizationRunsNoContent) GetPayload

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

func (*InvalidateOrganizationRunsNoContent) IsClientError added in v1.21.0

func (o *InvalidateOrganizationRunsNoContent) IsClientError() bool

IsClientError returns true when this invalidate organization runs no content response has a 4xx status code

func (*InvalidateOrganizationRunsNoContent) IsCode added in v1.21.0

IsCode returns true when this invalidate organization runs no content response a status code equal to that given

func (*InvalidateOrganizationRunsNoContent) IsRedirect added in v1.21.0

func (o *InvalidateOrganizationRunsNoContent) IsRedirect() bool

IsRedirect returns true when this invalidate organization runs no content response has a 3xx status code

func (*InvalidateOrganizationRunsNoContent) IsServerError added in v1.21.0

func (o *InvalidateOrganizationRunsNoContent) IsServerError() bool

IsServerError returns true when this invalidate organization runs no content response has a 5xx status code

func (*InvalidateOrganizationRunsNoContent) IsSuccess added in v1.21.0

IsSuccess returns true when this invalidate organization runs no content response has a 2xx status code

func (*InvalidateOrganizationRunsNoContent) String added in v1.21.0

type InvalidateOrganizationRunsNotFound

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

Resource does not exist.

func NewInvalidateOrganizationRunsNotFound

func NewInvalidateOrganizationRunsNotFound() *InvalidateOrganizationRunsNotFound

NewInvalidateOrganizationRunsNotFound creates a InvalidateOrganizationRunsNotFound with default headers values

func (*InvalidateOrganizationRunsNotFound) Code added in v1.22.0

Code gets the status code for the invalidate organization runs not found response

func (*InvalidateOrganizationRunsNotFound) Error

func (*InvalidateOrganizationRunsNotFound) GetPayload

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

func (*InvalidateOrganizationRunsNotFound) IsClientError added in v1.21.0

func (o *InvalidateOrganizationRunsNotFound) IsClientError() bool

IsClientError returns true when this invalidate organization runs not found response has a 4xx status code

func (*InvalidateOrganizationRunsNotFound) IsCode added in v1.21.0

IsCode returns true when this invalidate organization runs not found response a status code equal to that given

func (*InvalidateOrganizationRunsNotFound) IsRedirect added in v1.21.0

func (o *InvalidateOrganizationRunsNotFound) IsRedirect() bool

IsRedirect returns true when this invalidate organization runs not found response has a 3xx status code

func (*InvalidateOrganizationRunsNotFound) IsServerError added in v1.21.0

func (o *InvalidateOrganizationRunsNotFound) IsServerError() bool

IsServerError returns true when this invalidate organization runs not found response has a 5xx status code

func (*InvalidateOrganizationRunsNotFound) IsSuccess added in v1.21.0

IsSuccess returns true when this invalidate organization runs not found response has a 2xx status code

func (*InvalidateOrganizationRunsNotFound) String added in v1.21.0

type InvalidateOrganizationRunsOK

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

A successful response.

func NewInvalidateOrganizationRunsOK

func NewInvalidateOrganizationRunsOK() *InvalidateOrganizationRunsOK

NewInvalidateOrganizationRunsOK creates a InvalidateOrganizationRunsOK with default headers values

func (*InvalidateOrganizationRunsOK) Code added in v1.22.0

Code gets the status code for the invalidate organization runs o k response

func (*InvalidateOrganizationRunsOK) Error

func (*InvalidateOrganizationRunsOK) IsClientError added in v1.21.0

func (o *InvalidateOrganizationRunsOK) IsClientError() bool

IsClientError returns true when this invalidate organization runs o k response has a 4xx status code

func (*InvalidateOrganizationRunsOK) IsCode added in v1.21.0

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

IsCode returns true when this invalidate organization runs o k response a status code equal to that given

func (*InvalidateOrganizationRunsOK) IsRedirect added in v1.21.0

func (o *InvalidateOrganizationRunsOK) IsRedirect() bool

IsRedirect returns true when this invalidate organization runs o k response has a 3xx status code

func (*InvalidateOrganizationRunsOK) IsServerError added in v1.21.0

func (o *InvalidateOrganizationRunsOK) IsServerError() bool

IsServerError returns true when this invalidate organization runs o k response has a 5xx status code

func (*InvalidateOrganizationRunsOK) IsSuccess added in v1.21.0

func (o *InvalidateOrganizationRunsOK) IsSuccess() bool

IsSuccess returns true when this invalidate organization runs o k response has a 2xx status code

func (*InvalidateOrganizationRunsOK) String added in v1.21.0

type InvalidateOrganizationRunsParams

type InvalidateOrganizationRunsParams struct {

	/* Body.

	   Uuids of the entities
	*/
	Body *service_model.V1Uuids

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

InvalidateOrganizationRunsParams contains all the parameters to send to the API endpoint

for the invalidate organization runs operation.

Typically these are written to a http.Request.

func NewInvalidateOrganizationRunsParams

func NewInvalidateOrganizationRunsParams() *InvalidateOrganizationRunsParams

NewInvalidateOrganizationRunsParams creates a new InvalidateOrganizationRunsParams 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 NewInvalidateOrganizationRunsParamsWithContext

func NewInvalidateOrganizationRunsParamsWithContext(ctx context.Context) *InvalidateOrganizationRunsParams

NewInvalidateOrganizationRunsParamsWithContext creates a new InvalidateOrganizationRunsParams object with the ability to set a context for a request.

func NewInvalidateOrganizationRunsParamsWithHTTPClient

func NewInvalidateOrganizationRunsParamsWithHTTPClient(client *http.Client) *InvalidateOrganizationRunsParams

NewInvalidateOrganizationRunsParamsWithHTTPClient creates a new InvalidateOrganizationRunsParams object with the ability to set a custom HTTPClient for a request.

func NewInvalidateOrganizationRunsParamsWithTimeout

func NewInvalidateOrganizationRunsParamsWithTimeout(timeout time.Duration) *InvalidateOrganizationRunsParams

NewInvalidateOrganizationRunsParamsWithTimeout creates a new InvalidateOrganizationRunsParams object with the ability to set a timeout on a request.

func (*InvalidateOrganizationRunsParams) SetBody

SetBody adds the body to the invalidate organization runs params

func (*InvalidateOrganizationRunsParams) SetContext

SetContext adds the context to the invalidate organization runs params

func (*InvalidateOrganizationRunsParams) SetDefaults

func (o *InvalidateOrganizationRunsParams) SetDefaults()

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

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

func (*InvalidateOrganizationRunsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the invalidate organization runs params

func (*InvalidateOrganizationRunsParams) SetOwner

func (o *InvalidateOrganizationRunsParams) SetOwner(owner string)

SetOwner adds the owner to the invalidate organization runs params

func (*InvalidateOrganizationRunsParams) SetTimeout

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

SetTimeout adds the timeout to the invalidate organization runs params

func (*InvalidateOrganizationRunsParams) WithBody

WithBody adds the body to the invalidate organization runs params

func (*InvalidateOrganizationRunsParams) WithContext

WithContext adds the context to the invalidate organization runs params

func (*InvalidateOrganizationRunsParams) WithDefaults

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

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

func (*InvalidateOrganizationRunsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the invalidate organization runs params

func (*InvalidateOrganizationRunsParams) WithOwner

WithOwner adds the owner to the invalidate organization runs params

func (*InvalidateOrganizationRunsParams) WithTimeout

WithTimeout adds the timeout to the invalidate organization runs params

func (*InvalidateOrganizationRunsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InvalidateOrganizationRunsReader

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

InvalidateOrganizationRunsReader is a Reader for the InvalidateOrganizationRuns structure.

func (*InvalidateOrganizationRunsReader) ReadResponse

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

func (*ListOrganizationMemberNamesDefault) IsClientError added in v1.21.0

func (o *ListOrganizationMemberNamesDefault) IsClientError() bool

IsClientError returns true when this list organization member names default response has a 4xx status code

func (*ListOrganizationMemberNamesDefault) IsCode added in v1.21.0

IsCode returns true when this list organization member names default response a status code equal to that given

func (*ListOrganizationMemberNamesDefault) IsRedirect added in v1.21.0

func (o *ListOrganizationMemberNamesDefault) IsRedirect() bool

IsRedirect returns true when this list organization member names default response has a 3xx status code

func (*ListOrganizationMemberNamesDefault) IsServerError added in v1.21.0

func (o *ListOrganizationMemberNamesDefault) IsServerError() bool

IsServerError returns true when this list organization member names default response has a 5xx status code

func (*ListOrganizationMemberNamesDefault) IsSuccess added in v1.21.0

IsSuccess returns true when this list organization member names default response has a 2xx status code

func (*ListOrganizationMemberNamesDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*ListOrganizationMemberNamesForbidden) Error

func (*ListOrganizationMemberNamesForbidden) GetPayload

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

func (*ListOrganizationMemberNamesForbidden) IsClientError added in v1.21.0

func (o *ListOrganizationMemberNamesForbidden) IsClientError() bool

IsClientError returns true when this list organization member names forbidden response has a 4xx status code

func (*ListOrganizationMemberNamesForbidden) IsCode added in v1.21.0

IsCode returns true when this list organization member names forbidden response a status code equal to that given

func (*ListOrganizationMemberNamesForbidden) IsRedirect added in v1.21.0

IsRedirect returns true when this list organization member names forbidden response has a 3xx status code

func (*ListOrganizationMemberNamesForbidden) IsServerError added in v1.21.0

func (o *ListOrganizationMemberNamesForbidden) IsServerError() bool

IsServerError returns true when this list organization member names forbidden response has a 5xx status code

func (*ListOrganizationMemberNamesForbidden) IsSuccess added in v1.21.0

IsSuccess returns true when this list organization member names forbidden response has a 2xx status code

func (*ListOrganizationMemberNamesForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the list organization member names no content response

func (*ListOrganizationMemberNamesNoContent) Error

func (*ListOrganizationMemberNamesNoContent) GetPayload

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

func (*ListOrganizationMemberNamesNoContent) IsClientError added in v1.21.0

func (o *ListOrganizationMemberNamesNoContent) IsClientError() bool

IsClientError returns true when this list organization member names no content response has a 4xx status code

func (*ListOrganizationMemberNamesNoContent) IsCode added in v1.21.0

IsCode returns true when this list organization member names no content response a status code equal to that given

func (*ListOrganizationMemberNamesNoContent) IsRedirect added in v1.21.0

IsRedirect returns true when this list organization member names no content response has a 3xx status code

func (*ListOrganizationMemberNamesNoContent) IsServerError added in v1.21.0

func (o *ListOrganizationMemberNamesNoContent) IsServerError() bool

IsServerError returns true when this list organization member names no content response has a 5xx status code

func (*ListOrganizationMemberNamesNoContent) IsSuccess added in v1.21.0

IsSuccess returns true when this list organization member names no content response has a 2xx status code

func (*ListOrganizationMemberNamesNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the list organization member names not found response

func (*ListOrganizationMemberNamesNotFound) Error

func (*ListOrganizationMemberNamesNotFound) GetPayload

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

func (*ListOrganizationMemberNamesNotFound) IsClientError added in v1.21.0

func (o *ListOrganizationMemberNamesNotFound) IsClientError() bool

IsClientError returns true when this list organization member names not found response has a 4xx status code

func (*ListOrganizationMemberNamesNotFound) IsCode added in v1.21.0

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

func (*ListOrganizationMemberNamesNotFound) IsRedirect added in v1.21.0

func (o *ListOrganizationMemberNamesNotFound) IsRedirect() bool

IsRedirect returns true when this list organization member names not found response has a 3xx status code

func (*ListOrganizationMemberNamesNotFound) IsServerError added in v1.21.0

func (o *ListOrganizationMemberNamesNotFound) IsServerError() bool

IsServerError returns true when this list organization member names not found response has a 5xx status code

func (*ListOrganizationMemberNamesNotFound) IsSuccess added in v1.21.0

IsSuccess returns true when this list organization member names not found response has a 2xx status code

func (*ListOrganizationMemberNamesNotFound) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the list organization member names o k response

func (*ListOrganizationMemberNamesOK) Error

func (*ListOrganizationMemberNamesOK) GetPayload

func (*ListOrganizationMemberNamesOK) IsClientError added in v1.21.0

func (o *ListOrganizationMemberNamesOK) IsClientError() bool

IsClientError returns true when this list organization member names o k response has a 4xx status code

func (*ListOrganizationMemberNamesOK) IsCode added in v1.21.0

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

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

func (*ListOrganizationMemberNamesOK) IsRedirect added in v1.21.0

func (o *ListOrganizationMemberNamesOK) IsRedirect() bool

IsRedirect returns true when this list organization member names o k response has a 3xx status code

func (*ListOrganizationMemberNamesOK) IsServerError added in v1.21.0

func (o *ListOrganizationMemberNamesOK) IsServerError() bool

IsServerError returns true when this list organization member names o k response has a 5xx status code

func (*ListOrganizationMemberNamesOK) IsSuccess added in v1.21.0

func (o *ListOrganizationMemberNamesOK) IsSuccess() bool

IsSuccess returns true when this list organization member names o k response has a 2xx status code

func (*ListOrganizationMemberNamesOK) String added in v1.21.0

type ListOrganizationMemberNamesParams

type ListOrganizationMemberNamesParams struct {

	/* Bookmarks.

	   Filter by bookmarks.
	*/
	Bookmarks *bool

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* 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) SetBookmarks

func (o *ListOrganizationMemberNamesParams) SetBookmarks(bookmarks *bool)

SetBookmarks adds the bookmarks to the list organization member names params

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

func (o *ListOrganizationMemberNamesParams) SetMode(mode *string)

SetMode adds the mode 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) WithBookmarks

WithBookmarks adds the bookmarks 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) WithMode

WithMode adds the mode 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

func (*ListOrganizationMembersDefault) IsClientError added in v1.21.0

func (o *ListOrganizationMembersDefault) IsClientError() bool

IsClientError returns true when this list organization members default response has a 4xx status code

func (*ListOrganizationMembersDefault) IsCode added in v1.21.0

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

IsCode returns true when this list organization members default response a status code equal to that given

func (*ListOrganizationMembersDefault) IsRedirect added in v1.21.0

func (o *ListOrganizationMembersDefault) IsRedirect() bool

IsRedirect returns true when this list organization members default response has a 3xx status code

func (*ListOrganizationMembersDefault) IsServerError added in v1.21.0

func (o *ListOrganizationMembersDefault) IsServerError() bool

IsServerError returns true when this list organization members default response has a 5xx status code

func (*ListOrganizationMembersDefault) IsSuccess added in v1.21.0

func (o *ListOrganizationMembersDefault) IsSuccess() bool

IsSuccess returns true when this list organization members default response has a 2xx status code

func (*ListOrganizationMembersDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*ListOrganizationMembersForbidden) Error

func (*ListOrganizationMembersForbidden) GetPayload

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

func (*ListOrganizationMembersForbidden) IsClientError added in v1.21.0

func (o *ListOrganizationMembersForbidden) IsClientError() bool

IsClientError returns true when this list organization members forbidden response has a 4xx status code

func (*ListOrganizationMembersForbidden) IsCode added in v1.21.0

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

IsCode returns true when this list organization members forbidden response a status code equal to that given

func (*ListOrganizationMembersForbidden) IsRedirect added in v1.21.0

func (o *ListOrganizationMembersForbidden) IsRedirect() bool

IsRedirect returns true when this list organization members forbidden response has a 3xx status code

func (*ListOrganizationMembersForbidden) IsServerError added in v1.21.0

func (o *ListOrganizationMembersForbidden) IsServerError() bool

IsServerError returns true when this list organization members forbidden response has a 5xx status code

func (*ListOrganizationMembersForbidden) IsSuccess added in v1.21.0

func (o *ListOrganizationMembersForbidden) IsSuccess() bool

IsSuccess returns true when this list organization members forbidden response has a 2xx status code

func (*ListOrganizationMembersForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the list organization members no content response

func (*ListOrganizationMembersNoContent) Error

func (*ListOrganizationMembersNoContent) GetPayload

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

func (*ListOrganizationMembersNoContent) IsClientError added in v1.21.0

func (o *ListOrganizationMembersNoContent) IsClientError() bool

IsClientError returns true when this list organization members no content response has a 4xx status code

func (*ListOrganizationMembersNoContent) IsCode added in v1.21.0

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

IsCode returns true when this list organization members no content response a status code equal to that given

func (*ListOrganizationMembersNoContent) IsRedirect added in v1.21.0

func (o *ListOrganizationMembersNoContent) IsRedirect() bool

IsRedirect returns true when this list organization members no content response has a 3xx status code

func (*ListOrganizationMembersNoContent) IsServerError added in v1.21.0

func (o *ListOrganizationMembersNoContent) IsServerError() bool

IsServerError returns true when this list organization members no content response has a 5xx status code

func (*ListOrganizationMembersNoContent) IsSuccess added in v1.21.0

func (o *ListOrganizationMembersNoContent) IsSuccess() bool

IsSuccess returns true when this list organization members no content response has a 2xx status code

func (*ListOrganizationMembersNoContent) String added in v1.21.0

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) Code added in v1.22.0

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

func (*ListOrganizationMembersNotFound) Error

func (*ListOrganizationMembersNotFound) GetPayload

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

func (*ListOrganizationMembersNotFound) IsClientError added in v1.21.0

func (o *ListOrganizationMembersNotFound) IsClientError() bool

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

func (*ListOrganizationMembersNotFound) IsCode added in v1.21.0

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

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

func (*ListOrganizationMembersNotFound) IsRedirect added in v1.21.0

func (o *ListOrganizationMembersNotFound) IsRedirect() bool

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

func (*ListOrganizationMembersNotFound) IsServerError added in v1.21.0

func (o *ListOrganizationMembersNotFound) IsServerError() bool

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

func (*ListOrganizationMembersNotFound) IsSuccess added in v1.21.0

func (o *ListOrganizationMembersNotFound) IsSuccess() bool

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

func (*ListOrganizationMembersNotFound) String added in v1.21.0

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) Code added in v1.22.0

func (o *ListOrganizationMembersOK) Code() int

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

func (*ListOrganizationMembersOK) Error

func (o *ListOrganizationMembersOK) Error() string

func (*ListOrganizationMembersOK) GetPayload

func (*ListOrganizationMembersOK) IsClientError added in v1.21.0

func (o *ListOrganizationMembersOK) IsClientError() bool

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

func (*ListOrganizationMembersOK) IsCode added in v1.21.0

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

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

func (*ListOrganizationMembersOK) IsRedirect added in v1.21.0

func (o *ListOrganizationMembersOK) IsRedirect() bool

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

func (*ListOrganizationMembersOK) IsServerError added in v1.21.0

func (o *ListOrganizationMembersOK) IsServerError() bool

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

func (*ListOrganizationMembersOK) IsSuccess added in v1.21.0

func (o *ListOrganizationMembersOK) IsSuccess() bool

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

func (*ListOrganizationMembersOK) String added in v1.21.0

func (o *ListOrganizationMembersOK) String() string

type ListOrganizationMembersParams

type ListOrganizationMembersParams struct {

	/* Bookmarks.

	   Filter by bookmarks.
	*/
	Bookmarks *bool

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* 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) SetBookmarks

func (o *ListOrganizationMembersParams) SetBookmarks(bookmarks *bool)

SetBookmarks adds the bookmarks to the list organization members params

func (*ListOrganizationMembersParams) SetContext

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

SetContext adds the context to the list organization members params

func (*ListOrganizationMembersParams) SetDefaults

func (o *ListOrganizationMembersParams) SetDefaults()

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

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

func (*ListOrganizationMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list organization members params

func (*ListOrganizationMembersParams) SetLimit

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

SetLimit adds the limit to the list organization members params

func (*ListOrganizationMembersParams) SetMode

func (o *ListOrganizationMembersParams) SetMode(mode *string)

SetMode adds the mode 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) WithBookmarks

WithBookmarks adds the bookmarks 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) WithMode

WithMode adds the mode 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

func (*ListOrganizationNamesDefault) IsClientError added in v1.21.0

func (o *ListOrganizationNamesDefault) IsClientError() bool

IsClientError returns true when this list organization names default response has a 4xx status code

func (*ListOrganizationNamesDefault) IsCode added in v1.21.0

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

IsCode returns true when this list organization names default response a status code equal to that given

func (*ListOrganizationNamesDefault) IsRedirect added in v1.21.0

func (o *ListOrganizationNamesDefault) IsRedirect() bool

IsRedirect returns true when this list organization names default response has a 3xx status code

func (*ListOrganizationNamesDefault) IsServerError added in v1.21.0

func (o *ListOrganizationNamesDefault) IsServerError() bool

IsServerError returns true when this list organization names default response has a 5xx status code

func (*ListOrganizationNamesDefault) IsSuccess added in v1.21.0

func (o *ListOrganizationNamesDefault) IsSuccess() bool

IsSuccess returns true when this list organization names default response has a 2xx status code

func (*ListOrganizationNamesDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*ListOrganizationNamesForbidden) Error

func (*ListOrganizationNamesForbidden) GetPayload

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

func (*ListOrganizationNamesForbidden) IsClientError added in v1.21.0

func (o *ListOrganizationNamesForbidden) IsClientError() bool

IsClientError returns true when this list organization names forbidden response has a 4xx status code

func (*ListOrganizationNamesForbidden) IsCode added in v1.21.0

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

IsCode returns true when this list organization names forbidden response a status code equal to that given

func (*ListOrganizationNamesForbidden) IsRedirect added in v1.21.0

func (o *ListOrganizationNamesForbidden) IsRedirect() bool

IsRedirect returns true when this list organization names forbidden response has a 3xx status code

func (*ListOrganizationNamesForbidden) IsServerError added in v1.21.0

func (o *ListOrganizationNamesForbidden) IsServerError() bool

IsServerError returns true when this list organization names forbidden response has a 5xx status code

func (*ListOrganizationNamesForbidden) IsSuccess added in v1.21.0

func (o *ListOrganizationNamesForbidden) IsSuccess() bool

IsSuccess returns true when this list organization names forbidden response has a 2xx status code

func (*ListOrganizationNamesForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the list organization names no content response

func (*ListOrganizationNamesNoContent) Error

func (*ListOrganizationNamesNoContent) GetPayload

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

func (*ListOrganizationNamesNoContent) IsClientError added in v1.21.0

func (o *ListOrganizationNamesNoContent) IsClientError() bool

IsClientError returns true when this list organization names no content response has a 4xx status code

func (*ListOrganizationNamesNoContent) IsCode added in v1.21.0

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

IsCode returns true when this list organization names no content response a status code equal to that given

func (*ListOrganizationNamesNoContent) IsRedirect added in v1.21.0

func (o *ListOrganizationNamesNoContent) IsRedirect() bool

IsRedirect returns true when this list organization names no content response has a 3xx status code

func (*ListOrganizationNamesNoContent) IsServerError added in v1.21.0

func (o *ListOrganizationNamesNoContent) IsServerError() bool

IsServerError returns true when this list organization names no content response has a 5xx status code

func (*ListOrganizationNamesNoContent) IsSuccess added in v1.21.0

func (o *ListOrganizationNamesNoContent) IsSuccess() bool

IsSuccess returns true when this list organization names no content response has a 2xx status code

func (*ListOrganizationNamesNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the list organization names not found response

func (*ListOrganizationNamesNotFound) Error

func (*ListOrganizationNamesNotFound) GetPayload

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

func (*ListOrganizationNamesNotFound) IsClientError added in v1.21.0

func (o *ListOrganizationNamesNotFound) IsClientError() bool

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

func (*ListOrganizationNamesNotFound) IsCode added in v1.21.0

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

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

func (*ListOrganizationNamesNotFound) IsRedirect added in v1.21.0

func (o *ListOrganizationNamesNotFound) IsRedirect() bool

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

func (*ListOrganizationNamesNotFound) IsServerError added in v1.21.0

func (o *ListOrganizationNamesNotFound) IsServerError() bool

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

func (*ListOrganizationNamesNotFound) IsSuccess added in v1.21.0

func (o *ListOrganizationNamesNotFound) IsSuccess() bool

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

func (*ListOrganizationNamesNotFound) String added in v1.21.0

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) Code added in v1.22.0

func (o *ListOrganizationNamesOK) Code() int

Code gets the status code for the list organization names o k response

func (*ListOrganizationNamesOK) Error

func (o *ListOrganizationNamesOK) Error() string

func (*ListOrganizationNamesOK) GetPayload

func (*ListOrganizationNamesOK) IsClientError added in v1.21.0

func (o *ListOrganizationNamesOK) IsClientError() bool

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

func (*ListOrganizationNamesOK) IsCode added in v1.21.0

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

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

func (*ListOrganizationNamesOK) IsRedirect added in v1.21.0

func (o *ListOrganizationNamesOK) IsRedirect() bool

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

func (*ListOrganizationNamesOK) IsServerError added in v1.21.0

func (o *ListOrganizationNamesOK) IsServerError() bool

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

func (*ListOrganizationNamesOK) IsSuccess added in v1.21.0

func (o *ListOrganizationNamesOK) IsSuccess() bool

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

func (*ListOrganizationNamesOK) String added in v1.21.0

func (o *ListOrganizationNamesOK) String() string

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

func (*ListOrganizationsDefault) IsClientError added in v1.21.0

func (o *ListOrganizationsDefault) IsClientError() bool

IsClientError returns true when this list organizations default response has a 4xx status code

func (*ListOrganizationsDefault) IsCode added in v1.21.0

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

IsCode returns true when this list organizations default response a status code equal to that given

func (*ListOrganizationsDefault) IsRedirect added in v1.21.0

func (o *ListOrganizationsDefault) IsRedirect() bool

IsRedirect returns true when this list organizations default response has a 3xx status code

func (*ListOrganizationsDefault) IsServerError added in v1.21.0

func (o *ListOrganizationsDefault) IsServerError() bool

IsServerError returns true when this list organizations default response has a 5xx status code

func (*ListOrganizationsDefault) IsSuccess added in v1.21.0

func (o *ListOrganizationsDefault) IsSuccess() bool

IsSuccess returns true when this list organizations default response has a 2xx status code

func (*ListOrganizationsDefault) String added in v1.21.0

func (o *ListOrganizationsDefault) String() string

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) Code added in v1.22.0

func (o *ListOrganizationsForbidden) Code() int

Code gets the status code for the list organizations forbidden response

func (*ListOrganizationsForbidden) Error

func (*ListOrganizationsForbidden) GetPayload

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

func (*ListOrganizationsForbidden) IsClientError added in v1.21.0

func (o *ListOrganizationsForbidden) IsClientError() bool

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

func (*ListOrganizationsForbidden) IsCode added in v1.21.0

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

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

func (*ListOrganizationsForbidden) IsRedirect added in v1.21.0

func (o *ListOrganizationsForbidden) IsRedirect() bool

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

func (*ListOrganizationsForbidden) IsServerError added in v1.21.0

func (o *ListOrganizationsForbidden) IsServerError() bool

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

func (*ListOrganizationsForbidden) IsSuccess added in v1.21.0

func (o *ListOrganizationsForbidden) IsSuccess() bool

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

func (*ListOrganizationsForbidden) String added in v1.21.0

func (o *ListOrganizationsForbidden) String() string

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) Code added in v1.22.0

func (o *ListOrganizationsNoContent) Code() int

Code gets the status code for the list organizations no content response

func (*ListOrganizationsNoContent) Error

func (*ListOrganizationsNoContent) GetPayload

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

func (*ListOrganizationsNoContent) IsClientError added in v1.21.0

func (o *ListOrganizationsNoContent) IsClientError() bool

IsClientError returns true when this list organizations no content response has a 4xx status code

func (*ListOrganizationsNoContent) IsCode added in v1.21.0

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

IsCode returns true when this list organizations no content response a status code equal to that given

func (*ListOrganizationsNoContent) IsRedirect added in v1.21.0

func (o *ListOrganizationsNoContent) IsRedirect() bool

IsRedirect returns true when this list organizations no content response has a 3xx status code

func (*ListOrganizationsNoContent) IsServerError added in v1.21.0

func (o *ListOrganizationsNoContent) IsServerError() bool

IsServerError returns true when this list organizations no content response has a 5xx status code

func (*ListOrganizationsNoContent) IsSuccess added in v1.21.0

func (o *ListOrganizationsNoContent) IsSuccess() bool

IsSuccess returns true when this list organizations no content response has a 2xx status code

func (*ListOrganizationsNoContent) String added in v1.21.0

func (o *ListOrganizationsNoContent) String() string

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) Code added in v1.22.0

func (o *ListOrganizationsNotFound) Code() int

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

func (*ListOrganizationsNotFound) Error

func (o *ListOrganizationsNotFound) Error() string

func (*ListOrganizationsNotFound) GetPayload

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

func (*ListOrganizationsNotFound) IsClientError added in v1.21.0

func (o *ListOrganizationsNotFound) IsClientError() bool

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

func (*ListOrganizationsNotFound) IsCode added in v1.21.0

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

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

func (*ListOrganizationsNotFound) IsRedirect added in v1.21.0

func (o *ListOrganizationsNotFound) IsRedirect() bool

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

func (*ListOrganizationsNotFound) IsServerError added in v1.21.0

func (o *ListOrganizationsNotFound) IsServerError() bool

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

func (*ListOrganizationsNotFound) IsSuccess added in v1.21.0

func (o *ListOrganizationsNotFound) IsSuccess() bool

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

func (*ListOrganizationsNotFound) String added in v1.21.0

func (o *ListOrganizationsNotFound) String() string

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) Code added in v1.22.0

func (o *ListOrganizationsOK) Code() int

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

func (*ListOrganizationsOK) Error

func (o *ListOrganizationsOK) Error() string

func (*ListOrganizationsOK) GetPayload

func (*ListOrganizationsOK) IsClientError added in v1.21.0

func (o *ListOrganizationsOK) IsClientError() bool

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

func (*ListOrganizationsOK) IsCode added in v1.21.0

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

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

func (*ListOrganizationsOK) IsRedirect added in v1.21.0

func (o *ListOrganizationsOK) IsRedirect() bool

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

func (*ListOrganizationsOK) IsServerError added in v1.21.0

func (o *ListOrganizationsOK) IsServerError() bool

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

func (*ListOrganizationsOK) IsSuccess added in v1.21.0

func (o *ListOrganizationsOK) IsSuccess() bool

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

func (*ListOrganizationsOK) String added in v1.21.0

func (o *ListOrganizationsOK) String() string

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

func (*OrganizationPlanDefault) IsClientError added in v1.21.0

func (o *OrganizationPlanDefault) IsClientError() bool

IsClientError returns true when this organization plan default response has a 4xx status code

func (*OrganizationPlanDefault) IsCode added in v1.21.0

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

IsCode returns true when this organization plan default response a status code equal to that given

func (*OrganizationPlanDefault) IsRedirect added in v1.21.0

func (o *OrganizationPlanDefault) IsRedirect() bool

IsRedirect returns true when this organization plan default response has a 3xx status code

func (*OrganizationPlanDefault) IsServerError added in v1.21.0

func (o *OrganizationPlanDefault) IsServerError() bool

IsServerError returns true when this organization plan default response has a 5xx status code

func (*OrganizationPlanDefault) IsSuccess added in v1.21.0

func (o *OrganizationPlanDefault) IsSuccess() bool

IsSuccess returns true when this organization plan default response has a 2xx status code

func (*OrganizationPlanDefault) String added in v1.21.0

func (o *OrganizationPlanDefault) String() string

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) Code added in v1.22.0

func (o *OrganizationPlanForbidden) Code() int

Code gets the status code for the organization plan forbidden response

func (*OrganizationPlanForbidden) Error

func (o *OrganizationPlanForbidden) Error() string

func (*OrganizationPlanForbidden) GetPayload

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

func (*OrganizationPlanForbidden) IsClientError added in v1.21.0

func (o *OrganizationPlanForbidden) IsClientError() bool

IsClientError returns true when this organization plan forbidden response has a 4xx status code

func (*OrganizationPlanForbidden) IsCode added in v1.21.0

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

IsCode returns true when this organization plan forbidden response a status code equal to that given

func (*OrganizationPlanForbidden) IsRedirect added in v1.21.0

func (o *OrganizationPlanForbidden) IsRedirect() bool

IsRedirect returns true when this organization plan forbidden response has a 3xx status code

func (*OrganizationPlanForbidden) IsServerError added in v1.21.0

func (o *OrganizationPlanForbidden) IsServerError() bool

IsServerError returns true when this organization plan forbidden response has a 5xx status code

func (*OrganizationPlanForbidden) IsSuccess added in v1.21.0

func (o *OrganizationPlanForbidden) IsSuccess() bool

IsSuccess returns true when this organization plan forbidden response has a 2xx status code

func (*OrganizationPlanForbidden) String added in v1.21.0

func (o *OrganizationPlanForbidden) String() string

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) Code added in v1.22.0

func (o *OrganizationPlanNoContent) Code() int

Code gets the status code for the organization plan no content response

func (*OrganizationPlanNoContent) Error

func (o *OrganizationPlanNoContent) Error() string

func (*OrganizationPlanNoContent) GetPayload

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

func (*OrganizationPlanNoContent) IsClientError added in v1.21.0

func (o *OrganizationPlanNoContent) IsClientError() bool

IsClientError returns true when this organization plan no content response has a 4xx status code

func (*OrganizationPlanNoContent) IsCode added in v1.21.0

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

IsCode returns true when this organization plan no content response a status code equal to that given

func (*OrganizationPlanNoContent) IsRedirect added in v1.21.0

func (o *OrganizationPlanNoContent) IsRedirect() bool

IsRedirect returns true when this organization plan no content response has a 3xx status code

func (*OrganizationPlanNoContent) IsServerError added in v1.21.0

func (o *OrganizationPlanNoContent) IsServerError() bool

IsServerError returns true when this organization plan no content response has a 5xx status code

func (*OrganizationPlanNoContent) IsSuccess added in v1.21.0

func (o *OrganizationPlanNoContent) IsSuccess() bool

IsSuccess returns true when this organization plan no content response has a 2xx status code

func (*OrganizationPlanNoContent) String added in v1.21.0

func (o *OrganizationPlanNoContent) String() string

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) Code added in v1.22.0

func (o *OrganizationPlanNotFound) Code() int

Code gets the status code for the organization plan not found response

func (*OrganizationPlanNotFound) Error

func (o *OrganizationPlanNotFound) Error() string

func (*OrganizationPlanNotFound) GetPayload

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

func (*OrganizationPlanNotFound) IsClientError added in v1.21.0

func (o *OrganizationPlanNotFound) IsClientError() bool

IsClientError returns true when this organization plan not found response has a 4xx status code

func (*OrganizationPlanNotFound) IsCode added in v1.21.0

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

IsCode returns true when this organization plan not found response a status code equal to that given

func (*OrganizationPlanNotFound) IsRedirect added in v1.21.0

func (o *OrganizationPlanNotFound) IsRedirect() bool

IsRedirect returns true when this organization plan not found response has a 3xx status code

func (*OrganizationPlanNotFound) IsServerError added in v1.21.0

func (o *OrganizationPlanNotFound) IsServerError() bool

IsServerError returns true when this organization plan not found response has a 5xx status code

func (*OrganizationPlanNotFound) IsSuccess added in v1.21.0

func (o *OrganizationPlanNotFound) IsSuccess() bool

IsSuccess returns true when this organization plan not found response has a 2xx status code

func (*OrganizationPlanNotFound) String added in v1.21.0

func (o *OrganizationPlanNotFound) String() string

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) Code added in v1.22.0

func (o *OrganizationPlanOK) Code() int

Code gets the status code for the organization plan o k response

func (*OrganizationPlanOK) Error

func (o *OrganizationPlanOK) Error() string

func (*OrganizationPlanOK) GetPayload

func (*OrganizationPlanOK) IsClientError added in v1.21.0

func (o *OrganizationPlanOK) IsClientError() bool

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

func (*OrganizationPlanOK) IsCode added in v1.21.0

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

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

func (*OrganizationPlanOK) IsRedirect added in v1.21.0

func (o *OrganizationPlanOK) IsRedirect() bool

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

func (*OrganizationPlanOK) IsServerError added in v1.21.0

func (o *OrganizationPlanOK) IsServerError() bool

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

func (*OrganizationPlanOK) IsSuccess added in v1.21.0

func (o *OrganizationPlanOK) IsSuccess() bool

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

func (*OrganizationPlanOK) String added in v1.21.0

func (o *OrganizationPlanOK) String() string

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

func (*PatchOrganizationDefault) IsClientError added in v1.21.0

func (o *PatchOrganizationDefault) IsClientError() bool

IsClientError returns true when this patch organization default response has a 4xx status code

func (*PatchOrganizationDefault) IsCode added in v1.21.0

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

IsCode returns true when this patch organization default response a status code equal to that given

func (*PatchOrganizationDefault) IsRedirect added in v1.21.0

func (o *PatchOrganizationDefault) IsRedirect() bool

IsRedirect returns true when this patch organization default response has a 3xx status code

func (*PatchOrganizationDefault) IsServerError added in v1.21.0

func (o *PatchOrganizationDefault) IsServerError() bool

IsServerError returns true when this patch organization default response has a 5xx status code

func (*PatchOrganizationDefault) IsSuccess added in v1.21.0

func (o *PatchOrganizationDefault) IsSuccess() bool

IsSuccess returns true when this patch organization default response has a 2xx status code

func (*PatchOrganizationDefault) String added in v1.21.0

func (o *PatchOrganizationDefault) String() string

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) Code added in v1.22.0

func (o *PatchOrganizationForbidden) Code() int

Code gets the status code for the patch organization forbidden response

func (*PatchOrganizationForbidden) Error

func (*PatchOrganizationForbidden) GetPayload

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

func (*PatchOrganizationForbidden) IsClientError added in v1.21.0

func (o *PatchOrganizationForbidden) IsClientError() bool

IsClientError returns true when this patch organization forbidden response has a 4xx status code

func (*PatchOrganizationForbidden) IsCode added in v1.21.0

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

IsCode returns true when this patch organization forbidden response a status code equal to that given

func (*PatchOrganizationForbidden) IsRedirect added in v1.21.0

func (o *PatchOrganizationForbidden) IsRedirect() bool

IsRedirect returns true when this patch organization forbidden response has a 3xx status code

func (*PatchOrganizationForbidden) IsServerError added in v1.21.0

func (o *PatchOrganizationForbidden) IsServerError() bool

IsServerError returns true when this patch organization forbidden response has a 5xx status code

func (*PatchOrganizationForbidden) IsSuccess added in v1.21.0

func (o *PatchOrganizationForbidden) IsSuccess() bool

IsSuccess returns true when this patch organization forbidden response has a 2xx status code

func (*PatchOrganizationForbidden) String added in v1.21.0

func (o *PatchOrganizationForbidden) String() string

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

func (*PatchOrganizationInvitationDefault) IsClientError added in v1.21.0

func (o *PatchOrganizationInvitationDefault) IsClientError() bool

IsClientError returns true when this patch organization invitation default response has a 4xx status code

func (*PatchOrganizationInvitationDefault) IsCode added in v1.21.0

IsCode returns true when this patch organization invitation default response a status code equal to that given

func (*PatchOrganizationInvitationDefault) IsRedirect added in v1.21.0

func (o *PatchOrganizationInvitationDefault) IsRedirect() bool

IsRedirect returns true when this patch organization invitation default response has a 3xx status code

func (*PatchOrganizationInvitationDefault) IsServerError added in v1.21.0

func (o *PatchOrganizationInvitationDefault) IsServerError() bool

IsServerError returns true when this patch organization invitation default response has a 5xx status code

func (*PatchOrganizationInvitationDefault) IsSuccess added in v1.21.0

IsSuccess returns true when this patch organization invitation default response has a 2xx status code

func (*PatchOrganizationInvitationDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*PatchOrganizationInvitationForbidden) Error

func (*PatchOrganizationInvitationForbidden) GetPayload

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

func (*PatchOrganizationInvitationForbidden) IsClientError added in v1.21.0

func (o *PatchOrganizationInvitationForbidden) IsClientError() bool

IsClientError returns true when this patch organization invitation forbidden response has a 4xx status code

func (*PatchOrganizationInvitationForbidden) IsCode added in v1.21.0

IsCode returns true when this patch organization invitation forbidden response a status code equal to that given

func (*PatchOrganizationInvitationForbidden) IsRedirect added in v1.21.0

IsRedirect returns true when this patch organization invitation forbidden response has a 3xx status code

func (*PatchOrganizationInvitationForbidden) IsServerError added in v1.21.0

func (o *PatchOrganizationInvitationForbidden) IsServerError() bool

IsServerError returns true when this patch organization invitation forbidden response has a 5xx status code

func (*PatchOrganizationInvitationForbidden) IsSuccess added in v1.21.0

IsSuccess returns true when this patch organization invitation forbidden response has a 2xx status code

func (*PatchOrganizationInvitationForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the patch organization invitation no content response

func (*PatchOrganizationInvitationNoContent) Error

func (*PatchOrganizationInvitationNoContent) GetPayload

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

func (*PatchOrganizationInvitationNoContent) IsClientError added in v1.21.0

func (o *PatchOrganizationInvitationNoContent) IsClientError() bool

IsClientError returns true when this patch organization invitation no content response has a 4xx status code

func (*PatchOrganizationInvitationNoContent) IsCode added in v1.21.0

IsCode returns true when this patch organization invitation no content response a status code equal to that given

func (*PatchOrganizationInvitationNoContent) IsRedirect added in v1.21.0

IsRedirect returns true when this patch organization invitation no content response has a 3xx status code

func (*PatchOrganizationInvitationNoContent) IsServerError added in v1.21.0

func (o *PatchOrganizationInvitationNoContent) IsServerError() bool

IsServerError returns true when this patch organization invitation no content response has a 5xx status code

func (*PatchOrganizationInvitationNoContent) IsSuccess added in v1.21.0

IsSuccess returns true when this patch organization invitation no content response has a 2xx status code

func (*PatchOrganizationInvitationNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the patch organization invitation not found response

func (*PatchOrganizationInvitationNotFound) Error

func (*PatchOrganizationInvitationNotFound) GetPayload

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

func (*PatchOrganizationInvitationNotFound) IsClientError added in v1.21.0

func (o *PatchOrganizationInvitationNotFound) IsClientError() bool

IsClientError returns true when this patch organization invitation not found response has a 4xx status code

func (*PatchOrganizationInvitationNotFound) IsCode added in v1.21.0

IsCode returns true when this patch organization invitation not found response a status code equal to that given

func (*PatchOrganizationInvitationNotFound) IsRedirect added in v1.21.0

func (o *PatchOrganizationInvitationNotFound) IsRedirect() bool

IsRedirect returns true when this patch organization invitation not found response has a 3xx status code

func (*PatchOrganizationInvitationNotFound) IsServerError added in v1.21.0

func (o *PatchOrganizationInvitationNotFound) IsServerError() bool

IsServerError returns true when this patch organization invitation not found response has a 5xx status code

func (*PatchOrganizationInvitationNotFound) IsSuccess added in v1.21.0

IsSuccess returns true when this patch organization invitation not found response has a 2xx status code

func (*PatchOrganizationInvitationNotFound) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the patch organization invitation o k response

func (*PatchOrganizationInvitationOK) Error

func (*PatchOrganizationInvitationOK) GetPayload

func (*PatchOrganizationInvitationOK) IsClientError added in v1.21.0

func (o *PatchOrganizationInvitationOK) IsClientError() bool

IsClientError returns true when this patch organization invitation o k response has a 4xx status code

func (*PatchOrganizationInvitationOK) IsCode added in v1.21.0

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

IsCode returns true when this patch organization invitation o k response a status code equal to that given

func (*PatchOrganizationInvitationOK) IsRedirect added in v1.21.0

func (o *PatchOrganizationInvitationOK) IsRedirect() bool

IsRedirect returns true when this patch organization invitation o k response has a 3xx status code

func (*PatchOrganizationInvitationOK) IsServerError added in v1.21.0

func (o *PatchOrganizationInvitationOK) IsServerError() bool

IsServerError returns true when this patch organization invitation o k response has a 5xx status code

func (*PatchOrganizationInvitationOK) IsSuccess added in v1.21.0

func (o *PatchOrganizationInvitationOK) IsSuccess() bool

IsSuccess returns true when this patch organization invitation o k response has a 2xx status code

func (*PatchOrganizationInvitationOK) String added in v1.21.0

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

func (*PatchOrganizationMemberDefault) IsClientError added in v1.21.0

func (o *PatchOrganizationMemberDefault) IsClientError() bool

IsClientError returns true when this patch organization member default response has a 4xx status code

func (*PatchOrganizationMemberDefault) IsCode added in v1.21.0

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

IsCode returns true when this patch organization member default response a status code equal to that given

func (*PatchOrganizationMemberDefault) IsRedirect added in v1.21.0

func (o *PatchOrganizationMemberDefault) IsRedirect() bool

IsRedirect returns true when this patch organization member default response has a 3xx status code

func (*PatchOrganizationMemberDefault) IsServerError added in v1.21.0

func (o *PatchOrganizationMemberDefault) IsServerError() bool

IsServerError returns true when this patch organization member default response has a 5xx status code

func (*PatchOrganizationMemberDefault) IsSuccess added in v1.21.0

func (o *PatchOrganizationMemberDefault) IsSuccess() bool

IsSuccess returns true when this patch organization member default response has a 2xx status code

func (*PatchOrganizationMemberDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*PatchOrganizationMemberForbidden) Error

func (*PatchOrganizationMemberForbidden) GetPayload

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

func (*PatchOrganizationMemberForbidden) IsClientError added in v1.21.0

func (o *PatchOrganizationMemberForbidden) IsClientError() bool

IsClientError returns true when this patch organization member forbidden response has a 4xx status code

func (*PatchOrganizationMemberForbidden) IsCode added in v1.21.0

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

IsCode returns true when this patch organization member forbidden response a status code equal to that given

func (*PatchOrganizationMemberForbidden) IsRedirect added in v1.21.0

func (o *PatchOrganizationMemberForbidden) IsRedirect() bool

IsRedirect returns true when this patch organization member forbidden response has a 3xx status code

func (*PatchOrganizationMemberForbidden) IsServerError added in v1.21.0

func (o *PatchOrganizationMemberForbidden) IsServerError() bool

IsServerError returns true when this patch organization member forbidden response has a 5xx status code

func (*PatchOrganizationMemberForbidden) IsSuccess added in v1.21.0

func (o *PatchOrganizationMemberForbidden) IsSuccess() bool

IsSuccess returns true when this patch organization member forbidden response has a 2xx status code

func (*PatchOrganizationMemberForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the patch organization member no content response

func (*PatchOrganizationMemberNoContent) Error

func (*PatchOrganizationMemberNoContent) GetPayload

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

func (*PatchOrganizationMemberNoContent) IsClientError added in v1.21.0

func (o *PatchOrganizationMemberNoContent) IsClientError() bool

IsClientError returns true when this patch organization member no content response has a 4xx status code

func (*PatchOrganizationMemberNoContent) IsCode added in v1.21.0

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

IsCode returns true when this patch organization member no content response a status code equal to that given

func (*PatchOrganizationMemberNoContent) IsRedirect added in v1.21.0

func (o *PatchOrganizationMemberNoContent) IsRedirect() bool

IsRedirect returns true when this patch organization member no content response has a 3xx status code

func (*PatchOrganizationMemberNoContent) IsServerError added in v1.21.0

func (o *PatchOrganizationMemberNoContent) IsServerError() bool

IsServerError returns true when this patch organization member no content response has a 5xx status code

func (*PatchOrganizationMemberNoContent) IsSuccess added in v1.21.0

func (o *PatchOrganizationMemberNoContent) IsSuccess() bool

IsSuccess returns true when this patch organization member no content response has a 2xx status code

func (*PatchOrganizationMemberNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the patch organization member not found response

func (*PatchOrganizationMemberNotFound) Error

func (*PatchOrganizationMemberNotFound) GetPayload

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

func (*PatchOrganizationMemberNotFound) IsClientError added in v1.21.0

func (o *PatchOrganizationMemberNotFound) IsClientError() bool

IsClientError returns true when this patch organization member not found response has a 4xx status code

func (*PatchOrganizationMemberNotFound) IsCode added in v1.21.0

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

IsCode returns true when this patch organization member not found response a status code equal to that given

func (*PatchOrganizationMemberNotFound) IsRedirect added in v1.21.0

func (o *PatchOrganizationMemberNotFound) IsRedirect() bool

IsRedirect returns true when this patch organization member not found response has a 3xx status code

func (*PatchOrganizationMemberNotFound) IsServerError added in v1.21.0

func (o *PatchOrganizationMemberNotFound) IsServerError() bool

IsServerError returns true when this patch organization member not found response has a 5xx status code

func (*PatchOrganizationMemberNotFound) IsSuccess added in v1.21.0

func (o *PatchOrganizationMemberNotFound) IsSuccess() bool

IsSuccess returns true when this patch organization member not found response has a 2xx status code

func (*PatchOrganizationMemberNotFound) String added in v1.21.0

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) Code added in v1.22.0

func (o *PatchOrganizationMemberOK) Code() int

Code gets the status code for the patch organization member o k response

func (*PatchOrganizationMemberOK) Error

func (o *PatchOrganizationMemberOK) Error() string

func (*PatchOrganizationMemberOK) GetPayload

func (*PatchOrganizationMemberOK) IsClientError added in v1.21.0

func (o *PatchOrganizationMemberOK) IsClientError() bool

IsClientError returns true when this patch organization member o k response has a 4xx status code

func (*PatchOrganizationMemberOK) IsCode added in v1.21.0

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

IsCode returns true when this patch organization member o k response a status code equal to that given

func (*PatchOrganizationMemberOK) IsRedirect added in v1.21.0

func (o *PatchOrganizationMemberOK) IsRedirect() bool

IsRedirect returns true when this patch organization member o k response has a 3xx status code

func (*PatchOrganizationMemberOK) IsServerError added in v1.21.0

func (o *PatchOrganizationMemberOK) IsServerError() bool

IsServerError returns true when this patch organization member o k response has a 5xx status code

func (*PatchOrganizationMemberOK) IsSuccess added in v1.21.0

func (o *PatchOrganizationMemberOK) IsSuccess() bool

IsSuccess returns true when this patch organization member o k response has a 2xx status code

func (*PatchOrganizationMemberOK) String added in v1.21.0

func (o *PatchOrganizationMemberOK) String() string

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) Code added in v1.22.0

func (o *PatchOrganizationNoContent) Code() int

Code gets the status code for the patch organization no content response

func (*PatchOrganizationNoContent) Error

func (*PatchOrganizationNoContent) GetPayload

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

func (*PatchOrganizationNoContent) IsClientError added in v1.21.0

func (o *PatchOrganizationNoContent) IsClientError() bool

IsClientError returns true when this patch organization no content response has a 4xx status code

func (*PatchOrganizationNoContent) IsCode added in v1.21.0

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

IsCode returns true when this patch organization no content response a status code equal to that given

func (*PatchOrganizationNoContent) IsRedirect added in v1.21.0

func (o *PatchOrganizationNoContent) IsRedirect() bool

IsRedirect returns true when this patch organization no content response has a 3xx status code

func (*PatchOrganizationNoContent) IsServerError added in v1.21.0

func (o *PatchOrganizationNoContent) IsServerError() bool

IsServerError returns true when this patch organization no content response has a 5xx status code

func (*PatchOrganizationNoContent) IsSuccess added in v1.21.0

func (o *PatchOrganizationNoContent) IsSuccess() bool

IsSuccess returns true when this patch organization no content response has a 2xx status code

func (*PatchOrganizationNoContent) String added in v1.21.0

func (o *PatchOrganizationNoContent) String() string

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) Code added in v1.22.0

func (o *PatchOrganizationNotFound) Code() int

Code gets the status code for the patch organization not found response

func (*PatchOrganizationNotFound) Error

func (o *PatchOrganizationNotFound) Error() string

func (*PatchOrganizationNotFound) GetPayload

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

func (*PatchOrganizationNotFound) IsClientError added in v1.21.0

func (o *PatchOrganizationNotFound) IsClientError() bool

IsClientError returns true when this patch organization not found response has a 4xx status code

func (*PatchOrganizationNotFound) IsCode added in v1.21.0

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

IsCode returns true when this patch organization not found response a status code equal to that given

func (*PatchOrganizationNotFound) IsRedirect added in v1.21.0

func (o *PatchOrganizationNotFound) IsRedirect() bool

IsRedirect returns true when this patch organization not found response has a 3xx status code

func (*PatchOrganizationNotFound) IsServerError added in v1.21.0

func (o *PatchOrganizationNotFound) IsServerError() bool

IsServerError returns true when this patch organization not found response has a 5xx status code

func (*PatchOrganizationNotFound) IsSuccess added in v1.21.0

func (o *PatchOrganizationNotFound) IsSuccess() bool

IsSuccess returns true when this patch organization not found response has a 2xx status code

func (*PatchOrganizationNotFound) String added in v1.21.0

func (o *PatchOrganizationNotFound) String() string

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) Code added in v1.22.0

func (o *PatchOrganizationOK) Code() int

Code gets the status code for the patch organization o k response

func (*PatchOrganizationOK) Error

func (o *PatchOrganizationOK) Error() string

func (*PatchOrganizationOK) GetPayload

func (*PatchOrganizationOK) IsClientError added in v1.21.0

func (o *PatchOrganizationOK) IsClientError() bool

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

func (*PatchOrganizationOK) IsCode added in v1.21.0

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

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

func (*PatchOrganizationOK) IsRedirect added in v1.21.0

func (o *PatchOrganizationOK) IsRedirect() bool

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

func (*PatchOrganizationOK) IsServerError added in v1.21.0

func (o *PatchOrganizationOK) IsServerError() bool

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

func (*PatchOrganizationOK) IsSuccess added in v1.21.0

func (o *PatchOrganizationOK) IsSuccess() bool

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

func (*PatchOrganizationOK) String added in v1.21.0

func (o *PatchOrganizationOK) String() string

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

func (*PatchOrganizationSettingsDefault) IsClientError added in v1.21.0

func (o *PatchOrganizationSettingsDefault) IsClientError() bool

IsClientError returns true when this patch organization settings default response has a 4xx status code

func (*PatchOrganizationSettingsDefault) IsCode added in v1.21.0

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

IsCode returns true when this patch organization settings default response a status code equal to that given

func (*PatchOrganizationSettingsDefault) IsRedirect added in v1.21.0

func (o *PatchOrganizationSettingsDefault) IsRedirect() bool

IsRedirect returns true when this patch organization settings default response has a 3xx status code

func (*PatchOrganizationSettingsDefault) IsServerError added in v1.21.0

func (o *PatchOrganizationSettingsDefault) IsServerError() bool

IsServerError returns true when this patch organization settings default response has a 5xx status code

func (*PatchOrganizationSettingsDefault) IsSuccess added in v1.21.0

func (o *PatchOrganizationSettingsDefault) IsSuccess() bool

IsSuccess returns true when this patch organization settings default response has a 2xx status code

func (*PatchOrganizationSettingsDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*PatchOrganizationSettingsForbidden) Error

func (*PatchOrganizationSettingsForbidden) GetPayload

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

func (*PatchOrganizationSettingsForbidden) IsClientError added in v1.21.0

func (o *PatchOrganizationSettingsForbidden) IsClientError() bool

IsClientError returns true when this patch organization settings forbidden response has a 4xx status code

func (*PatchOrganizationSettingsForbidden) IsCode added in v1.21.0

IsCode returns true when this patch organization settings forbidden response a status code equal to that given

func (*PatchOrganizationSettingsForbidden) IsRedirect added in v1.21.0

func (o *PatchOrganizationSettingsForbidden) IsRedirect() bool

IsRedirect returns true when this patch organization settings forbidden response has a 3xx status code

func (*PatchOrganizationSettingsForbidden) IsServerError added in v1.21.0

func (o *PatchOrganizationSettingsForbidden) IsServerError() bool

IsServerError returns true when this patch organization settings forbidden response has a 5xx status code

func (*PatchOrganizationSettingsForbidden) IsSuccess added in v1.21.0

IsSuccess returns true when this patch organization settings forbidden response has a 2xx status code

func (*PatchOrganizationSettingsForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the patch organization settings no content response

func (*PatchOrganizationSettingsNoContent) Error

func (*PatchOrganizationSettingsNoContent) GetPayload

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

func (*PatchOrganizationSettingsNoContent) IsClientError added in v1.21.0

func (o *PatchOrganizationSettingsNoContent) IsClientError() bool

IsClientError returns true when this patch organization settings no content response has a 4xx status code

func (*PatchOrganizationSettingsNoContent) IsCode added in v1.21.0

IsCode returns true when this patch organization settings no content response a status code equal to that given

func (*PatchOrganizationSettingsNoContent) IsRedirect added in v1.21.0

func (o *PatchOrganizationSettingsNoContent) IsRedirect() bool

IsRedirect returns true when this patch organization settings no content response has a 3xx status code

func (*PatchOrganizationSettingsNoContent) IsServerError added in v1.21.0

func (o *PatchOrganizationSettingsNoContent) IsServerError() bool

IsServerError returns true when this patch organization settings no content response has a 5xx status code

func (*PatchOrganizationSettingsNoContent) IsSuccess added in v1.21.0

IsSuccess returns true when this patch organization settings no content response has a 2xx status code

func (*PatchOrganizationSettingsNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the patch organization settings not found response

func (*PatchOrganizationSettingsNotFound) Error

func (*PatchOrganizationSettingsNotFound) GetPayload

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

func (*PatchOrganizationSettingsNotFound) IsClientError added in v1.21.0

func (o *PatchOrganizationSettingsNotFound) IsClientError() bool

IsClientError returns true when this patch organization settings not found response has a 4xx status code

func (*PatchOrganizationSettingsNotFound) IsCode added in v1.21.0

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

IsCode returns true when this patch organization settings not found response a status code equal to that given

func (*PatchOrganizationSettingsNotFound) IsRedirect added in v1.21.0

func (o *PatchOrganizationSettingsNotFound) IsRedirect() bool

IsRedirect returns true when this patch organization settings not found response has a 3xx status code

func (*PatchOrganizationSettingsNotFound) IsServerError added in v1.21.0

func (o *PatchOrganizationSettingsNotFound) IsServerError() bool

IsServerError returns true when this patch organization settings not found response has a 5xx status code

func (*PatchOrganizationSettingsNotFound) IsSuccess added in v1.21.0

func (o *PatchOrganizationSettingsNotFound) IsSuccess() bool

IsSuccess returns true when this patch organization settings not found response has a 2xx status code

func (*PatchOrganizationSettingsNotFound) String added in v1.21.0

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) Code added in v1.22.0

func (o *PatchOrganizationSettingsOK) Code() int

Code gets the status code for the patch organization settings o k response

func (*PatchOrganizationSettingsOK) Error

func (*PatchOrganizationSettingsOK) GetPayload

func (*PatchOrganizationSettingsOK) IsClientError added in v1.21.0

func (o *PatchOrganizationSettingsOK) IsClientError() bool

IsClientError returns true when this patch organization settings o k response has a 4xx status code

func (*PatchOrganizationSettingsOK) IsCode added in v1.21.0

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

IsCode returns true when this patch organization settings o k response a status code equal to that given

func (*PatchOrganizationSettingsOK) IsRedirect added in v1.21.0

func (o *PatchOrganizationSettingsOK) IsRedirect() bool

IsRedirect returns true when this patch organization settings o k response has a 3xx status code

func (*PatchOrganizationSettingsOK) IsServerError added in v1.21.0

func (o *PatchOrganizationSettingsOK) IsServerError() bool

IsServerError returns true when this patch organization settings o k response has a 5xx status code

func (*PatchOrganizationSettingsOK) IsSuccess added in v1.21.0

func (o *PatchOrganizationSettingsOK) IsSuccess() bool

IsSuccess returns true when this patch organization settings o k response has a 2xx status code

func (*PatchOrganizationSettingsOK) String added in v1.21.0

func (o *PatchOrganizationSettingsOK) String() string

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

func (*ResendOrganizationInvitationDefault) IsClientError added in v1.21.0

func (o *ResendOrganizationInvitationDefault) IsClientError() bool

IsClientError returns true when this resend organization invitation default response has a 4xx status code

func (*ResendOrganizationInvitationDefault) IsCode added in v1.21.0

IsCode returns true when this resend organization invitation default response a status code equal to that given

func (*ResendOrganizationInvitationDefault) IsRedirect added in v1.21.0

func (o *ResendOrganizationInvitationDefault) IsRedirect() bool

IsRedirect returns true when this resend organization invitation default response has a 3xx status code

func (*ResendOrganizationInvitationDefault) IsServerError added in v1.21.0

func (o *ResendOrganizationInvitationDefault) IsServerError() bool

IsServerError returns true when this resend organization invitation default response has a 5xx status code

func (*ResendOrganizationInvitationDefault) IsSuccess added in v1.21.0

IsSuccess returns true when this resend organization invitation default response has a 2xx status code

func (*ResendOrganizationInvitationDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*ResendOrganizationInvitationForbidden) Error

func (*ResendOrganizationInvitationForbidden) GetPayload

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

func (*ResendOrganizationInvitationForbidden) IsClientError added in v1.21.0

func (o *ResendOrganizationInvitationForbidden) IsClientError() bool

IsClientError returns true when this resend organization invitation forbidden response has a 4xx status code

func (*ResendOrganizationInvitationForbidden) IsCode added in v1.21.0

IsCode returns true when this resend organization invitation forbidden response a status code equal to that given

func (*ResendOrganizationInvitationForbidden) IsRedirect added in v1.21.0

IsRedirect returns true when this resend organization invitation forbidden response has a 3xx status code

func (*ResendOrganizationInvitationForbidden) IsServerError added in v1.21.0

func (o *ResendOrganizationInvitationForbidden) IsServerError() bool

IsServerError returns true when this resend organization invitation forbidden response has a 5xx status code

func (*ResendOrganizationInvitationForbidden) IsSuccess added in v1.21.0

IsSuccess returns true when this resend organization invitation forbidden response has a 2xx status code

func (*ResendOrganizationInvitationForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the resend organization invitation no content response

func (*ResendOrganizationInvitationNoContent) Error

func (*ResendOrganizationInvitationNoContent) GetPayload

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

func (*ResendOrganizationInvitationNoContent) IsClientError added in v1.21.0

func (o *ResendOrganizationInvitationNoContent) IsClientError() bool

IsClientError returns true when this resend organization invitation no content response has a 4xx status code

func (*ResendOrganizationInvitationNoContent) IsCode added in v1.21.0

IsCode returns true when this resend organization invitation no content response a status code equal to that given

func (*ResendOrganizationInvitationNoContent) IsRedirect added in v1.21.0

IsRedirect returns true when this resend organization invitation no content response has a 3xx status code

func (*ResendOrganizationInvitationNoContent) IsServerError added in v1.21.0

func (o *ResendOrganizationInvitationNoContent) IsServerError() bool

IsServerError returns true when this resend organization invitation no content response has a 5xx status code

func (*ResendOrganizationInvitationNoContent) IsSuccess added in v1.21.0

IsSuccess returns true when this resend organization invitation no content response has a 2xx status code

func (*ResendOrganizationInvitationNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the resend organization invitation not found response

func (*ResendOrganizationInvitationNotFound) Error

func (*ResendOrganizationInvitationNotFound) GetPayload

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

func (*ResendOrganizationInvitationNotFound) IsClientError added in v1.21.0

func (o *ResendOrganizationInvitationNotFound) IsClientError() bool

IsClientError returns true when this resend organization invitation not found response has a 4xx status code

func (*ResendOrganizationInvitationNotFound) IsCode added in v1.21.0

IsCode returns true when this resend organization invitation not found response a status code equal to that given

func (*ResendOrganizationInvitationNotFound) IsRedirect added in v1.21.0

IsRedirect returns true when this resend organization invitation not found response has a 3xx status code

func (*ResendOrganizationInvitationNotFound) IsServerError added in v1.21.0

func (o *ResendOrganizationInvitationNotFound) IsServerError() bool

IsServerError returns true when this resend organization invitation not found response has a 5xx status code

func (*ResendOrganizationInvitationNotFound) IsSuccess added in v1.21.0

IsSuccess returns true when this resend organization invitation not found response has a 2xx status code

func (*ResendOrganizationInvitationNotFound) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the resend organization invitation o k response

func (*ResendOrganizationInvitationOK) Error

func (*ResendOrganizationInvitationOK) GetPayload

func (*ResendOrganizationInvitationOK) IsClientError added in v1.21.0

func (o *ResendOrganizationInvitationOK) IsClientError() bool

IsClientError returns true when this resend organization invitation o k response has a 4xx status code

func (*ResendOrganizationInvitationOK) IsCode added in v1.21.0

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

IsCode returns true when this resend organization invitation o k response a status code equal to that given

func (*ResendOrganizationInvitationOK) IsRedirect added in v1.21.0

func (o *ResendOrganizationInvitationOK) IsRedirect() bool

IsRedirect returns true when this resend organization invitation o k response has a 3xx status code

func (*ResendOrganizationInvitationOK) IsServerError added in v1.21.0

func (o *ResendOrganizationInvitationOK) IsServerError() bool

IsServerError returns true when this resend organization invitation o k response has a 5xx status code

func (*ResendOrganizationInvitationOK) IsSuccess added in v1.21.0

func (o *ResendOrganizationInvitationOK) IsSuccess() bool

IsSuccess returns true when this resend organization invitation o k response has a 2xx status code

func (*ResendOrganizationInvitationOK) String added in v1.21.0

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 RestoreOrganizationRunsDefault

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

An unexpected error response.

func NewRestoreOrganizationRunsDefault

func NewRestoreOrganizationRunsDefault(code int) *RestoreOrganizationRunsDefault

NewRestoreOrganizationRunsDefault creates a RestoreOrganizationRunsDefault with default headers values

func (*RestoreOrganizationRunsDefault) Code

Code gets the status code for the restore organization runs default response

func (*RestoreOrganizationRunsDefault) Error

func (*RestoreOrganizationRunsDefault) GetPayload

func (*RestoreOrganizationRunsDefault) IsClientError added in v1.21.0

func (o *RestoreOrganizationRunsDefault) IsClientError() bool

IsClientError returns true when this restore organization runs default response has a 4xx status code

func (*RestoreOrganizationRunsDefault) IsCode added in v1.21.0

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

IsCode returns true when this restore organization runs default response a status code equal to that given

func (*RestoreOrganizationRunsDefault) IsRedirect added in v1.21.0

func (o *RestoreOrganizationRunsDefault) IsRedirect() bool

IsRedirect returns true when this restore organization runs default response has a 3xx status code

func (*RestoreOrganizationRunsDefault) IsServerError added in v1.21.0

func (o *RestoreOrganizationRunsDefault) IsServerError() bool

IsServerError returns true when this restore organization runs default response has a 5xx status code

func (*RestoreOrganizationRunsDefault) IsSuccess added in v1.21.0

func (o *RestoreOrganizationRunsDefault) IsSuccess() bool

IsSuccess returns true when this restore organization runs default response has a 2xx status code

func (*RestoreOrganizationRunsDefault) String added in v1.21.0

type RestoreOrganizationRunsForbidden

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

You don't have permission to access the resource.

func NewRestoreOrganizationRunsForbidden

func NewRestoreOrganizationRunsForbidden() *RestoreOrganizationRunsForbidden

NewRestoreOrganizationRunsForbidden creates a RestoreOrganizationRunsForbidden with default headers values

func (*RestoreOrganizationRunsForbidden) Code added in v1.22.0

Code gets the status code for the restore organization runs forbidden response

func (*RestoreOrganizationRunsForbidden) Error

func (*RestoreOrganizationRunsForbidden) GetPayload

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

func (*RestoreOrganizationRunsForbidden) IsClientError added in v1.21.0

func (o *RestoreOrganizationRunsForbidden) IsClientError() bool

IsClientError returns true when this restore organization runs forbidden response has a 4xx status code

func (*RestoreOrganizationRunsForbidden) IsCode added in v1.21.0

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

IsCode returns true when this restore organization runs forbidden response a status code equal to that given

func (*RestoreOrganizationRunsForbidden) IsRedirect added in v1.21.0

func (o *RestoreOrganizationRunsForbidden) IsRedirect() bool

IsRedirect returns true when this restore organization runs forbidden response has a 3xx status code

func (*RestoreOrganizationRunsForbidden) IsServerError added in v1.21.0

func (o *RestoreOrganizationRunsForbidden) IsServerError() bool

IsServerError returns true when this restore organization runs forbidden response has a 5xx status code

func (*RestoreOrganizationRunsForbidden) IsSuccess added in v1.21.0

func (o *RestoreOrganizationRunsForbidden) IsSuccess() bool

IsSuccess returns true when this restore organization runs forbidden response has a 2xx status code

func (*RestoreOrganizationRunsForbidden) String added in v1.21.0

type RestoreOrganizationRunsNoContent

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

No content.

func NewRestoreOrganizationRunsNoContent

func NewRestoreOrganizationRunsNoContent() *RestoreOrganizationRunsNoContent

NewRestoreOrganizationRunsNoContent creates a RestoreOrganizationRunsNoContent with default headers values

func (*RestoreOrganizationRunsNoContent) Code added in v1.22.0

Code gets the status code for the restore organization runs no content response

func (*RestoreOrganizationRunsNoContent) Error

func (*RestoreOrganizationRunsNoContent) GetPayload

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

func (*RestoreOrganizationRunsNoContent) IsClientError added in v1.21.0

func (o *RestoreOrganizationRunsNoContent) IsClientError() bool

IsClientError returns true when this restore organization runs no content response has a 4xx status code

func (*RestoreOrganizationRunsNoContent) IsCode added in v1.21.0

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

IsCode returns true when this restore organization runs no content response a status code equal to that given

func (*RestoreOrganizationRunsNoContent) IsRedirect added in v1.21.0

func (o *RestoreOrganizationRunsNoContent) IsRedirect() bool

IsRedirect returns true when this restore organization runs no content response has a 3xx status code

func (*RestoreOrganizationRunsNoContent) IsServerError added in v1.21.0

func (o *RestoreOrganizationRunsNoContent) IsServerError() bool

IsServerError returns true when this restore organization runs no content response has a 5xx status code

func (*RestoreOrganizationRunsNoContent) IsSuccess added in v1.21.0

func (o *RestoreOrganizationRunsNoContent) IsSuccess() bool

IsSuccess returns true when this restore organization runs no content response has a 2xx status code

func (*RestoreOrganizationRunsNoContent) String added in v1.21.0

type RestoreOrganizationRunsNotFound

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

Resource does not exist.

func NewRestoreOrganizationRunsNotFound

func NewRestoreOrganizationRunsNotFound() *RestoreOrganizationRunsNotFound

NewRestoreOrganizationRunsNotFound creates a RestoreOrganizationRunsNotFound with default headers values

func (*RestoreOrganizationRunsNotFound) Code added in v1.22.0

Code gets the status code for the restore organization runs not found response

func (*RestoreOrganizationRunsNotFound) Error

func (*RestoreOrganizationRunsNotFound) GetPayload

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

func (*RestoreOrganizationRunsNotFound) IsClientError added in v1.21.0

func (o *RestoreOrganizationRunsNotFound) IsClientError() bool

IsClientError returns true when this restore organization runs not found response has a 4xx status code

func (*RestoreOrganizationRunsNotFound) IsCode added in v1.21.0

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

IsCode returns true when this restore organization runs not found response a status code equal to that given

func (*RestoreOrganizationRunsNotFound) IsRedirect added in v1.21.0

func (o *RestoreOrganizationRunsNotFound) IsRedirect() bool

IsRedirect returns true when this restore organization runs not found response has a 3xx status code

func (*RestoreOrganizationRunsNotFound) IsServerError added in v1.21.0

func (o *RestoreOrganizationRunsNotFound) IsServerError() bool

IsServerError returns true when this restore organization runs not found response has a 5xx status code

func (*RestoreOrganizationRunsNotFound) IsSuccess added in v1.21.0

func (o *RestoreOrganizationRunsNotFound) IsSuccess() bool

IsSuccess returns true when this restore organization runs not found response has a 2xx status code

func (*RestoreOrganizationRunsNotFound) String added in v1.21.0

type RestoreOrganizationRunsOK

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

A successful response.

func NewRestoreOrganizationRunsOK

func NewRestoreOrganizationRunsOK() *RestoreOrganizationRunsOK

NewRestoreOrganizationRunsOK creates a RestoreOrganizationRunsOK with default headers values

func (*RestoreOrganizationRunsOK) Code added in v1.22.0

func (o *RestoreOrganizationRunsOK) Code() int

Code gets the status code for the restore organization runs o k response

func (*RestoreOrganizationRunsOK) Error

func (o *RestoreOrganizationRunsOK) Error() string

func (*RestoreOrganizationRunsOK) IsClientError added in v1.21.0

func (o *RestoreOrganizationRunsOK) IsClientError() bool

IsClientError returns true when this restore organization runs o k response has a 4xx status code

func (*RestoreOrganizationRunsOK) IsCode added in v1.21.0

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

IsCode returns true when this restore organization runs o k response a status code equal to that given

func (*RestoreOrganizationRunsOK) IsRedirect added in v1.21.0

func (o *RestoreOrganizationRunsOK) IsRedirect() bool

IsRedirect returns true when this restore organization runs o k response has a 3xx status code

func (*RestoreOrganizationRunsOK) IsServerError added in v1.21.0

func (o *RestoreOrganizationRunsOK) IsServerError() bool

IsServerError returns true when this restore organization runs o k response has a 5xx status code

func (*RestoreOrganizationRunsOK) IsSuccess added in v1.21.0

func (o *RestoreOrganizationRunsOK) IsSuccess() bool

IsSuccess returns true when this restore organization runs o k response has a 2xx status code

func (*RestoreOrganizationRunsOK) String added in v1.21.0

func (o *RestoreOrganizationRunsOK) String() string

type RestoreOrganizationRunsParams

type RestoreOrganizationRunsParams struct {

	/* Body.

	   Uuids of the entities
	*/
	Body *service_model.V1Uuids

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

RestoreOrganizationRunsParams contains all the parameters to send to the API endpoint

for the restore organization runs operation.

Typically these are written to a http.Request.

func NewRestoreOrganizationRunsParams

func NewRestoreOrganizationRunsParams() *RestoreOrganizationRunsParams

NewRestoreOrganizationRunsParams creates a new RestoreOrganizationRunsParams 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 NewRestoreOrganizationRunsParamsWithContext

func NewRestoreOrganizationRunsParamsWithContext(ctx context.Context) *RestoreOrganizationRunsParams

NewRestoreOrganizationRunsParamsWithContext creates a new RestoreOrganizationRunsParams object with the ability to set a context for a request.

func NewRestoreOrganizationRunsParamsWithHTTPClient

func NewRestoreOrganizationRunsParamsWithHTTPClient(client *http.Client) *RestoreOrganizationRunsParams

NewRestoreOrganizationRunsParamsWithHTTPClient creates a new RestoreOrganizationRunsParams object with the ability to set a custom HTTPClient for a request.

func NewRestoreOrganizationRunsParamsWithTimeout

func NewRestoreOrganizationRunsParamsWithTimeout(timeout time.Duration) *RestoreOrganizationRunsParams

NewRestoreOrganizationRunsParamsWithTimeout creates a new RestoreOrganizationRunsParams object with the ability to set a timeout on a request.

func (*RestoreOrganizationRunsParams) SetBody

SetBody adds the body to the restore organization runs params

func (*RestoreOrganizationRunsParams) SetContext

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

SetContext adds the context to the restore organization runs params

func (*RestoreOrganizationRunsParams) SetDefaults

func (o *RestoreOrganizationRunsParams) SetDefaults()

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

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

func (*RestoreOrganizationRunsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the restore organization runs params

func (*RestoreOrganizationRunsParams) SetOwner

func (o *RestoreOrganizationRunsParams) SetOwner(owner string)

SetOwner adds the owner to the restore organization runs params

func (*RestoreOrganizationRunsParams) SetTimeout

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

SetTimeout adds the timeout to the restore organization runs params

func (*RestoreOrganizationRunsParams) WithBody

WithBody adds the body to the restore organization runs params

func (*RestoreOrganizationRunsParams) WithContext

WithContext adds the context to the restore organization runs params

func (*RestoreOrganizationRunsParams) WithDefaults

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

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

func (*RestoreOrganizationRunsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the restore organization runs params

func (*RestoreOrganizationRunsParams) WithOwner

WithOwner adds the owner to the restore organization runs params

func (*RestoreOrganizationRunsParams) WithTimeout

WithTimeout adds the timeout to the restore organization runs params

func (*RestoreOrganizationRunsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RestoreOrganizationRunsReader

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

RestoreOrganizationRunsReader is a Reader for the RestoreOrganizationRuns structure.

func (*RestoreOrganizationRunsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StopOrganizationRunsDefault

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

An unexpected error response.

func NewStopOrganizationRunsDefault

func NewStopOrganizationRunsDefault(code int) *StopOrganizationRunsDefault

NewStopOrganizationRunsDefault creates a StopOrganizationRunsDefault with default headers values

func (*StopOrganizationRunsDefault) Code

func (o *StopOrganizationRunsDefault) Code() int

Code gets the status code for the stop organization runs default response

func (*StopOrganizationRunsDefault) Error

func (*StopOrganizationRunsDefault) GetPayload

func (*StopOrganizationRunsDefault) IsClientError added in v1.21.0

func (o *StopOrganizationRunsDefault) IsClientError() bool

IsClientError returns true when this stop organization runs default response has a 4xx status code

func (*StopOrganizationRunsDefault) IsCode added in v1.21.0

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

IsCode returns true when this stop organization runs default response a status code equal to that given

func (*StopOrganizationRunsDefault) IsRedirect added in v1.21.0

func (o *StopOrganizationRunsDefault) IsRedirect() bool

IsRedirect returns true when this stop organization runs default response has a 3xx status code

func (*StopOrganizationRunsDefault) IsServerError added in v1.21.0

func (o *StopOrganizationRunsDefault) IsServerError() bool

IsServerError returns true when this stop organization runs default response has a 5xx status code

func (*StopOrganizationRunsDefault) IsSuccess added in v1.21.0

func (o *StopOrganizationRunsDefault) IsSuccess() bool

IsSuccess returns true when this stop organization runs default response has a 2xx status code

func (*StopOrganizationRunsDefault) String added in v1.21.0

func (o *StopOrganizationRunsDefault) String() string

type StopOrganizationRunsForbidden

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

You don't have permission to access the resource.

func NewStopOrganizationRunsForbidden

func NewStopOrganizationRunsForbidden() *StopOrganizationRunsForbidden

NewStopOrganizationRunsForbidden creates a StopOrganizationRunsForbidden with default headers values

func (*StopOrganizationRunsForbidden) Code added in v1.22.0

Code gets the status code for the stop organization runs forbidden response

func (*StopOrganizationRunsForbidden) Error

func (*StopOrganizationRunsForbidden) GetPayload

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

func (*StopOrganizationRunsForbidden) IsClientError added in v1.21.0

func (o *StopOrganizationRunsForbidden) IsClientError() bool

IsClientError returns true when this stop organization runs forbidden response has a 4xx status code

func (*StopOrganizationRunsForbidden) IsCode added in v1.21.0

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

IsCode returns true when this stop organization runs forbidden response a status code equal to that given

func (*StopOrganizationRunsForbidden) IsRedirect added in v1.21.0

func (o *StopOrganizationRunsForbidden) IsRedirect() bool

IsRedirect returns true when this stop organization runs forbidden response has a 3xx status code

func (*StopOrganizationRunsForbidden) IsServerError added in v1.21.0

func (o *StopOrganizationRunsForbidden) IsServerError() bool

IsServerError returns true when this stop organization runs forbidden response has a 5xx status code

func (*StopOrganizationRunsForbidden) IsSuccess added in v1.21.0

func (o *StopOrganizationRunsForbidden) IsSuccess() bool

IsSuccess returns true when this stop organization runs forbidden response has a 2xx status code

func (*StopOrganizationRunsForbidden) String added in v1.21.0

type StopOrganizationRunsNoContent

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

No content.

func NewStopOrganizationRunsNoContent

func NewStopOrganizationRunsNoContent() *StopOrganizationRunsNoContent

NewStopOrganizationRunsNoContent creates a StopOrganizationRunsNoContent with default headers values

func (*StopOrganizationRunsNoContent) Code added in v1.22.0

Code gets the status code for the stop organization runs no content response

func (*StopOrganizationRunsNoContent) Error

func (*StopOrganizationRunsNoContent) GetPayload

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

func (*StopOrganizationRunsNoContent) IsClientError added in v1.21.0

func (o *StopOrganizationRunsNoContent) IsClientError() bool

IsClientError returns true when this stop organization runs no content response has a 4xx status code

func (*StopOrganizationRunsNoContent) IsCode added in v1.21.0

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

IsCode returns true when this stop organization runs no content response a status code equal to that given

func (*StopOrganizationRunsNoContent) IsRedirect added in v1.21.0

func (o *StopOrganizationRunsNoContent) IsRedirect() bool

IsRedirect returns true when this stop organization runs no content response has a 3xx status code

func (*StopOrganizationRunsNoContent) IsServerError added in v1.21.0

func (o *StopOrganizationRunsNoContent) IsServerError() bool

IsServerError returns true when this stop organization runs no content response has a 5xx status code

func (*StopOrganizationRunsNoContent) IsSuccess added in v1.21.0

func (o *StopOrganizationRunsNoContent) IsSuccess() bool

IsSuccess returns true when this stop organization runs no content response has a 2xx status code

func (*StopOrganizationRunsNoContent) String added in v1.21.0

type StopOrganizationRunsNotFound

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

Resource does not exist.

func NewStopOrganizationRunsNotFound

func NewStopOrganizationRunsNotFound() *StopOrganizationRunsNotFound

NewStopOrganizationRunsNotFound creates a StopOrganizationRunsNotFound with default headers values

func (*StopOrganizationRunsNotFound) Code added in v1.22.0

Code gets the status code for the stop organization runs not found response

func (*StopOrganizationRunsNotFound) Error

func (*StopOrganizationRunsNotFound) GetPayload

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

func (*StopOrganizationRunsNotFound) IsClientError added in v1.21.0

func (o *StopOrganizationRunsNotFound) IsClientError() bool

IsClientError returns true when this stop organization runs not found response has a 4xx status code

func (*StopOrganizationRunsNotFound) IsCode added in v1.21.0

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

IsCode returns true when this stop organization runs not found response a status code equal to that given

func (*StopOrganizationRunsNotFound) IsRedirect added in v1.21.0

func (o *StopOrganizationRunsNotFound) IsRedirect() bool

IsRedirect returns true when this stop organization runs not found response has a 3xx status code

func (*StopOrganizationRunsNotFound) IsServerError added in v1.21.0

func (o *StopOrganizationRunsNotFound) IsServerError() bool

IsServerError returns true when this stop organization runs not found response has a 5xx status code

func (*StopOrganizationRunsNotFound) IsSuccess added in v1.21.0

func (o *StopOrganizationRunsNotFound) IsSuccess() bool

IsSuccess returns true when this stop organization runs not found response has a 2xx status code

func (*StopOrganizationRunsNotFound) String added in v1.21.0

type StopOrganizationRunsOK

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

A successful response.

func NewStopOrganizationRunsOK

func NewStopOrganizationRunsOK() *StopOrganizationRunsOK

NewStopOrganizationRunsOK creates a StopOrganizationRunsOK with default headers values

func (*StopOrganizationRunsOK) Code added in v1.22.0

func (o *StopOrganizationRunsOK) Code() int

Code gets the status code for the stop organization runs o k response

func (*StopOrganizationRunsOK) Error

func (o *StopOrganizationRunsOK) Error() string

func (*StopOrganizationRunsOK) IsClientError added in v1.21.0

func (o *StopOrganizationRunsOK) IsClientError() bool

IsClientError returns true when this stop organization runs o k response has a 4xx status code

func (*StopOrganizationRunsOK) IsCode added in v1.21.0

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

IsCode returns true when this stop organization runs o k response a status code equal to that given

func (*StopOrganizationRunsOK) IsRedirect added in v1.21.0

func (o *StopOrganizationRunsOK) IsRedirect() bool

IsRedirect returns true when this stop organization runs o k response has a 3xx status code

func (*StopOrganizationRunsOK) IsServerError added in v1.21.0

func (o *StopOrganizationRunsOK) IsServerError() bool

IsServerError returns true when this stop organization runs o k response has a 5xx status code

func (*StopOrganizationRunsOK) IsSuccess added in v1.21.0

func (o *StopOrganizationRunsOK) IsSuccess() bool

IsSuccess returns true when this stop organization runs o k response has a 2xx status code

func (*StopOrganizationRunsOK) String added in v1.21.0

func (o *StopOrganizationRunsOK) String() string

type StopOrganizationRunsParams

type StopOrganizationRunsParams struct {

	/* Body.

	   Uuids of the entities
	*/
	Body *service_model.V1Uuids

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

StopOrganizationRunsParams contains all the parameters to send to the API endpoint

for the stop organization runs operation.

Typically these are written to a http.Request.

func NewStopOrganizationRunsParams

func NewStopOrganizationRunsParams() *StopOrganizationRunsParams

NewStopOrganizationRunsParams creates a new StopOrganizationRunsParams 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 NewStopOrganizationRunsParamsWithContext

func NewStopOrganizationRunsParamsWithContext(ctx context.Context) *StopOrganizationRunsParams

NewStopOrganizationRunsParamsWithContext creates a new StopOrganizationRunsParams object with the ability to set a context for a request.

func NewStopOrganizationRunsParamsWithHTTPClient

func NewStopOrganizationRunsParamsWithHTTPClient(client *http.Client) *StopOrganizationRunsParams

NewStopOrganizationRunsParamsWithHTTPClient creates a new StopOrganizationRunsParams object with the ability to set a custom HTTPClient for a request.

func NewStopOrganizationRunsParamsWithTimeout

func NewStopOrganizationRunsParamsWithTimeout(timeout time.Duration) *StopOrganizationRunsParams

NewStopOrganizationRunsParamsWithTimeout creates a new StopOrganizationRunsParams object with the ability to set a timeout on a request.

func (*StopOrganizationRunsParams) SetBody

SetBody adds the body to the stop organization runs params

func (*StopOrganizationRunsParams) SetContext

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

SetContext adds the context to the stop organization runs params

func (*StopOrganizationRunsParams) SetDefaults

func (o *StopOrganizationRunsParams) SetDefaults()

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

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

func (*StopOrganizationRunsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the stop organization runs params

func (*StopOrganizationRunsParams) SetOwner

func (o *StopOrganizationRunsParams) SetOwner(owner string)

SetOwner adds the owner to the stop organization runs params

func (*StopOrganizationRunsParams) SetTimeout

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

SetTimeout adds the timeout to the stop organization runs params

func (*StopOrganizationRunsParams) WithBody

WithBody adds the body to the stop organization runs params

func (*StopOrganizationRunsParams) WithContext

WithContext adds the context to the stop organization runs params

func (*StopOrganizationRunsParams) WithDefaults

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

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

func (*StopOrganizationRunsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the stop organization runs params

func (*StopOrganizationRunsParams) WithOwner

WithOwner adds the owner to the stop organization runs params

func (*StopOrganizationRunsParams) WithTimeout

WithTimeout adds the timeout to the stop organization runs params

func (*StopOrganizationRunsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StopOrganizationRunsReader

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

StopOrganizationRunsReader is a Reader for the StopOrganizationRuns structure.

func (*StopOrganizationRunsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TagOrganizationRunsDefault

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

An unexpected error response.

func NewTagOrganizationRunsDefault

func NewTagOrganizationRunsDefault(code int) *TagOrganizationRunsDefault

NewTagOrganizationRunsDefault creates a TagOrganizationRunsDefault with default headers values

func (*TagOrganizationRunsDefault) Code

func (o *TagOrganizationRunsDefault) Code() int

Code gets the status code for the tag organization runs default response

func (*TagOrganizationRunsDefault) Error

func (*TagOrganizationRunsDefault) GetPayload

func (*TagOrganizationRunsDefault) IsClientError added in v1.21.0

func (o *TagOrganizationRunsDefault) IsClientError() bool

IsClientError returns true when this tag organization runs default response has a 4xx status code

func (*TagOrganizationRunsDefault) IsCode added in v1.21.0

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

IsCode returns true when this tag organization runs default response a status code equal to that given

func (*TagOrganizationRunsDefault) IsRedirect added in v1.21.0

func (o *TagOrganizationRunsDefault) IsRedirect() bool

IsRedirect returns true when this tag organization runs default response has a 3xx status code

func (*TagOrganizationRunsDefault) IsServerError added in v1.21.0

func (o *TagOrganizationRunsDefault) IsServerError() bool

IsServerError returns true when this tag organization runs default response has a 5xx status code

func (*TagOrganizationRunsDefault) IsSuccess added in v1.21.0

func (o *TagOrganizationRunsDefault) IsSuccess() bool

IsSuccess returns true when this tag organization runs default response has a 2xx status code

func (*TagOrganizationRunsDefault) String added in v1.21.0

func (o *TagOrganizationRunsDefault) String() string

type TagOrganizationRunsForbidden

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

You don't have permission to access the resource.

func NewTagOrganizationRunsForbidden

func NewTagOrganizationRunsForbidden() *TagOrganizationRunsForbidden

NewTagOrganizationRunsForbidden creates a TagOrganizationRunsForbidden with default headers values

func (*TagOrganizationRunsForbidden) Code added in v1.22.0

Code gets the status code for the tag organization runs forbidden response

func (*TagOrganizationRunsForbidden) Error

func (*TagOrganizationRunsForbidden) GetPayload

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

func (*TagOrganizationRunsForbidden) IsClientError added in v1.21.0

func (o *TagOrganizationRunsForbidden) IsClientError() bool

IsClientError returns true when this tag organization runs forbidden response has a 4xx status code

func (*TagOrganizationRunsForbidden) IsCode added in v1.21.0

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

IsCode returns true when this tag organization runs forbidden response a status code equal to that given

func (*TagOrganizationRunsForbidden) IsRedirect added in v1.21.0

func (o *TagOrganizationRunsForbidden) IsRedirect() bool

IsRedirect returns true when this tag organization runs forbidden response has a 3xx status code

func (*TagOrganizationRunsForbidden) IsServerError added in v1.21.0

func (o *TagOrganizationRunsForbidden) IsServerError() bool

IsServerError returns true when this tag organization runs forbidden response has a 5xx status code

func (*TagOrganizationRunsForbidden) IsSuccess added in v1.21.0

func (o *TagOrganizationRunsForbidden) IsSuccess() bool

IsSuccess returns true when this tag organization runs forbidden response has a 2xx status code

func (*TagOrganizationRunsForbidden) String added in v1.21.0

type TagOrganizationRunsNoContent

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

No content.

func NewTagOrganizationRunsNoContent

func NewTagOrganizationRunsNoContent() *TagOrganizationRunsNoContent

NewTagOrganizationRunsNoContent creates a TagOrganizationRunsNoContent with default headers values

func (*TagOrganizationRunsNoContent) Code added in v1.22.0

Code gets the status code for the tag organization runs no content response

func (*TagOrganizationRunsNoContent) Error

func (*TagOrganizationRunsNoContent) GetPayload

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

func (*TagOrganizationRunsNoContent) IsClientError added in v1.21.0

func (o *TagOrganizationRunsNoContent) IsClientError() bool

IsClientError returns true when this tag organization runs no content response has a 4xx status code

func (*TagOrganizationRunsNoContent) IsCode added in v1.21.0

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

IsCode returns true when this tag organization runs no content response a status code equal to that given

func (*TagOrganizationRunsNoContent) IsRedirect added in v1.21.0

func (o *TagOrganizationRunsNoContent) IsRedirect() bool

IsRedirect returns true when this tag organization runs no content response has a 3xx status code

func (*TagOrganizationRunsNoContent) IsServerError added in v1.21.0

func (o *TagOrganizationRunsNoContent) IsServerError() bool

IsServerError returns true when this tag organization runs no content response has a 5xx status code

func (*TagOrganizationRunsNoContent) IsSuccess added in v1.21.0

func (o *TagOrganizationRunsNoContent) IsSuccess() bool

IsSuccess returns true when this tag organization runs no content response has a 2xx status code

func (*TagOrganizationRunsNoContent) String added in v1.21.0

type TagOrganizationRunsNotFound

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

Resource does not exist.

func NewTagOrganizationRunsNotFound

func NewTagOrganizationRunsNotFound() *TagOrganizationRunsNotFound

NewTagOrganizationRunsNotFound creates a TagOrganizationRunsNotFound with default headers values

func (*TagOrganizationRunsNotFound) Code added in v1.22.0

func (o *TagOrganizationRunsNotFound) Code() int

Code gets the status code for the tag organization runs not found response

func (*TagOrganizationRunsNotFound) Error

func (*TagOrganizationRunsNotFound) GetPayload

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

func (*TagOrganizationRunsNotFound) IsClientError added in v1.21.0

func (o *TagOrganizationRunsNotFound) IsClientError() bool

IsClientError returns true when this tag organization runs not found response has a 4xx status code

func (*TagOrganizationRunsNotFound) IsCode added in v1.21.0

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

IsCode returns true when this tag organization runs not found response a status code equal to that given

func (*TagOrganizationRunsNotFound) IsRedirect added in v1.21.0

func (o *TagOrganizationRunsNotFound) IsRedirect() bool

IsRedirect returns true when this tag organization runs not found response has a 3xx status code

func (*TagOrganizationRunsNotFound) IsServerError added in v1.21.0

func (o *TagOrganizationRunsNotFound) IsServerError() bool

IsServerError returns true when this tag organization runs not found response has a 5xx status code

func (*TagOrganizationRunsNotFound) IsSuccess added in v1.21.0

func (o *TagOrganizationRunsNotFound) IsSuccess() bool

IsSuccess returns true when this tag organization runs not found response has a 2xx status code

func (*TagOrganizationRunsNotFound) String added in v1.21.0

func (o *TagOrganizationRunsNotFound) String() string

type TagOrganizationRunsOK

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

A successful response.

func NewTagOrganizationRunsOK

func NewTagOrganizationRunsOK() *TagOrganizationRunsOK

NewTagOrganizationRunsOK creates a TagOrganizationRunsOK with default headers values

func (*TagOrganizationRunsOK) Code added in v1.22.0

func (o *TagOrganizationRunsOK) Code() int

Code gets the status code for the tag organization runs o k response

func (*TagOrganizationRunsOK) Error

func (o *TagOrganizationRunsOK) Error() string

func (*TagOrganizationRunsOK) IsClientError added in v1.21.0

func (o *TagOrganizationRunsOK) IsClientError() bool

IsClientError returns true when this tag organization runs o k response has a 4xx status code

func (*TagOrganizationRunsOK) IsCode added in v1.21.0

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

IsCode returns true when this tag organization runs o k response a status code equal to that given

func (*TagOrganizationRunsOK) IsRedirect added in v1.21.0

func (o *TagOrganizationRunsOK) IsRedirect() bool

IsRedirect returns true when this tag organization runs o k response has a 3xx status code

func (*TagOrganizationRunsOK) IsServerError added in v1.21.0

func (o *TagOrganizationRunsOK) IsServerError() bool

IsServerError returns true when this tag organization runs o k response has a 5xx status code

func (*TagOrganizationRunsOK) IsSuccess added in v1.21.0

func (o *TagOrganizationRunsOK) IsSuccess() bool

IsSuccess returns true when this tag organization runs o k response has a 2xx status code

func (*TagOrganizationRunsOK) String added in v1.21.0

func (o *TagOrganizationRunsOK) String() string

type TagOrganizationRunsParams

type TagOrganizationRunsParams struct {

	/* Body.

	   Data
	*/
	Body *service_model.V1EntitiesTags

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

TagOrganizationRunsParams contains all the parameters to send to the API endpoint

for the tag organization runs operation.

Typically these are written to a http.Request.

func NewTagOrganizationRunsParams

func NewTagOrganizationRunsParams() *TagOrganizationRunsParams

NewTagOrganizationRunsParams creates a new TagOrganizationRunsParams 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 NewTagOrganizationRunsParamsWithContext

func NewTagOrganizationRunsParamsWithContext(ctx context.Context) *TagOrganizationRunsParams

NewTagOrganizationRunsParamsWithContext creates a new TagOrganizationRunsParams object with the ability to set a context for a request.

func NewTagOrganizationRunsParamsWithHTTPClient

func NewTagOrganizationRunsParamsWithHTTPClient(client *http.Client) *TagOrganizationRunsParams

NewTagOrganizationRunsParamsWithHTTPClient creates a new TagOrganizationRunsParams object with the ability to set a custom HTTPClient for a request.

func NewTagOrganizationRunsParamsWithTimeout

func NewTagOrganizationRunsParamsWithTimeout(timeout time.Duration) *TagOrganizationRunsParams

NewTagOrganizationRunsParamsWithTimeout creates a new TagOrganizationRunsParams object with the ability to set a timeout on a request.

func (*TagOrganizationRunsParams) SetBody

SetBody adds the body to the tag organization runs params

func (*TagOrganizationRunsParams) SetContext

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

SetContext adds the context to the tag organization runs params

func (*TagOrganizationRunsParams) SetDefaults

func (o *TagOrganizationRunsParams) SetDefaults()

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

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

func (*TagOrganizationRunsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the tag organization runs params

func (*TagOrganizationRunsParams) SetOwner

func (o *TagOrganizationRunsParams) SetOwner(owner string)

SetOwner adds the owner to the tag organization runs params

func (*TagOrganizationRunsParams) SetTimeout

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

SetTimeout adds the timeout to the tag organization runs params

func (*TagOrganizationRunsParams) WithBody

WithBody adds the body to the tag organization runs params

func (*TagOrganizationRunsParams) WithContext

WithContext adds the context to the tag organization runs params

func (*TagOrganizationRunsParams) WithDefaults

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

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

func (*TagOrganizationRunsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the tag organization runs params

func (*TagOrganizationRunsParams) WithOwner

WithOwner adds the owner to the tag organization runs params

func (*TagOrganizationRunsParams) WithTimeout

WithTimeout adds the timeout to the tag organization runs params

func (*TagOrganizationRunsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TagOrganizationRunsReader

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

TagOrganizationRunsReader is a Reader for the TagOrganizationRuns structure.

func (*TagOrganizationRunsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TransferOrganizationRunsDefault

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

An unexpected error response.

func NewTransferOrganizationRunsDefault

func NewTransferOrganizationRunsDefault(code int) *TransferOrganizationRunsDefault

NewTransferOrganizationRunsDefault creates a TransferOrganizationRunsDefault with default headers values

func (*TransferOrganizationRunsDefault) Code

Code gets the status code for the transfer organization runs default response

func (*TransferOrganizationRunsDefault) Error

func (*TransferOrganizationRunsDefault) GetPayload

func (*TransferOrganizationRunsDefault) IsClientError added in v1.21.0

func (o *TransferOrganizationRunsDefault) IsClientError() bool

IsClientError returns true when this transfer organization runs default response has a 4xx status code

func (*TransferOrganizationRunsDefault) IsCode added in v1.21.0

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

IsCode returns true when this transfer organization runs default response a status code equal to that given

func (*TransferOrganizationRunsDefault) IsRedirect added in v1.21.0

func (o *TransferOrganizationRunsDefault) IsRedirect() bool

IsRedirect returns true when this transfer organization runs default response has a 3xx status code

func (*TransferOrganizationRunsDefault) IsServerError added in v1.21.0

func (o *TransferOrganizationRunsDefault) IsServerError() bool

IsServerError returns true when this transfer organization runs default response has a 5xx status code

func (*TransferOrganizationRunsDefault) IsSuccess added in v1.21.0

func (o *TransferOrganizationRunsDefault) IsSuccess() bool

IsSuccess returns true when this transfer organization runs default response has a 2xx status code

func (*TransferOrganizationRunsDefault) String added in v1.21.0

type TransferOrganizationRunsForbidden

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

You don't have permission to access the resource.

func NewTransferOrganizationRunsForbidden

func NewTransferOrganizationRunsForbidden() *TransferOrganizationRunsForbidden

NewTransferOrganizationRunsForbidden creates a TransferOrganizationRunsForbidden with default headers values

func (*TransferOrganizationRunsForbidden) Code added in v1.22.0

Code gets the status code for the transfer organization runs forbidden response

func (*TransferOrganizationRunsForbidden) Error

func (*TransferOrganizationRunsForbidden) GetPayload

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

func (*TransferOrganizationRunsForbidden) IsClientError added in v1.21.0

func (o *TransferOrganizationRunsForbidden) IsClientError() bool

IsClientError returns true when this transfer organization runs forbidden response has a 4xx status code

func (*TransferOrganizationRunsForbidden) IsCode added in v1.21.0

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

IsCode returns true when this transfer organization runs forbidden response a status code equal to that given

func (*TransferOrganizationRunsForbidden) IsRedirect added in v1.21.0

func (o *TransferOrganizationRunsForbidden) IsRedirect() bool

IsRedirect returns true when this transfer organization runs forbidden response has a 3xx status code

func (*TransferOrganizationRunsForbidden) IsServerError added in v1.21.0

func (o *TransferOrganizationRunsForbidden) IsServerError() bool

IsServerError returns true when this transfer organization runs forbidden response has a 5xx status code

func (*TransferOrganizationRunsForbidden) IsSuccess added in v1.21.0

func (o *TransferOrganizationRunsForbidden) IsSuccess() bool

IsSuccess returns true when this transfer organization runs forbidden response has a 2xx status code

func (*TransferOrganizationRunsForbidden) String added in v1.21.0

type TransferOrganizationRunsNoContent

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

No content.

func NewTransferOrganizationRunsNoContent

func NewTransferOrganizationRunsNoContent() *TransferOrganizationRunsNoContent

NewTransferOrganizationRunsNoContent creates a TransferOrganizationRunsNoContent with default headers values

func (*TransferOrganizationRunsNoContent) Code added in v1.22.0

Code gets the status code for the transfer organization runs no content response

func (*TransferOrganizationRunsNoContent) Error

func (*TransferOrganizationRunsNoContent) GetPayload

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

func (*TransferOrganizationRunsNoContent) IsClientError added in v1.21.0

func (o *TransferOrganizationRunsNoContent) IsClientError() bool

IsClientError returns true when this transfer organization runs no content response has a 4xx status code

func (*TransferOrganizationRunsNoContent) IsCode added in v1.21.0

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

IsCode returns true when this transfer organization runs no content response a status code equal to that given

func (*TransferOrganizationRunsNoContent) IsRedirect added in v1.21.0

func (o *TransferOrganizationRunsNoContent) IsRedirect() bool

IsRedirect returns true when this transfer organization runs no content response has a 3xx status code

func (*TransferOrganizationRunsNoContent) IsServerError added in v1.21.0

func (o *TransferOrganizationRunsNoContent) IsServerError() bool

IsServerError returns true when this transfer organization runs no content response has a 5xx status code

func (*TransferOrganizationRunsNoContent) IsSuccess added in v1.21.0

func (o *TransferOrganizationRunsNoContent) IsSuccess() bool

IsSuccess returns true when this transfer organization runs no content response has a 2xx status code

func (*TransferOrganizationRunsNoContent) String added in v1.21.0

type TransferOrganizationRunsNotFound

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

Resource does not exist.

func NewTransferOrganizationRunsNotFound

func NewTransferOrganizationRunsNotFound() *TransferOrganizationRunsNotFound

NewTransferOrganizationRunsNotFound creates a TransferOrganizationRunsNotFound with default headers values

func (*TransferOrganizationRunsNotFound) Code added in v1.22.0

Code gets the status code for the transfer organization runs not found response

func (*TransferOrganizationRunsNotFound) Error

func (*TransferOrganizationRunsNotFound) GetPayload

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

func (*TransferOrganizationRunsNotFound) IsClientError added in v1.21.0

func (o *TransferOrganizationRunsNotFound) IsClientError() bool

IsClientError returns true when this transfer organization runs not found response has a 4xx status code

func (*TransferOrganizationRunsNotFound) IsCode added in v1.21.0

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

IsCode returns true when this transfer organization runs not found response a status code equal to that given

func (*TransferOrganizationRunsNotFound) IsRedirect added in v1.21.0

func (o *TransferOrganizationRunsNotFound) IsRedirect() bool

IsRedirect returns true when this transfer organization runs not found response has a 3xx status code

func (*TransferOrganizationRunsNotFound) IsServerError added in v1.21.0

func (o *TransferOrganizationRunsNotFound) IsServerError() bool

IsServerError returns true when this transfer organization runs not found response has a 5xx status code

func (*TransferOrganizationRunsNotFound) IsSuccess added in v1.21.0

func (o *TransferOrganizationRunsNotFound) IsSuccess() bool

IsSuccess returns true when this transfer organization runs not found response has a 2xx status code

func (*TransferOrganizationRunsNotFound) String added in v1.21.0

type TransferOrganizationRunsOK

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

A successful response.

func NewTransferOrganizationRunsOK

func NewTransferOrganizationRunsOK() *TransferOrganizationRunsOK

NewTransferOrganizationRunsOK creates a TransferOrganizationRunsOK with default headers values

func (*TransferOrganizationRunsOK) Code added in v1.22.0

func (o *TransferOrganizationRunsOK) Code() int

Code gets the status code for the transfer organization runs o k response

func (*TransferOrganizationRunsOK) Error

func (*TransferOrganizationRunsOK) IsClientError added in v1.21.0

func (o *TransferOrganizationRunsOK) IsClientError() bool

IsClientError returns true when this transfer organization runs o k response has a 4xx status code

func (*TransferOrganizationRunsOK) IsCode added in v1.21.0

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

IsCode returns true when this transfer organization runs o k response a status code equal to that given

func (*TransferOrganizationRunsOK) IsRedirect added in v1.21.0

func (o *TransferOrganizationRunsOK) IsRedirect() bool

IsRedirect returns true when this transfer organization runs o k response has a 3xx status code

func (*TransferOrganizationRunsOK) IsServerError added in v1.21.0

func (o *TransferOrganizationRunsOK) IsServerError() bool

IsServerError returns true when this transfer organization runs o k response has a 5xx status code

func (*TransferOrganizationRunsOK) IsSuccess added in v1.21.0

func (o *TransferOrganizationRunsOK) IsSuccess() bool

IsSuccess returns true when this transfer organization runs o k response has a 2xx status code

func (*TransferOrganizationRunsOK) String added in v1.21.0

func (o *TransferOrganizationRunsOK) String() string

type TransferOrganizationRunsParams

type TransferOrganizationRunsParams struct {

	/* Body.

	   Data
	*/
	Body *service_model.V1EntitiesTransfer

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

TransferOrganizationRunsParams contains all the parameters to send to the API endpoint

for the transfer organization runs operation.

Typically these are written to a http.Request.

func NewTransferOrganizationRunsParams

func NewTransferOrganizationRunsParams() *TransferOrganizationRunsParams

NewTransferOrganizationRunsParams creates a new TransferOrganizationRunsParams 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 NewTransferOrganizationRunsParamsWithContext

func NewTransferOrganizationRunsParamsWithContext(ctx context.Context) *TransferOrganizationRunsParams

NewTransferOrganizationRunsParamsWithContext creates a new TransferOrganizationRunsParams object with the ability to set a context for a request.

func NewTransferOrganizationRunsParamsWithHTTPClient

func NewTransferOrganizationRunsParamsWithHTTPClient(client *http.Client) *TransferOrganizationRunsParams

NewTransferOrganizationRunsParamsWithHTTPClient creates a new TransferOrganizationRunsParams object with the ability to set a custom HTTPClient for a request.

func NewTransferOrganizationRunsParamsWithTimeout

func NewTransferOrganizationRunsParamsWithTimeout(timeout time.Duration) *TransferOrganizationRunsParams

NewTransferOrganizationRunsParamsWithTimeout creates a new TransferOrganizationRunsParams object with the ability to set a timeout on a request.

func (*TransferOrganizationRunsParams) SetBody

SetBody adds the body to the transfer organization runs params

func (*TransferOrganizationRunsParams) SetContext

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

SetContext adds the context to the transfer organization runs params

func (*TransferOrganizationRunsParams) SetDefaults

func (o *TransferOrganizationRunsParams) SetDefaults()

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

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

func (*TransferOrganizationRunsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the transfer organization runs params

func (*TransferOrganizationRunsParams) SetOwner

func (o *TransferOrganizationRunsParams) SetOwner(owner string)

SetOwner adds the owner to the transfer organization runs params

func (*TransferOrganizationRunsParams) SetTimeout

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

SetTimeout adds the timeout to the transfer organization runs params

func (*TransferOrganizationRunsParams) WithBody

WithBody adds the body to the transfer organization runs params

func (*TransferOrganizationRunsParams) WithContext

WithContext adds the context to the transfer organization runs params

func (*TransferOrganizationRunsParams) WithDefaults

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

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

func (*TransferOrganizationRunsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the transfer organization runs params

func (*TransferOrganizationRunsParams) WithOwner

WithOwner adds the owner to the transfer organization runs params

func (*TransferOrganizationRunsParams) WithTimeout

WithTimeout adds the timeout to the transfer organization runs params

func (*TransferOrganizationRunsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TransferOrganizationRunsReader

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

TransferOrganizationRunsReader is a Reader for the TransferOrganizationRuns structure.

func (*TransferOrganizationRunsReader) ReadResponse

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

func (*UpdateOrganizationDefault) IsClientError added in v1.21.0

func (o *UpdateOrganizationDefault) IsClientError() bool

IsClientError returns true when this update organization default response has a 4xx status code

func (*UpdateOrganizationDefault) IsCode added in v1.21.0

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

IsCode returns true when this update organization default response a status code equal to that given

func (*UpdateOrganizationDefault) IsRedirect added in v1.21.0

func (o *UpdateOrganizationDefault) IsRedirect() bool

IsRedirect returns true when this update organization default response has a 3xx status code

func (*UpdateOrganizationDefault) IsServerError added in v1.21.0

func (o *UpdateOrganizationDefault) IsServerError() bool

IsServerError returns true when this update organization default response has a 5xx status code

func (*UpdateOrganizationDefault) IsSuccess added in v1.21.0

func (o *UpdateOrganizationDefault) IsSuccess() bool

IsSuccess returns true when this update organization default response has a 2xx status code

func (*UpdateOrganizationDefault) String added in v1.21.0

func (o *UpdateOrganizationDefault) String() string

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) Code added in v1.22.0

func (o *UpdateOrganizationForbidden) Code() int

Code gets the status code for the update organization forbidden response

func (*UpdateOrganizationForbidden) Error

func (*UpdateOrganizationForbidden) GetPayload

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

func (*UpdateOrganizationForbidden) IsClientError added in v1.21.0

func (o *UpdateOrganizationForbidden) IsClientError() bool

IsClientError returns true when this update organization forbidden response has a 4xx status code

func (*UpdateOrganizationForbidden) IsCode added in v1.21.0

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

IsCode returns true when this update organization forbidden response a status code equal to that given

func (*UpdateOrganizationForbidden) IsRedirect added in v1.21.0

func (o *UpdateOrganizationForbidden) IsRedirect() bool

IsRedirect returns true when this update organization forbidden response has a 3xx status code

func (*UpdateOrganizationForbidden) IsServerError added in v1.21.0

func (o *UpdateOrganizationForbidden) IsServerError() bool

IsServerError returns true when this update organization forbidden response has a 5xx status code

func (*UpdateOrganizationForbidden) IsSuccess added in v1.21.0

func (o *UpdateOrganizationForbidden) IsSuccess() bool

IsSuccess returns true when this update organization forbidden response has a 2xx status code

func (*UpdateOrganizationForbidden) String added in v1.21.0

func (o *UpdateOrganizationForbidden) String() string

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

func (*UpdateOrganizationInvitationDefault) IsClientError added in v1.21.0

func (o *UpdateOrganizationInvitationDefault) IsClientError() bool

IsClientError returns true when this update organization invitation default response has a 4xx status code

func (*UpdateOrganizationInvitationDefault) IsCode added in v1.21.0

IsCode returns true when this update organization invitation default response a status code equal to that given

func (*UpdateOrganizationInvitationDefault) IsRedirect added in v1.21.0

func (o *UpdateOrganizationInvitationDefault) IsRedirect() bool

IsRedirect returns true when this update organization invitation default response has a 3xx status code

func (*UpdateOrganizationInvitationDefault) IsServerError added in v1.21.0

func (o *UpdateOrganizationInvitationDefault) IsServerError() bool

IsServerError returns true when this update organization invitation default response has a 5xx status code

func (*UpdateOrganizationInvitationDefault) IsSuccess added in v1.21.0

IsSuccess returns true when this update organization invitation default response has a 2xx status code

func (*UpdateOrganizationInvitationDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*UpdateOrganizationInvitationForbidden) Error

func (*UpdateOrganizationInvitationForbidden) GetPayload

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

func (*UpdateOrganizationInvitationForbidden) IsClientError added in v1.21.0

func (o *UpdateOrganizationInvitationForbidden) IsClientError() bool

IsClientError returns true when this update organization invitation forbidden response has a 4xx status code

func (*UpdateOrganizationInvitationForbidden) IsCode added in v1.21.0

IsCode returns true when this update organization invitation forbidden response a status code equal to that given

func (*UpdateOrganizationInvitationForbidden) IsRedirect added in v1.21.0

IsRedirect returns true when this update organization invitation forbidden response has a 3xx status code

func (*UpdateOrganizationInvitationForbidden) IsServerError added in v1.21.0

func (o *UpdateOrganizationInvitationForbidden) IsServerError() bool

IsServerError returns true when this update organization invitation forbidden response has a 5xx status code

func (*UpdateOrganizationInvitationForbidden) IsSuccess added in v1.21.0

IsSuccess returns true when this update organization invitation forbidden response has a 2xx status code

func (*UpdateOrganizationInvitationForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the update organization invitation no content response

func (*UpdateOrganizationInvitationNoContent) Error

func (*UpdateOrganizationInvitationNoContent) GetPayload

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

func (*UpdateOrganizationInvitationNoContent) IsClientError added in v1.21.0

func (o *UpdateOrganizationInvitationNoContent) IsClientError() bool

IsClientError returns true when this update organization invitation no content response has a 4xx status code

func (*UpdateOrganizationInvitationNoContent) IsCode added in v1.21.0

IsCode returns true when this update organization invitation no content response a status code equal to that given

func (*UpdateOrganizationInvitationNoContent) IsRedirect added in v1.21.0

IsRedirect returns true when this update organization invitation no content response has a 3xx status code

func (*UpdateOrganizationInvitationNoContent) IsServerError added in v1.21.0

func (o *UpdateOrganizationInvitationNoContent) IsServerError() bool

IsServerError returns true when this update organization invitation no content response has a 5xx status code

func (*UpdateOrganizationInvitationNoContent) IsSuccess added in v1.21.0

IsSuccess returns true when this update organization invitation no content response has a 2xx status code

func (*UpdateOrganizationInvitationNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the update organization invitation not found response

func (*UpdateOrganizationInvitationNotFound) Error

func (*UpdateOrganizationInvitationNotFound) GetPayload

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

func (*UpdateOrganizationInvitationNotFound) IsClientError added in v1.21.0

func (o *UpdateOrganizationInvitationNotFound) IsClientError() bool

IsClientError returns true when this update organization invitation not found response has a 4xx status code

func (*UpdateOrganizationInvitationNotFound) IsCode added in v1.21.0

IsCode returns true when this update organization invitation not found response a status code equal to that given

func (*UpdateOrganizationInvitationNotFound) IsRedirect added in v1.21.0

IsRedirect returns true when this update organization invitation not found response has a 3xx status code

func (*UpdateOrganizationInvitationNotFound) IsServerError added in v1.21.0

func (o *UpdateOrganizationInvitationNotFound) IsServerError() bool

IsServerError returns true when this update organization invitation not found response has a 5xx status code

func (*UpdateOrganizationInvitationNotFound) IsSuccess added in v1.21.0

IsSuccess returns true when this update organization invitation not found response has a 2xx status code

func (*UpdateOrganizationInvitationNotFound) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the update organization invitation o k response

func (*UpdateOrganizationInvitationOK) Error

func (*UpdateOrganizationInvitationOK) GetPayload

func (*UpdateOrganizationInvitationOK) IsClientError added in v1.21.0

func (o *UpdateOrganizationInvitationOK) IsClientError() bool

IsClientError returns true when this update organization invitation o k response has a 4xx status code

func (*UpdateOrganizationInvitationOK) IsCode added in v1.21.0

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

IsCode returns true when this update organization invitation o k response a status code equal to that given

func (*UpdateOrganizationInvitationOK) IsRedirect added in v1.21.0

func (o *UpdateOrganizationInvitationOK) IsRedirect() bool

IsRedirect returns true when this update organization invitation o k response has a 3xx status code

func (*UpdateOrganizationInvitationOK) IsServerError added in v1.21.0

func (o *UpdateOrganizationInvitationOK) IsServerError() bool

IsServerError returns true when this update organization invitation o k response has a 5xx status code

func (*UpdateOrganizationInvitationOK) IsSuccess added in v1.21.0

func (o *UpdateOrganizationInvitationOK) IsSuccess() bool

IsSuccess returns true when this update organization invitation o k response has a 2xx status code

func (*UpdateOrganizationInvitationOK) String added in v1.21.0

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

func (*UpdateOrganizationMemberDefault) IsClientError added in v1.21.0

func (o *UpdateOrganizationMemberDefault) IsClientError() bool

IsClientError returns true when this update organization member default response has a 4xx status code

func (*UpdateOrganizationMemberDefault) IsCode added in v1.21.0

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

IsCode returns true when this update organization member default response a status code equal to that given

func (*UpdateOrganizationMemberDefault) IsRedirect added in v1.21.0

func (o *UpdateOrganizationMemberDefault) IsRedirect() bool

IsRedirect returns true when this update organization member default response has a 3xx status code

func (*UpdateOrganizationMemberDefault) IsServerError added in v1.21.0

func (o *UpdateOrganizationMemberDefault) IsServerError() bool

IsServerError returns true when this update organization member default response has a 5xx status code

func (*UpdateOrganizationMemberDefault) IsSuccess added in v1.21.0

func (o *UpdateOrganizationMemberDefault) IsSuccess() bool

IsSuccess returns true when this update organization member default response has a 2xx status code

func (*UpdateOrganizationMemberDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*UpdateOrganizationMemberForbidden) Error

func (*UpdateOrganizationMemberForbidden) GetPayload

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

func (*UpdateOrganizationMemberForbidden) IsClientError added in v1.21.0

func (o *UpdateOrganizationMemberForbidden) IsClientError() bool

IsClientError returns true when this update organization member forbidden response has a 4xx status code

func (*UpdateOrganizationMemberForbidden) IsCode added in v1.21.0

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

IsCode returns true when this update organization member forbidden response a status code equal to that given

func (*UpdateOrganizationMemberForbidden) IsRedirect added in v1.21.0

func (o *UpdateOrganizationMemberForbidden) IsRedirect() bool

IsRedirect returns true when this update organization member forbidden response has a 3xx status code

func (*UpdateOrganizationMemberForbidden) IsServerError added in v1.21.0

func (o *UpdateOrganizationMemberForbidden) IsServerError() bool

IsServerError returns true when this update organization member forbidden response has a 5xx status code

func (*UpdateOrganizationMemberForbidden) IsSuccess added in v1.21.0

func (o *UpdateOrganizationMemberForbidden) IsSuccess() bool

IsSuccess returns true when this update organization member forbidden response has a 2xx status code

func (*UpdateOrganizationMemberForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the update organization member no content response

func (*UpdateOrganizationMemberNoContent) Error

func (*UpdateOrganizationMemberNoContent) GetPayload

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

func (*UpdateOrganizationMemberNoContent) IsClientError added in v1.21.0

func (o *UpdateOrganizationMemberNoContent) IsClientError() bool

IsClientError returns true when this update organization member no content response has a 4xx status code

func (*UpdateOrganizationMemberNoContent) IsCode added in v1.21.0

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

IsCode returns true when this update organization member no content response a status code equal to that given

func (*UpdateOrganizationMemberNoContent) IsRedirect added in v1.21.0

func (o *UpdateOrganizationMemberNoContent) IsRedirect() bool

IsRedirect returns true when this update organization member no content response has a 3xx status code

func (*UpdateOrganizationMemberNoContent) IsServerError added in v1.21.0

func (o *UpdateOrganizationMemberNoContent) IsServerError() bool

IsServerError returns true when this update organization member no content response has a 5xx status code

func (*UpdateOrganizationMemberNoContent) IsSuccess added in v1.21.0

func (o *UpdateOrganizationMemberNoContent) IsSuccess() bool

IsSuccess returns true when this update organization member no content response has a 2xx status code

func (*UpdateOrganizationMemberNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the update organization member not found response

func (*UpdateOrganizationMemberNotFound) Error

func (*UpdateOrganizationMemberNotFound) GetPayload

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

func (*UpdateOrganizationMemberNotFound) IsClientError added in v1.21.0

func (o *UpdateOrganizationMemberNotFound) IsClientError() bool

IsClientError returns true when this update organization member not found response has a 4xx status code

func (*UpdateOrganizationMemberNotFound) IsCode added in v1.21.0

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

IsCode returns true when this update organization member not found response a status code equal to that given

func (*UpdateOrganizationMemberNotFound) IsRedirect added in v1.21.0

func (o *UpdateOrganizationMemberNotFound) IsRedirect() bool

IsRedirect returns true when this update organization member not found response has a 3xx status code

func (*UpdateOrganizationMemberNotFound) IsServerError added in v1.21.0

func (o *UpdateOrganizationMemberNotFound) IsServerError() bool

IsServerError returns true when this update organization member not found response has a 5xx status code

func (*UpdateOrganizationMemberNotFound) IsSuccess added in v1.21.0

func (o *UpdateOrganizationMemberNotFound) IsSuccess() bool

IsSuccess returns true when this update organization member not found response has a 2xx status code

func (*UpdateOrganizationMemberNotFound) String added in v1.21.0

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) Code added in v1.22.0

func (o *UpdateOrganizationMemberOK) Code() int

Code gets the status code for the update organization member o k response

func (*UpdateOrganizationMemberOK) Error

func (*UpdateOrganizationMemberOK) GetPayload

func (*UpdateOrganizationMemberOK) IsClientError added in v1.21.0

func (o *UpdateOrganizationMemberOK) IsClientError() bool

IsClientError returns true when this update organization member o k response has a 4xx status code

func (*UpdateOrganizationMemberOK) IsCode added in v1.21.0

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

IsCode returns true when this update organization member o k response a status code equal to that given

func (*UpdateOrganizationMemberOK) IsRedirect added in v1.21.0

func (o *UpdateOrganizationMemberOK) IsRedirect() bool

IsRedirect returns true when this update organization member o k response has a 3xx status code

func (*UpdateOrganizationMemberOK) IsServerError added in v1.21.0

func (o *UpdateOrganizationMemberOK) IsServerError() bool

IsServerError returns true when this update organization member o k response has a 5xx status code

func (*UpdateOrganizationMemberOK) IsSuccess added in v1.21.0

func (o *UpdateOrganizationMemberOK) IsSuccess() bool

IsSuccess returns true when this update organization member o k response has a 2xx status code

func (*UpdateOrganizationMemberOK) String added in v1.21.0

func (o *UpdateOrganizationMemberOK) String() string

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) Code added in v1.22.0

func (o *UpdateOrganizationNoContent) Code() int

Code gets the status code for the update organization no content response

func (*UpdateOrganizationNoContent) Error

func (*UpdateOrganizationNoContent) GetPayload

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

func (*UpdateOrganizationNoContent) IsClientError added in v1.21.0

func (o *UpdateOrganizationNoContent) IsClientError() bool

IsClientError returns true when this update organization no content response has a 4xx status code

func (*UpdateOrganizationNoContent) IsCode added in v1.21.0

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

IsCode returns true when this update organization no content response a status code equal to that given

func (*UpdateOrganizationNoContent) IsRedirect added in v1.21.0

func (o *UpdateOrganizationNoContent) IsRedirect() bool

IsRedirect returns true when this update organization no content response has a 3xx status code

func (*UpdateOrganizationNoContent) IsServerError added in v1.21.0

func (o *UpdateOrganizationNoContent) IsServerError() bool

IsServerError returns true when this update organization no content response has a 5xx status code

func (*UpdateOrganizationNoContent) IsSuccess added in v1.21.0

func (o *UpdateOrganizationNoContent) IsSuccess() bool

IsSuccess returns true when this update organization no content response has a 2xx status code

func (*UpdateOrganizationNoContent) String added in v1.21.0

func (o *UpdateOrganizationNoContent) String() string

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) Code added in v1.22.0

func (o *UpdateOrganizationNotFound) Code() int

Code gets the status code for the update organization not found response

func (*UpdateOrganizationNotFound) Error

func (*UpdateOrganizationNotFound) GetPayload

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

func (*UpdateOrganizationNotFound) IsClientError added in v1.21.0

func (o *UpdateOrganizationNotFound) IsClientError() bool

IsClientError returns true when this update organization not found response has a 4xx status code

func (*UpdateOrganizationNotFound) IsCode added in v1.21.0

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

IsCode returns true when this update organization not found response a status code equal to that given

func (*UpdateOrganizationNotFound) IsRedirect added in v1.21.0

func (o *UpdateOrganizationNotFound) IsRedirect() bool

IsRedirect returns true when this update organization not found response has a 3xx status code

func (*UpdateOrganizationNotFound) IsServerError added in v1.21.0

func (o *UpdateOrganizationNotFound) IsServerError() bool

IsServerError returns true when this update organization not found response has a 5xx status code

func (*UpdateOrganizationNotFound) IsSuccess added in v1.21.0

func (o *UpdateOrganizationNotFound) IsSuccess() bool

IsSuccess returns true when this update organization not found response has a 2xx status code

func (*UpdateOrganizationNotFound) String added in v1.21.0

func (o *UpdateOrganizationNotFound) String() string

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) Code added in v1.22.0

func (o *UpdateOrganizationOK) Code() int

Code gets the status code for the update organization o k response

func (*UpdateOrganizationOK) Error

func (o *UpdateOrganizationOK) Error() string

func (*UpdateOrganizationOK) GetPayload

func (*UpdateOrganizationOK) IsClientError added in v1.21.0

func (o *UpdateOrganizationOK) IsClientError() bool

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

func (*UpdateOrganizationOK) IsCode added in v1.21.0

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

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

func (*UpdateOrganizationOK) IsRedirect added in v1.21.0

func (o *UpdateOrganizationOK) IsRedirect() bool

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

func (*UpdateOrganizationOK) IsServerError added in v1.21.0

func (o *UpdateOrganizationOK) IsServerError() bool

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

func (*UpdateOrganizationOK) IsSuccess added in v1.21.0

func (o *UpdateOrganizationOK) IsSuccess() bool

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

func (*UpdateOrganizationOK) String added in v1.21.0

func (o *UpdateOrganizationOK) String() string

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

func (*UpdateOrganizationSettingsDefault) IsClientError added in v1.21.0

func (o *UpdateOrganizationSettingsDefault) IsClientError() bool

IsClientError returns true when this update organization settings default response has a 4xx status code

func (*UpdateOrganizationSettingsDefault) IsCode added in v1.21.0

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

IsCode returns true when this update organization settings default response a status code equal to that given

func (*UpdateOrganizationSettingsDefault) IsRedirect added in v1.21.0

func (o *UpdateOrganizationSettingsDefault) IsRedirect() bool

IsRedirect returns true when this update organization settings default response has a 3xx status code

func (*UpdateOrganizationSettingsDefault) IsServerError added in v1.21.0

func (o *UpdateOrganizationSettingsDefault) IsServerError() bool

IsServerError returns true when this update organization settings default response has a 5xx status code

func (*UpdateOrganizationSettingsDefault) IsSuccess added in v1.21.0

func (o *UpdateOrganizationSettingsDefault) IsSuccess() bool

IsSuccess returns true when this update organization settings default response has a 2xx status code

func (*UpdateOrganizationSettingsDefault) String added in v1.21.0

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) Code added in v1.22.0

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

func (*UpdateOrganizationSettingsForbidden) Error

func (*UpdateOrganizationSettingsForbidden) GetPayload

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

func (*UpdateOrganizationSettingsForbidden) IsClientError added in v1.21.0

func (o *UpdateOrganizationSettingsForbidden) IsClientError() bool

IsClientError returns true when this update organization settings forbidden response has a 4xx status code

func (*UpdateOrganizationSettingsForbidden) IsCode added in v1.21.0

IsCode returns true when this update organization settings forbidden response a status code equal to that given

func (*UpdateOrganizationSettingsForbidden) IsRedirect added in v1.21.0

func (o *UpdateOrganizationSettingsForbidden) IsRedirect() bool

IsRedirect returns true when this update organization settings forbidden response has a 3xx status code

func (*UpdateOrganizationSettingsForbidden) IsServerError added in v1.21.0

func (o *UpdateOrganizationSettingsForbidden) IsServerError() bool

IsServerError returns true when this update organization settings forbidden response has a 5xx status code

func (*UpdateOrganizationSettingsForbidden) IsSuccess added in v1.21.0

IsSuccess returns true when this update organization settings forbidden response has a 2xx status code

func (*UpdateOrganizationSettingsForbidden) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the update organization settings no content response

func (*UpdateOrganizationSettingsNoContent) Error

func (*UpdateOrganizationSettingsNoContent) GetPayload

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

func (*UpdateOrganizationSettingsNoContent) IsClientError added in v1.21.0

func (o *UpdateOrganizationSettingsNoContent) IsClientError() bool

IsClientError returns true when this update organization settings no content response has a 4xx status code

func (*UpdateOrganizationSettingsNoContent) IsCode added in v1.21.0

IsCode returns true when this update organization settings no content response a status code equal to that given

func (*UpdateOrganizationSettingsNoContent) IsRedirect added in v1.21.0

func (o *UpdateOrganizationSettingsNoContent) IsRedirect() bool

IsRedirect returns true when this update organization settings no content response has a 3xx status code

func (*UpdateOrganizationSettingsNoContent) IsServerError added in v1.21.0

func (o *UpdateOrganizationSettingsNoContent) IsServerError() bool

IsServerError returns true when this update organization settings no content response has a 5xx status code

func (*UpdateOrganizationSettingsNoContent) IsSuccess added in v1.21.0

IsSuccess returns true when this update organization settings no content response has a 2xx status code

func (*UpdateOrganizationSettingsNoContent) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the update organization settings not found response

func (*UpdateOrganizationSettingsNotFound) Error

func (*UpdateOrganizationSettingsNotFound) GetPayload

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

func (*UpdateOrganizationSettingsNotFound) IsClientError added in v1.21.0

func (o *UpdateOrganizationSettingsNotFound) IsClientError() bool

IsClientError returns true when this update organization settings not found response has a 4xx status code

func (*UpdateOrganizationSettingsNotFound) IsCode added in v1.21.0

IsCode returns true when this update organization settings not found response a status code equal to that given

func (*UpdateOrganizationSettingsNotFound) IsRedirect added in v1.21.0

func (o *UpdateOrganizationSettingsNotFound) IsRedirect() bool

IsRedirect returns true when this update organization settings not found response has a 3xx status code

func (*UpdateOrganizationSettingsNotFound) IsServerError added in v1.21.0

func (o *UpdateOrganizationSettingsNotFound) IsServerError() bool

IsServerError returns true when this update organization settings not found response has a 5xx status code

func (*UpdateOrganizationSettingsNotFound) IsSuccess added in v1.21.0

IsSuccess returns true when this update organization settings not found response has a 2xx status code

func (*UpdateOrganizationSettingsNotFound) String added in v1.21.0

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) Code added in v1.22.0

Code gets the status code for the update organization settings o k response

func (*UpdateOrganizationSettingsOK) Error

func (*UpdateOrganizationSettingsOK) GetPayload

func (*UpdateOrganizationSettingsOK) IsClientError added in v1.21.0

func (o *UpdateOrganizationSettingsOK) IsClientError() bool

IsClientError returns true when this update organization settings o k response has a 4xx status code

func (*UpdateOrganizationSettingsOK) IsCode added in v1.21.0

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

IsCode returns true when this update organization settings o k response a status code equal to that given

func (*UpdateOrganizationSettingsOK) IsRedirect added in v1.21.0

func (o *UpdateOrganizationSettingsOK) IsRedirect() bool

IsRedirect returns true when this update organization settings o k response has a 3xx status code

func (*UpdateOrganizationSettingsOK) IsServerError added in v1.21.0

func (o *UpdateOrganizationSettingsOK) IsServerError() bool

IsServerError returns true when this update organization settings o k response has a 5xx status code

func (*UpdateOrganizationSettingsOK) IsSuccess added in v1.21.0

func (o *UpdateOrganizationSettingsOK) IsSuccess() bool

IsSuccess returns true when this update organization settings o k response has a 2xx status code

func (*UpdateOrganizationSettingsOK) String added in v1.21.0

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