organizations

package
v0.0.0-...-7426b64 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddOrganizationAutoInviteForbidden

type AddOrganizationAutoInviteForbidden struct {
	Payload *mono_models.Message
}
AddOrganizationAutoInviteForbidden describes a response with status code 403, with default header values.

Forbidden

func NewAddOrganizationAutoInviteForbidden

func NewAddOrganizationAutoInviteForbidden() *AddOrganizationAutoInviteForbidden

NewAddOrganizationAutoInviteForbidden creates a AddOrganizationAutoInviteForbidden with default headers values

func (*AddOrganizationAutoInviteForbidden) Error

func (*AddOrganizationAutoInviteForbidden) GetPayload

type AddOrganizationAutoInviteInternalServerError

type AddOrganizationAutoInviteInternalServerError struct {
	Payload *mono_models.Message
}
AddOrganizationAutoInviteInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewAddOrganizationAutoInviteInternalServerError

func NewAddOrganizationAutoInviteInternalServerError() *AddOrganizationAutoInviteInternalServerError

NewAddOrganizationAutoInviteInternalServerError creates a AddOrganizationAutoInviteInternalServerError with default headers values

func (*AddOrganizationAutoInviteInternalServerError) Error

func (*AddOrganizationAutoInviteInternalServerError) GetPayload

type AddOrganizationAutoInviteOK

type AddOrganizationAutoInviteOK struct {
	Payload []*mono_models.AutoInviteSettings
}
AddOrganizationAutoInviteOK describes a response with status code 200, with default header values.

Success

func NewAddOrganizationAutoInviteOK

func NewAddOrganizationAutoInviteOK() *AddOrganizationAutoInviteOK

NewAddOrganizationAutoInviteOK creates a AddOrganizationAutoInviteOK with default headers values

func (*AddOrganizationAutoInviteOK) Error

func (*AddOrganizationAutoInviteOK) GetPayload

type AddOrganizationAutoInviteParams

type AddOrganizationAutoInviteParams struct {

	// Content.
	Content *mono_models.AutoInviteSettings

	/* OrganizationName.

	   organizationName of desired organization
	*/
	OrganizationName string

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

AddOrganizationAutoInviteParams contains all the parameters to send to the API endpoint

for the add organization auto invite operation.

Typically these are written to a http.Request.

func NewAddOrganizationAutoInviteParams

func NewAddOrganizationAutoInviteParams() *AddOrganizationAutoInviteParams

NewAddOrganizationAutoInviteParams creates a new AddOrganizationAutoInviteParams 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 NewAddOrganizationAutoInviteParamsWithContext

func NewAddOrganizationAutoInviteParamsWithContext(ctx context.Context) *AddOrganizationAutoInviteParams

NewAddOrganizationAutoInviteParamsWithContext creates a new AddOrganizationAutoInviteParams object with the ability to set a context for a request.

func NewAddOrganizationAutoInviteParamsWithHTTPClient

func NewAddOrganizationAutoInviteParamsWithHTTPClient(client *http.Client) *AddOrganizationAutoInviteParams

NewAddOrganizationAutoInviteParamsWithHTTPClient creates a new AddOrganizationAutoInviteParams object with the ability to set a custom HTTPClient for a request.

func NewAddOrganizationAutoInviteParamsWithTimeout

func NewAddOrganizationAutoInviteParamsWithTimeout(timeout time.Duration) *AddOrganizationAutoInviteParams

NewAddOrganizationAutoInviteParamsWithTimeout creates a new AddOrganizationAutoInviteParams object with the ability to set a timeout on a request.

func (*AddOrganizationAutoInviteParams) SetContent

SetContent adds the content to the add organization auto invite params

func (*AddOrganizationAutoInviteParams) SetContext

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

SetContext adds the context to the add organization auto invite params

func (*AddOrganizationAutoInviteParams) SetDefaults

func (o *AddOrganizationAutoInviteParams) SetDefaults()

SetDefaults hydrates default values in the add organization auto invite params (not the query body).

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

func (*AddOrganizationAutoInviteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add organization auto invite params

func (*AddOrganizationAutoInviteParams) SetOrganizationName

func (o *AddOrganizationAutoInviteParams) SetOrganizationName(organizationName string)

SetOrganizationName adds the organizationName to the add organization auto invite params

func (*AddOrganizationAutoInviteParams) SetTimeout

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

SetTimeout adds the timeout to the add organization auto invite params

func (*AddOrganizationAutoInviteParams) WithContent

WithContent adds the content to the add organization auto invite params

func (*AddOrganizationAutoInviteParams) WithContext

WithContext adds the context to the add organization auto invite params

func (*AddOrganizationAutoInviteParams) WithDefaults

WithDefaults hydrates default values in the add organization auto invite params (not the query body).

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

func (*AddOrganizationAutoInviteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the add organization auto invite params

func (*AddOrganizationAutoInviteParams) WithOrganizationName

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

WithOrganizationName adds the organizationName to the add organization auto invite params

func (*AddOrganizationAutoInviteParams) WithTimeout

WithTimeout adds the timeout to the add organization auto invite params

func (*AddOrganizationAutoInviteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddOrganizationAutoInviteReader

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

AddOrganizationAutoInviteReader is a Reader for the AddOrganizationAutoInvite structure.

func (*AddOrganizationAutoInviteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddOrganizationBadRequest

type AddOrganizationBadRequest struct {
	Payload *mono_models.Message
}
AddOrganizationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewAddOrganizationBadRequest

func NewAddOrganizationBadRequest() *AddOrganizationBadRequest

NewAddOrganizationBadRequest creates a AddOrganizationBadRequest with default headers values

func (*AddOrganizationBadRequest) Error

func (o *AddOrganizationBadRequest) Error() string

func (*AddOrganizationBadRequest) GetPayload

type AddOrganizationConflict

type AddOrganizationConflict struct {
	Payload *mono_models.Message
}
AddOrganizationConflict describes a response with status code 409, with default header values.

Conflict

func NewAddOrganizationConflict

func NewAddOrganizationConflict() *AddOrganizationConflict

NewAddOrganizationConflict creates a AddOrganizationConflict with default headers values

func (*AddOrganizationConflict) Error

func (o *AddOrganizationConflict) Error() string

func (*AddOrganizationConflict) GetPayload

func (o *AddOrganizationConflict) GetPayload() *mono_models.Message

type AddOrganizationForbidden

type AddOrganizationForbidden struct {
	Payload *mono_models.Message
}
AddOrganizationForbidden describes a response with status code 403, with default header values.

Forbidden

func NewAddOrganizationForbidden

func NewAddOrganizationForbidden() *AddOrganizationForbidden

NewAddOrganizationForbidden creates a AddOrganizationForbidden with default headers values

func (*AddOrganizationForbidden) Error

func (o *AddOrganizationForbidden) Error() string

func (*AddOrganizationForbidden) GetPayload

func (o *AddOrganizationForbidden) GetPayload() *mono_models.Message

type AddOrganizationInternalServerError

type AddOrganizationInternalServerError struct {
	Payload *mono_models.Message
}
AddOrganizationInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewAddOrganizationInternalServerError

func NewAddOrganizationInternalServerError() *AddOrganizationInternalServerError

NewAddOrganizationInternalServerError creates a AddOrganizationInternalServerError with default headers values

func (*AddOrganizationInternalServerError) Error

func (*AddOrganizationInternalServerError) GetPayload

type AddOrganizationOK

type AddOrganizationOK struct {
	Payload *mono_models.Organization
}
AddOrganizationOK describes a response with status code 200, with default header values.

Organization Created

func NewAddOrganizationOK

func NewAddOrganizationOK() *AddOrganizationOK

NewAddOrganizationOK creates a AddOrganizationOK with default headers values

func (*AddOrganizationOK) Error

func (o *AddOrganizationOK) Error() string

func (*AddOrganizationOK) GetPayload

func (o *AddOrganizationOK) GetPayload() *mono_models.Organization

type AddOrganizationParams

type AddOrganizationParams struct {

	/* Organization.

	   Organization to add
	*/
	Organization *mono_models.OrganizationEditable

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

AddOrganizationParams contains all the parameters to send to the API endpoint

for the add organization operation.

Typically these are written to a http.Request.

func NewAddOrganizationParams

func NewAddOrganizationParams() *AddOrganizationParams

NewAddOrganizationParams creates a new AddOrganizationParams 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 NewAddOrganizationParamsWithContext

func NewAddOrganizationParamsWithContext(ctx context.Context) *AddOrganizationParams

NewAddOrganizationParamsWithContext creates a new AddOrganizationParams object with the ability to set a context for a request.

func NewAddOrganizationParamsWithHTTPClient

func NewAddOrganizationParamsWithHTTPClient(client *http.Client) *AddOrganizationParams

NewAddOrganizationParamsWithHTTPClient creates a new AddOrganizationParams object with the ability to set a custom HTTPClient for a request.

func NewAddOrganizationParamsWithTimeout

func NewAddOrganizationParamsWithTimeout(timeout time.Duration) *AddOrganizationParams

NewAddOrganizationParamsWithTimeout creates a new AddOrganizationParams object with the ability to set a timeout on a request.

func (*AddOrganizationParams) SetContext

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

SetContext adds the context to the add organization params

func (*AddOrganizationParams) SetDefaults

func (o *AddOrganizationParams) SetDefaults()

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

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

func (*AddOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add organization params

func (*AddOrganizationParams) SetOrganization

func (o *AddOrganizationParams) SetOrganization(organization *mono_models.OrganizationEditable)

SetOrganization adds the organization to the add organization params

func (*AddOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the add organization params

func (*AddOrganizationParams) WithContext

WithContext adds the context to the add organization params

func (*AddOrganizationParams) WithDefaults

func (o *AddOrganizationParams) WithDefaults() *AddOrganizationParams

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

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

func (*AddOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add organization params

func (*AddOrganizationParams) WithOrganization

WithOrganization adds the organization to the add organization params

func (*AddOrganizationParams) WithTimeout

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

WithTimeout adds the timeout to the add organization params

func (*AddOrganizationParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddOrganizationReader

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

AddOrganizationReader is a Reader for the AddOrganization structure.

func (*AddOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkInviteOrganizationBadRequest

type BulkInviteOrganizationBadRequest struct {
	Payload *mono_models.Message
}
BulkInviteOrganizationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewBulkInviteOrganizationBadRequest

func NewBulkInviteOrganizationBadRequest() *BulkInviteOrganizationBadRequest

NewBulkInviteOrganizationBadRequest creates a BulkInviteOrganizationBadRequest with default headers values

func (*BulkInviteOrganizationBadRequest) Error

func (*BulkInviteOrganizationBadRequest) GetPayload

type BulkInviteOrganizationForbidden

type BulkInviteOrganizationForbidden struct {
	Payload *mono_models.Message
}
BulkInviteOrganizationForbidden describes a response with status code 403, with default header values.

Forbidden

func NewBulkInviteOrganizationForbidden

func NewBulkInviteOrganizationForbidden() *BulkInviteOrganizationForbidden

NewBulkInviteOrganizationForbidden creates a BulkInviteOrganizationForbidden with default headers values

func (*BulkInviteOrganizationForbidden) Error

func (*BulkInviteOrganizationForbidden) GetPayload

type BulkInviteOrganizationInternalServerError

type BulkInviteOrganizationInternalServerError struct {
	Payload *mono_models.Message
}
BulkInviteOrganizationInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewBulkInviteOrganizationInternalServerError

func NewBulkInviteOrganizationInternalServerError() *BulkInviteOrganizationInternalServerError

NewBulkInviteOrganizationInternalServerError creates a BulkInviteOrganizationInternalServerError with default headers values

func (*BulkInviteOrganizationInternalServerError) Error

func (*BulkInviteOrganizationInternalServerError) GetPayload

type BulkInviteOrganizationOK

type BulkInviteOrganizationOK struct {
	Payload []*mono_models.BulkInvitationResponse
}
BulkInviteOrganizationOK describes a response with status code 200, with default header values.

Success

func NewBulkInviteOrganizationOK

func NewBulkInviteOrganizationOK() *BulkInviteOrganizationOK

NewBulkInviteOrganizationOK creates a BulkInviteOrganizationOK with default headers values

func (*BulkInviteOrganizationOK) Error

func (o *BulkInviteOrganizationOK) Error() string

func (*BulkInviteOrganizationOK) GetPayload

type BulkInviteOrganizationParams

type BulkInviteOrganizationParams struct {

	/* OrganizationName.

	   organizationName of desired organization
	*/
	OrganizationName string

	/* UserList.

	   List of user emails to invite, and the role they should be assigned.
	*/
	UserList string

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

BulkInviteOrganizationParams contains all the parameters to send to the API endpoint

for the bulk invite organization operation.

Typically these are written to a http.Request.

func NewBulkInviteOrganizationParams

func NewBulkInviteOrganizationParams() *BulkInviteOrganizationParams

NewBulkInviteOrganizationParams creates a new BulkInviteOrganizationParams 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 NewBulkInviteOrganizationParamsWithContext

func NewBulkInviteOrganizationParamsWithContext(ctx context.Context) *BulkInviteOrganizationParams

NewBulkInviteOrganizationParamsWithContext creates a new BulkInviteOrganizationParams object with the ability to set a context for a request.

func NewBulkInviteOrganizationParamsWithHTTPClient

func NewBulkInviteOrganizationParamsWithHTTPClient(client *http.Client) *BulkInviteOrganizationParams

NewBulkInviteOrganizationParamsWithHTTPClient creates a new BulkInviteOrganizationParams object with the ability to set a custom HTTPClient for a request.

func NewBulkInviteOrganizationParamsWithTimeout

func NewBulkInviteOrganizationParamsWithTimeout(timeout time.Duration) *BulkInviteOrganizationParams

NewBulkInviteOrganizationParamsWithTimeout creates a new BulkInviteOrganizationParams object with the ability to set a timeout on a request.

func (*BulkInviteOrganizationParams) SetContext

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

SetContext adds the context to the bulk invite organization params

func (*BulkInviteOrganizationParams) SetDefaults

func (o *BulkInviteOrganizationParams) SetDefaults()

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

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

func (*BulkInviteOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk invite organization params

func (*BulkInviteOrganizationParams) SetOrganizationName

func (o *BulkInviteOrganizationParams) SetOrganizationName(organizationName string)

SetOrganizationName adds the organizationName to the bulk invite organization params

func (*BulkInviteOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the bulk invite organization params

func (*BulkInviteOrganizationParams) SetUserList

func (o *BulkInviteOrganizationParams) SetUserList(userList string)

SetUserList adds the userList to the bulk invite organization params

func (*BulkInviteOrganizationParams) WithContext

WithContext adds the context to the bulk invite organization params

func (*BulkInviteOrganizationParams) WithDefaults

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

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

func (*BulkInviteOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk invite organization params

func (*BulkInviteOrganizationParams) WithOrganizationName

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

WithOrganizationName adds the organizationName to the bulk invite organization params

func (*BulkInviteOrganizationParams) WithTimeout

WithTimeout adds the timeout to the bulk invite organization params

func (*BulkInviteOrganizationParams) WithUserList

WithUserList adds the userList to the bulk invite organization params

func (*BulkInviteOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkInviteOrganizationReader

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

BulkInviteOrganizationReader is a Reader for the BulkInviteOrganization structure.

func (*BulkInviteOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkInviteOrganizationUnauthorized

type BulkInviteOrganizationUnauthorized struct {
}
BulkInviteOrganizationUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewBulkInviteOrganizationUnauthorized

func NewBulkInviteOrganizationUnauthorized() *BulkInviteOrganizationUnauthorized

NewBulkInviteOrganizationUnauthorized creates a BulkInviteOrganizationUnauthorized with default headers values

func (*BulkInviteOrganizationUnauthorized) Error

type Client

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

Client for organizations API

func (*Client) AddOrganization

func (a *Client) AddOrganization(params *AddOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddOrganizationOK, error)

AddOrganization creates a new organization

Create a new organization

func (*Client) AddOrganizationAutoInvite

func (a *Client) AddOrganizationAutoInvite(params *AddOrganizationAutoInviteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddOrganizationAutoInviteOK, error)

AddOrganizationAutoInvite adds a domain to organization auto invite

Add a domain to an organization's auto-invite settings

func (*Client) BulkInviteOrganization

func (a *Client) BulkInviteOrganization(params *BulkInviteOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkInviteOrganizationOK, error)
BulkInviteOrganization bulks organization invitations

Invite many users to an organization at once. Note that while the content type

must be sent as `text/plain`, the body is actually two column CSV data. First column is the role to assign them. It should be one of `admin`, `editor`, or `reader`. Second is email address.

Example:

```
editor, person1@email.com
editor, person2@email.com
```

Note that quoted strings are not supported.

func (*Client) DeleteInvite

func (a *Client) DeleteInvite(params *DeleteInviteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteInviteOK, error)

DeleteInvite invites a user to an organization

Revoke a user's invitation

func (*Client) DeleteOrganization

func (a *Client) DeleteOrganization(params *DeleteOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOrganizationOK, error)

DeleteOrganization deletes an organization

Delete an organization

func (*Client) DeleteOrganizationAutoInvite

func (a *Client) DeleteOrganizationAutoInvite(params *DeleteOrganizationAutoInviteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOrganizationAutoInviteOK, error)

DeleteOrganizationAutoInvite removes a domain from an organization s auto invite settings

Remove a domain from an organization's auto-invite settings

func (*Client) EditBilling

func (a *Client) EditBilling(params *EditBillingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EditBillingOK, error)

EditBilling updates an orgs billing information

Update an orgs billing information

func (*Client) EditMember

func (a *Client) EditMember(params *EditMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EditMemberOK, error)

EditMember edits a member of an organization

Edit a member of an organization

func (*Client) EditOrganization

func (a *Client) EditOrganization(params *EditOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EditOrganizationOK, error)

EditOrganization edits an organization

Edit an organization

func (*Client) GetAdminMetadata

func (a *Client) GetAdminMetadata(params *GetAdminMetadataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAdminMetadataOK, error)

GetAdminMetadata gets admin metadata for organization

Get admin metadata

func (*Client) GetBilling

func (a *Client) GetBilling(params *GetBillingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetBillingOK, error)

GetBilling retrieves an orgs billing information

Retrieve an orgs billing information

func (*Client) GetNextMutationID

func (a *Client) GetNextMutationID(params *GetNextMutationIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNextMutationIDOK, error)

GetNextMutationID nexts mutation ID

Get the id that the next mutation of this org should use

func (*Client) GetOrganization

func (a *Client) GetOrganization(params *GetOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationOK, error)

GetOrganization retrieves an organization

Return a specific organization

func (*Client) GetOrganizationAutoInvite

func (a *Client) GetOrganizationAutoInvite(params *GetOrganizationAutoInviteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationAutoInviteOK, error)

GetOrganizationAutoInvite organizations auto invite settings

Return organization auto-invite settings

func (*Client) GetOrganizationInvitations

func (a *Client) GetOrganizationInvitations(params *GetOrganizationInvitationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationInvitationsOK, error)

GetOrganizationInvitations organizations invitations

Return a list of pending invitations

func (*Client) GetOrganizationMembers

func (a *Client) GetOrganizationMembers(params *GetOrganizationMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationMembersOK, error)

GetOrganizationMembers organizations membership

Return a list of users who are members of the organization

func (*Client) GetOrganizationMutations

func (a *Client) GetOrganizationMutations(params *GetOrganizationMutationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationMutationsOK, error)

GetOrganizationMutations gets history of mutations applied to an organization

Query mutation records for the org

func (*Client) GetOrganizationTier

func (a *Client) GetOrganizationTier(params *GetOrganizationTierParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationTierOK, error)

GetOrganizationTier gets information about an organization s tier

Get information about an organization's tier

func (*Client) InviteOrganization

func (a *Client) InviteOrganization(params *InviteOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InviteOrganizationOK, error)

InviteOrganization invites a user to an organization

Invite a user to an organization's roster

func (*Client) JoinOrganization

func (a *Client) JoinOrganization(params *JoinOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*JoinOrganizationOK, error)

JoinOrganization joins a user to an organization

Add a user to an organization's roster

func (*Client) KomodoAuthorized

func (a *Client) KomodoAuthorized(params *KomodoAuthorizedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*KomodoAuthorizedOK, error)

KomodoAuthorized is user authorized to use komodo ID e

Check that the authenticated user is permitted to use Komodo IDE

func (*Client) ListOrganizations

func (a *Client) ListOrganizations(params *ListOrganizationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationsOK, error)

ListOrganizations lists of visible organizations

Retrieve all organizations from the system that the user has access to

func (*Client) MutateOrganization

func (a *Client) MutateOrganization(params *MutateOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MutateOrganizationOK, error)

MutateOrganization mutates organization

Perform an atomic mutation on the org

func (*Client) QuitOrganization

func (a *Client) QuitOrganization(params *QuitOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QuitOrganizationOK, error)

QuitOrganization drops a user from an organization

Remove a user from an organization's roster

func (*Client) SetAdminMetadata

func (a *Client) SetAdminMetadata(params *SetAdminMetadataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetAdminMetadataOK, error)

SetAdminMetadata changes admin metadata for organization

Set admin metadata

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateBillingDate

func (a *Client) UpdateBillingDate(params *UpdateBillingDateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateBillingDateOK, error)

UpdateBillingDate changes billing date for organization

Set a new billing date

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AddOrganization(params *AddOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddOrganizationOK, error)

	AddOrganizationAutoInvite(params *AddOrganizationAutoInviteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddOrganizationAutoInviteOK, error)

	BulkInviteOrganization(params *BulkInviteOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkInviteOrganizationOK, error)

	DeleteInvite(params *DeleteInviteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteInviteOK, error)

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

	DeleteOrganizationAutoInvite(params *DeleteOrganizationAutoInviteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOrganizationAutoInviteOK, error)

	EditBilling(params *EditBillingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EditBillingOK, error)

	EditMember(params *EditMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EditMemberOK, error)

	EditOrganization(params *EditOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EditOrganizationOK, error)

	GetAdminMetadata(params *GetAdminMetadataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAdminMetadataOK, error)

	GetBilling(params *GetBillingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetBillingOK, error)

	GetNextMutationID(params *GetNextMutationIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNextMutationIDOK, error)

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

	GetOrganizationAutoInvite(params *GetOrganizationAutoInviteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationAutoInviteOK, error)

	GetOrganizationInvitations(params *GetOrganizationInvitationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationInvitationsOK, error)

	GetOrganizationMembers(params *GetOrganizationMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationMembersOK, error)

	GetOrganizationMutations(params *GetOrganizationMutationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationMutationsOK, error)

	GetOrganizationTier(params *GetOrganizationTierParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationTierOK, error)

	InviteOrganization(params *InviteOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InviteOrganizationOK, error)

	JoinOrganization(params *JoinOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*JoinOrganizationOK, error)

	KomodoAuthorized(params *KomodoAuthorizedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*KomodoAuthorizedOK, error)

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

	MutateOrganization(params *MutateOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MutateOrganizationOK, error)

	QuitOrganization(params *QuitOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QuitOrganizationOK, error)

	SetAdminMetadata(params *SetAdminMetadataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetAdminMetadataOK, error)

	UpdateBillingDate(params *UpdateBillingDateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateBillingDateOK, 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 API client.

type DeleteInviteForbidden

type DeleteInviteForbidden struct {
	Payload *mono_models.Message
}
DeleteInviteForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteInviteForbidden

func NewDeleteInviteForbidden() *DeleteInviteForbidden

NewDeleteInviteForbidden creates a DeleteInviteForbidden with default headers values

func (*DeleteInviteForbidden) Error

func (o *DeleteInviteForbidden) Error() string

func (*DeleteInviteForbidden) GetPayload

func (o *DeleteInviteForbidden) GetPayload() *mono_models.Message

type DeleteInviteInternalServerError

type DeleteInviteInternalServerError struct {
	Payload *mono_models.Message
}
DeleteInviteInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteInviteInternalServerError

func NewDeleteInviteInternalServerError() *DeleteInviteInternalServerError

NewDeleteInviteInternalServerError creates a DeleteInviteInternalServerError with default headers values

func (*DeleteInviteInternalServerError) Error

func (*DeleteInviteInternalServerError) GetPayload

type DeleteInviteNotFound

type DeleteInviteNotFound struct {
	Payload *mono_models.Message
}
DeleteInviteNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteInviteNotFound

func NewDeleteInviteNotFound() *DeleteInviteNotFound

NewDeleteInviteNotFound creates a DeleteInviteNotFound with default headers values

func (*DeleteInviteNotFound) Error

func (o *DeleteInviteNotFound) Error() string

func (*DeleteInviteNotFound) GetPayload

func (o *DeleteInviteNotFound) GetPayload() *mono_models.Message

type DeleteInviteOK

type DeleteInviteOK struct {
	Payload *mono_models.Message
}
DeleteInviteOK describes a response with status code 200, with default header values.

Invitation Delete

func NewDeleteInviteOK

func NewDeleteInviteOK() *DeleteInviteOK

NewDeleteInviteOK creates a DeleteInviteOK with default headers values

func (*DeleteInviteOK) Error

func (o *DeleteInviteOK) Error() string

func (*DeleteInviteOK) GetPayload

func (o *DeleteInviteOK) GetPayload() *mono_models.Message

type DeleteInviteParams

type DeleteInviteParams struct {

	/* Email.

	   email address of invitee
	*/
	Email string

	/* OrganizationName.

	   organizationName of desired organization
	*/
	OrganizationName string

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

DeleteInviteParams contains all the parameters to send to the API endpoint

for the delete invite operation.

Typically these are written to a http.Request.

func NewDeleteInviteParams

func NewDeleteInviteParams() *DeleteInviteParams

NewDeleteInviteParams creates a new DeleteInviteParams 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 NewDeleteInviteParamsWithContext

func NewDeleteInviteParamsWithContext(ctx context.Context) *DeleteInviteParams

NewDeleteInviteParamsWithContext creates a new DeleteInviteParams object with the ability to set a context for a request.

func NewDeleteInviteParamsWithHTTPClient

func NewDeleteInviteParamsWithHTTPClient(client *http.Client) *DeleteInviteParams

NewDeleteInviteParamsWithHTTPClient creates a new DeleteInviteParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteInviteParamsWithTimeout

func NewDeleteInviteParamsWithTimeout(timeout time.Duration) *DeleteInviteParams

NewDeleteInviteParamsWithTimeout creates a new DeleteInviteParams object with the ability to set a timeout on a request.

func (*DeleteInviteParams) SetContext

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

SetContext adds the context to the delete invite params

func (*DeleteInviteParams) SetDefaults

func (o *DeleteInviteParams) SetDefaults()

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

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

func (*DeleteInviteParams) SetEmail

func (o *DeleteInviteParams) SetEmail(email string)

SetEmail adds the email to the delete invite params

func (*DeleteInviteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete invite params

func (*DeleteInviteParams) SetOrganizationName

func (o *DeleteInviteParams) SetOrganizationName(organizationName string)

SetOrganizationName adds the organizationName to the delete invite params

func (*DeleteInviteParams) SetTimeout

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

SetTimeout adds the timeout to the delete invite params

func (*DeleteInviteParams) WithContext

WithContext adds the context to the delete invite params

func (*DeleteInviteParams) WithDefaults

func (o *DeleteInviteParams) WithDefaults() *DeleteInviteParams

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

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

func (*DeleteInviteParams) WithEmail

func (o *DeleteInviteParams) WithEmail(email string) *DeleteInviteParams

WithEmail adds the email to the delete invite params

func (*DeleteInviteParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete invite params

func (*DeleteInviteParams) WithOrganizationName

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

WithOrganizationName adds the organizationName to the delete invite params

func (*DeleteInviteParams) WithTimeout

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

WithTimeout adds the timeout to the delete invite params

func (*DeleteInviteParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteInviteReader

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

DeleteInviteReader is a Reader for the DeleteInvite structure.

func (*DeleteInviteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteOrganizationAutoInviteForbidden

type DeleteOrganizationAutoInviteForbidden struct {
	Payload *mono_models.Message
}
DeleteOrganizationAutoInviteForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteOrganizationAutoInviteForbidden

func NewDeleteOrganizationAutoInviteForbidden() *DeleteOrganizationAutoInviteForbidden

NewDeleteOrganizationAutoInviteForbidden creates a DeleteOrganizationAutoInviteForbidden with default headers values

func (*DeleteOrganizationAutoInviteForbidden) Error

func (*DeleteOrganizationAutoInviteForbidden) GetPayload

type DeleteOrganizationAutoInviteInternalServerError

type DeleteOrganizationAutoInviteInternalServerError struct {
	Payload *mono_models.Message
}
DeleteOrganizationAutoInviteInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteOrganizationAutoInviteInternalServerError

func NewDeleteOrganizationAutoInviteInternalServerError() *DeleteOrganizationAutoInviteInternalServerError

NewDeleteOrganizationAutoInviteInternalServerError creates a DeleteOrganizationAutoInviteInternalServerError with default headers values

func (*DeleteOrganizationAutoInviteInternalServerError) Error

func (*DeleteOrganizationAutoInviteInternalServerError) GetPayload

type DeleteOrganizationAutoInviteNotFound

type DeleteOrganizationAutoInviteNotFound struct {
	Payload *mono_models.Message
}
DeleteOrganizationAutoInviteNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteOrganizationAutoInviteNotFound

func NewDeleteOrganizationAutoInviteNotFound() *DeleteOrganizationAutoInviteNotFound

NewDeleteOrganizationAutoInviteNotFound creates a DeleteOrganizationAutoInviteNotFound with default headers values

func (*DeleteOrganizationAutoInviteNotFound) Error

func (*DeleteOrganizationAutoInviteNotFound) GetPayload

type DeleteOrganizationAutoInviteOK

type DeleteOrganizationAutoInviteOK struct {
	Payload []*mono_models.AutoInviteSettings
}
DeleteOrganizationAutoInviteOK describes a response with status code 200, with default header values.

Success

func NewDeleteOrganizationAutoInviteOK

func NewDeleteOrganizationAutoInviteOK() *DeleteOrganizationAutoInviteOK

NewDeleteOrganizationAutoInviteOK creates a DeleteOrganizationAutoInviteOK with default headers values

func (*DeleteOrganizationAutoInviteOK) Error

func (*DeleteOrganizationAutoInviteOK) GetPayload

type DeleteOrganizationAutoInviteParams

type DeleteOrganizationAutoInviteParams struct {

	/* Domain.

	   domain to remove
	*/
	Domain string

	/* OrganizationName.

	   organizationName of desired organization
	*/
	OrganizationName string

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

DeleteOrganizationAutoInviteParams contains all the parameters to send to the API endpoint

for the delete organization auto invite operation.

Typically these are written to a http.Request.

func NewDeleteOrganizationAutoInviteParams

func NewDeleteOrganizationAutoInviteParams() *DeleteOrganizationAutoInviteParams

NewDeleteOrganizationAutoInviteParams creates a new DeleteOrganizationAutoInviteParams 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 NewDeleteOrganizationAutoInviteParamsWithContext

func NewDeleteOrganizationAutoInviteParamsWithContext(ctx context.Context) *DeleteOrganizationAutoInviteParams

NewDeleteOrganizationAutoInviteParamsWithContext creates a new DeleteOrganizationAutoInviteParams object with the ability to set a context for a request.

func NewDeleteOrganizationAutoInviteParamsWithHTTPClient

func NewDeleteOrganizationAutoInviteParamsWithHTTPClient(client *http.Client) *DeleteOrganizationAutoInviteParams

NewDeleteOrganizationAutoInviteParamsWithHTTPClient creates a new DeleteOrganizationAutoInviteParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteOrganizationAutoInviteParamsWithTimeout

func NewDeleteOrganizationAutoInviteParamsWithTimeout(timeout time.Duration) *DeleteOrganizationAutoInviteParams

NewDeleteOrganizationAutoInviteParamsWithTimeout creates a new DeleteOrganizationAutoInviteParams object with the ability to set a timeout on a request.

func (*DeleteOrganizationAutoInviteParams) SetContext

SetContext adds the context to the delete organization auto invite params

func (*DeleteOrganizationAutoInviteParams) SetDefaults

func (o *DeleteOrganizationAutoInviteParams) SetDefaults()

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

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

func (*DeleteOrganizationAutoInviteParams) SetDomain

func (o *DeleteOrganizationAutoInviteParams) SetDomain(domain string)

SetDomain adds the domain to the delete organization auto invite params

func (*DeleteOrganizationAutoInviteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete organization auto invite params

func (*DeleteOrganizationAutoInviteParams) SetOrganizationName

func (o *DeleteOrganizationAutoInviteParams) SetOrganizationName(organizationName string)

SetOrganizationName adds the organizationName to the delete organization auto invite params

func (*DeleteOrganizationAutoInviteParams) SetTimeout

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

SetTimeout adds the timeout to the delete organization auto invite params

func (*DeleteOrganizationAutoInviteParams) WithContext

WithContext adds the context to the delete organization auto invite params

func (*DeleteOrganizationAutoInviteParams) WithDefaults

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

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

func (*DeleteOrganizationAutoInviteParams) WithDomain

WithDomain adds the domain to the delete organization auto invite params

func (*DeleteOrganizationAutoInviteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete organization auto invite params

func (*DeleteOrganizationAutoInviteParams) WithOrganizationName

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

WithOrganizationName adds the organizationName to the delete organization auto invite params

func (*DeleteOrganizationAutoInviteParams) WithTimeout

WithTimeout adds the timeout to the delete organization auto invite params

func (*DeleteOrganizationAutoInviteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteOrganizationAutoInviteReader

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

DeleteOrganizationAutoInviteReader is a Reader for the DeleteOrganizationAutoInvite structure.

func (*DeleteOrganizationAutoInviteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteOrganizationBadRequest

type DeleteOrganizationBadRequest struct {
	Payload *mono_models.Message
}
DeleteOrganizationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteOrganizationBadRequest

func NewDeleteOrganizationBadRequest() *DeleteOrganizationBadRequest

NewDeleteOrganizationBadRequest creates a DeleteOrganizationBadRequest with default headers values

func (*DeleteOrganizationBadRequest) Error

func (*DeleteOrganizationBadRequest) GetPayload

type DeleteOrganizationForbidden

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

Forbidden

func NewDeleteOrganizationForbidden

func NewDeleteOrganizationForbidden() *DeleteOrganizationForbidden

NewDeleteOrganizationForbidden creates a DeleteOrganizationForbidden with default headers values

func (*DeleteOrganizationForbidden) Error

func (*DeleteOrganizationForbidden) GetPayload

type DeleteOrganizationInternalServerError

type DeleteOrganizationInternalServerError struct {
	Payload *mono_models.Message
}
DeleteOrganizationInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteOrganizationInternalServerError

func NewDeleteOrganizationInternalServerError() *DeleteOrganizationInternalServerError

NewDeleteOrganizationInternalServerError creates a DeleteOrganizationInternalServerError with default headers values

func (*DeleteOrganizationInternalServerError) Error

func (*DeleteOrganizationInternalServerError) GetPayload

type DeleteOrganizationNotFound

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

Not Found

func NewDeleteOrganizationNotFound

func NewDeleteOrganizationNotFound() *DeleteOrganizationNotFound

NewDeleteOrganizationNotFound creates a DeleteOrganizationNotFound with default headers values

func (*DeleteOrganizationNotFound) Error

func (*DeleteOrganizationNotFound) GetPayload

type DeleteOrganizationOK

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

Organization deleted

func NewDeleteOrganizationOK

func NewDeleteOrganizationOK() *DeleteOrganizationOK

NewDeleteOrganizationOK creates a DeleteOrganizationOK with default headers values

func (*DeleteOrganizationOK) Error

func (o *DeleteOrganizationOK) Error() string

func (*DeleteOrganizationOK) GetPayload

func (o *DeleteOrganizationOK) GetPayload() *mono_models.Message

type DeleteOrganizationParams

type DeleteOrganizationParams struct {

	/* IdentifierType.

	   what kind of thing the provided organizationIdentifier is

	   Default: "URLname"
	*/
	IdentifierType *string

	/* OrganizationIdentifier.

	   identifier (URLname, by default) of the desired organization
	*/
	OrganizationIdentifier 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) SetIdentifierType

func (o *DeleteOrganizationParams) SetIdentifierType(identifierType *string)

SetIdentifierType adds the identifierType to the delete organization params

func (*DeleteOrganizationParams) SetOrganizationIdentifier

func (o *DeleteOrganizationParams) SetOrganizationIdentifier(organizationIdentifier string)

SetOrganizationIdentifier adds the organizationIdentifier 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) 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) WithIdentifierType

func (o *DeleteOrganizationParams) WithIdentifierType(identifierType *string) *DeleteOrganizationParams

WithIdentifierType adds the identifierType to the delete organization params

func (*DeleteOrganizationParams) WithOrganizationIdentifier

func (o *DeleteOrganizationParams) WithOrganizationIdentifier(organizationIdentifier string) *DeleteOrganizationParams

WithOrganizationIdentifier adds the organizationIdentifier to the delete organization params

func (*DeleteOrganizationParams) WithTimeout

WithTimeout adds the timeout 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 EditBillingBadRequest

type EditBillingBadRequest struct {
	Payload *mono_models.Message
}
EditBillingBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewEditBillingBadRequest

func NewEditBillingBadRequest() *EditBillingBadRequest

NewEditBillingBadRequest creates a EditBillingBadRequest with default headers values

func (*EditBillingBadRequest) Error

func (o *EditBillingBadRequest) Error() string

func (*EditBillingBadRequest) GetPayload

func (o *EditBillingBadRequest) GetPayload() *mono_models.Message

type EditBillingForbidden

type EditBillingForbidden struct {
	Payload *mono_models.Message
}
EditBillingForbidden describes a response with status code 403, with default header values.

Forbidden

func NewEditBillingForbidden

func NewEditBillingForbidden() *EditBillingForbidden

NewEditBillingForbidden creates a EditBillingForbidden with default headers values

func (*EditBillingForbidden) Error

func (o *EditBillingForbidden) Error() string

func (*EditBillingForbidden) GetPayload

func (o *EditBillingForbidden) GetPayload() *mono_models.Message

type EditBillingInternalServerError

type EditBillingInternalServerError struct {
	Payload *mono_models.Message
}
EditBillingInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewEditBillingInternalServerError

func NewEditBillingInternalServerError() *EditBillingInternalServerError

NewEditBillingInternalServerError creates a EditBillingInternalServerError with default headers values

func (*EditBillingInternalServerError) Error

func (*EditBillingInternalServerError) GetPayload

type EditBillingNotFound

type EditBillingNotFound struct {
	Payload *mono_models.Message
}
EditBillingNotFound describes a response with status code 404, with default header values.

Not Found

func NewEditBillingNotFound

func NewEditBillingNotFound() *EditBillingNotFound

NewEditBillingNotFound creates a EditBillingNotFound with default headers values

func (*EditBillingNotFound) Error

func (o *EditBillingNotFound) Error() string

func (*EditBillingNotFound) GetPayload

func (o *EditBillingNotFound) GetPayload() *mono_models.Message

type EditBillingOK

type EditBillingOK struct {
	Payload *mono_models.BillingInformation
}
EditBillingOK describes a response with status code 200, with default header values.

Success

func NewEditBillingOK

func NewEditBillingOK() *EditBillingOK

NewEditBillingOK creates a EditBillingOK with default headers values

func (*EditBillingOK) Error

func (o *EditBillingOK) Error() string

func (*EditBillingOK) GetPayload

func (o *EditBillingOK) GetPayload() *mono_models.BillingInformation

type EditBillingParams

type EditBillingParams struct {

	/* BillingInformation.

	   updated billing information
	*/
	BillingInformation *mono_models.BillingInformationEditable

	/* IdentifierType.

	   what kind of thing the provided organizationIdentifier is

	   Default: "URLname"
	*/
	IdentifierType *string

	/* OrganizationIdentifier.

	   identifier (URLname, by default) of the desired organization
	*/
	OrganizationIdentifier string

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

EditBillingParams contains all the parameters to send to the API endpoint

for the edit billing operation.

Typically these are written to a http.Request.

func NewEditBillingParams

func NewEditBillingParams() *EditBillingParams

NewEditBillingParams creates a new EditBillingParams 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 NewEditBillingParamsWithContext

func NewEditBillingParamsWithContext(ctx context.Context) *EditBillingParams

NewEditBillingParamsWithContext creates a new EditBillingParams object with the ability to set a context for a request.

func NewEditBillingParamsWithHTTPClient

func NewEditBillingParamsWithHTTPClient(client *http.Client) *EditBillingParams

NewEditBillingParamsWithHTTPClient creates a new EditBillingParams object with the ability to set a custom HTTPClient for a request.

func NewEditBillingParamsWithTimeout

func NewEditBillingParamsWithTimeout(timeout time.Duration) *EditBillingParams

NewEditBillingParamsWithTimeout creates a new EditBillingParams object with the ability to set a timeout on a request.

func (*EditBillingParams) SetBillingInformation

func (o *EditBillingParams) SetBillingInformation(billingInformation *mono_models.BillingInformationEditable)

SetBillingInformation adds the billingInformation to the edit billing params

func (*EditBillingParams) SetContext

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

SetContext adds the context to the edit billing params

func (*EditBillingParams) SetDefaults

func (o *EditBillingParams) SetDefaults()

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

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

func (*EditBillingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the edit billing params

func (*EditBillingParams) SetIdentifierType

func (o *EditBillingParams) SetIdentifierType(identifierType *string)

SetIdentifierType adds the identifierType to the edit billing params

func (*EditBillingParams) SetOrganizationIdentifier

func (o *EditBillingParams) SetOrganizationIdentifier(organizationIdentifier string)

SetOrganizationIdentifier adds the organizationIdentifier to the edit billing params

func (*EditBillingParams) SetTimeout

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

SetTimeout adds the timeout to the edit billing params

func (*EditBillingParams) WithBillingInformation

func (o *EditBillingParams) WithBillingInformation(billingInformation *mono_models.BillingInformationEditable) *EditBillingParams

WithBillingInformation adds the billingInformation to the edit billing params

func (*EditBillingParams) WithContext

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

WithContext adds the context to the edit billing params

func (*EditBillingParams) WithDefaults

func (o *EditBillingParams) WithDefaults() *EditBillingParams

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

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

func (*EditBillingParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the edit billing params

func (*EditBillingParams) WithIdentifierType

func (o *EditBillingParams) WithIdentifierType(identifierType *string) *EditBillingParams

WithIdentifierType adds the identifierType to the edit billing params

func (*EditBillingParams) WithOrganizationIdentifier

func (o *EditBillingParams) WithOrganizationIdentifier(organizationIdentifier string) *EditBillingParams

WithOrganizationIdentifier adds the organizationIdentifier to the edit billing params

func (*EditBillingParams) WithTimeout

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

WithTimeout adds the timeout to the edit billing params

func (*EditBillingParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type EditBillingReader

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

EditBillingReader is a Reader for the EditBilling structure.

func (*EditBillingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EditMemberBadRequest

type EditMemberBadRequest struct {
	Payload *mono_models.Message
}
EditMemberBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewEditMemberBadRequest

func NewEditMemberBadRequest() *EditMemberBadRequest

NewEditMemberBadRequest creates a EditMemberBadRequest with default headers values

func (*EditMemberBadRequest) Error

func (o *EditMemberBadRequest) Error() string

func (*EditMemberBadRequest) GetPayload

func (o *EditMemberBadRequest) GetPayload() *mono_models.Message

type EditMemberForbidden

type EditMemberForbidden struct {
	Payload *mono_models.Message
}
EditMemberForbidden describes a response with status code 403, with default header values.

Forbidden

func NewEditMemberForbidden

func NewEditMemberForbidden() *EditMemberForbidden

NewEditMemberForbidden creates a EditMemberForbidden with default headers values

func (*EditMemberForbidden) Error

func (o *EditMemberForbidden) Error() string

func (*EditMemberForbidden) GetPayload

func (o *EditMemberForbidden) GetPayload() *mono_models.Message

type EditMemberInternalServerError

type EditMemberInternalServerError struct {
	Payload *mono_models.Message
}
EditMemberInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewEditMemberInternalServerError

func NewEditMemberInternalServerError() *EditMemberInternalServerError

NewEditMemberInternalServerError creates a EditMemberInternalServerError with default headers values

func (*EditMemberInternalServerError) Error

func (*EditMemberInternalServerError) GetPayload

type EditMemberNotFound

type EditMemberNotFound struct {
	Payload *mono_models.Message
}
EditMemberNotFound describes a response with status code 404, with default header values.

Not Found

func NewEditMemberNotFound

func NewEditMemberNotFound() *EditMemberNotFound

NewEditMemberNotFound creates a EditMemberNotFound with default headers values

func (*EditMemberNotFound) Error

func (o *EditMemberNotFound) Error() string

func (*EditMemberNotFound) GetPayload

func (o *EditMemberNotFound) GetPayload() *mono_models.Message

type EditMemberOK

type EditMemberOK struct {
	Payload []*mono_models.Member
}
EditMemberOK describes a response with status code 200, with default header values.

Membership Roster

func NewEditMemberOK

func NewEditMemberOK() *EditMemberOK

NewEditMemberOK creates a EditMemberOK with default headers values

func (*EditMemberOK) Error

func (o *EditMemberOK) Error() string

func (*EditMemberOK) GetPayload

func (o *EditMemberOK) GetPayload() []*mono_models.Member

type EditMemberParams

type EditMemberParams struct {

	/* MemberAttrs.

	   Member Attributes
	*/
	MemberAttrs *mono_models.MemberEditable

	/* OrganizationName.

	   organizationID of desired organization
	*/
	OrganizationName string

	/* Username.

	   username to join
	*/
	Username string

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

EditMemberParams contains all the parameters to send to the API endpoint

for the edit member operation.

Typically these are written to a http.Request.

func NewEditMemberParams

func NewEditMemberParams() *EditMemberParams

NewEditMemberParams creates a new EditMemberParams 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 NewEditMemberParamsWithContext

func NewEditMemberParamsWithContext(ctx context.Context) *EditMemberParams

NewEditMemberParamsWithContext creates a new EditMemberParams object with the ability to set a context for a request.

func NewEditMemberParamsWithHTTPClient

func NewEditMemberParamsWithHTTPClient(client *http.Client) *EditMemberParams

NewEditMemberParamsWithHTTPClient creates a new EditMemberParams object with the ability to set a custom HTTPClient for a request.

func NewEditMemberParamsWithTimeout

func NewEditMemberParamsWithTimeout(timeout time.Duration) *EditMemberParams

NewEditMemberParamsWithTimeout creates a new EditMemberParams object with the ability to set a timeout on a request.

func (*EditMemberParams) SetContext

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

SetContext adds the context to the edit member params

func (*EditMemberParams) SetDefaults

func (o *EditMemberParams) SetDefaults()

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

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

func (*EditMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the edit member params

func (*EditMemberParams) SetMemberAttrs

func (o *EditMemberParams) SetMemberAttrs(memberAttrs *mono_models.MemberEditable)

SetMemberAttrs adds the memberAttrs to the edit member params

func (*EditMemberParams) SetOrganizationName

func (o *EditMemberParams) SetOrganizationName(organizationName string)

SetOrganizationName adds the organizationName to the edit member params

func (*EditMemberParams) SetTimeout

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

SetTimeout adds the timeout to the edit member params

func (*EditMemberParams) SetUsername

func (o *EditMemberParams) SetUsername(username string)

SetUsername adds the username to the edit member params

func (*EditMemberParams) WithContext

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

WithContext adds the context to the edit member params

func (*EditMemberParams) WithDefaults

func (o *EditMemberParams) WithDefaults() *EditMemberParams

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

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

func (*EditMemberParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the edit member params

func (*EditMemberParams) WithMemberAttrs

func (o *EditMemberParams) WithMemberAttrs(memberAttrs *mono_models.MemberEditable) *EditMemberParams

WithMemberAttrs adds the memberAttrs to the edit member params

func (*EditMemberParams) WithOrganizationName

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

WithOrganizationName adds the organizationName to the edit member params

func (*EditMemberParams) WithTimeout

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

WithTimeout adds the timeout to the edit member params

func (*EditMemberParams) WithUsername

func (o *EditMemberParams) WithUsername(username string) *EditMemberParams

WithUsername adds the username to the edit member params

func (*EditMemberParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type EditMemberReader

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

EditMemberReader is a Reader for the EditMember structure.

func (*EditMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EditOrganizationBadRequest

type EditOrganizationBadRequest struct {
	Payload *mono_models.Message
}
EditOrganizationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewEditOrganizationBadRequest

func NewEditOrganizationBadRequest() *EditOrganizationBadRequest

NewEditOrganizationBadRequest creates a EditOrganizationBadRequest with default headers values

func (*EditOrganizationBadRequest) Error

func (*EditOrganizationBadRequest) GetPayload

type EditOrganizationForbidden

type EditOrganizationForbidden struct {
	Payload *mono_models.Message
}
EditOrganizationForbidden describes a response with status code 403, with default header values.

Unauthorized

func NewEditOrganizationForbidden

func NewEditOrganizationForbidden() *EditOrganizationForbidden

NewEditOrganizationForbidden creates a EditOrganizationForbidden with default headers values

func (*EditOrganizationForbidden) Error

func (o *EditOrganizationForbidden) Error() string

func (*EditOrganizationForbidden) GetPayload

type EditOrganizationInternalServerError

type EditOrganizationInternalServerError struct {
	Payload *mono_models.Message
}
EditOrganizationInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewEditOrganizationInternalServerError

func NewEditOrganizationInternalServerError() *EditOrganizationInternalServerError

NewEditOrganizationInternalServerError creates a EditOrganizationInternalServerError with default headers values

func (*EditOrganizationInternalServerError) Error

func (*EditOrganizationInternalServerError) GetPayload

type EditOrganizationNotFound

type EditOrganizationNotFound struct {
	Payload *mono_models.Message
}
EditOrganizationNotFound describes a response with status code 404, with default header values.

Not Found

func NewEditOrganizationNotFound

func NewEditOrganizationNotFound() *EditOrganizationNotFound

NewEditOrganizationNotFound creates a EditOrganizationNotFound with default headers values

func (*EditOrganizationNotFound) Error

func (o *EditOrganizationNotFound) Error() string

func (*EditOrganizationNotFound) GetPayload

func (o *EditOrganizationNotFound) GetPayload() *mono_models.Message

type EditOrganizationOK

type EditOrganizationOK struct {
	Payload *mono_models.Organization
}
EditOrganizationOK describes a response with status code 200, with default header values.

Organization updated

func NewEditOrganizationOK

func NewEditOrganizationOK() *EditOrganizationOK

NewEditOrganizationOK creates a EditOrganizationOK with default headers values

func (*EditOrganizationOK) Error

func (o *EditOrganizationOK) Error() string

func (*EditOrganizationOK) GetPayload

func (o *EditOrganizationOK) GetPayload() *mono_models.Organization

type EditOrganizationParams

type EditOrganizationParams struct {

	/* IdentifierType.

	   what kind of thing the provided organizationIdentifier is

	   Default: "URLname"
	*/
	IdentifierType *string

	// Organization.
	Organization *mono_models.OrganizationEditable

	/* OrganizationIdentifier.

	   identifier (URLname, by default) of the desired organization
	*/
	OrganizationIdentifier string

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

EditOrganizationParams contains all the parameters to send to the API endpoint

for the edit organization operation.

Typically these are written to a http.Request.

func NewEditOrganizationParams

func NewEditOrganizationParams() *EditOrganizationParams

NewEditOrganizationParams creates a new EditOrganizationParams 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 NewEditOrganizationParamsWithContext

func NewEditOrganizationParamsWithContext(ctx context.Context) *EditOrganizationParams

NewEditOrganizationParamsWithContext creates a new EditOrganizationParams object with the ability to set a context for a request.

func NewEditOrganizationParamsWithHTTPClient

func NewEditOrganizationParamsWithHTTPClient(client *http.Client) *EditOrganizationParams

NewEditOrganizationParamsWithHTTPClient creates a new EditOrganizationParams object with the ability to set a custom HTTPClient for a request.

func NewEditOrganizationParamsWithTimeout

func NewEditOrganizationParamsWithTimeout(timeout time.Duration) *EditOrganizationParams

NewEditOrganizationParamsWithTimeout creates a new EditOrganizationParams object with the ability to set a timeout on a request.

func (*EditOrganizationParams) SetContext

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

SetContext adds the context to the edit organization params

func (*EditOrganizationParams) SetDefaults

func (o *EditOrganizationParams) SetDefaults()

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

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

func (*EditOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the edit organization params

func (*EditOrganizationParams) SetIdentifierType

func (o *EditOrganizationParams) SetIdentifierType(identifierType *string)

SetIdentifierType adds the identifierType to the edit organization params

func (*EditOrganizationParams) SetOrganization

func (o *EditOrganizationParams) SetOrganization(organization *mono_models.OrganizationEditable)

SetOrganization adds the organization to the edit organization params

func (*EditOrganizationParams) SetOrganizationIdentifier

func (o *EditOrganizationParams) SetOrganizationIdentifier(organizationIdentifier string)

SetOrganizationIdentifier adds the organizationIdentifier to the edit organization params

func (*EditOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the edit organization params

func (*EditOrganizationParams) WithContext

WithContext adds the context to the edit organization params

func (*EditOrganizationParams) WithDefaults

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

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

func (*EditOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the edit organization params

func (*EditOrganizationParams) WithIdentifierType

func (o *EditOrganizationParams) WithIdentifierType(identifierType *string) *EditOrganizationParams

WithIdentifierType adds the identifierType to the edit organization params

func (*EditOrganizationParams) WithOrganization

WithOrganization adds the organization to the edit organization params

func (*EditOrganizationParams) WithOrganizationIdentifier

func (o *EditOrganizationParams) WithOrganizationIdentifier(organizationIdentifier string) *EditOrganizationParams

WithOrganizationIdentifier adds the organizationIdentifier to the edit organization params

func (*EditOrganizationParams) WithTimeout

WithTimeout adds the timeout to the edit organization params

func (*EditOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EditOrganizationReader

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

EditOrganizationReader is a Reader for the EditOrganization structure.

func (*EditOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAdminMetadataBadRequest

type GetAdminMetadataBadRequest struct {
	Payload *mono_models.Message
}
GetAdminMetadataBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAdminMetadataBadRequest

func NewGetAdminMetadataBadRequest() *GetAdminMetadataBadRequest

NewGetAdminMetadataBadRequest creates a GetAdminMetadataBadRequest with default headers values

func (*GetAdminMetadataBadRequest) Error

func (*GetAdminMetadataBadRequest) GetPayload

type GetAdminMetadataForbidden

type GetAdminMetadataForbidden struct {
	Payload *mono_models.Message
}
GetAdminMetadataForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAdminMetadataForbidden

func NewGetAdminMetadataForbidden() *GetAdminMetadataForbidden

NewGetAdminMetadataForbidden creates a GetAdminMetadataForbidden with default headers values

func (*GetAdminMetadataForbidden) Error

func (o *GetAdminMetadataForbidden) Error() string

func (*GetAdminMetadataForbidden) GetPayload

type GetAdminMetadataInternalServerError

type GetAdminMetadataInternalServerError struct {
	Payload *mono_models.Message
}
GetAdminMetadataInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetAdminMetadataInternalServerError

func NewGetAdminMetadataInternalServerError() *GetAdminMetadataInternalServerError

NewGetAdminMetadataInternalServerError creates a GetAdminMetadataInternalServerError with default headers values

func (*GetAdminMetadataInternalServerError) Error

func (*GetAdminMetadataInternalServerError) GetPayload

type GetAdminMetadataNotFound

type GetAdminMetadataNotFound struct {
	Payload *mono_models.Message
}
GetAdminMetadataNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAdminMetadataNotFound

func NewGetAdminMetadataNotFound() *GetAdminMetadataNotFound

NewGetAdminMetadataNotFound creates a GetAdminMetadataNotFound with default headers values

func (*GetAdminMetadataNotFound) Error

func (o *GetAdminMetadataNotFound) Error() string

func (*GetAdminMetadataNotFound) GetPayload

func (o *GetAdminMetadataNotFound) GetPayload() *mono_models.Message

type GetAdminMetadataOK

type GetAdminMetadataOK struct {
	Payload *mono_models.AdminMetadata
}
GetAdminMetadataOK describes a response with status code 200, with default header values.

Success

func NewGetAdminMetadataOK

func NewGetAdminMetadataOK() *GetAdminMetadataOK

NewGetAdminMetadataOK creates a GetAdminMetadataOK with default headers values

func (*GetAdminMetadataOK) Error

func (o *GetAdminMetadataOK) Error() string

func (*GetAdminMetadataOK) GetPayload

func (o *GetAdminMetadataOK) GetPayload() *mono_models.AdminMetadata

type GetAdminMetadataParams

type GetAdminMetadataParams struct {

	/* IdentifierType.

	   what kind of thing the provided organizationIdentifier is

	   Default: "URLname"
	*/
	IdentifierType *string

	/* OrganizationIdentifier.

	   identifier (URLname, by default) of the desired organization
	*/
	OrganizationIdentifier string

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

GetAdminMetadataParams contains all the parameters to send to the API endpoint

for the get admin metadata operation.

Typically these are written to a http.Request.

func NewGetAdminMetadataParams

func NewGetAdminMetadataParams() *GetAdminMetadataParams

NewGetAdminMetadataParams creates a new GetAdminMetadataParams 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 NewGetAdminMetadataParamsWithContext

func NewGetAdminMetadataParamsWithContext(ctx context.Context) *GetAdminMetadataParams

NewGetAdminMetadataParamsWithContext creates a new GetAdminMetadataParams object with the ability to set a context for a request.

func NewGetAdminMetadataParamsWithHTTPClient

func NewGetAdminMetadataParamsWithHTTPClient(client *http.Client) *GetAdminMetadataParams

NewGetAdminMetadataParamsWithHTTPClient creates a new GetAdminMetadataParams object with the ability to set a custom HTTPClient for a request.

func NewGetAdminMetadataParamsWithTimeout

func NewGetAdminMetadataParamsWithTimeout(timeout time.Duration) *GetAdminMetadataParams

NewGetAdminMetadataParamsWithTimeout creates a new GetAdminMetadataParams object with the ability to set a timeout on a request.

func (*GetAdminMetadataParams) SetContext

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

SetContext adds the context to the get admin metadata params

func (*GetAdminMetadataParams) SetDefaults

func (o *GetAdminMetadataParams) SetDefaults()

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

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

func (*GetAdminMetadataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get admin metadata params

func (*GetAdminMetadataParams) SetIdentifierType

func (o *GetAdminMetadataParams) SetIdentifierType(identifierType *string)

SetIdentifierType adds the identifierType to the get admin metadata params

func (*GetAdminMetadataParams) SetOrganizationIdentifier

func (o *GetAdminMetadataParams) SetOrganizationIdentifier(organizationIdentifier string)

SetOrganizationIdentifier adds the organizationIdentifier to the get admin metadata params

func (*GetAdminMetadataParams) SetTimeout

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

SetTimeout adds the timeout to the get admin metadata params

func (*GetAdminMetadataParams) WithContext

WithContext adds the context to the get admin metadata params

func (*GetAdminMetadataParams) WithDefaults

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

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

func (*GetAdminMetadataParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get admin metadata params

func (*GetAdminMetadataParams) WithIdentifierType

func (o *GetAdminMetadataParams) WithIdentifierType(identifierType *string) *GetAdminMetadataParams

WithIdentifierType adds the identifierType to the get admin metadata params

func (*GetAdminMetadataParams) WithOrganizationIdentifier

func (o *GetAdminMetadataParams) WithOrganizationIdentifier(organizationIdentifier string) *GetAdminMetadataParams

WithOrganizationIdentifier adds the organizationIdentifier to the get admin metadata params

func (*GetAdminMetadataParams) WithTimeout

WithTimeout adds the timeout to the get admin metadata params

func (*GetAdminMetadataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAdminMetadataReader

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

GetAdminMetadataReader is a Reader for the GetAdminMetadata structure.

func (*GetAdminMetadataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBillingBadRequest

type GetBillingBadRequest struct {
	Payload *mono_models.Message
}
GetBillingBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetBillingBadRequest

func NewGetBillingBadRequest() *GetBillingBadRequest

NewGetBillingBadRequest creates a GetBillingBadRequest with default headers values

func (*GetBillingBadRequest) Error

func (o *GetBillingBadRequest) Error() string

func (*GetBillingBadRequest) GetPayload

func (o *GetBillingBadRequest) GetPayload() *mono_models.Message

type GetBillingForbidden

type GetBillingForbidden struct {
	Payload *mono_models.Message
}
GetBillingForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetBillingForbidden

func NewGetBillingForbidden() *GetBillingForbidden

NewGetBillingForbidden creates a GetBillingForbidden with default headers values

func (*GetBillingForbidden) Error

func (o *GetBillingForbidden) Error() string

func (*GetBillingForbidden) GetPayload

func (o *GetBillingForbidden) GetPayload() *mono_models.Message

type GetBillingInternalServerError

type GetBillingInternalServerError struct {
	Payload *mono_models.Message
}
GetBillingInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetBillingInternalServerError

func NewGetBillingInternalServerError() *GetBillingInternalServerError

NewGetBillingInternalServerError creates a GetBillingInternalServerError with default headers values

func (*GetBillingInternalServerError) Error

func (*GetBillingInternalServerError) GetPayload

type GetBillingNotFound

type GetBillingNotFound struct {
	Payload *mono_models.Message
}
GetBillingNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetBillingNotFound

func NewGetBillingNotFound() *GetBillingNotFound

NewGetBillingNotFound creates a GetBillingNotFound with default headers values

func (*GetBillingNotFound) Error

func (o *GetBillingNotFound) Error() string

func (*GetBillingNotFound) GetPayload

func (o *GetBillingNotFound) GetPayload() *mono_models.Message

type GetBillingOK

type GetBillingOK struct {
	Payload *mono_models.BillingInformation
}
GetBillingOK describes a response with status code 200, with default header values.

Success

func NewGetBillingOK

func NewGetBillingOK() *GetBillingOK

NewGetBillingOK creates a GetBillingOK with default headers values

func (*GetBillingOK) Error

func (o *GetBillingOK) Error() string

func (*GetBillingOK) GetPayload

func (o *GetBillingOK) GetPayload() *mono_models.BillingInformation

type GetBillingParams

type GetBillingParams struct {

	/* IdentifierType.

	   what kind of thing the provided organizationIdentifier is

	   Default: "URLname"
	*/
	IdentifierType *string

	/* OrganizationIdentifier.

	   identifier (URLname, by default) of the desired organization
	*/
	OrganizationIdentifier string

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

GetBillingParams contains all the parameters to send to the API endpoint

for the get billing operation.

Typically these are written to a http.Request.

func NewGetBillingParams

func NewGetBillingParams() *GetBillingParams

NewGetBillingParams creates a new GetBillingParams 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 NewGetBillingParamsWithContext

func NewGetBillingParamsWithContext(ctx context.Context) *GetBillingParams

NewGetBillingParamsWithContext creates a new GetBillingParams object with the ability to set a context for a request.

func NewGetBillingParamsWithHTTPClient

func NewGetBillingParamsWithHTTPClient(client *http.Client) *GetBillingParams

NewGetBillingParamsWithHTTPClient creates a new GetBillingParams object with the ability to set a custom HTTPClient for a request.

func NewGetBillingParamsWithTimeout

func NewGetBillingParamsWithTimeout(timeout time.Duration) *GetBillingParams

NewGetBillingParamsWithTimeout creates a new GetBillingParams object with the ability to set a timeout on a request.

func (*GetBillingParams) SetContext

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

SetContext adds the context to the get billing params

func (*GetBillingParams) SetDefaults

func (o *GetBillingParams) SetDefaults()

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

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

func (*GetBillingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get billing params

func (*GetBillingParams) SetIdentifierType

func (o *GetBillingParams) SetIdentifierType(identifierType *string)

SetIdentifierType adds the identifierType to the get billing params

func (*GetBillingParams) SetOrganizationIdentifier

func (o *GetBillingParams) SetOrganizationIdentifier(organizationIdentifier string)

SetOrganizationIdentifier adds the organizationIdentifier to the get billing params

func (*GetBillingParams) SetTimeout

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

SetTimeout adds the timeout to the get billing params

func (*GetBillingParams) WithContext

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

WithContext adds the context to the get billing params

func (*GetBillingParams) WithDefaults

func (o *GetBillingParams) WithDefaults() *GetBillingParams

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

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

func (*GetBillingParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get billing params

func (*GetBillingParams) WithIdentifierType

func (o *GetBillingParams) WithIdentifierType(identifierType *string) *GetBillingParams

WithIdentifierType adds the identifierType to the get billing params

func (*GetBillingParams) WithOrganizationIdentifier

func (o *GetBillingParams) WithOrganizationIdentifier(organizationIdentifier string) *GetBillingParams

WithOrganizationIdentifier adds the organizationIdentifier to the get billing params

func (*GetBillingParams) WithTimeout

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

WithTimeout adds the timeout to the get billing params

func (*GetBillingParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetBillingReader

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

GetBillingReader is a Reader for the GetBilling structure.

func (*GetBillingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNextMutationIDForbidden

type GetNextMutationIDForbidden struct {
	Payload *mono_models.Message
}
GetNextMutationIDForbidden describes a response with status code 403, with default header values.

Unauthorized

func NewGetNextMutationIDForbidden

func NewGetNextMutationIDForbidden() *GetNextMutationIDForbidden

NewGetNextMutationIDForbidden creates a GetNextMutationIDForbidden with default headers values

func (*GetNextMutationIDForbidden) Error

func (*GetNextMutationIDForbidden) GetPayload

type GetNextMutationIDInternalServerError

type GetNextMutationIDInternalServerError struct {
	Payload *mono_models.Message
}
GetNextMutationIDInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetNextMutationIDInternalServerError

func NewGetNextMutationIDInternalServerError() *GetNextMutationIDInternalServerError

NewGetNextMutationIDInternalServerError creates a GetNextMutationIDInternalServerError with default headers values

func (*GetNextMutationIDInternalServerError) Error

func (*GetNextMutationIDInternalServerError) GetPayload

type GetNextMutationIDNotFound

type GetNextMutationIDNotFound struct {
	Payload *mono_models.Message
}
GetNextMutationIDNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetNextMutationIDNotFound

func NewGetNextMutationIDNotFound() *GetNextMutationIDNotFound

NewGetNextMutationIDNotFound creates a GetNextMutationIDNotFound with default headers values

func (*GetNextMutationIDNotFound) Error

func (o *GetNextMutationIDNotFound) Error() string

func (*GetNextMutationIDNotFound) GetPayload

type GetNextMutationIDOK

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

Success

func NewGetNextMutationIDOK

func NewGetNextMutationIDOK() *GetNextMutationIDOK

NewGetNextMutationIDOK creates a GetNextMutationIDOK with default headers values

func (*GetNextMutationIDOK) Error

func (o *GetNextMutationIDOK) Error() string

func (*GetNextMutationIDOK) GetPayload

func (o *GetNextMutationIDOK) GetPayload() string

type GetNextMutationIDParams

type GetNextMutationIDParams struct {

	/* IdentifierType.

	   what kind of thing the provided organizationIdentifier is

	   Default: "URLname"
	*/
	IdentifierType *string

	/* OrganizationIdentifier.

	   identifier (URLname, by default) of the desired organization
	*/
	OrganizationIdentifier string

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

GetNextMutationIDParams contains all the parameters to send to the API endpoint

for the get next mutation ID operation.

Typically these are written to a http.Request.

func NewGetNextMutationIDParams

func NewGetNextMutationIDParams() *GetNextMutationIDParams

NewGetNextMutationIDParams creates a new GetNextMutationIDParams 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 NewGetNextMutationIDParamsWithContext

func NewGetNextMutationIDParamsWithContext(ctx context.Context) *GetNextMutationIDParams

NewGetNextMutationIDParamsWithContext creates a new GetNextMutationIDParams object with the ability to set a context for a request.

func NewGetNextMutationIDParamsWithHTTPClient

func NewGetNextMutationIDParamsWithHTTPClient(client *http.Client) *GetNextMutationIDParams

NewGetNextMutationIDParamsWithHTTPClient creates a new GetNextMutationIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetNextMutationIDParamsWithTimeout

func NewGetNextMutationIDParamsWithTimeout(timeout time.Duration) *GetNextMutationIDParams

NewGetNextMutationIDParamsWithTimeout creates a new GetNextMutationIDParams object with the ability to set a timeout on a request.

func (*GetNextMutationIDParams) SetContext

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

SetContext adds the context to the get next mutation ID params

func (*GetNextMutationIDParams) SetDefaults

func (o *GetNextMutationIDParams) SetDefaults()

SetDefaults hydrates default values in the get next mutation ID params (not the query body).

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

func (*GetNextMutationIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get next mutation ID params

func (*GetNextMutationIDParams) SetIdentifierType

func (o *GetNextMutationIDParams) SetIdentifierType(identifierType *string)

SetIdentifierType adds the identifierType to the get next mutation ID params

func (*GetNextMutationIDParams) SetOrganizationIdentifier

func (o *GetNextMutationIDParams) SetOrganizationIdentifier(organizationIdentifier string)

SetOrganizationIdentifier adds the organizationIdentifier to the get next mutation ID params

func (*GetNextMutationIDParams) SetTimeout

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

SetTimeout adds the timeout to the get next mutation ID params

func (*GetNextMutationIDParams) WithContext

WithContext adds the context to the get next mutation ID params

func (*GetNextMutationIDParams) WithDefaults

WithDefaults hydrates default values in the get next mutation ID params (not the query body).

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

func (*GetNextMutationIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get next mutation ID params

func (*GetNextMutationIDParams) WithIdentifierType

func (o *GetNextMutationIDParams) WithIdentifierType(identifierType *string) *GetNextMutationIDParams

WithIdentifierType adds the identifierType to the get next mutation ID params

func (*GetNextMutationIDParams) WithOrganizationIdentifier

func (o *GetNextMutationIDParams) WithOrganizationIdentifier(organizationIdentifier string) *GetNextMutationIDParams

WithOrganizationIdentifier adds the organizationIdentifier to the get next mutation ID params

func (*GetNextMutationIDParams) WithTimeout

WithTimeout adds the timeout to the get next mutation ID params

func (*GetNextMutationIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNextMutationIDReader

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

GetNextMutationIDReader is a Reader for the GetNextMutationID structure.

func (*GetNextMutationIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationAutoInviteForbidden

type GetOrganizationAutoInviteForbidden struct {
	Payload *mono_models.Message
}
GetOrganizationAutoInviteForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetOrganizationAutoInviteForbidden

func NewGetOrganizationAutoInviteForbidden() *GetOrganizationAutoInviteForbidden

NewGetOrganizationAutoInviteForbidden creates a GetOrganizationAutoInviteForbidden with default headers values

func (*GetOrganizationAutoInviteForbidden) Error

func (*GetOrganizationAutoInviteForbidden) GetPayload

type GetOrganizationAutoInviteInternalServerError

type GetOrganizationAutoInviteInternalServerError struct {
	Payload *mono_models.Message
}
GetOrganizationAutoInviteInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetOrganizationAutoInviteInternalServerError

func NewGetOrganizationAutoInviteInternalServerError() *GetOrganizationAutoInviteInternalServerError

NewGetOrganizationAutoInviteInternalServerError creates a GetOrganizationAutoInviteInternalServerError with default headers values

func (*GetOrganizationAutoInviteInternalServerError) Error

func (*GetOrganizationAutoInviteInternalServerError) GetPayload

type GetOrganizationAutoInviteOK

type GetOrganizationAutoInviteOK struct {
	Payload []*mono_models.AutoInviteSettings
}
GetOrganizationAutoInviteOK describes a response with status code 200, with default header values.

Success

func NewGetOrganizationAutoInviteOK

func NewGetOrganizationAutoInviteOK() *GetOrganizationAutoInviteOK

NewGetOrganizationAutoInviteOK creates a GetOrganizationAutoInviteOK with default headers values

func (*GetOrganizationAutoInviteOK) Error

func (*GetOrganizationAutoInviteOK) GetPayload

type GetOrganizationAutoInviteParams

type GetOrganizationAutoInviteParams struct {

	/* OrganizationName.

	   organizationName of desired organization
	*/
	OrganizationName string

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

GetOrganizationAutoInviteParams contains all the parameters to send to the API endpoint

for the get organization auto invite operation.

Typically these are written to a http.Request.

func NewGetOrganizationAutoInviteParams

func NewGetOrganizationAutoInviteParams() *GetOrganizationAutoInviteParams

NewGetOrganizationAutoInviteParams creates a new GetOrganizationAutoInviteParams 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 NewGetOrganizationAutoInviteParamsWithContext

func NewGetOrganizationAutoInviteParamsWithContext(ctx context.Context) *GetOrganizationAutoInviteParams

NewGetOrganizationAutoInviteParamsWithContext creates a new GetOrganizationAutoInviteParams object with the ability to set a context for a request.

func NewGetOrganizationAutoInviteParamsWithHTTPClient

func NewGetOrganizationAutoInviteParamsWithHTTPClient(client *http.Client) *GetOrganizationAutoInviteParams

NewGetOrganizationAutoInviteParamsWithHTTPClient creates a new GetOrganizationAutoInviteParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationAutoInviteParamsWithTimeout

func NewGetOrganizationAutoInviteParamsWithTimeout(timeout time.Duration) *GetOrganizationAutoInviteParams

NewGetOrganizationAutoInviteParamsWithTimeout creates a new GetOrganizationAutoInviteParams object with the ability to set a timeout on a request.

func (*GetOrganizationAutoInviteParams) SetContext

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

SetContext adds the context to the get organization auto invite params

func (*GetOrganizationAutoInviteParams) SetDefaults

func (o *GetOrganizationAutoInviteParams) SetDefaults()

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

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

func (*GetOrganizationAutoInviteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization auto invite params

func (*GetOrganizationAutoInviteParams) SetOrganizationName

func (o *GetOrganizationAutoInviteParams) SetOrganizationName(organizationName string)

SetOrganizationName adds the organizationName to the get organization auto invite params

func (*GetOrganizationAutoInviteParams) SetTimeout

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

SetTimeout adds the timeout to the get organization auto invite params

func (*GetOrganizationAutoInviteParams) WithContext

WithContext adds the context to the get organization auto invite params

func (*GetOrganizationAutoInviteParams) WithDefaults

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

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

func (*GetOrganizationAutoInviteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization auto invite params

func (*GetOrganizationAutoInviteParams) WithOrganizationName

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

WithOrganizationName adds the organizationName to the get organization auto invite params

func (*GetOrganizationAutoInviteParams) WithTimeout

WithTimeout adds the timeout to the get organization auto invite params

func (*GetOrganizationAutoInviteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationAutoInviteReader

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

GetOrganizationAutoInviteReader is a Reader for the GetOrganizationAutoInvite structure.

func (*GetOrganizationAutoInviteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationBadRequest

type GetOrganizationBadRequest struct {
	Payload *mono_models.Message
}
GetOrganizationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetOrganizationBadRequest

func NewGetOrganizationBadRequest() *GetOrganizationBadRequest

NewGetOrganizationBadRequest creates a GetOrganizationBadRequest with default headers values

func (*GetOrganizationBadRequest) Error

func (o *GetOrganizationBadRequest) Error() string

func (*GetOrganizationBadRequest) GetPayload

type GetOrganizationInternalServerError

type GetOrganizationInternalServerError struct {
	Payload *mono_models.Message
}
GetOrganizationInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetOrganizationInternalServerError

func NewGetOrganizationInternalServerError() *GetOrganizationInternalServerError

NewGetOrganizationInternalServerError creates a GetOrganizationInternalServerError with default headers values

func (*GetOrganizationInternalServerError) Error

func (*GetOrganizationInternalServerError) GetPayload

type GetOrganizationInvitationsForbidden

type GetOrganizationInvitationsForbidden struct {
	Payload *mono_models.Message
}
GetOrganizationInvitationsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetOrganizationInvitationsForbidden

func NewGetOrganizationInvitationsForbidden() *GetOrganizationInvitationsForbidden

NewGetOrganizationInvitationsForbidden creates a GetOrganizationInvitationsForbidden with default headers values

func (*GetOrganizationInvitationsForbidden) Error

func (*GetOrganizationInvitationsForbidden) GetPayload

type GetOrganizationInvitationsInternalServerError

type GetOrganizationInvitationsInternalServerError struct {
	Payload *mono_models.Message
}
GetOrganizationInvitationsInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetOrganizationInvitationsInternalServerError

func NewGetOrganizationInvitationsInternalServerError() *GetOrganizationInvitationsInternalServerError

NewGetOrganizationInvitationsInternalServerError creates a GetOrganizationInvitationsInternalServerError with default headers values

func (*GetOrganizationInvitationsInternalServerError) Error

func (*GetOrganizationInvitationsInternalServerError) GetPayload

type GetOrganizationInvitationsOK

type GetOrganizationInvitationsOK struct {
	Payload []*mono_models.Invitation
}
GetOrganizationInvitationsOK describes a response with status code 200, with default header values.

Success

func NewGetOrganizationInvitationsOK

func NewGetOrganizationInvitationsOK() *GetOrganizationInvitationsOK

NewGetOrganizationInvitationsOK creates a GetOrganizationInvitationsOK with default headers values

func (*GetOrganizationInvitationsOK) Error

func (*GetOrganizationInvitationsOK) GetPayload

type GetOrganizationInvitationsParams

type GetOrganizationInvitationsParams struct {

	/* OrganizationName.

	   organizationName of desired organization
	*/
	OrganizationName string

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

GetOrganizationInvitationsParams contains all the parameters to send to the API endpoint

for the get organization invitations operation.

Typically these are written to a http.Request.

func NewGetOrganizationInvitationsParams

func NewGetOrganizationInvitationsParams() *GetOrganizationInvitationsParams

NewGetOrganizationInvitationsParams creates a new GetOrganizationInvitationsParams 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 NewGetOrganizationInvitationsParamsWithContext

func NewGetOrganizationInvitationsParamsWithContext(ctx context.Context) *GetOrganizationInvitationsParams

NewGetOrganizationInvitationsParamsWithContext creates a new GetOrganizationInvitationsParams object with the ability to set a context for a request.

func NewGetOrganizationInvitationsParamsWithHTTPClient

func NewGetOrganizationInvitationsParamsWithHTTPClient(client *http.Client) *GetOrganizationInvitationsParams

NewGetOrganizationInvitationsParamsWithHTTPClient creates a new GetOrganizationInvitationsParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationInvitationsParamsWithTimeout

func NewGetOrganizationInvitationsParamsWithTimeout(timeout time.Duration) *GetOrganizationInvitationsParams

NewGetOrganizationInvitationsParamsWithTimeout creates a new GetOrganizationInvitationsParams object with the ability to set a timeout on a request.

func (*GetOrganizationInvitationsParams) SetContext

SetContext adds the context to the get organization invitations params

func (*GetOrganizationInvitationsParams) SetDefaults

func (o *GetOrganizationInvitationsParams) SetDefaults()

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

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

func (*GetOrganizationInvitationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization invitations params

func (*GetOrganizationInvitationsParams) SetOrganizationName

func (o *GetOrganizationInvitationsParams) SetOrganizationName(organizationName string)

SetOrganizationName adds the organizationName to the get organization invitations params

func (*GetOrganizationInvitationsParams) SetTimeout

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

SetTimeout adds the timeout to the get organization invitations params

func (*GetOrganizationInvitationsParams) WithContext

WithContext adds the context to the get organization invitations params

func (*GetOrganizationInvitationsParams) WithDefaults

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

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

func (*GetOrganizationInvitationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization invitations params

func (*GetOrganizationInvitationsParams) WithOrganizationName

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

WithOrganizationName adds the organizationName to the get organization invitations params

func (*GetOrganizationInvitationsParams) WithTimeout

WithTimeout adds the timeout to the get organization invitations params

func (*GetOrganizationInvitationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationInvitationsReader

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

GetOrganizationInvitationsReader is a Reader for the GetOrganizationInvitations structure.

func (*GetOrganizationInvitationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationMembersForbidden

type GetOrganizationMembersForbidden struct {
	Payload *mono_models.Message
}
GetOrganizationMembersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetOrganizationMembersForbidden

func NewGetOrganizationMembersForbidden() *GetOrganizationMembersForbidden

NewGetOrganizationMembersForbidden creates a GetOrganizationMembersForbidden with default headers values

func (*GetOrganizationMembersForbidden) Error

func (*GetOrganizationMembersForbidden) GetPayload

type GetOrganizationMembersInternalServerError

type GetOrganizationMembersInternalServerError struct {
	Payload *mono_models.Message
}
GetOrganizationMembersInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetOrganizationMembersInternalServerError

func NewGetOrganizationMembersInternalServerError() *GetOrganizationMembersInternalServerError

NewGetOrganizationMembersInternalServerError creates a GetOrganizationMembersInternalServerError with default headers values

func (*GetOrganizationMembersInternalServerError) Error

func (*GetOrganizationMembersInternalServerError) GetPayload

type GetOrganizationMembersNotFound

type GetOrganizationMembersNotFound struct {
	Payload *mono_models.Message
}
GetOrganizationMembersNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetOrganizationMembersNotFound

func NewGetOrganizationMembersNotFound() *GetOrganizationMembersNotFound

NewGetOrganizationMembersNotFound creates a GetOrganizationMembersNotFound with default headers values

func (*GetOrganizationMembersNotFound) Error

func (*GetOrganizationMembersNotFound) GetPayload

type GetOrganizationMembersOK

type GetOrganizationMembersOK struct {
	Payload []*mono_models.Member
}
GetOrganizationMembersOK describes a response with status code 200, with default header values.

Success

func NewGetOrganizationMembersOK

func NewGetOrganizationMembersOK() *GetOrganizationMembersOK

NewGetOrganizationMembersOK creates a GetOrganizationMembersOK with default headers values

func (*GetOrganizationMembersOK) Error

func (o *GetOrganizationMembersOK) Error() string

func (*GetOrganizationMembersOK) GetPayload

func (o *GetOrganizationMembersOK) GetPayload() []*mono_models.Member

type GetOrganizationMembersParams

type GetOrganizationMembersParams struct {

	/* OrganizationName.

	   organizationName of desired organization
	*/
	OrganizationName string

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

GetOrganizationMembersParams contains all the parameters to send to the API endpoint

for the get organization members operation.

Typically these are written to a http.Request.

func NewGetOrganizationMembersParams

func NewGetOrganizationMembersParams() *GetOrganizationMembersParams

NewGetOrganizationMembersParams creates a new GetOrganizationMembersParams 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 NewGetOrganizationMembersParamsWithContext

func NewGetOrganizationMembersParamsWithContext(ctx context.Context) *GetOrganizationMembersParams

NewGetOrganizationMembersParamsWithContext creates a new GetOrganizationMembersParams object with the ability to set a context for a request.

func NewGetOrganizationMembersParamsWithHTTPClient

func NewGetOrganizationMembersParamsWithHTTPClient(client *http.Client) *GetOrganizationMembersParams

NewGetOrganizationMembersParamsWithHTTPClient creates a new GetOrganizationMembersParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationMembersParamsWithTimeout

func NewGetOrganizationMembersParamsWithTimeout(timeout time.Duration) *GetOrganizationMembersParams

NewGetOrganizationMembersParamsWithTimeout creates a new GetOrganizationMembersParams object with the ability to set a timeout on a request.

func (*GetOrganizationMembersParams) SetContext

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

SetContext adds the context to the get organization members params

func (*GetOrganizationMembersParams) SetDefaults

func (o *GetOrganizationMembersParams) SetDefaults()

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

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

func (*GetOrganizationMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization members params

func (*GetOrganizationMembersParams) SetOrganizationName

func (o *GetOrganizationMembersParams) SetOrganizationName(organizationName string)

SetOrganizationName adds the organizationName to the get organization members params

func (*GetOrganizationMembersParams) SetTimeout

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

SetTimeout adds the timeout to the get organization members params

func (*GetOrganizationMembersParams) WithContext

WithContext adds the context to the get organization members params

func (*GetOrganizationMembersParams) WithDefaults

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

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

func (*GetOrganizationMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization members params

func (*GetOrganizationMembersParams) WithOrganizationName

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

WithOrganizationName adds the organizationName to the get organization members params

func (*GetOrganizationMembersParams) WithTimeout

WithTimeout adds the timeout to the get organization members params

func (*GetOrganizationMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationMembersReader

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

GetOrganizationMembersReader is a Reader for the GetOrganizationMembers structure.

func (*GetOrganizationMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationMutationsForbidden

type GetOrganizationMutationsForbidden struct {
	Payload *mono_models.Message
}
GetOrganizationMutationsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetOrganizationMutationsForbidden

func NewGetOrganizationMutationsForbidden() *GetOrganizationMutationsForbidden

NewGetOrganizationMutationsForbidden creates a GetOrganizationMutationsForbidden with default headers values

func (*GetOrganizationMutationsForbidden) Error

func (*GetOrganizationMutationsForbidden) GetPayload

type GetOrganizationMutationsInternalServerError

type GetOrganizationMutationsInternalServerError struct {
	Payload *mono_models.Message
}
GetOrganizationMutationsInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetOrganizationMutationsInternalServerError

func NewGetOrganizationMutationsInternalServerError() *GetOrganizationMutationsInternalServerError

NewGetOrganizationMutationsInternalServerError creates a GetOrganizationMutationsInternalServerError with default headers values

func (*GetOrganizationMutationsInternalServerError) Error

func (*GetOrganizationMutationsInternalServerError) GetPayload

type GetOrganizationMutationsNotFound

type GetOrganizationMutationsNotFound struct {
	Payload *mono_models.Message
}
GetOrganizationMutationsNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetOrganizationMutationsNotFound

func NewGetOrganizationMutationsNotFound() *GetOrganizationMutationsNotFound

NewGetOrganizationMutationsNotFound creates a GetOrganizationMutationsNotFound with default headers values

func (*GetOrganizationMutationsNotFound) Error

func (*GetOrganizationMutationsNotFound) GetPayload

type GetOrganizationMutationsOK

type GetOrganizationMutationsOK struct {
	Payload []*mono_models.OrganizationMutation
}
GetOrganizationMutationsOK describes a response with status code 200, with default header values.

Success

func NewGetOrganizationMutationsOK

func NewGetOrganizationMutationsOK() *GetOrganizationMutationsOK

NewGetOrganizationMutationsOK creates a GetOrganizationMutationsOK with default headers values

func (*GetOrganizationMutationsOK) Error

func (*GetOrganizationMutationsOK) GetPayload

type GetOrganizationMutationsParams

type GetOrganizationMutationsParams struct {

	/* IdentifierType.

	   what kind of thing the provided organizationIdentifier is

	   Default: "URLname"
	*/
	IdentifierType *string

	/* OrganizationIdentifier.

	   identifier (URLname, by default) of the desired organization
	*/
	OrganizationIdentifier string

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

GetOrganizationMutationsParams contains all the parameters to send to the API endpoint

for the get organization mutations operation.

Typically these are written to a http.Request.

func NewGetOrganizationMutationsParams

func NewGetOrganizationMutationsParams() *GetOrganizationMutationsParams

NewGetOrganizationMutationsParams creates a new GetOrganizationMutationsParams 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 NewGetOrganizationMutationsParamsWithContext

func NewGetOrganizationMutationsParamsWithContext(ctx context.Context) *GetOrganizationMutationsParams

NewGetOrganizationMutationsParamsWithContext creates a new GetOrganizationMutationsParams object with the ability to set a context for a request.

func NewGetOrganizationMutationsParamsWithHTTPClient

func NewGetOrganizationMutationsParamsWithHTTPClient(client *http.Client) *GetOrganizationMutationsParams

NewGetOrganizationMutationsParamsWithHTTPClient creates a new GetOrganizationMutationsParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationMutationsParamsWithTimeout

func NewGetOrganizationMutationsParamsWithTimeout(timeout time.Duration) *GetOrganizationMutationsParams

NewGetOrganizationMutationsParamsWithTimeout creates a new GetOrganizationMutationsParams object with the ability to set a timeout on a request.

func (*GetOrganizationMutationsParams) SetContext

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

SetContext adds the context to the get organization mutations params

func (*GetOrganizationMutationsParams) SetDefaults

func (o *GetOrganizationMutationsParams) SetDefaults()

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

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

func (*GetOrganizationMutationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization mutations params

func (*GetOrganizationMutationsParams) SetIdentifierType

func (o *GetOrganizationMutationsParams) SetIdentifierType(identifierType *string)

SetIdentifierType adds the identifierType to the get organization mutations params

func (*GetOrganizationMutationsParams) SetOrganizationIdentifier

func (o *GetOrganizationMutationsParams) SetOrganizationIdentifier(organizationIdentifier string)

SetOrganizationIdentifier adds the organizationIdentifier to the get organization mutations params

func (*GetOrganizationMutationsParams) SetTimeout

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

SetTimeout adds the timeout to the get organization mutations params

func (*GetOrganizationMutationsParams) WithContext

WithContext adds the context to the get organization mutations params

func (*GetOrganizationMutationsParams) WithDefaults

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

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

func (*GetOrganizationMutationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization mutations params

func (*GetOrganizationMutationsParams) WithIdentifierType

func (o *GetOrganizationMutationsParams) WithIdentifierType(identifierType *string) *GetOrganizationMutationsParams

WithIdentifierType adds the identifierType to the get organization mutations params

func (*GetOrganizationMutationsParams) WithOrganizationIdentifier

func (o *GetOrganizationMutationsParams) WithOrganizationIdentifier(organizationIdentifier string) *GetOrganizationMutationsParams

WithOrganizationIdentifier adds the organizationIdentifier to the get organization mutations params

func (*GetOrganizationMutationsParams) WithTimeout

WithTimeout adds the timeout to the get organization mutations params

func (*GetOrganizationMutationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationMutationsReader

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

GetOrganizationMutationsReader is a Reader for the GetOrganizationMutations structure.

func (*GetOrganizationMutationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationNotFound

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

Not Found

func NewGetOrganizationNotFound

func NewGetOrganizationNotFound() *GetOrganizationNotFound

NewGetOrganizationNotFound creates a GetOrganizationNotFound with default headers values

func (*GetOrganizationNotFound) Error

func (o *GetOrganizationNotFound) Error() string

func (*GetOrganizationNotFound) GetPayload

func (o *GetOrganizationNotFound) GetPayload() *mono_models.Message

type GetOrganizationOK

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

Organization Record

func NewGetOrganizationOK

func NewGetOrganizationOK() *GetOrganizationOK

NewGetOrganizationOK creates a GetOrganizationOK with default headers values

func (*GetOrganizationOK) Error

func (o *GetOrganizationOK) Error() string

func (*GetOrganizationOK) GetPayload

func (o *GetOrganizationOK) GetPayload() *mono_models.Organization

type GetOrganizationParams

type GetOrganizationParams struct {

	/* IdentifierType.

	   what kind of thing the provided organizationIdentifier is

	   Default: "URLname"
	*/
	IdentifierType *string

	/* OrganizationIdentifier.

	   identifier (URLname, by default) of the desired organization
	*/
	OrganizationIdentifier 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) SetIdentifierType

func (o *GetOrganizationParams) SetIdentifierType(identifierType *string)

SetIdentifierType adds the identifierType to the get organization params

func (*GetOrganizationParams) SetOrganizationIdentifier

func (o *GetOrganizationParams) SetOrganizationIdentifier(organizationIdentifier string)

SetOrganizationIdentifier adds the organizationIdentifier 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) 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) WithIdentifierType

func (o *GetOrganizationParams) WithIdentifierType(identifierType *string) *GetOrganizationParams

WithIdentifierType adds the identifierType to the get organization params

func (*GetOrganizationParams) WithOrganizationIdentifier

func (o *GetOrganizationParams) WithOrganizationIdentifier(organizationIdentifier string) *GetOrganizationParams

WithOrganizationIdentifier adds the organizationIdentifier 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) 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 GetOrganizationTierForbidden

type GetOrganizationTierForbidden struct {
	Payload *mono_models.Message
}
GetOrganizationTierForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetOrganizationTierForbidden

func NewGetOrganizationTierForbidden() *GetOrganizationTierForbidden

NewGetOrganizationTierForbidden creates a GetOrganizationTierForbidden with default headers values

func (*GetOrganizationTierForbidden) Error

func (*GetOrganizationTierForbidden) GetPayload

type GetOrganizationTierInternalServerError

type GetOrganizationTierInternalServerError struct {
	Payload *mono_models.Message
}
GetOrganizationTierInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetOrganizationTierInternalServerError

func NewGetOrganizationTierInternalServerError() *GetOrganizationTierInternalServerError

NewGetOrganizationTierInternalServerError creates a GetOrganizationTierInternalServerError with default headers values

func (*GetOrganizationTierInternalServerError) Error

func (*GetOrganizationTierInternalServerError) GetPayload

type GetOrganizationTierNotFound

type GetOrganizationTierNotFound struct {
	Payload *mono_models.Message
}
GetOrganizationTierNotFound describes a response with status code 404, with default header values.

Forbidden

func NewGetOrganizationTierNotFound

func NewGetOrganizationTierNotFound() *GetOrganizationTierNotFound

NewGetOrganizationTierNotFound creates a GetOrganizationTierNotFound with default headers values

func (*GetOrganizationTierNotFound) Error

func (*GetOrganizationTierNotFound) GetPayload

type GetOrganizationTierOK

type GetOrganizationTierOK struct {
	Payload *mono_models.Tier
}
GetOrganizationTierOK describes a response with status code 200, with default header values.

Success

func NewGetOrganizationTierOK

func NewGetOrganizationTierOK() *GetOrganizationTierOK

NewGetOrganizationTierOK creates a GetOrganizationTierOK with default headers values

func (*GetOrganizationTierOK) Error

func (o *GetOrganizationTierOK) Error() string

func (*GetOrganizationTierOK) GetPayload

func (o *GetOrganizationTierOK) GetPayload() *mono_models.Tier

type GetOrganizationTierParams

type GetOrganizationTierParams struct {

	/* IdentifierType.

	   what kind of thing the provided organizationIdentifier is

	   Default: "URLname"
	*/
	IdentifierType *string

	/* OrganizationIdentifier.

	   identifier (URLname, by default) of the desired organization
	*/
	OrganizationIdentifier string

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

GetOrganizationTierParams contains all the parameters to send to the API endpoint

for the get organization tier operation.

Typically these are written to a http.Request.

func NewGetOrganizationTierParams

func NewGetOrganizationTierParams() *GetOrganizationTierParams

NewGetOrganizationTierParams creates a new GetOrganizationTierParams 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 NewGetOrganizationTierParamsWithContext

func NewGetOrganizationTierParamsWithContext(ctx context.Context) *GetOrganizationTierParams

NewGetOrganizationTierParamsWithContext creates a new GetOrganizationTierParams object with the ability to set a context for a request.

func NewGetOrganizationTierParamsWithHTTPClient

func NewGetOrganizationTierParamsWithHTTPClient(client *http.Client) *GetOrganizationTierParams

NewGetOrganizationTierParamsWithHTTPClient creates a new GetOrganizationTierParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationTierParamsWithTimeout

func NewGetOrganizationTierParamsWithTimeout(timeout time.Duration) *GetOrganizationTierParams

NewGetOrganizationTierParamsWithTimeout creates a new GetOrganizationTierParams object with the ability to set a timeout on a request.

func (*GetOrganizationTierParams) SetContext

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

SetContext adds the context to the get organization tier params

func (*GetOrganizationTierParams) SetDefaults

func (o *GetOrganizationTierParams) SetDefaults()

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

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

func (*GetOrganizationTierParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization tier params

func (*GetOrganizationTierParams) SetIdentifierType

func (o *GetOrganizationTierParams) SetIdentifierType(identifierType *string)

SetIdentifierType adds the identifierType to the get organization tier params

func (*GetOrganizationTierParams) SetOrganizationIdentifier

func (o *GetOrganizationTierParams) SetOrganizationIdentifier(organizationIdentifier string)

SetOrganizationIdentifier adds the organizationIdentifier to the get organization tier params

func (*GetOrganizationTierParams) SetTimeout

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

SetTimeout adds the timeout to the get organization tier params

func (*GetOrganizationTierParams) WithContext

WithContext adds the context to the get organization tier params

func (*GetOrganizationTierParams) WithDefaults

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

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

func (*GetOrganizationTierParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get organization tier params

func (*GetOrganizationTierParams) WithIdentifierType

func (o *GetOrganizationTierParams) WithIdentifierType(identifierType *string) *GetOrganizationTierParams

WithIdentifierType adds the identifierType to the get organization tier params

func (*GetOrganizationTierParams) WithOrganizationIdentifier

func (o *GetOrganizationTierParams) WithOrganizationIdentifier(organizationIdentifier string) *GetOrganizationTierParams

WithOrganizationIdentifier adds the organizationIdentifier to the get organization tier params

func (*GetOrganizationTierParams) WithTimeout

WithTimeout adds the timeout to the get organization tier params

func (*GetOrganizationTierParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationTierReader

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

GetOrganizationTierReader is a Reader for the GetOrganizationTier structure.

func (*GetOrganizationTierReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InviteOrganizationBadRequest

type InviteOrganizationBadRequest struct {
	Payload *mono_models.Message
}
InviteOrganizationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewInviteOrganizationBadRequest

func NewInviteOrganizationBadRequest() *InviteOrganizationBadRequest

NewInviteOrganizationBadRequest creates a InviteOrganizationBadRequest with default headers values

func (*InviteOrganizationBadRequest) Error

func (*InviteOrganizationBadRequest) GetPayload

type InviteOrganizationBody

type InviteOrganizationBody struct {

	// Set to true to only have the API return newly added invite, rather than all pending invites
	AddedOnly bool `json:"addedOnly,omitempty"`

	// Deprecated. DO NOT USE
	AsOwner *bool `json:"asOwner,omitempty"`

	// role
	Role *mono_models.Role `json:"role,omitempty"`

	// Set to false to skip sending email.
	SendEmail *bool `json:"sendEmail,omitempty"`
}

InviteOrganizationBody invite organization body swagger:model InviteOrganizationBody

func (*InviteOrganizationBody) ContextValidate

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

ContextValidate validate this invite organization body based on the context it is used

func (*InviteOrganizationBody) MarshalBinary

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

MarshalBinary interface implementation

func (*InviteOrganizationBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*InviteOrganizationBody) Validate

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

Validate validates this invite organization body

type InviteOrganizationForbidden

type InviteOrganizationForbidden struct {
	Payload *mono_models.Message
}
InviteOrganizationForbidden describes a response with status code 403, with default header values.

Forbidden

func NewInviteOrganizationForbidden

func NewInviteOrganizationForbidden() *InviteOrganizationForbidden

NewInviteOrganizationForbidden creates a InviteOrganizationForbidden with default headers values

func (*InviteOrganizationForbidden) Error

func (*InviteOrganizationForbidden) GetPayload

type InviteOrganizationInternalServerError

type InviteOrganizationInternalServerError struct {
	Payload *mono_models.Message
}
InviteOrganizationInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewInviteOrganizationInternalServerError

func NewInviteOrganizationInternalServerError() *InviteOrganizationInternalServerError

NewInviteOrganizationInternalServerError creates a InviteOrganizationInternalServerError with default headers values

func (*InviteOrganizationInternalServerError) Error

func (*InviteOrganizationInternalServerError) GetPayload

type InviteOrganizationNotFound

type InviteOrganizationNotFound struct {
	Payload *mono_models.Message
}
InviteOrganizationNotFound describes a response with status code 404, with default header values.

Not Found

func NewInviteOrganizationNotFound

func NewInviteOrganizationNotFound() *InviteOrganizationNotFound

NewInviteOrganizationNotFound creates a InviteOrganizationNotFound with default headers values

func (*InviteOrganizationNotFound) Error

func (*InviteOrganizationNotFound) GetPayload

type InviteOrganizationOK

type InviteOrganizationOK struct {
	Payload []*mono_models.Invitation
}
InviteOrganizationOK describes a response with status code 200, with default header values.

Invitation Sent

func NewInviteOrganizationOK

func NewInviteOrganizationOK() *InviteOrganizationOK

NewInviteOrganizationOK creates a InviteOrganizationOK with default headers values

func (*InviteOrganizationOK) Error

func (o *InviteOrganizationOK) Error() string

func (*InviteOrganizationOK) GetPayload

func (o *InviteOrganizationOK) GetPayload() []*mono_models.Invitation

type InviteOrganizationParams

type InviteOrganizationParams struct {

	/* Attributes.

	   join the user as an organization owner
	*/
	Attributes InviteOrganizationBody

	/* Email.

	   email address of invitee
	*/
	Email string

	/* OrganizationName.

	   organizationName of desired organization
	*/
	OrganizationName string

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

InviteOrganizationParams contains all the parameters to send to the API endpoint

for the invite organization operation.

Typically these are written to a http.Request.

func NewInviteOrganizationParams

func NewInviteOrganizationParams() *InviteOrganizationParams

NewInviteOrganizationParams creates a new InviteOrganizationParams 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 NewInviteOrganizationParamsWithContext

func NewInviteOrganizationParamsWithContext(ctx context.Context) *InviteOrganizationParams

NewInviteOrganizationParamsWithContext creates a new InviteOrganizationParams object with the ability to set a context for a request.

func NewInviteOrganizationParamsWithHTTPClient

func NewInviteOrganizationParamsWithHTTPClient(client *http.Client) *InviteOrganizationParams

NewInviteOrganizationParamsWithHTTPClient creates a new InviteOrganizationParams object with the ability to set a custom HTTPClient for a request.

func NewInviteOrganizationParamsWithTimeout

func NewInviteOrganizationParamsWithTimeout(timeout time.Duration) *InviteOrganizationParams

NewInviteOrganizationParamsWithTimeout creates a new InviteOrganizationParams object with the ability to set a timeout on a request.

func (*InviteOrganizationParams) SetAttributes

func (o *InviteOrganizationParams) SetAttributes(attributes InviteOrganizationBody)

SetAttributes adds the attributes to the invite organization params

func (*InviteOrganizationParams) SetContext

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

SetContext adds the context to the invite organization params

func (*InviteOrganizationParams) SetDefaults

func (o *InviteOrganizationParams) SetDefaults()

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

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

func (*InviteOrganizationParams) SetEmail

func (o *InviteOrganizationParams) SetEmail(email string)

SetEmail adds the email to the invite organization params

func (*InviteOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the invite organization params

func (*InviteOrganizationParams) SetOrganizationName

func (o *InviteOrganizationParams) SetOrganizationName(organizationName string)

SetOrganizationName adds the organizationName to the invite organization params

func (*InviteOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the invite organization params

func (*InviteOrganizationParams) WithAttributes

WithAttributes adds the attributes to the invite organization params

func (*InviteOrganizationParams) WithContext

WithContext adds the context to the invite organization params

func (*InviteOrganizationParams) WithDefaults

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

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

func (*InviteOrganizationParams) WithEmail

WithEmail adds the email to the invite organization params

func (*InviteOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the invite organization params

func (*InviteOrganizationParams) WithOrganizationName

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

WithOrganizationName adds the organizationName to the invite organization params

func (*InviteOrganizationParams) WithTimeout

WithTimeout adds the timeout to the invite organization params

func (*InviteOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InviteOrganizationReader

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

InviteOrganizationReader is a Reader for the InviteOrganization structure.

func (*InviteOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type JoinOrganizationBadRequest

type JoinOrganizationBadRequest struct {
	Payload *mono_models.Message
}
JoinOrganizationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewJoinOrganizationBadRequest

func NewJoinOrganizationBadRequest() *JoinOrganizationBadRequest

NewJoinOrganizationBadRequest creates a JoinOrganizationBadRequest with default headers values

func (*JoinOrganizationBadRequest) Error

func (*JoinOrganizationBadRequest) GetPayload

type JoinOrganizationBody

type JoinOrganizationBody struct {

	// invite code
	InviteCode string `json:"inviteCode,omitempty"`
}

JoinOrganizationBody join organization body swagger:model JoinOrganizationBody

func (*JoinOrganizationBody) ContextValidate

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

ContextValidate validates this join organization body based on context it is used

func (*JoinOrganizationBody) MarshalBinary

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

MarshalBinary interface implementation

func (*JoinOrganizationBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*JoinOrganizationBody) Validate

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

Validate validates this join organization body

type JoinOrganizationForbidden

type JoinOrganizationForbidden struct {
	Payload *mono_models.Message
}
JoinOrganizationForbidden describes a response with status code 403, with default header values.

Forbidden

func NewJoinOrganizationForbidden

func NewJoinOrganizationForbidden() *JoinOrganizationForbidden

NewJoinOrganizationForbidden creates a JoinOrganizationForbidden with default headers values

func (*JoinOrganizationForbidden) Error

func (o *JoinOrganizationForbidden) Error() string

func (*JoinOrganizationForbidden) GetPayload

type JoinOrganizationInternalServerError

type JoinOrganizationInternalServerError struct {
	Payload *mono_models.Message
}
JoinOrganizationInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewJoinOrganizationInternalServerError

func NewJoinOrganizationInternalServerError() *JoinOrganizationInternalServerError

NewJoinOrganizationInternalServerError creates a JoinOrganizationInternalServerError with default headers values

func (*JoinOrganizationInternalServerError) Error

func (*JoinOrganizationInternalServerError) GetPayload

type JoinOrganizationNotFound

type JoinOrganizationNotFound struct {
	Payload *mono_models.Message
}
JoinOrganizationNotFound describes a response with status code 404, with default header values.

Not Found

func NewJoinOrganizationNotFound

func NewJoinOrganizationNotFound() *JoinOrganizationNotFound

NewJoinOrganizationNotFound creates a JoinOrganizationNotFound with default headers values

func (*JoinOrganizationNotFound) Error

func (o *JoinOrganizationNotFound) Error() string

func (*JoinOrganizationNotFound) GetPayload

func (o *JoinOrganizationNotFound) GetPayload() *mono_models.Message

type JoinOrganizationOK

type JoinOrganizationOK struct {
	Payload []*mono_models.Member
}
JoinOrganizationOK describes a response with status code 200, with default header values.

Membership Roster

func NewJoinOrganizationOK

func NewJoinOrganizationOK() *JoinOrganizationOK

NewJoinOrganizationOK creates a JoinOrganizationOK with default headers values

func (*JoinOrganizationOK) Error

func (o *JoinOrganizationOK) Error() string

func (*JoinOrganizationOK) GetPayload

func (o *JoinOrganizationOK) GetPayload() []*mono_models.Member

type JoinOrganizationParams

type JoinOrganizationParams struct {

	/* InviteCode.

	   Invite code
	*/
	InviteCode JoinOrganizationBody

	/* OrganizationName.

	   organizationID of desired organization
	*/
	OrganizationName string

	/* Username.

	   username to join
	*/
	Username string

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

JoinOrganizationParams contains all the parameters to send to the API endpoint

for the join organization operation.

Typically these are written to a http.Request.

func NewJoinOrganizationParams

func NewJoinOrganizationParams() *JoinOrganizationParams

NewJoinOrganizationParams creates a new JoinOrganizationParams 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 NewJoinOrganizationParamsWithContext

func NewJoinOrganizationParamsWithContext(ctx context.Context) *JoinOrganizationParams

NewJoinOrganizationParamsWithContext creates a new JoinOrganizationParams object with the ability to set a context for a request.

func NewJoinOrganizationParamsWithHTTPClient

func NewJoinOrganizationParamsWithHTTPClient(client *http.Client) *JoinOrganizationParams

NewJoinOrganizationParamsWithHTTPClient creates a new JoinOrganizationParams object with the ability to set a custom HTTPClient for a request.

func NewJoinOrganizationParamsWithTimeout

func NewJoinOrganizationParamsWithTimeout(timeout time.Duration) *JoinOrganizationParams

NewJoinOrganizationParamsWithTimeout creates a new JoinOrganizationParams object with the ability to set a timeout on a request.

func (*JoinOrganizationParams) SetContext

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

SetContext adds the context to the join organization params

func (*JoinOrganizationParams) SetDefaults

func (o *JoinOrganizationParams) SetDefaults()

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

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

func (*JoinOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the join organization params

func (*JoinOrganizationParams) SetInviteCode

func (o *JoinOrganizationParams) SetInviteCode(inviteCode JoinOrganizationBody)

SetInviteCode adds the inviteCode to the join organization params

func (*JoinOrganizationParams) SetOrganizationName

func (o *JoinOrganizationParams) SetOrganizationName(organizationName string)

SetOrganizationName adds the organizationName to the join organization params

func (*JoinOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the join organization params

func (*JoinOrganizationParams) SetUsername

func (o *JoinOrganizationParams) SetUsername(username string)

SetUsername adds the username to the join organization params

func (*JoinOrganizationParams) WithContext

WithContext adds the context to the join organization params

func (*JoinOrganizationParams) WithDefaults

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

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

func (*JoinOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the join organization params

func (*JoinOrganizationParams) WithInviteCode

WithInviteCode adds the inviteCode to the join organization params

func (*JoinOrganizationParams) WithOrganizationName

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

WithOrganizationName adds the organizationName to the join organization params

func (*JoinOrganizationParams) WithTimeout

WithTimeout adds the timeout to the join organization params

func (*JoinOrganizationParams) WithUsername

func (o *JoinOrganizationParams) WithUsername(username string) *JoinOrganizationParams

WithUsername adds the username to the join organization params

func (*JoinOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type JoinOrganizationReader

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

JoinOrganizationReader is a Reader for the JoinOrganization structure.

func (*JoinOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type KomodoAuthorizedBadRequest

type KomodoAuthorizedBadRequest struct {
	Payload *mono_models.Message
}
KomodoAuthorizedBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewKomodoAuthorizedBadRequest

func NewKomodoAuthorizedBadRequest() *KomodoAuthorizedBadRequest

NewKomodoAuthorizedBadRequest creates a KomodoAuthorizedBadRequest with default headers values

func (*KomodoAuthorizedBadRequest) Error

func (*KomodoAuthorizedBadRequest) GetPayload

type KomodoAuthorizedForbidden

type KomodoAuthorizedForbidden struct {
	Payload *mono_models.Message
}
KomodoAuthorizedForbidden describes a response with status code 403, with default header values.

Forbidden

func NewKomodoAuthorizedForbidden

func NewKomodoAuthorizedForbidden() *KomodoAuthorizedForbidden

NewKomodoAuthorizedForbidden creates a KomodoAuthorizedForbidden with default headers values

func (*KomodoAuthorizedForbidden) Error

func (o *KomodoAuthorizedForbidden) Error() string

func (*KomodoAuthorizedForbidden) GetPayload

type KomodoAuthorizedInternalServerError

type KomodoAuthorizedInternalServerError struct {
	Payload *mono_models.Message
}
KomodoAuthorizedInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewKomodoAuthorizedInternalServerError

func NewKomodoAuthorizedInternalServerError() *KomodoAuthorizedInternalServerError

NewKomodoAuthorizedInternalServerError creates a KomodoAuthorizedInternalServerError with default headers values

func (*KomodoAuthorizedInternalServerError) Error

func (*KomodoAuthorizedInternalServerError) GetPayload

type KomodoAuthorizedOK

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

Success

func NewKomodoAuthorizedOK

func NewKomodoAuthorizedOK() *KomodoAuthorizedOK

NewKomodoAuthorizedOK creates a KomodoAuthorizedOK with default headers values

func (*KomodoAuthorizedOK) Error

func (o *KomodoAuthorizedOK) Error() string

type KomodoAuthorizedParams

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

KomodoAuthorizedParams contains all the parameters to send to the API endpoint

for the komodo authorized operation.

Typically these are written to a http.Request.

func NewKomodoAuthorizedParams

func NewKomodoAuthorizedParams() *KomodoAuthorizedParams

NewKomodoAuthorizedParams creates a new KomodoAuthorizedParams 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 NewKomodoAuthorizedParamsWithContext

func NewKomodoAuthorizedParamsWithContext(ctx context.Context) *KomodoAuthorizedParams

NewKomodoAuthorizedParamsWithContext creates a new KomodoAuthorizedParams object with the ability to set a context for a request.

func NewKomodoAuthorizedParamsWithHTTPClient

func NewKomodoAuthorizedParamsWithHTTPClient(client *http.Client) *KomodoAuthorizedParams

NewKomodoAuthorizedParamsWithHTTPClient creates a new KomodoAuthorizedParams object with the ability to set a custom HTTPClient for a request.

func NewKomodoAuthorizedParamsWithTimeout

func NewKomodoAuthorizedParamsWithTimeout(timeout time.Duration) *KomodoAuthorizedParams

NewKomodoAuthorizedParamsWithTimeout creates a new KomodoAuthorizedParams object with the ability to set a timeout on a request.

func (*KomodoAuthorizedParams) SetContext

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

SetContext adds the context to the komodo authorized params

func (*KomodoAuthorizedParams) SetDefaults

func (o *KomodoAuthorizedParams) SetDefaults()

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

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

func (*KomodoAuthorizedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the komodo authorized params

func (*KomodoAuthorizedParams) SetTimeout

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

SetTimeout adds the timeout to the komodo authorized params

func (*KomodoAuthorizedParams) WithContext

WithContext adds the context to the komodo authorized params

func (*KomodoAuthorizedParams) WithDefaults

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

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

func (*KomodoAuthorizedParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the komodo authorized params

func (*KomodoAuthorizedParams) WithTimeout

WithTimeout adds the timeout to the komodo authorized params

func (*KomodoAuthorizedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type KomodoAuthorizedReader

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

KomodoAuthorizedReader is a Reader for the KomodoAuthorized structure.

func (*KomodoAuthorizedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListOrganizationsBadRequest

type ListOrganizationsBadRequest struct {
	Payload *mono_models.Message
}
ListOrganizationsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewListOrganizationsBadRequest

func NewListOrganizationsBadRequest() *ListOrganizationsBadRequest

NewListOrganizationsBadRequest creates a ListOrganizationsBadRequest with default headers values

func (*ListOrganizationsBadRequest) Error

func (*ListOrganizationsBadRequest) GetPayload

type ListOrganizationsOK

type ListOrganizationsOK struct {
	Payload []*mono_models.Organization
}
ListOrganizationsOK describes a response with status code 200, with default header values.

Success

func NewListOrganizationsOK

func NewListOrganizationsOK() *ListOrganizationsOK

NewListOrganizationsOK creates a ListOrganizationsOK with default headers values

func (*ListOrganizationsOK) Error

func (o *ListOrganizationsOK) Error() string

func (*ListOrganizationsOK) GetPayload

func (o *ListOrganizationsOK) GetPayload() []*mono_models.Organization

type ListOrganizationsParams

type ListOrganizationsParams struct {

	/* MemberOnly.

	   Return all orgs a user has access to or only the ones a user is a member of
	*/
	MemberOnly *bool

	/* Personal.

	   Filter based on if the org is a personal or not
	*/
	Personal *bool

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

func (o *ListOrganizationsParams) SetMemberOnly(memberOnly *bool)

SetMemberOnly adds the memberOnly to the list organizations params

func (*ListOrganizationsParams) SetPersonal

func (o *ListOrganizationsParams) SetPersonal(personal *bool)

SetPersonal adds the personal 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) WithMemberOnly

func (o *ListOrganizationsParams) WithMemberOnly(memberOnly *bool) *ListOrganizationsParams

WithMemberOnly adds the memberOnly to the list organizations params

func (*ListOrganizationsParams) WithPersonal

func (o *ListOrganizationsParams) WithPersonal(personal *bool) *ListOrganizationsParams

WithPersonal adds the personal 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 MutateOrganizationBadRequest

type MutateOrganizationBadRequest struct {
	Payload *mono_models.Message
}
MutateOrganizationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewMutateOrganizationBadRequest

func NewMutateOrganizationBadRequest() *MutateOrganizationBadRequest

NewMutateOrganizationBadRequest creates a MutateOrganizationBadRequest with default headers values

func (*MutateOrganizationBadRequest) Error

func (*MutateOrganizationBadRequest) GetPayload

type MutateOrganizationConflict

type MutateOrganizationConflict struct {
	Payload *mono_models.Message
}
MutateOrganizationConflict describes a response with status code 409, with default header values.

Conflict

func NewMutateOrganizationConflict

func NewMutateOrganizationConflict() *MutateOrganizationConflict

NewMutateOrganizationConflict creates a MutateOrganizationConflict with default headers values

func (*MutateOrganizationConflict) Error

func (*MutateOrganizationConflict) GetPayload

type MutateOrganizationForbidden

type MutateOrganizationForbidden struct {
	Payload *mono_models.Message
}
MutateOrganizationForbidden describes a response with status code 403, with default header values.

Unauthorized

func NewMutateOrganizationForbidden

func NewMutateOrganizationForbidden() *MutateOrganizationForbidden

NewMutateOrganizationForbidden creates a MutateOrganizationForbidden with default headers values

func (*MutateOrganizationForbidden) Error

func (*MutateOrganizationForbidden) GetPayload

type MutateOrganizationInternalServerError

type MutateOrganizationInternalServerError struct {
	Payload *mono_models.Message
}
MutateOrganizationInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewMutateOrganizationInternalServerError

func NewMutateOrganizationInternalServerError() *MutateOrganizationInternalServerError

NewMutateOrganizationInternalServerError creates a MutateOrganizationInternalServerError with default headers values

func (*MutateOrganizationInternalServerError) Error

func (*MutateOrganizationInternalServerError) GetPayload

type MutateOrganizationNotFound

type MutateOrganizationNotFound struct {
	Payload *mono_models.Message
}
MutateOrganizationNotFound describes a response with status code 404, with default header values.

Not Found

func NewMutateOrganizationNotFound

func NewMutateOrganizationNotFound() *MutateOrganizationNotFound

NewMutateOrganizationNotFound creates a MutateOrganizationNotFound with default headers values

func (*MutateOrganizationNotFound) Error

func (*MutateOrganizationNotFound) GetPayload

type MutateOrganizationOK

type MutateOrganizationOK struct {
	Payload *mono_models.Organization
}
MutateOrganizationOK describes a response with status code 200, with default header values.

Organization updated

func NewMutateOrganizationOK

func NewMutateOrganizationOK() *MutateOrganizationOK

NewMutateOrganizationOK creates a MutateOrganizationOK with default headers values

func (*MutateOrganizationOK) Error

func (o *MutateOrganizationOK) Error() string

func (*MutateOrganizationOK) GetPayload

type MutateOrganizationParams

type MutateOrganizationParams struct {

	/* IdentifierType.

	   what kind of thing the provided organizationIdentifier is

	   Default: "URLname"
	*/
	IdentifierType *string

	// Mutation.
	Mutation *mono_models.OrganizationMutationEditable

	/* OrganizationIdentifier.

	   identifier (URLname, by default) of the desired organization
	*/
	OrganizationIdentifier string

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

MutateOrganizationParams contains all the parameters to send to the API endpoint

for the mutate organization operation.

Typically these are written to a http.Request.

func NewMutateOrganizationParams

func NewMutateOrganizationParams() *MutateOrganizationParams

NewMutateOrganizationParams creates a new MutateOrganizationParams 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 NewMutateOrganizationParamsWithContext

func NewMutateOrganizationParamsWithContext(ctx context.Context) *MutateOrganizationParams

NewMutateOrganizationParamsWithContext creates a new MutateOrganizationParams object with the ability to set a context for a request.

func NewMutateOrganizationParamsWithHTTPClient

func NewMutateOrganizationParamsWithHTTPClient(client *http.Client) *MutateOrganizationParams

NewMutateOrganizationParamsWithHTTPClient creates a new MutateOrganizationParams object with the ability to set a custom HTTPClient for a request.

func NewMutateOrganizationParamsWithTimeout

func NewMutateOrganizationParamsWithTimeout(timeout time.Duration) *MutateOrganizationParams

NewMutateOrganizationParamsWithTimeout creates a new MutateOrganizationParams object with the ability to set a timeout on a request.

func (*MutateOrganizationParams) SetContext

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

SetContext adds the context to the mutate organization params

func (*MutateOrganizationParams) SetDefaults

func (o *MutateOrganizationParams) SetDefaults()

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

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

func (*MutateOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the mutate organization params

func (*MutateOrganizationParams) SetIdentifierType

func (o *MutateOrganizationParams) SetIdentifierType(identifierType *string)

SetIdentifierType adds the identifierType to the mutate organization params

func (*MutateOrganizationParams) SetMutation

SetMutation adds the mutation to the mutate organization params

func (*MutateOrganizationParams) SetOrganizationIdentifier

func (o *MutateOrganizationParams) SetOrganizationIdentifier(organizationIdentifier string)

SetOrganizationIdentifier adds the organizationIdentifier to the mutate organization params

func (*MutateOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the mutate organization params

func (*MutateOrganizationParams) WithContext

WithContext adds the context to the mutate organization params

func (*MutateOrganizationParams) WithDefaults

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

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

func (*MutateOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the mutate organization params

func (*MutateOrganizationParams) WithIdentifierType

func (o *MutateOrganizationParams) WithIdentifierType(identifierType *string) *MutateOrganizationParams

WithIdentifierType adds the identifierType to the mutate organization params

func (*MutateOrganizationParams) WithMutation

WithMutation adds the mutation to the mutate organization params

func (*MutateOrganizationParams) WithOrganizationIdentifier

func (o *MutateOrganizationParams) WithOrganizationIdentifier(organizationIdentifier string) *MutateOrganizationParams

WithOrganizationIdentifier adds the organizationIdentifier to the mutate organization params

func (*MutateOrganizationParams) WithTimeout

WithTimeout adds the timeout to the mutate organization params

func (*MutateOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MutateOrganizationReader

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

MutateOrganizationReader is a Reader for the MutateOrganization structure.

func (*MutateOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QuitOrganizationBadRequest

type QuitOrganizationBadRequest struct {
	Payload *mono_models.Message
}
QuitOrganizationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewQuitOrganizationBadRequest

func NewQuitOrganizationBadRequest() *QuitOrganizationBadRequest

NewQuitOrganizationBadRequest creates a QuitOrganizationBadRequest with default headers values

func (*QuitOrganizationBadRequest) Error

func (*QuitOrganizationBadRequest) GetPayload

type QuitOrganizationForbidden

type QuitOrganizationForbidden struct {
	Payload *mono_models.Message
}
QuitOrganizationForbidden describes a response with status code 403, with default header values.

Unauthorized

func NewQuitOrganizationForbidden

func NewQuitOrganizationForbidden() *QuitOrganizationForbidden

NewQuitOrganizationForbidden creates a QuitOrganizationForbidden with default headers values

func (*QuitOrganizationForbidden) Error

func (o *QuitOrganizationForbidden) Error() string

func (*QuitOrganizationForbidden) GetPayload

type QuitOrganizationInternalServerError

type QuitOrganizationInternalServerError struct {
	Payload *mono_models.Message
}
QuitOrganizationInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewQuitOrganizationInternalServerError

func NewQuitOrganizationInternalServerError() *QuitOrganizationInternalServerError

NewQuitOrganizationInternalServerError creates a QuitOrganizationInternalServerError with default headers values

func (*QuitOrganizationInternalServerError) Error

func (*QuitOrganizationInternalServerError) GetPayload

type QuitOrganizationNotFound

type QuitOrganizationNotFound struct {
	Payload *mono_models.Message
}
QuitOrganizationNotFound describes a response with status code 404, with default header values.

User or Org Not Found

func NewQuitOrganizationNotFound

func NewQuitOrganizationNotFound() *QuitOrganizationNotFound

NewQuitOrganizationNotFound creates a QuitOrganizationNotFound with default headers values

func (*QuitOrganizationNotFound) Error

func (o *QuitOrganizationNotFound) Error() string

func (*QuitOrganizationNotFound) GetPayload

func (o *QuitOrganizationNotFound) GetPayload() *mono_models.Message

type QuitOrganizationOK

type QuitOrganizationOK struct {
	Payload []*mono_models.Member
}
QuitOrganizationOK describes a response with status code 200, with default header values.

Membership updated

func NewQuitOrganizationOK

func NewQuitOrganizationOK() *QuitOrganizationOK

NewQuitOrganizationOK creates a QuitOrganizationOK with default headers values

func (*QuitOrganizationOK) Error

func (o *QuitOrganizationOK) Error() string

func (*QuitOrganizationOK) GetPayload

func (o *QuitOrganizationOK) GetPayload() []*mono_models.Member

type QuitOrganizationParams

type QuitOrganizationParams struct {

	/* OrganizationName.

	   organization name of desired organization
	*/
	OrganizationName string

	/* Username.

	   user to remove
	*/
	Username string

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

QuitOrganizationParams contains all the parameters to send to the API endpoint

for the quit organization operation.

Typically these are written to a http.Request.

func NewQuitOrganizationParams

func NewQuitOrganizationParams() *QuitOrganizationParams

NewQuitOrganizationParams creates a new QuitOrganizationParams 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 NewQuitOrganizationParamsWithContext

func NewQuitOrganizationParamsWithContext(ctx context.Context) *QuitOrganizationParams

NewQuitOrganizationParamsWithContext creates a new QuitOrganizationParams object with the ability to set a context for a request.

func NewQuitOrganizationParamsWithHTTPClient

func NewQuitOrganizationParamsWithHTTPClient(client *http.Client) *QuitOrganizationParams

NewQuitOrganizationParamsWithHTTPClient creates a new QuitOrganizationParams object with the ability to set a custom HTTPClient for a request.

func NewQuitOrganizationParamsWithTimeout

func NewQuitOrganizationParamsWithTimeout(timeout time.Duration) *QuitOrganizationParams

NewQuitOrganizationParamsWithTimeout creates a new QuitOrganizationParams object with the ability to set a timeout on a request.

func (*QuitOrganizationParams) SetContext

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

SetContext adds the context to the quit organization params

func (*QuitOrganizationParams) SetDefaults

func (o *QuitOrganizationParams) SetDefaults()

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

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

func (*QuitOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the quit organization params

func (*QuitOrganizationParams) SetOrganizationName

func (o *QuitOrganizationParams) SetOrganizationName(organizationName string)

SetOrganizationName adds the organizationName to the quit organization params

func (*QuitOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the quit organization params

func (*QuitOrganizationParams) SetUsername

func (o *QuitOrganizationParams) SetUsername(username string)

SetUsername adds the username to the quit organization params

func (*QuitOrganizationParams) WithContext

WithContext adds the context to the quit organization params

func (*QuitOrganizationParams) WithDefaults

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

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

func (*QuitOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the quit organization params

func (*QuitOrganizationParams) WithOrganizationName

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

WithOrganizationName adds the organizationName to the quit organization params

func (*QuitOrganizationParams) WithTimeout

WithTimeout adds the timeout to the quit organization params

func (*QuitOrganizationParams) WithUsername

func (o *QuitOrganizationParams) WithUsername(username string) *QuitOrganizationParams

WithUsername adds the username to the quit organization params

func (*QuitOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QuitOrganizationReader

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

QuitOrganizationReader is a Reader for the QuitOrganization structure.

func (*QuitOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetAdminMetadataBadRequest

type SetAdminMetadataBadRequest struct {
	Payload *mono_models.Message
}
SetAdminMetadataBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewSetAdminMetadataBadRequest

func NewSetAdminMetadataBadRequest() *SetAdminMetadataBadRequest

NewSetAdminMetadataBadRequest creates a SetAdminMetadataBadRequest with default headers values

func (*SetAdminMetadataBadRequest) Error

func (*SetAdminMetadataBadRequest) GetPayload

type SetAdminMetadataForbidden

type SetAdminMetadataForbidden struct {
	Payload *mono_models.Message
}
SetAdminMetadataForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSetAdminMetadataForbidden

func NewSetAdminMetadataForbidden() *SetAdminMetadataForbidden

NewSetAdminMetadataForbidden creates a SetAdminMetadataForbidden with default headers values

func (*SetAdminMetadataForbidden) Error

func (o *SetAdminMetadataForbidden) Error() string

func (*SetAdminMetadataForbidden) GetPayload

type SetAdminMetadataInternalServerError

type SetAdminMetadataInternalServerError struct {
	Payload *mono_models.Message
}
SetAdminMetadataInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewSetAdminMetadataInternalServerError

func NewSetAdminMetadataInternalServerError() *SetAdminMetadataInternalServerError

NewSetAdminMetadataInternalServerError creates a SetAdminMetadataInternalServerError with default headers values

func (*SetAdminMetadataInternalServerError) Error

func (*SetAdminMetadataInternalServerError) GetPayload

type SetAdminMetadataNotFound

type SetAdminMetadataNotFound struct {
	Payload *mono_models.Message
}
SetAdminMetadataNotFound describes a response with status code 404, with default header values.

Not Found

func NewSetAdminMetadataNotFound

func NewSetAdminMetadataNotFound() *SetAdminMetadataNotFound

NewSetAdminMetadataNotFound creates a SetAdminMetadataNotFound with default headers values

func (*SetAdminMetadataNotFound) Error

func (o *SetAdminMetadataNotFound) Error() string

func (*SetAdminMetadataNotFound) GetPayload

func (o *SetAdminMetadataNotFound) GetPayload() *mono_models.Message

type SetAdminMetadataOK

type SetAdminMetadataOK struct {
	Payload *mono_models.AdminMetadata
}
SetAdminMetadataOK describes a response with status code 200, with default header values.

Success

func NewSetAdminMetadataOK

func NewSetAdminMetadataOK() *SetAdminMetadataOK

NewSetAdminMetadataOK creates a SetAdminMetadataOK with default headers values

func (*SetAdminMetadataOK) Error

func (o *SetAdminMetadataOK) Error() string

func (*SetAdminMetadataOK) GetPayload

func (o *SetAdminMetadataOK) GetPayload() *mono_models.AdminMetadata

type SetAdminMetadataParams

type SetAdminMetadataParams struct {

	/* Body.

	   Values of admin metadata to change
	*/
	Body *mono_models.AdminMetadataEditable

	/* IdentifierType.

	   what kind of thing the provided organizationIdentifier is

	   Default: "URLname"
	*/
	IdentifierType *string

	/* OrganizationIdentifier.

	   identifier (URLname, by default) of the desired organization
	*/
	OrganizationIdentifier string

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

SetAdminMetadataParams contains all the parameters to send to the API endpoint

for the set admin metadata operation.

Typically these are written to a http.Request.

func NewSetAdminMetadataParams

func NewSetAdminMetadataParams() *SetAdminMetadataParams

NewSetAdminMetadataParams creates a new SetAdminMetadataParams 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 NewSetAdminMetadataParamsWithContext

func NewSetAdminMetadataParamsWithContext(ctx context.Context) *SetAdminMetadataParams

NewSetAdminMetadataParamsWithContext creates a new SetAdminMetadataParams object with the ability to set a context for a request.

func NewSetAdminMetadataParamsWithHTTPClient

func NewSetAdminMetadataParamsWithHTTPClient(client *http.Client) *SetAdminMetadataParams

NewSetAdminMetadataParamsWithHTTPClient creates a new SetAdminMetadataParams object with the ability to set a custom HTTPClient for a request.

func NewSetAdminMetadataParamsWithTimeout

func NewSetAdminMetadataParamsWithTimeout(timeout time.Duration) *SetAdminMetadataParams

NewSetAdminMetadataParamsWithTimeout creates a new SetAdminMetadataParams object with the ability to set a timeout on a request.

func (*SetAdminMetadataParams) SetBody

SetBody adds the body to the set admin metadata params

func (*SetAdminMetadataParams) SetContext

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

SetContext adds the context to the set admin metadata params

func (*SetAdminMetadataParams) SetDefaults

func (o *SetAdminMetadataParams) SetDefaults()

SetDefaults hydrates default values in the set admin metadata params (not the query body).

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

func (*SetAdminMetadataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set admin metadata params

func (*SetAdminMetadataParams) SetIdentifierType

func (o *SetAdminMetadataParams) SetIdentifierType(identifierType *string)

SetIdentifierType adds the identifierType to the set admin metadata params

func (*SetAdminMetadataParams) SetOrganizationIdentifier

func (o *SetAdminMetadataParams) SetOrganizationIdentifier(organizationIdentifier string)

SetOrganizationIdentifier adds the organizationIdentifier to the set admin metadata params

func (*SetAdminMetadataParams) SetTimeout

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

SetTimeout adds the timeout to the set admin metadata params

func (*SetAdminMetadataParams) WithBody

WithBody adds the body to the set admin metadata params

func (*SetAdminMetadataParams) WithContext

WithContext adds the context to the set admin metadata params

func (*SetAdminMetadataParams) WithDefaults

WithDefaults hydrates default values in the set admin metadata params (not the query body).

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

func (*SetAdminMetadataParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set admin metadata params

func (*SetAdminMetadataParams) WithIdentifierType

func (o *SetAdminMetadataParams) WithIdentifierType(identifierType *string) *SetAdminMetadataParams

WithIdentifierType adds the identifierType to the set admin metadata params

func (*SetAdminMetadataParams) WithOrganizationIdentifier

func (o *SetAdminMetadataParams) WithOrganizationIdentifier(organizationIdentifier string) *SetAdminMetadataParams

WithOrganizationIdentifier adds the organizationIdentifier to the set admin metadata params

func (*SetAdminMetadataParams) WithTimeout

WithTimeout adds the timeout to the set admin metadata params

func (*SetAdminMetadataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetAdminMetadataReader

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

SetAdminMetadataReader is a Reader for the SetAdminMetadata structure.

func (*SetAdminMetadataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateBillingDateBadRequest

type UpdateBillingDateBadRequest struct {
	Payload *mono_models.Message
}
UpdateBillingDateBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateBillingDateBadRequest

func NewUpdateBillingDateBadRequest() *UpdateBillingDateBadRequest

NewUpdateBillingDateBadRequest creates a UpdateBillingDateBadRequest with default headers values

func (*UpdateBillingDateBadRequest) Error

func (*UpdateBillingDateBadRequest) GetPayload

type UpdateBillingDateBody

type UpdateBillingDateBody struct {

	// date
	Date string `json:"date,omitempty"`
}

UpdateBillingDateBody update billing date body swagger:model UpdateBillingDateBody

func (*UpdateBillingDateBody) ContextValidate

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

ContextValidate validates this update billing date body based on context it is used

func (*UpdateBillingDateBody) MarshalBinary

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

MarshalBinary interface implementation

func (*UpdateBillingDateBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*UpdateBillingDateBody) Validate

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

Validate validates this update billing date body

type UpdateBillingDateForbidden

type UpdateBillingDateForbidden struct {
	Payload *mono_models.Message
}
UpdateBillingDateForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateBillingDateForbidden

func NewUpdateBillingDateForbidden() *UpdateBillingDateForbidden

NewUpdateBillingDateForbidden creates a UpdateBillingDateForbidden with default headers values

func (*UpdateBillingDateForbidden) Error

func (*UpdateBillingDateForbidden) GetPayload

type UpdateBillingDateInternalServerError

type UpdateBillingDateInternalServerError struct {
	Payload *mono_models.Message
}
UpdateBillingDateInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewUpdateBillingDateInternalServerError

func NewUpdateBillingDateInternalServerError() *UpdateBillingDateInternalServerError

NewUpdateBillingDateInternalServerError creates a UpdateBillingDateInternalServerError with default headers values

func (*UpdateBillingDateInternalServerError) Error

func (*UpdateBillingDateInternalServerError) GetPayload

type UpdateBillingDateNotFound

type UpdateBillingDateNotFound struct {
	Payload *mono_models.Message
}
UpdateBillingDateNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateBillingDateNotFound

func NewUpdateBillingDateNotFound() *UpdateBillingDateNotFound

NewUpdateBillingDateNotFound creates a UpdateBillingDateNotFound with default headers values

func (*UpdateBillingDateNotFound) Error

func (o *UpdateBillingDateNotFound) Error() string

func (*UpdateBillingDateNotFound) GetPayload

type UpdateBillingDateOK

type UpdateBillingDateOK struct {
	Payload *mono_models.Organization
}
UpdateBillingDateOK describes a response with status code 200, with default header values.

Billing date updated

func NewUpdateBillingDateOK

func NewUpdateBillingDateOK() *UpdateBillingDateOK

NewUpdateBillingDateOK creates a UpdateBillingDateOK with default headers values

func (*UpdateBillingDateOK) Error

func (o *UpdateBillingDateOK) Error() string

func (*UpdateBillingDateOK) GetPayload

func (o *UpdateBillingDateOK) GetPayload() *mono_models.Organization

type UpdateBillingDateParams

type UpdateBillingDateParams struct {

	/* Body.

	   Date to be added as billing date
	*/
	Body UpdateBillingDateBody

	/* OrganizationName.

	   organizationName of desired organization
	*/
	OrganizationName string

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

UpdateBillingDateParams contains all the parameters to send to the API endpoint

for the update billing date operation.

Typically these are written to a http.Request.

func NewUpdateBillingDateParams

func NewUpdateBillingDateParams() *UpdateBillingDateParams

NewUpdateBillingDateParams creates a new UpdateBillingDateParams 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 NewUpdateBillingDateParamsWithContext

func NewUpdateBillingDateParamsWithContext(ctx context.Context) *UpdateBillingDateParams

NewUpdateBillingDateParamsWithContext creates a new UpdateBillingDateParams object with the ability to set a context for a request.

func NewUpdateBillingDateParamsWithHTTPClient

func NewUpdateBillingDateParamsWithHTTPClient(client *http.Client) *UpdateBillingDateParams

NewUpdateBillingDateParamsWithHTTPClient creates a new UpdateBillingDateParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateBillingDateParamsWithTimeout

func NewUpdateBillingDateParamsWithTimeout(timeout time.Duration) *UpdateBillingDateParams

NewUpdateBillingDateParamsWithTimeout creates a new UpdateBillingDateParams object with the ability to set a timeout on a request.

func (*UpdateBillingDateParams) SetBody

SetBody adds the body to the update billing date params

func (*UpdateBillingDateParams) SetContext

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

SetContext adds the context to the update billing date params

func (*UpdateBillingDateParams) SetDefaults

func (o *UpdateBillingDateParams) SetDefaults()

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

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

func (*UpdateBillingDateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update billing date params

func (*UpdateBillingDateParams) SetOrganizationName

func (o *UpdateBillingDateParams) SetOrganizationName(organizationName string)

SetOrganizationName adds the organizationName to the update billing date params

func (*UpdateBillingDateParams) SetTimeout

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

SetTimeout adds the timeout to the update billing date params

func (*UpdateBillingDateParams) WithBody

WithBody adds the body to the update billing date params

func (*UpdateBillingDateParams) WithContext

WithContext adds the context to the update billing date params

func (*UpdateBillingDateParams) WithDefaults

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

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

func (*UpdateBillingDateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update billing date params

func (*UpdateBillingDateParams) WithOrganizationName

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

WithOrganizationName adds the organizationName to the update billing date params

func (*UpdateBillingDateParams) WithTimeout

WithTimeout adds the timeout to the update billing date params

func (*UpdateBillingDateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateBillingDateReader

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

UpdateBillingDateReader is a Reader for the UpdateBillingDate structure.

func (*UpdateBillingDateReader) ReadResponse

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