member_request

package
v0.69.0 Latest Latest
Warning

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

Go to latest
Published: May 7, 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 Client

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

Client for member request API

func (*Client) GetGroupInvitationRequestPublicV1 deprecated

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

GetGroupInvitationRequestPublicV1 get group invitation request list Required valid user authentication

This endpoint is used to Get Group Invitation Request List

Get Group Invitation Request List for the user calling this endpoint. It will check any group invitation for this user

Action Code: 73502

func (*Client) GetGroupInvitationRequestPublicV1Short added in v0.8.0

func (a *Client) GetGroupInvitationRequestPublicV1Short(params *GetGroupInvitationRequestPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupInvitationRequestPublicV1OK, error)

GetGroupInvitationRequestPublicV1Short get group invitation request list Required valid user authentication

This endpoint is used to Get Group Invitation Request List

Get Group Invitation Request List for the user calling this endpoint. It will check any group invitation for this user

Action Code: 73502

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

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

GetGroupInviteRequestPublicV2 get group invite request list Required valid user authentication

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

This endpoint is used to Get Group Invite Request List

Get Group Invite Request List for specific group. Group members needs to have permission and also belong to the group to access this endpoint

Action Code: 73501

func (*Client) GetGroupInviteRequestPublicV2Short added in v0.37.0

func (a *Client) GetGroupInviteRequestPublicV2Short(params *GetGroupInviteRequestPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupInviteRequestPublicV2OK, error)

GetGroupInviteRequestPublicV2Short get group invite request list Required valid user authentication

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

This endpoint is used to Get Group Invite Request List

Get Group Invite Request List for specific group. Group members needs to have permission and also belong to the group to access this endpoint

Action Code: 73501

func (*Client) GetGroupJoinRequestPublicV1 deprecated

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

GetGroupJoinRequestPublicV1 get group join request list Required valid user authentication

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

This endpoint is used to Get Group Join Request List

Get Group Join Request List for specific group. Group members needs to have permission and also belong to the group to access this endpoint

Action Code: 73501

func (*Client) GetGroupJoinRequestPublicV1Short added in v0.8.0

func (a *Client) GetGroupJoinRequestPublicV1Short(params *GetGroupJoinRequestPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupJoinRequestPublicV1OK, error)

GetGroupJoinRequestPublicV1Short get group join request list Required valid user authentication

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

This endpoint is used to Get Group Join Request List

Get Group Join Request List for specific group. Group members needs to have permission and also belong to the group to access this endpoint

Action Code: 73501

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

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

GetGroupJoinRequestPublicV2 get group join request list Required valid user authentication

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

This endpoint is used to Get Group Join Request List

Get Group Join Request List for specific group. Group members needs to have permission and also belong to the group to access this endpoint

Action Code: 73501

func (*Client) GetGroupJoinRequestPublicV2Short added in v0.37.0

func (a *Client) GetGroupJoinRequestPublicV2Short(params *GetGroupJoinRequestPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupJoinRequestPublicV2OK, error)

GetGroupJoinRequestPublicV2Short get group join request list Required valid user authentication

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

This endpoint is used to Get Group Join Request List

Get Group Join Request List for specific group. Group members needs to have permission and also belong to the group to access this endpoint

Action Code: 73501

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

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

GetMyGroupJoinRequestV2 get my join request to the groups Required valid user authentication

This endpoint is used to Get My Join Request To The Groups

Get My Join Request To The Groups for the user calling this endpoint. It will check any join request group for this user

Action Code: 73502

func (*Client) GetMyGroupJoinRequestV2Short added in v0.37.0

func (a *Client) GetMyGroupJoinRequestV2Short(params *GetMyGroupJoinRequestV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetMyGroupJoinRequestV2OK, error)

GetMyGroupJoinRequestV2Short get my join request to the groups Required valid user authentication

This endpoint is used to Get My Join Request To The Groups

Get My Join Request To The Groups for the user calling this endpoint. It will check any join request group for this user

Action Code: 73502

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetGroupJoinRequestPublicV1(params *GetGroupJoinRequestPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupJoinRequestPublicV1OK, *GetGroupJoinRequestPublicV1BadRequest, *GetGroupJoinRequestPublicV1Unauthorized, *GetGroupJoinRequestPublicV1Forbidden, *GetGroupJoinRequestPublicV1InternalServerError, error)
	GetGroupJoinRequestPublicV1Short(params *GetGroupJoinRequestPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupJoinRequestPublicV1OK, error)
	GetGroupInvitationRequestPublicV1(params *GetGroupInvitationRequestPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupInvitationRequestPublicV1OK, *GetGroupInvitationRequestPublicV1BadRequest, *GetGroupInvitationRequestPublicV1Unauthorized, *GetGroupInvitationRequestPublicV1Forbidden, *GetGroupInvitationRequestPublicV1InternalServerError, error)
	GetGroupInvitationRequestPublicV1Short(params *GetGroupInvitationRequestPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupInvitationRequestPublicV1OK, error)
	GetGroupInviteRequestPublicV2(params *GetGroupInviteRequestPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupInviteRequestPublicV2OK, *GetGroupInviteRequestPublicV2BadRequest, *GetGroupInviteRequestPublicV2Unauthorized, *GetGroupInviteRequestPublicV2Forbidden, *GetGroupInviteRequestPublicV2InternalServerError, error)
	GetGroupInviteRequestPublicV2Short(params *GetGroupInviteRequestPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupInviteRequestPublicV2OK, error)
	GetGroupJoinRequestPublicV2(params *GetGroupJoinRequestPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupJoinRequestPublicV2OK, *GetGroupJoinRequestPublicV2BadRequest, *GetGroupJoinRequestPublicV2Unauthorized, *GetGroupJoinRequestPublicV2Forbidden, *GetGroupJoinRequestPublicV2InternalServerError, error)
	GetGroupJoinRequestPublicV2Short(params *GetGroupJoinRequestPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetGroupJoinRequestPublicV2OK, error)
	GetMyGroupJoinRequestV2(params *GetMyGroupJoinRequestV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetMyGroupJoinRequestV2OK, *GetMyGroupJoinRequestV2BadRequest, *GetMyGroupJoinRequestV2Unauthorized, *GetMyGroupJoinRequestV2Forbidden, *GetMyGroupJoinRequestV2InternalServerError, error)
	GetMyGroupJoinRequestV2Short(params *GetMyGroupJoinRequestV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetMyGroupJoinRequestV2OK, 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 member request API client.

type GetGroupInvitationRequestPublicV1BadRequest

type GetGroupInvitationRequestPublicV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupInvitationRequestPublicV1BadRequest 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 NewGetGroupInvitationRequestPublicV1BadRequest

func NewGetGroupInvitationRequestPublicV1BadRequest() *GetGroupInvitationRequestPublicV1BadRequest

NewGetGroupInvitationRequestPublicV1BadRequest creates a GetGroupInvitationRequestPublicV1BadRequest with default headers values

func (*GetGroupInvitationRequestPublicV1BadRequest) Error

func (*GetGroupInvitationRequestPublicV1BadRequest) GetPayload

func (*GetGroupInvitationRequestPublicV1BadRequest) ToJSONString added in v0.25.0

type GetGroupInvitationRequestPublicV1Forbidden

type GetGroupInvitationRequestPublicV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupInvitationRequestPublicV1Forbidden 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 NewGetGroupInvitationRequestPublicV1Forbidden

func NewGetGroupInvitationRequestPublicV1Forbidden() *GetGroupInvitationRequestPublicV1Forbidden

NewGetGroupInvitationRequestPublicV1Forbidden creates a GetGroupInvitationRequestPublicV1Forbidden with default headers values

func (*GetGroupInvitationRequestPublicV1Forbidden) Error

func (*GetGroupInvitationRequestPublicV1Forbidden) GetPayload

func (*GetGroupInvitationRequestPublicV1Forbidden) ToJSONString added in v0.25.0

type GetGroupInvitationRequestPublicV1InternalServerError

type GetGroupInvitationRequestPublicV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupInvitationRequestPublicV1InternalServerError handles this case with default header values.

Internal Server Error

func NewGetGroupInvitationRequestPublicV1InternalServerError

func NewGetGroupInvitationRequestPublicV1InternalServerError() *GetGroupInvitationRequestPublicV1InternalServerError

NewGetGroupInvitationRequestPublicV1InternalServerError creates a GetGroupInvitationRequestPublicV1InternalServerError with default headers values

func (*GetGroupInvitationRequestPublicV1InternalServerError) Error

func (*GetGroupInvitationRequestPublicV1InternalServerError) GetPayload

func (*GetGroupInvitationRequestPublicV1InternalServerError) ToJSONString added in v0.25.0

type GetGroupInvitationRequestPublicV1OK

type GetGroupInvitationRequestPublicV1OK struct {
	Payload *groupclientmodels.ModelsGetMemberRequestsListResponseV1
}

GetGroupInvitationRequestPublicV1OK handles this case with default header values.

OK

func NewGetGroupInvitationRequestPublicV1OK

func NewGetGroupInvitationRequestPublicV1OK() *GetGroupInvitationRequestPublicV1OK

NewGetGroupInvitationRequestPublicV1OK creates a GetGroupInvitationRequestPublicV1OK with default headers values

func (*GetGroupInvitationRequestPublicV1OK) Error

func (*GetGroupInvitationRequestPublicV1OK) GetPayload

func (*GetGroupInvitationRequestPublicV1OK) ToJSONString added in v0.25.0

func (o *GetGroupInvitationRequestPublicV1OK) ToJSONString() string

type GetGroupInvitationRequestPublicV1Params

type GetGroupInvitationRequestPublicV1Params 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
}

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

func NewGetGroupInvitationRequestPublicV1Params

func NewGetGroupInvitationRequestPublicV1Params() *GetGroupInvitationRequestPublicV1Params

NewGetGroupInvitationRequestPublicV1Params creates a new GetGroupInvitationRequestPublicV1Params object with the default values initialized.

func NewGetGroupInvitationRequestPublicV1ParamsWithContext

func NewGetGroupInvitationRequestPublicV1ParamsWithContext(ctx context.Context) *GetGroupInvitationRequestPublicV1Params

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

func NewGetGroupInvitationRequestPublicV1ParamsWithHTTPClient

func NewGetGroupInvitationRequestPublicV1ParamsWithHTTPClient(client *http.Client) *GetGroupInvitationRequestPublicV1Params

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

func NewGetGroupInvitationRequestPublicV1ParamsWithTimeout

func NewGetGroupInvitationRequestPublicV1ParamsWithTimeout(timeout time.Duration) *GetGroupInvitationRequestPublicV1Params

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

func (*GetGroupInvitationRequestPublicV1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the get group invitation request public v1 params

func (*GetGroupInvitationRequestPublicV1Params) SetContext

SetContext adds the context to the get group invitation request public v1 params

func (*GetGroupInvitationRequestPublicV1Params) SetFlightId added in v0.63.0

func (o *GetGroupInvitationRequestPublicV1Params) SetFlightId(flightId string)

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

func (*GetGroupInvitationRequestPublicV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get group invitation request public v1 params

func (*GetGroupInvitationRequestPublicV1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the get group invitation request public v1 params

func (*GetGroupInvitationRequestPublicV1Params) SetLimit

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

SetLimit adds the limit to the get group invitation request public v1 params

func (*GetGroupInvitationRequestPublicV1Params) SetNamespace

func (o *GetGroupInvitationRequestPublicV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get group invitation request public v1 params

func (*GetGroupInvitationRequestPublicV1Params) SetOffset

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

SetOffset adds the offset to the get group invitation request public v1 params

func (*GetGroupInvitationRequestPublicV1Params) SetTimeout

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

SetTimeout adds the timeout to the get group invitation request public v1 params

func (*GetGroupInvitationRequestPublicV1Params) WithContext

WithContext adds the context to the get group invitation request public v1 params

func (*GetGroupInvitationRequestPublicV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get group invitation request public v1 params

func (*GetGroupInvitationRequestPublicV1Params) WithLimit

WithLimit adds the limit to the get group invitation request public v1 params

func (*GetGroupInvitationRequestPublicV1Params) WithNamespace

WithNamespace adds the namespace to the get group invitation request public v1 params

func (*GetGroupInvitationRequestPublicV1Params) WithOffset

WithOffset adds the offset to the get group invitation request public v1 params

func (*GetGroupInvitationRequestPublicV1Params) WithTimeout

WithTimeout adds the timeout to the get group invitation request public v1 params

func (*GetGroupInvitationRequestPublicV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGroupInvitationRequestPublicV1Reader

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

GetGroupInvitationRequestPublicV1Reader is a Reader for the GetGroupInvitationRequestPublicV1 structure.

func (*GetGroupInvitationRequestPublicV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGroupInvitationRequestPublicV1Unauthorized

type GetGroupInvitationRequestPublicV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupInvitationRequestPublicV1Unauthorized 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 NewGetGroupInvitationRequestPublicV1Unauthorized

func NewGetGroupInvitationRequestPublicV1Unauthorized() *GetGroupInvitationRequestPublicV1Unauthorized

NewGetGroupInvitationRequestPublicV1Unauthorized creates a GetGroupInvitationRequestPublicV1Unauthorized with default headers values

func (*GetGroupInvitationRequestPublicV1Unauthorized) Error

func (*GetGroupInvitationRequestPublicV1Unauthorized) GetPayload

func (*GetGroupInvitationRequestPublicV1Unauthorized) ToJSONString added in v0.25.0

type GetGroupInviteRequestPublicV2BadRequest added in v0.37.0

type GetGroupInviteRequestPublicV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupInviteRequestPublicV2BadRequest 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 NewGetGroupInviteRequestPublicV2BadRequest added in v0.37.0

func NewGetGroupInviteRequestPublicV2BadRequest() *GetGroupInviteRequestPublicV2BadRequest

NewGetGroupInviteRequestPublicV2BadRequest creates a GetGroupInviteRequestPublicV2BadRequest with default headers values

func (*GetGroupInviteRequestPublicV2BadRequest) Error added in v0.37.0

func (*GetGroupInviteRequestPublicV2BadRequest) GetPayload added in v0.37.0

func (*GetGroupInviteRequestPublicV2BadRequest) ToJSONString added in v0.37.0

type GetGroupInviteRequestPublicV2Forbidden added in v0.37.0

type GetGroupInviteRequestPublicV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupInviteRequestPublicV2Forbidden 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 NewGetGroupInviteRequestPublicV2Forbidden added in v0.37.0

func NewGetGroupInviteRequestPublicV2Forbidden() *GetGroupInviteRequestPublicV2Forbidden

NewGetGroupInviteRequestPublicV2Forbidden creates a GetGroupInviteRequestPublicV2Forbidden with default headers values

func (*GetGroupInviteRequestPublicV2Forbidden) Error added in v0.37.0

func (*GetGroupInviteRequestPublicV2Forbidden) GetPayload added in v0.37.0

func (*GetGroupInviteRequestPublicV2Forbidden) ToJSONString added in v0.37.0

type GetGroupInviteRequestPublicV2InternalServerError added in v0.37.0

type GetGroupInviteRequestPublicV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupInviteRequestPublicV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetGroupInviteRequestPublicV2InternalServerError added in v0.37.0

func NewGetGroupInviteRequestPublicV2InternalServerError() *GetGroupInviteRequestPublicV2InternalServerError

NewGetGroupInviteRequestPublicV2InternalServerError creates a GetGroupInviteRequestPublicV2InternalServerError with default headers values

func (*GetGroupInviteRequestPublicV2InternalServerError) Error added in v0.37.0

func (*GetGroupInviteRequestPublicV2InternalServerError) GetPayload added in v0.37.0

func (*GetGroupInviteRequestPublicV2InternalServerError) ToJSONString added in v0.37.0

type GetGroupInviteRequestPublicV2OK added in v0.37.0

type GetGroupInviteRequestPublicV2OK struct {
	Payload *groupclientmodels.ModelsGetMemberRequestsListResponseV1
}

GetGroupInviteRequestPublicV2OK handles this case with default header values.

OK

func NewGetGroupInviteRequestPublicV2OK added in v0.37.0

func NewGetGroupInviteRequestPublicV2OK() *GetGroupInviteRequestPublicV2OK

NewGetGroupInviteRequestPublicV2OK creates a GetGroupInviteRequestPublicV2OK with default headers values

func (*GetGroupInviteRequestPublicV2OK) Error added in v0.37.0

func (*GetGroupInviteRequestPublicV2OK) GetPayload added in v0.37.0

func (*GetGroupInviteRequestPublicV2OK) ToJSONString added in v0.37.0

func (o *GetGroupInviteRequestPublicV2OK) ToJSONString() string

type GetGroupInviteRequestPublicV2Params added in v0.37.0

type GetGroupInviteRequestPublicV2Params 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

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

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

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

func NewGetGroupInviteRequestPublicV2Params added in v0.37.0

func NewGetGroupInviteRequestPublicV2Params() *GetGroupInviteRequestPublicV2Params

NewGetGroupInviteRequestPublicV2Params creates a new GetGroupInviteRequestPublicV2Params object with the default values initialized.

func NewGetGroupInviteRequestPublicV2ParamsWithContext added in v0.37.0

func NewGetGroupInviteRequestPublicV2ParamsWithContext(ctx context.Context) *GetGroupInviteRequestPublicV2Params

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

func NewGetGroupInviteRequestPublicV2ParamsWithHTTPClient added in v0.37.0

func NewGetGroupInviteRequestPublicV2ParamsWithHTTPClient(client *http.Client) *GetGroupInviteRequestPublicV2Params

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

func NewGetGroupInviteRequestPublicV2ParamsWithTimeout added in v0.37.0

func NewGetGroupInviteRequestPublicV2ParamsWithTimeout(timeout time.Duration) *GetGroupInviteRequestPublicV2Params

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

func (*GetGroupInviteRequestPublicV2Params) SetAuthInfoWriter added in v0.37.0

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

SetAuthInfoWriter adds the authInfoWriter to the get group invite request public v2 params

func (*GetGroupInviteRequestPublicV2Params) SetContext added in v0.37.0

SetContext adds the context to the get group invite request public v2 params

func (*GetGroupInviteRequestPublicV2Params) SetFlightId added in v0.63.0

func (o *GetGroupInviteRequestPublicV2Params) SetFlightId(flightId string)

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

func (*GetGroupInviteRequestPublicV2Params) SetGroupID added in v0.37.0

func (o *GetGroupInviteRequestPublicV2Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the get group invite request public v2 params

func (*GetGroupInviteRequestPublicV2Params) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the get group invite request public v2 params

func (*GetGroupInviteRequestPublicV2Params) SetHTTPClientTransport added in v0.37.0

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

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

func (*GetGroupInviteRequestPublicV2Params) SetLimit added in v0.37.0

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

SetLimit adds the limit to the get group invite request public v2 params

func (*GetGroupInviteRequestPublicV2Params) SetNamespace added in v0.37.0

func (o *GetGroupInviteRequestPublicV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get group invite request public v2 params

func (*GetGroupInviteRequestPublicV2Params) SetOffset added in v0.37.0

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

SetOffset adds the offset to the get group invite request public v2 params

func (*GetGroupInviteRequestPublicV2Params) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the get group invite request public v2 params

func (*GetGroupInviteRequestPublicV2Params) WithContext added in v0.37.0

WithContext adds the context to the get group invite request public v2 params

func (*GetGroupInviteRequestPublicV2Params) WithGroupID added in v0.37.0

WithGroupID adds the groupID to the get group invite request public v2 params

func (*GetGroupInviteRequestPublicV2Params) WithHTTPClient added in v0.37.0

WithHTTPClient adds the HTTPClient to the get group invite request public v2 params

func (*GetGroupInviteRequestPublicV2Params) WithLimit added in v0.37.0

WithLimit adds the limit to the get group invite request public v2 params

func (*GetGroupInviteRequestPublicV2Params) WithNamespace added in v0.37.0

WithNamespace adds the namespace to the get group invite request public v2 params

func (*GetGroupInviteRequestPublicV2Params) WithOffset added in v0.37.0

WithOffset adds the offset to the get group invite request public v2 params

func (*GetGroupInviteRequestPublicV2Params) WithTimeout added in v0.37.0

WithTimeout adds the timeout to the get group invite request public v2 params

func (*GetGroupInviteRequestPublicV2Params) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type GetGroupInviteRequestPublicV2Reader added in v0.37.0

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

GetGroupInviteRequestPublicV2Reader is a Reader for the GetGroupInviteRequestPublicV2 structure.

func (*GetGroupInviteRequestPublicV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type GetGroupInviteRequestPublicV2Unauthorized added in v0.37.0

type GetGroupInviteRequestPublicV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupInviteRequestPublicV2Unauthorized 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 NewGetGroupInviteRequestPublicV2Unauthorized added in v0.37.0

func NewGetGroupInviteRequestPublicV2Unauthorized() *GetGroupInviteRequestPublicV2Unauthorized

NewGetGroupInviteRequestPublicV2Unauthorized creates a GetGroupInviteRequestPublicV2Unauthorized with default headers values

func (*GetGroupInviteRequestPublicV2Unauthorized) Error added in v0.37.0

func (*GetGroupInviteRequestPublicV2Unauthorized) GetPayload added in v0.37.0

func (*GetGroupInviteRequestPublicV2Unauthorized) ToJSONString added in v0.37.0

type GetGroupJoinRequestPublicV1BadRequest

type GetGroupJoinRequestPublicV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupJoinRequestPublicV1BadRequest 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 NewGetGroupJoinRequestPublicV1BadRequest

func NewGetGroupJoinRequestPublicV1BadRequest() *GetGroupJoinRequestPublicV1BadRequest

NewGetGroupJoinRequestPublicV1BadRequest creates a GetGroupJoinRequestPublicV1BadRequest with default headers values

func (*GetGroupJoinRequestPublicV1BadRequest) Error

func (*GetGroupJoinRequestPublicV1BadRequest) GetPayload

func (*GetGroupJoinRequestPublicV1BadRequest) ToJSONString added in v0.25.0

type GetGroupJoinRequestPublicV1Forbidden

type GetGroupJoinRequestPublicV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupJoinRequestPublicV1Forbidden 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 NewGetGroupJoinRequestPublicV1Forbidden

func NewGetGroupJoinRequestPublicV1Forbidden() *GetGroupJoinRequestPublicV1Forbidden

NewGetGroupJoinRequestPublicV1Forbidden creates a GetGroupJoinRequestPublicV1Forbidden with default headers values

func (*GetGroupJoinRequestPublicV1Forbidden) Error

func (*GetGroupJoinRequestPublicV1Forbidden) GetPayload

func (*GetGroupJoinRequestPublicV1Forbidden) ToJSONString added in v0.25.0

func (o *GetGroupJoinRequestPublicV1Forbidden) ToJSONString() string

type GetGroupJoinRequestPublicV1InternalServerError

type GetGroupJoinRequestPublicV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupJoinRequestPublicV1InternalServerError handles this case with default header values.

Internal Server Error

func NewGetGroupJoinRequestPublicV1InternalServerError

func NewGetGroupJoinRequestPublicV1InternalServerError() *GetGroupJoinRequestPublicV1InternalServerError

NewGetGroupJoinRequestPublicV1InternalServerError creates a GetGroupJoinRequestPublicV1InternalServerError with default headers values

func (*GetGroupJoinRequestPublicV1InternalServerError) Error

func (*GetGroupJoinRequestPublicV1InternalServerError) GetPayload

func (*GetGroupJoinRequestPublicV1InternalServerError) ToJSONString added in v0.25.0

type GetGroupJoinRequestPublicV1OK

type GetGroupJoinRequestPublicV1OK struct {
	Payload *groupclientmodels.ModelsGetMemberRequestsListResponseV1
}

GetGroupJoinRequestPublicV1OK handles this case with default header values.

OK

func NewGetGroupJoinRequestPublicV1OK

func NewGetGroupJoinRequestPublicV1OK() *GetGroupJoinRequestPublicV1OK

NewGetGroupJoinRequestPublicV1OK creates a GetGroupJoinRequestPublicV1OK with default headers values

func (*GetGroupJoinRequestPublicV1OK) Error

func (*GetGroupJoinRequestPublicV1OK) GetPayload

func (*GetGroupJoinRequestPublicV1OK) ToJSONString added in v0.25.0

func (o *GetGroupJoinRequestPublicV1OK) ToJSONString() string

type GetGroupJoinRequestPublicV1Params

type GetGroupJoinRequestPublicV1Params 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

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

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

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

func NewGetGroupJoinRequestPublicV1Params

func NewGetGroupJoinRequestPublicV1Params() *GetGroupJoinRequestPublicV1Params

NewGetGroupJoinRequestPublicV1Params creates a new GetGroupJoinRequestPublicV1Params object with the default values initialized.

func NewGetGroupJoinRequestPublicV1ParamsWithContext

func NewGetGroupJoinRequestPublicV1ParamsWithContext(ctx context.Context) *GetGroupJoinRequestPublicV1Params

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

func NewGetGroupJoinRequestPublicV1ParamsWithHTTPClient

func NewGetGroupJoinRequestPublicV1ParamsWithHTTPClient(client *http.Client) *GetGroupJoinRequestPublicV1Params

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

func NewGetGroupJoinRequestPublicV1ParamsWithTimeout

func NewGetGroupJoinRequestPublicV1ParamsWithTimeout(timeout time.Duration) *GetGroupJoinRequestPublicV1Params

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

func (*GetGroupJoinRequestPublicV1Params) SetAuthInfoWriter added in v0.17.0

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

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

func (*GetGroupJoinRequestPublicV1Params) SetContext

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

func (*GetGroupJoinRequestPublicV1Params) SetFlightId added in v0.63.0

func (o *GetGroupJoinRequestPublicV1Params) SetFlightId(flightId string)

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

func (*GetGroupJoinRequestPublicV1Params) SetGroupID

func (o *GetGroupJoinRequestPublicV1Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the get group join request public v1 params

func (*GetGroupJoinRequestPublicV1Params) SetHTTPClient

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

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

func (*GetGroupJoinRequestPublicV1Params) SetHTTPClientTransport added in v0.19.0

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

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

func (*GetGroupJoinRequestPublicV1Params) SetLimit

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

SetLimit adds the limit to the get group join request public v1 params

func (*GetGroupJoinRequestPublicV1Params) SetNamespace

func (o *GetGroupJoinRequestPublicV1Params) SetNamespace(namespace string)

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

func (*GetGroupJoinRequestPublicV1Params) SetOffset

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

SetOffset adds the offset to the get group join request public v1 params

func (*GetGroupJoinRequestPublicV1Params) SetTimeout

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

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

func (*GetGroupJoinRequestPublicV1Params) WithContext

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

func (*GetGroupJoinRequestPublicV1Params) WithGroupID

WithGroupID adds the groupID to the get group join request public v1 params

func (*GetGroupJoinRequestPublicV1Params) WithHTTPClient

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

func (*GetGroupJoinRequestPublicV1Params) WithLimit

WithLimit adds the limit to the get group join request public v1 params

func (*GetGroupJoinRequestPublicV1Params) WithNamespace

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

func (*GetGroupJoinRequestPublicV1Params) WithOffset

WithOffset adds the offset to the get group join request public v1 params

func (*GetGroupJoinRequestPublicV1Params) WithTimeout

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

func (*GetGroupJoinRequestPublicV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGroupJoinRequestPublicV1Reader

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

GetGroupJoinRequestPublicV1Reader is a Reader for the GetGroupJoinRequestPublicV1 structure.

func (*GetGroupJoinRequestPublicV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGroupJoinRequestPublicV1Unauthorized

type GetGroupJoinRequestPublicV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupJoinRequestPublicV1Unauthorized 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 NewGetGroupJoinRequestPublicV1Unauthorized

func NewGetGroupJoinRequestPublicV1Unauthorized() *GetGroupJoinRequestPublicV1Unauthorized

NewGetGroupJoinRequestPublicV1Unauthorized creates a GetGroupJoinRequestPublicV1Unauthorized with default headers values

func (*GetGroupJoinRequestPublicV1Unauthorized) Error

func (*GetGroupJoinRequestPublicV1Unauthorized) GetPayload

func (*GetGroupJoinRequestPublicV1Unauthorized) ToJSONString added in v0.25.0

type GetGroupJoinRequestPublicV2BadRequest added in v0.37.0

type GetGroupJoinRequestPublicV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupJoinRequestPublicV2BadRequest 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 NewGetGroupJoinRequestPublicV2BadRequest added in v0.37.0

func NewGetGroupJoinRequestPublicV2BadRequest() *GetGroupJoinRequestPublicV2BadRequest

NewGetGroupJoinRequestPublicV2BadRequest creates a GetGroupJoinRequestPublicV2BadRequest with default headers values

func (*GetGroupJoinRequestPublicV2BadRequest) Error added in v0.37.0

func (*GetGroupJoinRequestPublicV2BadRequest) GetPayload added in v0.37.0

func (*GetGroupJoinRequestPublicV2BadRequest) ToJSONString added in v0.37.0

type GetGroupJoinRequestPublicV2Forbidden added in v0.37.0

type GetGroupJoinRequestPublicV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupJoinRequestPublicV2Forbidden 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 NewGetGroupJoinRequestPublicV2Forbidden added in v0.37.0

func NewGetGroupJoinRequestPublicV2Forbidden() *GetGroupJoinRequestPublicV2Forbidden

NewGetGroupJoinRequestPublicV2Forbidden creates a GetGroupJoinRequestPublicV2Forbidden with default headers values

func (*GetGroupJoinRequestPublicV2Forbidden) Error added in v0.37.0

func (*GetGroupJoinRequestPublicV2Forbidden) GetPayload added in v0.37.0

func (*GetGroupJoinRequestPublicV2Forbidden) ToJSONString added in v0.37.0

func (o *GetGroupJoinRequestPublicV2Forbidden) ToJSONString() string

type GetGroupJoinRequestPublicV2InternalServerError added in v0.37.0

type GetGroupJoinRequestPublicV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupJoinRequestPublicV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetGroupJoinRequestPublicV2InternalServerError added in v0.37.0

func NewGetGroupJoinRequestPublicV2InternalServerError() *GetGroupJoinRequestPublicV2InternalServerError

NewGetGroupJoinRequestPublicV2InternalServerError creates a GetGroupJoinRequestPublicV2InternalServerError with default headers values

func (*GetGroupJoinRequestPublicV2InternalServerError) Error added in v0.37.0

func (*GetGroupJoinRequestPublicV2InternalServerError) GetPayload added in v0.37.0

func (*GetGroupJoinRequestPublicV2InternalServerError) ToJSONString added in v0.37.0

type GetGroupJoinRequestPublicV2OK added in v0.37.0

type GetGroupJoinRequestPublicV2OK struct {
	Payload *groupclientmodels.ModelsGetMemberRequestsListResponseV1
}

GetGroupJoinRequestPublicV2OK handles this case with default header values.

OK

func NewGetGroupJoinRequestPublicV2OK added in v0.37.0

func NewGetGroupJoinRequestPublicV2OK() *GetGroupJoinRequestPublicV2OK

NewGetGroupJoinRequestPublicV2OK creates a GetGroupJoinRequestPublicV2OK with default headers values

func (*GetGroupJoinRequestPublicV2OK) Error added in v0.37.0

func (*GetGroupJoinRequestPublicV2OK) GetPayload added in v0.37.0

func (*GetGroupJoinRequestPublicV2OK) ToJSONString added in v0.37.0

func (o *GetGroupJoinRequestPublicV2OK) ToJSONString() string

type GetGroupJoinRequestPublicV2Params added in v0.37.0

type GetGroupJoinRequestPublicV2Params 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

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

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

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

func NewGetGroupJoinRequestPublicV2Params added in v0.37.0

func NewGetGroupJoinRequestPublicV2Params() *GetGroupJoinRequestPublicV2Params

NewGetGroupJoinRequestPublicV2Params creates a new GetGroupJoinRequestPublicV2Params object with the default values initialized.

func NewGetGroupJoinRequestPublicV2ParamsWithContext added in v0.37.0

func NewGetGroupJoinRequestPublicV2ParamsWithContext(ctx context.Context) *GetGroupJoinRequestPublicV2Params

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

func NewGetGroupJoinRequestPublicV2ParamsWithHTTPClient added in v0.37.0

func NewGetGroupJoinRequestPublicV2ParamsWithHTTPClient(client *http.Client) *GetGroupJoinRequestPublicV2Params

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

func NewGetGroupJoinRequestPublicV2ParamsWithTimeout added in v0.37.0

func NewGetGroupJoinRequestPublicV2ParamsWithTimeout(timeout time.Duration) *GetGroupJoinRequestPublicV2Params

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

func (*GetGroupJoinRequestPublicV2Params) SetAuthInfoWriter added in v0.37.0

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

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

func (*GetGroupJoinRequestPublicV2Params) SetContext added in v0.37.0

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

func (*GetGroupJoinRequestPublicV2Params) SetFlightId added in v0.63.0

func (o *GetGroupJoinRequestPublicV2Params) SetFlightId(flightId string)

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

func (*GetGroupJoinRequestPublicV2Params) SetGroupID added in v0.37.0

func (o *GetGroupJoinRequestPublicV2Params) SetGroupID(groupID string)

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

func (*GetGroupJoinRequestPublicV2Params) SetHTTPClient added in v0.37.0

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

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

func (*GetGroupJoinRequestPublicV2Params) SetHTTPClientTransport added in v0.37.0

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

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

func (*GetGroupJoinRequestPublicV2Params) SetLimit added in v0.37.0

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

SetLimit adds the limit to the get group join request public v2 params

func (*GetGroupJoinRequestPublicV2Params) SetNamespace added in v0.37.0

func (o *GetGroupJoinRequestPublicV2Params) SetNamespace(namespace string)

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

func (*GetGroupJoinRequestPublicV2Params) SetOffset added in v0.37.0

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

SetOffset adds the offset to the get group join request public v2 params

func (*GetGroupJoinRequestPublicV2Params) SetTimeout added in v0.37.0

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

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

func (*GetGroupJoinRequestPublicV2Params) WithContext added in v0.37.0

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

func (*GetGroupJoinRequestPublicV2Params) WithGroupID added in v0.37.0

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

func (*GetGroupJoinRequestPublicV2Params) WithHTTPClient added in v0.37.0

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

func (*GetGroupJoinRequestPublicV2Params) WithLimit added in v0.37.0

WithLimit adds the limit to the get group join request public v2 params

func (*GetGroupJoinRequestPublicV2Params) WithNamespace added in v0.37.0

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

func (*GetGroupJoinRequestPublicV2Params) WithOffset added in v0.37.0

WithOffset adds the offset to the get group join request public v2 params

func (*GetGroupJoinRequestPublicV2Params) WithTimeout added in v0.37.0

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

func (*GetGroupJoinRequestPublicV2Params) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type GetGroupJoinRequestPublicV2Reader added in v0.37.0

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

GetGroupJoinRequestPublicV2Reader is a Reader for the GetGroupJoinRequestPublicV2 structure.

func (*GetGroupJoinRequestPublicV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type GetGroupJoinRequestPublicV2Unauthorized added in v0.37.0

type GetGroupJoinRequestPublicV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetGroupJoinRequestPublicV2Unauthorized 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 NewGetGroupJoinRequestPublicV2Unauthorized added in v0.37.0

func NewGetGroupJoinRequestPublicV2Unauthorized() *GetGroupJoinRequestPublicV2Unauthorized

NewGetGroupJoinRequestPublicV2Unauthorized creates a GetGroupJoinRequestPublicV2Unauthorized with default headers values

func (*GetGroupJoinRequestPublicV2Unauthorized) Error added in v0.37.0

func (*GetGroupJoinRequestPublicV2Unauthorized) GetPayload added in v0.37.0

func (*GetGroupJoinRequestPublicV2Unauthorized) ToJSONString added in v0.37.0

type GetMyGroupJoinRequestV2BadRequest added in v0.37.0

type GetMyGroupJoinRequestV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetMyGroupJoinRequestV2BadRequest 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 NewGetMyGroupJoinRequestV2BadRequest added in v0.37.0

func NewGetMyGroupJoinRequestV2BadRequest() *GetMyGroupJoinRequestV2BadRequest

NewGetMyGroupJoinRequestV2BadRequest creates a GetMyGroupJoinRequestV2BadRequest with default headers values

func (*GetMyGroupJoinRequestV2BadRequest) Error added in v0.37.0

func (*GetMyGroupJoinRequestV2BadRequest) GetPayload added in v0.37.0

func (*GetMyGroupJoinRequestV2BadRequest) ToJSONString added in v0.37.0

func (o *GetMyGroupJoinRequestV2BadRequest) ToJSONString() string

type GetMyGroupJoinRequestV2Forbidden added in v0.37.0

type GetMyGroupJoinRequestV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetMyGroupJoinRequestV2Forbidden 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 NewGetMyGroupJoinRequestV2Forbidden added in v0.37.0

func NewGetMyGroupJoinRequestV2Forbidden() *GetMyGroupJoinRequestV2Forbidden

NewGetMyGroupJoinRequestV2Forbidden creates a GetMyGroupJoinRequestV2Forbidden with default headers values

func (*GetMyGroupJoinRequestV2Forbidden) Error added in v0.37.0

func (*GetMyGroupJoinRequestV2Forbidden) GetPayload added in v0.37.0

func (*GetMyGroupJoinRequestV2Forbidden) ToJSONString added in v0.37.0

func (o *GetMyGroupJoinRequestV2Forbidden) ToJSONString() string

type GetMyGroupJoinRequestV2InternalServerError added in v0.37.0

type GetMyGroupJoinRequestV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetMyGroupJoinRequestV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetMyGroupJoinRequestV2InternalServerError added in v0.37.0

func NewGetMyGroupJoinRequestV2InternalServerError() *GetMyGroupJoinRequestV2InternalServerError

NewGetMyGroupJoinRequestV2InternalServerError creates a GetMyGroupJoinRequestV2InternalServerError with default headers values

func (*GetMyGroupJoinRequestV2InternalServerError) Error added in v0.37.0

func (*GetMyGroupJoinRequestV2InternalServerError) GetPayload added in v0.37.0

func (*GetMyGroupJoinRequestV2InternalServerError) ToJSONString added in v0.37.0

type GetMyGroupJoinRequestV2OK added in v0.37.0

type GetMyGroupJoinRequestV2OK struct {
	Payload *groupclientmodels.ModelsGetMemberRequestsListResponseV1
}

GetMyGroupJoinRequestV2OK handles this case with default header values.

OK

func NewGetMyGroupJoinRequestV2OK added in v0.37.0

func NewGetMyGroupJoinRequestV2OK() *GetMyGroupJoinRequestV2OK

NewGetMyGroupJoinRequestV2OK creates a GetMyGroupJoinRequestV2OK with default headers values

func (*GetMyGroupJoinRequestV2OK) Error added in v0.37.0

func (o *GetMyGroupJoinRequestV2OK) Error() string

func (*GetMyGroupJoinRequestV2OK) GetPayload added in v0.37.0

func (*GetMyGroupJoinRequestV2OK) ToJSONString added in v0.37.0

func (o *GetMyGroupJoinRequestV2OK) ToJSONString() string

type GetMyGroupJoinRequestV2Params added in v0.37.0

type GetMyGroupJoinRequestV2Params 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
}

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

func NewGetMyGroupJoinRequestV2Params added in v0.37.0

func NewGetMyGroupJoinRequestV2Params() *GetMyGroupJoinRequestV2Params

NewGetMyGroupJoinRequestV2Params creates a new GetMyGroupJoinRequestV2Params object with the default values initialized.

func NewGetMyGroupJoinRequestV2ParamsWithContext added in v0.37.0

func NewGetMyGroupJoinRequestV2ParamsWithContext(ctx context.Context) *GetMyGroupJoinRequestV2Params

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

func NewGetMyGroupJoinRequestV2ParamsWithHTTPClient added in v0.37.0

func NewGetMyGroupJoinRequestV2ParamsWithHTTPClient(client *http.Client) *GetMyGroupJoinRequestV2Params

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

func NewGetMyGroupJoinRequestV2ParamsWithTimeout added in v0.37.0

func NewGetMyGroupJoinRequestV2ParamsWithTimeout(timeout time.Duration) *GetMyGroupJoinRequestV2Params

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

func (*GetMyGroupJoinRequestV2Params) SetAuthInfoWriter added in v0.37.0

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

SetAuthInfoWriter adds the authInfoWriter to the get my group join request v2 params

func (*GetMyGroupJoinRequestV2Params) SetContext added in v0.37.0

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

SetContext adds the context to the get my group join request v2 params

func (*GetMyGroupJoinRequestV2Params) SetFlightId added in v0.63.0

func (o *GetMyGroupJoinRequestV2Params) SetFlightId(flightId string)

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

func (*GetMyGroupJoinRequestV2Params) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the get my group join request v2 params

func (*GetMyGroupJoinRequestV2Params) SetHTTPClientTransport added in v0.37.0

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

SetHTTPClient adds the HTTPClient Transport to the get my group join request v2 params

func (*GetMyGroupJoinRequestV2Params) SetLimit added in v0.37.0

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

SetLimit adds the limit to the get my group join request v2 params

func (*GetMyGroupJoinRequestV2Params) SetNamespace added in v0.37.0

func (o *GetMyGroupJoinRequestV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get my group join request v2 params

func (*GetMyGroupJoinRequestV2Params) SetOffset added in v0.37.0

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

SetOffset adds the offset to the get my group join request v2 params

func (*GetMyGroupJoinRequestV2Params) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the get my group join request v2 params

func (*GetMyGroupJoinRequestV2Params) WithContext added in v0.37.0

WithContext adds the context to the get my group join request v2 params

func (*GetMyGroupJoinRequestV2Params) WithHTTPClient added in v0.37.0

WithHTTPClient adds the HTTPClient to the get my group join request v2 params

func (*GetMyGroupJoinRequestV2Params) WithLimit added in v0.37.0

WithLimit adds the limit to the get my group join request v2 params

func (*GetMyGroupJoinRequestV2Params) WithNamespace added in v0.37.0

WithNamespace adds the namespace to the get my group join request v2 params

func (*GetMyGroupJoinRequestV2Params) WithOffset added in v0.37.0

WithOffset adds the offset to the get my group join request v2 params

func (*GetMyGroupJoinRequestV2Params) WithTimeout added in v0.37.0

WithTimeout adds the timeout to the get my group join request v2 params

func (*GetMyGroupJoinRequestV2Params) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type GetMyGroupJoinRequestV2Reader added in v0.37.0

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

GetMyGroupJoinRequestV2Reader is a Reader for the GetMyGroupJoinRequestV2 structure.

func (*GetMyGroupJoinRequestV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type GetMyGroupJoinRequestV2Unauthorized added in v0.37.0

type GetMyGroupJoinRequestV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetMyGroupJoinRequestV2Unauthorized 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 NewGetMyGroupJoinRequestV2Unauthorized added in v0.37.0

func NewGetMyGroupJoinRequestV2Unauthorized() *GetMyGroupJoinRequestV2Unauthorized

NewGetMyGroupJoinRequestV2Unauthorized creates a GetMyGroupJoinRequestV2Unauthorized with default headers values

func (*GetMyGroupJoinRequestV2Unauthorized) Error added in v0.37.0

func (*GetMyGroupJoinRequestV2Unauthorized) GetPayload added in v0.37.0

func (*GetMyGroupJoinRequestV2Unauthorized) ToJSONString added in v0.37.0

func (o *GetMyGroupJoinRequestV2Unauthorized) ToJSONString() string

Jump to

Keyboard shortcuts

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