group_member

package
v0.70.0 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: MIT Imports: 16 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcceptGroupInvitationPublicV1BadRequest

type AcceptGroupInvitationPublicV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupInvitationPublicV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewAcceptGroupInvitationPublicV1BadRequest

func NewAcceptGroupInvitationPublicV1BadRequest() *AcceptGroupInvitationPublicV1BadRequest

NewAcceptGroupInvitationPublicV1BadRequest creates a AcceptGroupInvitationPublicV1BadRequest with default headers values

func (*AcceptGroupInvitationPublicV1BadRequest) Error

func (*AcceptGroupInvitationPublicV1BadRequest) GetPayload

func (*AcceptGroupInvitationPublicV1BadRequest) ToJSONString added in v0.25.0

type AcceptGroupInvitationPublicV1Conflict

type AcceptGroupInvitationPublicV1Conflict struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupInvitationPublicV1Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73442</td><td>user already joined in another group</td></tr></table>

func NewAcceptGroupInvitationPublicV1Conflict

func NewAcceptGroupInvitationPublicV1Conflict() *AcceptGroupInvitationPublicV1Conflict

NewAcceptGroupInvitationPublicV1Conflict creates a AcceptGroupInvitationPublicV1Conflict with default headers values

func (*AcceptGroupInvitationPublicV1Conflict) Error

func (*AcceptGroupInvitationPublicV1Conflict) GetPayload

func (*AcceptGroupInvitationPublicV1Conflict) ToJSONString added in v0.25.0

type AcceptGroupInvitationPublicV1Forbidden

type AcceptGroupInvitationPublicV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupInvitationPublicV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewAcceptGroupInvitationPublicV1Forbidden

func NewAcceptGroupInvitationPublicV1Forbidden() *AcceptGroupInvitationPublicV1Forbidden

NewAcceptGroupInvitationPublicV1Forbidden creates a AcceptGroupInvitationPublicV1Forbidden with default headers values

func (*AcceptGroupInvitationPublicV1Forbidden) Error

func (*AcceptGroupInvitationPublicV1Forbidden) GetPayload

func (*AcceptGroupInvitationPublicV1Forbidden) ToJSONString added in v0.25.0

type AcceptGroupInvitationPublicV1InternalServerError

type AcceptGroupInvitationPublicV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupInvitationPublicV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAcceptGroupInvitationPublicV1InternalServerError

func NewAcceptGroupInvitationPublicV1InternalServerError() *AcceptGroupInvitationPublicV1InternalServerError

NewAcceptGroupInvitationPublicV1InternalServerError creates a AcceptGroupInvitationPublicV1InternalServerError with default headers values

func (*AcceptGroupInvitationPublicV1InternalServerError) Error

func (*AcceptGroupInvitationPublicV1InternalServerError) GetPayload

func (*AcceptGroupInvitationPublicV1InternalServerError) ToJSONString added in v0.25.0

type AcceptGroupInvitationPublicV1NotFound

type AcceptGroupInvitationPublicV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupInvitationPublicV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73443</td><td>member request not found</td></tr></table>

func NewAcceptGroupInvitationPublicV1NotFound

func NewAcceptGroupInvitationPublicV1NotFound() *AcceptGroupInvitationPublicV1NotFound

NewAcceptGroupInvitationPublicV1NotFound creates a AcceptGroupInvitationPublicV1NotFound with default headers values

func (*AcceptGroupInvitationPublicV1NotFound) Error

func (*AcceptGroupInvitationPublicV1NotFound) GetPayload

func (*AcceptGroupInvitationPublicV1NotFound) ToJSONString added in v0.25.0

type AcceptGroupInvitationPublicV1OK

type AcceptGroupInvitationPublicV1OK struct {
	Payload *groupclientmodels.ModelsMemberRequestGroupResponseV1
}

AcceptGroupInvitationPublicV1OK handles this case with default header values.

OK

func NewAcceptGroupInvitationPublicV1OK

func NewAcceptGroupInvitationPublicV1OK() *AcceptGroupInvitationPublicV1OK

NewAcceptGroupInvitationPublicV1OK creates a AcceptGroupInvitationPublicV1OK with default headers values

func (*AcceptGroupInvitationPublicV1OK) Error

func (*AcceptGroupInvitationPublicV1OK) GetPayload

func (*AcceptGroupInvitationPublicV1OK) ToJSONString added in v0.25.0

func (o *AcceptGroupInvitationPublicV1OK) ToJSONString() string

type AcceptGroupInvitationPublicV1Params

type AcceptGroupInvitationPublicV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AcceptGroupInvitationPublicV1Params contains all the parameters to send to the API endpoint for the accept group invitation public v1 operation typically these are written to a http.Request

func NewAcceptGroupInvitationPublicV1Params

func NewAcceptGroupInvitationPublicV1Params() *AcceptGroupInvitationPublicV1Params

NewAcceptGroupInvitationPublicV1Params creates a new AcceptGroupInvitationPublicV1Params object with the default values initialized.

func NewAcceptGroupInvitationPublicV1ParamsWithContext

func NewAcceptGroupInvitationPublicV1ParamsWithContext(ctx context.Context) *AcceptGroupInvitationPublicV1Params

NewAcceptGroupInvitationPublicV1ParamsWithContext creates a new AcceptGroupInvitationPublicV1Params object with the default values initialized, and the ability to set a context for a request

func NewAcceptGroupInvitationPublicV1ParamsWithHTTPClient

func NewAcceptGroupInvitationPublicV1ParamsWithHTTPClient(client *http.Client) *AcceptGroupInvitationPublicV1Params

NewAcceptGroupInvitationPublicV1ParamsWithHTTPClient creates a new AcceptGroupInvitationPublicV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAcceptGroupInvitationPublicV1ParamsWithTimeout

func NewAcceptGroupInvitationPublicV1ParamsWithTimeout(timeout time.Duration) *AcceptGroupInvitationPublicV1Params

NewAcceptGroupInvitationPublicV1ParamsWithTimeout creates a new AcceptGroupInvitationPublicV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AcceptGroupInvitationPublicV1Params) SetAuthInfoWriter added in v0.17.0

func (o *AcceptGroupInvitationPublicV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the accept group invitation public v1 params

func (*AcceptGroupInvitationPublicV1Params) SetContext

SetContext adds the context to the accept group invitation public v1 params

func (*AcceptGroupInvitationPublicV1Params) SetFlightId added in v0.63.0

func (o *AcceptGroupInvitationPublicV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AcceptGroupInvitationPublicV1Params) SetGroupID

func (o *AcceptGroupInvitationPublicV1Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the accept group invitation public v1 params

func (*AcceptGroupInvitationPublicV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the accept group invitation public v1 params

func (*AcceptGroupInvitationPublicV1Params) SetHTTPClientTransport added in v0.19.0

func (o *AcceptGroupInvitationPublicV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the accept group invitation public v1 params

func (*AcceptGroupInvitationPublicV1Params) SetNamespace

func (o *AcceptGroupInvitationPublicV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the accept group invitation public v1 params

func (*AcceptGroupInvitationPublicV1Params) SetTimeout

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

SetTimeout adds the timeout to the accept group invitation public v1 params

func (*AcceptGroupInvitationPublicV1Params) WithContext

WithContext adds the context to the accept group invitation public v1 params

func (*AcceptGroupInvitationPublicV1Params) WithGroupID

WithGroupID adds the groupID to the accept group invitation public v1 params

func (*AcceptGroupInvitationPublicV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accept group invitation public v1 params

func (*AcceptGroupInvitationPublicV1Params) WithNamespace

WithNamespace adds the namespace to the accept group invitation public v1 params

func (*AcceptGroupInvitationPublicV1Params) WithTimeout

WithTimeout adds the timeout to the accept group invitation public v1 params

func (*AcceptGroupInvitationPublicV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptGroupInvitationPublicV1Reader

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

AcceptGroupInvitationPublicV1Reader is a Reader for the AcceptGroupInvitationPublicV1 structure.

func (*AcceptGroupInvitationPublicV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptGroupInvitationPublicV1Unauthorized

type AcceptGroupInvitationPublicV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupInvitationPublicV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAcceptGroupInvitationPublicV1Unauthorized

func NewAcceptGroupInvitationPublicV1Unauthorized() *AcceptGroupInvitationPublicV1Unauthorized

NewAcceptGroupInvitationPublicV1Unauthorized creates a AcceptGroupInvitationPublicV1Unauthorized with default headers values

func (*AcceptGroupInvitationPublicV1Unauthorized) Error

func (*AcceptGroupInvitationPublicV1Unauthorized) GetPayload

func (*AcceptGroupInvitationPublicV1Unauthorized) ToJSONString added in v0.25.0

type AcceptGroupInvitationPublicV2BadRequest added in v0.37.0

type AcceptGroupInvitationPublicV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupInvitationPublicV2BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewAcceptGroupInvitationPublicV2BadRequest added in v0.37.0

func NewAcceptGroupInvitationPublicV2BadRequest() *AcceptGroupInvitationPublicV2BadRequest

NewAcceptGroupInvitationPublicV2BadRequest creates a AcceptGroupInvitationPublicV2BadRequest with default headers values

func (*AcceptGroupInvitationPublicV2BadRequest) Error added in v0.37.0

func (*AcceptGroupInvitationPublicV2BadRequest) GetPayload added in v0.37.0

func (*AcceptGroupInvitationPublicV2BadRequest) ToJSONString added in v0.37.0

type AcceptGroupInvitationPublicV2Conflict added in v0.37.0

type AcceptGroupInvitationPublicV2Conflict struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupInvitationPublicV2Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73442</td><td>user already joined in another group</td></tr></table>

func NewAcceptGroupInvitationPublicV2Conflict added in v0.37.0

func NewAcceptGroupInvitationPublicV2Conflict() *AcceptGroupInvitationPublicV2Conflict

NewAcceptGroupInvitationPublicV2Conflict creates a AcceptGroupInvitationPublicV2Conflict with default headers values

func (*AcceptGroupInvitationPublicV2Conflict) Error added in v0.37.0

func (*AcceptGroupInvitationPublicV2Conflict) GetPayload added in v0.37.0

func (*AcceptGroupInvitationPublicV2Conflict) ToJSONString added in v0.37.0

type AcceptGroupInvitationPublicV2Forbidden added in v0.37.0

type AcceptGroupInvitationPublicV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupInvitationPublicV2Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewAcceptGroupInvitationPublicV2Forbidden added in v0.37.0

func NewAcceptGroupInvitationPublicV2Forbidden() *AcceptGroupInvitationPublicV2Forbidden

NewAcceptGroupInvitationPublicV2Forbidden creates a AcceptGroupInvitationPublicV2Forbidden with default headers values

func (*AcceptGroupInvitationPublicV2Forbidden) Error added in v0.37.0

func (*AcceptGroupInvitationPublicV2Forbidden) GetPayload added in v0.37.0

func (*AcceptGroupInvitationPublicV2Forbidden) ToJSONString added in v0.37.0

type AcceptGroupInvitationPublicV2InternalServerError added in v0.37.0

type AcceptGroupInvitationPublicV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupInvitationPublicV2InternalServerError handles this case with default header values.

Internal Server Error

func NewAcceptGroupInvitationPublicV2InternalServerError added in v0.37.0

func NewAcceptGroupInvitationPublicV2InternalServerError() *AcceptGroupInvitationPublicV2InternalServerError

NewAcceptGroupInvitationPublicV2InternalServerError creates a AcceptGroupInvitationPublicV2InternalServerError with default headers values

func (*AcceptGroupInvitationPublicV2InternalServerError) Error added in v0.37.0

func (*AcceptGroupInvitationPublicV2InternalServerError) GetPayload added in v0.37.0

func (*AcceptGroupInvitationPublicV2InternalServerError) ToJSONString added in v0.37.0

type AcceptGroupInvitationPublicV2NotFound added in v0.37.0

type AcceptGroupInvitationPublicV2NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupInvitationPublicV2NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73443</td><td>member request not found</td></tr></table>

func NewAcceptGroupInvitationPublicV2NotFound added in v0.37.0

func NewAcceptGroupInvitationPublicV2NotFound() *AcceptGroupInvitationPublicV2NotFound

NewAcceptGroupInvitationPublicV2NotFound creates a AcceptGroupInvitationPublicV2NotFound with default headers values

func (*AcceptGroupInvitationPublicV2NotFound) Error added in v0.37.0

func (*AcceptGroupInvitationPublicV2NotFound) GetPayload added in v0.37.0

func (*AcceptGroupInvitationPublicV2NotFound) ToJSONString added in v0.37.0

type AcceptGroupInvitationPublicV2OK added in v0.37.0

type AcceptGroupInvitationPublicV2OK struct {
	Payload *groupclientmodels.ModelsMemberRequestGroupResponseV1
}

AcceptGroupInvitationPublicV2OK handles this case with default header values.

OK

func NewAcceptGroupInvitationPublicV2OK added in v0.37.0

func NewAcceptGroupInvitationPublicV2OK() *AcceptGroupInvitationPublicV2OK

NewAcceptGroupInvitationPublicV2OK creates a AcceptGroupInvitationPublicV2OK with default headers values

func (*AcceptGroupInvitationPublicV2OK) Error added in v0.37.0

func (*AcceptGroupInvitationPublicV2OK) GetPayload added in v0.37.0

func (*AcceptGroupInvitationPublicV2OK) ToJSONString added in v0.37.0

func (o *AcceptGroupInvitationPublicV2OK) ToJSONString() string

type AcceptGroupInvitationPublicV2Params added in v0.37.0

type AcceptGroupInvitationPublicV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AcceptGroupInvitationPublicV2Params contains all the parameters to send to the API endpoint for the accept group invitation public v2 operation typically these are written to a http.Request

func NewAcceptGroupInvitationPublicV2Params added in v0.37.0

func NewAcceptGroupInvitationPublicV2Params() *AcceptGroupInvitationPublicV2Params

NewAcceptGroupInvitationPublicV2Params creates a new AcceptGroupInvitationPublicV2Params object with the default values initialized.

func NewAcceptGroupInvitationPublicV2ParamsWithContext added in v0.37.0

func NewAcceptGroupInvitationPublicV2ParamsWithContext(ctx context.Context) *AcceptGroupInvitationPublicV2Params

NewAcceptGroupInvitationPublicV2ParamsWithContext creates a new AcceptGroupInvitationPublicV2Params object with the default values initialized, and the ability to set a context for a request

func NewAcceptGroupInvitationPublicV2ParamsWithHTTPClient added in v0.37.0

func NewAcceptGroupInvitationPublicV2ParamsWithHTTPClient(client *http.Client) *AcceptGroupInvitationPublicV2Params

NewAcceptGroupInvitationPublicV2ParamsWithHTTPClient creates a new AcceptGroupInvitationPublicV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAcceptGroupInvitationPublicV2ParamsWithTimeout added in v0.37.0

func NewAcceptGroupInvitationPublicV2ParamsWithTimeout(timeout time.Duration) *AcceptGroupInvitationPublicV2Params

NewAcceptGroupInvitationPublicV2ParamsWithTimeout creates a new AcceptGroupInvitationPublicV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*AcceptGroupInvitationPublicV2Params) SetAuthInfoWriter added in v0.37.0

func (o *AcceptGroupInvitationPublicV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the accept group invitation public v2 params

func (*AcceptGroupInvitationPublicV2Params) SetContext added in v0.37.0

SetContext adds the context to the accept group invitation public v2 params

func (*AcceptGroupInvitationPublicV2Params) SetFlightId added in v0.63.0

func (o *AcceptGroupInvitationPublicV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AcceptGroupInvitationPublicV2Params) SetGroupID added in v0.37.0

func (o *AcceptGroupInvitationPublicV2Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the accept group invitation public v2 params

func (*AcceptGroupInvitationPublicV2Params) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the accept group invitation public v2 params

func (*AcceptGroupInvitationPublicV2Params) SetHTTPClientTransport added in v0.37.0

func (o *AcceptGroupInvitationPublicV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the accept group invitation public v2 params

func (*AcceptGroupInvitationPublicV2Params) SetNamespace added in v0.37.0

func (o *AcceptGroupInvitationPublicV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the accept group invitation public v2 params

func (*AcceptGroupInvitationPublicV2Params) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the accept group invitation public v2 params

func (*AcceptGroupInvitationPublicV2Params) WithContext added in v0.37.0

WithContext adds the context to the accept group invitation public v2 params

func (*AcceptGroupInvitationPublicV2Params) WithGroupID added in v0.37.0

WithGroupID adds the groupID to the accept group invitation public v2 params

func (*AcceptGroupInvitationPublicV2Params) WithHTTPClient added in v0.37.0

WithHTTPClient adds the HTTPClient to the accept group invitation public v2 params

func (*AcceptGroupInvitationPublicV2Params) WithNamespace added in v0.37.0

WithNamespace adds the namespace to the accept group invitation public v2 params

func (*AcceptGroupInvitationPublicV2Params) WithTimeout added in v0.37.0

WithTimeout adds the timeout to the accept group invitation public v2 params

func (*AcceptGroupInvitationPublicV2Params) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type AcceptGroupInvitationPublicV2Reader added in v0.37.0

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

AcceptGroupInvitationPublicV2Reader is a Reader for the AcceptGroupInvitationPublicV2 structure.

func (*AcceptGroupInvitationPublicV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type AcceptGroupInvitationPublicV2Unauthorized added in v0.37.0

type AcceptGroupInvitationPublicV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupInvitationPublicV2Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAcceptGroupInvitationPublicV2Unauthorized added in v0.37.0

func NewAcceptGroupInvitationPublicV2Unauthorized() *AcceptGroupInvitationPublicV2Unauthorized

NewAcceptGroupInvitationPublicV2Unauthorized creates a AcceptGroupInvitationPublicV2Unauthorized with default headers values

func (*AcceptGroupInvitationPublicV2Unauthorized) Error added in v0.37.0

func (*AcceptGroupInvitationPublicV2Unauthorized) GetPayload added in v0.37.0

func (*AcceptGroupInvitationPublicV2Unauthorized) ToJSONString added in v0.37.0

type AcceptGroupJoinRequestPublicV1BadRequest

type AcceptGroupJoinRequestPublicV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupJoinRequestPublicV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewAcceptGroupJoinRequestPublicV1BadRequest

func NewAcceptGroupJoinRequestPublicV1BadRequest() *AcceptGroupJoinRequestPublicV1BadRequest

NewAcceptGroupJoinRequestPublicV1BadRequest creates a AcceptGroupJoinRequestPublicV1BadRequest with default headers values

func (*AcceptGroupJoinRequestPublicV1BadRequest) Error

func (*AcceptGroupJoinRequestPublicV1BadRequest) GetPayload

func (*AcceptGroupJoinRequestPublicV1BadRequest) ToJSONString added in v0.25.0

type AcceptGroupJoinRequestPublicV1Conflict

type AcceptGroupJoinRequestPublicV1Conflict struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupJoinRequestPublicV1Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73442</td><td>user already joined in another group</td></tr></table>

func NewAcceptGroupJoinRequestPublicV1Conflict

func NewAcceptGroupJoinRequestPublicV1Conflict() *AcceptGroupJoinRequestPublicV1Conflict

NewAcceptGroupJoinRequestPublicV1Conflict creates a AcceptGroupJoinRequestPublicV1Conflict with default headers values

func (*AcceptGroupJoinRequestPublicV1Conflict) Error

func (*AcceptGroupJoinRequestPublicV1Conflict) GetPayload

func (*AcceptGroupJoinRequestPublicV1Conflict) ToJSONString added in v0.25.0

type AcceptGroupJoinRequestPublicV1Forbidden

type AcceptGroupJoinRequestPublicV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupJoinRequestPublicV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr><tr><td>73036</td><td>insufficient member role permission</td></tr></table>

func NewAcceptGroupJoinRequestPublicV1Forbidden

func NewAcceptGroupJoinRequestPublicV1Forbidden() *AcceptGroupJoinRequestPublicV1Forbidden

NewAcceptGroupJoinRequestPublicV1Forbidden creates a AcceptGroupJoinRequestPublicV1Forbidden with default headers values

func (*AcceptGroupJoinRequestPublicV1Forbidden) Error

func (*AcceptGroupJoinRequestPublicV1Forbidden) GetPayload

func (*AcceptGroupJoinRequestPublicV1Forbidden) ToJSONString added in v0.25.0

type AcceptGroupJoinRequestPublicV1InternalServerError

type AcceptGroupJoinRequestPublicV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupJoinRequestPublicV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAcceptGroupJoinRequestPublicV1InternalServerError

func NewAcceptGroupJoinRequestPublicV1InternalServerError() *AcceptGroupJoinRequestPublicV1InternalServerError

NewAcceptGroupJoinRequestPublicV1InternalServerError creates a AcceptGroupJoinRequestPublicV1InternalServerError with default headers values

func (*AcceptGroupJoinRequestPublicV1InternalServerError) Error

func (*AcceptGroupJoinRequestPublicV1InternalServerError) GetPayload

func (*AcceptGroupJoinRequestPublicV1InternalServerError) ToJSONString added in v0.25.0

type AcceptGroupJoinRequestPublicV1NotFound

type AcceptGroupJoinRequestPublicV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupJoinRequestPublicV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73443</td><td>member request not found</td></tr></table>

func NewAcceptGroupJoinRequestPublicV1NotFound

func NewAcceptGroupJoinRequestPublicV1NotFound() *AcceptGroupJoinRequestPublicV1NotFound

NewAcceptGroupJoinRequestPublicV1NotFound creates a AcceptGroupJoinRequestPublicV1NotFound with default headers values

func (*AcceptGroupJoinRequestPublicV1NotFound) Error

func (*AcceptGroupJoinRequestPublicV1NotFound) GetPayload

func (*AcceptGroupJoinRequestPublicV1NotFound) ToJSONString added in v0.25.0

type AcceptGroupJoinRequestPublicV1OK

type AcceptGroupJoinRequestPublicV1OK struct {
	Payload *groupclientmodels.ModelsMemberRequestGroupResponseV1
}

AcceptGroupJoinRequestPublicV1OK handles this case with default header values.

OK

func NewAcceptGroupJoinRequestPublicV1OK

func NewAcceptGroupJoinRequestPublicV1OK() *AcceptGroupJoinRequestPublicV1OK

NewAcceptGroupJoinRequestPublicV1OK creates a AcceptGroupJoinRequestPublicV1OK with default headers values

func (*AcceptGroupJoinRequestPublicV1OK) Error

func (*AcceptGroupJoinRequestPublicV1OK) GetPayload

func (*AcceptGroupJoinRequestPublicV1OK) ToJSONString added in v0.25.0

func (o *AcceptGroupJoinRequestPublicV1OK) ToJSONString() string

type AcceptGroupJoinRequestPublicV1Params

type AcceptGroupJoinRequestPublicV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AcceptGroupJoinRequestPublicV1Params contains all the parameters to send to the API endpoint for the accept group join request public v1 operation typically these are written to a http.Request

func NewAcceptGroupJoinRequestPublicV1Params

func NewAcceptGroupJoinRequestPublicV1Params() *AcceptGroupJoinRequestPublicV1Params

NewAcceptGroupJoinRequestPublicV1Params creates a new AcceptGroupJoinRequestPublicV1Params object with the default values initialized.

func NewAcceptGroupJoinRequestPublicV1ParamsWithContext

func NewAcceptGroupJoinRequestPublicV1ParamsWithContext(ctx context.Context) *AcceptGroupJoinRequestPublicV1Params

NewAcceptGroupJoinRequestPublicV1ParamsWithContext creates a new AcceptGroupJoinRequestPublicV1Params object with the default values initialized, and the ability to set a context for a request

func NewAcceptGroupJoinRequestPublicV1ParamsWithHTTPClient

func NewAcceptGroupJoinRequestPublicV1ParamsWithHTTPClient(client *http.Client) *AcceptGroupJoinRequestPublicV1Params

NewAcceptGroupJoinRequestPublicV1ParamsWithHTTPClient creates a new AcceptGroupJoinRequestPublicV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAcceptGroupJoinRequestPublicV1ParamsWithTimeout

func NewAcceptGroupJoinRequestPublicV1ParamsWithTimeout(timeout time.Duration) *AcceptGroupJoinRequestPublicV1Params

NewAcceptGroupJoinRequestPublicV1ParamsWithTimeout creates a new AcceptGroupJoinRequestPublicV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AcceptGroupJoinRequestPublicV1Params) SetAuthInfoWriter added in v0.17.0

func (o *AcceptGroupJoinRequestPublicV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the accept group join request public v1 params

func (*AcceptGroupJoinRequestPublicV1Params) SetContext

SetContext adds the context to the accept group join request public v1 params

func (*AcceptGroupJoinRequestPublicV1Params) SetFlightId added in v0.63.0

func (o *AcceptGroupJoinRequestPublicV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AcceptGroupJoinRequestPublicV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the accept group join request public v1 params

func (*AcceptGroupJoinRequestPublicV1Params) SetHTTPClientTransport added in v0.19.0

func (o *AcceptGroupJoinRequestPublicV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the accept group join request public v1 params

func (*AcceptGroupJoinRequestPublicV1Params) SetNamespace

func (o *AcceptGroupJoinRequestPublicV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the accept group join request public v1 params

func (*AcceptGroupJoinRequestPublicV1Params) SetTimeout

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

SetTimeout adds the timeout to the accept group join request public v1 params

func (*AcceptGroupJoinRequestPublicV1Params) SetUserID

func (o *AcceptGroupJoinRequestPublicV1Params) SetUserID(userID string)

SetUserID adds the userId to the accept group join request public v1 params

func (*AcceptGroupJoinRequestPublicV1Params) WithContext

WithContext adds the context to the accept group join request public v1 params

func (*AcceptGroupJoinRequestPublicV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accept group join request public v1 params

func (*AcceptGroupJoinRequestPublicV1Params) WithNamespace

WithNamespace adds the namespace to the accept group join request public v1 params

func (*AcceptGroupJoinRequestPublicV1Params) WithTimeout

WithTimeout adds the timeout to the accept group join request public v1 params

func (*AcceptGroupJoinRequestPublicV1Params) WithUserID

WithUserID adds the userID to the accept group join request public v1 params

func (*AcceptGroupJoinRequestPublicV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptGroupJoinRequestPublicV1Reader

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

AcceptGroupJoinRequestPublicV1Reader is a Reader for the AcceptGroupJoinRequestPublicV1 structure.

func (*AcceptGroupJoinRequestPublicV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptGroupJoinRequestPublicV1Unauthorized

type AcceptGroupJoinRequestPublicV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupJoinRequestPublicV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAcceptGroupJoinRequestPublicV1Unauthorized

func NewAcceptGroupJoinRequestPublicV1Unauthorized() *AcceptGroupJoinRequestPublicV1Unauthorized

NewAcceptGroupJoinRequestPublicV1Unauthorized creates a AcceptGroupJoinRequestPublicV1Unauthorized with default headers values

func (*AcceptGroupJoinRequestPublicV1Unauthorized) Error

func (*AcceptGroupJoinRequestPublicV1Unauthorized) GetPayload

func (*AcceptGroupJoinRequestPublicV1Unauthorized) ToJSONString added in v0.25.0

type AcceptGroupJoinRequestPublicV2BadRequest added in v0.37.0

type AcceptGroupJoinRequestPublicV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupJoinRequestPublicV2BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewAcceptGroupJoinRequestPublicV2BadRequest added in v0.37.0

func NewAcceptGroupJoinRequestPublicV2BadRequest() *AcceptGroupJoinRequestPublicV2BadRequest

NewAcceptGroupJoinRequestPublicV2BadRequest creates a AcceptGroupJoinRequestPublicV2BadRequest with default headers values

func (*AcceptGroupJoinRequestPublicV2BadRequest) Error added in v0.37.0

func (*AcceptGroupJoinRequestPublicV2BadRequest) GetPayload added in v0.37.0

func (*AcceptGroupJoinRequestPublicV2BadRequest) ToJSONString added in v0.37.0

type AcceptGroupJoinRequestPublicV2Conflict added in v0.37.0

type AcceptGroupJoinRequestPublicV2Conflict struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupJoinRequestPublicV2Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73442</td><td>user already joined in another group</td></tr></table>

func NewAcceptGroupJoinRequestPublicV2Conflict added in v0.37.0

func NewAcceptGroupJoinRequestPublicV2Conflict() *AcceptGroupJoinRequestPublicV2Conflict

NewAcceptGroupJoinRequestPublicV2Conflict creates a AcceptGroupJoinRequestPublicV2Conflict with default headers values

func (*AcceptGroupJoinRequestPublicV2Conflict) Error added in v0.37.0

func (*AcceptGroupJoinRequestPublicV2Conflict) GetPayload added in v0.37.0

func (*AcceptGroupJoinRequestPublicV2Conflict) ToJSONString added in v0.37.0

type AcceptGroupJoinRequestPublicV2Forbidden added in v0.37.0

type AcceptGroupJoinRequestPublicV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupJoinRequestPublicV2Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr><tr><td>73036</td><td>insufficient member role permission</td></tr></table>

func NewAcceptGroupJoinRequestPublicV2Forbidden added in v0.37.0

func NewAcceptGroupJoinRequestPublicV2Forbidden() *AcceptGroupJoinRequestPublicV2Forbidden

NewAcceptGroupJoinRequestPublicV2Forbidden creates a AcceptGroupJoinRequestPublicV2Forbidden with default headers values

func (*AcceptGroupJoinRequestPublicV2Forbidden) Error added in v0.37.0

func (*AcceptGroupJoinRequestPublicV2Forbidden) GetPayload added in v0.37.0

func (*AcceptGroupJoinRequestPublicV2Forbidden) ToJSONString added in v0.37.0

type AcceptGroupJoinRequestPublicV2InternalServerError added in v0.37.0

type AcceptGroupJoinRequestPublicV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupJoinRequestPublicV2InternalServerError handles this case with default header values.

Internal Server Error

func NewAcceptGroupJoinRequestPublicV2InternalServerError added in v0.37.0

func NewAcceptGroupJoinRequestPublicV2InternalServerError() *AcceptGroupJoinRequestPublicV2InternalServerError

NewAcceptGroupJoinRequestPublicV2InternalServerError creates a AcceptGroupJoinRequestPublicV2InternalServerError with default headers values

func (*AcceptGroupJoinRequestPublicV2InternalServerError) Error added in v0.37.0

func (*AcceptGroupJoinRequestPublicV2InternalServerError) GetPayload added in v0.37.0

func (*AcceptGroupJoinRequestPublicV2InternalServerError) ToJSONString added in v0.37.0

type AcceptGroupJoinRequestPublicV2NotFound added in v0.37.0

type AcceptGroupJoinRequestPublicV2NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupJoinRequestPublicV2NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73443</td><td>member request not found</td></tr></table>

func NewAcceptGroupJoinRequestPublicV2NotFound added in v0.37.0

func NewAcceptGroupJoinRequestPublicV2NotFound() *AcceptGroupJoinRequestPublicV2NotFound

NewAcceptGroupJoinRequestPublicV2NotFound creates a AcceptGroupJoinRequestPublicV2NotFound with default headers values

func (*AcceptGroupJoinRequestPublicV2NotFound) Error added in v0.37.0

func (*AcceptGroupJoinRequestPublicV2NotFound) GetPayload added in v0.37.0

func (*AcceptGroupJoinRequestPublicV2NotFound) ToJSONString added in v0.37.0

type AcceptGroupJoinRequestPublicV2OK added in v0.37.0

type AcceptGroupJoinRequestPublicV2OK struct {
	Payload *groupclientmodels.ModelsMemberRequestGroupResponseV1
}

AcceptGroupJoinRequestPublicV2OK handles this case with default header values.

OK

func NewAcceptGroupJoinRequestPublicV2OK added in v0.37.0

func NewAcceptGroupJoinRequestPublicV2OK() *AcceptGroupJoinRequestPublicV2OK

NewAcceptGroupJoinRequestPublicV2OK creates a AcceptGroupJoinRequestPublicV2OK with default headers values

func (*AcceptGroupJoinRequestPublicV2OK) Error added in v0.37.0

func (*AcceptGroupJoinRequestPublicV2OK) GetPayload added in v0.37.0

func (*AcceptGroupJoinRequestPublicV2OK) ToJSONString added in v0.37.0

func (o *AcceptGroupJoinRequestPublicV2OK) ToJSONString() string

type AcceptGroupJoinRequestPublicV2Params added in v0.37.0

type AcceptGroupJoinRequestPublicV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AcceptGroupJoinRequestPublicV2Params contains all the parameters to send to the API endpoint for the accept group join request public v2 operation typically these are written to a http.Request

func NewAcceptGroupJoinRequestPublicV2Params added in v0.37.0

func NewAcceptGroupJoinRequestPublicV2Params() *AcceptGroupJoinRequestPublicV2Params

NewAcceptGroupJoinRequestPublicV2Params creates a new AcceptGroupJoinRequestPublicV2Params object with the default values initialized.

func NewAcceptGroupJoinRequestPublicV2ParamsWithContext added in v0.37.0

func NewAcceptGroupJoinRequestPublicV2ParamsWithContext(ctx context.Context) *AcceptGroupJoinRequestPublicV2Params

NewAcceptGroupJoinRequestPublicV2ParamsWithContext creates a new AcceptGroupJoinRequestPublicV2Params object with the default values initialized, and the ability to set a context for a request

func NewAcceptGroupJoinRequestPublicV2ParamsWithHTTPClient added in v0.37.0

func NewAcceptGroupJoinRequestPublicV2ParamsWithHTTPClient(client *http.Client) *AcceptGroupJoinRequestPublicV2Params

NewAcceptGroupJoinRequestPublicV2ParamsWithHTTPClient creates a new AcceptGroupJoinRequestPublicV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAcceptGroupJoinRequestPublicV2ParamsWithTimeout added in v0.37.0

func NewAcceptGroupJoinRequestPublicV2ParamsWithTimeout(timeout time.Duration) *AcceptGroupJoinRequestPublicV2Params

NewAcceptGroupJoinRequestPublicV2ParamsWithTimeout creates a new AcceptGroupJoinRequestPublicV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*AcceptGroupJoinRequestPublicV2Params) SetAuthInfoWriter added in v0.37.0

func (o *AcceptGroupJoinRequestPublicV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the accept group join request public v2 params

func (*AcceptGroupJoinRequestPublicV2Params) SetContext added in v0.37.0

SetContext adds the context to the accept group join request public v2 params

func (*AcceptGroupJoinRequestPublicV2Params) SetFlightId added in v0.63.0

func (o *AcceptGroupJoinRequestPublicV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AcceptGroupJoinRequestPublicV2Params) SetGroupID added in v0.37.0

func (o *AcceptGroupJoinRequestPublicV2Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the accept group join request public v2 params

func (*AcceptGroupJoinRequestPublicV2Params) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the accept group join request public v2 params

func (*AcceptGroupJoinRequestPublicV2Params) SetHTTPClientTransport added in v0.37.0

func (o *AcceptGroupJoinRequestPublicV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the accept group join request public v2 params

func (*AcceptGroupJoinRequestPublicV2Params) SetNamespace added in v0.37.0

func (o *AcceptGroupJoinRequestPublicV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the accept group join request public v2 params

func (*AcceptGroupJoinRequestPublicV2Params) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the accept group join request public v2 params

func (*AcceptGroupJoinRequestPublicV2Params) SetUserID added in v0.37.0

func (o *AcceptGroupJoinRequestPublicV2Params) SetUserID(userID string)

SetUserID adds the userId to the accept group join request public v2 params

func (*AcceptGroupJoinRequestPublicV2Params) WithContext added in v0.37.0

WithContext adds the context to the accept group join request public v2 params

func (*AcceptGroupJoinRequestPublicV2Params) WithGroupID added in v0.37.0

WithGroupID adds the groupID to the accept group join request public v2 params

func (*AcceptGroupJoinRequestPublicV2Params) WithHTTPClient added in v0.37.0

WithHTTPClient adds the HTTPClient to the accept group join request public v2 params

func (*AcceptGroupJoinRequestPublicV2Params) WithNamespace added in v0.37.0

WithNamespace adds the namespace to the accept group join request public v2 params

func (*AcceptGroupJoinRequestPublicV2Params) WithTimeout added in v0.37.0

WithTimeout adds the timeout to the accept group join request public v2 params

func (*AcceptGroupJoinRequestPublicV2Params) WithUserID added in v0.37.0

WithUserID adds the userID to the accept group join request public v2 params

func (*AcceptGroupJoinRequestPublicV2Params) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type AcceptGroupJoinRequestPublicV2Reader added in v0.37.0

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

AcceptGroupJoinRequestPublicV2Reader is a Reader for the AcceptGroupJoinRequestPublicV2 structure.

func (*AcceptGroupJoinRequestPublicV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type AcceptGroupJoinRequestPublicV2Unauthorized added in v0.37.0

type AcceptGroupJoinRequestPublicV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AcceptGroupJoinRequestPublicV2Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAcceptGroupJoinRequestPublicV2Unauthorized added in v0.37.0

func NewAcceptGroupJoinRequestPublicV2Unauthorized() *AcceptGroupJoinRequestPublicV2Unauthorized

NewAcceptGroupJoinRequestPublicV2Unauthorized creates a AcceptGroupJoinRequestPublicV2Unauthorized with default headers values

func (*AcceptGroupJoinRequestPublicV2Unauthorized) Error added in v0.37.0

func (*AcceptGroupJoinRequestPublicV2Unauthorized) GetPayload added in v0.37.0

func (*AcceptGroupJoinRequestPublicV2Unauthorized) ToJSONString added in v0.37.0

type AdminGetUserGroupStatusInformationV2Forbidden added in v0.43.0

type AdminGetUserGroupStatusInformationV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AdminGetUserGroupStatusInformationV2Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr><tr><td>73036</td><td>insufficient member role permission</td></tr></table>

func NewAdminGetUserGroupStatusInformationV2Forbidden added in v0.43.0

func NewAdminGetUserGroupStatusInformationV2Forbidden() *AdminGetUserGroupStatusInformationV2Forbidden

NewAdminGetUserGroupStatusInformationV2Forbidden creates a AdminGetUserGroupStatusInformationV2Forbidden with default headers values

func (*AdminGetUserGroupStatusInformationV2Forbidden) Error added in v0.43.0

func (*AdminGetUserGroupStatusInformationV2Forbidden) GetPayload added in v0.43.0

func (*AdminGetUserGroupStatusInformationV2Forbidden) ToJSONString added in v0.43.0

type AdminGetUserGroupStatusInformationV2InternalServerError added in v0.43.0

type AdminGetUserGroupStatusInformationV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AdminGetUserGroupStatusInformationV2InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetUserGroupStatusInformationV2InternalServerError added in v0.43.0

func NewAdminGetUserGroupStatusInformationV2InternalServerError() *AdminGetUserGroupStatusInformationV2InternalServerError

NewAdminGetUserGroupStatusInformationV2InternalServerError creates a AdminGetUserGroupStatusInformationV2InternalServerError with default headers values

func (*AdminGetUserGroupStatusInformationV2InternalServerError) Error added in v0.43.0

func (*AdminGetUserGroupStatusInformationV2InternalServerError) GetPayload added in v0.43.0

func (*AdminGetUserGroupStatusInformationV2InternalServerError) ToJSONString added in v0.43.0

type AdminGetUserGroupStatusInformationV2NotFound added in v0.43.0

type AdminGetUserGroupStatusInformationV2NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AdminGetUserGroupStatusInformationV2NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73433</td><td>member group not found</td></tr><tr><td>73034</td><td>user not belong to any group</td></tr></table>

func NewAdminGetUserGroupStatusInformationV2NotFound added in v0.43.0

func NewAdminGetUserGroupStatusInformationV2NotFound() *AdminGetUserGroupStatusInformationV2NotFound

NewAdminGetUserGroupStatusInformationV2NotFound creates a AdminGetUserGroupStatusInformationV2NotFound with default headers values

func (*AdminGetUserGroupStatusInformationV2NotFound) Error added in v0.43.0

func (*AdminGetUserGroupStatusInformationV2NotFound) GetPayload added in v0.43.0

func (*AdminGetUserGroupStatusInformationV2NotFound) ToJSONString added in v0.43.0

type AdminGetUserGroupStatusInformationV2OK added in v0.43.0

type AdminGetUserGroupStatusInformationV2OK struct {
	Payload *groupclientmodels.ModelsGetUserGroupInformationResponseV1
}

AdminGetUserGroupStatusInformationV2OK handles this case with default header values.

OK

func NewAdminGetUserGroupStatusInformationV2OK added in v0.43.0

func NewAdminGetUserGroupStatusInformationV2OK() *AdminGetUserGroupStatusInformationV2OK

NewAdminGetUserGroupStatusInformationV2OK creates a AdminGetUserGroupStatusInformationV2OK with default headers values

func (*AdminGetUserGroupStatusInformationV2OK) Error added in v0.43.0

func (*AdminGetUserGroupStatusInformationV2OK) GetPayload added in v0.43.0

func (*AdminGetUserGroupStatusInformationV2OK) ToJSONString added in v0.43.0

type AdminGetUserGroupStatusInformationV2Params added in v0.43.0

type AdminGetUserGroupStatusInformationV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminGetUserGroupStatusInformationV2Params contains all the parameters to send to the API endpoint for the admin get user group status information v2 operation typically these are written to a http.Request

func NewAdminGetUserGroupStatusInformationV2Params added in v0.43.0

func NewAdminGetUserGroupStatusInformationV2Params() *AdminGetUserGroupStatusInformationV2Params

NewAdminGetUserGroupStatusInformationV2Params creates a new AdminGetUserGroupStatusInformationV2Params object with the default values initialized.

func NewAdminGetUserGroupStatusInformationV2ParamsWithContext added in v0.43.0

func NewAdminGetUserGroupStatusInformationV2ParamsWithContext(ctx context.Context) *AdminGetUserGroupStatusInformationV2Params

NewAdminGetUserGroupStatusInformationV2ParamsWithContext creates a new AdminGetUserGroupStatusInformationV2Params object with the default values initialized, and the ability to set a context for a request

func NewAdminGetUserGroupStatusInformationV2ParamsWithHTTPClient added in v0.43.0

func NewAdminGetUserGroupStatusInformationV2ParamsWithHTTPClient(client *http.Client) *AdminGetUserGroupStatusInformationV2Params

NewAdminGetUserGroupStatusInformationV2ParamsWithHTTPClient creates a new AdminGetUserGroupStatusInformationV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminGetUserGroupStatusInformationV2ParamsWithTimeout added in v0.43.0

func NewAdminGetUserGroupStatusInformationV2ParamsWithTimeout(timeout time.Duration) *AdminGetUserGroupStatusInformationV2Params

NewAdminGetUserGroupStatusInformationV2ParamsWithTimeout creates a new AdminGetUserGroupStatusInformationV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminGetUserGroupStatusInformationV2Params) SetAuthInfoWriter added in v0.43.0

func (o *AdminGetUserGroupStatusInformationV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get user group status information v2 params

func (*AdminGetUserGroupStatusInformationV2Params) SetContext added in v0.43.0

SetContext adds the context to the admin get user group status information v2 params

func (*AdminGetUserGroupStatusInformationV2Params) SetFlightId added in v0.63.0

func (o *AdminGetUserGroupStatusInformationV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGetUserGroupStatusInformationV2Params) SetGroupID added in v0.43.0

func (o *AdminGetUserGroupStatusInformationV2Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the admin get user group status information v2 params

func (*AdminGetUserGroupStatusInformationV2Params) SetHTTPClient added in v0.43.0

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

SetHTTPClient adds the HTTPClient to the admin get user group status information v2 params

func (*AdminGetUserGroupStatusInformationV2Params) SetHTTPClientTransport added in v0.43.0

func (o *AdminGetUserGroupStatusInformationV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get user group status information v2 params

func (*AdminGetUserGroupStatusInformationV2Params) SetNamespace added in v0.43.0

func (o *AdminGetUserGroupStatusInformationV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get user group status information v2 params

func (*AdminGetUserGroupStatusInformationV2Params) SetTimeout added in v0.43.0

SetTimeout adds the timeout to the admin get user group status information v2 params

func (*AdminGetUserGroupStatusInformationV2Params) SetUserID added in v0.43.0

SetUserID adds the userId to the admin get user group status information v2 params

func (*AdminGetUserGroupStatusInformationV2Params) WithContext added in v0.43.0

WithContext adds the context to the admin get user group status information v2 params

func (*AdminGetUserGroupStatusInformationV2Params) WithGroupID added in v0.43.0

WithGroupID adds the groupID to the admin get user group status information v2 params

func (*AdminGetUserGroupStatusInformationV2Params) WithHTTPClient added in v0.43.0

WithHTTPClient adds the HTTPClient to the admin get user group status information v2 params

func (*AdminGetUserGroupStatusInformationV2Params) WithNamespace added in v0.43.0

WithNamespace adds the namespace to the admin get user group status information v2 params

func (*AdminGetUserGroupStatusInformationV2Params) WithTimeout added in v0.43.0

WithTimeout adds the timeout to the admin get user group status information v2 params

func (*AdminGetUserGroupStatusInformationV2Params) WithUserID added in v0.43.0

WithUserID adds the userID to the admin get user group status information v2 params

func (*AdminGetUserGroupStatusInformationV2Params) WriteToRequest added in v0.43.0

WriteToRequest writes these params to a swagger request

type AdminGetUserGroupStatusInformationV2Reader added in v0.43.0

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

AdminGetUserGroupStatusInformationV2Reader is a Reader for the AdminGetUserGroupStatusInformationV2 structure.

func (*AdminGetUserGroupStatusInformationV2Reader) ReadResponse added in v0.43.0

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

ReadResponse reads a server response into the received o.

type AdminGetUserGroupStatusInformationV2Unauthorized added in v0.43.0

type AdminGetUserGroupStatusInformationV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

AdminGetUserGroupStatusInformationV2Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminGetUserGroupStatusInformationV2Unauthorized added in v0.43.0

func NewAdminGetUserGroupStatusInformationV2Unauthorized() *AdminGetUserGroupStatusInformationV2Unauthorized

NewAdminGetUserGroupStatusInformationV2Unauthorized creates a AdminGetUserGroupStatusInformationV2Unauthorized with default headers values

func (*AdminGetUserGroupStatusInformationV2Unauthorized) Error added in v0.43.0

func (*AdminGetUserGroupStatusInformationV2Unauthorized) GetPayload added in v0.43.0

func (*AdminGetUserGroupStatusInformationV2Unauthorized) ToJSONString added in v0.43.0

type CancelGroupJoinRequestV1BadRequest

type CancelGroupJoinRequestV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

CancelGroupJoinRequestV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewCancelGroupJoinRequestV1BadRequest

func NewCancelGroupJoinRequestV1BadRequest() *CancelGroupJoinRequestV1BadRequest

NewCancelGroupJoinRequestV1BadRequest creates a CancelGroupJoinRequestV1BadRequest with default headers values

func (*CancelGroupJoinRequestV1BadRequest) Error

func (*CancelGroupJoinRequestV1BadRequest) GetPayload

func (*CancelGroupJoinRequestV1BadRequest) ToJSONString added in v0.25.0

func (o *CancelGroupJoinRequestV1BadRequest) ToJSONString() string

type CancelGroupJoinRequestV1Forbidden

type CancelGroupJoinRequestV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

CancelGroupJoinRequestV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewCancelGroupJoinRequestV1Forbidden

func NewCancelGroupJoinRequestV1Forbidden() *CancelGroupJoinRequestV1Forbidden

NewCancelGroupJoinRequestV1Forbidden creates a CancelGroupJoinRequestV1Forbidden with default headers values

func (*CancelGroupJoinRequestV1Forbidden) Error

func (*CancelGroupJoinRequestV1Forbidden) GetPayload

func (*CancelGroupJoinRequestV1Forbidden) ToJSONString added in v0.25.0

func (o *CancelGroupJoinRequestV1Forbidden) ToJSONString() string

type CancelGroupJoinRequestV1InternalServerError

type CancelGroupJoinRequestV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

CancelGroupJoinRequestV1InternalServerError handles this case with default header values.

Internal Server Error

func NewCancelGroupJoinRequestV1InternalServerError

func NewCancelGroupJoinRequestV1InternalServerError() *CancelGroupJoinRequestV1InternalServerError

NewCancelGroupJoinRequestV1InternalServerError creates a CancelGroupJoinRequestV1InternalServerError with default headers values

func (*CancelGroupJoinRequestV1InternalServerError) Error

func (*CancelGroupJoinRequestV1InternalServerError) GetPayload

func (*CancelGroupJoinRequestV1InternalServerError) ToJSONString added in v0.25.0

type CancelGroupJoinRequestV1NotFound

type CancelGroupJoinRequestV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

CancelGroupJoinRequestV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73443</td><td>member request not found</td></tr></table>

func NewCancelGroupJoinRequestV1NotFound

func NewCancelGroupJoinRequestV1NotFound() *CancelGroupJoinRequestV1NotFound

NewCancelGroupJoinRequestV1NotFound creates a CancelGroupJoinRequestV1NotFound with default headers values

func (*CancelGroupJoinRequestV1NotFound) Error

func (*CancelGroupJoinRequestV1NotFound) GetPayload

func (*CancelGroupJoinRequestV1NotFound) ToJSONString added in v0.25.0

func (o *CancelGroupJoinRequestV1NotFound) ToJSONString() string

type CancelGroupJoinRequestV1OK

type CancelGroupJoinRequestV1OK struct {
	Payload *groupclientmodels.ModelsMemberRequestGroupResponseV1
}

CancelGroupJoinRequestV1OK handles this case with default header values.

OK

func NewCancelGroupJoinRequestV1OK

func NewCancelGroupJoinRequestV1OK() *CancelGroupJoinRequestV1OK

NewCancelGroupJoinRequestV1OK creates a CancelGroupJoinRequestV1OK with default headers values

func (*CancelGroupJoinRequestV1OK) Error

func (*CancelGroupJoinRequestV1OK) GetPayload

func (*CancelGroupJoinRequestV1OK) ToJSONString added in v0.25.0

func (o *CancelGroupJoinRequestV1OK) ToJSONString() string

type CancelGroupJoinRequestV1Params

type CancelGroupJoinRequestV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

CancelGroupJoinRequestV1Params contains all the parameters to send to the API endpoint for the cancel group join request v1 operation typically these are written to a http.Request

func NewCancelGroupJoinRequestV1Params

func NewCancelGroupJoinRequestV1Params() *CancelGroupJoinRequestV1Params

NewCancelGroupJoinRequestV1Params creates a new CancelGroupJoinRequestV1Params object with the default values initialized.

func NewCancelGroupJoinRequestV1ParamsWithContext

func NewCancelGroupJoinRequestV1ParamsWithContext(ctx context.Context) *CancelGroupJoinRequestV1Params

NewCancelGroupJoinRequestV1ParamsWithContext creates a new CancelGroupJoinRequestV1Params object with the default values initialized, and the ability to set a context for a request

func NewCancelGroupJoinRequestV1ParamsWithHTTPClient

func NewCancelGroupJoinRequestV1ParamsWithHTTPClient(client *http.Client) *CancelGroupJoinRequestV1Params

NewCancelGroupJoinRequestV1ParamsWithHTTPClient creates a new CancelGroupJoinRequestV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCancelGroupJoinRequestV1ParamsWithTimeout

func NewCancelGroupJoinRequestV1ParamsWithTimeout(timeout time.Duration) *CancelGroupJoinRequestV1Params

NewCancelGroupJoinRequestV1ParamsWithTimeout creates a new CancelGroupJoinRequestV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*CancelGroupJoinRequestV1Params) SetAuthInfoWriter added in v0.17.0

func (o *CancelGroupJoinRequestV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the cancel group join request v1 params

func (*CancelGroupJoinRequestV1Params) SetContext

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

SetContext adds the context to the cancel group join request v1 params

func (*CancelGroupJoinRequestV1Params) SetFlightId added in v0.63.0

func (o *CancelGroupJoinRequestV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*CancelGroupJoinRequestV1Params) SetGroupID

func (o *CancelGroupJoinRequestV1Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the cancel group join request v1 params

func (*CancelGroupJoinRequestV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cancel group join request v1 params

func (*CancelGroupJoinRequestV1Params) SetHTTPClientTransport added in v0.19.0

func (o *CancelGroupJoinRequestV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the cancel group join request v1 params

func (*CancelGroupJoinRequestV1Params) SetNamespace

func (o *CancelGroupJoinRequestV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the cancel group join request v1 params

func (*CancelGroupJoinRequestV1Params) SetTimeout

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

SetTimeout adds the timeout to the cancel group join request v1 params

func (*CancelGroupJoinRequestV1Params) WithContext

WithContext adds the context to the cancel group join request v1 params

func (*CancelGroupJoinRequestV1Params) WithGroupID

WithGroupID adds the groupID to the cancel group join request v1 params

func (*CancelGroupJoinRequestV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cancel group join request v1 params

func (*CancelGroupJoinRequestV1Params) WithNamespace

WithNamespace adds the namespace to the cancel group join request v1 params

func (*CancelGroupJoinRequestV1Params) WithTimeout

WithTimeout adds the timeout to the cancel group join request v1 params

func (*CancelGroupJoinRequestV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CancelGroupJoinRequestV1Reader

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

CancelGroupJoinRequestV1Reader is a Reader for the CancelGroupJoinRequestV1 structure.

func (*CancelGroupJoinRequestV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CancelGroupJoinRequestV1Unauthorized

type CancelGroupJoinRequestV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

CancelGroupJoinRequestV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewCancelGroupJoinRequestV1Unauthorized

func NewCancelGroupJoinRequestV1Unauthorized() *CancelGroupJoinRequestV1Unauthorized

NewCancelGroupJoinRequestV1Unauthorized creates a CancelGroupJoinRequestV1Unauthorized with default headers values

func (*CancelGroupJoinRequestV1Unauthorized) Error

func (*CancelGroupJoinRequestV1Unauthorized) GetPayload

func (*CancelGroupJoinRequestV1Unauthorized) ToJSONString added in v0.25.0

func (o *CancelGroupJoinRequestV1Unauthorized) ToJSONString() string

type CancelInvitationGroupMemberV2BadRequest added in v0.38.0

type CancelInvitationGroupMemberV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

CancelInvitationGroupMemberV2BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewCancelInvitationGroupMemberV2BadRequest added in v0.38.0

func NewCancelInvitationGroupMemberV2BadRequest() *CancelInvitationGroupMemberV2BadRequest

NewCancelInvitationGroupMemberV2BadRequest creates a CancelInvitationGroupMemberV2BadRequest with default headers values

func (*CancelInvitationGroupMemberV2BadRequest) Error added in v0.38.0

func (*CancelInvitationGroupMemberV2BadRequest) GetPayload added in v0.38.0

func (*CancelInvitationGroupMemberV2BadRequest) ToJSONString added in v0.38.0

type CancelInvitationGroupMemberV2Forbidden added in v0.38.0

type CancelInvitationGroupMemberV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

CancelInvitationGroupMemberV2Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr><tr><td>73036</td><td>insufficient member role permission</td></tr></table>

func NewCancelInvitationGroupMemberV2Forbidden added in v0.38.0

func NewCancelInvitationGroupMemberV2Forbidden() *CancelInvitationGroupMemberV2Forbidden

NewCancelInvitationGroupMemberV2Forbidden creates a CancelInvitationGroupMemberV2Forbidden with default headers values

func (*CancelInvitationGroupMemberV2Forbidden) Error added in v0.38.0

func (*CancelInvitationGroupMemberV2Forbidden) GetPayload added in v0.38.0

func (*CancelInvitationGroupMemberV2Forbidden) ToJSONString added in v0.38.0

type CancelInvitationGroupMemberV2InternalServerError added in v0.38.0

type CancelInvitationGroupMemberV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

CancelInvitationGroupMemberV2InternalServerError handles this case with default header values.

Internal Server Error

func NewCancelInvitationGroupMemberV2InternalServerError added in v0.38.0

func NewCancelInvitationGroupMemberV2InternalServerError() *CancelInvitationGroupMemberV2InternalServerError

NewCancelInvitationGroupMemberV2InternalServerError creates a CancelInvitationGroupMemberV2InternalServerError with default headers values

func (*CancelInvitationGroupMemberV2InternalServerError) Error added in v0.38.0

func (*CancelInvitationGroupMemberV2InternalServerError) GetPayload added in v0.38.0

func (*CancelInvitationGroupMemberV2InternalServerError) ToJSONString added in v0.38.0

type CancelInvitationGroupMemberV2NotFound added in v0.38.0

type CancelInvitationGroupMemberV2NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

CancelInvitationGroupMemberV2NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73433</td><td>member group not found</td></tr><tr><td>73034</td><td>user not belong to any group</td></tr></table>

func NewCancelInvitationGroupMemberV2NotFound added in v0.38.0

func NewCancelInvitationGroupMemberV2NotFound() *CancelInvitationGroupMemberV2NotFound

NewCancelInvitationGroupMemberV2NotFound creates a CancelInvitationGroupMemberV2NotFound with default headers values

func (*CancelInvitationGroupMemberV2NotFound) Error added in v0.38.0

func (*CancelInvitationGroupMemberV2NotFound) GetPayload added in v0.38.0

func (*CancelInvitationGroupMemberV2NotFound) ToJSONString added in v0.38.0

type CancelInvitationGroupMemberV2OK added in v0.38.0

type CancelInvitationGroupMemberV2OK struct {
	Payload *groupclientmodels.ModelsCancelInvitationGroupResponseV2
}

CancelInvitationGroupMemberV2OK handles this case with default header values.

OK

func NewCancelInvitationGroupMemberV2OK added in v0.38.0

func NewCancelInvitationGroupMemberV2OK() *CancelInvitationGroupMemberV2OK

NewCancelInvitationGroupMemberV2OK creates a CancelInvitationGroupMemberV2OK with default headers values

func (*CancelInvitationGroupMemberV2OK) Error added in v0.38.0

func (*CancelInvitationGroupMemberV2OK) GetPayload added in v0.38.0

func (*CancelInvitationGroupMemberV2OK) ToJSONString added in v0.38.0

func (o *CancelInvitationGroupMemberV2OK) ToJSONString() string

type CancelInvitationGroupMemberV2Params added in v0.38.0

type CancelInvitationGroupMemberV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

CancelInvitationGroupMemberV2Params contains all the parameters to send to the API endpoint for the cancel invitation group member v2 operation typically these are written to a http.Request

func NewCancelInvitationGroupMemberV2Params added in v0.38.0

func NewCancelInvitationGroupMemberV2Params() *CancelInvitationGroupMemberV2Params

NewCancelInvitationGroupMemberV2Params creates a new CancelInvitationGroupMemberV2Params object with the default values initialized.

func NewCancelInvitationGroupMemberV2ParamsWithContext added in v0.38.0

func NewCancelInvitationGroupMemberV2ParamsWithContext(ctx context.Context) *CancelInvitationGroupMemberV2Params

NewCancelInvitationGroupMemberV2ParamsWithContext creates a new CancelInvitationGroupMemberV2Params object with the default values initialized, and the ability to set a context for a request

func NewCancelInvitationGroupMemberV2ParamsWithHTTPClient added in v0.38.0

func NewCancelInvitationGroupMemberV2ParamsWithHTTPClient(client *http.Client) *CancelInvitationGroupMemberV2Params

NewCancelInvitationGroupMemberV2ParamsWithHTTPClient creates a new CancelInvitationGroupMemberV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCancelInvitationGroupMemberV2ParamsWithTimeout added in v0.38.0

func NewCancelInvitationGroupMemberV2ParamsWithTimeout(timeout time.Duration) *CancelInvitationGroupMemberV2Params

NewCancelInvitationGroupMemberV2ParamsWithTimeout creates a new CancelInvitationGroupMemberV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*CancelInvitationGroupMemberV2Params) SetAuthInfoWriter added in v0.38.0

func (o *CancelInvitationGroupMemberV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the cancel invitation group member v2 params

func (*CancelInvitationGroupMemberV2Params) SetContext added in v0.38.0

SetContext adds the context to the cancel invitation group member v2 params

func (*CancelInvitationGroupMemberV2Params) SetFlightId added in v0.63.0

func (o *CancelInvitationGroupMemberV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*CancelInvitationGroupMemberV2Params) SetGroupID added in v0.38.0

func (o *CancelInvitationGroupMemberV2Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the cancel invitation group member v2 params

func (*CancelInvitationGroupMemberV2Params) SetHTTPClient added in v0.38.0

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

SetHTTPClient adds the HTTPClient to the cancel invitation group member v2 params

func (*CancelInvitationGroupMemberV2Params) SetHTTPClientTransport added in v0.38.0

func (o *CancelInvitationGroupMemberV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the cancel invitation group member v2 params

func (*CancelInvitationGroupMemberV2Params) SetNamespace added in v0.38.0

func (o *CancelInvitationGroupMemberV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the cancel invitation group member v2 params

func (*CancelInvitationGroupMemberV2Params) SetTimeout added in v0.38.0

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

SetTimeout adds the timeout to the cancel invitation group member v2 params

func (*CancelInvitationGroupMemberV2Params) SetUserID added in v0.38.0

func (o *CancelInvitationGroupMemberV2Params) SetUserID(userID string)

SetUserID adds the userId to the cancel invitation group member v2 params

func (*CancelInvitationGroupMemberV2Params) WithContext added in v0.38.0

WithContext adds the context to the cancel invitation group member v2 params

func (*CancelInvitationGroupMemberV2Params) WithGroupID added in v0.38.0

WithGroupID adds the groupID to the cancel invitation group member v2 params

func (*CancelInvitationGroupMemberV2Params) WithHTTPClient added in v0.38.0

WithHTTPClient adds the HTTPClient to the cancel invitation group member v2 params

func (*CancelInvitationGroupMemberV2Params) WithNamespace added in v0.38.0

WithNamespace adds the namespace to the cancel invitation group member v2 params

func (*CancelInvitationGroupMemberV2Params) WithTimeout added in v0.38.0

WithTimeout adds the timeout to the cancel invitation group member v2 params

func (*CancelInvitationGroupMemberV2Params) WithUserID added in v0.38.0

WithUserID adds the userID to the cancel invitation group member v2 params

func (*CancelInvitationGroupMemberV2Params) WriteToRequest added in v0.38.0

WriteToRequest writes these params to a swagger request

type CancelInvitationGroupMemberV2Reader added in v0.38.0

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

CancelInvitationGroupMemberV2Reader is a Reader for the CancelInvitationGroupMemberV2 structure.

func (*CancelInvitationGroupMemberV2Reader) ReadResponse added in v0.38.0

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

ReadResponse reads a server response into the received o.

type CancelInvitationGroupMemberV2Unauthorized added in v0.38.0

type CancelInvitationGroupMemberV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

CancelInvitationGroupMemberV2Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewCancelInvitationGroupMemberV2Unauthorized added in v0.38.0

func NewCancelInvitationGroupMemberV2Unauthorized() *CancelInvitationGroupMemberV2Unauthorized

NewCancelInvitationGroupMemberV2Unauthorized creates a CancelInvitationGroupMemberV2Unauthorized with default headers values

func (*CancelInvitationGroupMemberV2Unauthorized) Error added in v0.38.0

func (*CancelInvitationGroupMemberV2Unauthorized) GetPayload added in v0.38.0

func (*CancelInvitationGroupMemberV2Unauthorized) ToJSONString added in v0.38.0

type Client

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

Client for group member API

func (*Client) AcceptGroupInvitationPublicV1 deprecated

Deprecated: 2022-08-10 - Use AcceptGroupInvitationPublicV1Short instead.

AcceptGroupInvitationPublicV1 accept group invitation Required valid user authentication

This endpoint is used to accept group invitation.

Accept group invitation. If specific user is not invited in the specific group ID, it will show the the error to show if the user is not invited yet.

This endpoint will also check if the user who access this endpoint is already joined to specific group

Accessing this endpoint will make all requests (invite / join request) will be deleted for the user who access this endpoint

Existing members will receive notification of newly accepted member.

Action Code: 73401

func (*Client) AcceptGroupInvitationPublicV1Short added in v0.8.0

func (a *Client) AcceptGroupInvitationPublicV1Short(params *AcceptGroupInvitationPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*AcceptGroupInvitationPublicV1OK, error)

AcceptGroupInvitationPublicV1Short accept group invitation Required valid user authentication

This endpoint is used to accept group invitation.

Accept group invitation. If specific user is not invited in the specific group ID, it will show the the error to show if the user is not invited yet.

This endpoint will also check if the user who access this endpoint is already joined to specific group

Accessing this endpoint will make all requests (invite / join request) will be deleted for the user who access this endpoint

Existing members will receive notification of newly accepted member.

Action Code: 73401

func (*Client) AcceptGroupInvitationPublicV2 deprecated added in v0.37.0

Deprecated: 2022-08-10 - Use AcceptGroupInvitationPublicV2Short instead.

AcceptGroupInvitationPublicV2 accept group invitation Required valid user authentication

This endpoint is used to accept group invitation.

Accept group invitation. If specific user is not invited in the specific group ID, it will show the the error to show if the user is not invited yet.

This endpoint will also check if the user who access this endpoint is already joined to specific group

Accessing this endpoint will make all requests (invite / join request) will be deleted for the user who access this endpoint

Existing members will receive notification of newly accepted member.

Action Code: 73401

func (*Client) AcceptGroupInvitationPublicV2Short added in v0.37.0

func (a *Client) AcceptGroupInvitationPublicV2Short(params *AcceptGroupInvitationPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*AcceptGroupInvitationPublicV2OK, error)

AcceptGroupInvitationPublicV2Short accept group invitation Required valid user authentication

This endpoint is used to accept group invitation.

Accept group invitation. If specific user is not invited in the specific group ID, it will show the the error to show if the user is not invited yet.

This endpoint will also check if the user who access this endpoint is already joined to specific group

Accessing this endpoint will make all requests (invite / join request) will be deleted for the user who access this endpoint

Existing members will receive notification of newly accepted member.

Action Code: 73401

func (*Client) AcceptGroupJoinRequestPublicV1 deprecated

Deprecated: 2022-08-10 - Use AcceptGroupJoinRequestPublicV1Short instead.

AcceptGroupJoinRequestPublicV1 accept group join request Required valid user authentication

Required Member Role Permission: "GROUP:JOIN [CREATE]"

This endpoint is used to accept group join request.

Accept group join request. If specific user is not asked to join the specific group ID, it will show the the error to show if the user is not asked to join yet.

This endpoint will also check if the specific user is already joined to specific group

Action Code: 73407

func (*Client) AcceptGroupJoinRequestPublicV1Short added in v0.8.0

func (a *Client) AcceptGroupJoinRequestPublicV1Short(params *AcceptGroupJoinRequestPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*AcceptGroupJoinRequestPublicV1OK, error)

AcceptGroupJoinRequestPublicV1Short accept group join request Required valid user authentication

Required Member Role Permission: "GROUP:JOIN [CREATE]"

This endpoint is used to accept group join request.

Accept group join request. If specific user is not asked to join the specific group ID, it will show the the error to show if the user is not asked to join yet.

This endpoint will also check if the specific user is already joined to specific group

Action Code: 73407

func (*Client) AcceptGroupJoinRequestPublicV2 deprecated added in v0.37.0

Deprecated: 2022-08-10 - Use AcceptGroupJoinRequestPublicV2Short instead.

AcceptGroupJoinRequestPublicV2 accept group join request Required valid user authentication

Required Member Role Permission: "GROUP:JOIN [CREATE]"

This endpoint is used to accept group join request.

Accept group join request. If specific user is not asked to join the specific group ID, it will show the the error to show if the user is not asked to join yet.

This endpoint will also check if the specific user is already joined to specific group

Action Code: 73407

func (*Client) AcceptGroupJoinRequestPublicV2Short added in v0.37.0

func (a *Client) AcceptGroupJoinRequestPublicV2Short(params *AcceptGroupJoinRequestPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*AcceptGroupJoinRequestPublicV2OK, error)

AcceptGroupJoinRequestPublicV2Short accept group join request Required valid user authentication

Required Member Role Permission: "GROUP:JOIN [CREATE]"

This endpoint is used to accept group join request.

Accept group join request. If specific user is not asked to join the specific group ID, it will show the the error to show if the user is not asked to join yet.

This endpoint will also check if the specific user is already joined to specific group

Action Code: 73407

func (*Client) AdminGetUserGroupStatusInformationV2 deprecated added in v0.43.0

Deprecated: 2022-08-10 - Use AdminGetUserGroupStatusInformationV2Short instead.

AdminGetUserGroupStatusInformationV2 user group status information This endpoint is used to get user group status information.

func (*Client) AdminGetUserGroupStatusInformationV2Short added in v0.43.0

func (a *Client) AdminGetUserGroupStatusInformationV2Short(params *AdminGetUserGroupStatusInformationV2Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetUserGroupStatusInformationV2OK, error)

AdminGetUserGroupStatusInformationV2Short user group status information This endpoint is used to get user group status information.

func (*Client) CancelGroupJoinRequestV1 deprecated

Deprecated: 2022-08-10 - Use CancelGroupJoinRequestV1Short instead.

CancelGroupJoinRequestV1 cancel request to join group Requires valid user authentication

This endpoint allows user to cancel request to join specific group.

Action Code: 73411

func (*Client) CancelGroupJoinRequestV1Short added in v0.8.0

func (a *Client) CancelGroupJoinRequestV1Short(params *CancelGroupJoinRequestV1Params, authInfo runtime.ClientAuthInfoWriter) (*CancelGroupJoinRequestV1OK, error)

CancelGroupJoinRequestV1Short cancel request to join group Requires valid user authentication

This endpoint allows user to cancel request to join specific group.

Action Code: 73411

func (*Client) CancelInvitationGroupMemberV2 deprecated added in v0.38.0

Deprecated: 2022-08-10 - Use CancelInvitationGroupMemberV2Short instead.

CancelInvitationGroupMemberV2 cancel invitation group member Required valid user authentication

Required Member Role Permission: "GROUP:INVITE [DELETE]"

This endpoint is used to cancel invitation group member.

cancel invitation group member. This endpoint will cancel invitation to specific user, and also the role permission of the the user who accesses this endpoint

Action Code: 73409

func (*Client) CancelInvitationGroupMemberV2Short added in v0.38.0

func (a *Client) CancelInvitationGroupMemberV2Short(params *CancelInvitationGroupMemberV2Params, authInfo runtime.ClientAuthInfoWriter) (*CancelInvitationGroupMemberV2OK, error)

CancelInvitationGroupMemberV2Short cancel invitation group member Required valid user authentication

Required Member Role Permission: "GROUP:INVITE [DELETE]"

This endpoint is used to cancel invitation group member.

cancel invitation group member. This endpoint will cancel invitation to specific user, and also the role permission of the the user who accesses this endpoint

Action Code: 73409

func (*Client) GetGroupMembersListAdminV1 deprecated added in v0.7.0

Deprecated: 2022-08-10 - Use GetGroupMembersListAdminV1Short instead.

GetGroupMembersListAdminV1 get list of group members This endpoint is used to get list of group members.

Action Code: 73410

func (*Client) GetGroupMembersListAdminV1Short added in v0.8.0

func (a *Client) GetGroupMembersListAdminV1Short(params *GetGroupMembersListAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupMembersListAdminV1OK, error)

GetGroupMembersListAdminV1Short get list of group members This endpoint is used to get list of group members.

Action Code: 73410

func (*Client) GetGroupMembersListPublicV1 deprecated

Deprecated: 2022-08-10 - Use GetGroupMembersListPublicV1Short instead.

GetGroupMembersListPublicV1 get list of group members Required valid user authentication

This endpoint is used to get list of group members.

Action Code: 73410

func (*Client) GetGroupMembersListPublicV1Short added in v0.8.0

func (a *Client) GetGroupMembersListPublicV1Short(params *GetGroupMembersListPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupMembersListPublicV1OK, error)

GetGroupMembersListPublicV1Short get list of group members Required valid user authentication

This endpoint is used to get list of group members.

Action Code: 73410

func (*Client) GetUserGroupInformationPublicV1 deprecated

Deprecated: 2022-08-10 - Use GetUserGroupInformationPublicV1Short instead.

GetUserGroupInformationPublicV1 get user group information Required valid user authentication

This endpoint is used to get user group information.

Get user group information. If user does not belong to any group, it will return warning to give information about it

Group Member Status:

* JOIN : status of user requested to join group * INVITE: status of user invited to a group * JOINED: status of user already joined to a group

Action Code: 73405

func (*Client) GetUserGroupInformationPublicV1Short added in v0.8.0

func (a *Client) GetUserGroupInformationPublicV1Short(params *GetUserGroupInformationPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetUserGroupInformationPublicV1OK, error)

GetUserGroupInformationPublicV1Short get user group information Required valid user authentication

This endpoint is used to get user group information.

Get user group information. If user does not belong to any group, it will return warning to give information about it

Group Member Status:

* JOIN : status of user requested to join group * INVITE: status of user invited to a group * JOINED: status of user already joined to a group

Action Code: 73405

func (*Client) GetUserGroupInformationPublicV2 deprecated added in v0.37.0

Deprecated: 2022-08-10 - Use GetUserGroupInformationPublicV2Short instead.

GetUserGroupInformationPublicV2 get user joined group information Required valid user authentication

This endpoint is used to get user joined group information.

Get user group joined information. If user does not belong to any group, it will return warning to give information about it

Group Member Status:

* JOINED: status of user already joined to a group

Action Code: 73405

func (*Client) GetUserGroupInformationPublicV2Short added in v0.37.0

func (a *Client) GetUserGroupInformationPublicV2Short(params *GetUserGroupInformationPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetUserGroupInformationPublicV2OK, error)

GetUserGroupInformationPublicV2Short get user joined group information Required valid user authentication

This endpoint is used to get user joined group information.

Get user group joined information. If user does not belong to any group, it will return warning to give information about it

Group Member Status:

* JOINED: status of user already joined to a group

Action Code: 73405

func (*Client) GetUserGroupStatusInformationV2 deprecated added in v0.37.0

Deprecated: 2022-08-10 - Use GetUserGroupStatusInformationV2Short instead.

GetUserGroupStatusInformationV2 user group status information Required valid user authentication

Required Member Role Permission: "GROUP [READ]"

This endpoint is used to get user group status information.

get user group status information. This endpoint will check the member and group information, and also the role permission of the the user who accesses this endpoint

Action Code: 73409

func (*Client) GetUserGroupStatusInformationV2Short added in v0.37.0

func (a *Client) GetUserGroupStatusInformationV2Short(params *GetUserGroupStatusInformationV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetUserGroupStatusInformationV2OK, error)

GetUserGroupStatusInformationV2Short user group status information Required valid user authentication

Required Member Role Permission: "GROUP [READ]"

This endpoint is used to get user group status information.

get user group status information. This endpoint will check the member and group information, and also the role permission of the the user who accesses this endpoint

Action Code: 73409

func (*Client) GetUserJoinedGroupInformationPublicV2 deprecated added in v0.37.0

Deprecated: 2022-08-10 - Use GetUserJoinedGroupInformationPublicV2Short instead.

GetUserJoinedGroupInformationPublicV2 get user joined group information Required valid user authentication

This endpoint is used to get user joined group information.

Get user group joined information. If user does not belong to any group, it will return warning to give information about it

Group Member Status:

* JOINED: status of user already joined to a group

func (*Client) GetUserJoinedGroupInformationPublicV2Short added in v0.37.0

func (a *Client) GetUserJoinedGroupInformationPublicV2Short(params *GetUserJoinedGroupInformationPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetUserJoinedGroupInformationPublicV2OK, error)

GetUserJoinedGroupInformationPublicV2Short get user joined group information Required valid user authentication

This endpoint is used to get user joined group information.

Get user group joined information. If user does not belong to any group, it will return warning to give information about it

Group Member Status:

* JOINED: status of user already joined to a group

func (*Client) InviteGroupPublicV1 deprecated

Deprecated: 2022-08-10 - Use InviteGroupPublicV1Short instead.

InviteGroupPublicV1 invite user to group Required valid user authentication

Required Member Role Permission: "GROUP:INVITE [CREATE]"

This endpoint is used to invite specific user to the group.

invite specific user to the group. If specific user is already have the join request to the group, this endpoint will notify if this user already have join request that needs to be accepted / rejected

Invited user will receive notification through lobby.

Action Code: 73406

memberRolePermissions example value :

"action": 1

"resourceName": "GROUP:INVITE"

The invited user will have a permission to invite another user to the group

func (*Client) InviteGroupPublicV1Short added in v0.8.0

func (a *Client) InviteGroupPublicV1Short(params *InviteGroupPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*InviteGroupPublicV1OK, error)

InviteGroupPublicV1Short invite user to group Required valid user authentication

Required Member Role Permission: "GROUP:INVITE [CREATE]"

This endpoint is used to invite specific user to the group.

invite specific user to the group. If specific user is already have the join request to the group, this endpoint will notify if this user already have join request that needs to be accepted / rejected

Invited user will receive notification through lobby.

Action Code: 73406

memberRolePermissions example value :

"action": 1

"resourceName": "GROUP:INVITE"

The invited user will have a permission to invite another user to the group

func (*Client) InviteGroupPublicV2 deprecated added in v0.37.0

Deprecated: 2022-08-10 - Use InviteGroupPublicV2Short instead.

InviteGroupPublicV2 invite user to group Required valid user authentication

Required Member Role Permission: "GROUP:INVITE [CREATE]"

This endpoint is used to invite specific user to the group.

invite specific user to the group. If specific user is already have the join request to the group, this endpoint will notify if this user already have join request that needs to be accepted / rejected

Invited user will receive notification through lobby.

Action Code: 73406

memberRolePermissions example value :

"action": 1

"resourceName": "GROUP:INVITE"

The invited user will have a permission to invite another user to the group

func (*Client) InviteGroupPublicV2Short added in v0.37.0

func (a *Client) InviteGroupPublicV2Short(params *InviteGroupPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*InviteGroupPublicV2OK, error)

InviteGroupPublicV2Short invite user to group Required valid user authentication

Required Member Role Permission: "GROUP:INVITE [CREATE]"

This endpoint is used to invite specific user to the group.

invite specific user to the group. If specific user is already have the join request to the group, this endpoint will notify if this user already have join request that needs to be accepted / rejected

Invited user will receive notification through lobby.

Action Code: 73406

memberRolePermissions example value :

"action": 1

"resourceName": "GROUP:INVITE"

The invited user will have a permission to invite another user to the group

func (*Client) JoinGroupV1 deprecated

Deprecated: 2022-08-10 - Use JoinGroupV1Short instead.

JoinGroupV1 join to group Required valid user authentication

This endpoint is used to join as group member

Join to the group. This endpoint will check the the the type of the group based on the groupID.

Additional Information:

* User cannot join to the group with PRIVATE type * Joining PUBLIC group type will create join request and need approval from the privileged group member to accept the request to become the member * Joining OPEN group type will make this user become member of that group immediately

This endpoint will return status field to give information whether the user is JOINED or REQUESTED to join to the specific group

Action Code: 73403

func (*Client) JoinGroupV1Short added in v0.8.0

func (a *Client) JoinGroupV1Short(params *JoinGroupV1Params, authInfo runtime.ClientAuthInfoWriter) (*JoinGroupV1Created, error)

JoinGroupV1Short join to group Required valid user authentication

This endpoint is used to join as group member

Join to the group. This endpoint will check the the the type of the group based on the groupID.

Additional Information:

* User cannot join to the group with PRIVATE type * Joining PUBLIC group type will create join request and need approval from the privileged group member to accept the request to become the member * Joining OPEN group type will make this user become member of that group immediately

This endpoint will return status field to give information whether the user is JOINED or REQUESTED to join to the specific group

Action Code: 73403

func (*Client) JoinGroupV2 deprecated added in v0.37.0

Deprecated: 2022-08-10 - Use JoinGroupV2Short instead.

JoinGroupV2 join to group Required valid user authentication

This endpoint is used to join as group member

Join to the group. This endpoint will check the the the type of the group based on the groupID.

Additional Information:

* User cannot join to the group with PRIVATE type * Joining PUBLIC group type will create join request and need approval from the privileged group member to accept the request to become the member * Joining OPEN group type will make this user become member of that group immediately

This endpoint will return status field to give information whether the user is JOINED or REQUESTED to join to the specific group

Action Code: 73403

func (*Client) JoinGroupV2Short added in v0.37.0

func (a *Client) JoinGroupV2Short(params *JoinGroupV2Params, authInfo runtime.ClientAuthInfoWriter) (*JoinGroupV2Created, error)

JoinGroupV2Short join to group Required valid user authentication

This endpoint is used to join as group member

Join to the group. This endpoint will check the the the type of the group based on the groupID.

Additional Information:

* User cannot join to the group with PRIVATE type * Joining PUBLIC group type will create join request and need approval from the privileged group member to accept the request to become the member * Joining OPEN group type will make this user become member of that group immediately

This endpoint will return status field to give information whether the user is JOINED or REQUESTED to join to the specific group

Action Code: 73403

func (*Client) KickGroupMemberPublicV1 deprecated

Deprecated: 2022-08-10 - Use KickGroupMemberPublicV1Short instead.

KickGroupMemberPublicV1 kick group member Required valid user authentication

Required Member Role Permission: "GROUP:KICK [CREATE]"

This endpoint is used to kick group member.

Kick group member. This endpoint will check the member and group information, and also the role permission of the the user who accesses this endpoint

Action Code: 73409

func (*Client) KickGroupMemberPublicV1Short added in v0.8.0

func (a *Client) KickGroupMemberPublicV1Short(params *KickGroupMemberPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*KickGroupMemberPublicV1OK, error)

KickGroupMemberPublicV1Short kick group member Required valid user authentication

Required Member Role Permission: "GROUP:KICK [CREATE]"

This endpoint is used to kick group member.

Kick group member. This endpoint will check the member and group information, and also the role permission of the the user who accesses this endpoint

Action Code: 73409

func (*Client) KickGroupMemberPublicV2 deprecated added in v0.37.0

Deprecated: 2022-08-10 - Use KickGroupMemberPublicV2Short instead.

KickGroupMemberPublicV2 kick group member Required valid user authentication

Required Member Role Permission: "GROUP:KICK [CREATE]"

This endpoint is used to kick group member.

Kick group member. This endpoint will check the member and group information, and also the role permission of the the user who accesses this endpoint

Action Code: 73409

func (*Client) KickGroupMemberPublicV2Short added in v0.37.0

func (a *Client) KickGroupMemberPublicV2Short(params *KickGroupMemberPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*KickGroupMemberPublicV2OK, error)

KickGroupMemberPublicV2Short kick group member Required valid user authentication

Required Member Role Permission: "GROUP:KICK [CREATE]"

This endpoint is used to kick group member.

Kick group member. This endpoint will check the member and group information, and also the role permission of the the user who accesses this endpoint

Action Code: 73409

func (*Client) LeaveGroupPublicV1 deprecated

Deprecated: 2022-08-10 - Use LeaveGroupPublicV1Short instead.

LeaveGroupPublicV1 leave group Required valid user authentication

This endpoint is used to leave from group.

leave from group. Admin is not allowed to leave the group. This endpoint will also give response if the user does not belong to any group.

Action Code: 73404

func (*Client) LeaveGroupPublicV1Short added in v0.8.0

func (a *Client) LeaveGroupPublicV1Short(params *LeaveGroupPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*LeaveGroupPublicV1OK, error)

LeaveGroupPublicV1Short leave group Required valid user authentication

This endpoint is used to leave from group.

leave from group. Admin is not allowed to leave the group. This endpoint will also give response if the user does not belong to any group.

Action Code: 73404

func (*Client) LeaveGroupPublicV2 deprecated added in v0.37.0

Deprecated: 2022-08-10 - Use LeaveGroupPublicV2Short instead.

LeaveGroupPublicV2 leave group Required valid user authentication

This endpoint is used to leave from group.

leave from group. Admin is not allowed to leave the group. This endpoint will also give response if the user does not belong to any group.

Action Code: 73404

func (*Client) LeaveGroupPublicV2Short added in v0.37.0

func (a *Client) LeaveGroupPublicV2Short(params *LeaveGroupPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*LeaveGroupPublicV2OK, error)

LeaveGroupPublicV2Short leave group Required valid user authentication

This endpoint is used to leave from group.

leave from group. Admin is not allowed to leave the group. This endpoint will also give response if the user does not belong to any group.

Action Code: 73404

func (*Client) RejectGroupInvitationPublicV1 deprecated

Deprecated: 2022-08-10 - Use RejectGroupInvitationPublicV1Short instead.

RejectGroupInvitationPublicV1 reject group invitation Required valid user authentication

This endpoint is used to reject group invitation.

Reject group invitation. If specific user is not invited in the specific group ID, it will show the the error to show if the user is not invited yet.

Action Code: 73402

func (*Client) RejectGroupInvitationPublicV1Short added in v0.8.0

func (a *Client) RejectGroupInvitationPublicV1Short(params *RejectGroupInvitationPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*RejectGroupInvitationPublicV1OK, error)

RejectGroupInvitationPublicV1Short reject group invitation Required valid user authentication

This endpoint is used to reject group invitation.

Reject group invitation. If specific user is not invited in the specific group ID, it will show the the error to show if the user is not invited yet.

Action Code: 73402

func (*Client) RejectGroupInvitationPublicV2 deprecated added in v0.37.0

Deprecated: 2022-08-10 - Use RejectGroupInvitationPublicV2Short instead.

RejectGroupInvitationPublicV2 reject group invitation Required valid user authentication

This endpoint is used to reject group invitation.

Reject group invitation. If specific user is not invited in the specific group ID, it will show the the error to show if the user is not invited yet.

Action Code: 73402

func (*Client) RejectGroupInvitationPublicV2Short added in v0.37.0

func (a *Client) RejectGroupInvitationPublicV2Short(params *RejectGroupInvitationPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*RejectGroupInvitationPublicV2OK, error)

RejectGroupInvitationPublicV2Short reject group invitation Required valid user authentication

This endpoint is used to reject group invitation.

Reject group invitation. If specific user is not invited in the specific group ID, it will show the the error to show if the user is not invited yet.

Action Code: 73402

func (*Client) RejectGroupJoinRequestPublicV1 deprecated

Deprecated: 2022-08-10 - Use RejectGroupJoinRequestPublicV1Short instead.

RejectGroupJoinRequestPublicV1 reject group join request Required valid user authentication

Required Member Role Permission: "GROUP:JOIN [CREATE]"

This endpoint is used to reject group join request.

Reject group join request. If specific user is not asked to join the specific group ID, it will show the the error to show if the user is not asked to join yet.

This endpoint will also check if the specific user is already joined to specific group

Action Code: 73408

func (*Client) RejectGroupJoinRequestPublicV1Short added in v0.8.0

func (a *Client) RejectGroupJoinRequestPublicV1Short(params *RejectGroupJoinRequestPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*RejectGroupJoinRequestPublicV1OK, error)

RejectGroupJoinRequestPublicV1Short reject group join request Required valid user authentication

Required Member Role Permission: "GROUP:JOIN [CREATE]"

This endpoint is used to reject group join request.

Reject group join request. If specific user is not asked to join the specific group ID, it will show the the error to show if the user is not asked to join yet.

This endpoint will also check if the specific user is already joined to specific group

Action Code: 73408

func (*Client) RejectGroupJoinRequestPublicV2 deprecated added in v0.37.0

Deprecated: 2022-08-10 - Use RejectGroupJoinRequestPublicV2Short instead.

RejectGroupJoinRequestPublicV2 reject group join request Required valid user authentication

Required Member Role Permission: "GROUP:JOIN [CREATE]"

This endpoint is used to reject group join request.

Reject group join request. If specific user is not asked to join the specific group ID, it will show the the error to show if the user is not asked to join yet.

This endpoint will also check if the specific user is already joined to specific group

Action Code: 73408

func (*Client) RejectGroupJoinRequestPublicV2Short added in v0.37.0

func (a *Client) RejectGroupJoinRequestPublicV2Short(params *RejectGroupJoinRequestPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*RejectGroupJoinRequestPublicV2OK, error)

RejectGroupJoinRequestPublicV2Short reject group join request Required valid user authentication

Required Member Role Permission: "GROUP:JOIN [CREATE]"

This endpoint is used to reject group join request.

Reject group join request. If specific user is not asked to join the specific group ID, it will show the the error to show if the user is not asked to join yet.

This endpoint will also check if the specific user is already joined to specific group

Action Code: 73408

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetGroupMembersListAdminV1(params *GetGroupMembersListAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupMembersListAdminV1OK, *GetGroupMembersListAdminV1BadRequest, *GetGroupMembersListAdminV1Unauthorized, *GetGroupMembersListAdminV1Forbidden, *GetGroupMembersListAdminV1NotFound, *GetGroupMembersListAdminV1InternalServerError, error)
	GetGroupMembersListAdminV1Short(params *GetGroupMembersListAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupMembersListAdminV1OK, error)
	AcceptGroupInvitationPublicV1(params *AcceptGroupInvitationPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*AcceptGroupInvitationPublicV1OK, *AcceptGroupInvitationPublicV1BadRequest, *AcceptGroupInvitationPublicV1Unauthorized, *AcceptGroupInvitationPublicV1Forbidden, *AcceptGroupInvitationPublicV1NotFound, *AcceptGroupInvitationPublicV1Conflict, *AcceptGroupInvitationPublicV1InternalServerError, error)
	AcceptGroupInvitationPublicV1Short(params *AcceptGroupInvitationPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*AcceptGroupInvitationPublicV1OK, error)
	RejectGroupInvitationPublicV1(params *RejectGroupInvitationPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*RejectGroupInvitationPublicV1OK, *RejectGroupInvitationPublicV1BadRequest, *RejectGroupInvitationPublicV1Unauthorized, *RejectGroupInvitationPublicV1Forbidden, *RejectGroupInvitationPublicV1NotFound, *RejectGroupInvitationPublicV1Conflict, *RejectGroupInvitationPublicV1InternalServerError, error)
	RejectGroupInvitationPublicV1Short(params *RejectGroupInvitationPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*RejectGroupInvitationPublicV1OK, error)
	JoinGroupV1(params *JoinGroupV1Params, authInfo runtime.ClientAuthInfoWriter) (*JoinGroupV1Created, *JoinGroupV1BadRequest, *JoinGroupV1Unauthorized, *JoinGroupV1Forbidden, *JoinGroupV1Conflict, *JoinGroupV1InternalServerError, error)
	JoinGroupV1Short(params *JoinGroupV1Params, authInfo runtime.ClientAuthInfoWriter) (*JoinGroupV1Created, error)
	CancelGroupJoinRequestV1(params *CancelGroupJoinRequestV1Params, authInfo runtime.ClientAuthInfoWriter) (*CancelGroupJoinRequestV1OK, *CancelGroupJoinRequestV1BadRequest, *CancelGroupJoinRequestV1Unauthorized, *CancelGroupJoinRequestV1Forbidden, *CancelGroupJoinRequestV1NotFound, *CancelGroupJoinRequestV1InternalServerError, error)
	CancelGroupJoinRequestV1Short(params *CancelGroupJoinRequestV1Params, authInfo runtime.ClientAuthInfoWriter) (*CancelGroupJoinRequestV1OK, error)
	GetGroupMembersListPublicV1(params *GetGroupMembersListPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupMembersListPublicV1OK, *GetGroupMembersListPublicV1BadRequest, *GetGroupMembersListPublicV1Unauthorized, *GetGroupMembersListPublicV1Forbidden, *GetGroupMembersListPublicV1NotFound, *GetGroupMembersListPublicV1InternalServerError, error)
	GetGroupMembersListPublicV1Short(params *GetGroupMembersListPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupMembersListPublicV1OK, error)
	LeaveGroupPublicV1(params *LeaveGroupPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*LeaveGroupPublicV1OK, *LeaveGroupPublicV1BadRequest, *LeaveGroupPublicV1Unauthorized, *LeaveGroupPublicV1Forbidden, *LeaveGroupPublicV1NotFound, *LeaveGroupPublicV1InternalServerError, error)
	LeaveGroupPublicV1Short(params *LeaveGroupPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*LeaveGroupPublicV1OK, error)
	GetUserGroupInformationPublicV1(params *GetUserGroupInformationPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetUserGroupInformationPublicV1OK, *GetUserGroupInformationPublicV1BadRequest, *GetUserGroupInformationPublicV1Unauthorized, *GetUserGroupInformationPublicV1Forbidden, *GetUserGroupInformationPublicV1NotFound, *GetUserGroupInformationPublicV1InternalServerError, error)
	GetUserGroupInformationPublicV1Short(params *GetUserGroupInformationPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetUserGroupInformationPublicV1OK, error)
	InviteGroupPublicV1(params *InviteGroupPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*InviteGroupPublicV1OK, *InviteGroupPublicV1BadRequest, *InviteGroupPublicV1Unauthorized, *InviteGroupPublicV1Forbidden, *InviteGroupPublicV1NotFound, *InviteGroupPublicV1Conflict, *InviteGroupPublicV1InternalServerError, error)
	InviteGroupPublicV1Short(params *InviteGroupPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*InviteGroupPublicV1OK, error)
	AcceptGroupJoinRequestPublicV1(params *AcceptGroupJoinRequestPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*AcceptGroupJoinRequestPublicV1OK, *AcceptGroupJoinRequestPublicV1BadRequest, *AcceptGroupJoinRequestPublicV1Unauthorized, *AcceptGroupJoinRequestPublicV1Forbidden, *AcceptGroupJoinRequestPublicV1NotFound, *AcceptGroupJoinRequestPublicV1Conflict, *AcceptGroupJoinRequestPublicV1InternalServerError, error)
	AcceptGroupJoinRequestPublicV1Short(params *AcceptGroupJoinRequestPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*AcceptGroupJoinRequestPublicV1OK, error)
	RejectGroupJoinRequestPublicV1(params *RejectGroupJoinRequestPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*RejectGroupJoinRequestPublicV1OK, *RejectGroupJoinRequestPublicV1BadRequest, *RejectGroupJoinRequestPublicV1Unauthorized, *RejectGroupJoinRequestPublicV1Forbidden, *RejectGroupJoinRequestPublicV1NotFound, *RejectGroupJoinRequestPublicV1Conflict, *RejectGroupJoinRequestPublicV1InternalServerError, error)
	RejectGroupJoinRequestPublicV1Short(params *RejectGroupJoinRequestPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*RejectGroupJoinRequestPublicV1OK, error)
	KickGroupMemberPublicV1(params *KickGroupMemberPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*KickGroupMemberPublicV1OK, *KickGroupMemberPublicV1BadRequest, *KickGroupMemberPublicV1Unauthorized, *KickGroupMemberPublicV1Forbidden, *KickGroupMemberPublicV1NotFound, *KickGroupMemberPublicV1InternalServerError, error)
	KickGroupMemberPublicV1Short(params *KickGroupMemberPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*KickGroupMemberPublicV1OK, error)
	GetUserJoinedGroupInformationPublicV2(params *GetUserJoinedGroupInformationPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetUserJoinedGroupInformationPublicV2OK, *GetUserJoinedGroupInformationPublicV2BadRequest, *GetUserJoinedGroupInformationPublicV2Unauthorized, *GetUserJoinedGroupInformationPublicV2Forbidden, *GetUserJoinedGroupInformationPublicV2NotFound, *GetUserJoinedGroupInformationPublicV2InternalServerError, error)
	GetUserJoinedGroupInformationPublicV2Short(params *GetUserJoinedGroupInformationPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetUserJoinedGroupInformationPublicV2OK, error)
	AdminGetUserGroupStatusInformationV2(params *AdminGetUserGroupStatusInformationV2Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetUserGroupStatusInformationV2OK, *AdminGetUserGroupStatusInformationV2Unauthorized, *AdminGetUserGroupStatusInformationV2Forbidden, *AdminGetUserGroupStatusInformationV2NotFound, *AdminGetUserGroupStatusInformationV2InternalServerError, error)
	AdminGetUserGroupStatusInformationV2Short(params *AdminGetUserGroupStatusInformationV2Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetUserGroupStatusInformationV2OK, error)
	AcceptGroupInvitationPublicV2(params *AcceptGroupInvitationPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*AcceptGroupInvitationPublicV2OK, *AcceptGroupInvitationPublicV2BadRequest, *AcceptGroupInvitationPublicV2Unauthorized, *AcceptGroupInvitationPublicV2Forbidden, *AcceptGroupInvitationPublicV2NotFound, *AcceptGroupInvitationPublicV2Conflict, *AcceptGroupInvitationPublicV2InternalServerError, error)
	AcceptGroupInvitationPublicV2Short(params *AcceptGroupInvitationPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*AcceptGroupInvitationPublicV2OK, error)
	RejectGroupInvitationPublicV2(params *RejectGroupInvitationPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*RejectGroupInvitationPublicV2OK, *RejectGroupInvitationPublicV2BadRequest, *RejectGroupInvitationPublicV2Unauthorized, *RejectGroupInvitationPublicV2Forbidden, *RejectGroupInvitationPublicV2NotFound, *RejectGroupInvitationPublicV2Conflict, *RejectGroupInvitationPublicV2InternalServerError, error)
	RejectGroupInvitationPublicV2Short(params *RejectGroupInvitationPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*RejectGroupInvitationPublicV2OK, error)
	JoinGroupV2(params *JoinGroupV2Params, authInfo runtime.ClientAuthInfoWriter) (*JoinGroupV2Created, *JoinGroupV2BadRequest, *JoinGroupV2Unauthorized, *JoinGroupV2Forbidden, *JoinGroupV2Conflict, *JoinGroupV2InternalServerError, error)
	JoinGroupV2Short(params *JoinGroupV2Params, authInfo runtime.ClientAuthInfoWriter) (*JoinGroupV2Created, error)
	LeaveGroupPublicV2(params *LeaveGroupPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*LeaveGroupPublicV2OK, *LeaveGroupPublicV2BadRequest, *LeaveGroupPublicV2Unauthorized, *LeaveGroupPublicV2Forbidden, *LeaveGroupPublicV2NotFound, *LeaveGroupPublicV2InternalServerError, error)
	LeaveGroupPublicV2Short(params *LeaveGroupPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*LeaveGroupPublicV2OK, error)
	GetUserGroupInformationPublicV2(params *GetUserGroupInformationPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetUserGroupInformationPublicV2OK, *GetUserGroupInformationPublicV2BadRequest, *GetUserGroupInformationPublicV2Unauthorized, *GetUserGroupInformationPublicV2Forbidden, *GetUserGroupInformationPublicV2NotFound, *GetUserGroupInformationPublicV2InternalServerError, error)
	GetUserGroupInformationPublicV2Short(params *GetUserGroupInformationPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetUserGroupInformationPublicV2OK, error)
	InviteGroupPublicV2(params *InviteGroupPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*InviteGroupPublicV2OK, *InviteGroupPublicV2BadRequest, *InviteGroupPublicV2Unauthorized, *InviteGroupPublicV2Forbidden, *InviteGroupPublicV2NotFound, *InviteGroupPublicV2Conflict, *InviteGroupPublicV2InternalServerError, error)
	InviteGroupPublicV2Short(params *InviteGroupPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*InviteGroupPublicV2OK, error)
	CancelInvitationGroupMemberV2(params *CancelInvitationGroupMemberV2Params, authInfo runtime.ClientAuthInfoWriter) (*CancelInvitationGroupMemberV2OK, *CancelInvitationGroupMemberV2BadRequest, *CancelInvitationGroupMemberV2Unauthorized, *CancelInvitationGroupMemberV2Forbidden, *CancelInvitationGroupMemberV2NotFound, *CancelInvitationGroupMemberV2InternalServerError, error)
	CancelInvitationGroupMemberV2Short(params *CancelInvitationGroupMemberV2Params, authInfo runtime.ClientAuthInfoWriter) (*CancelInvitationGroupMemberV2OK, error)
	AcceptGroupJoinRequestPublicV2(params *AcceptGroupJoinRequestPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*AcceptGroupJoinRequestPublicV2OK, *AcceptGroupJoinRequestPublicV2BadRequest, *AcceptGroupJoinRequestPublicV2Unauthorized, *AcceptGroupJoinRequestPublicV2Forbidden, *AcceptGroupJoinRequestPublicV2NotFound, *AcceptGroupJoinRequestPublicV2Conflict, *AcceptGroupJoinRequestPublicV2InternalServerError, error)
	AcceptGroupJoinRequestPublicV2Short(params *AcceptGroupJoinRequestPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*AcceptGroupJoinRequestPublicV2OK, error)
	RejectGroupJoinRequestPublicV2(params *RejectGroupJoinRequestPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*RejectGroupJoinRequestPublicV2OK, *RejectGroupJoinRequestPublicV2BadRequest, *RejectGroupJoinRequestPublicV2Unauthorized, *RejectGroupJoinRequestPublicV2Forbidden, *RejectGroupJoinRequestPublicV2NotFound, *RejectGroupJoinRequestPublicV2Conflict, *RejectGroupJoinRequestPublicV2InternalServerError, error)
	RejectGroupJoinRequestPublicV2Short(params *RejectGroupJoinRequestPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*RejectGroupJoinRequestPublicV2OK, error)
	KickGroupMemberPublicV2(params *KickGroupMemberPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*KickGroupMemberPublicV2OK, *KickGroupMemberPublicV2BadRequest, *KickGroupMemberPublicV2Unauthorized, *KickGroupMemberPublicV2Forbidden, *KickGroupMemberPublicV2NotFound, *KickGroupMemberPublicV2InternalServerError, error)
	KickGroupMemberPublicV2Short(params *KickGroupMemberPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*KickGroupMemberPublicV2OK, error)
	GetUserGroupStatusInformationV2(params *GetUserGroupStatusInformationV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetUserGroupStatusInformationV2OK, *GetUserGroupStatusInformationV2Unauthorized, *GetUserGroupStatusInformationV2Forbidden, *GetUserGroupStatusInformationV2NotFound, *GetUserGroupStatusInformationV2InternalServerError, error)
	GetUserGroupStatusInformationV2Short(params *GetUserGroupStatusInformationV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetUserGroupStatusInformationV2OK, 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 group member API client.

type GetGroupMembersListAdminV1BadRequest added in v0.7.0

type GetGroupMembersListAdminV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupMembersListAdminV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewGetGroupMembersListAdminV1BadRequest added in v0.7.0

func NewGetGroupMembersListAdminV1BadRequest() *GetGroupMembersListAdminV1BadRequest

NewGetGroupMembersListAdminV1BadRequest creates a GetGroupMembersListAdminV1BadRequest with default headers values

func (*GetGroupMembersListAdminV1BadRequest) Error added in v0.7.0

func (*GetGroupMembersListAdminV1BadRequest) GetPayload added in v0.7.0

func (*GetGroupMembersListAdminV1BadRequest) ToJSONString added in v0.25.0

func (o *GetGroupMembersListAdminV1BadRequest) ToJSONString() string

type GetGroupMembersListAdminV1Forbidden added in v0.7.0

type GetGroupMembersListAdminV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupMembersListAdminV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewGetGroupMembersListAdminV1Forbidden added in v0.7.0

func NewGetGroupMembersListAdminV1Forbidden() *GetGroupMembersListAdminV1Forbidden

NewGetGroupMembersListAdminV1Forbidden creates a GetGroupMembersListAdminV1Forbidden with default headers values

func (*GetGroupMembersListAdminV1Forbidden) Error added in v0.7.0

func (*GetGroupMembersListAdminV1Forbidden) GetPayload added in v0.7.0

func (*GetGroupMembersListAdminV1Forbidden) ToJSONString added in v0.25.0

func (o *GetGroupMembersListAdminV1Forbidden) ToJSONString() string

type GetGroupMembersListAdminV1InternalServerError added in v0.7.0

type GetGroupMembersListAdminV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupMembersListAdminV1InternalServerError handles this case with default header values.

Internal Server Error

func NewGetGroupMembersListAdminV1InternalServerError added in v0.7.0

func NewGetGroupMembersListAdminV1InternalServerError() *GetGroupMembersListAdminV1InternalServerError

NewGetGroupMembersListAdminV1InternalServerError creates a GetGroupMembersListAdminV1InternalServerError with default headers values

func (*GetGroupMembersListAdminV1InternalServerError) Error added in v0.7.0

func (*GetGroupMembersListAdminV1InternalServerError) GetPayload added in v0.7.0

func (*GetGroupMembersListAdminV1InternalServerError) ToJSONString added in v0.25.0

type GetGroupMembersListAdminV1NotFound added in v0.7.0

type GetGroupMembersListAdminV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupMembersListAdminV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73433</td><td>member group not found</td></tr></table>

func NewGetGroupMembersListAdminV1NotFound added in v0.7.0

func NewGetGroupMembersListAdminV1NotFound() *GetGroupMembersListAdminV1NotFound

NewGetGroupMembersListAdminV1NotFound creates a GetGroupMembersListAdminV1NotFound with default headers values

func (*GetGroupMembersListAdminV1NotFound) Error added in v0.7.0

func (*GetGroupMembersListAdminV1NotFound) GetPayload added in v0.7.0

func (*GetGroupMembersListAdminV1NotFound) ToJSONString added in v0.25.0

func (o *GetGroupMembersListAdminV1NotFound) ToJSONString() string

type GetGroupMembersListAdminV1OK added in v0.7.0

type GetGroupMembersListAdminV1OK struct {
	Payload *groupclientmodels.ModelsGetGroupMemberListResponseV1
}

GetGroupMembersListAdminV1OK handles this case with default header values.

OK

func NewGetGroupMembersListAdminV1OK added in v0.7.0

func NewGetGroupMembersListAdminV1OK() *GetGroupMembersListAdminV1OK

NewGetGroupMembersListAdminV1OK creates a GetGroupMembersListAdminV1OK with default headers values

func (*GetGroupMembersListAdminV1OK) Error added in v0.7.0

func (*GetGroupMembersListAdminV1OK) GetPayload added in v0.7.0

func (*GetGroupMembersListAdminV1OK) ToJSONString added in v0.25.0

func (o *GetGroupMembersListAdminV1OK) ToJSONString() string

type GetGroupMembersListAdminV1Params added in v0.7.0

type GetGroupMembersListAdminV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Limit
	  size of displayed data

	*/
	Limit *int64
	/*Offset
	  The start position that points to query data

	*/
	Offset *int64
	/*Order
	  Sort group members list by User ID with ascending as default order. Set it 'desc' for descending order

	*/
	Order *string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetGroupMembersListAdminV1Params contains all the parameters to send to the API endpoint for the get group members list admin v1 operation typically these are written to a http.Request

func NewGetGroupMembersListAdminV1Params added in v0.7.0

func NewGetGroupMembersListAdminV1Params() *GetGroupMembersListAdminV1Params

NewGetGroupMembersListAdminV1Params creates a new GetGroupMembersListAdminV1Params object with the default values initialized.

func NewGetGroupMembersListAdminV1ParamsWithContext added in v0.7.0

func NewGetGroupMembersListAdminV1ParamsWithContext(ctx context.Context) *GetGroupMembersListAdminV1Params

NewGetGroupMembersListAdminV1ParamsWithContext creates a new GetGroupMembersListAdminV1Params object with the default values initialized, and the ability to set a context for a request

func NewGetGroupMembersListAdminV1ParamsWithHTTPClient added in v0.7.0

func NewGetGroupMembersListAdminV1ParamsWithHTTPClient(client *http.Client) *GetGroupMembersListAdminV1Params

NewGetGroupMembersListAdminV1ParamsWithHTTPClient creates a new GetGroupMembersListAdminV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetGroupMembersListAdminV1ParamsWithTimeout added in v0.7.0

func NewGetGroupMembersListAdminV1ParamsWithTimeout(timeout time.Duration) *GetGroupMembersListAdminV1Params

NewGetGroupMembersListAdminV1ParamsWithTimeout creates a new GetGroupMembersListAdminV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*GetGroupMembersListAdminV1Params) SetAuthInfoWriter added in v0.17.0

func (o *GetGroupMembersListAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) SetContext added in v0.7.0

SetContext adds the context to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) SetFlightId added in v0.63.0

func (o *GetGroupMembersListAdminV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetGroupMembersListAdminV1Params) SetGroupID added in v0.7.0

func (o *GetGroupMembersListAdminV1Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) SetHTTPClient added in v0.7.0

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

SetHTTPClient adds the HTTPClient to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) SetHTTPClientTransport added in v0.19.0

func (o *GetGroupMembersListAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) SetLimit added in v0.7.0

func (o *GetGroupMembersListAdminV1Params) SetLimit(limit *int64)

SetLimit adds the limit to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) SetNamespace added in v0.7.0

func (o *GetGroupMembersListAdminV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) SetOffset added in v0.7.0

func (o *GetGroupMembersListAdminV1Params) SetOffset(offset *int64)

SetOffset adds the offset to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) SetOrder added in v0.7.0

func (o *GetGroupMembersListAdminV1Params) SetOrder(order *string)

SetOrder adds the order to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) SetTimeout added in v0.7.0

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

SetTimeout adds the timeout to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) WithContext added in v0.7.0

WithContext adds the context to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) WithGroupID added in v0.7.0

WithGroupID adds the groupID to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) WithHTTPClient added in v0.7.0

WithHTTPClient adds the HTTPClient to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) WithLimit added in v0.7.0

WithLimit adds the limit to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) WithNamespace added in v0.7.0

WithNamespace adds the namespace to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) WithOffset added in v0.7.0

WithOffset adds the offset to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) WithOrder added in v0.7.0

WithOrder adds the order to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) WithTimeout added in v0.7.0

WithTimeout adds the timeout to the get group members list admin v1 params

func (*GetGroupMembersListAdminV1Params) WriteToRequest added in v0.7.0

WriteToRequest writes these params to a swagger request

type GetGroupMembersListAdminV1Reader added in v0.7.0

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

GetGroupMembersListAdminV1Reader is a Reader for the GetGroupMembersListAdminV1 structure.

func (*GetGroupMembersListAdminV1Reader) ReadResponse added in v0.7.0

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

ReadResponse reads a server response into the received o.

type GetGroupMembersListAdminV1Unauthorized added in v0.7.0

type GetGroupMembersListAdminV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupMembersListAdminV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewGetGroupMembersListAdminV1Unauthorized added in v0.7.0

func NewGetGroupMembersListAdminV1Unauthorized() *GetGroupMembersListAdminV1Unauthorized

NewGetGroupMembersListAdminV1Unauthorized creates a GetGroupMembersListAdminV1Unauthorized with default headers values

func (*GetGroupMembersListAdminV1Unauthorized) Error added in v0.7.0

func (*GetGroupMembersListAdminV1Unauthorized) GetPayload added in v0.7.0

func (*GetGroupMembersListAdminV1Unauthorized) ToJSONString added in v0.25.0

type GetGroupMembersListPublicV1BadRequest

type GetGroupMembersListPublicV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupMembersListPublicV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewGetGroupMembersListPublicV1BadRequest

func NewGetGroupMembersListPublicV1BadRequest() *GetGroupMembersListPublicV1BadRequest

NewGetGroupMembersListPublicV1BadRequest creates a GetGroupMembersListPublicV1BadRequest with default headers values

func (*GetGroupMembersListPublicV1BadRequest) Error

func (*GetGroupMembersListPublicV1BadRequest) GetPayload

func (*GetGroupMembersListPublicV1BadRequest) ToJSONString added in v0.25.0

type GetGroupMembersListPublicV1Forbidden

type GetGroupMembersListPublicV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupMembersListPublicV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewGetGroupMembersListPublicV1Forbidden

func NewGetGroupMembersListPublicV1Forbidden() *GetGroupMembersListPublicV1Forbidden

NewGetGroupMembersListPublicV1Forbidden creates a GetGroupMembersListPublicV1Forbidden with default headers values

func (*GetGroupMembersListPublicV1Forbidden) Error

func (*GetGroupMembersListPublicV1Forbidden) GetPayload

func (*GetGroupMembersListPublicV1Forbidden) ToJSONString added in v0.25.0

func (o *GetGroupMembersListPublicV1Forbidden) ToJSONString() string

type GetGroupMembersListPublicV1InternalServerError

type GetGroupMembersListPublicV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupMembersListPublicV1InternalServerError handles this case with default header values.

Internal Server Error

func NewGetGroupMembersListPublicV1InternalServerError

func NewGetGroupMembersListPublicV1InternalServerError() *GetGroupMembersListPublicV1InternalServerError

NewGetGroupMembersListPublicV1InternalServerError creates a GetGroupMembersListPublicV1InternalServerError with default headers values

func (*GetGroupMembersListPublicV1InternalServerError) Error

func (*GetGroupMembersListPublicV1InternalServerError) GetPayload

func (*GetGroupMembersListPublicV1InternalServerError) ToJSONString added in v0.25.0

type GetGroupMembersListPublicV1NotFound

type GetGroupMembersListPublicV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupMembersListPublicV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73433</td><td>member group not found</td></tr></table>

func NewGetGroupMembersListPublicV1NotFound

func NewGetGroupMembersListPublicV1NotFound() *GetGroupMembersListPublicV1NotFound

NewGetGroupMembersListPublicV1NotFound creates a GetGroupMembersListPublicV1NotFound with default headers values

func (*GetGroupMembersListPublicV1NotFound) Error

func (*GetGroupMembersListPublicV1NotFound) GetPayload

func (*GetGroupMembersListPublicV1NotFound) ToJSONString added in v0.25.0

func (o *GetGroupMembersListPublicV1NotFound) ToJSONString() string

type GetGroupMembersListPublicV1OK

type GetGroupMembersListPublicV1OK struct {
	Payload *groupclientmodels.ModelsGetGroupMemberListResponseV1
}

GetGroupMembersListPublicV1OK handles this case with default header values.

OK

func NewGetGroupMembersListPublicV1OK

func NewGetGroupMembersListPublicV1OK() *GetGroupMembersListPublicV1OK

NewGetGroupMembersListPublicV1OK creates a GetGroupMembersListPublicV1OK with default headers values

func (*GetGroupMembersListPublicV1OK) Error

func (*GetGroupMembersListPublicV1OK) GetPayload

func (*GetGroupMembersListPublicV1OK) ToJSONString added in v0.25.0

func (o *GetGroupMembersListPublicV1OK) ToJSONString() string

type GetGroupMembersListPublicV1Params

type GetGroupMembersListPublicV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Limit
	  size of displayed data

	*/
	Limit *int64
	/*Offset
	  The start position that points to query data

	*/
	Offset *int64
	/*Order
	  Sort group members list by User ID with ascending as default order. Set it 'desc' for descending order

	*/
	Order *string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetGroupMembersListPublicV1Params contains all the parameters to send to the API endpoint for the get group members list public v1 operation typically these are written to a http.Request

func NewGetGroupMembersListPublicV1Params

func NewGetGroupMembersListPublicV1Params() *GetGroupMembersListPublicV1Params

NewGetGroupMembersListPublicV1Params creates a new GetGroupMembersListPublicV1Params object with the default values initialized.

func NewGetGroupMembersListPublicV1ParamsWithContext

func NewGetGroupMembersListPublicV1ParamsWithContext(ctx context.Context) *GetGroupMembersListPublicV1Params

NewGetGroupMembersListPublicV1ParamsWithContext creates a new GetGroupMembersListPublicV1Params object with the default values initialized, and the ability to set a context for a request

func NewGetGroupMembersListPublicV1ParamsWithHTTPClient

func NewGetGroupMembersListPublicV1ParamsWithHTTPClient(client *http.Client) *GetGroupMembersListPublicV1Params

NewGetGroupMembersListPublicV1ParamsWithHTTPClient creates a new GetGroupMembersListPublicV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetGroupMembersListPublicV1ParamsWithTimeout

func NewGetGroupMembersListPublicV1ParamsWithTimeout(timeout time.Duration) *GetGroupMembersListPublicV1Params

NewGetGroupMembersListPublicV1ParamsWithTimeout creates a new GetGroupMembersListPublicV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*GetGroupMembersListPublicV1Params) SetAuthInfoWriter added in v0.17.0

func (o *GetGroupMembersListPublicV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) SetContext

SetContext adds the context to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) SetFlightId added in v0.63.0

func (o *GetGroupMembersListPublicV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetGroupMembersListPublicV1Params) SetGroupID

func (o *GetGroupMembersListPublicV1Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) SetHTTPClientTransport added in v0.19.0

func (o *GetGroupMembersListPublicV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) SetLimit

func (o *GetGroupMembersListPublicV1Params) SetLimit(limit *int64)

SetLimit adds the limit to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) SetNamespace

func (o *GetGroupMembersListPublicV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) SetOffset

func (o *GetGroupMembersListPublicV1Params) SetOffset(offset *int64)

SetOffset adds the offset to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) SetOrder

func (o *GetGroupMembersListPublicV1Params) SetOrder(order *string)

SetOrder adds the order to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) SetTimeout

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

SetTimeout adds the timeout to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) WithContext

WithContext adds the context to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) WithGroupID

WithGroupID adds the groupID to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) WithLimit

WithLimit adds the limit to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) WithNamespace

WithNamespace adds the namespace to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) WithOffset

WithOffset adds the offset to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) WithOrder

WithOrder adds the order to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) WithTimeout

WithTimeout adds the timeout to the get group members list public v1 params

func (*GetGroupMembersListPublicV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGroupMembersListPublicV1Reader

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

GetGroupMembersListPublicV1Reader is a Reader for the GetGroupMembersListPublicV1 structure.

func (*GetGroupMembersListPublicV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGroupMembersListPublicV1Unauthorized

type GetGroupMembersListPublicV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupMembersListPublicV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewGetGroupMembersListPublicV1Unauthorized

func NewGetGroupMembersListPublicV1Unauthorized() *GetGroupMembersListPublicV1Unauthorized

NewGetGroupMembersListPublicV1Unauthorized creates a GetGroupMembersListPublicV1Unauthorized with default headers values

func (*GetGroupMembersListPublicV1Unauthorized) Error

func (*GetGroupMembersListPublicV1Unauthorized) GetPayload

func (*GetGroupMembersListPublicV1Unauthorized) ToJSONString added in v0.25.0

type GetUserGroupInformationPublicV1BadRequest

type GetUserGroupInformationPublicV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserGroupInformationPublicV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewGetUserGroupInformationPublicV1BadRequest

func NewGetUserGroupInformationPublicV1BadRequest() *GetUserGroupInformationPublicV1BadRequest

NewGetUserGroupInformationPublicV1BadRequest creates a GetUserGroupInformationPublicV1BadRequest with default headers values

func (*GetUserGroupInformationPublicV1BadRequest) Error

func (*GetUserGroupInformationPublicV1BadRequest) GetPayload

func (*GetUserGroupInformationPublicV1BadRequest) ToJSONString added in v0.25.0

type GetUserGroupInformationPublicV1Forbidden

type GetUserGroupInformationPublicV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserGroupInformationPublicV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewGetUserGroupInformationPublicV1Forbidden

func NewGetUserGroupInformationPublicV1Forbidden() *GetUserGroupInformationPublicV1Forbidden

NewGetUserGroupInformationPublicV1Forbidden creates a GetUserGroupInformationPublicV1Forbidden with default headers values

func (*GetUserGroupInformationPublicV1Forbidden) Error

func (*GetUserGroupInformationPublicV1Forbidden) GetPayload

func (*GetUserGroupInformationPublicV1Forbidden) ToJSONString added in v0.25.0

type GetUserGroupInformationPublicV1InternalServerError

type GetUserGroupInformationPublicV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserGroupInformationPublicV1InternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserGroupInformationPublicV1InternalServerError

func NewGetUserGroupInformationPublicV1InternalServerError() *GetUserGroupInformationPublicV1InternalServerError

NewGetUserGroupInformationPublicV1InternalServerError creates a GetUserGroupInformationPublicV1InternalServerError with default headers values

func (*GetUserGroupInformationPublicV1InternalServerError) Error

func (*GetUserGroupInformationPublicV1InternalServerError) GetPayload

func (*GetUserGroupInformationPublicV1InternalServerError) ToJSONString added in v0.25.0

type GetUserGroupInformationPublicV1NotFound

type GetUserGroupInformationPublicV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserGroupInformationPublicV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73034</td><td>user not belong to any group</td></tr></table>

func NewGetUserGroupInformationPublicV1NotFound

func NewGetUserGroupInformationPublicV1NotFound() *GetUserGroupInformationPublicV1NotFound

NewGetUserGroupInformationPublicV1NotFound creates a GetUserGroupInformationPublicV1NotFound with default headers values

func (*GetUserGroupInformationPublicV1NotFound) Error

func (*GetUserGroupInformationPublicV1NotFound) GetPayload

func (*GetUserGroupInformationPublicV1NotFound) ToJSONString added in v0.25.0

type GetUserGroupInformationPublicV1OK

type GetUserGroupInformationPublicV1OK struct {
	Payload *groupclientmodels.ModelsGetUserGroupInformationResponseV1
}

GetUserGroupInformationPublicV1OK handles this case with default header values.

OK

func NewGetUserGroupInformationPublicV1OK

func NewGetUserGroupInformationPublicV1OK() *GetUserGroupInformationPublicV1OK

NewGetUserGroupInformationPublicV1OK creates a GetUserGroupInformationPublicV1OK with default headers values

func (*GetUserGroupInformationPublicV1OK) Error

func (*GetUserGroupInformationPublicV1OK) GetPayload

func (*GetUserGroupInformationPublicV1OK) ToJSONString added in v0.25.0

func (o *GetUserGroupInformationPublicV1OK) ToJSONString() string

type GetUserGroupInformationPublicV1Params

type GetUserGroupInformationPublicV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetUserGroupInformationPublicV1Params contains all the parameters to send to the API endpoint for the get user group information public v1 operation typically these are written to a http.Request

func NewGetUserGroupInformationPublicV1Params

func NewGetUserGroupInformationPublicV1Params() *GetUserGroupInformationPublicV1Params

NewGetUserGroupInformationPublicV1Params creates a new GetUserGroupInformationPublicV1Params object with the default values initialized.

func NewGetUserGroupInformationPublicV1ParamsWithContext

func NewGetUserGroupInformationPublicV1ParamsWithContext(ctx context.Context) *GetUserGroupInformationPublicV1Params

NewGetUserGroupInformationPublicV1ParamsWithContext creates a new GetUserGroupInformationPublicV1Params object with the default values initialized, and the ability to set a context for a request

func NewGetUserGroupInformationPublicV1ParamsWithHTTPClient

func NewGetUserGroupInformationPublicV1ParamsWithHTTPClient(client *http.Client) *GetUserGroupInformationPublicV1Params

NewGetUserGroupInformationPublicV1ParamsWithHTTPClient creates a new GetUserGroupInformationPublicV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetUserGroupInformationPublicV1ParamsWithTimeout

func NewGetUserGroupInformationPublicV1ParamsWithTimeout(timeout time.Duration) *GetUserGroupInformationPublicV1Params

NewGetUserGroupInformationPublicV1ParamsWithTimeout creates a new GetUserGroupInformationPublicV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*GetUserGroupInformationPublicV1Params) SetAuthInfoWriter added in v0.17.0

func (o *GetUserGroupInformationPublicV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get user group information public v1 params

func (*GetUserGroupInformationPublicV1Params) SetContext

SetContext adds the context to the get user group information public v1 params

func (*GetUserGroupInformationPublicV1Params) SetFlightId added in v0.63.0

func (o *GetUserGroupInformationPublicV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetUserGroupInformationPublicV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user group information public v1 params

func (*GetUserGroupInformationPublicV1Params) SetHTTPClientTransport added in v0.19.0

func (o *GetUserGroupInformationPublicV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get user group information public v1 params

func (*GetUserGroupInformationPublicV1Params) SetNamespace

func (o *GetUserGroupInformationPublicV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get user group information public v1 params

func (*GetUserGroupInformationPublicV1Params) SetTimeout

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

SetTimeout adds the timeout to the get user group information public v1 params

func (*GetUserGroupInformationPublicV1Params) SetUserID

func (o *GetUserGroupInformationPublicV1Params) SetUserID(userID string)

SetUserID adds the userId to the get user group information public v1 params

func (*GetUserGroupInformationPublicV1Params) WithContext

WithContext adds the context to the get user group information public v1 params

func (*GetUserGroupInformationPublicV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user group information public v1 params

func (*GetUserGroupInformationPublicV1Params) WithNamespace

WithNamespace adds the namespace to the get user group information public v1 params

func (*GetUserGroupInformationPublicV1Params) WithTimeout

WithTimeout adds the timeout to the get user group information public v1 params

func (*GetUserGroupInformationPublicV1Params) WithUserID

WithUserID adds the userID to the get user group information public v1 params

func (*GetUserGroupInformationPublicV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserGroupInformationPublicV1Reader

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

GetUserGroupInformationPublicV1Reader is a Reader for the GetUserGroupInformationPublicV1 structure.

func (*GetUserGroupInformationPublicV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserGroupInformationPublicV1Unauthorized

type GetUserGroupInformationPublicV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserGroupInformationPublicV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewGetUserGroupInformationPublicV1Unauthorized

func NewGetUserGroupInformationPublicV1Unauthorized() *GetUserGroupInformationPublicV1Unauthorized

NewGetUserGroupInformationPublicV1Unauthorized creates a GetUserGroupInformationPublicV1Unauthorized with default headers values

func (*GetUserGroupInformationPublicV1Unauthorized) Error

func (*GetUserGroupInformationPublicV1Unauthorized) GetPayload

func (*GetUserGroupInformationPublicV1Unauthorized) ToJSONString added in v0.25.0

type GetUserGroupInformationPublicV2BadRequest added in v0.37.0

type GetUserGroupInformationPublicV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserGroupInformationPublicV2BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewGetUserGroupInformationPublicV2BadRequest added in v0.37.0

func NewGetUserGroupInformationPublicV2BadRequest() *GetUserGroupInformationPublicV2BadRequest

NewGetUserGroupInformationPublicV2BadRequest creates a GetUserGroupInformationPublicV2BadRequest with default headers values

func (*GetUserGroupInformationPublicV2BadRequest) Error added in v0.37.0

func (*GetUserGroupInformationPublicV2BadRequest) GetPayload added in v0.37.0

func (*GetUserGroupInformationPublicV2BadRequest) ToJSONString added in v0.37.0

type GetUserGroupInformationPublicV2Forbidden added in v0.37.0

type GetUserGroupInformationPublicV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserGroupInformationPublicV2Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewGetUserGroupInformationPublicV2Forbidden added in v0.37.0

func NewGetUserGroupInformationPublicV2Forbidden() *GetUserGroupInformationPublicV2Forbidden

NewGetUserGroupInformationPublicV2Forbidden creates a GetUserGroupInformationPublicV2Forbidden with default headers values

func (*GetUserGroupInformationPublicV2Forbidden) Error added in v0.37.0

func (*GetUserGroupInformationPublicV2Forbidden) GetPayload added in v0.37.0

func (*GetUserGroupInformationPublicV2Forbidden) ToJSONString added in v0.37.0

type GetUserGroupInformationPublicV2InternalServerError added in v0.37.0

type GetUserGroupInformationPublicV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserGroupInformationPublicV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserGroupInformationPublicV2InternalServerError added in v0.37.0

func NewGetUserGroupInformationPublicV2InternalServerError() *GetUserGroupInformationPublicV2InternalServerError

NewGetUserGroupInformationPublicV2InternalServerError creates a GetUserGroupInformationPublicV2InternalServerError with default headers values

func (*GetUserGroupInformationPublicV2InternalServerError) Error added in v0.37.0

func (*GetUserGroupInformationPublicV2InternalServerError) GetPayload added in v0.37.0

func (*GetUserGroupInformationPublicV2InternalServerError) ToJSONString added in v0.37.0

type GetUserGroupInformationPublicV2NotFound added in v0.37.0

type GetUserGroupInformationPublicV2NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserGroupInformationPublicV2NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73034</td><td>user not belong to any group</td></tr></table>

func NewGetUserGroupInformationPublicV2NotFound added in v0.37.0

func NewGetUserGroupInformationPublicV2NotFound() *GetUserGroupInformationPublicV2NotFound

NewGetUserGroupInformationPublicV2NotFound creates a GetUserGroupInformationPublicV2NotFound with default headers values

func (*GetUserGroupInformationPublicV2NotFound) Error added in v0.37.0

func (*GetUserGroupInformationPublicV2NotFound) GetPayload added in v0.37.0

func (*GetUserGroupInformationPublicV2NotFound) ToJSONString added in v0.37.0

type GetUserGroupInformationPublicV2OK added in v0.37.0

type GetUserGroupInformationPublicV2OK struct {
	Payload *groupclientmodels.ModelsGetGroupMemberListResponseV1
}

GetUserGroupInformationPublicV2OK handles this case with default header values.

OK

func NewGetUserGroupInformationPublicV2OK added in v0.37.0

func NewGetUserGroupInformationPublicV2OK() *GetUserGroupInformationPublicV2OK

NewGetUserGroupInformationPublicV2OK creates a GetUserGroupInformationPublicV2OK with default headers values

func (*GetUserGroupInformationPublicV2OK) Error added in v0.37.0

func (*GetUserGroupInformationPublicV2OK) GetPayload added in v0.37.0

func (*GetUserGroupInformationPublicV2OK) ToJSONString added in v0.37.0

func (o *GetUserGroupInformationPublicV2OK) ToJSONString() string

type GetUserGroupInformationPublicV2Params added in v0.37.0

type GetUserGroupInformationPublicV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Limit
	  size of displayed data

	*/
	Limit *int64
	/*Offset
	  The start position that points to query data

	*/
	Offset *int64

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetUserGroupInformationPublicV2Params contains all the parameters to send to the API endpoint for the get user group information public v2 operation typically these are written to a http.Request

func NewGetUserGroupInformationPublicV2Params added in v0.37.0

func NewGetUserGroupInformationPublicV2Params() *GetUserGroupInformationPublicV2Params

NewGetUserGroupInformationPublicV2Params creates a new GetUserGroupInformationPublicV2Params object with the default values initialized.

func NewGetUserGroupInformationPublicV2ParamsWithContext added in v0.37.0

func NewGetUserGroupInformationPublicV2ParamsWithContext(ctx context.Context) *GetUserGroupInformationPublicV2Params

NewGetUserGroupInformationPublicV2ParamsWithContext creates a new GetUserGroupInformationPublicV2Params object with the default values initialized, and the ability to set a context for a request

func NewGetUserGroupInformationPublicV2ParamsWithHTTPClient added in v0.37.0

func NewGetUserGroupInformationPublicV2ParamsWithHTTPClient(client *http.Client) *GetUserGroupInformationPublicV2Params

NewGetUserGroupInformationPublicV2ParamsWithHTTPClient creates a new GetUserGroupInformationPublicV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetUserGroupInformationPublicV2ParamsWithTimeout added in v0.37.0

func NewGetUserGroupInformationPublicV2ParamsWithTimeout(timeout time.Duration) *GetUserGroupInformationPublicV2Params

NewGetUserGroupInformationPublicV2ParamsWithTimeout creates a new GetUserGroupInformationPublicV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*GetUserGroupInformationPublicV2Params) SetAuthInfoWriter added in v0.37.0

func (o *GetUserGroupInformationPublicV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get user group information public v2 params

func (*GetUserGroupInformationPublicV2Params) SetContext added in v0.37.0

SetContext adds the context to the get user group information public v2 params

func (*GetUserGroupInformationPublicV2Params) SetFlightId added in v0.63.0

func (o *GetUserGroupInformationPublicV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetUserGroupInformationPublicV2Params) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the get user group information public v2 params

func (*GetUserGroupInformationPublicV2Params) SetHTTPClientTransport added in v0.37.0

func (o *GetUserGroupInformationPublicV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get user group information public v2 params

func (*GetUserGroupInformationPublicV2Params) SetLimit added in v0.37.0

func (o *GetUserGroupInformationPublicV2Params) SetLimit(limit *int64)

SetLimit adds the limit to the get user group information public v2 params

func (*GetUserGroupInformationPublicV2Params) SetNamespace added in v0.37.0

func (o *GetUserGroupInformationPublicV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get user group information public v2 params

func (*GetUserGroupInformationPublicV2Params) SetOffset added in v0.37.0

func (o *GetUserGroupInformationPublicV2Params) SetOffset(offset *int64)

SetOffset adds the offset to the get user group information public v2 params

func (*GetUserGroupInformationPublicV2Params) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the get user group information public v2 params

func (*GetUserGroupInformationPublicV2Params) WithContext added in v0.37.0

WithContext adds the context to the get user group information public v2 params

func (*GetUserGroupInformationPublicV2Params) WithHTTPClient added in v0.37.0

WithHTTPClient adds the HTTPClient to the get user group information public v2 params

func (*GetUserGroupInformationPublicV2Params) WithLimit added in v0.37.0

WithLimit adds the limit to the get user group information public v2 params

func (*GetUserGroupInformationPublicV2Params) WithNamespace added in v0.37.0

WithNamespace adds the namespace to the get user group information public v2 params

func (*GetUserGroupInformationPublicV2Params) WithOffset added in v0.37.0

WithOffset adds the offset to the get user group information public v2 params

func (*GetUserGroupInformationPublicV2Params) WithTimeout added in v0.37.0

WithTimeout adds the timeout to the get user group information public v2 params

func (*GetUserGroupInformationPublicV2Params) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type GetUserGroupInformationPublicV2Reader added in v0.37.0

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

GetUserGroupInformationPublicV2Reader is a Reader for the GetUserGroupInformationPublicV2 structure.

func (*GetUserGroupInformationPublicV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type GetUserGroupInformationPublicV2Unauthorized added in v0.37.0

type GetUserGroupInformationPublicV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserGroupInformationPublicV2Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewGetUserGroupInformationPublicV2Unauthorized added in v0.37.0

func NewGetUserGroupInformationPublicV2Unauthorized() *GetUserGroupInformationPublicV2Unauthorized

NewGetUserGroupInformationPublicV2Unauthorized creates a GetUserGroupInformationPublicV2Unauthorized with default headers values

func (*GetUserGroupInformationPublicV2Unauthorized) Error added in v0.37.0

func (*GetUserGroupInformationPublicV2Unauthorized) GetPayload added in v0.37.0

func (*GetUserGroupInformationPublicV2Unauthorized) ToJSONString added in v0.37.0

type GetUserGroupStatusInformationV2Forbidden added in v0.37.0

type GetUserGroupStatusInformationV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserGroupStatusInformationV2Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr><tr><td>73036</td><td>insufficient member role permission</td></tr></table>

func NewGetUserGroupStatusInformationV2Forbidden added in v0.37.0

func NewGetUserGroupStatusInformationV2Forbidden() *GetUserGroupStatusInformationV2Forbidden

NewGetUserGroupStatusInformationV2Forbidden creates a GetUserGroupStatusInformationV2Forbidden with default headers values

func (*GetUserGroupStatusInformationV2Forbidden) Error added in v0.37.0

func (*GetUserGroupStatusInformationV2Forbidden) GetPayload added in v0.37.0

func (*GetUserGroupStatusInformationV2Forbidden) ToJSONString added in v0.37.0

type GetUserGroupStatusInformationV2InternalServerError added in v0.37.0

type GetUserGroupStatusInformationV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserGroupStatusInformationV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserGroupStatusInformationV2InternalServerError added in v0.37.0

func NewGetUserGroupStatusInformationV2InternalServerError() *GetUserGroupStatusInformationV2InternalServerError

NewGetUserGroupStatusInformationV2InternalServerError creates a GetUserGroupStatusInformationV2InternalServerError with default headers values

func (*GetUserGroupStatusInformationV2InternalServerError) Error added in v0.37.0

func (*GetUserGroupStatusInformationV2InternalServerError) GetPayload added in v0.37.0

func (*GetUserGroupStatusInformationV2InternalServerError) ToJSONString added in v0.37.0

type GetUserGroupStatusInformationV2NotFound added in v0.37.0

type GetUserGroupStatusInformationV2NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserGroupStatusInformationV2NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73433</td><td>member group not found</td></tr><tr><td>73034</td><td>user not belong to any group</td></tr></table>

func NewGetUserGroupStatusInformationV2NotFound added in v0.37.0

func NewGetUserGroupStatusInformationV2NotFound() *GetUserGroupStatusInformationV2NotFound

NewGetUserGroupStatusInformationV2NotFound creates a GetUserGroupStatusInformationV2NotFound with default headers values

func (*GetUserGroupStatusInformationV2NotFound) Error added in v0.37.0

func (*GetUserGroupStatusInformationV2NotFound) GetPayload added in v0.37.0

func (*GetUserGroupStatusInformationV2NotFound) ToJSONString added in v0.37.0

type GetUserGroupStatusInformationV2OK added in v0.37.0

type GetUserGroupStatusInformationV2OK struct {
	Payload *groupclientmodels.ModelsGetUserGroupInformationResponseV1
}

GetUserGroupStatusInformationV2OK handles this case with default header values.

OK

func NewGetUserGroupStatusInformationV2OK added in v0.37.0

func NewGetUserGroupStatusInformationV2OK() *GetUserGroupStatusInformationV2OK

NewGetUserGroupStatusInformationV2OK creates a GetUserGroupStatusInformationV2OK with default headers values

func (*GetUserGroupStatusInformationV2OK) Error added in v0.37.0

func (*GetUserGroupStatusInformationV2OK) GetPayload added in v0.37.0

func (*GetUserGroupStatusInformationV2OK) ToJSONString added in v0.37.0

func (o *GetUserGroupStatusInformationV2OK) ToJSONString() string

type GetUserGroupStatusInformationV2Params added in v0.37.0

type GetUserGroupStatusInformationV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetUserGroupStatusInformationV2Params contains all the parameters to send to the API endpoint for the get user group status information v2 operation typically these are written to a http.Request

func NewGetUserGroupStatusInformationV2Params added in v0.37.0

func NewGetUserGroupStatusInformationV2Params() *GetUserGroupStatusInformationV2Params

NewGetUserGroupStatusInformationV2Params creates a new GetUserGroupStatusInformationV2Params object with the default values initialized.

func NewGetUserGroupStatusInformationV2ParamsWithContext added in v0.37.0

func NewGetUserGroupStatusInformationV2ParamsWithContext(ctx context.Context) *GetUserGroupStatusInformationV2Params

NewGetUserGroupStatusInformationV2ParamsWithContext creates a new GetUserGroupStatusInformationV2Params object with the default values initialized, and the ability to set a context for a request

func NewGetUserGroupStatusInformationV2ParamsWithHTTPClient added in v0.37.0

func NewGetUserGroupStatusInformationV2ParamsWithHTTPClient(client *http.Client) *GetUserGroupStatusInformationV2Params

NewGetUserGroupStatusInformationV2ParamsWithHTTPClient creates a new GetUserGroupStatusInformationV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetUserGroupStatusInformationV2ParamsWithTimeout added in v0.37.0

func NewGetUserGroupStatusInformationV2ParamsWithTimeout(timeout time.Duration) *GetUserGroupStatusInformationV2Params

NewGetUserGroupStatusInformationV2ParamsWithTimeout creates a new GetUserGroupStatusInformationV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*GetUserGroupStatusInformationV2Params) SetAuthInfoWriter added in v0.37.0

func (o *GetUserGroupStatusInformationV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get user group status information v2 params

func (*GetUserGroupStatusInformationV2Params) SetContext added in v0.37.0

SetContext adds the context to the get user group status information v2 params

func (*GetUserGroupStatusInformationV2Params) SetFlightId added in v0.63.0

func (o *GetUserGroupStatusInformationV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetUserGroupStatusInformationV2Params) SetGroupID added in v0.37.0

func (o *GetUserGroupStatusInformationV2Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the get user group status information v2 params

func (*GetUserGroupStatusInformationV2Params) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the get user group status information v2 params

func (*GetUserGroupStatusInformationV2Params) SetHTTPClientTransport added in v0.37.0

func (o *GetUserGroupStatusInformationV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get user group status information v2 params

func (*GetUserGroupStatusInformationV2Params) SetNamespace added in v0.37.0

func (o *GetUserGroupStatusInformationV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get user group status information v2 params

func (*GetUserGroupStatusInformationV2Params) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the get user group status information v2 params

func (*GetUserGroupStatusInformationV2Params) SetUserID added in v0.37.0

func (o *GetUserGroupStatusInformationV2Params) SetUserID(userID string)

SetUserID adds the userId to the get user group status information v2 params

func (*GetUserGroupStatusInformationV2Params) WithContext added in v0.37.0

WithContext adds the context to the get user group status information v2 params

func (*GetUserGroupStatusInformationV2Params) WithGroupID added in v0.37.0

WithGroupID adds the groupID to the get user group status information v2 params

func (*GetUserGroupStatusInformationV2Params) WithHTTPClient added in v0.37.0

WithHTTPClient adds the HTTPClient to the get user group status information v2 params

func (*GetUserGroupStatusInformationV2Params) WithNamespace added in v0.37.0

WithNamespace adds the namespace to the get user group status information v2 params

func (*GetUserGroupStatusInformationV2Params) WithTimeout added in v0.37.0

WithTimeout adds the timeout to the get user group status information v2 params

func (*GetUserGroupStatusInformationV2Params) WithUserID added in v0.37.0

WithUserID adds the userID to the get user group status information v2 params

func (*GetUserGroupStatusInformationV2Params) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type GetUserGroupStatusInformationV2Reader added in v0.37.0

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

GetUserGroupStatusInformationV2Reader is a Reader for the GetUserGroupStatusInformationV2 structure.

func (*GetUserGroupStatusInformationV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type GetUserGroupStatusInformationV2Unauthorized added in v0.37.0

type GetUserGroupStatusInformationV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserGroupStatusInformationV2Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewGetUserGroupStatusInformationV2Unauthorized added in v0.37.0

func NewGetUserGroupStatusInformationV2Unauthorized() *GetUserGroupStatusInformationV2Unauthorized

NewGetUserGroupStatusInformationV2Unauthorized creates a GetUserGroupStatusInformationV2Unauthorized with default headers values

func (*GetUserGroupStatusInformationV2Unauthorized) Error added in v0.37.0

func (*GetUserGroupStatusInformationV2Unauthorized) GetPayload added in v0.37.0

func (*GetUserGroupStatusInformationV2Unauthorized) ToJSONString added in v0.37.0

type GetUserJoinedGroupInformationPublicV2BadRequest added in v0.37.0

type GetUserJoinedGroupInformationPublicV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserJoinedGroupInformationPublicV2BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewGetUserJoinedGroupInformationPublicV2BadRequest added in v0.37.0

func NewGetUserJoinedGroupInformationPublicV2BadRequest() *GetUserJoinedGroupInformationPublicV2BadRequest

NewGetUserJoinedGroupInformationPublicV2BadRequest creates a GetUserJoinedGroupInformationPublicV2BadRequest with default headers values

func (*GetUserJoinedGroupInformationPublicV2BadRequest) Error added in v0.37.0

func (*GetUserJoinedGroupInformationPublicV2BadRequest) GetPayload added in v0.37.0

func (*GetUserJoinedGroupInformationPublicV2BadRequest) ToJSONString added in v0.37.0

type GetUserJoinedGroupInformationPublicV2Forbidden added in v0.37.0

type GetUserJoinedGroupInformationPublicV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserJoinedGroupInformationPublicV2Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewGetUserJoinedGroupInformationPublicV2Forbidden added in v0.37.0

func NewGetUserJoinedGroupInformationPublicV2Forbidden() *GetUserJoinedGroupInformationPublicV2Forbidden

NewGetUserJoinedGroupInformationPublicV2Forbidden creates a GetUserJoinedGroupInformationPublicV2Forbidden with default headers values

func (*GetUserJoinedGroupInformationPublicV2Forbidden) Error added in v0.37.0

func (*GetUserJoinedGroupInformationPublicV2Forbidden) GetPayload added in v0.37.0

func (*GetUserJoinedGroupInformationPublicV2Forbidden) ToJSONString added in v0.37.0

type GetUserJoinedGroupInformationPublicV2InternalServerError added in v0.37.0

type GetUserJoinedGroupInformationPublicV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserJoinedGroupInformationPublicV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserJoinedGroupInformationPublicV2InternalServerError added in v0.37.0

func NewGetUserJoinedGroupInformationPublicV2InternalServerError() *GetUserJoinedGroupInformationPublicV2InternalServerError

NewGetUserJoinedGroupInformationPublicV2InternalServerError creates a GetUserJoinedGroupInformationPublicV2InternalServerError with default headers values

func (*GetUserJoinedGroupInformationPublicV2InternalServerError) Error added in v0.37.0

func (*GetUserJoinedGroupInformationPublicV2InternalServerError) GetPayload added in v0.37.0

func (*GetUserJoinedGroupInformationPublicV2InternalServerError) ToJSONString added in v0.37.0

type GetUserJoinedGroupInformationPublicV2NotFound added in v0.37.0

type GetUserJoinedGroupInformationPublicV2NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserJoinedGroupInformationPublicV2NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73034</td><td>user not belong to any group</td></tr></table>

func NewGetUserJoinedGroupInformationPublicV2NotFound added in v0.37.0

func NewGetUserJoinedGroupInformationPublicV2NotFound() *GetUserJoinedGroupInformationPublicV2NotFound

NewGetUserJoinedGroupInformationPublicV2NotFound creates a GetUserJoinedGroupInformationPublicV2NotFound with default headers values

func (*GetUserJoinedGroupInformationPublicV2NotFound) Error added in v0.37.0

func (*GetUserJoinedGroupInformationPublicV2NotFound) GetPayload added in v0.37.0

func (*GetUserJoinedGroupInformationPublicV2NotFound) ToJSONString added in v0.37.0

type GetUserJoinedGroupInformationPublicV2OK added in v0.37.0

type GetUserJoinedGroupInformationPublicV2OK struct {
	Payload *groupclientmodels.ModelsGetGroupMemberListResponseV1
}

GetUserJoinedGroupInformationPublicV2OK handles this case with default header values.

OK

func NewGetUserJoinedGroupInformationPublicV2OK added in v0.37.0

func NewGetUserJoinedGroupInformationPublicV2OK() *GetUserJoinedGroupInformationPublicV2OK

NewGetUserJoinedGroupInformationPublicV2OK creates a GetUserJoinedGroupInformationPublicV2OK with default headers values

func (*GetUserJoinedGroupInformationPublicV2OK) Error added in v0.37.0

func (*GetUserJoinedGroupInformationPublicV2OK) GetPayload added in v0.37.0

func (*GetUserJoinedGroupInformationPublicV2OK) ToJSONString added in v0.37.0

type GetUserJoinedGroupInformationPublicV2Params added in v0.37.0

type GetUserJoinedGroupInformationPublicV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string
	/*Limit
	  size of displayed data

	*/
	Limit *int64
	/*Offset
	  The start position that points to query data

	*/
	Offset *int64

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetUserJoinedGroupInformationPublicV2Params contains all the parameters to send to the API endpoint for the get user joined group information public v2 operation typically these are written to a http.Request

func NewGetUserJoinedGroupInformationPublicV2Params added in v0.37.0

func NewGetUserJoinedGroupInformationPublicV2Params() *GetUserJoinedGroupInformationPublicV2Params

NewGetUserJoinedGroupInformationPublicV2Params creates a new GetUserJoinedGroupInformationPublicV2Params object with the default values initialized.

func NewGetUserJoinedGroupInformationPublicV2ParamsWithContext added in v0.37.0

func NewGetUserJoinedGroupInformationPublicV2ParamsWithContext(ctx context.Context) *GetUserJoinedGroupInformationPublicV2Params

NewGetUserJoinedGroupInformationPublicV2ParamsWithContext creates a new GetUserJoinedGroupInformationPublicV2Params object with the default values initialized, and the ability to set a context for a request

func NewGetUserJoinedGroupInformationPublicV2ParamsWithHTTPClient added in v0.37.0

func NewGetUserJoinedGroupInformationPublicV2ParamsWithHTTPClient(client *http.Client) *GetUserJoinedGroupInformationPublicV2Params

NewGetUserJoinedGroupInformationPublicV2ParamsWithHTTPClient creates a new GetUserJoinedGroupInformationPublicV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetUserJoinedGroupInformationPublicV2ParamsWithTimeout added in v0.37.0

func NewGetUserJoinedGroupInformationPublicV2ParamsWithTimeout(timeout time.Duration) *GetUserJoinedGroupInformationPublicV2Params

NewGetUserJoinedGroupInformationPublicV2ParamsWithTimeout creates a new GetUserJoinedGroupInformationPublicV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*GetUserJoinedGroupInformationPublicV2Params) SetAuthInfoWriter added in v0.37.0

func (o *GetUserJoinedGroupInformationPublicV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get user joined group information public v2 params

func (*GetUserJoinedGroupInformationPublicV2Params) SetContext added in v0.37.0

SetContext adds the context to the get user joined group information public v2 params

func (*GetUserJoinedGroupInformationPublicV2Params) SetFlightId added in v0.63.0

func (o *GetUserJoinedGroupInformationPublicV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetUserJoinedGroupInformationPublicV2Params) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the get user joined group information public v2 params

func (*GetUserJoinedGroupInformationPublicV2Params) SetHTTPClientTransport added in v0.37.0

func (o *GetUserJoinedGroupInformationPublicV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get user joined group information public v2 params

func (*GetUserJoinedGroupInformationPublicV2Params) SetLimit added in v0.37.0

SetLimit adds the limit to the get user joined group information public v2 params

func (*GetUserJoinedGroupInformationPublicV2Params) SetNamespace added in v0.37.0

func (o *GetUserJoinedGroupInformationPublicV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get user joined group information public v2 params

func (*GetUserJoinedGroupInformationPublicV2Params) SetOffset added in v0.37.0

func (o *GetUserJoinedGroupInformationPublicV2Params) SetOffset(offset *int64)

SetOffset adds the offset to the get user joined group information public v2 params

func (*GetUserJoinedGroupInformationPublicV2Params) SetTimeout added in v0.37.0

SetTimeout adds the timeout to the get user joined group information public v2 params

func (*GetUserJoinedGroupInformationPublicV2Params) SetUserID added in v0.37.0

SetUserID adds the userId to the get user joined group information public v2 params

func (*GetUserJoinedGroupInformationPublicV2Params) WithContext added in v0.37.0

WithContext adds the context to the get user joined group information public v2 params

func (*GetUserJoinedGroupInformationPublicV2Params) WithHTTPClient added in v0.37.0

WithHTTPClient adds the HTTPClient to the get user joined group information public v2 params

func (*GetUserJoinedGroupInformationPublicV2Params) WithLimit added in v0.37.0

WithLimit adds the limit to the get user joined group information public v2 params

func (*GetUserJoinedGroupInformationPublicV2Params) WithNamespace added in v0.37.0

WithNamespace adds the namespace to the get user joined group information public v2 params

func (*GetUserJoinedGroupInformationPublicV2Params) WithOffset added in v0.37.0

WithOffset adds the offset to the get user joined group information public v2 params

func (*GetUserJoinedGroupInformationPublicV2Params) WithTimeout added in v0.37.0

WithTimeout adds the timeout to the get user joined group information public v2 params

func (*GetUserJoinedGroupInformationPublicV2Params) WithUserID added in v0.37.0

WithUserID adds the userID to the get user joined group information public v2 params

func (*GetUserJoinedGroupInformationPublicV2Params) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type GetUserJoinedGroupInformationPublicV2Reader added in v0.37.0

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

GetUserJoinedGroupInformationPublicV2Reader is a Reader for the GetUserJoinedGroupInformationPublicV2 structure.

func (*GetUserJoinedGroupInformationPublicV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type GetUserJoinedGroupInformationPublicV2Unauthorized added in v0.37.0

type GetUserJoinedGroupInformationPublicV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetUserJoinedGroupInformationPublicV2Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewGetUserJoinedGroupInformationPublicV2Unauthorized added in v0.37.0

func NewGetUserJoinedGroupInformationPublicV2Unauthorized() *GetUserJoinedGroupInformationPublicV2Unauthorized

NewGetUserJoinedGroupInformationPublicV2Unauthorized creates a GetUserJoinedGroupInformationPublicV2Unauthorized with default headers values

func (*GetUserJoinedGroupInformationPublicV2Unauthorized) Error added in v0.37.0

func (*GetUserJoinedGroupInformationPublicV2Unauthorized) GetPayload added in v0.37.0

func (*GetUserJoinedGroupInformationPublicV2Unauthorized) ToJSONString added in v0.37.0

type InviteGroupPublicV1BadRequest

type InviteGroupPublicV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

InviteGroupPublicV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewInviteGroupPublicV1BadRequest

func NewInviteGroupPublicV1BadRequest() *InviteGroupPublicV1BadRequest

NewInviteGroupPublicV1BadRequest creates a InviteGroupPublicV1BadRequest with default headers values

func (*InviteGroupPublicV1BadRequest) Error

func (*InviteGroupPublicV1BadRequest) GetPayload

func (*InviteGroupPublicV1BadRequest) ToJSONString added in v0.25.0

func (o *InviteGroupPublicV1BadRequest) ToJSONString() string

type InviteGroupPublicV1Conflict

type InviteGroupPublicV1Conflict struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

InviteGroupPublicV1Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73442</td><td>user already joined in another group</td></tr><tr><td>73437</td><td>user already invited</td></tr><tr><td>73438</td><td>user already requested to join</td></tr></table>

func NewInviteGroupPublicV1Conflict

func NewInviteGroupPublicV1Conflict() *InviteGroupPublicV1Conflict

NewInviteGroupPublicV1Conflict creates a InviteGroupPublicV1Conflict with default headers values

func (*InviteGroupPublicV1Conflict) Error

func (*InviteGroupPublicV1Conflict) GetPayload

func (*InviteGroupPublicV1Conflict) ToJSONString added in v0.25.0

func (o *InviteGroupPublicV1Conflict) ToJSONString() string

type InviteGroupPublicV1Forbidden

type InviteGroupPublicV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

InviteGroupPublicV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr><tr><td>73036</td><td>insufficient member role permission</td></tr></table>

func NewInviteGroupPublicV1Forbidden

func NewInviteGroupPublicV1Forbidden() *InviteGroupPublicV1Forbidden

NewInviteGroupPublicV1Forbidden creates a InviteGroupPublicV1Forbidden with default headers values

func (*InviteGroupPublicV1Forbidden) Error

func (*InviteGroupPublicV1Forbidden) GetPayload

func (*InviteGroupPublicV1Forbidden) ToJSONString added in v0.25.0

func (o *InviteGroupPublicV1Forbidden) ToJSONString() string

type InviteGroupPublicV1InternalServerError

type InviteGroupPublicV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

InviteGroupPublicV1InternalServerError handles this case with default header values.

Internal Server Error

func NewInviteGroupPublicV1InternalServerError

func NewInviteGroupPublicV1InternalServerError() *InviteGroupPublicV1InternalServerError

NewInviteGroupPublicV1InternalServerError creates a InviteGroupPublicV1InternalServerError with default headers values

func (*InviteGroupPublicV1InternalServerError) Error

func (*InviteGroupPublicV1InternalServerError) GetPayload

func (*InviteGroupPublicV1InternalServerError) ToJSONString added in v0.25.0

type InviteGroupPublicV1NotFound

type InviteGroupPublicV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

InviteGroupPublicV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73034</td><td>user not belong to any group</td></tr></table>

func NewInviteGroupPublicV1NotFound

func NewInviteGroupPublicV1NotFound() *InviteGroupPublicV1NotFound

NewInviteGroupPublicV1NotFound creates a InviteGroupPublicV1NotFound with default headers values

func (*InviteGroupPublicV1NotFound) Error

func (*InviteGroupPublicV1NotFound) GetPayload

func (*InviteGroupPublicV1NotFound) ToJSONString added in v0.25.0

func (o *InviteGroupPublicV1NotFound) ToJSONString() string

type InviteGroupPublicV1OK

type InviteGroupPublicV1OK struct {
	Payload *groupclientmodels.ModelsUserInvitationResponseV1
}

InviteGroupPublicV1OK handles this case with default header values.

OK

func NewInviteGroupPublicV1OK

func NewInviteGroupPublicV1OK() *InviteGroupPublicV1OK

NewInviteGroupPublicV1OK creates a InviteGroupPublicV1OK with default headers values

func (*InviteGroupPublicV1OK) Error

func (o *InviteGroupPublicV1OK) Error() string

func (*InviteGroupPublicV1OK) GetPayload

func (*InviteGroupPublicV1OK) ToJSONString added in v0.25.0

func (o *InviteGroupPublicV1OK) ToJSONString() string

type InviteGroupPublicV1Params

type InviteGroupPublicV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

InviteGroupPublicV1Params contains all the parameters to send to the API endpoint for the invite group public v1 operation typically these are written to a http.Request

func NewInviteGroupPublicV1Params

func NewInviteGroupPublicV1Params() *InviteGroupPublicV1Params

NewInviteGroupPublicV1Params creates a new InviteGroupPublicV1Params object with the default values initialized.

func NewInviteGroupPublicV1ParamsWithContext

func NewInviteGroupPublicV1ParamsWithContext(ctx context.Context) *InviteGroupPublicV1Params

NewInviteGroupPublicV1ParamsWithContext creates a new InviteGroupPublicV1Params object with the default values initialized, and the ability to set a context for a request

func NewInviteGroupPublicV1ParamsWithHTTPClient

func NewInviteGroupPublicV1ParamsWithHTTPClient(client *http.Client) *InviteGroupPublicV1Params

NewInviteGroupPublicV1ParamsWithHTTPClient creates a new InviteGroupPublicV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewInviteGroupPublicV1ParamsWithTimeout

func NewInviteGroupPublicV1ParamsWithTimeout(timeout time.Duration) *InviteGroupPublicV1Params

NewInviteGroupPublicV1ParamsWithTimeout creates a new InviteGroupPublicV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*InviteGroupPublicV1Params) SetAuthInfoWriter added in v0.17.0

func (o *InviteGroupPublicV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the invite group public v1 params

func (*InviteGroupPublicV1Params) SetContext

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

SetContext adds the context to the invite group public v1 params

func (*InviteGroupPublicV1Params) SetFlightId added in v0.63.0

func (o *InviteGroupPublicV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*InviteGroupPublicV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the invite group public v1 params

func (*InviteGroupPublicV1Params) SetHTTPClientTransport added in v0.19.0

func (o *InviteGroupPublicV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the invite group public v1 params

func (*InviteGroupPublicV1Params) SetNamespace

func (o *InviteGroupPublicV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the invite group public v1 params

func (*InviteGroupPublicV1Params) SetTimeout

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

SetTimeout adds the timeout to the invite group public v1 params

func (*InviteGroupPublicV1Params) SetUserID

func (o *InviteGroupPublicV1Params) SetUserID(userID string)

SetUserID adds the userId to the invite group public v1 params

func (*InviteGroupPublicV1Params) WithContext

WithContext adds the context to the invite group public v1 params

func (*InviteGroupPublicV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the invite group public v1 params

func (*InviteGroupPublicV1Params) WithNamespace

func (o *InviteGroupPublicV1Params) WithNamespace(namespace string) *InviteGroupPublicV1Params

WithNamespace adds the namespace to the invite group public v1 params

func (*InviteGroupPublicV1Params) WithTimeout

WithTimeout adds the timeout to the invite group public v1 params

func (*InviteGroupPublicV1Params) WithUserID

WithUserID adds the userID to the invite group public v1 params

func (*InviteGroupPublicV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type InviteGroupPublicV1Reader

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

InviteGroupPublicV1Reader is a Reader for the InviteGroupPublicV1 structure.

func (*InviteGroupPublicV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InviteGroupPublicV1Unauthorized

type InviteGroupPublicV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

InviteGroupPublicV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewInviteGroupPublicV1Unauthorized

func NewInviteGroupPublicV1Unauthorized() *InviteGroupPublicV1Unauthorized

NewInviteGroupPublicV1Unauthorized creates a InviteGroupPublicV1Unauthorized with default headers values

func (*InviteGroupPublicV1Unauthorized) Error

func (*InviteGroupPublicV1Unauthorized) GetPayload

func (*InviteGroupPublicV1Unauthorized) ToJSONString added in v0.25.0

func (o *InviteGroupPublicV1Unauthorized) ToJSONString() string

type InviteGroupPublicV2BadRequest added in v0.37.0

type InviteGroupPublicV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

InviteGroupPublicV2BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewInviteGroupPublicV2BadRequest added in v0.37.0

func NewInviteGroupPublicV2BadRequest() *InviteGroupPublicV2BadRequest

NewInviteGroupPublicV2BadRequest creates a InviteGroupPublicV2BadRequest with default headers values

func (*InviteGroupPublicV2BadRequest) Error added in v0.37.0

func (*InviteGroupPublicV2BadRequest) GetPayload added in v0.37.0

func (*InviteGroupPublicV2BadRequest) ToJSONString added in v0.37.0

func (o *InviteGroupPublicV2BadRequest) ToJSONString() string

type InviteGroupPublicV2Conflict added in v0.37.0

type InviteGroupPublicV2Conflict struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

InviteGroupPublicV2Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73442</td><td>user already joined in another group</td></tr><tr><td>73437</td><td>user already invited</td></tr><tr><td>73438</td><td>user already requested to join</td></tr></table>

func NewInviteGroupPublicV2Conflict added in v0.37.0

func NewInviteGroupPublicV2Conflict() *InviteGroupPublicV2Conflict

NewInviteGroupPublicV2Conflict creates a InviteGroupPublicV2Conflict with default headers values

func (*InviteGroupPublicV2Conflict) Error added in v0.37.0

func (*InviteGroupPublicV2Conflict) GetPayload added in v0.37.0

func (*InviteGroupPublicV2Conflict) ToJSONString added in v0.37.0

func (o *InviteGroupPublicV2Conflict) ToJSONString() string

type InviteGroupPublicV2Forbidden added in v0.37.0

type InviteGroupPublicV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

InviteGroupPublicV2Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr><tr><td>73036</td><td>insufficient member role permission</td></tr></table>

func NewInviteGroupPublicV2Forbidden added in v0.37.0

func NewInviteGroupPublicV2Forbidden() *InviteGroupPublicV2Forbidden

NewInviteGroupPublicV2Forbidden creates a InviteGroupPublicV2Forbidden with default headers values

func (*InviteGroupPublicV2Forbidden) Error added in v0.37.0

func (*InviteGroupPublicV2Forbidden) GetPayload added in v0.37.0

func (*InviteGroupPublicV2Forbidden) ToJSONString added in v0.37.0

func (o *InviteGroupPublicV2Forbidden) ToJSONString() string

type InviteGroupPublicV2InternalServerError added in v0.37.0

type InviteGroupPublicV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

InviteGroupPublicV2InternalServerError handles this case with default header values.

Internal Server Error

func NewInviteGroupPublicV2InternalServerError added in v0.37.0

func NewInviteGroupPublicV2InternalServerError() *InviteGroupPublicV2InternalServerError

NewInviteGroupPublicV2InternalServerError creates a InviteGroupPublicV2InternalServerError with default headers values

func (*InviteGroupPublicV2InternalServerError) Error added in v0.37.0

func (*InviteGroupPublicV2InternalServerError) GetPayload added in v0.37.0

func (*InviteGroupPublicV2InternalServerError) ToJSONString added in v0.37.0

type InviteGroupPublicV2NotFound added in v0.37.0

type InviteGroupPublicV2NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

InviteGroupPublicV2NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73034</td><td>user not belong to any group</td></tr></table>

func NewInviteGroupPublicV2NotFound added in v0.37.0

func NewInviteGroupPublicV2NotFound() *InviteGroupPublicV2NotFound

NewInviteGroupPublicV2NotFound creates a InviteGroupPublicV2NotFound with default headers values

func (*InviteGroupPublicV2NotFound) Error added in v0.37.0

func (*InviteGroupPublicV2NotFound) GetPayload added in v0.37.0

func (*InviteGroupPublicV2NotFound) ToJSONString added in v0.37.0

func (o *InviteGroupPublicV2NotFound) ToJSONString() string

type InviteGroupPublicV2OK added in v0.37.0

type InviteGroupPublicV2OK struct {
	Payload *groupclientmodels.ModelsUserInvitationResponseV1
}

InviteGroupPublicV2OK handles this case with default header values.

OK

func NewInviteGroupPublicV2OK added in v0.37.0

func NewInviteGroupPublicV2OK() *InviteGroupPublicV2OK

NewInviteGroupPublicV2OK creates a InviteGroupPublicV2OK with default headers values

func (*InviteGroupPublicV2OK) Error added in v0.37.0

func (o *InviteGroupPublicV2OK) Error() string

func (*InviteGroupPublicV2OK) GetPayload added in v0.37.0

func (*InviteGroupPublicV2OK) ToJSONString added in v0.37.0

func (o *InviteGroupPublicV2OK) ToJSONString() string

type InviteGroupPublicV2Params added in v0.37.0

type InviteGroupPublicV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

InviteGroupPublicV2Params contains all the parameters to send to the API endpoint for the invite group public v2 operation typically these are written to a http.Request

func NewInviteGroupPublicV2Params added in v0.37.0

func NewInviteGroupPublicV2Params() *InviteGroupPublicV2Params

NewInviteGroupPublicV2Params creates a new InviteGroupPublicV2Params object with the default values initialized.

func NewInviteGroupPublicV2ParamsWithContext added in v0.37.0

func NewInviteGroupPublicV2ParamsWithContext(ctx context.Context) *InviteGroupPublicV2Params

NewInviteGroupPublicV2ParamsWithContext creates a new InviteGroupPublicV2Params object with the default values initialized, and the ability to set a context for a request

func NewInviteGroupPublicV2ParamsWithHTTPClient added in v0.37.0

func NewInviteGroupPublicV2ParamsWithHTTPClient(client *http.Client) *InviteGroupPublicV2Params

NewInviteGroupPublicV2ParamsWithHTTPClient creates a new InviteGroupPublicV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewInviteGroupPublicV2ParamsWithTimeout added in v0.37.0

func NewInviteGroupPublicV2ParamsWithTimeout(timeout time.Duration) *InviteGroupPublicV2Params

NewInviteGroupPublicV2ParamsWithTimeout creates a new InviteGroupPublicV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*InviteGroupPublicV2Params) SetAuthInfoWriter added in v0.37.0

func (o *InviteGroupPublicV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the invite group public v2 params

func (*InviteGroupPublicV2Params) SetContext added in v0.37.0

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

SetContext adds the context to the invite group public v2 params

func (*InviteGroupPublicV2Params) SetFlightId added in v0.63.0

func (o *InviteGroupPublicV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*InviteGroupPublicV2Params) SetGroupID added in v0.37.0

func (o *InviteGroupPublicV2Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the invite group public v2 params

func (*InviteGroupPublicV2Params) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the invite group public v2 params

func (*InviteGroupPublicV2Params) SetHTTPClientTransport added in v0.37.0

func (o *InviteGroupPublicV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the invite group public v2 params

func (*InviteGroupPublicV2Params) SetNamespace added in v0.37.0

func (o *InviteGroupPublicV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the invite group public v2 params

func (*InviteGroupPublicV2Params) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the invite group public v2 params

func (*InviteGroupPublicV2Params) SetUserID added in v0.37.0

func (o *InviteGroupPublicV2Params) SetUserID(userID string)

SetUserID adds the userId to the invite group public v2 params

func (*InviteGroupPublicV2Params) WithContext added in v0.37.0

WithContext adds the context to the invite group public v2 params

func (*InviteGroupPublicV2Params) WithGroupID added in v0.37.0

WithGroupID adds the groupID to the invite group public v2 params

func (*InviteGroupPublicV2Params) WithHTTPClient added in v0.37.0

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

WithHTTPClient adds the HTTPClient to the invite group public v2 params

func (*InviteGroupPublicV2Params) WithNamespace added in v0.37.0

func (o *InviteGroupPublicV2Params) WithNamespace(namespace string) *InviteGroupPublicV2Params

WithNamespace adds the namespace to the invite group public v2 params

func (*InviteGroupPublicV2Params) WithTimeout added in v0.37.0

WithTimeout adds the timeout to the invite group public v2 params

func (*InviteGroupPublicV2Params) WithUserID added in v0.37.0

WithUserID adds the userID to the invite group public v2 params

func (*InviteGroupPublicV2Params) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type InviteGroupPublicV2Reader added in v0.37.0

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

InviteGroupPublicV2Reader is a Reader for the InviteGroupPublicV2 structure.

func (*InviteGroupPublicV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type InviteGroupPublicV2Unauthorized added in v0.37.0

type InviteGroupPublicV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

InviteGroupPublicV2Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewInviteGroupPublicV2Unauthorized added in v0.37.0

func NewInviteGroupPublicV2Unauthorized() *InviteGroupPublicV2Unauthorized

NewInviteGroupPublicV2Unauthorized creates a InviteGroupPublicV2Unauthorized with default headers values

func (*InviteGroupPublicV2Unauthorized) Error added in v0.37.0

func (*InviteGroupPublicV2Unauthorized) GetPayload added in v0.37.0

func (*InviteGroupPublicV2Unauthorized) ToJSONString added in v0.37.0

func (o *InviteGroupPublicV2Unauthorized) ToJSONString() string

type JoinGroupV1BadRequest

type JoinGroupV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

JoinGroupV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewJoinGroupV1BadRequest

func NewJoinGroupV1BadRequest() *JoinGroupV1BadRequest

NewJoinGroupV1BadRequest creates a JoinGroupV1BadRequest with default headers values

func (*JoinGroupV1BadRequest) Error

func (o *JoinGroupV1BadRequest) Error() string

func (*JoinGroupV1BadRequest) GetPayload

func (*JoinGroupV1BadRequest) ToJSONString added in v0.25.0

func (o *JoinGroupV1BadRequest) ToJSONString() string

type JoinGroupV1Conflict

type JoinGroupV1Conflict struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

JoinGroupV1Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73442</td><td>user already joined in another group</td></tr></table>

func NewJoinGroupV1Conflict

func NewJoinGroupV1Conflict() *JoinGroupV1Conflict

NewJoinGroupV1Conflict creates a JoinGroupV1Conflict with default headers values

func (*JoinGroupV1Conflict) Error

func (o *JoinGroupV1Conflict) Error() string

func (*JoinGroupV1Conflict) GetPayload

func (*JoinGroupV1Conflict) ToJSONString added in v0.25.0

func (o *JoinGroupV1Conflict) ToJSONString() string

type JoinGroupV1Created

type JoinGroupV1Created struct {
	Payload *groupclientmodels.ModelsJoinGroupResponseV1
}

JoinGroupV1Created handles this case with default header values.

Created

func NewJoinGroupV1Created

func NewJoinGroupV1Created() *JoinGroupV1Created

NewJoinGroupV1Created creates a JoinGroupV1Created with default headers values

func (*JoinGroupV1Created) Error

func (o *JoinGroupV1Created) Error() string

func (*JoinGroupV1Created) GetPayload

func (*JoinGroupV1Created) ToJSONString added in v0.25.0

func (o *JoinGroupV1Created) ToJSONString() string

type JoinGroupV1Forbidden

type JoinGroupV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

JoinGroupV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewJoinGroupV1Forbidden

func NewJoinGroupV1Forbidden() *JoinGroupV1Forbidden

NewJoinGroupV1Forbidden creates a JoinGroupV1Forbidden with default headers values

func (*JoinGroupV1Forbidden) Error

func (o *JoinGroupV1Forbidden) Error() string

func (*JoinGroupV1Forbidden) GetPayload

func (*JoinGroupV1Forbidden) ToJSONString added in v0.25.0

func (o *JoinGroupV1Forbidden) ToJSONString() string

type JoinGroupV1InternalServerError

type JoinGroupV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

JoinGroupV1InternalServerError handles this case with default header values.

Internal Server Error

func NewJoinGroupV1InternalServerError

func NewJoinGroupV1InternalServerError() *JoinGroupV1InternalServerError

NewJoinGroupV1InternalServerError creates a JoinGroupV1InternalServerError with default headers values

func (*JoinGroupV1InternalServerError) Error

func (*JoinGroupV1InternalServerError) GetPayload

func (*JoinGroupV1InternalServerError) ToJSONString added in v0.25.0

func (o *JoinGroupV1InternalServerError) ToJSONString() string

type JoinGroupV1Params

type JoinGroupV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

JoinGroupV1Params contains all the parameters to send to the API endpoint for the join group v1 operation typically these are written to a http.Request

func NewJoinGroupV1Params

func NewJoinGroupV1Params() *JoinGroupV1Params

NewJoinGroupV1Params creates a new JoinGroupV1Params object with the default values initialized.

func NewJoinGroupV1ParamsWithContext

func NewJoinGroupV1ParamsWithContext(ctx context.Context) *JoinGroupV1Params

NewJoinGroupV1ParamsWithContext creates a new JoinGroupV1Params object with the default values initialized, and the ability to set a context for a request

func NewJoinGroupV1ParamsWithHTTPClient

func NewJoinGroupV1ParamsWithHTTPClient(client *http.Client) *JoinGroupV1Params

NewJoinGroupV1ParamsWithHTTPClient creates a new JoinGroupV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewJoinGroupV1ParamsWithTimeout

func NewJoinGroupV1ParamsWithTimeout(timeout time.Duration) *JoinGroupV1Params

NewJoinGroupV1ParamsWithTimeout creates a new JoinGroupV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*JoinGroupV1Params) SetAuthInfoWriter added in v0.17.0

func (o *JoinGroupV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the join group v1 params

func (*JoinGroupV1Params) SetContext

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

SetContext adds the context to the join group v1 params

func (*JoinGroupV1Params) SetFlightId added in v0.63.0

func (o *JoinGroupV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*JoinGroupV1Params) SetGroupID

func (o *JoinGroupV1Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the join group v1 params

func (*JoinGroupV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the join group v1 params

func (*JoinGroupV1Params) SetHTTPClientTransport added in v0.19.0

func (o *JoinGroupV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the join group v1 params

func (*JoinGroupV1Params) SetNamespace

func (o *JoinGroupV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the join group v1 params

func (*JoinGroupV1Params) SetTimeout

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

SetTimeout adds the timeout to the join group v1 params

func (*JoinGroupV1Params) WithContext

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

WithContext adds the context to the join group v1 params

func (*JoinGroupV1Params) WithGroupID

func (o *JoinGroupV1Params) WithGroupID(groupID string) *JoinGroupV1Params

WithGroupID adds the groupID to the join group v1 params

func (*JoinGroupV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the join group v1 params

func (*JoinGroupV1Params) WithNamespace

func (o *JoinGroupV1Params) WithNamespace(namespace string) *JoinGroupV1Params

WithNamespace adds the namespace to the join group v1 params

func (*JoinGroupV1Params) WithTimeout

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

WithTimeout adds the timeout to the join group v1 params

func (*JoinGroupV1Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type JoinGroupV1Reader

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

JoinGroupV1Reader is a Reader for the JoinGroupV1 structure.

func (*JoinGroupV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type JoinGroupV1Unauthorized

type JoinGroupV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

JoinGroupV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewJoinGroupV1Unauthorized

func NewJoinGroupV1Unauthorized() *JoinGroupV1Unauthorized

NewJoinGroupV1Unauthorized creates a JoinGroupV1Unauthorized with default headers values

func (*JoinGroupV1Unauthorized) Error

func (o *JoinGroupV1Unauthorized) Error() string

func (*JoinGroupV1Unauthorized) GetPayload

func (*JoinGroupV1Unauthorized) ToJSONString added in v0.25.0

func (o *JoinGroupV1Unauthorized) ToJSONString() string

type JoinGroupV2BadRequest added in v0.37.0

type JoinGroupV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

JoinGroupV2BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewJoinGroupV2BadRequest added in v0.37.0

func NewJoinGroupV2BadRequest() *JoinGroupV2BadRequest

NewJoinGroupV2BadRequest creates a JoinGroupV2BadRequest with default headers values

func (*JoinGroupV2BadRequest) Error added in v0.37.0

func (o *JoinGroupV2BadRequest) Error() string

func (*JoinGroupV2BadRequest) GetPayload added in v0.37.0

func (*JoinGroupV2BadRequest) ToJSONString added in v0.37.0

func (o *JoinGroupV2BadRequest) ToJSONString() string

type JoinGroupV2Conflict added in v0.37.0

type JoinGroupV2Conflict struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

JoinGroupV2Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73442</td><td>user already joined in another group</td></tr></table>

func NewJoinGroupV2Conflict added in v0.37.0

func NewJoinGroupV2Conflict() *JoinGroupV2Conflict

NewJoinGroupV2Conflict creates a JoinGroupV2Conflict with default headers values

func (*JoinGroupV2Conflict) Error added in v0.37.0

func (o *JoinGroupV2Conflict) Error() string

func (*JoinGroupV2Conflict) GetPayload added in v0.37.0

func (*JoinGroupV2Conflict) ToJSONString added in v0.37.0

func (o *JoinGroupV2Conflict) ToJSONString() string

type JoinGroupV2Created added in v0.37.0

type JoinGroupV2Created struct {
	Payload *groupclientmodels.ModelsJoinGroupResponseV1
}

JoinGroupV2Created handles this case with default header values.

Created

func NewJoinGroupV2Created added in v0.37.0

func NewJoinGroupV2Created() *JoinGroupV2Created

NewJoinGroupV2Created creates a JoinGroupV2Created with default headers values

func (*JoinGroupV2Created) Error added in v0.37.0

func (o *JoinGroupV2Created) Error() string

func (*JoinGroupV2Created) GetPayload added in v0.37.0

func (*JoinGroupV2Created) ToJSONString added in v0.37.0

func (o *JoinGroupV2Created) ToJSONString() string

type JoinGroupV2Forbidden added in v0.37.0

type JoinGroupV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

JoinGroupV2Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewJoinGroupV2Forbidden added in v0.37.0

func NewJoinGroupV2Forbidden() *JoinGroupV2Forbidden

NewJoinGroupV2Forbidden creates a JoinGroupV2Forbidden with default headers values

func (*JoinGroupV2Forbidden) Error added in v0.37.0

func (o *JoinGroupV2Forbidden) Error() string

func (*JoinGroupV2Forbidden) GetPayload added in v0.37.0

func (*JoinGroupV2Forbidden) ToJSONString added in v0.37.0

func (o *JoinGroupV2Forbidden) ToJSONString() string

type JoinGroupV2InternalServerError added in v0.37.0

type JoinGroupV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

JoinGroupV2InternalServerError handles this case with default header values.

Internal Server Error

func NewJoinGroupV2InternalServerError added in v0.37.0

func NewJoinGroupV2InternalServerError() *JoinGroupV2InternalServerError

NewJoinGroupV2InternalServerError creates a JoinGroupV2InternalServerError with default headers values

func (*JoinGroupV2InternalServerError) Error added in v0.37.0

func (*JoinGroupV2InternalServerError) GetPayload added in v0.37.0

func (*JoinGroupV2InternalServerError) ToJSONString added in v0.37.0

func (o *JoinGroupV2InternalServerError) ToJSONString() string

type JoinGroupV2Params added in v0.37.0

type JoinGroupV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

JoinGroupV2Params contains all the parameters to send to the API endpoint for the join group v2 operation typically these are written to a http.Request

func NewJoinGroupV2Params added in v0.37.0

func NewJoinGroupV2Params() *JoinGroupV2Params

NewJoinGroupV2Params creates a new JoinGroupV2Params object with the default values initialized.

func NewJoinGroupV2ParamsWithContext added in v0.37.0

func NewJoinGroupV2ParamsWithContext(ctx context.Context) *JoinGroupV2Params

NewJoinGroupV2ParamsWithContext creates a new JoinGroupV2Params object with the default values initialized, and the ability to set a context for a request

func NewJoinGroupV2ParamsWithHTTPClient added in v0.37.0

func NewJoinGroupV2ParamsWithHTTPClient(client *http.Client) *JoinGroupV2Params

NewJoinGroupV2ParamsWithHTTPClient creates a new JoinGroupV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewJoinGroupV2ParamsWithTimeout added in v0.37.0

func NewJoinGroupV2ParamsWithTimeout(timeout time.Duration) *JoinGroupV2Params

NewJoinGroupV2ParamsWithTimeout creates a new JoinGroupV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*JoinGroupV2Params) SetAuthInfoWriter added in v0.37.0

func (o *JoinGroupV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the join group v2 params

func (*JoinGroupV2Params) SetContext added in v0.37.0

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

SetContext adds the context to the join group v2 params

func (*JoinGroupV2Params) SetFlightId added in v0.63.0

func (o *JoinGroupV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*JoinGroupV2Params) SetGroupID added in v0.37.0

func (o *JoinGroupV2Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the join group v2 params

func (*JoinGroupV2Params) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the join group v2 params

func (*JoinGroupV2Params) SetHTTPClientTransport added in v0.37.0

func (o *JoinGroupV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the join group v2 params

func (*JoinGroupV2Params) SetNamespace added in v0.37.0

func (o *JoinGroupV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the join group v2 params

func (*JoinGroupV2Params) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the join group v2 params

func (*JoinGroupV2Params) WithContext added in v0.37.0

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

WithContext adds the context to the join group v2 params

func (*JoinGroupV2Params) WithGroupID added in v0.37.0

func (o *JoinGroupV2Params) WithGroupID(groupID string) *JoinGroupV2Params

WithGroupID adds the groupID to the join group v2 params

func (*JoinGroupV2Params) WithHTTPClient added in v0.37.0

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

WithHTTPClient adds the HTTPClient to the join group v2 params

func (*JoinGroupV2Params) WithNamespace added in v0.37.0

func (o *JoinGroupV2Params) WithNamespace(namespace string) *JoinGroupV2Params

WithNamespace adds the namespace to the join group v2 params

func (*JoinGroupV2Params) WithTimeout added in v0.37.0

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

WithTimeout adds the timeout to the join group v2 params

func (*JoinGroupV2Params) WriteToRequest added in v0.37.0

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

WriteToRequest writes these params to a swagger request

type JoinGroupV2Reader added in v0.37.0

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

JoinGroupV2Reader is a Reader for the JoinGroupV2 structure.

func (*JoinGroupV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type JoinGroupV2Unauthorized added in v0.37.0

type JoinGroupV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

JoinGroupV2Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewJoinGroupV2Unauthorized added in v0.37.0

func NewJoinGroupV2Unauthorized() *JoinGroupV2Unauthorized

NewJoinGroupV2Unauthorized creates a JoinGroupV2Unauthorized with default headers values

func (*JoinGroupV2Unauthorized) Error added in v0.37.0

func (o *JoinGroupV2Unauthorized) Error() string

func (*JoinGroupV2Unauthorized) GetPayload added in v0.37.0

func (*JoinGroupV2Unauthorized) ToJSONString added in v0.37.0

func (o *JoinGroupV2Unauthorized) ToJSONString() string

type KickGroupMemberPublicV1BadRequest

type KickGroupMemberPublicV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

KickGroupMemberPublicV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewKickGroupMemberPublicV1BadRequest

func NewKickGroupMemberPublicV1BadRequest() *KickGroupMemberPublicV1BadRequest

NewKickGroupMemberPublicV1BadRequest creates a KickGroupMemberPublicV1BadRequest with default headers values

func (*KickGroupMemberPublicV1BadRequest) Error

func (*KickGroupMemberPublicV1BadRequest) GetPayload

func (*KickGroupMemberPublicV1BadRequest) ToJSONString added in v0.25.0

func (o *KickGroupMemberPublicV1BadRequest) ToJSONString() string

type KickGroupMemberPublicV1Forbidden

type KickGroupMemberPublicV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

KickGroupMemberPublicV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr><tr><td>73036</td><td>insufficient member role permission</td></tr></table>

func NewKickGroupMemberPublicV1Forbidden

func NewKickGroupMemberPublicV1Forbidden() *KickGroupMemberPublicV1Forbidden

NewKickGroupMemberPublicV1Forbidden creates a KickGroupMemberPublicV1Forbidden with default headers values

func (*KickGroupMemberPublicV1Forbidden) Error

func (*KickGroupMemberPublicV1Forbidden) GetPayload

func (*KickGroupMemberPublicV1Forbidden) ToJSONString added in v0.25.0

func (o *KickGroupMemberPublicV1Forbidden) ToJSONString() string

type KickGroupMemberPublicV1InternalServerError

type KickGroupMemberPublicV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

KickGroupMemberPublicV1InternalServerError handles this case with default header values.

Internal Server Error

func NewKickGroupMemberPublicV1InternalServerError

func NewKickGroupMemberPublicV1InternalServerError() *KickGroupMemberPublicV1InternalServerError

NewKickGroupMemberPublicV1InternalServerError creates a KickGroupMemberPublicV1InternalServerError with default headers values

func (*KickGroupMemberPublicV1InternalServerError) Error

func (*KickGroupMemberPublicV1InternalServerError) GetPayload

func (*KickGroupMemberPublicV1InternalServerError) ToJSONString added in v0.25.0

type KickGroupMemberPublicV1NotFound

type KickGroupMemberPublicV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

KickGroupMemberPublicV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73433</td><td>member group not found</td></tr><tr><td>73034</td><td>user not belong to any group</td></tr></table>

func NewKickGroupMemberPublicV1NotFound

func NewKickGroupMemberPublicV1NotFound() *KickGroupMemberPublicV1NotFound

NewKickGroupMemberPublicV1NotFound creates a KickGroupMemberPublicV1NotFound with default headers values

func (*KickGroupMemberPublicV1NotFound) Error

func (*KickGroupMemberPublicV1NotFound) GetPayload

func (*KickGroupMemberPublicV1NotFound) ToJSONString added in v0.25.0

func (o *KickGroupMemberPublicV1NotFound) ToJSONString() string

type KickGroupMemberPublicV1OK

type KickGroupMemberPublicV1OK struct {
	Payload *groupclientmodels.ModelsKickGroupMemberResponseV1
}

KickGroupMemberPublicV1OK handles this case with default header values.

OK

func NewKickGroupMemberPublicV1OK

func NewKickGroupMemberPublicV1OK() *KickGroupMemberPublicV1OK

NewKickGroupMemberPublicV1OK creates a KickGroupMemberPublicV1OK with default headers values

func (*KickGroupMemberPublicV1OK) Error

func (o *KickGroupMemberPublicV1OK) Error() string

func (*KickGroupMemberPublicV1OK) GetPayload

func (*KickGroupMemberPublicV1OK) ToJSONString added in v0.25.0

func (o *KickGroupMemberPublicV1OK) ToJSONString() string

type KickGroupMemberPublicV1Params

type KickGroupMemberPublicV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

KickGroupMemberPublicV1Params contains all the parameters to send to the API endpoint for the kick group member public v1 operation typically these are written to a http.Request

func NewKickGroupMemberPublicV1Params

func NewKickGroupMemberPublicV1Params() *KickGroupMemberPublicV1Params

NewKickGroupMemberPublicV1Params creates a new KickGroupMemberPublicV1Params object with the default values initialized.

func NewKickGroupMemberPublicV1ParamsWithContext

func NewKickGroupMemberPublicV1ParamsWithContext(ctx context.Context) *KickGroupMemberPublicV1Params

NewKickGroupMemberPublicV1ParamsWithContext creates a new KickGroupMemberPublicV1Params object with the default values initialized, and the ability to set a context for a request

func NewKickGroupMemberPublicV1ParamsWithHTTPClient

func NewKickGroupMemberPublicV1ParamsWithHTTPClient(client *http.Client) *KickGroupMemberPublicV1Params

NewKickGroupMemberPublicV1ParamsWithHTTPClient creates a new KickGroupMemberPublicV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewKickGroupMemberPublicV1ParamsWithTimeout

func NewKickGroupMemberPublicV1ParamsWithTimeout(timeout time.Duration) *KickGroupMemberPublicV1Params

NewKickGroupMemberPublicV1ParamsWithTimeout creates a new KickGroupMemberPublicV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*KickGroupMemberPublicV1Params) SetAuthInfoWriter added in v0.17.0

func (o *KickGroupMemberPublicV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the kick group member public v1 params

func (*KickGroupMemberPublicV1Params) SetContext

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

SetContext adds the context to the kick group member public v1 params

func (*KickGroupMemberPublicV1Params) SetFlightId added in v0.63.0

func (o *KickGroupMemberPublicV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*KickGroupMemberPublicV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the kick group member public v1 params

func (*KickGroupMemberPublicV1Params) SetHTTPClientTransport added in v0.19.0

func (o *KickGroupMemberPublicV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the kick group member public v1 params

func (*KickGroupMemberPublicV1Params) SetNamespace

func (o *KickGroupMemberPublicV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the kick group member public v1 params

func (*KickGroupMemberPublicV1Params) SetTimeout

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

SetTimeout adds the timeout to the kick group member public v1 params

func (*KickGroupMemberPublicV1Params) SetUserID

func (o *KickGroupMemberPublicV1Params) SetUserID(userID string)

SetUserID adds the userId to the kick group member public v1 params

func (*KickGroupMemberPublicV1Params) WithContext

WithContext adds the context to the kick group member public v1 params

func (*KickGroupMemberPublicV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the kick group member public v1 params

func (*KickGroupMemberPublicV1Params) WithNamespace

WithNamespace adds the namespace to the kick group member public v1 params

func (*KickGroupMemberPublicV1Params) WithTimeout

WithTimeout adds the timeout to the kick group member public v1 params

func (*KickGroupMemberPublicV1Params) WithUserID

WithUserID adds the userID to the kick group member public v1 params

func (*KickGroupMemberPublicV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type KickGroupMemberPublicV1Reader

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

KickGroupMemberPublicV1Reader is a Reader for the KickGroupMemberPublicV1 structure.

func (*KickGroupMemberPublicV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type KickGroupMemberPublicV1Unauthorized

type KickGroupMemberPublicV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

KickGroupMemberPublicV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewKickGroupMemberPublicV1Unauthorized

func NewKickGroupMemberPublicV1Unauthorized() *KickGroupMemberPublicV1Unauthorized

NewKickGroupMemberPublicV1Unauthorized creates a KickGroupMemberPublicV1Unauthorized with default headers values

func (*KickGroupMemberPublicV1Unauthorized) Error

func (*KickGroupMemberPublicV1Unauthorized) GetPayload

func (*KickGroupMemberPublicV1Unauthorized) ToJSONString added in v0.25.0

func (o *KickGroupMemberPublicV1Unauthorized) ToJSONString() string

type KickGroupMemberPublicV2BadRequest added in v0.37.0

type KickGroupMemberPublicV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

KickGroupMemberPublicV2BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewKickGroupMemberPublicV2BadRequest added in v0.37.0

func NewKickGroupMemberPublicV2BadRequest() *KickGroupMemberPublicV2BadRequest

NewKickGroupMemberPublicV2BadRequest creates a KickGroupMemberPublicV2BadRequest with default headers values

func (*KickGroupMemberPublicV2BadRequest) Error added in v0.37.0

func (*KickGroupMemberPublicV2BadRequest) GetPayload added in v0.37.0

func (*KickGroupMemberPublicV2BadRequest) ToJSONString added in v0.37.0

func (o *KickGroupMemberPublicV2BadRequest) ToJSONString() string

type KickGroupMemberPublicV2Forbidden added in v0.37.0

type KickGroupMemberPublicV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

KickGroupMemberPublicV2Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr><tr><td>73036</td><td>insufficient member role permission</td></tr></table>

func NewKickGroupMemberPublicV2Forbidden added in v0.37.0

func NewKickGroupMemberPublicV2Forbidden() *KickGroupMemberPublicV2Forbidden

NewKickGroupMemberPublicV2Forbidden creates a KickGroupMemberPublicV2Forbidden with default headers values

func (*KickGroupMemberPublicV2Forbidden) Error added in v0.37.0

func (*KickGroupMemberPublicV2Forbidden) GetPayload added in v0.37.0

func (*KickGroupMemberPublicV2Forbidden) ToJSONString added in v0.37.0

func (o *KickGroupMemberPublicV2Forbidden) ToJSONString() string

type KickGroupMemberPublicV2InternalServerError added in v0.37.0

type KickGroupMemberPublicV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

KickGroupMemberPublicV2InternalServerError handles this case with default header values.

Internal Server Error

func NewKickGroupMemberPublicV2InternalServerError added in v0.37.0

func NewKickGroupMemberPublicV2InternalServerError() *KickGroupMemberPublicV2InternalServerError

NewKickGroupMemberPublicV2InternalServerError creates a KickGroupMemberPublicV2InternalServerError with default headers values

func (*KickGroupMemberPublicV2InternalServerError) Error added in v0.37.0

func (*KickGroupMemberPublicV2InternalServerError) GetPayload added in v0.37.0

func (*KickGroupMemberPublicV2InternalServerError) ToJSONString added in v0.37.0

type KickGroupMemberPublicV2NotFound added in v0.37.0

type KickGroupMemberPublicV2NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

KickGroupMemberPublicV2NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73433</td><td>member group not found</td></tr><tr><td>73034</td><td>user not belong to any group</td></tr></table>

func NewKickGroupMemberPublicV2NotFound added in v0.37.0

func NewKickGroupMemberPublicV2NotFound() *KickGroupMemberPublicV2NotFound

NewKickGroupMemberPublicV2NotFound creates a KickGroupMemberPublicV2NotFound with default headers values

func (*KickGroupMemberPublicV2NotFound) Error added in v0.37.0

func (*KickGroupMemberPublicV2NotFound) GetPayload added in v0.37.0

func (*KickGroupMemberPublicV2NotFound) ToJSONString added in v0.37.0

func (o *KickGroupMemberPublicV2NotFound) ToJSONString() string

type KickGroupMemberPublicV2OK added in v0.37.0

type KickGroupMemberPublicV2OK struct {
	Payload *groupclientmodels.ModelsKickGroupMemberResponseV1
}

KickGroupMemberPublicV2OK handles this case with default header values.

OK

func NewKickGroupMemberPublicV2OK added in v0.37.0

func NewKickGroupMemberPublicV2OK() *KickGroupMemberPublicV2OK

NewKickGroupMemberPublicV2OK creates a KickGroupMemberPublicV2OK with default headers values

func (*KickGroupMemberPublicV2OK) Error added in v0.37.0

func (o *KickGroupMemberPublicV2OK) Error() string

func (*KickGroupMemberPublicV2OK) GetPayload added in v0.37.0

func (*KickGroupMemberPublicV2OK) ToJSONString added in v0.37.0

func (o *KickGroupMemberPublicV2OK) ToJSONString() string

type KickGroupMemberPublicV2Params added in v0.37.0

type KickGroupMemberPublicV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

KickGroupMemberPublicV2Params contains all the parameters to send to the API endpoint for the kick group member public v2 operation typically these are written to a http.Request

func NewKickGroupMemberPublicV2Params added in v0.37.0

func NewKickGroupMemberPublicV2Params() *KickGroupMemberPublicV2Params

NewKickGroupMemberPublicV2Params creates a new KickGroupMemberPublicV2Params object with the default values initialized.

func NewKickGroupMemberPublicV2ParamsWithContext added in v0.37.0

func NewKickGroupMemberPublicV2ParamsWithContext(ctx context.Context) *KickGroupMemberPublicV2Params

NewKickGroupMemberPublicV2ParamsWithContext creates a new KickGroupMemberPublicV2Params object with the default values initialized, and the ability to set a context for a request

func NewKickGroupMemberPublicV2ParamsWithHTTPClient added in v0.37.0

func NewKickGroupMemberPublicV2ParamsWithHTTPClient(client *http.Client) *KickGroupMemberPublicV2Params

NewKickGroupMemberPublicV2ParamsWithHTTPClient creates a new KickGroupMemberPublicV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewKickGroupMemberPublicV2ParamsWithTimeout added in v0.37.0

func NewKickGroupMemberPublicV2ParamsWithTimeout(timeout time.Duration) *KickGroupMemberPublicV2Params

NewKickGroupMemberPublicV2ParamsWithTimeout creates a new KickGroupMemberPublicV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*KickGroupMemberPublicV2Params) SetAuthInfoWriter added in v0.37.0

func (o *KickGroupMemberPublicV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the kick group member public v2 params

func (*KickGroupMemberPublicV2Params) SetContext added in v0.37.0

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

SetContext adds the context to the kick group member public v2 params

func (*KickGroupMemberPublicV2Params) SetFlightId added in v0.63.0

func (o *KickGroupMemberPublicV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*KickGroupMemberPublicV2Params) SetGroupID added in v0.37.0

func (o *KickGroupMemberPublicV2Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the kick group member public v2 params

func (*KickGroupMemberPublicV2Params) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the kick group member public v2 params

func (*KickGroupMemberPublicV2Params) SetHTTPClientTransport added in v0.37.0

func (o *KickGroupMemberPublicV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the kick group member public v2 params

func (*KickGroupMemberPublicV2Params) SetNamespace added in v0.37.0

func (o *KickGroupMemberPublicV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the kick group member public v2 params

func (*KickGroupMemberPublicV2Params) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the kick group member public v2 params

func (*KickGroupMemberPublicV2Params) SetUserID added in v0.37.0

func (o *KickGroupMemberPublicV2Params) SetUserID(userID string)

SetUserID adds the userId to the kick group member public v2 params

func (*KickGroupMemberPublicV2Params) WithContext added in v0.37.0

WithContext adds the context to the kick group member public v2 params

func (*KickGroupMemberPublicV2Params) WithGroupID added in v0.37.0

WithGroupID adds the groupID to the kick group member public v2 params

func (*KickGroupMemberPublicV2Params) WithHTTPClient added in v0.37.0

WithHTTPClient adds the HTTPClient to the kick group member public v2 params

func (*KickGroupMemberPublicV2Params) WithNamespace added in v0.37.0

WithNamespace adds the namespace to the kick group member public v2 params

func (*KickGroupMemberPublicV2Params) WithTimeout added in v0.37.0

WithTimeout adds the timeout to the kick group member public v2 params

func (*KickGroupMemberPublicV2Params) WithUserID added in v0.37.0

WithUserID adds the userID to the kick group member public v2 params

func (*KickGroupMemberPublicV2Params) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type KickGroupMemberPublicV2Reader added in v0.37.0

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

KickGroupMemberPublicV2Reader is a Reader for the KickGroupMemberPublicV2 structure.

func (*KickGroupMemberPublicV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type KickGroupMemberPublicV2Unauthorized added in v0.37.0

type KickGroupMemberPublicV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

KickGroupMemberPublicV2Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewKickGroupMemberPublicV2Unauthorized added in v0.37.0

func NewKickGroupMemberPublicV2Unauthorized() *KickGroupMemberPublicV2Unauthorized

NewKickGroupMemberPublicV2Unauthorized creates a KickGroupMemberPublicV2Unauthorized with default headers values

func (*KickGroupMemberPublicV2Unauthorized) Error added in v0.37.0

func (*KickGroupMemberPublicV2Unauthorized) GetPayload added in v0.37.0

func (*KickGroupMemberPublicV2Unauthorized) ToJSONString added in v0.37.0

func (o *KickGroupMemberPublicV2Unauthorized) ToJSONString() string

type LeaveGroupPublicV1BadRequest

type LeaveGroupPublicV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

LeaveGroupPublicV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr><tr><td>73440</td><td>group admin cannot leave group</td></tr></table>

func NewLeaveGroupPublicV1BadRequest

func NewLeaveGroupPublicV1BadRequest() *LeaveGroupPublicV1BadRequest

NewLeaveGroupPublicV1BadRequest creates a LeaveGroupPublicV1BadRequest with default headers values

func (*LeaveGroupPublicV1BadRequest) Error

func (*LeaveGroupPublicV1BadRequest) GetPayload

func (*LeaveGroupPublicV1BadRequest) ToJSONString added in v0.25.0

func (o *LeaveGroupPublicV1BadRequest) ToJSONString() string

type LeaveGroupPublicV1Forbidden

type LeaveGroupPublicV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

LeaveGroupPublicV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewLeaveGroupPublicV1Forbidden

func NewLeaveGroupPublicV1Forbidden() *LeaveGroupPublicV1Forbidden

NewLeaveGroupPublicV1Forbidden creates a LeaveGroupPublicV1Forbidden with default headers values

func (*LeaveGroupPublicV1Forbidden) Error

func (*LeaveGroupPublicV1Forbidden) GetPayload

func (*LeaveGroupPublicV1Forbidden) ToJSONString added in v0.25.0

func (o *LeaveGroupPublicV1Forbidden) ToJSONString() string

type LeaveGroupPublicV1InternalServerError

type LeaveGroupPublicV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

LeaveGroupPublicV1InternalServerError handles this case with default header values.

Internal Server Error

func NewLeaveGroupPublicV1InternalServerError

func NewLeaveGroupPublicV1InternalServerError() *LeaveGroupPublicV1InternalServerError

NewLeaveGroupPublicV1InternalServerError creates a LeaveGroupPublicV1InternalServerError with default headers values

func (*LeaveGroupPublicV1InternalServerError) Error

func (*LeaveGroupPublicV1InternalServerError) GetPayload

func (*LeaveGroupPublicV1InternalServerError) ToJSONString added in v0.25.0

type LeaveGroupPublicV1NotFound

type LeaveGroupPublicV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

LeaveGroupPublicV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73034</td><td>user not belong to any group</td></tr></table>

func NewLeaveGroupPublicV1NotFound

func NewLeaveGroupPublicV1NotFound() *LeaveGroupPublicV1NotFound

NewLeaveGroupPublicV1NotFound creates a LeaveGroupPublicV1NotFound with default headers values

func (*LeaveGroupPublicV1NotFound) Error

func (*LeaveGroupPublicV1NotFound) GetPayload

func (*LeaveGroupPublicV1NotFound) ToJSONString added in v0.25.0

func (o *LeaveGroupPublicV1NotFound) ToJSONString() string

type LeaveGroupPublicV1OK

type LeaveGroupPublicV1OK struct {
	Payload *groupclientmodels.ModelsLeaveGroupResponseV1
}

LeaveGroupPublicV1OK handles this case with default header values.

OK

func NewLeaveGroupPublicV1OK

func NewLeaveGroupPublicV1OK() *LeaveGroupPublicV1OK

NewLeaveGroupPublicV1OK creates a LeaveGroupPublicV1OK with default headers values

func (*LeaveGroupPublicV1OK) Error

func (o *LeaveGroupPublicV1OK) Error() string

func (*LeaveGroupPublicV1OK) GetPayload

func (*LeaveGroupPublicV1OK) ToJSONString added in v0.25.0

func (o *LeaveGroupPublicV1OK) ToJSONString() string

type LeaveGroupPublicV1Params

type LeaveGroupPublicV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

LeaveGroupPublicV1Params contains all the parameters to send to the API endpoint for the leave group public v1 operation typically these are written to a http.Request

func NewLeaveGroupPublicV1Params

func NewLeaveGroupPublicV1Params() *LeaveGroupPublicV1Params

NewLeaveGroupPublicV1Params creates a new LeaveGroupPublicV1Params object with the default values initialized.

func NewLeaveGroupPublicV1ParamsWithContext

func NewLeaveGroupPublicV1ParamsWithContext(ctx context.Context) *LeaveGroupPublicV1Params

NewLeaveGroupPublicV1ParamsWithContext creates a new LeaveGroupPublicV1Params object with the default values initialized, and the ability to set a context for a request

func NewLeaveGroupPublicV1ParamsWithHTTPClient

func NewLeaveGroupPublicV1ParamsWithHTTPClient(client *http.Client) *LeaveGroupPublicV1Params

NewLeaveGroupPublicV1ParamsWithHTTPClient creates a new LeaveGroupPublicV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewLeaveGroupPublicV1ParamsWithTimeout

func NewLeaveGroupPublicV1ParamsWithTimeout(timeout time.Duration) *LeaveGroupPublicV1Params

NewLeaveGroupPublicV1ParamsWithTimeout creates a new LeaveGroupPublicV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*LeaveGroupPublicV1Params) SetAuthInfoWriter added in v0.17.0

func (o *LeaveGroupPublicV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the leave group public v1 params

func (*LeaveGroupPublicV1Params) SetContext

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

SetContext adds the context to the leave group public v1 params

func (*LeaveGroupPublicV1Params) SetFlightId added in v0.63.0

func (o *LeaveGroupPublicV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*LeaveGroupPublicV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the leave group public v1 params

func (*LeaveGroupPublicV1Params) SetHTTPClientTransport added in v0.19.0

func (o *LeaveGroupPublicV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the leave group public v1 params

func (*LeaveGroupPublicV1Params) SetNamespace

func (o *LeaveGroupPublicV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the leave group public v1 params

func (*LeaveGroupPublicV1Params) SetTimeout

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

SetTimeout adds the timeout to the leave group public v1 params

func (*LeaveGroupPublicV1Params) WithContext

WithContext adds the context to the leave group public v1 params

func (*LeaveGroupPublicV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the leave group public v1 params

func (*LeaveGroupPublicV1Params) WithNamespace

func (o *LeaveGroupPublicV1Params) WithNamespace(namespace string) *LeaveGroupPublicV1Params

WithNamespace adds the namespace to the leave group public v1 params

func (*LeaveGroupPublicV1Params) WithTimeout

WithTimeout adds the timeout to the leave group public v1 params

func (*LeaveGroupPublicV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type LeaveGroupPublicV1Reader

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

LeaveGroupPublicV1Reader is a Reader for the LeaveGroupPublicV1 structure.

func (*LeaveGroupPublicV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type LeaveGroupPublicV1Unauthorized

type LeaveGroupPublicV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

LeaveGroupPublicV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewLeaveGroupPublicV1Unauthorized

func NewLeaveGroupPublicV1Unauthorized() *LeaveGroupPublicV1Unauthorized

NewLeaveGroupPublicV1Unauthorized creates a LeaveGroupPublicV1Unauthorized with default headers values

func (*LeaveGroupPublicV1Unauthorized) Error

func (*LeaveGroupPublicV1Unauthorized) GetPayload

func (*LeaveGroupPublicV1Unauthorized) ToJSONString added in v0.25.0

func (o *LeaveGroupPublicV1Unauthorized) ToJSONString() string

type LeaveGroupPublicV2BadRequest added in v0.37.0

type LeaveGroupPublicV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

LeaveGroupPublicV2BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr><tr><td>73440</td><td>group admin cannot leave group</td></tr></table>

func NewLeaveGroupPublicV2BadRequest added in v0.37.0

func NewLeaveGroupPublicV2BadRequest() *LeaveGroupPublicV2BadRequest

NewLeaveGroupPublicV2BadRequest creates a LeaveGroupPublicV2BadRequest with default headers values

func (*LeaveGroupPublicV2BadRequest) Error added in v0.37.0

func (*LeaveGroupPublicV2BadRequest) GetPayload added in v0.37.0

func (*LeaveGroupPublicV2BadRequest) ToJSONString added in v0.37.0

func (o *LeaveGroupPublicV2BadRequest) ToJSONString() string

type LeaveGroupPublicV2Forbidden added in v0.37.0

type LeaveGroupPublicV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

LeaveGroupPublicV2Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewLeaveGroupPublicV2Forbidden added in v0.37.0

func NewLeaveGroupPublicV2Forbidden() *LeaveGroupPublicV2Forbidden

NewLeaveGroupPublicV2Forbidden creates a LeaveGroupPublicV2Forbidden with default headers values

func (*LeaveGroupPublicV2Forbidden) Error added in v0.37.0

func (*LeaveGroupPublicV2Forbidden) GetPayload added in v0.37.0

func (*LeaveGroupPublicV2Forbidden) ToJSONString added in v0.37.0

func (o *LeaveGroupPublicV2Forbidden) ToJSONString() string

type LeaveGroupPublicV2InternalServerError added in v0.37.0

type LeaveGroupPublicV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

LeaveGroupPublicV2InternalServerError handles this case with default header values.

Internal Server Error

func NewLeaveGroupPublicV2InternalServerError added in v0.37.0

func NewLeaveGroupPublicV2InternalServerError() *LeaveGroupPublicV2InternalServerError

NewLeaveGroupPublicV2InternalServerError creates a LeaveGroupPublicV2InternalServerError with default headers values

func (*LeaveGroupPublicV2InternalServerError) Error added in v0.37.0

func (*LeaveGroupPublicV2InternalServerError) GetPayload added in v0.37.0

func (*LeaveGroupPublicV2InternalServerError) ToJSONString added in v0.37.0

type LeaveGroupPublicV2NotFound added in v0.37.0

type LeaveGroupPublicV2NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

LeaveGroupPublicV2NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73034</td><td>user not belong to any group</td></tr></table>

func NewLeaveGroupPublicV2NotFound added in v0.37.0

func NewLeaveGroupPublicV2NotFound() *LeaveGroupPublicV2NotFound

NewLeaveGroupPublicV2NotFound creates a LeaveGroupPublicV2NotFound with default headers values

func (*LeaveGroupPublicV2NotFound) Error added in v0.37.0

func (*LeaveGroupPublicV2NotFound) GetPayload added in v0.37.0

func (*LeaveGroupPublicV2NotFound) ToJSONString added in v0.37.0

func (o *LeaveGroupPublicV2NotFound) ToJSONString() string

type LeaveGroupPublicV2OK added in v0.37.0

type LeaveGroupPublicV2OK struct {
	Payload *groupclientmodels.ModelsLeaveGroupResponseV1
}

LeaveGroupPublicV2OK handles this case with default header values.

OK

func NewLeaveGroupPublicV2OK added in v0.37.0

func NewLeaveGroupPublicV2OK() *LeaveGroupPublicV2OK

NewLeaveGroupPublicV2OK creates a LeaveGroupPublicV2OK with default headers values

func (*LeaveGroupPublicV2OK) Error added in v0.37.0

func (o *LeaveGroupPublicV2OK) Error() string

func (*LeaveGroupPublicV2OK) GetPayload added in v0.37.0

func (*LeaveGroupPublicV2OK) ToJSONString added in v0.37.0

func (o *LeaveGroupPublicV2OK) ToJSONString() string

type LeaveGroupPublicV2Params added in v0.37.0

type LeaveGroupPublicV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

LeaveGroupPublicV2Params contains all the parameters to send to the API endpoint for the leave group public v2 operation typically these are written to a http.Request

func NewLeaveGroupPublicV2Params added in v0.37.0

func NewLeaveGroupPublicV2Params() *LeaveGroupPublicV2Params

NewLeaveGroupPublicV2Params creates a new LeaveGroupPublicV2Params object with the default values initialized.

func NewLeaveGroupPublicV2ParamsWithContext added in v0.37.0

func NewLeaveGroupPublicV2ParamsWithContext(ctx context.Context) *LeaveGroupPublicV2Params

NewLeaveGroupPublicV2ParamsWithContext creates a new LeaveGroupPublicV2Params object with the default values initialized, and the ability to set a context for a request

func NewLeaveGroupPublicV2ParamsWithHTTPClient added in v0.37.0

func NewLeaveGroupPublicV2ParamsWithHTTPClient(client *http.Client) *LeaveGroupPublicV2Params

NewLeaveGroupPublicV2ParamsWithHTTPClient creates a new LeaveGroupPublicV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewLeaveGroupPublicV2ParamsWithTimeout added in v0.37.0

func NewLeaveGroupPublicV2ParamsWithTimeout(timeout time.Duration) *LeaveGroupPublicV2Params

NewLeaveGroupPublicV2ParamsWithTimeout creates a new LeaveGroupPublicV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*LeaveGroupPublicV2Params) SetAuthInfoWriter added in v0.37.0

func (o *LeaveGroupPublicV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the leave group public v2 params

func (*LeaveGroupPublicV2Params) SetContext added in v0.37.0

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

SetContext adds the context to the leave group public v2 params

func (*LeaveGroupPublicV2Params) SetFlightId added in v0.63.0

func (o *LeaveGroupPublicV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*LeaveGroupPublicV2Params) SetGroupID added in v0.37.0

func (o *LeaveGroupPublicV2Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the leave group public v2 params

func (*LeaveGroupPublicV2Params) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the leave group public v2 params

func (*LeaveGroupPublicV2Params) SetHTTPClientTransport added in v0.37.0

func (o *LeaveGroupPublicV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the leave group public v2 params

func (*LeaveGroupPublicV2Params) SetNamespace added in v0.37.0

func (o *LeaveGroupPublicV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the leave group public v2 params

func (*LeaveGroupPublicV2Params) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the leave group public v2 params

func (*LeaveGroupPublicV2Params) WithContext added in v0.37.0

WithContext adds the context to the leave group public v2 params

func (*LeaveGroupPublicV2Params) WithGroupID added in v0.37.0

func (o *LeaveGroupPublicV2Params) WithGroupID(groupID string) *LeaveGroupPublicV2Params

WithGroupID adds the groupID to the leave group public v2 params

func (*LeaveGroupPublicV2Params) WithHTTPClient added in v0.37.0

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

WithHTTPClient adds the HTTPClient to the leave group public v2 params

func (*LeaveGroupPublicV2Params) WithNamespace added in v0.37.0

func (o *LeaveGroupPublicV2Params) WithNamespace(namespace string) *LeaveGroupPublicV2Params

WithNamespace adds the namespace to the leave group public v2 params

func (*LeaveGroupPublicV2Params) WithTimeout added in v0.37.0

WithTimeout adds the timeout to the leave group public v2 params

func (*LeaveGroupPublicV2Params) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type LeaveGroupPublicV2Reader added in v0.37.0

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

LeaveGroupPublicV2Reader is a Reader for the LeaveGroupPublicV2 structure.

func (*LeaveGroupPublicV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type LeaveGroupPublicV2Unauthorized added in v0.37.0

type LeaveGroupPublicV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

LeaveGroupPublicV2Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewLeaveGroupPublicV2Unauthorized added in v0.37.0

func NewLeaveGroupPublicV2Unauthorized() *LeaveGroupPublicV2Unauthorized

NewLeaveGroupPublicV2Unauthorized creates a LeaveGroupPublicV2Unauthorized with default headers values

func (*LeaveGroupPublicV2Unauthorized) Error added in v0.37.0

func (*LeaveGroupPublicV2Unauthorized) GetPayload added in v0.37.0

func (*LeaveGroupPublicV2Unauthorized) ToJSONString added in v0.37.0

func (o *LeaveGroupPublicV2Unauthorized) ToJSONString() string

type RejectGroupInvitationPublicV1BadRequest

type RejectGroupInvitationPublicV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupInvitationPublicV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewRejectGroupInvitationPublicV1BadRequest

func NewRejectGroupInvitationPublicV1BadRequest() *RejectGroupInvitationPublicV1BadRequest

NewRejectGroupInvitationPublicV1BadRequest creates a RejectGroupInvitationPublicV1BadRequest with default headers values

func (*RejectGroupInvitationPublicV1BadRequest) Error

func (*RejectGroupInvitationPublicV1BadRequest) GetPayload

func (*RejectGroupInvitationPublicV1BadRequest) ToJSONString added in v0.25.0

type RejectGroupInvitationPublicV1Conflict

type RejectGroupInvitationPublicV1Conflict struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupInvitationPublicV1Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73442</td><td>user already joined in another group</td></tr></table>

func NewRejectGroupInvitationPublicV1Conflict

func NewRejectGroupInvitationPublicV1Conflict() *RejectGroupInvitationPublicV1Conflict

NewRejectGroupInvitationPublicV1Conflict creates a RejectGroupInvitationPublicV1Conflict with default headers values

func (*RejectGroupInvitationPublicV1Conflict) Error

func (*RejectGroupInvitationPublicV1Conflict) GetPayload

func (*RejectGroupInvitationPublicV1Conflict) ToJSONString added in v0.25.0

type RejectGroupInvitationPublicV1Forbidden

type RejectGroupInvitationPublicV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupInvitationPublicV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewRejectGroupInvitationPublicV1Forbidden

func NewRejectGroupInvitationPublicV1Forbidden() *RejectGroupInvitationPublicV1Forbidden

NewRejectGroupInvitationPublicV1Forbidden creates a RejectGroupInvitationPublicV1Forbidden with default headers values

func (*RejectGroupInvitationPublicV1Forbidden) Error

func (*RejectGroupInvitationPublicV1Forbidden) GetPayload

func (*RejectGroupInvitationPublicV1Forbidden) ToJSONString added in v0.25.0

type RejectGroupInvitationPublicV1InternalServerError

type RejectGroupInvitationPublicV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupInvitationPublicV1InternalServerError handles this case with default header values.

Internal Server Error

func NewRejectGroupInvitationPublicV1InternalServerError

func NewRejectGroupInvitationPublicV1InternalServerError() *RejectGroupInvitationPublicV1InternalServerError

NewRejectGroupInvitationPublicV1InternalServerError creates a RejectGroupInvitationPublicV1InternalServerError with default headers values

func (*RejectGroupInvitationPublicV1InternalServerError) Error

func (*RejectGroupInvitationPublicV1InternalServerError) GetPayload

func (*RejectGroupInvitationPublicV1InternalServerError) ToJSONString added in v0.25.0

type RejectGroupInvitationPublicV1NotFound

type RejectGroupInvitationPublicV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupInvitationPublicV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73443</td><td>member request not found</td></tr></table>

func NewRejectGroupInvitationPublicV1NotFound

func NewRejectGroupInvitationPublicV1NotFound() *RejectGroupInvitationPublicV1NotFound

NewRejectGroupInvitationPublicV1NotFound creates a RejectGroupInvitationPublicV1NotFound with default headers values

func (*RejectGroupInvitationPublicV1NotFound) Error

func (*RejectGroupInvitationPublicV1NotFound) GetPayload

func (*RejectGroupInvitationPublicV1NotFound) ToJSONString added in v0.25.0

type RejectGroupInvitationPublicV1OK

type RejectGroupInvitationPublicV1OK struct {
	Payload *groupclientmodels.ModelsMemberRequestGroupResponseV1
}

RejectGroupInvitationPublicV1OK handles this case with default header values.

OK

func NewRejectGroupInvitationPublicV1OK

func NewRejectGroupInvitationPublicV1OK() *RejectGroupInvitationPublicV1OK

NewRejectGroupInvitationPublicV1OK creates a RejectGroupInvitationPublicV1OK with default headers values

func (*RejectGroupInvitationPublicV1OK) Error

func (*RejectGroupInvitationPublicV1OK) GetPayload

func (*RejectGroupInvitationPublicV1OK) ToJSONString added in v0.25.0

func (o *RejectGroupInvitationPublicV1OK) ToJSONString() string

type RejectGroupInvitationPublicV1Params

type RejectGroupInvitationPublicV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

RejectGroupInvitationPublicV1Params contains all the parameters to send to the API endpoint for the reject group invitation public v1 operation typically these are written to a http.Request

func NewRejectGroupInvitationPublicV1Params

func NewRejectGroupInvitationPublicV1Params() *RejectGroupInvitationPublicV1Params

NewRejectGroupInvitationPublicV1Params creates a new RejectGroupInvitationPublicV1Params object with the default values initialized.

func NewRejectGroupInvitationPublicV1ParamsWithContext

func NewRejectGroupInvitationPublicV1ParamsWithContext(ctx context.Context) *RejectGroupInvitationPublicV1Params

NewRejectGroupInvitationPublicV1ParamsWithContext creates a new RejectGroupInvitationPublicV1Params object with the default values initialized, and the ability to set a context for a request

func NewRejectGroupInvitationPublicV1ParamsWithHTTPClient

func NewRejectGroupInvitationPublicV1ParamsWithHTTPClient(client *http.Client) *RejectGroupInvitationPublicV1Params

NewRejectGroupInvitationPublicV1ParamsWithHTTPClient creates a new RejectGroupInvitationPublicV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRejectGroupInvitationPublicV1ParamsWithTimeout

func NewRejectGroupInvitationPublicV1ParamsWithTimeout(timeout time.Duration) *RejectGroupInvitationPublicV1Params

NewRejectGroupInvitationPublicV1ParamsWithTimeout creates a new RejectGroupInvitationPublicV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*RejectGroupInvitationPublicV1Params) SetAuthInfoWriter added in v0.17.0

func (o *RejectGroupInvitationPublicV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the reject group invitation public v1 params

func (*RejectGroupInvitationPublicV1Params) SetContext

SetContext adds the context to the reject group invitation public v1 params

func (*RejectGroupInvitationPublicV1Params) SetFlightId added in v0.63.0

func (o *RejectGroupInvitationPublicV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*RejectGroupInvitationPublicV1Params) SetGroupID

func (o *RejectGroupInvitationPublicV1Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the reject group invitation public v1 params

func (*RejectGroupInvitationPublicV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reject group invitation public v1 params

func (*RejectGroupInvitationPublicV1Params) SetHTTPClientTransport added in v0.19.0

func (o *RejectGroupInvitationPublicV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the reject group invitation public v1 params

func (*RejectGroupInvitationPublicV1Params) SetNamespace

func (o *RejectGroupInvitationPublicV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the reject group invitation public v1 params

func (*RejectGroupInvitationPublicV1Params) SetTimeout

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

SetTimeout adds the timeout to the reject group invitation public v1 params

func (*RejectGroupInvitationPublicV1Params) WithContext

WithContext adds the context to the reject group invitation public v1 params

func (*RejectGroupInvitationPublicV1Params) WithGroupID

WithGroupID adds the groupID to the reject group invitation public v1 params

func (*RejectGroupInvitationPublicV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reject group invitation public v1 params

func (*RejectGroupInvitationPublicV1Params) WithNamespace

WithNamespace adds the namespace to the reject group invitation public v1 params

func (*RejectGroupInvitationPublicV1Params) WithTimeout

WithTimeout adds the timeout to the reject group invitation public v1 params

func (*RejectGroupInvitationPublicV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectGroupInvitationPublicV1Reader

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

RejectGroupInvitationPublicV1Reader is a Reader for the RejectGroupInvitationPublicV1 structure.

func (*RejectGroupInvitationPublicV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectGroupInvitationPublicV1Unauthorized

type RejectGroupInvitationPublicV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupInvitationPublicV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewRejectGroupInvitationPublicV1Unauthorized

func NewRejectGroupInvitationPublicV1Unauthorized() *RejectGroupInvitationPublicV1Unauthorized

NewRejectGroupInvitationPublicV1Unauthorized creates a RejectGroupInvitationPublicV1Unauthorized with default headers values

func (*RejectGroupInvitationPublicV1Unauthorized) Error

func (*RejectGroupInvitationPublicV1Unauthorized) GetPayload

func (*RejectGroupInvitationPublicV1Unauthorized) ToJSONString added in v0.25.0

type RejectGroupInvitationPublicV2BadRequest added in v0.37.0

type RejectGroupInvitationPublicV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupInvitationPublicV2BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewRejectGroupInvitationPublicV2BadRequest added in v0.37.0

func NewRejectGroupInvitationPublicV2BadRequest() *RejectGroupInvitationPublicV2BadRequest

NewRejectGroupInvitationPublicV2BadRequest creates a RejectGroupInvitationPublicV2BadRequest with default headers values

func (*RejectGroupInvitationPublicV2BadRequest) Error added in v0.37.0

func (*RejectGroupInvitationPublicV2BadRequest) GetPayload added in v0.37.0

func (*RejectGroupInvitationPublicV2BadRequest) ToJSONString added in v0.37.0

type RejectGroupInvitationPublicV2Conflict added in v0.37.0

type RejectGroupInvitationPublicV2Conflict struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupInvitationPublicV2Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73442</td><td>user already joined in another group</td></tr></table>

func NewRejectGroupInvitationPublicV2Conflict added in v0.37.0

func NewRejectGroupInvitationPublicV2Conflict() *RejectGroupInvitationPublicV2Conflict

NewRejectGroupInvitationPublicV2Conflict creates a RejectGroupInvitationPublicV2Conflict with default headers values

func (*RejectGroupInvitationPublicV2Conflict) Error added in v0.37.0

func (*RejectGroupInvitationPublicV2Conflict) GetPayload added in v0.37.0

func (*RejectGroupInvitationPublicV2Conflict) ToJSONString added in v0.37.0

type RejectGroupInvitationPublicV2Forbidden added in v0.37.0

type RejectGroupInvitationPublicV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupInvitationPublicV2Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewRejectGroupInvitationPublicV2Forbidden added in v0.37.0

func NewRejectGroupInvitationPublicV2Forbidden() *RejectGroupInvitationPublicV2Forbidden

NewRejectGroupInvitationPublicV2Forbidden creates a RejectGroupInvitationPublicV2Forbidden with default headers values

func (*RejectGroupInvitationPublicV2Forbidden) Error added in v0.37.0

func (*RejectGroupInvitationPublicV2Forbidden) GetPayload added in v0.37.0

func (*RejectGroupInvitationPublicV2Forbidden) ToJSONString added in v0.37.0

type RejectGroupInvitationPublicV2InternalServerError added in v0.37.0

type RejectGroupInvitationPublicV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupInvitationPublicV2InternalServerError handles this case with default header values.

Internal Server Error

func NewRejectGroupInvitationPublicV2InternalServerError added in v0.37.0

func NewRejectGroupInvitationPublicV2InternalServerError() *RejectGroupInvitationPublicV2InternalServerError

NewRejectGroupInvitationPublicV2InternalServerError creates a RejectGroupInvitationPublicV2InternalServerError with default headers values

func (*RejectGroupInvitationPublicV2InternalServerError) Error added in v0.37.0

func (*RejectGroupInvitationPublicV2InternalServerError) GetPayload added in v0.37.0

func (*RejectGroupInvitationPublicV2InternalServerError) ToJSONString added in v0.37.0

type RejectGroupInvitationPublicV2NotFound added in v0.37.0

type RejectGroupInvitationPublicV2NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupInvitationPublicV2NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73443</td><td>member request not found</td></tr></table>

func NewRejectGroupInvitationPublicV2NotFound added in v0.37.0

func NewRejectGroupInvitationPublicV2NotFound() *RejectGroupInvitationPublicV2NotFound

NewRejectGroupInvitationPublicV2NotFound creates a RejectGroupInvitationPublicV2NotFound with default headers values

func (*RejectGroupInvitationPublicV2NotFound) Error added in v0.37.0

func (*RejectGroupInvitationPublicV2NotFound) GetPayload added in v0.37.0

func (*RejectGroupInvitationPublicV2NotFound) ToJSONString added in v0.37.0

type RejectGroupInvitationPublicV2OK added in v0.37.0

type RejectGroupInvitationPublicV2OK struct {
	Payload *groupclientmodels.ModelsMemberRequestGroupResponseV1
}

RejectGroupInvitationPublicV2OK handles this case with default header values.

OK

func NewRejectGroupInvitationPublicV2OK added in v0.37.0

func NewRejectGroupInvitationPublicV2OK() *RejectGroupInvitationPublicV2OK

NewRejectGroupInvitationPublicV2OK creates a RejectGroupInvitationPublicV2OK with default headers values

func (*RejectGroupInvitationPublicV2OK) Error added in v0.37.0

func (*RejectGroupInvitationPublicV2OK) GetPayload added in v0.37.0

func (*RejectGroupInvitationPublicV2OK) ToJSONString added in v0.37.0

func (o *RejectGroupInvitationPublicV2OK) ToJSONString() string

type RejectGroupInvitationPublicV2Params added in v0.37.0

type RejectGroupInvitationPublicV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

RejectGroupInvitationPublicV2Params contains all the parameters to send to the API endpoint for the reject group invitation public v2 operation typically these are written to a http.Request

func NewRejectGroupInvitationPublicV2Params added in v0.37.0

func NewRejectGroupInvitationPublicV2Params() *RejectGroupInvitationPublicV2Params

NewRejectGroupInvitationPublicV2Params creates a new RejectGroupInvitationPublicV2Params object with the default values initialized.

func NewRejectGroupInvitationPublicV2ParamsWithContext added in v0.37.0

func NewRejectGroupInvitationPublicV2ParamsWithContext(ctx context.Context) *RejectGroupInvitationPublicV2Params

NewRejectGroupInvitationPublicV2ParamsWithContext creates a new RejectGroupInvitationPublicV2Params object with the default values initialized, and the ability to set a context for a request

func NewRejectGroupInvitationPublicV2ParamsWithHTTPClient added in v0.37.0

func NewRejectGroupInvitationPublicV2ParamsWithHTTPClient(client *http.Client) *RejectGroupInvitationPublicV2Params

NewRejectGroupInvitationPublicV2ParamsWithHTTPClient creates a new RejectGroupInvitationPublicV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRejectGroupInvitationPublicV2ParamsWithTimeout added in v0.37.0

func NewRejectGroupInvitationPublicV2ParamsWithTimeout(timeout time.Duration) *RejectGroupInvitationPublicV2Params

NewRejectGroupInvitationPublicV2ParamsWithTimeout creates a new RejectGroupInvitationPublicV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*RejectGroupInvitationPublicV2Params) SetAuthInfoWriter added in v0.37.0

func (o *RejectGroupInvitationPublicV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the reject group invitation public v2 params

func (*RejectGroupInvitationPublicV2Params) SetContext added in v0.37.0

SetContext adds the context to the reject group invitation public v2 params

func (*RejectGroupInvitationPublicV2Params) SetFlightId added in v0.63.0

func (o *RejectGroupInvitationPublicV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*RejectGroupInvitationPublicV2Params) SetGroupID added in v0.37.0

func (o *RejectGroupInvitationPublicV2Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the reject group invitation public v2 params

func (*RejectGroupInvitationPublicV2Params) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the reject group invitation public v2 params

func (*RejectGroupInvitationPublicV2Params) SetHTTPClientTransport added in v0.37.0

func (o *RejectGroupInvitationPublicV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the reject group invitation public v2 params

func (*RejectGroupInvitationPublicV2Params) SetNamespace added in v0.37.0

func (o *RejectGroupInvitationPublicV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the reject group invitation public v2 params

func (*RejectGroupInvitationPublicV2Params) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the reject group invitation public v2 params

func (*RejectGroupInvitationPublicV2Params) WithContext added in v0.37.0

WithContext adds the context to the reject group invitation public v2 params

func (*RejectGroupInvitationPublicV2Params) WithGroupID added in v0.37.0

WithGroupID adds the groupID to the reject group invitation public v2 params

func (*RejectGroupInvitationPublicV2Params) WithHTTPClient added in v0.37.0

WithHTTPClient adds the HTTPClient to the reject group invitation public v2 params

func (*RejectGroupInvitationPublicV2Params) WithNamespace added in v0.37.0

WithNamespace adds the namespace to the reject group invitation public v2 params

func (*RejectGroupInvitationPublicV2Params) WithTimeout added in v0.37.0

WithTimeout adds the timeout to the reject group invitation public v2 params

func (*RejectGroupInvitationPublicV2Params) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type RejectGroupInvitationPublicV2Reader added in v0.37.0

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

RejectGroupInvitationPublicV2Reader is a Reader for the RejectGroupInvitationPublicV2 structure.

func (*RejectGroupInvitationPublicV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type RejectGroupInvitationPublicV2Unauthorized added in v0.37.0

type RejectGroupInvitationPublicV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupInvitationPublicV2Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewRejectGroupInvitationPublicV2Unauthorized added in v0.37.0

func NewRejectGroupInvitationPublicV2Unauthorized() *RejectGroupInvitationPublicV2Unauthorized

NewRejectGroupInvitationPublicV2Unauthorized creates a RejectGroupInvitationPublicV2Unauthorized with default headers values

func (*RejectGroupInvitationPublicV2Unauthorized) Error added in v0.37.0

func (*RejectGroupInvitationPublicV2Unauthorized) GetPayload added in v0.37.0

func (*RejectGroupInvitationPublicV2Unauthorized) ToJSONString added in v0.37.0

type RejectGroupJoinRequestPublicV1BadRequest

type RejectGroupJoinRequestPublicV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupJoinRequestPublicV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewRejectGroupJoinRequestPublicV1BadRequest

func NewRejectGroupJoinRequestPublicV1BadRequest() *RejectGroupJoinRequestPublicV1BadRequest

NewRejectGroupJoinRequestPublicV1BadRequest creates a RejectGroupJoinRequestPublicV1BadRequest with default headers values

func (*RejectGroupJoinRequestPublicV1BadRequest) Error

func (*RejectGroupJoinRequestPublicV1BadRequest) GetPayload

func (*RejectGroupJoinRequestPublicV1BadRequest) ToJSONString added in v0.25.0

type RejectGroupJoinRequestPublicV1Conflict

type RejectGroupJoinRequestPublicV1Conflict struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupJoinRequestPublicV1Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73442</td><td>user already joined in another group</td></tr></table>

func NewRejectGroupJoinRequestPublicV1Conflict

func NewRejectGroupJoinRequestPublicV1Conflict() *RejectGroupJoinRequestPublicV1Conflict

NewRejectGroupJoinRequestPublicV1Conflict creates a RejectGroupJoinRequestPublicV1Conflict with default headers values

func (*RejectGroupJoinRequestPublicV1Conflict) Error

func (*RejectGroupJoinRequestPublicV1Conflict) GetPayload

func (*RejectGroupJoinRequestPublicV1Conflict) ToJSONString added in v0.25.0

type RejectGroupJoinRequestPublicV1Forbidden

type RejectGroupJoinRequestPublicV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupJoinRequestPublicV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr><tr><td>73036</td><td>insufficient member role permission</td></tr></table>

func NewRejectGroupJoinRequestPublicV1Forbidden

func NewRejectGroupJoinRequestPublicV1Forbidden() *RejectGroupJoinRequestPublicV1Forbidden

NewRejectGroupJoinRequestPublicV1Forbidden creates a RejectGroupJoinRequestPublicV1Forbidden with default headers values

func (*RejectGroupJoinRequestPublicV1Forbidden) Error

func (*RejectGroupJoinRequestPublicV1Forbidden) GetPayload

func (*RejectGroupJoinRequestPublicV1Forbidden) ToJSONString added in v0.25.0

type RejectGroupJoinRequestPublicV1InternalServerError

type RejectGroupJoinRequestPublicV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupJoinRequestPublicV1InternalServerError handles this case with default header values.

Internal Server Error

func NewRejectGroupJoinRequestPublicV1InternalServerError

func NewRejectGroupJoinRequestPublicV1InternalServerError() *RejectGroupJoinRequestPublicV1InternalServerError

NewRejectGroupJoinRequestPublicV1InternalServerError creates a RejectGroupJoinRequestPublicV1InternalServerError with default headers values

func (*RejectGroupJoinRequestPublicV1InternalServerError) Error

func (*RejectGroupJoinRequestPublicV1InternalServerError) GetPayload

func (*RejectGroupJoinRequestPublicV1InternalServerError) ToJSONString added in v0.25.0

type RejectGroupJoinRequestPublicV1NotFound

type RejectGroupJoinRequestPublicV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupJoinRequestPublicV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73443</td><td>member request not found</td></tr></table>

func NewRejectGroupJoinRequestPublicV1NotFound

func NewRejectGroupJoinRequestPublicV1NotFound() *RejectGroupJoinRequestPublicV1NotFound

NewRejectGroupJoinRequestPublicV1NotFound creates a RejectGroupJoinRequestPublicV1NotFound with default headers values

func (*RejectGroupJoinRequestPublicV1NotFound) Error

func (*RejectGroupJoinRequestPublicV1NotFound) GetPayload

func (*RejectGroupJoinRequestPublicV1NotFound) ToJSONString added in v0.25.0

type RejectGroupJoinRequestPublicV1OK

type RejectGroupJoinRequestPublicV1OK struct {
	Payload *groupclientmodels.ModelsMemberRequestGroupResponseV1
}

RejectGroupJoinRequestPublicV1OK handles this case with default header values.

OK

func NewRejectGroupJoinRequestPublicV1OK

func NewRejectGroupJoinRequestPublicV1OK() *RejectGroupJoinRequestPublicV1OK

NewRejectGroupJoinRequestPublicV1OK creates a RejectGroupJoinRequestPublicV1OK with default headers values

func (*RejectGroupJoinRequestPublicV1OK) Error

func (*RejectGroupJoinRequestPublicV1OK) GetPayload

func (*RejectGroupJoinRequestPublicV1OK) ToJSONString added in v0.25.0

func (o *RejectGroupJoinRequestPublicV1OK) ToJSONString() string

type RejectGroupJoinRequestPublicV1Params

type RejectGroupJoinRequestPublicV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

RejectGroupJoinRequestPublicV1Params contains all the parameters to send to the API endpoint for the reject group join request public v1 operation typically these are written to a http.Request

func NewRejectGroupJoinRequestPublicV1Params

func NewRejectGroupJoinRequestPublicV1Params() *RejectGroupJoinRequestPublicV1Params

NewRejectGroupJoinRequestPublicV1Params creates a new RejectGroupJoinRequestPublicV1Params object with the default values initialized.

func NewRejectGroupJoinRequestPublicV1ParamsWithContext

func NewRejectGroupJoinRequestPublicV1ParamsWithContext(ctx context.Context) *RejectGroupJoinRequestPublicV1Params

NewRejectGroupJoinRequestPublicV1ParamsWithContext creates a new RejectGroupJoinRequestPublicV1Params object with the default values initialized, and the ability to set a context for a request

func NewRejectGroupJoinRequestPublicV1ParamsWithHTTPClient

func NewRejectGroupJoinRequestPublicV1ParamsWithHTTPClient(client *http.Client) *RejectGroupJoinRequestPublicV1Params

NewRejectGroupJoinRequestPublicV1ParamsWithHTTPClient creates a new RejectGroupJoinRequestPublicV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRejectGroupJoinRequestPublicV1ParamsWithTimeout

func NewRejectGroupJoinRequestPublicV1ParamsWithTimeout(timeout time.Duration) *RejectGroupJoinRequestPublicV1Params

NewRejectGroupJoinRequestPublicV1ParamsWithTimeout creates a new RejectGroupJoinRequestPublicV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*RejectGroupJoinRequestPublicV1Params) SetAuthInfoWriter added in v0.17.0

func (o *RejectGroupJoinRequestPublicV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the reject group join request public v1 params

func (*RejectGroupJoinRequestPublicV1Params) SetContext

SetContext adds the context to the reject group join request public v1 params

func (*RejectGroupJoinRequestPublicV1Params) SetFlightId added in v0.63.0

func (o *RejectGroupJoinRequestPublicV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*RejectGroupJoinRequestPublicV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reject group join request public v1 params

func (*RejectGroupJoinRequestPublicV1Params) SetHTTPClientTransport added in v0.19.0

func (o *RejectGroupJoinRequestPublicV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the reject group join request public v1 params

func (*RejectGroupJoinRequestPublicV1Params) SetNamespace

func (o *RejectGroupJoinRequestPublicV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the reject group join request public v1 params

func (*RejectGroupJoinRequestPublicV1Params) SetTimeout

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

SetTimeout adds the timeout to the reject group join request public v1 params

func (*RejectGroupJoinRequestPublicV1Params) SetUserID

func (o *RejectGroupJoinRequestPublicV1Params) SetUserID(userID string)

SetUserID adds the userId to the reject group join request public v1 params

func (*RejectGroupJoinRequestPublicV1Params) WithContext

WithContext adds the context to the reject group join request public v1 params

func (*RejectGroupJoinRequestPublicV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reject group join request public v1 params

func (*RejectGroupJoinRequestPublicV1Params) WithNamespace

WithNamespace adds the namespace to the reject group join request public v1 params

func (*RejectGroupJoinRequestPublicV1Params) WithTimeout

WithTimeout adds the timeout to the reject group join request public v1 params

func (*RejectGroupJoinRequestPublicV1Params) WithUserID

WithUserID adds the userID to the reject group join request public v1 params

func (*RejectGroupJoinRequestPublicV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectGroupJoinRequestPublicV1Reader

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

RejectGroupJoinRequestPublicV1Reader is a Reader for the RejectGroupJoinRequestPublicV1 structure.

func (*RejectGroupJoinRequestPublicV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectGroupJoinRequestPublicV1Unauthorized

type RejectGroupJoinRequestPublicV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupJoinRequestPublicV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewRejectGroupJoinRequestPublicV1Unauthorized

func NewRejectGroupJoinRequestPublicV1Unauthorized() *RejectGroupJoinRequestPublicV1Unauthorized

NewRejectGroupJoinRequestPublicV1Unauthorized creates a RejectGroupJoinRequestPublicV1Unauthorized with default headers values

func (*RejectGroupJoinRequestPublicV1Unauthorized) Error

func (*RejectGroupJoinRequestPublicV1Unauthorized) GetPayload

func (*RejectGroupJoinRequestPublicV1Unauthorized) ToJSONString added in v0.25.0

type RejectGroupJoinRequestPublicV2BadRequest added in v0.37.0

type RejectGroupJoinRequestPublicV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupJoinRequestPublicV2BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewRejectGroupJoinRequestPublicV2BadRequest added in v0.37.0

func NewRejectGroupJoinRequestPublicV2BadRequest() *RejectGroupJoinRequestPublicV2BadRequest

NewRejectGroupJoinRequestPublicV2BadRequest creates a RejectGroupJoinRequestPublicV2BadRequest with default headers values

func (*RejectGroupJoinRequestPublicV2BadRequest) Error added in v0.37.0

func (*RejectGroupJoinRequestPublicV2BadRequest) GetPayload added in v0.37.0

func (*RejectGroupJoinRequestPublicV2BadRequest) ToJSONString added in v0.37.0

type RejectGroupJoinRequestPublicV2Conflict added in v0.37.0

type RejectGroupJoinRequestPublicV2Conflict struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupJoinRequestPublicV2Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73442</td><td>user already joined in another group</td></tr></table>

func NewRejectGroupJoinRequestPublicV2Conflict added in v0.37.0

func NewRejectGroupJoinRequestPublicV2Conflict() *RejectGroupJoinRequestPublicV2Conflict

NewRejectGroupJoinRequestPublicV2Conflict creates a RejectGroupJoinRequestPublicV2Conflict with default headers values

func (*RejectGroupJoinRequestPublicV2Conflict) Error added in v0.37.0

func (*RejectGroupJoinRequestPublicV2Conflict) GetPayload added in v0.37.0

func (*RejectGroupJoinRequestPublicV2Conflict) ToJSONString added in v0.37.0

type RejectGroupJoinRequestPublicV2Forbidden added in v0.37.0

type RejectGroupJoinRequestPublicV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupJoinRequestPublicV2Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20022</td><td>token is not user token</td></tr><tr><td>73036</td><td>insufficient member role permission</td></tr></table>

func NewRejectGroupJoinRequestPublicV2Forbidden added in v0.37.0

func NewRejectGroupJoinRequestPublicV2Forbidden() *RejectGroupJoinRequestPublicV2Forbidden

NewRejectGroupJoinRequestPublicV2Forbidden creates a RejectGroupJoinRequestPublicV2Forbidden with default headers values

func (*RejectGroupJoinRequestPublicV2Forbidden) Error added in v0.37.0

func (*RejectGroupJoinRequestPublicV2Forbidden) GetPayload added in v0.37.0

func (*RejectGroupJoinRequestPublicV2Forbidden) ToJSONString added in v0.37.0

type RejectGroupJoinRequestPublicV2InternalServerError added in v0.37.0

type RejectGroupJoinRequestPublicV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupJoinRequestPublicV2InternalServerError handles this case with default header values.

Internal Server Error

func NewRejectGroupJoinRequestPublicV2InternalServerError added in v0.37.0

func NewRejectGroupJoinRequestPublicV2InternalServerError() *RejectGroupJoinRequestPublicV2InternalServerError

NewRejectGroupJoinRequestPublicV2InternalServerError creates a RejectGroupJoinRequestPublicV2InternalServerError with default headers values

func (*RejectGroupJoinRequestPublicV2InternalServerError) Error added in v0.37.0

func (*RejectGroupJoinRequestPublicV2InternalServerError) GetPayload added in v0.37.0

func (*RejectGroupJoinRequestPublicV2InternalServerError) ToJSONString added in v0.37.0

type RejectGroupJoinRequestPublicV2NotFound added in v0.37.0

type RejectGroupJoinRequestPublicV2NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupJoinRequestPublicV2NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73443</td><td>member request not found</td></tr></table>

func NewRejectGroupJoinRequestPublicV2NotFound added in v0.37.0

func NewRejectGroupJoinRequestPublicV2NotFound() *RejectGroupJoinRequestPublicV2NotFound

NewRejectGroupJoinRequestPublicV2NotFound creates a RejectGroupJoinRequestPublicV2NotFound with default headers values

func (*RejectGroupJoinRequestPublicV2NotFound) Error added in v0.37.0

func (*RejectGroupJoinRequestPublicV2NotFound) GetPayload added in v0.37.0

func (*RejectGroupJoinRequestPublicV2NotFound) ToJSONString added in v0.37.0

type RejectGroupJoinRequestPublicV2OK added in v0.37.0

type RejectGroupJoinRequestPublicV2OK struct {
	Payload *groupclientmodels.ModelsMemberRequestGroupResponseV1
}

RejectGroupJoinRequestPublicV2OK handles this case with default header values.

OK

func NewRejectGroupJoinRequestPublicV2OK added in v0.37.0

func NewRejectGroupJoinRequestPublicV2OK() *RejectGroupJoinRequestPublicV2OK

NewRejectGroupJoinRequestPublicV2OK creates a RejectGroupJoinRequestPublicV2OK with default headers values

func (*RejectGroupJoinRequestPublicV2OK) Error added in v0.37.0

func (*RejectGroupJoinRequestPublicV2OK) GetPayload added in v0.37.0

func (*RejectGroupJoinRequestPublicV2OK) ToJSONString added in v0.37.0

func (o *RejectGroupJoinRequestPublicV2OK) ToJSONString() string

type RejectGroupJoinRequestPublicV2Params added in v0.37.0

type RejectGroupJoinRequestPublicV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

RejectGroupJoinRequestPublicV2Params contains all the parameters to send to the API endpoint for the reject group join request public v2 operation typically these are written to a http.Request

func NewRejectGroupJoinRequestPublicV2Params added in v0.37.0

func NewRejectGroupJoinRequestPublicV2Params() *RejectGroupJoinRequestPublicV2Params

NewRejectGroupJoinRequestPublicV2Params creates a new RejectGroupJoinRequestPublicV2Params object with the default values initialized.

func NewRejectGroupJoinRequestPublicV2ParamsWithContext added in v0.37.0

func NewRejectGroupJoinRequestPublicV2ParamsWithContext(ctx context.Context) *RejectGroupJoinRequestPublicV2Params

NewRejectGroupJoinRequestPublicV2ParamsWithContext creates a new RejectGroupJoinRequestPublicV2Params object with the default values initialized, and the ability to set a context for a request

func NewRejectGroupJoinRequestPublicV2ParamsWithHTTPClient added in v0.37.0

func NewRejectGroupJoinRequestPublicV2ParamsWithHTTPClient(client *http.Client) *RejectGroupJoinRequestPublicV2Params

NewRejectGroupJoinRequestPublicV2ParamsWithHTTPClient creates a new RejectGroupJoinRequestPublicV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRejectGroupJoinRequestPublicV2ParamsWithTimeout added in v0.37.0

func NewRejectGroupJoinRequestPublicV2ParamsWithTimeout(timeout time.Duration) *RejectGroupJoinRequestPublicV2Params

NewRejectGroupJoinRequestPublicV2ParamsWithTimeout creates a new RejectGroupJoinRequestPublicV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*RejectGroupJoinRequestPublicV2Params) SetAuthInfoWriter added in v0.37.0

func (o *RejectGroupJoinRequestPublicV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the reject group join request public v2 params

func (*RejectGroupJoinRequestPublicV2Params) SetContext added in v0.37.0

SetContext adds the context to the reject group join request public v2 params

func (*RejectGroupJoinRequestPublicV2Params) SetFlightId added in v0.63.0

func (o *RejectGroupJoinRequestPublicV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*RejectGroupJoinRequestPublicV2Params) SetGroupID added in v0.37.0

func (o *RejectGroupJoinRequestPublicV2Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the reject group join request public v2 params

func (*RejectGroupJoinRequestPublicV2Params) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the reject group join request public v2 params

func (*RejectGroupJoinRequestPublicV2Params) SetHTTPClientTransport added in v0.37.0

func (o *RejectGroupJoinRequestPublicV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the reject group join request public v2 params

func (*RejectGroupJoinRequestPublicV2Params) SetNamespace added in v0.37.0

func (o *RejectGroupJoinRequestPublicV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the reject group join request public v2 params

func (*RejectGroupJoinRequestPublicV2Params) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the reject group join request public v2 params

func (*RejectGroupJoinRequestPublicV2Params) SetUserID added in v0.37.0

func (o *RejectGroupJoinRequestPublicV2Params) SetUserID(userID string)

SetUserID adds the userId to the reject group join request public v2 params

func (*RejectGroupJoinRequestPublicV2Params) WithContext added in v0.37.0

WithContext adds the context to the reject group join request public v2 params

func (*RejectGroupJoinRequestPublicV2Params) WithGroupID added in v0.37.0

WithGroupID adds the groupID to the reject group join request public v2 params

func (*RejectGroupJoinRequestPublicV2Params) WithHTTPClient added in v0.37.0

WithHTTPClient adds the HTTPClient to the reject group join request public v2 params

func (*RejectGroupJoinRequestPublicV2Params) WithNamespace added in v0.37.0

WithNamespace adds the namespace to the reject group join request public v2 params

func (*RejectGroupJoinRequestPublicV2Params) WithTimeout added in v0.37.0

WithTimeout adds the timeout to the reject group join request public v2 params

func (*RejectGroupJoinRequestPublicV2Params) WithUserID added in v0.37.0

WithUserID adds the userID to the reject group join request public v2 params

func (*RejectGroupJoinRequestPublicV2Params) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type RejectGroupJoinRequestPublicV2Reader added in v0.37.0

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

RejectGroupJoinRequestPublicV2Reader is a Reader for the RejectGroupJoinRequestPublicV2 structure.

func (*RejectGroupJoinRequestPublicV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type RejectGroupJoinRequestPublicV2Unauthorized added in v0.37.0

type RejectGroupJoinRequestPublicV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

RejectGroupJoinRequestPublicV2Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewRejectGroupJoinRequestPublicV2Unauthorized added in v0.37.0

func NewRejectGroupJoinRequestPublicV2Unauthorized() *RejectGroupJoinRequestPublicV2Unauthorized

NewRejectGroupJoinRequestPublicV2Unauthorized creates a RejectGroupJoinRequestPublicV2Unauthorized with default headers values

func (*RejectGroupJoinRequestPublicV2Unauthorized) Error added in v0.37.0

func (*RejectGroupJoinRequestPublicV2Unauthorized) GetPayload added in v0.37.0

func (*RejectGroupJoinRequestPublicV2Unauthorized) ToJSONString added in v0.37.0

Source Files

Jump to

Keyboard shortcuts

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