invitations_service

package
v0.102.0 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2024 License: MPL-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for invitations service API

func (*Client) InvitationsServiceAcceptOrganizationInvitation added in v0.64.0

InvitationsServiceAcceptOrganizationInvitation accepts organization invitation accepts an organization invitation expects an invitation token in the body

func (*Client) InvitationsServiceCreateOrganizationInvitations added in v0.64.0

InvitationsServiceCreateOrganizationInvitations creates organization invitations creates one or more organization invitations

func (*Client) InvitationsServiceDeleteOrganizationInvitation added in v0.64.0

InvitationsServiceDeleteOrganizationInvitation deletes organization invitation creates an organization invitation

func (*Client) InvitationsServiceGetOrganizationNameByInvitationToken added in v0.64.0

InvitationsServiceGetOrganizationNameByInvitationToken gets organization name by invitation token returns the organization name for the invitation associated with the invitation token provided

func (*Client) InvitationsServiceListOrganizationInvitations added in v0.64.0

InvitationsServiceListOrganizationInvitations lists organization invitations returns a list of organization invitations

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new invitations service API client.

type InvitationsServiceAcceptOrganizationInvitationDefault added in v0.64.0

type InvitationsServiceAcceptOrganizationInvitationDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

InvitationsServiceAcceptOrganizationInvitationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewInvitationsServiceAcceptOrganizationInvitationDefault added in v0.64.0

func NewInvitationsServiceAcceptOrganizationInvitationDefault(code int) *InvitationsServiceAcceptOrganizationInvitationDefault

NewInvitationsServiceAcceptOrganizationInvitationDefault creates a InvitationsServiceAcceptOrganizationInvitationDefault with default headers values

func (*InvitationsServiceAcceptOrganizationInvitationDefault) Code added in v0.64.0

Code gets the status code for the invitations service accept organization invitation default response

func (*InvitationsServiceAcceptOrganizationInvitationDefault) Error added in v0.64.0

func (*InvitationsServiceAcceptOrganizationInvitationDefault) GetPayload added in v0.64.0

func (*InvitationsServiceAcceptOrganizationInvitationDefault) IsClientError added in v0.64.0

IsClientError returns true when this invitations service accept organization invitation default response has a 4xx status code

func (*InvitationsServiceAcceptOrganizationInvitationDefault) IsCode added in v0.64.0

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

func (*InvitationsServiceAcceptOrganizationInvitationDefault) IsRedirect added in v0.64.0

IsRedirect returns true when this invitations service accept organization invitation default response has a 3xx status code

func (*InvitationsServiceAcceptOrganizationInvitationDefault) IsServerError added in v0.64.0

IsServerError returns true when this invitations service accept organization invitation default response has a 5xx status code

func (*InvitationsServiceAcceptOrganizationInvitationDefault) IsSuccess added in v0.64.0

IsSuccess returns true when this invitations service accept organization invitation default response has a 2xx status code

func (*InvitationsServiceAcceptOrganizationInvitationDefault) String added in v0.64.0

type InvitationsServiceAcceptOrganizationInvitationOK added in v0.64.0

type InvitationsServiceAcceptOrganizationInvitationOK struct {
	Payload *models.HashicorpCloudIamAcceptOrganizationInvitationResponse
}

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

A successful response.

func NewInvitationsServiceAcceptOrganizationInvitationOK added in v0.64.0

func NewInvitationsServiceAcceptOrganizationInvitationOK() *InvitationsServiceAcceptOrganizationInvitationOK

NewInvitationsServiceAcceptOrganizationInvitationOK creates a InvitationsServiceAcceptOrganizationInvitationOK with default headers values

func (*InvitationsServiceAcceptOrganizationInvitationOK) Code added in v0.68.0

Code gets the status code for the invitations service accept organization invitation o k response

func (*InvitationsServiceAcceptOrganizationInvitationOK) Error added in v0.64.0

func (*InvitationsServiceAcceptOrganizationInvitationOK) GetPayload added in v0.64.0

func (*InvitationsServiceAcceptOrganizationInvitationOK) IsClientError added in v0.64.0

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

func (*InvitationsServiceAcceptOrganizationInvitationOK) IsCode added in v0.64.0

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

func (*InvitationsServiceAcceptOrganizationInvitationOK) IsRedirect added in v0.64.0

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

func (*InvitationsServiceAcceptOrganizationInvitationOK) IsServerError added in v0.64.0

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

func (*InvitationsServiceAcceptOrganizationInvitationOK) IsSuccess added in v0.64.0

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

func (*InvitationsServiceAcceptOrganizationInvitationOK) String added in v0.64.0

type InvitationsServiceAcceptOrganizationInvitationParams added in v0.64.0

type InvitationsServiceAcceptOrganizationInvitationParams struct {

	/* Body.

	   AcceptOrganizationInvitationRequest is a request to accept an organization invitation.
	*/
	Body *models.HashicorpCloudIamAcceptOrganizationInvitationRequest

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

InvitationsServiceAcceptOrganizationInvitationParams contains all the parameters to send to the API endpoint

for the invitations service accept organization invitation operation.

Typically these are written to a http.Request.

func NewInvitationsServiceAcceptOrganizationInvitationParams added in v0.64.0

func NewInvitationsServiceAcceptOrganizationInvitationParams() *InvitationsServiceAcceptOrganizationInvitationParams

NewInvitationsServiceAcceptOrganizationInvitationParams creates a new InvitationsServiceAcceptOrganizationInvitationParams 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 NewInvitationsServiceAcceptOrganizationInvitationParamsWithContext added in v0.64.0

func NewInvitationsServiceAcceptOrganizationInvitationParamsWithContext(ctx context.Context) *InvitationsServiceAcceptOrganizationInvitationParams

NewInvitationsServiceAcceptOrganizationInvitationParamsWithContext creates a new InvitationsServiceAcceptOrganizationInvitationParams object with the ability to set a context for a request.

func NewInvitationsServiceAcceptOrganizationInvitationParamsWithHTTPClient added in v0.64.0

func NewInvitationsServiceAcceptOrganizationInvitationParamsWithHTTPClient(client *http.Client) *InvitationsServiceAcceptOrganizationInvitationParams

NewInvitationsServiceAcceptOrganizationInvitationParamsWithHTTPClient creates a new InvitationsServiceAcceptOrganizationInvitationParams object with the ability to set a custom HTTPClient for a request.

func NewInvitationsServiceAcceptOrganizationInvitationParamsWithTimeout added in v0.64.0

func NewInvitationsServiceAcceptOrganizationInvitationParamsWithTimeout(timeout time.Duration) *InvitationsServiceAcceptOrganizationInvitationParams

NewInvitationsServiceAcceptOrganizationInvitationParamsWithTimeout creates a new InvitationsServiceAcceptOrganizationInvitationParams object with the ability to set a timeout on a request.

func (*InvitationsServiceAcceptOrganizationInvitationParams) SetBody added in v0.64.0

SetBody adds the body to the invitations service accept organization invitation params

func (*InvitationsServiceAcceptOrganizationInvitationParams) SetContext added in v0.64.0

SetContext adds the context to the invitations service accept organization invitation params

func (*InvitationsServiceAcceptOrganizationInvitationParams) SetDefaults added in v0.64.0

SetDefaults hydrates default values in the invitations service accept organization invitation params (not the query body).

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

func (*InvitationsServiceAcceptOrganizationInvitationParams) SetHTTPClient added in v0.64.0

SetHTTPClient adds the HTTPClient to the invitations service accept organization invitation params

func (*InvitationsServiceAcceptOrganizationInvitationParams) SetTimeout added in v0.64.0

SetTimeout adds the timeout to the invitations service accept organization invitation params

func (*InvitationsServiceAcceptOrganizationInvitationParams) WithBody added in v0.64.0

WithBody adds the body to the invitations service accept organization invitation params

func (*InvitationsServiceAcceptOrganizationInvitationParams) WithContext added in v0.64.0

WithContext adds the context to the invitations service accept organization invitation params

func (*InvitationsServiceAcceptOrganizationInvitationParams) WithDefaults added in v0.64.0

WithDefaults hydrates default values in the invitations service accept organization invitation params (not the query body).

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

func (*InvitationsServiceAcceptOrganizationInvitationParams) WithHTTPClient added in v0.64.0

WithHTTPClient adds the HTTPClient to the invitations service accept organization invitation params

func (*InvitationsServiceAcceptOrganizationInvitationParams) WithTimeout added in v0.64.0

WithTimeout adds the timeout to the invitations service accept organization invitation params

func (*InvitationsServiceAcceptOrganizationInvitationParams) WriteToRequest added in v0.64.0

WriteToRequest writes these params to a swagger request

type InvitationsServiceAcceptOrganizationInvitationReader added in v0.64.0

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

InvitationsServiceAcceptOrganizationInvitationReader is a Reader for the InvitationsServiceAcceptOrganizationInvitation structure.

func (*InvitationsServiceAcceptOrganizationInvitationReader) ReadResponse added in v0.64.0

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

ReadResponse reads a server response into the received o.

type InvitationsServiceCreateOrganizationInvitationsBody added in v0.68.0

type InvitationsServiceCreateOrganizationInvitationsBody struct {

	// invitations is a list of the data for the invitations that should be created.
	Invitations []*models.HashicorpCloudIamNewOrganizationInvitation `json:"invitations"`
}

InvitationsServiceCreateOrganizationInvitationsBody CreateOrganizationInvitationsRequest is a request to create an organization invitation. // Inviting multiple people at the same time is supported. swagger:model InvitationsServiceCreateOrganizationInvitationsBody

func (*InvitationsServiceCreateOrganizationInvitationsBody) ContextValidate added in v0.68.0

ContextValidate validate this invitations service create organization invitations body based on the context it is used

func (*InvitationsServiceCreateOrganizationInvitationsBody) MarshalBinary added in v0.68.0

MarshalBinary interface implementation

func (*InvitationsServiceCreateOrganizationInvitationsBody) UnmarshalBinary added in v0.68.0

UnmarshalBinary interface implementation

func (*InvitationsServiceCreateOrganizationInvitationsBody) Validate added in v0.68.0

Validate validates this invitations service create organization invitations body

type InvitationsServiceCreateOrganizationInvitationsDefault added in v0.64.0

type InvitationsServiceCreateOrganizationInvitationsDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

InvitationsServiceCreateOrganizationInvitationsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewInvitationsServiceCreateOrganizationInvitationsDefault added in v0.64.0

func NewInvitationsServiceCreateOrganizationInvitationsDefault(code int) *InvitationsServiceCreateOrganizationInvitationsDefault

NewInvitationsServiceCreateOrganizationInvitationsDefault creates a InvitationsServiceCreateOrganizationInvitationsDefault with default headers values

func (*InvitationsServiceCreateOrganizationInvitationsDefault) Code added in v0.64.0

Code gets the status code for the invitations service create organization invitations default response

func (*InvitationsServiceCreateOrganizationInvitationsDefault) Error added in v0.64.0

func (*InvitationsServiceCreateOrganizationInvitationsDefault) GetPayload added in v0.64.0

func (*InvitationsServiceCreateOrganizationInvitationsDefault) IsClientError added in v0.64.0

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

func (*InvitationsServiceCreateOrganizationInvitationsDefault) IsCode added in v0.64.0

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

func (*InvitationsServiceCreateOrganizationInvitationsDefault) IsRedirect added in v0.64.0

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

func (*InvitationsServiceCreateOrganizationInvitationsDefault) IsServerError added in v0.64.0

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

func (*InvitationsServiceCreateOrganizationInvitationsDefault) IsSuccess added in v0.64.0

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

func (*InvitationsServiceCreateOrganizationInvitationsDefault) String added in v0.64.0

type InvitationsServiceCreateOrganizationInvitationsOK added in v0.64.0

type InvitationsServiceCreateOrganizationInvitationsOK struct {
	Payload models.HashicorpCloudIamCreateOrganizationInvitationsResponse
}

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

A successful response.

func NewInvitationsServiceCreateOrganizationInvitationsOK added in v0.64.0

func NewInvitationsServiceCreateOrganizationInvitationsOK() *InvitationsServiceCreateOrganizationInvitationsOK

NewInvitationsServiceCreateOrganizationInvitationsOK creates a InvitationsServiceCreateOrganizationInvitationsOK with default headers values

func (*InvitationsServiceCreateOrganizationInvitationsOK) Code added in v0.68.0

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

func (*InvitationsServiceCreateOrganizationInvitationsOK) Error added in v0.64.0

func (*InvitationsServiceCreateOrganizationInvitationsOK) GetPayload added in v0.64.0

func (*InvitationsServiceCreateOrganizationInvitationsOK) IsClientError added in v0.64.0

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

func (*InvitationsServiceCreateOrganizationInvitationsOK) IsCode added in v0.64.0

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

func (*InvitationsServiceCreateOrganizationInvitationsOK) IsRedirect added in v0.64.0

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

func (*InvitationsServiceCreateOrganizationInvitationsOK) IsServerError added in v0.64.0

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

func (*InvitationsServiceCreateOrganizationInvitationsOK) IsSuccess added in v0.64.0

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

func (*InvitationsServiceCreateOrganizationInvitationsOK) String added in v0.64.0

type InvitationsServiceCreateOrganizationInvitationsParams added in v0.64.0

type InvitationsServiceCreateOrganizationInvitationsParams struct {

	// Body.
	Body InvitationsServiceCreateOrganizationInvitationsBody

	/* OrganizationID.

	     organization_id is the unique identifier (UUID) of the organization
	to which the invitee is being invited.
	*/
	OrganizationID string

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

InvitationsServiceCreateOrganizationInvitationsParams contains all the parameters to send to the API endpoint

for the invitations service create organization invitations operation.

Typically these are written to a http.Request.

func NewInvitationsServiceCreateOrganizationInvitationsParams added in v0.64.0

func NewInvitationsServiceCreateOrganizationInvitationsParams() *InvitationsServiceCreateOrganizationInvitationsParams

NewInvitationsServiceCreateOrganizationInvitationsParams creates a new InvitationsServiceCreateOrganizationInvitationsParams 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 NewInvitationsServiceCreateOrganizationInvitationsParamsWithContext added in v0.64.0

func NewInvitationsServiceCreateOrganizationInvitationsParamsWithContext(ctx context.Context) *InvitationsServiceCreateOrganizationInvitationsParams

NewInvitationsServiceCreateOrganizationInvitationsParamsWithContext creates a new InvitationsServiceCreateOrganizationInvitationsParams object with the ability to set a context for a request.

func NewInvitationsServiceCreateOrganizationInvitationsParamsWithHTTPClient added in v0.64.0

func NewInvitationsServiceCreateOrganizationInvitationsParamsWithHTTPClient(client *http.Client) *InvitationsServiceCreateOrganizationInvitationsParams

NewInvitationsServiceCreateOrganizationInvitationsParamsWithHTTPClient creates a new InvitationsServiceCreateOrganizationInvitationsParams object with the ability to set a custom HTTPClient for a request.

func NewInvitationsServiceCreateOrganizationInvitationsParamsWithTimeout added in v0.64.0

func NewInvitationsServiceCreateOrganizationInvitationsParamsWithTimeout(timeout time.Duration) *InvitationsServiceCreateOrganizationInvitationsParams

NewInvitationsServiceCreateOrganizationInvitationsParamsWithTimeout creates a new InvitationsServiceCreateOrganizationInvitationsParams object with the ability to set a timeout on a request.

func (*InvitationsServiceCreateOrganizationInvitationsParams) SetBody added in v0.64.0

SetBody adds the body to the invitations service create organization invitations params

func (*InvitationsServiceCreateOrganizationInvitationsParams) SetContext added in v0.64.0

SetContext adds the context to the invitations service create organization invitations params

func (*InvitationsServiceCreateOrganizationInvitationsParams) SetDefaults added in v0.64.0

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

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

func (*InvitationsServiceCreateOrganizationInvitationsParams) SetHTTPClient added in v0.64.0

SetHTTPClient adds the HTTPClient to the invitations service create organization invitations params

func (*InvitationsServiceCreateOrganizationInvitationsParams) SetOrganizationID added in v0.64.0

func (o *InvitationsServiceCreateOrganizationInvitationsParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the invitations service create organization invitations params

func (*InvitationsServiceCreateOrganizationInvitationsParams) SetTimeout added in v0.64.0

SetTimeout adds the timeout to the invitations service create organization invitations params

func (*InvitationsServiceCreateOrganizationInvitationsParams) WithBody added in v0.64.0

WithBody adds the body to the invitations service create organization invitations params

func (*InvitationsServiceCreateOrganizationInvitationsParams) WithContext added in v0.64.0

WithContext adds the context to the invitations service create organization invitations params

func (*InvitationsServiceCreateOrganizationInvitationsParams) WithDefaults added in v0.64.0

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

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

func (*InvitationsServiceCreateOrganizationInvitationsParams) WithHTTPClient added in v0.64.0

WithHTTPClient adds the HTTPClient to the invitations service create organization invitations params

func (*InvitationsServiceCreateOrganizationInvitationsParams) WithOrganizationID added in v0.64.0

WithOrganizationID adds the organizationID to the invitations service create organization invitations params

func (*InvitationsServiceCreateOrganizationInvitationsParams) WithTimeout added in v0.64.0

WithTimeout adds the timeout to the invitations service create organization invitations params

func (*InvitationsServiceCreateOrganizationInvitationsParams) WriteToRequest added in v0.64.0

WriteToRequest writes these params to a swagger request

type InvitationsServiceCreateOrganizationInvitationsReader added in v0.64.0

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

InvitationsServiceCreateOrganizationInvitationsReader is a Reader for the InvitationsServiceCreateOrganizationInvitations structure.

func (*InvitationsServiceCreateOrganizationInvitationsReader) ReadResponse added in v0.64.0

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

ReadResponse reads a server response into the received o.

type InvitationsServiceDeleteOrganizationInvitationDefault added in v0.64.0

type InvitationsServiceDeleteOrganizationInvitationDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

InvitationsServiceDeleteOrganizationInvitationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewInvitationsServiceDeleteOrganizationInvitationDefault added in v0.64.0

func NewInvitationsServiceDeleteOrganizationInvitationDefault(code int) *InvitationsServiceDeleteOrganizationInvitationDefault

NewInvitationsServiceDeleteOrganizationInvitationDefault creates a InvitationsServiceDeleteOrganizationInvitationDefault with default headers values

func (*InvitationsServiceDeleteOrganizationInvitationDefault) Code added in v0.64.0

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

func (*InvitationsServiceDeleteOrganizationInvitationDefault) Error added in v0.64.0

func (*InvitationsServiceDeleteOrganizationInvitationDefault) GetPayload added in v0.64.0

func (*InvitationsServiceDeleteOrganizationInvitationDefault) IsClientError added in v0.64.0

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

func (*InvitationsServiceDeleteOrganizationInvitationDefault) IsCode added in v0.64.0

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

func (*InvitationsServiceDeleteOrganizationInvitationDefault) IsRedirect added in v0.64.0

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

func (*InvitationsServiceDeleteOrganizationInvitationDefault) IsServerError added in v0.64.0

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

func (*InvitationsServiceDeleteOrganizationInvitationDefault) IsSuccess added in v0.64.0

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

func (*InvitationsServiceDeleteOrganizationInvitationDefault) String added in v0.64.0

type InvitationsServiceDeleteOrganizationInvitationOK added in v0.64.0

type InvitationsServiceDeleteOrganizationInvitationOK struct {
	Payload models.HashicorpCloudIamDeleteOrganizationInvitationResponse
}

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

A successful response.

func NewInvitationsServiceDeleteOrganizationInvitationOK added in v0.64.0

func NewInvitationsServiceDeleteOrganizationInvitationOK() *InvitationsServiceDeleteOrganizationInvitationOK

NewInvitationsServiceDeleteOrganizationInvitationOK creates a InvitationsServiceDeleteOrganizationInvitationOK with default headers values

func (*InvitationsServiceDeleteOrganizationInvitationOK) Code added in v0.68.0

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

func (*InvitationsServiceDeleteOrganizationInvitationOK) Error added in v0.64.0

func (*InvitationsServiceDeleteOrganizationInvitationOK) GetPayload added in v0.64.0

func (*InvitationsServiceDeleteOrganizationInvitationOK) IsClientError added in v0.64.0

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

func (*InvitationsServiceDeleteOrganizationInvitationOK) IsCode added in v0.64.0

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

func (*InvitationsServiceDeleteOrganizationInvitationOK) IsRedirect added in v0.64.0

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

func (*InvitationsServiceDeleteOrganizationInvitationOK) IsServerError added in v0.64.0

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

func (*InvitationsServiceDeleteOrganizationInvitationOK) IsSuccess added in v0.64.0

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

func (*InvitationsServiceDeleteOrganizationInvitationOK) String added in v0.64.0

type InvitationsServiceDeleteOrganizationInvitationParams added in v0.64.0

type InvitationsServiceDeleteOrganizationInvitationParams struct {

	/* InvitationID.

	   invitation_id is the id of the invitation to be deleted.
	*/
	InvitationID string

	/* OrganizationID.

	     organization_id is the unique identifier (UUID) of the organization
	for which the invitation is being deleted.
	*/
	OrganizationID string

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

InvitationsServiceDeleteOrganizationInvitationParams contains all the parameters to send to the API endpoint

for the invitations service delete organization invitation operation.

Typically these are written to a http.Request.

func NewInvitationsServiceDeleteOrganizationInvitationParams added in v0.64.0

func NewInvitationsServiceDeleteOrganizationInvitationParams() *InvitationsServiceDeleteOrganizationInvitationParams

NewInvitationsServiceDeleteOrganizationInvitationParams creates a new InvitationsServiceDeleteOrganizationInvitationParams 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 NewInvitationsServiceDeleteOrganizationInvitationParamsWithContext added in v0.64.0

func NewInvitationsServiceDeleteOrganizationInvitationParamsWithContext(ctx context.Context) *InvitationsServiceDeleteOrganizationInvitationParams

NewInvitationsServiceDeleteOrganizationInvitationParamsWithContext creates a new InvitationsServiceDeleteOrganizationInvitationParams object with the ability to set a context for a request.

func NewInvitationsServiceDeleteOrganizationInvitationParamsWithHTTPClient added in v0.64.0

func NewInvitationsServiceDeleteOrganizationInvitationParamsWithHTTPClient(client *http.Client) *InvitationsServiceDeleteOrganizationInvitationParams

NewInvitationsServiceDeleteOrganizationInvitationParamsWithHTTPClient creates a new InvitationsServiceDeleteOrganizationInvitationParams object with the ability to set a custom HTTPClient for a request.

func NewInvitationsServiceDeleteOrganizationInvitationParamsWithTimeout added in v0.64.0

func NewInvitationsServiceDeleteOrganizationInvitationParamsWithTimeout(timeout time.Duration) *InvitationsServiceDeleteOrganizationInvitationParams

NewInvitationsServiceDeleteOrganizationInvitationParamsWithTimeout creates a new InvitationsServiceDeleteOrganizationInvitationParams object with the ability to set a timeout on a request.

func (*InvitationsServiceDeleteOrganizationInvitationParams) SetContext added in v0.64.0

SetContext adds the context to the invitations service delete organization invitation params

func (*InvitationsServiceDeleteOrganizationInvitationParams) SetDefaults added in v0.64.0

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

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

func (*InvitationsServiceDeleteOrganizationInvitationParams) SetHTTPClient added in v0.64.0

SetHTTPClient adds the HTTPClient to the invitations service delete organization invitation params

func (*InvitationsServiceDeleteOrganizationInvitationParams) SetInvitationID added in v0.64.0

func (o *InvitationsServiceDeleteOrganizationInvitationParams) SetInvitationID(invitationID string)

SetInvitationID adds the invitationId to the invitations service delete organization invitation params

func (*InvitationsServiceDeleteOrganizationInvitationParams) SetOrganizationID added in v0.64.0

func (o *InvitationsServiceDeleteOrganizationInvitationParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the invitations service delete organization invitation params

func (*InvitationsServiceDeleteOrganizationInvitationParams) SetTimeout added in v0.64.0

SetTimeout adds the timeout to the invitations service delete organization invitation params

func (*InvitationsServiceDeleteOrganizationInvitationParams) WithContext added in v0.64.0

WithContext adds the context to the invitations service delete organization invitation params

func (*InvitationsServiceDeleteOrganizationInvitationParams) WithDefaults added in v0.64.0

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

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

func (*InvitationsServiceDeleteOrganizationInvitationParams) WithHTTPClient added in v0.64.0

WithHTTPClient adds the HTTPClient to the invitations service delete organization invitation params

func (*InvitationsServiceDeleteOrganizationInvitationParams) WithInvitationID added in v0.64.0

WithInvitationID adds the invitationID to the invitations service delete organization invitation params

func (*InvitationsServiceDeleteOrganizationInvitationParams) WithOrganizationID added in v0.64.0

WithOrganizationID adds the organizationID to the invitations service delete organization invitation params

func (*InvitationsServiceDeleteOrganizationInvitationParams) WithTimeout added in v0.64.0

WithTimeout adds the timeout to the invitations service delete organization invitation params

func (*InvitationsServiceDeleteOrganizationInvitationParams) WriteToRequest added in v0.64.0

WriteToRequest writes these params to a swagger request

type InvitationsServiceDeleteOrganizationInvitationReader added in v0.64.0

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

InvitationsServiceDeleteOrganizationInvitationReader is a Reader for the InvitationsServiceDeleteOrganizationInvitation structure.

func (*InvitationsServiceDeleteOrganizationInvitationReader) ReadResponse added in v0.64.0

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

ReadResponse reads a server response into the received o.

type InvitationsServiceGetOrganizationNameByInvitationTokenDefault added in v0.64.0

type InvitationsServiceGetOrganizationNameByInvitationTokenDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

InvitationsServiceGetOrganizationNameByInvitationTokenDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewInvitationsServiceGetOrganizationNameByInvitationTokenDefault added in v0.64.0

func NewInvitationsServiceGetOrganizationNameByInvitationTokenDefault(code int) *InvitationsServiceGetOrganizationNameByInvitationTokenDefault

NewInvitationsServiceGetOrganizationNameByInvitationTokenDefault creates a InvitationsServiceGetOrganizationNameByInvitationTokenDefault with default headers values

func (*InvitationsServiceGetOrganizationNameByInvitationTokenDefault) Code added in v0.64.0

Code gets the status code for the invitations service get organization name by invitation token default response

func (*InvitationsServiceGetOrganizationNameByInvitationTokenDefault) Error added in v0.64.0

func (*InvitationsServiceGetOrganizationNameByInvitationTokenDefault) GetPayload added in v0.64.0

func (*InvitationsServiceGetOrganizationNameByInvitationTokenDefault) IsClientError added in v0.64.0

IsClientError returns true when this invitations service get organization name by invitation token default response has a 4xx status code

func (*InvitationsServiceGetOrganizationNameByInvitationTokenDefault) IsCode added in v0.64.0

IsCode returns true when this invitations service get organization name by invitation token default response a status code equal to that given

func (*InvitationsServiceGetOrganizationNameByInvitationTokenDefault) IsRedirect added in v0.64.0

IsRedirect returns true when this invitations service get organization name by invitation token default response has a 3xx status code

func (*InvitationsServiceGetOrganizationNameByInvitationTokenDefault) IsServerError added in v0.64.0

IsServerError returns true when this invitations service get organization name by invitation token default response has a 5xx status code

func (*InvitationsServiceGetOrganizationNameByInvitationTokenDefault) IsSuccess added in v0.64.0

IsSuccess returns true when this invitations service get organization name by invitation token default response has a 2xx status code

func (*InvitationsServiceGetOrganizationNameByInvitationTokenDefault) String added in v0.64.0

type InvitationsServiceGetOrganizationNameByInvitationTokenOK added in v0.64.0

type InvitationsServiceGetOrganizationNameByInvitationTokenOK struct {
	Payload *models.HashicorpCloudIamGetOrganizationNameByInvitationTokenResponse
}

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

A successful response.

func NewInvitationsServiceGetOrganizationNameByInvitationTokenOK added in v0.64.0

func NewInvitationsServiceGetOrganizationNameByInvitationTokenOK() *InvitationsServiceGetOrganizationNameByInvitationTokenOK

NewInvitationsServiceGetOrganizationNameByInvitationTokenOK creates a InvitationsServiceGetOrganizationNameByInvitationTokenOK with default headers values

func (*InvitationsServiceGetOrganizationNameByInvitationTokenOK) Code added in v0.68.0

Code gets the status code for the invitations service get organization name by invitation token o k response

func (*InvitationsServiceGetOrganizationNameByInvitationTokenOK) Error added in v0.64.0

func (*InvitationsServiceGetOrganizationNameByInvitationTokenOK) GetPayload added in v0.64.0

func (*InvitationsServiceGetOrganizationNameByInvitationTokenOK) IsClientError added in v0.64.0

IsClientError returns true when this invitations service get organization name by invitation token o k response has a 4xx status code

func (*InvitationsServiceGetOrganizationNameByInvitationTokenOK) IsCode added in v0.64.0

IsCode returns true when this invitations service get organization name by invitation token o k response a status code equal to that given

func (*InvitationsServiceGetOrganizationNameByInvitationTokenOK) IsRedirect added in v0.64.0

IsRedirect returns true when this invitations service get organization name by invitation token o k response has a 3xx status code

func (*InvitationsServiceGetOrganizationNameByInvitationTokenOK) IsServerError added in v0.64.0

IsServerError returns true when this invitations service get organization name by invitation token o k response has a 5xx status code

func (*InvitationsServiceGetOrganizationNameByInvitationTokenOK) IsSuccess added in v0.64.0

IsSuccess returns true when this invitations service get organization name by invitation token o k response has a 2xx status code

func (*InvitationsServiceGetOrganizationNameByInvitationTokenOK) String added in v0.64.0

type InvitationsServiceGetOrganizationNameByInvitationTokenParams added in v0.64.0

type InvitationsServiceGetOrganizationNameByInvitationTokenParams struct {

	// InvitationToken.
	InvitationToken string

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

InvitationsServiceGetOrganizationNameByInvitationTokenParams contains all the parameters to send to the API endpoint

for the invitations service get organization name by invitation token operation.

Typically these are written to a http.Request.

func NewInvitationsServiceGetOrganizationNameByInvitationTokenParams added in v0.64.0

func NewInvitationsServiceGetOrganizationNameByInvitationTokenParams() *InvitationsServiceGetOrganizationNameByInvitationTokenParams

NewInvitationsServiceGetOrganizationNameByInvitationTokenParams creates a new InvitationsServiceGetOrganizationNameByInvitationTokenParams 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 NewInvitationsServiceGetOrganizationNameByInvitationTokenParamsWithContext added in v0.64.0

func NewInvitationsServiceGetOrganizationNameByInvitationTokenParamsWithContext(ctx context.Context) *InvitationsServiceGetOrganizationNameByInvitationTokenParams

NewInvitationsServiceGetOrganizationNameByInvitationTokenParamsWithContext creates a new InvitationsServiceGetOrganizationNameByInvitationTokenParams object with the ability to set a context for a request.

func NewInvitationsServiceGetOrganizationNameByInvitationTokenParamsWithHTTPClient added in v0.64.0

func NewInvitationsServiceGetOrganizationNameByInvitationTokenParamsWithHTTPClient(client *http.Client) *InvitationsServiceGetOrganizationNameByInvitationTokenParams

NewInvitationsServiceGetOrganizationNameByInvitationTokenParamsWithHTTPClient creates a new InvitationsServiceGetOrganizationNameByInvitationTokenParams object with the ability to set a custom HTTPClient for a request.

func NewInvitationsServiceGetOrganizationNameByInvitationTokenParamsWithTimeout added in v0.64.0

func NewInvitationsServiceGetOrganizationNameByInvitationTokenParamsWithTimeout(timeout time.Duration) *InvitationsServiceGetOrganizationNameByInvitationTokenParams

NewInvitationsServiceGetOrganizationNameByInvitationTokenParamsWithTimeout creates a new InvitationsServiceGetOrganizationNameByInvitationTokenParams object with the ability to set a timeout on a request.

func (*InvitationsServiceGetOrganizationNameByInvitationTokenParams) SetContext added in v0.64.0

SetContext adds the context to the invitations service get organization name by invitation token params

func (*InvitationsServiceGetOrganizationNameByInvitationTokenParams) SetDefaults added in v0.64.0

SetDefaults hydrates default values in the invitations service get organization name by invitation token params (not the query body).

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

func (*InvitationsServiceGetOrganizationNameByInvitationTokenParams) SetHTTPClient added in v0.64.0

SetHTTPClient adds the HTTPClient to the invitations service get organization name by invitation token params

func (*InvitationsServiceGetOrganizationNameByInvitationTokenParams) SetInvitationToken added in v0.64.0

func (o *InvitationsServiceGetOrganizationNameByInvitationTokenParams) SetInvitationToken(invitationToken string)

SetInvitationToken adds the invitationToken to the invitations service get organization name by invitation token params

func (*InvitationsServiceGetOrganizationNameByInvitationTokenParams) SetTimeout added in v0.64.0

SetTimeout adds the timeout to the invitations service get organization name by invitation token params

func (*InvitationsServiceGetOrganizationNameByInvitationTokenParams) WithContext added in v0.64.0

WithContext adds the context to the invitations service get organization name by invitation token params

func (*InvitationsServiceGetOrganizationNameByInvitationTokenParams) WithDefaults added in v0.64.0

WithDefaults hydrates default values in the invitations service get organization name by invitation token params (not the query body).

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

func (*InvitationsServiceGetOrganizationNameByInvitationTokenParams) WithHTTPClient added in v0.64.0

WithHTTPClient adds the HTTPClient to the invitations service get organization name by invitation token params

func (*InvitationsServiceGetOrganizationNameByInvitationTokenParams) WithInvitationToken added in v0.64.0

WithInvitationToken adds the invitationToken to the invitations service get organization name by invitation token params

func (*InvitationsServiceGetOrganizationNameByInvitationTokenParams) WithTimeout added in v0.64.0

WithTimeout adds the timeout to the invitations service get organization name by invitation token params

func (*InvitationsServiceGetOrganizationNameByInvitationTokenParams) WriteToRequest added in v0.64.0

WriteToRequest writes these params to a swagger request

type InvitationsServiceGetOrganizationNameByInvitationTokenReader added in v0.64.0

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

InvitationsServiceGetOrganizationNameByInvitationTokenReader is a Reader for the InvitationsServiceGetOrganizationNameByInvitationToken structure.

func (*InvitationsServiceGetOrganizationNameByInvitationTokenReader) ReadResponse added in v0.64.0

ReadResponse reads a server response into the received o.

type InvitationsServiceListOrganizationInvitationsDefault added in v0.64.0

type InvitationsServiceListOrganizationInvitationsDefault struct {
	Payload *cloud.GoogleRPCStatus
	// contains filtered or unexported fields
}

InvitationsServiceListOrganizationInvitationsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewInvitationsServiceListOrganizationInvitationsDefault added in v0.64.0

func NewInvitationsServiceListOrganizationInvitationsDefault(code int) *InvitationsServiceListOrganizationInvitationsDefault

NewInvitationsServiceListOrganizationInvitationsDefault creates a InvitationsServiceListOrganizationInvitationsDefault with default headers values

func (*InvitationsServiceListOrganizationInvitationsDefault) Code added in v0.64.0

Code gets the status code for the invitations service list organization invitations default response

func (*InvitationsServiceListOrganizationInvitationsDefault) Error added in v0.64.0

func (*InvitationsServiceListOrganizationInvitationsDefault) GetPayload added in v0.64.0

func (*InvitationsServiceListOrganizationInvitationsDefault) IsClientError added in v0.64.0

IsClientError returns true when this invitations service list organization invitations default response has a 4xx status code

func (*InvitationsServiceListOrganizationInvitationsDefault) IsCode added in v0.64.0

IsCode returns true when this invitations service list organization invitations default response a status code equal to that given

func (*InvitationsServiceListOrganizationInvitationsDefault) IsRedirect added in v0.64.0

IsRedirect returns true when this invitations service list organization invitations default response has a 3xx status code

func (*InvitationsServiceListOrganizationInvitationsDefault) IsServerError added in v0.64.0

IsServerError returns true when this invitations service list organization invitations default response has a 5xx status code

func (*InvitationsServiceListOrganizationInvitationsDefault) IsSuccess added in v0.64.0

IsSuccess returns true when this invitations service list organization invitations default response has a 2xx status code

func (*InvitationsServiceListOrganizationInvitationsDefault) String added in v0.64.0

type InvitationsServiceListOrganizationInvitationsOK added in v0.64.0

type InvitationsServiceListOrganizationInvitationsOK struct {
	Payload *models.HashicorpCloudIamListOrganizationInvitationsResponse
}

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

A successful response.

func NewInvitationsServiceListOrganizationInvitationsOK added in v0.64.0

func NewInvitationsServiceListOrganizationInvitationsOK() *InvitationsServiceListOrganizationInvitationsOK

NewInvitationsServiceListOrganizationInvitationsOK creates a InvitationsServiceListOrganizationInvitationsOK with default headers values

func (*InvitationsServiceListOrganizationInvitationsOK) Code added in v0.68.0

Code gets the status code for the invitations service list organization invitations o k response

func (*InvitationsServiceListOrganizationInvitationsOK) Error added in v0.64.0

func (*InvitationsServiceListOrganizationInvitationsOK) GetPayload added in v0.64.0

func (*InvitationsServiceListOrganizationInvitationsOK) IsClientError added in v0.64.0

IsClientError returns true when this invitations service list organization invitations o k response has a 4xx status code

func (*InvitationsServiceListOrganizationInvitationsOK) IsCode added in v0.64.0

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

func (*InvitationsServiceListOrganizationInvitationsOK) IsRedirect added in v0.64.0

IsRedirect returns true when this invitations service list organization invitations o k response has a 3xx status code

func (*InvitationsServiceListOrganizationInvitationsOK) IsServerError added in v0.64.0

IsServerError returns true when this invitations service list organization invitations o k response has a 5xx status code

func (*InvitationsServiceListOrganizationInvitationsOK) IsSuccess added in v0.64.0

IsSuccess returns true when this invitations service list organization invitations o k response has a 2xx status code

func (*InvitationsServiceListOrganizationInvitationsOK) String added in v0.64.0

type InvitationsServiceListOrganizationInvitationsParams added in v0.64.0

type InvitationsServiceListOrganizationInvitationsParams struct {

	/* OrganizationID.

	     organization_id is the unique identifier (UUID) of the organization
	for which invites are being requested.
	*/
	OrganizationID string

	/* PaginationNextPageToken.

	     Specifies a page token to use to retrieve the next page. Set this to the
	`next_page_token` returned by previous list requests to get the next page of
	results. If set, `previous_page_token` must not be set.
	*/
	PaginationNextPageToken *string

	/* PaginationPageSize.

	     The max number of results per page that should be returned. If the number
	of available results is larger than `page_size`, a `next_page_token` is
	returned which can be used to get the next page of results in subsequent
	requests. A value of zero will cause `page_size` to be defaulted.

	     Format: int64
	*/
	PaginationPageSize *int64

	/* PaginationPreviousPageToken.

	     Specifies a page token to use to retrieve the previous page. Set this to
	the `previous_page_token` returned by previous list requests to get the
	previous page of results. If set, `next_page_token` must not be set.
	*/
	PaginationPreviousPageToken *string

	/* States.

	     States limits the organization invitations to be returned by one or more states.

	 - PENDING: PENDING is the state of an organization invitation that has been created successfully but
	has not been accepted yet.
	 - ACCEPTED: ACCEPTED is the state of an organization invitation that has been accepted.
	*/
	States []string

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

InvitationsServiceListOrganizationInvitationsParams contains all the parameters to send to the API endpoint

for the invitations service list organization invitations operation.

Typically these are written to a http.Request.

func NewInvitationsServiceListOrganizationInvitationsParams added in v0.64.0

func NewInvitationsServiceListOrganizationInvitationsParams() *InvitationsServiceListOrganizationInvitationsParams

NewInvitationsServiceListOrganizationInvitationsParams creates a new InvitationsServiceListOrganizationInvitationsParams 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 NewInvitationsServiceListOrganizationInvitationsParamsWithContext added in v0.64.0

func NewInvitationsServiceListOrganizationInvitationsParamsWithContext(ctx context.Context) *InvitationsServiceListOrganizationInvitationsParams

NewInvitationsServiceListOrganizationInvitationsParamsWithContext creates a new InvitationsServiceListOrganizationInvitationsParams object with the ability to set a context for a request.

func NewInvitationsServiceListOrganizationInvitationsParamsWithHTTPClient added in v0.64.0

func NewInvitationsServiceListOrganizationInvitationsParamsWithHTTPClient(client *http.Client) *InvitationsServiceListOrganizationInvitationsParams

NewInvitationsServiceListOrganizationInvitationsParamsWithHTTPClient creates a new InvitationsServiceListOrganizationInvitationsParams object with the ability to set a custom HTTPClient for a request.

func NewInvitationsServiceListOrganizationInvitationsParamsWithTimeout added in v0.64.0

func NewInvitationsServiceListOrganizationInvitationsParamsWithTimeout(timeout time.Duration) *InvitationsServiceListOrganizationInvitationsParams

NewInvitationsServiceListOrganizationInvitationsParamsWithTimeout creates a new InvitationsServiceListOrganizationInvitationsParams object with the ability to set a timeout on a request.

func (*InvitationsServiceListOrganizationInvitationsParams) SetContext added in v0.64.0

SetContext adds the context to the invitations service list organization invitations params

func (*InvitationsServiceListOrganizationInvitationsParams) SetDefaults added in v0.64.0

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

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

func (*InvitationsServiceListOrganizationInvitationsParams) SetHTTPClient added in v0.64.0

SetHTTPClient adds the HTTPClient to the invitations service list organization invitations params

func (*InvitationsServiceListOrganizationInvitationsParams) SetOrganizationID added in v0.64.0

func (o *InvitationsServiceListOrganizationInvitationsParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the invitations service list organization invitations params

func (*InvitationsServiceListOrganizationInvitationsParams) SetPaginationNextPageToken added in v0.64.0

func (o *InvitationsServiceListOrganizationInvitationsParams) SetPaginationNextPageToken(paginationNextPageToken *string)

SetPaginationNextPageToken adds the paginationNextPageToken to the invitations service list organization invitations params

func (*InvitationsServiceListOrganizationInvitationsParams) SetPaginationPageSize added in v0.64.0

func (o *InvitationsServiceListOrganizationInvitationsParams) SetPaginationPageSize(paginationPageSize *int64)

SetPaginationPageSize adds the paginationPageSize to the invitations service list organization invitations params

func (*InvitationsServiceListOrganizationInvitationsParams) SetPaginationPreviousPageToken added in v0.64.0

func (o *InvitationsServiceListOrganizationInvitationsParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)

SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the invitations service list organization invitations params

func (*InvitationsServiceListOrganizationInvitationsParams) SetStates added in v0.64.0

SetStates adds the states to the invitations service list organization invitations params

func (*InvitationsServiceListOrganizationInvitationsParams) SetTimeout added in v0.64.0

SetTimeout adds the timeout to the invitations service list organization invitations params

func (*InvitationsServiceListOrganizationInvitationsParams) WithContext added in v0.64.0

WithContext adds the context to the invitations service list organization invitations params

func (*InvitationsServiceListOrganizationInvitationsParams) WithDefaults added in v0.64.0

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

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

func (*InvitationsServiceListOrganizationInvitationsParams) WithHTTPClient added in v0.64.0

WithHTTPClient adds the HTTPClient to the invitations service list organization invitations params

func (*InvitationsServiceListOrganizationInvitationsParams) WithOrganizationID added in v0.64.0

WithOrganizationID adds the organizationID to the invitations service list organization invitations params

func (*InvitationsServiceListOrganizationInvitationsParams) WithPaginationNextPageToken added in v0.64.0

WithPaginationNextPageToken adds the paginationNextPageToken to the invitations service list organization invitations params

func (*InvitationsServiceListOrganizationInvitationsParams) WithPaginationPageSize added in v0.64.0

WithPaginationPageSize adds the paginationPageSize to the invitations service list organization invitations params

func (*InvitationsServiceListOrganizationInvitationsParams) WithPaginationPreviousPageToken added in v0.64.0

func (o *InvitationsServiceListOrganizationInvitationsParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *InvitationsServiceListOrganizationInvitationsParams

WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the invitations service list organization invitations params

func (*InvitationsServiceListOrganizationInvitationsParams) WithStates added in v0.64.0

WithStates adds the states to the invitations service list organization invitations params

func (*InvitationsServiceListOrganizationInvitationsParams) WithTimeout added in v0.64.0

WithTimeout adds the timeout to the invitations service list organization invitations params

func (*InvitationsServiceListOrganizationInvitationsParams) WriteToRequest added in v0.64.0

WriteToRequest writes these params to a swagger request

type InvitationsServiceListOrganizationInvitationsReader added in v0.64.0

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

InvitationsServiceListOrganizationInvitationsReader is a Reader for the InvitationsServiceListOrganizationInvitations structure.

func (*InvitationsServiceListOrganizationInvitationsReader) ReadResponse added in v0.64.0

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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