group_roles

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 group roles API

func (*Client) CreateMemberRoleAdminV1 deprecated

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

CreateMemberRoleAdminV1 create new member role This endpoint is used to create new member role

Action Code: 73202

memberRolePermissions example value :

"action": 1

"resourceName": "GROUP:ROLE"

The changes will give user with that role have a permission to create a role for new group member

func (*Client) CreateMemberRoleAdminV1Short added in v0.8.0

func (a *Client) CreateMemberRoleAdminV1Short(params *CreateMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateMemberRoleAdminV1Created, error)

CreateMemberRoleAdminV1Short create new member role This endpoint is used to create new member role

Action Code: 73202

memberRolePermissions example value :

"action": 1

"resourceName": "GROUP:ROLE"

The changes will give user with that role have a permission to create a role for new group member

func (*Client) DeleteMemberRoleAdminV1 deprecated

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

DeleteMemberRoleAdminV1 delete member role This endpoint is used to delete member role. Any member role can't be deleted if the specific role is applied to the configuration (admin and member role)

Action Code: 73207

func (*Client) DeleteMemberRoleAdminV1Short added in v0.8.0

func (a *Client) DeleteMemberRoleAdminV1Short(params *DeleteMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRoleAdminV1NoContent, error)

DeleteMemberRoleAdminV1Short delete member role This endpoint is used to delete member role. Any member role can't be deleted if the specific role is applied to the configuration (admin and member role)

Action Code: 73207

func (*Client) DeleteMemberRolePublicV1 deprecated

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

DeleteMemberRolePublicV1 remove role from group member Required Member Role Permission: "GROUP:ROLE [UPDATE]"

This endpoint is used to remove role from group member

Action Code: 73204

func (*Client) DeleteMemberRolePublicV1Short added in v0.8.0

func (a *Client) DeleteMemberRolePublicV1Short(params *DeleteMemberRolePublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRolePublicV1NoContent, error)

DeleteMemberRolePublicV1Short remove role from group member Required Member Role Permission: "GROUP:ROLE [UPDATE]"

This endpoint is used to remove role from group member

Action Code: 73204

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

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

DeleteMemberRolePublicV2 remove role from group member Required Member Role Permission: "GROUP:ROLE [UPDATE]"

This endpoint is used to remove role from group member

Action Code: 73204

func (*Client) DeleteMemberRolePublicV2Short added in v0.37.0

func (a *Client) DeleteMemberRolePublicV2Short(params *DeleteMemberRolePublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRolePublicV2NoContent, error)

DeleteMemberRolePublicV2Short remove role from group member Required Member Role Permission: "GROUP:ROLE [UPDATE]"

This endpoint is used to remove role from group member

Action Code: 73204

func (*Client) GetMemberRolesListAdminV1 deprecated

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

GetMemberRolesListAdminV1 get all list of member roles This endpoint is used to get list of member roles

Action Code: 73201

func (*Client) GetMemberRolesListAdminV1Short added in v0.8.0

func (a *Client) GetMemberRolesListAdminV1Short(params *GetMemberRolesListAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetMemberRolesListAdminV1OK, error)

GetMemberRolesListAdminV1Short get all list of member roles This endpoint is used to get list of member roles

Action Code: 73201

func (*Client) GetMemberRolesListPublicV1 deprecated

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

GetMemberRolesListPublicV1 get all list of member roles Required Member Role Permission: "GROUP:ROLE [READ]"

This endpoint is used to get list of member roles

Action Code: 73201

func (*Client) GetMemberRolesListPublicV1Short added in v0.8.0

func (a *Client) GetMemberRolesListPublicV1Short(params *GetMemberRolesListPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetMemberRolesListPublicV1OK, error)

GetMemberRolesListPublicV1Short get all list of member roles Required Member Role Permission: "GROUP:ROLE [READ]"

This endpoint is used to get list of member roles

Action Code: 73201

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

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

GetMemberRolesListPublicV2 get all list of member roles This endpoint is used to get list of member roles

Action Code: 73201

func (*Client) GetMemberRolesListPublicV2Short added in v0.37.0

func (a *Client) GetMemberRolesListPublicV2Short(params *GetMemberRolesListPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetMemberRolesListPublicV2OK, error)

GetMemberRolesListPublicV2Short get all list of member roles This endpoint is used to get list of member roles

Action Code: 73201

func (*Client) GetSingleMemberRoleAdminV1 deprecated

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

GetSingleMemberRoleAdminV1 get member role This endpoint is used to get member role based on the role ID

Action Code: 73203

func (*Client) GetSingleMemberRoleAdminV1Short added in v0.8.0

func (a *Client) GetSingleMemberRoleAdminV1Short(params *GetSingleMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetSingleMemberRoleAdminV1OK, error)

GetSingleMemberRoleAdminV1Short get member role This endpoint is used to get member role based on the role ID

Action Code: 73203

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateMemberRoleAdminV1 deprecated

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

UpdateMemberRoleAdminV1 update member role This endpoint is used to update member role

Action Code: 73204

func (*Client) UpdateMemberRoleAdminV1Short added in v0.8.0

func (a *Client) UpdateMemberRoleAdminV1Short(params *UpdateMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRoleAdminV1OK, error)

UpdateMemberRoleAdminV1Short update member role This endpoint is used to update member role

Action Code: 73204

func (*Client) UpdateMemberRolePermissionAdminV1 deprecated

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

UpdateMemberRolePermissionAdminV1 update member role permission This endpoint is used to update member role permission. It will replace the existing permission based on the request from this endpoint

Action Code: 73205

memberRolePermissions example value :

"action": 2

"resourceName": "GROUP:ROLE"

The changes will update user role to be able to read a role of other member

func (*Client) UpdateMemberRolePermissionAdminV1Short added in v0.8.0

func (a *Client) UpdateMemberRolePermissionAdminV1Short(params *UpdateMemberRolePermissionAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRolePermissionAdminV1OK, error)

UpdateMemberRolePermissionAdminV1Short update member role permission This endpoint is used to update member role permission. It will replace the existing permission based on the request from this endpoint

Action Code: 73205

memberRolePermissions example value :

"action": 2

"resourceName": "GROUP:ROLE"

The changes will update user role to be able to read a role of other member

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

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

UpdateMemberRolePublicV1 assign role to group member Required Member Role Permission: "GROUP:ROLE [UPDATE]

This endpoint is used to assign role to group member

Action Code: 73204

func (*Client) UpdateMemberRolePublicV1Short added in v0.8.0

func (a *Client) UpdateMemberRolePublicV1Short(params *UpdateMemberRolePublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRolePublicV1OK, error)

UpdateMemberRolePublicV1Short assign role to group member Required Member Role Permission: "GROUP:ROLE [UPDATE]

This endpoint is used to assign role to group member

Action Code: 73204

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

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

UpdateMemberRolePublicV2 assign role to group member Required Member Role Permission: "GROUP:ROLE [UPDATE]

This endpoint is used to assign role to group member

Action Code: 73204

func (*Client) UpdateMemberRolePublicV2Short added in v0.37.0

func (a *Client) UpdateMemberRolePublicV2Short(params *UpdateMemberRolePublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRolePublicV2OK, error)

UpdateMemberRolePublicV2Short assign role to group member Required Member Role Permission: "GROUP:ROLE [UPDATE]

This endpoint is used to assign role to group member

Action Code: 73204

type ClientService

type ClientService interface {
	GetMemberRolesListAdminV1(params *GetMemberRolesListAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetMemberRolesListAdminV1OK, *GetMemberRolesListAdminV1BadRequest, *GetMemberRolesListAdminV1Unauthorized, *GetMemberRolesListAdminV1Forbidden, *GetMemberRolesListAdminV1InternalServerError, error)
	GetMemberRolesListAdminV1Short(params *GetMemberRolesListAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetMemberRolesListAdminV1OK, error)
	CreateMemberRoleAdminV1(params *CreateMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateMemberRoleAdminV1Created, *CreateMemberRoleAdminV1BadRequest, *CreateMemberRoleAdminV1Unauthorized, *CreateMemberRoleAdminV1Forbidden, *CreateMemberRoleAdminV1InternalServerError, error)
	CreateMemberRoleAdminV1Short(params *CreateMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateMemberRoleAdminV1Created, error)
	GetSingleMemberRoleAdminV1(params *GetSingleMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetSingleMemberRoleAdminV1OK, *GetSingleMemberRoleAdminV1BadRequest, *GetSingleMemberRoleAdminV1Unauthorized, *GetSingleMemberRoleAdminV1Forbidden, *GetSingleMemberRoleAdminV1NotFound, *GetSingleMemberRoleAdminV1InternalServerError, error)
	GetSingleMemberRoleAdminV1Short(params *GetSingleMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetSingleMemberRoleAdminV1OK, error)
	DeleteMemberRoleAdminV1(params *DeleteMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRoleAdminV1NoContent, *DeleteMemberRoleAdminV1BadRequest, *DeleteMemberRoleAdminV1Unauthorized, *DeleteMemberRoleAdminV1Forbidden, *DeleteMemberRoleAdminV1NotFound, *DeleteMemberRoleAdminV1InternalServerError, error)
	DeleteMemberRoleAdminV1Short(params *DeleteMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRoleAdminV1NoContent, error)
	UpdateMemberRoleAdminV1(params *UpdateMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRoleAdminV1OK, *UpdateMemberRoleAdminV1BadRequest, *UpdateMemberRoleAdminV1Unauthorized, *UpdateMemberRoleAdminV1Forbidden, *UpdateMemberRoleAdminV1NotFound, *UpdateMemberRoleAdminV1InternalServerError, error)
	UpdateMemberRoleAdminV1Short(params *UpdateMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRoleAdminV1OK, error)
	UpdateMemberRolePermissionAdminV1(params *UpdateMemberRolePermissionAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRolePermissionAdminV1OK, *UpdateMemberRolePermissionAdminV1BadRequest, *UpdateMemberRolePermissionAdminV1Unauthorized, *UpdateMemberRolePermissionAdminV1Forbidden, *UpdateMemberRolePermissionAdminV1NotFound, *UpdateMemberRolePermissionAdminV1InternalServerError, error)
	UpdateMemberRolePermissionAdminV1Short(params *UpdateMemberRolePermissionAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRolePermissionAdminV1OK, error)
	GetMemberRolesListPublicV1(params *GetMemberRolesListPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetMemberRolesListPublicV1OK, *GetMemberRolesListPublicV1BadRequest, *GetMemberRolesListPublicV1Unauthorized, *GetMemberRolesListPublicV1Forbidden, *GetMemberRolesListPublicV1InternalServerError, error)
	GetMemberRolesListPublicV1Short(params *GetMemberRolesListPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetMemberRolesListPublicV1OK, error)
	UpdateMemberRolePublicV1(params *UpdateMemberRolePublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRolePublicV1OK, *UpdateMemberRolePublicV1BadRequest, *UpdateMemberRolePublicV1Unauthorized, *UpdateMemberRolePublicV1Forbidden, *UpdateMemberRolePublicV1NotFound, *UpdateMemberRolePublicV1InternalServerError, error)
	UpdateMemberRolePublicV1Short(params *UpdateMemberRolePublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRolePublicV1OK, error)
	DeleteMemberRolePublicV1(params *DeleteMemberRolePublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRolePublicV1NoContent, *DeleteMemberRolePublicV1BadRequest, *DeleteMemberRolePublicV1Unauthorized, *DeleteMemberRolePublicV1Forbidden, *DeleteMemberRolePublicV1NotFound, *DeleteMemberRolePublicV1UnprocessableEntity, *DeleteMemberRolePublicV1InternalServerError, error)
	DeleteMemberRolePublicV1Short(params *DeleteMemberRolePublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRolePublicV1NoContent, error)
	GetMemberRolesListPublicV2(params *GetMemberRolesListPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetMemberRolesListPublicV2OK, *GetMemberRolesListPublicV2BadRequest, *GetMemberRolesListPublicV2Unauthorized, *GetMemberRolesListPublicV2Forbidden, *GetMemberRolesListPublicV2InternalServerError, error)
	GetMemberRolesListPublicV2Short(params *GetMemberRolesListPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetMemberRolesListPublicV2OK, error)
	UpdateMemberRolePublicV2(params *UpdateMemberRolePublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRolePublicV2OK, *UpdateMemberRolePublicV2BadRequest, *UpdateMemberRolePublicV2Unauthorized, *UpdateMemberRolePublicV2Forbidden, *UpdateMemberRolePublicV2NotFound, *UpdateMemberRolePublicV2InternalServerError, error)
	UpdateMemberRolePublicV2Short(params *UpdateMemberRolePublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRolePublicV2OK, error)
	DeleteMemberRolePublicV2(params *DeleteMemberRolePublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRolePublicV2NoContent, *DeleteMemberRolePublicV2BadRequest, *DeleteMemberRolePublicV2Unauthorized, *DeleteMemberRolePublicV2Forbidden, *DeleteMemberRolePublicV2NotFound, *DeleteMemberRolePublicV2UnprocessableEntity, *DeleteMemberRolePublicV2InternalServerError, error)
	DeleteMemberRolePublicV2Short(params *DeleteMemberRolePublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRolePublicV2NoContent, 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 roles API client.

type CreateMemberRoleAdminV1BadRequest

type CreateMemberRoleAdminV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

CreateMemberRoleAdminV1BadRequest 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>20019</td><td>unable to parse request body</td></tr></table>

func NewCreateMemberRoleAdminV1BadRequest

func NewCreateMemberRoleAdminV1BadRequest() *CreateMemberRoleAdminV1BadRequest

NewCreateMemberRoleAdminV1BadRequest creates a CreateMemberRoleAdminV1BadRequest with default headers values

func (*CreateMemberRoleAdminV1BadRequest) Error

func (*CreateMemberRoleAdminV1BadRequest) GetPayload

func (*CreateMemberRoleAdminV1BadRequest) ToJSONString added in v0.25.0

func (o *CreateMemberRoleAdminV1BadRequest) ToJSONString() string

type CreateMemberRoleAdminV1Created

type CreateMemberRoleAdminV1Created struct {
	Payload *groupclientmodels.ModelsMemberRoleResponseV1
}

CreateMemberRoleAdminV1Created handles this case with default header values.

Created

func NewCreateMemberRoleAdminV1Created

func NewCreateMemberRoleAdminV1Created() *CreateMemberRoleAdminV1Created

NewCreateMemberRoleAdminV1Created creates a CreateMemberRoleAdminV1Created with default headers values

func (*CreateMemberRoleAdminV1Created) Error

func (*CreateMemberRoleAdminV1Created) GetPayload

func (*CreateMemberRoleAdminV1Created) ToJSONString added in v0.25.0

func (o *CreateMemberRoleAdminV1Created) ToJSONString() string

type CreateMemberRoleAdminV1Forbidden

type CreateMemberRoleAdminV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

CreateMemberRoleAdminV1Forbidden handles this case with default header values.

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

func NewCreateMemberRoleAdminV1Forbidden

func NewCreateMemberRoleAdminV1Forbidden() *CreateMemberRoleAdminV1Forbidden

NewCreateMemberRoleAdminV1Forbidden creates a CreateMemberRoleAdminV1Forbidden with default headers values

func (*CreateMemberRoleAdminV1Forbidden) Error

func (*CreateMemberRoleAdminV1Forbidden) GetPayload

func (*CreateMemberRoleAdminV1Forbidden) ToJSONString added in v0.25.0

func (o *CreateMemberRoleAdminV1Forbidden) ToJSONString() string

type CreateMemberRoleAdminV1InternalServerError

type CreateMemberRoleAdminV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

CreateMemberRoleAdminV1InternalServerError handles this case with default header values.

Internal Server Error

func NewCreateMemberRoleAdminV1InternalServerError

func NewCreateMemberRoleAdminV1InternalServerError() *CreateMemberRoleAdminV1InternalServerError

NewCreateMemberRoleAdminV1InternalServerError creates a CreateMemberRoleAdminV1InternalServerError with default headers values

func (*CreateMemberRoleAdminV1InternalServerError) Error

func (*CreateMemberRoleAdminV1InternalServerError) GetPayload

func (*CreateMemberRoleAdminV1InternalServerError) ToJSONString added in v0.25.0

type CreateMemberRoleAdminV1Params

type CreateMemberRoleAdminV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *groupclientmodels.ModelsCreateMemberRoleRequestV1
	/*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
}

CreateMemberRoleAdminV1Params contains all the parameters to send to the API endpoint for the create member role admin v1 operation typically these are written to a http.Request

func NewCreateMemberRoleAdminV1Params

func NewCreateMemberRoleAdminV1Params() *CreateMemberRoleAdminV1Params

NewCreateMemberRoleAdminV1Params creates a new CreateMemberRoleAdminV1Params object with the default values initialized.

func NewCreateMemberRoleAdminV1ParamsWithContext

func NewCreateMemberRoleAdminV1ParamsWithContext(ctx context.Context) *CreateMemberRoleAdminV1Params

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

func NewCreateMemberRoleAdminV1ParamsWithHTTPClient

func NewCreateMemberRoleAdminV1ParamsWithHTTPClient(client *http.Client) *CreateMemberRoleAdminV1Params

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

func NewCreateMemberRoleAdminV1ParamsWithTimeout

func NewCreateMemberRoleAdminV1ParamsWithTimeout(timeout time.Duration) *CreateMemberRoleAdminV1Params

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

func (*CreateMemberRoleAdminV1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the create member role admin v1 params

func (*CreateMemberRoleAdminV1Params) SetBody

SetBody adds the body to the create member role admin v1 params

func (*CreateMemberRoleAdminV1Params) SetContext

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

SetContext adds the context to the create member role admin v1 params

func (*CreateMemberRoleAdminV1Params) SetFlightId added in v0.63.0

func (o *CreateMemberRoleAdminV1Params) SetFlightId(flightId string)

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

func (*CreateMemberRoleAdminV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create member role admin v1 params

func (*CreateMemberRoleAdminV1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the create member role admin v1 params

func (*CreateMemberRoleAdminV1Params) SetNamespace

func (o *CreateMemberRoleAdminV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the create member role admin v1 params

func (*CreateMemberRoleAdminV1Params) SetTimeout

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

SetTimeout adds the timeout to the create member role admin v1 params

func (*CreateMemberRoleAdminV1Params) WithBody

WithBody adds the body to the create member role admin v1 params

func (*CreateMemberRoleAdminV1Params) WithContext

WithContext adds the context to the create member role admin v1 params

func (*CreateMemberRoleAdminV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create member role admin v1 params

func (*CreateMemberRoleAdminV1Params) WithNamespace

WithNamespace adds the namespace to the create member role admin v1 params

func (*CreateMemberRoleAdminV1Params) WithTimeout

WithTimeout adds the timeout to the create member role admin v1 params

func (*CreateMemberRoleAdminV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateMemberRoleAdminV1Reader

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

CreateMemberRoleAdminV1Reader is a Reader for the CreateMemberRoleAdminV1 structure.

func (*CreateMemberRoleAdminV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateMemberRoleAdminV1Unauthorized

type CreateMemberRoleAdminV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

CreateMemberRoleAdminV1Unauthorized 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 NewCreateMemberRoleAdminV1Unauthorized

func NewCreateMemberRoleAdminV1Unauthorized() *CreateMemberRoleAdminV1Unauthorized

NewCreateMemberRoleAdminV1Unauthorized creates a CreateMemberRoleAdminV1Unauthorized with default headers values

func (*CreateMemberRoleAdminV1Unauthorized) Error

func (*CreateMemberRoleAdminV1Unauthorized) GetPayload

func (*CreateMemberRoleAdminV1Unauthorized) ToJSONString added in v0.25.0

func (o *CreateMemberRoleAdminV1Unauthorized) ToJSONString() string

type DeleteMemberRoleAdminV1BadRequest

type DeleteMemberRoleAdminV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRoleAdminV1BadRequest 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 NewDeleteMemberRoleAdminV1BadRequest

func NewDeleteMemberRoleAdminV1BadRequest() *DeleteMemberRoleAdminV1BadRequest

NewDeleteMemberRoleAdminV1BadRequest creates a DeleteMemberRoleAdminV1BadRequest with default headers values

func (*DeleteMemberRoleAdminV1BadRequest) Error

func (*DeleteMemberRoleAdminV1BadRequest) GetPayload

func (*DeleteMemberRoleAdminV1BadRequest) ToJSONString added in v0.25.0

func (o *DeleteMemberRoleAdminV1BadRequest) ToJSONString() string

type DeleteMemberRoleAdminV1Forbidden

type DeleteMemberRoleAdminV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRoleAdminV1Forbidden 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>20013</td><td>insufficient permissions</td></tr></table>

func NewDeleteMemberRoleAdminV1Forbidden

func NewDeleteMemberRoleAdminV1Forbidden() *DeleteMemberRoleAdminV1Forbidden

NewDeleteMemberRoleAdminV1Forbidden creates a DeleteMemberRoleAdminV1Forbidden with default headers values

func (*DeleteMemberRoleAdminV1Forbidden) Error

func (*DeleteMemberRoleAdminV1Forbidden) GetPayload

func (*DeleteMemberRoleAdminV1Forbidden) ToJSONString added in v0.25.0

func (o *DeleteMemberRoleAdminV1Forbidden) ToJSONString() string

type DeleteMemberRoleAdminV1InternalServerError

type DeleteMemberRoleAdminV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRoleAdminV1InternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteMemberRoleAdminV1InternalServerError

func NewDeleteMemberRoleAdminV1InternalServerError() *DeleteMemberRoleAdminV1InternalServerError

NewDeleteMemberRoleAdminV1InternalServerError creates a DeleteMemberRoleAdminV1InternalServerError with default headers values

func (*DeleteMemberRoleAdminV1InternalServerError) Error

func (*DeleteMemberRoleAdminV1InternalServerError) GetPayload

func (*DeleteMemberRoleAdminV1InternalServerError) ToJSONString added in v0.25.0

type DeleteMemberRoleAdminV1NoContent

type DeleteMemberRoleAdminV1NoContent struct {
}

DeleteMemberRoleAdminV1NoContent handles this case with default header values.

No Content

func NewDeleteMemberRoleAdminV1NoContent

func NewDeleteMemberRoleAdminV1NoContent() *DeleteMemberRoleAdminV1NoContent

NewDeleteMemberRoleAdminV1NoContent creates a DeleteMemberRoleAdminV1NoContent with default headers values

func (*DeleteMemberRoleAdminV1NoContent) Error

type DeleteMemberRoleAdminV1NotFound

type DeleteMemberRoleAdminV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRoleAdminV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73232</td><td>member role not found</td></tr></table>

func NewDeleteMemberRoleAdminV1NotFound

func NewDeleteMemberRoleAdminV1NotFound() *DeleteMemberRoleAdminV1NotFound

NewDeleteMemberRoleAdminV1NotFound creates a DeleteMemberRoleAdminV1NotFound with default headers values

func (*DeleteMemberRoleAdminV1NotFound) Error

func (*DeleteMemberRoleAdminV1NotFound) GetPayload

func (*DeleteMemberRoleAdminV1NotFound) ToJSONString added in v0.25.0

func (o *DeleteMemberRoleAdminV1NotFound) ToJSONString() string

type DeleteMemberRoleAdminV1Params

type DeleteMemberRoleAdminV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*MemberRoleID
	  member Role ID

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

DeleteMemberRoleAdminV1Params contains all the parameters to send to the API endpoint for the delete member role admin v1 operation typically these are written to a http.Request

func NewDeleteMemberRoleAdminV1Params

func NewDeleteMemberRoleAdminV1Params() *DeleteMemberRoleAdminV1Params

NewDeleteMemberRoleAdminV1Params creates a new DeleteMemberRoleAdminV1Params object with the default values initialized.

func NewDeleteMemberRoleAdminV1ParamsWithContext

func NewDeleteMemberRoleAdminV1ParamsWithContext(ctx context.Context) *DeleteMemberRoleAdminV1Params

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

func NewDeleteMemberRoleAdminV1ParamsWithHTTPClient

func NewDeleteMemberRoleAdminV1ParamsWithHTTPClient(client *http.Client) *DeleteMemberRoleAdminV1Params

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

func NewDeleteMemberRoleAdminV1ParamsWithTimeout

func NewDeleteMemberRoleAdminV1ParamsWithTimeout(timeout time.Duration) *DeleteMemberRoleAdminV1Params

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

func (*DeleteMemberRoleAdminV1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the delete member role admin v1 params

func (*DeleteMemberRoleAdminV1Params) SetContext

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

SetContext adds the context to the delete member role admin v1 params

func (*DeleteMemberRoleAdminV1Params) SetFlightId added in v0.63.0

func (o *DeleteMemberRoleAdminV1Params) SetFlightId(flightId string)

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

func (*DeleteMemberRoleAdminV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete member role admin v1 params

func (*DeleteMemberRoleAdminV1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the delete member role admin v1 params

func (*DeleteMemberRoleAdminV1Params) SetMemberRoleID

func (o *DeleteMemberRoleAdminV1Params) SetMemberRoleID(memberRoleID string)

SetMemberRoleID adds the memberRoleId to the delete member role admin v1 params

func (*DeleteMemberRoleAdminV1Params) SetNamespace

func (o *DeleteMemberRoleAdminV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete member role admin v1 params

func (*DeleteMemberRoleAdminV1Params) SetTimeout

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

SetTimeout adds the timeout to the delete member role admin v1 params

func (*DeleteMemberRoleAdminV1Params) WithContext

WithContext adds the context to the delete member role admin v1 params

func (*DeleteMemberRoleAdminV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete member role admin v1 params

func (*DeleteMemberRoleAdminV1Params) WithMemberRoleID

func (o *DeleteMemberRoleAdminV1Params) WithMemberRoleID(memberRoleID string) *DeleteMemberRoleAdminV1Params

WithMemberRoleID adds the memberRoleID to the delete member role admin v1 params

func (*DeleteMemberRoleAdminV1Params) WithNamespace

WithNamespace adds the namespace to the delete member role admin v1 params

func (*DeleteMemberRoleAdminV1Params) WithTimeout

WithTimeout adds the timeout to the delete member role admin v1 params

func (*DeleteMemberRoleAdminV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteMemberRoleAdminV1Reader

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

DeleteMemberRoleAdminV1Reader is a Reader for the DeleteMemberRoleAdminV1 structure.

func (*DeleteMemberRoleAdminV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteMemberRoleAdminV1Unauthorized

type DeleteMemberRoleAdminV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRoleAdminV1Unauthorized 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 NewDeleteMemberRoleAdminV1Unauthorized

func NewDeleteMemberRoleAdminV1Unauthorized() *DeleteMemberRoleAdminV1Unauthorized

NewDeleteMemberRoleAdminV1Unauthorized creates a DeleteMemberRoleAdminV1Unauthorized with default headers values

func (*DeleteMemberRoleAdminV1Unauthorized) Error

func (*DeleteMemberRoleAdminV1Unauthorized) GetPayload

func (*DeleteMemberRoleAdminV1Unauthorized) ToJSONString added in v0.25.0

func (o *DeleteMemberRoleAdminV1Unauthorized) ToJSONString() string

type DeleteMemberRolePublicV1BadRequest

type DeleteMemberRolePublicV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRolePublicV1BadRequest 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>20019</td><td>unable to parse request body</td></tr></table>

func NewDeleteMemberRolePublicV1BadRequest

func NewDeleteMemberRolePublicV1BadRequest() *DeleteMemberRolePublicV1BadRequest

NewDeleteMemberRolePublicV1BadRequest creates a DeleteMemberRolePublicV1BadRequest with default headers values

func (*DeleteMemberRolePublicV1BadRequest) Error

func (*DeleteMemberRolePublicV1BadRequest) GetPayload

func (*DeleteMemberRolePublicV1BadRequest) ToJSONString added in v0.25.0

func (o *DeleteMemberRolePublicV1BadRequest) ToJSONString() string

type DeleteMemberRolePublicV1Forbidden

type DeleteMemberRolePublicV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRolePublicV1Forbidden 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>20013</td><td>insufficient permissions</td></tr></table>

func NewDeleteMemberRolePublicV1Forbidden

func NewDeleteMemberRolePublicV1Forbidden() *DeleteMemberRolePublicV1Forbidden

NewDeleteMemberRolePublicV1Forbidden creates a DeleteMemberRolePublicV1Forbidden with default headers values

func (*DeleteMemberRolePublicV1Forbidden) Error

func (*DeleteMemberRolePublicV1Forbidden) GetPayload

func (*DeleteMemberRolePublicV1Forbidden) ToJSONString added in v0.25.0

func (o *DeleteMemberRolePublicV1Forbidden) ToJSONString() string

type DeleteMemberRolePublicV1InternalServerError

type DeleteMemberRolePublicV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRolePublicV1InternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteMemberRolePublicV1InternalServerError

func NewDeleteMemberRolePublicV1InternalServerError() *DeleteMemberRolePublicV1InternalServerError

NewDeleteMemberRolePublicV1InternalServerError creates a DeleteMemberRolePublicV1InternalServerError with default headers values

func (*DeleteMemberRolePublicV1InternalServerError) Error

func (*DeleteMemberRolePublicV1InternalServerError) GetPayload

func (*DeleteMemberRolePublicV1InternalServerError) ToJSONString added in v0.25.0

type DeleteMemberRolePublicV1NoContent added in v0.25.0

type DeleteMemberRolePublicV1NoContent struct {
}

DeleteMemberRolePublicV1NoContent handles this case with default header values.

No Content

func NewDeleteMemberRolePublicV1NoContent added in v0.25.0

func NewDeleteMemberRolePublicV1NoContent() *DeleteMemberRolePublicV1NoContent

NewDeleteMemberRolePublicV1NoContent creates a DeleteMemberRolePublicV1NoContent with default headers values

func (*DeleteMemberRolePublicV1NoContent) Error added in v0.25.0

type DeleteMemberRolePublicV1NotFound

type DeleteMemberRolePublicV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRolePublicV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73232</td><td>member role not found</td></tr></table>

func NewDeleteMemberRolePublicV1NotFound

func NewDeleteMemberRolePublicV1NotFound() *DeleteMemberRolePublicV1NotFound

NewDeleteMemberRolePublicV1NotFound creates a DeleteMemberRolePublicV1NotFound with default headers values

func (*DeleteMemberRolePublicV1NotFound) Error

func (*DeleteMemberRolePublicV1NotFound) GetPayload

func (*DeleteMemberRolePublicV1NotFound) ToJSONString added in v0.25.0

func (o *DeleteMemberRolePublicV1NotFound) ToJSONString() string

type DeleteMemberRolePublicV1Params

type DeleteMemberRolePublicV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *groupclientmodels.ModelsRemoveRoleFromMemberRequestV1
	/*MemberRoleID
	  member Role ID

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

DeleteMemberRolePublicV1Params contains all the parameters to send to the API endpoint for the delete member role public v1 operation typically these are written to a http.Request

func NewDeleteMemberRolePublicV1Params

func NewDeleteMemberRolePublicV1Params() *DeleteMemberRolePublicV1Params

NewDeleteMemberRolePublicV1Params creates a new DeleteMemberRolePublicV1Params object with the default values initialized.

func NewDeleteMemberRolePublicV1ParamsWithContext

func NewDeleteMemberRolePublicV1ParamsWithContext(ctx context.Context) *DeleteMemberRolePublicV1Params

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

func NewDeleteMemberRolePublicV1ParamsWithHTTPClient

func NewDeleteMemberRolePublicV1ParamsWithHTTPClient(client *http.Client) *DeleteMemberRolePublicV1Params

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

func NewDeleteMemberRolePublicV1ParamsWithTimeout

func NewDeleteMemberRolePublicV1ParamsWithTimeout(timeout time.Duration) *DeleteMemberRolePublicV1Params

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

func (*DeleteMemberRolePublicV1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the delete member role public v1 params

func (*DeleteMemberRolePublicV1Params) SetBody

SetBody adds the body to the delete member role public v1 params

func (*DeleteMemberRolePublicV1Params) SetContext

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

SetContext adds the context to the delete member role public v1 params

func (*DeleteMemberRolePublicV1Params) SetFlightId added in v0.63.0

func (o *DeleteMemberRolePublicV1Params) SetFlightId(flightId string)

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

func (*DeleteMemberRolePublicV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete member role public v1 params

func (*DeleteMemberRolePublicV1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the delete member role public v1 params

func (*DeleteMemberRolePublicV1Params) SetMemberRoleID

func (o *DeleteMemberRolePublicV1Params) SetMemberRoleID(memberRoleID string)

SetMemberRoleID adds the memberRoleId to the delete member role public v1 params

func (*DeleteMemberRolePublicV1Params) SetNamespace

func (o *DeleteMemberRolePublicV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete member role public v1 params

func (*DeleteMemberRolePublicV1Params) SetTimeout

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

SetTimeout adds the timeout to the delete member role public v1 params

func (*DeleteMemberRolePublicV1Params) WithBody

WithBody adds the body to the delete member role public v1 params

func (*DeleteMemberRolePublicV1Params) WithContext

WithContext adds the context to the delete member role public v1 params

func (*DeleteMemberRolePublicV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete member role public v1 params

func (*DeleteMemberRolePublicV1Params) WithMemberRoleID

func (o *DeleteMemberRolePublicV1Params) WithMemberRoleID(memberRoleID string) *DeleteMemberRolePublicV1Params

WithMemberRoleID adds the memberRoleID to the delete member role public v1 params

func (*DeleteMemberRolePublicV1Params) WithNamespace

WithNamespace adds the namespace to the delete member role public v1 params

func (*DeleteMemberRolePublicV1Params) WithTimeout

WithTimeout adds the timeout to the delete member role public v1 params

func (*DeleteMemberRolePublicV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteMemberRolePublicV1Reader

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

DeleteMemberRolePublicV1Reader is a Reader for the DeleteMemberRolePublicV1 structure.

func (*DeleteMemberRolePublicV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteMemberRolePublicV1Unauthorized

type DeleteMemberRolePublicV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRolePublicV1Unauthorized 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 NewDeleteMemberRolePublicV1Unauthorized

func NewDeleteMemberRolePublicV1Unauthorized() *DeleteMemberRolePublicV1Unauthorized

NewDeleteMemberRolePublicV1Unauthorized creates a DeleteMemberRolePublicV1Unauthorized with default headers values

func (*DeleteMemberRolePublicV1Unauthorized) Error

func (*DeleteMemberRolePublicV1Unauthorized) GetPayload

func (*DeleteMemberRolePublicV1Unauthorized) ToJSONString added in v0.25.0

func (o *DeleteMemberRolePublicV1Unauthorized) ToJSONString() string

type DeleteMemberRolePublicV1UnprocessableEntity added in v0.7.0

type DeleteMemberRolePublicV1UnprocessableEntity struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRolePublicV1UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73444</td><td>member must have role</td></tr></table>

func NewDeleteMemberRolePublicV1UnprocessableEntity added in v0.7.0

func NewDeleteMemberRolePublicV1UnprocessableEntity() *DeleteMemberRolePublicV1UnprocessableEntity

NewDeleteMemberRolePublicV1UnprocessableEntity creates a DeleteMemberRolePublicV1UnprocessableEntity with default headers values

func (*DeleteMemberRolePublicV1UnprocessableEntity) Error added in v0.7.0

func (*DeleteMemberRolePublicV1UnprocessableEntity) GetPayload added in v0.7.0

func (*DeleteMemberRolePublicV1UnprocessableEntity) ToJSONString added in v0.25.0

type DeleteMemberRolePublicV2BadRequest added in v0.37.0

type DeleteMemberRolePublicV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRolePublicV2BadRequest 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>20019</td><td>unable to parse request body</td></tr></table>

func NewDeleteMemberRolePublicV2BadRequest added in v0.37.0

func NewDeleteMemberRolePublicV2BadRequest() *DeleteMemberRolePublicV2BadRequest

NewDeleteMemberRolePublicV2BadRequest creates a DeleteMemberRolePublicV2BadRequest with default headers values

func (*DeleteMemberRolePublicV2BadRequest) Error added in v0.37.0

func (*DeleteMemberRolePublicV2BadRequest) GetPayload added in v0.37.0

func (*DeleteMemberRolePublicV2BadRequest) ToJSONString added in v0.37.0

func (o *DeleteMemberRolePublicV2BadRequest) ToJSONString() string

type DeleteMemberRolePublicV2Forbidden added in v0.37.0

type DeleteMemberRolePublicV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRolePublicV2Forbidden 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>20013</td><td>insufficient permissions</td></tr></table>

func NewDeleteMemberRolePublicV2Forbidden added in v0.37.0

func NewDeleteMemberRolePublicV2Forbidden() *DeleteMemberRolePublicV2Forbidden

NewDeleteMemberRolePublicV2Forbidden creates a DeleteMemberRolePublicV2Forbidden with default headers values

func (*DeleteMemberRolePublicV2Forbidden) Error added in v0.37.0

func (*DeleteMemberRolePublicV2Forbidden) GetPayload added in v0.37.0

func (*DeleteMemberRolePublicV2Forbidden) ToJSONString added in v0.37.0

func (o *DeleteMemberRolePublicV2Forbidden) ToJSONString() string

type DeleteMemberRolePublicV2InternalServerError added in v0.37.0

type DeleteMemberRolePublicV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRolePublicV2InternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteMemberRolePublicV2InternalServerError added in v0.37.0

func NewDeleteMemberRolePublicV2InternalServerError() *DeleteMemberRolePublicV2InternalServerError

NewDeleteMemberRolePublicV2InternalServerError creates a DeleteMemberRolePublicV2InternalServerError with default headers values

func (*DeleteMemberRolePublicV2InternalServerError) Error added in v0.37.0

func (*DeleteMemberRolePublicV2InternalServerError) GetPayload added in v0.37.0

func (*DeleteMemberRolePublicV2InternalServerError) ToJSONString added in v0.37.0

type DeleteMemberRolePublicV2NoContent added in v0.37.0

type DeleteMemberRolePublicV2NoContent struct {
}

DeleteMemberRolePublicV2NoContent handles this case with default header values.

No Content

func NewDeleteMemberRolePublicV2NoContent added in v0.37.0

func NewDeleteMemberRolePublicV2NoContent() *DeleteMemberRolePublicV2NoContent

NewDeleteMemberRolePublicV2NoContent creates a DeleteMemberRolePublicV2NoContent with default headers values

func (*DeleteMemberRolePublicV2NoContent) Error added in v0.37.0

type DeleteMemberRolePublicV2NotFound added in v0.37.0

type DeleteMemberRolePublicV2NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRolePublicV2NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73232</td><td>member role not found</td></tr></table>

func NewDeleteMemberRolePublicV2NotFound added in v0.37.0

func NewDeleteMemberRolePublicV2NotFound() *DeleteMemberRolePublicV2NotFound

NewDeleteMemberRolePublicV2NotFound creates a DeleteMemberRolePublicV2NotFound with default headers values

func (*DeleteMemberRolePublicV2NotFound) Error added in v0.37.0

func (*DeleteMemberRolePublicV2NotFound) GetPayload added in v0.37.0

func (*DeleteMemberRolePublicV2NotFound) ToJSONString added in v0.37.0

func (o *DeleteMemberRolePublicV2NotFound) ToJSONString() string

type DeleteMemberRolePublicV2Params added in v0.37.0

type DeleteMemberRolePublicV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *groupclientmodels.ModelsRemoveRoleFromMemberRequestV1
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*MemberRoleID
	  member Role ID

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

DeleteMemberRolePublicV2Params contains all the parameters to send to the API endpoint for the delete member role public v2 operation typically these are written to a http.Request

func NewDeleteMemberRolePublicV2Params added in v0.37.0

func NewDeleteMemberRolePublicV2Params() *DeleteMemberRolePublicV2Params

NewDeleteMemberRolePublicV2Params creates a new DeleteMemberRolePublicV2Params object with the default values initialized.

func NewDeleteMemberRolePublicV2ParamsWithContext added in v0.37.0

func NewDeleteMemberRolePublicV2ParamsWithContext(ctx context.Context) *DeleteMemberRolePublicV2Params

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

func NewDeleteMemberRolePublicV2ParamsWithHTTPClient added in v0.37.0

func NewDeleteMemberRolePublicV2ParamsWithHTTPClient(client *http.Client) *DeleteMemberRolePublicV2Params

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

func NewDeleteMemberRolePublicV2ParamsWithTimeout added in v0.37.0

func NewDeleteMemberRolePublicV2ParamsWithTimeout(timeout time.Duration) *DeleteMemberRolePublicV2Params

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

func (*DeleteMemberRolePublicV2Params) SetAuthInfoWriter added in v0.37.0

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

SetAuthInfoWriter adds the authInfoWriter to the delete member role public v2 params

func (*DeleteMemberRolePublicV2Params) SetBody added in v0.37.0

SetBody adds the body to the delete member role public v2 params

func (*DeleteMemberRolePublicV2Params) SetContext added in v0.37.0

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

SetContext adds the context to the delete member role public v2 params

func (*DeleteMemberRolePublicV2Params) SetFlightId added in v0.63.0

func (o *DeleteMemberRolePublicV2Params) SetFlightId(flightId string)

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

func (*DeleteMemberRolePublicV2Params) SetGroupID added in v0.37.0

func (o *DeleteMemberRolePublicV2Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the delete member role public v2 params

func (*DeleteMemberRolePublicV2Params) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the delete member role public v2 params

func (*DeleteMemberRolePublicV2Params) SetHTTPClientTransport added in v0.37.0

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

SetHTTPClient adds the HTTPClient Transport to the delete member role public v2 params

func (*DeleteMemberRolePublicV2Params) SetMemberRoleID added in v0.37.0

func (o *DeleteMemberRolePublicV2Params) SetMemberRoleID(memberRoleID string)

SetMemberRoleID adds the memberRoleId to the delete member role public v2 params

func (*DeleteMemberRolePublicV2Params) SetNamespace added in v0.37.0

func (o *DeleteMemberRolePublicV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete member role public v2 params

func (*DeleteMemberRolePublicV2Params) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the delete member role public v2 params

func (*DeleteMemberRolePublicV2Params) WithBody added in v0.37.0

WithBody adds the body to the delete member role public v2 params

func (*DeleteMemberRolePublicV2Params) WithContext added in v0.37.0

WithContext adds the context to the delete member role public v2 params

func (*DeleteMemberRolePublicV2Params) WithGroupID added in v0.37.0

WithGroupID adds the groupID to the delete member role public v2 params

func (*DeleteMemberRolePublicV2Params) WithHTTPClient added in v0.37.0

WithHTTPClient adds the HTTPClient to the delete member role public v2 params

func (*DeleteMemberRolePublicV2Params) WithMemberRoleID added in v0.37.0

func (o *DeleteMemberRolePublicV2Params) WithMemberRoleID(memberRoleID string) *DeleteMemberRolePublicV2Params

WithMemberRoleID adds the memberRoleID to the delete member role public v2 params

func (*DeleteMemberRolePublicV2Params) WithNamespace added in v0.37.0

WithNamespace adds the namespace to the delete member role public v2 params

func (*DeleteMemberRolePublicV2Params) WithTimeout added in v0.37.0

WithTimeout adds the timeout to the delete member role public v2 params

func (*DeleteMemberRolePublicV2Params) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type DeleteMemberRolePublicV2Reader added in v0.37.0

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

DeleteMemberRolePublicV2Reader is a Reader for the DeleteMemberRolePublicV2 structure.

func (*DeleteMemberRolePublicV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type DeleteMemberRolePublicV2Unauthorized added in v0.37.0

type DeleteMemberRolePublicV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRolePublicV2Unauthorized 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 NewDeleteMemberRolePublicV2Unauthorized added in v0.37.0

func NewDeleteMemberRolePublicV2Unauthorized() *DeleteMemberRolePublicV2Unauthorized

NewDeleteMemberRolePublicV2Unauthorized creates a DeleteMemberRolePublicV2Unauthorized with default headers values

func (*DeleteMemberRolePublicV2Unauthorized) Error added in v0.37.0

func (*DeleteMemberRolePublicV2Unauthorized) GetPayload added in v0.37.0

func (*DeleteMemberRolePublicV2Unauthorized) ToJSONString added in v0.37.0

func (o *DeleteMemberRolePublicV2Unauthorized) ToJSONString() string

type DeleteMemberRolePublicV2UnprocessableEntity added in v0.37.0

type DeleteMemberRolePublicV2UnprocessableEntity struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

DeleteMemberRolePublicV2UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73444</td><td>member must have role</td></tr></table>

func NewDeleteMemberRolePublicV2UnprocessableEntity added in v0.37.0

func NewDeleteMemberRolePublicV2UnprocessableEntity() *DeleteMemberRolePublicV2UnprocessableEntity

NewDeleteMemberRolePublicV2UnprocessableEntity creates a DeleteMemberRolePublicV2UnprocessableEntity with default headers values

func (*DeleteMemberRolePublicV2UnprocessableEntity) Error added in v0.37.0

func (*DeleteMemberRolePublicV2UnprocessableEntity) GetPayload added in v0.37.0

func (*DeleteMemberRolePublicV2UnprocessableEntity) ToJSONString added in v0.37.0

type GetMemberRolesListAdminV1BadRequest

type GetMemberRolesListAdminV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetMemberRolesListAdminV1BadRequest 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 NewGetMemberRolesListAdminV1BadRequest

func NewGetMemberRolesListAdminV1BadRequest() *GetMemberRolesListAdminV1BadRequest

NewGetMemberRolesListAdminV1BadRequest creates a GetMemberRolesListAdminV1BadRequest with default headers values

func (*GetMemberRolesListAdminV1BadRequest) Error

func (*GetMemberRolesListAdminV1BadRequest) GetPayload

func (*GetMemberRolesListAdminV1BadRequest) ToJSONString added in v0.25.0

func (o *GetMemberRolesListAdminV1BadRequest) ToJSONString() string

type GetMemberRolesListAdminV1Forbidden

type GetMemberRolesListAdminV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetMemberRolesListAdminV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permissions</td></tr></table>

func NewGetMemberRolesListAdminV1Forbidden

func NewGetMemberRolesListAdminV1Forbidden() *GetMemberRolesListAdminV1Forbidden

NewGetMemberRolesListAdminV1Forbidden creates a GetMemberRolesListAdminV1Forbidden with default headers values

func (*GetMemberRolesListAdminV1Forbidden) Error

func (*GetMemberRolesListAdminV1Forbidden) GetPayload

func (*GetMemberRolesListAdminV1Forbidden) ToJSONString added in v0.25.0

func (o *GetMemberRolesListAdminV1Forbidden) ToJSONString() string

type GetMemberRolesListAdminV1InternalServerError

type GetMemberRolesListAdminV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetMemberRolesListAdminV1InternalServerError handles this case with default header values.

Internal Server Error

func NewGetMemberRolesListAdminV1InternalServerError

func NewGetMemberRolesListAdminV1InternalServerError() *GetMemberRolesListAdminV1InternalServerError

NewGetMemberRolesListAdminV1InternalServerError creates a GetMemberRolesListAdminV1InternalServerError with default headers values

func (*GetMemberRolesListAdminV1InternalServerError) Error

func (*GetMemberRolesListAdminV1InternalServerError) GetPayload

func (*GetMemberRolesListAdminV1InternalServerError) ToJSONString added in v0.25.0

type GetMemberRolesListAdminV1OK

type GetMemberRolesListAdminV1OK struct {
	Payload *groupclientmodels.ModelsGetMemberRolesListResponseV1
}

GetMemberRolesListAdminV1OK handles this case with default header values.

OK

func NewGetMemberRolesListAdminV1OK

func NewGetMemberRolesListAdminV1OK() *GetMemberRolesListAdminV1OK

NewGetMemberRolesListAdminV1OK creates a GetMemberRolesListAdminV1OK with default headers values

func (*GetMemberRolesListAdminV1OK) Error

func (*GetMemberRolesListAdminV1OK) GetPayload

func (*GetMemberRolesListAdminV1OK) ToJSONString added in v0.25.0

func (o *GetMemberRolesListAdminV1OK) ToJSONString() string

type GetMemberRolesListAdminV1Params

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

GetMemberRolesListAdminV1Params contains all the parameters to send to the API endpoint for the get member roles list admin v1 operation typically these are written to a http.Request

func NewGetMemberRolesListAdminV1Params

func NewGetMemberRolesListAdminV1Params() *GetMemberRolesListAdminV1Params

NewGetMemberRolesListAdminV1Params creates a new GetMemberRolesListAdminV1Params object with the default values initialized.

func NewGetMemberRolesListAdminV1ParamsWithContext

func NewGetMemberRolesListAdminV1ParamsWithContext(ctx context.Context) *GetMemberRolesListAdminV1Params

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

func NewGetMemberRolesListAdminV1ParamsWithHTTPClient

func NewGetMemberRolesListAdminV1ParamsWithHTTPClient(client *http.Client) *GetMemberRolesListAdminV1Params

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

func NewGetMemberRolesListAdminV1ParamsWithTimeout

func NewGetMemberRolesListAdminV1ParamsWithTimeout(timeout time.Duration) *GetMemberRolesListAdminV1Params

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

func (*GetMemberRolesListAdminV1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the get member roles list admin v1 params

func (*GetMemberRolesListAdminV1Params) SetContext

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

SetContext adds the context to the get member roles list admin v1 params

func (*GetMemberRolesListAdminV1Params) SetFlightId added in v0.63.0

func (o *GetMemberRolesListAdminV1Params) SetFlightId(flightId string)

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

func (*GetMemberRolesListAdminV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get member roles list admin v1 params

func (*GetMemberRolesListAdminV1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the get member roles list admin v1 params

func (*GetMemberRolesListAdminV1Params) SetLimit

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

SetLimit adds the limit to the get member roles list admin v1 params

func (*GetMemberRolesListAdminV1Params) SetNamespace

func (o *GetMemberRolesListAdminV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get member roles list admin v1 params

func (*GetMemberRolesListAdminV1Params) SetOffset

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

SetOffset adds the offset to the get member roles list admin v1 params

func (*GetMemberRolesListAdminV1Params) SetTimeout

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

SetTimeout adds the timeout to the get member roles list admin v1 params

func (*GetMemberRolesListAdminV1Params) WithContext

WithContext adds the context to the get member roles list admin v1 params

func (*GetMemberRolesListAdminV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get member roles list admin v1 params

func (*GetMemberRolesListAdminV1Params) WithLimit

WithLimit adds the limit to the get member roles list admin v1 params

func (*GetMemberRolesListAdminV1Params) WithNamespace

WithNamespace adds the namespace to the get member roles list admin v1 params

func (*GetMemberRolesListAdminV1Params) WithOffset

WithOffset adds the offset to the get member roles list admin v1 params

func (*GetMemberRolesListAdminV1Params) WithTimeout

WithTimeout adds the timeout to the get member roles list admin v1 params

func (*GetMemberRolesListAdminV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetMemberRolesListAdminV1Reader

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

GetMemberRolesListAdminV1Reader is a Reader for the GetMemberRolesListAdminV1 structure.

func (*GetMemberRolesListAdminV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMemberRolesListAdminV1Unauthorized

type GetMemberRolesListAdminV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetMemberRolesListAdminV1Unauthorized 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 NewGetMemberRolesListAdminV1Unauthorized

func NewGetMemberRolesListAdminV1Unauthorized() *GetMemberRolesListAdminV1Unauthorized

NewGetMemberRolesListAdminV1Unauthorized creates a GetMemberRolesListAdminV1Unauthorized with default headers values

func (*GetMemberRolesListAdminV1Unauthorized) Error

func (*GetMemberRolesListAdminV1Unauthorized) GetPayload

func (*GetMemberRolesListAdminV1Unauthorized) ToJSONString added in v0.25.0

type GetMemberRolesListPublicV1BadRequest

type GetMemberRolesListPublicV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetMemberRolesListPublicV1BadRequest 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 NewGetMemberRolesListPublicV1BadRequest

func NewGetMemberRolesListPublicV1BadRequest() *GetMemberRolesListPublicV1BadRequest

NewGetMemberRolesListPublicV1BadRequest creates a GetMemberRolesListPublicV1BadRequest with default headers values

func (*GetMemberRolesListPublicV1BadRequest) Error

func (*GetMemberRolesListPublicV1BadRequest) GetPayload

func (*GetMemberRolesListPublicV1BadRequest) ToJSONString added in v0.25.0

func (o *GetMemberRolesListPublicV1BadRequest) ToJSONString() string

type GetMemberRolesListPublicV1Forbidden

type GetMemberRolesListPublicV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetMemberRolesListPublicV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permissions</td></tr></table>

func NewGetMemberRolesListPublicV1Forbidden

func NewGetMemberRolesListPublicV1Forbidden() *GetMemberRolesListPublicV1Forbidden

NewGetMemberRolesListPublicV1Forbidden creates a GetMemberRolesListPublicV1Forbidden with default headers values

func (*GetMemberRolesListPublicV1Forbidden) Error

func (*GetMemberRolesListPublicV1Forbidden) GetPayload

func (*GetMemberRolesListPublicV1Forbidden) ToJSONString added in v0.25.0

func (o *GetMemberRolesListPublicV1Forbidden) ToJSONString() string

type GetMemberRolesListPublicV1InternalServerError

type GetMemberRolesListPublicV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetMemberRolesListPublicV1InternalServerError handles this case with default header values.

Internal Server Error

func NewGetMemberRolesListPublicV1InternalServerError

func NewGetMemberRolesListPublicV1InternalServerError() *GetMemberRolesListPublicV1InternalServerError

NewGetMemberRolesListPublicV1InternalServerError creates a GetMemberRolesListPublicV1InternalServerError with default headers values

func (*GetMemberRolesListPublicV1InternalServerError) Error

func (*GetMemberRolesListPublicV1InternalServerError) GetPayload

func (*GetMemberRolesListPublicV1InternalServerError) ToJSONString added in v0.25.0

type GetMemberRolesListPublicV1OK

type GetMemberRolesListPublicV1OK struct {
	Payload *groupclientmodels.ModelsGetMemberRolesListResponseV1
}

GetMemberRolesListPublicV1OK handles this case with default header values.

OK

func NewGetMemberRolesListPublicV1OK

func NewGetMemberRolesListPublicV1OK() *GetMemberRolesListPublicV1OK

NewGetMemberRolesListPublicV1OK creates a GetMemberRolesListPublicV1OK with default headers values

func (*GetMemberRolesListPublicV1OK) Error

func (*GetMemberRolesListPublicV1OK) GetPayload

func (*GetMemberRolesListPublicV1OK) ToJSONString added in v0.25.0

func (o *GetMemberRolesListPublicV1OK) ToJSONString() string

type GetMemberRolesListPublicV1Params

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

GetMemberRolesListPublicV1Params contains all the parameters to send to the API endpoint for the get member roles list public v1 operation typically these are written to a http.Request

func NewGetMemberRolesListPublicV1Params

func NewGetMemberRolesListPublicV1Params() *GetMemberRolesListPublicV1Params

NewGetMemberRolesListPublicV1Params creates a new GetMemberRolesListPublicV1Params object with the default values initialized.

func NewGetMemberRolesListPublicV1ParamsWithContext

func NewGetMemberRolesListPublicV1ParamsWithContext(ctx context.Context) *GetMemberRolesListPublicV1Params

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

func NewGetMemberRolesListPublicV1ParamsWithHTTPClient

func NewGetMemberRolesListPublicV1ParamsWithHTTPClient(client *http.Client) *GetMemberRolesListPublicV1Params

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

func NewGetMemberRolesListPublicV1ParamsWithTimeout

func NewGetMemberRolesListPublicV1ParamsWithTimeout(timeout time.Duration) *GetMemberRolesListPublicV1Params

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

func (*GetMemberRolesListPublicV1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the get member roles list public v1 params

func (*GetMemberRolesListPublicV1Params) SetContext

SetContext adds the context to the get member roles list public v1 params

func (*GetMemberRolesListPublicV1Params) SetFlightId added in v0.63.0

func (o *GetMemberRolesListPublicV1Params) SetFlightId(flightId string)

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

func (*GetMemberRolesListPublicV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get member roles list public v1 params

func (*GetMemberRolesListPublicV1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the get member roles list public v1 params

func (*GetMemberRolesListPublicV1Params) SetLimit

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

SetLimit adds the limit to the get member roles list public v1 params

func (*GetMemberRolesListPublicV1Params) SetNamespace

func (o *GetMemberRolesListPublicV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get member roles list public v1 params

func (*GetMemberRolesListPublicV1Params) SetOffset

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

SetOffset adds the offset to the get member roles list public v1 params

func (*GetMemberRolesListPublicV1Params) SetTimeout

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

SetTimeout adds the timeout to the get member roles list public v1 params

func (*GetMemberRolesListPublicV1Params) WithContext

WithContext adds the context to the get member roles list public v1 params

func (*GetMemberRolesListPublicV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get member roles list public v1 params

func (*GetMemberRolesListPublicV1Params) WithLimit

WithLimit adds the limit to the get member roles list public v1 params

func (*GetMemberRolesListPublicV1Params) WithNamespace

WithNamespace adds the namespace to the get member roles list public v1 params

func (*GetMemberRolesListPublicV1Params) WithOffset

WithOffset adds the offset to the get member roles list public v1 params

func (*GetMemberRolesListPublicV1Params) WithTimeout

WithTimeout adds the timeout to the get member roles list public v1 params

func (*GetMemberRolesListPublicV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetMemberRolesListPublicV1Reader

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

GetMemberRolesListPublicV1Reader is a Reader for the GetMemberRolesListPublicV1 structure.

func (*GetMemberRolesListPublicV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMemberRolesListPublicV1Unauthorized

type GetMemberRolesListPublicV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetMemberRolesListPublicV1Unauthorized 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 NewGetMemberRolesListPublicV1Unauthorized

func NewGetMemberRolesListPublicV1Unauthorized() *GetMemberRolesListPublicV1Unauthorized

NewGetMemberRolesListPublicV1Unauthorized creates a GetMemberRolesListPublicV1Unauthorized with default headers values

func (*GetMemberRolesListPublicV1Unauthorized) Error

func (*GetMemberRolesListPublicV1Unauthorized) GetPayload

func (*GetMemberRolesListPublicV1Unauthorized) ToJSONString added in v0.25.0

type GetMemberRolesListPublicV2BadRequest added in v0.37.0

type GetMemberRolesListPublicV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetMemberRolesListPublicV2BadRequest 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 NewGetMemberRolesListPublicV2BadRequest added in v0.37.0

func NewGetMemberRolesListPublicV2BadRequest() *GetMemberRolesListPublicV2BadRequest

NewGetMemberRolesListPublicV2BadRequest creates a GetMemberRolesListPublicV2BadRequest with default headers values

func (*GetMemberRolesListPublicV2BadRequest) Error added in v0.37.0

func (*GetMemberRolesListPublicV2BadRequest) GetPayload added in v0.37.0

func (*GetMemberRolesListPublicV2BadRequest) ToJSONString added in v0.37.0

func (o *GetMemberRolesListPublicV2BadRequest) ToJSONString() string

type GetMemberRolesListPublicV2Forbidden added in v0.37.0

type GetMemberRolesListPublicV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetMemberRolesListPublicV2Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permissions</td></tr></table>

func NewGetMemberRolesListPublicV2Forbidden added in v0.37.0

func NewGetMemberRolesListPublicV2Forbidden() *GetMemberRolesListPublicV2Forbidden

NewGetMemberRolesListPublicV2Forbidden creates a GetMemberRolesListPublicV2Forbidden with default headers values

func (*GetMemberRolesListPublicV2Forbidden) Error added in v0.37.0

func (*GetMemberRolesListPublicV2Forbidden) GetPayload added in v0.37.0

func (*GetMemberRolesListPublicV2Forbidden) ToJSONString added in v0.37.0

func (o *GetMemberRolesListPublicV2Forbidden) ToJSONString() string

type GetMemberRolesListPublicV2InternalServerError added in v0.37.0

type GetMemberRolesListPublicV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetMemberRolesListPublicV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetMemberRolesListPublicV2InternalServerError added in v0.37.0

func NewGetMemberRolesListPublicV2InternalServerError() *GetMemberRolesListPublicV2InternalServerError

NewGetMemberRolesListPublicV2InternalServerError creates a GetMemberRolesListPublicV2InternalServerError with default headers values

func (*GetMemberRolesListPublicV2InternalServerError) Error added in v0.37.0

func (*GetMemberRolesListPublicV2InternalServerError) GetPayload added in v0.37.0

func (*GetMemberRolesListPublicV2InternalServerError) ToJSONString added in v0.37.0

type GetMemberRolesListPublicV2OK added in v0.37.0

type GetMemberRolesListPublicV2OK struct {
	Payload *groupclientmodels.ModelsGetMemberRolesListResponseV1
}

GetMemberRolesListPublicV2OK handles this case with default header values.

OK

func NewGetMemberRolesListPublicV2OK added in v0.37.0

func NewGetMemberRolesListPublicV2OK() *GetMemberRolesListPublicV2OK

NewGetMemberRolesListPublicV2OK creates a GetMemberRolesListPublicV2OK with default headers values

func (*GetMemberRolesListPublicV2OK) Error added in v0.37.0

func (*GetMemberRolesListPublicV2OK) GetPayload added in v0.37.0

func (*GetMemberRolesListPublicV2OK) ToJSONString added in v0.37.0

func (o *GetMemberRolesListPublicV2OK) ToJSONString() string

type GetMemberRolesListPublicV2Params added in v0.37.0

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

GetMemberRolesListPublicV2Params contains all the parameters to send to the API endpoint for the get member roles list public v2 operation typically these are written to a http.Request

func NewGetMemberRolesListPublicV2Params added in v0.37.0

func NewGetMemberRolesListPublicV2Params() *GetMemberRolesListPublicV2Params

NewGetMemberRolesListPublicV2Params creates a new GetMemberRolesListPublicV2Params object with the default values initialized.

func NewGetMemberRolesListPublicV2ParamsWithContext added in v0.37.0

func NewGetMemberRolesListPublicV2ParamsWithContext(ctx context.Context) *GetMemberRolesListPublicV2Params

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

func NewGetMemberRolesListPublicV2ParamsWithHTTPClient added in v0.37.0

func NewGetMemberRolesListPublicV2ParamsWithHTTPClient(client *http.Client) *GetMemberRolesListPublicV2Params

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

func NewGetMemberRolesListPublicV2ParamsWithTimeout added in v0.37.0

func NewGetMemberRolesListPublicV2ParamsWithTimeout(timeout time.Duration) *GetMemberRolesListPublicV2Params

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

func (*GetMemberRolesListPublicV2Params) SetAuthInfoWriter added in v0.37.0

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

SetAuthInfoWriter adds the authInfoWriter to the get member roles list public v2 params

func (*GetMemberRolesListPublicV2Params) SetContext added in v0.37.0

SetContext adds the context to the get member roles list public v2 params

func (*GetMemberRolesListPublicV2Params) SetFlightId added in v0.63.0

func (o *GetMemberRolesListPublicV2Params) SetFlightId(flightId string)

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

func (*GetMemberRolesListPublicV2Params) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the get member roles list public v2 params

func (*GetMemberRolesListPublicV2Params) SetHTTPClientTransport added in v0.37.0

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

SetHTTPClient adds the HTTPClient Transport to the get member roles list public v2 params

func (*GetMemberRolesListPublicV2Params) SetLimit added in v0.37.0

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

SetLimit adds the limit to the get member roles list public v2 params

func (*GetMemberRolesListPublicV2Params) SetNamespace added in v0.37.0

func (o *GetMemberRolesListPublicV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get member roles list public v2 params

func (*GetMemberRolesListPublicV2Params) SetOffset added in v0.37.0

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

SetOffset adds the offset to the get member roles list public v2 params

func (*GetMemberRolesListPublicV2Params) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the get member roles list public v2 params

func (*GetMemberRolesListPublicV2Params) WithContext added in v0.37.0

WithContext adds the context to the get member roles list public v2 params

func (*GetMemberRolesListPublicV2Params) WithHTTPClient added in v0.37.0

WithHTTPClient adds the HTTPClient to the get member roles list public v2 params

func (*GetMemberRolesListPublicV2Params) WithLimit added in v0.37.0

WithLimit adds the limit to the get member roles list public v2 params

func (*GetMemberRolesListPublicV2Params) WithNamespace added in v0.37.0

WithNamespace adds the namespace to the get member roles list public v2 params

func (*GetMemberRolesListPublicV2Params) WithOffset added in v0.37.0

WithOffset adds the offset to the get member roles list public v2 params

func (*GetMemberRolesListPublicV2Params) WithTimeout added in v0.37.0

WithTimeout adds the timeout to the get member roles list public v2 params

func (*GetMemberRolesListPublicV2Params) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type GetMemberRolesListPublicV2Reader added in v0.37.0

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

GetMemberRolesListPublicV2Reader is a Reader for the GetMemberRolesListPublicV2 structure.

func (*GetMemberRolesListPublicV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type GetMemberRolesListPublicV2Unauthorized added in v0.37.0

type GetMemberRolesListPublicV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetMemberRolesListPublicV2Unauthorized 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 NewGetMemberRolesListPublicV2Unauthorized added in v0.37.0

func NewGetMemberRolesListPublicV2Unauthorized() *GetMemberRolesListPublicV2Unauthorized

NewGetMemberRolesListPublicV2Unauthorized creates a GetMemberRolesListPublicV2Unauthorized with default headers values

func (*GetMemberRolesListPublicV2Unauthorized) Error added in v0.37.0

func (*GetMemberRolesListPublicV2Unauthorized) GetPayload added in v0.37.0

func (*GetMemberRolesListPublicV2Unauthorized) ToJSONString added in v0.37.0

type GetSingleMemberRoleAdminV1BadRequest

type GetSingleMemberRoleAdminV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetSingleMemberRoleAdminV1BadRequest 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 NewGetSingleMemberRoleAdminV1BadRequest

func NewGetSingleMemberRoleAdminV1BadRequest() *GetSingleMemberRoleAdminV1BadRequest

NewGetSingleMemberRoleAdminV1BadRequest creates a GetSingleMemberRoleAdminV1BadRequest with default headers values

func (*GetSingleMemberRoleAdminV1BadRequest) Error

func (*GetSingleMemberRoleAdminV1BadRequest) GetPayload

func (*GetSingleMemberRoleAdminV1BadRequest) ToJSONString added in v0.25.0

func (o *GetSingleMemberRoleAdminV1BadRequest) ToJSONString() string

type GetSingleMemberRoleAdminV1Forbidden

type GetSingleMemberRoleAdminV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetSingleMemberRoleAdminV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permissions</td></tr></table>

func NewGetSingleMemberRoleAdminV1Forbidden

func NewGetSingleMemberRoleAdminV1Forbidden() *GetSingleMemberRoleAdminV1Forbidden

NewGetSingleMemberRoleAdminV1Forbidden creates a GetSingleMemberRoleAdminV1Forbidden with default headers values

func (*GetSingleMemberRoleAdminV1Forbidden) Error

func (*GetSingleMemberRoleAdminV1Forbidden) GetPayload

func (*GetSingleMemberRoleAdminV1Forbidden) ToJSONString added in v0.25.0

func (o *GetSingleMemberRoleAdminV1Forbidden) ToJSONString() string

type GetSingleMemberRoleAdminV1InternalServerError

type GetSingleMemberRoleAdminV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetSingleMemberRoleAdminV1InternalServerError handles this case with default header values.

Internal Server Error

func NewGetSingleMemberRoleAdminV1InternalServerError

func NewGetSingleMemberRoleAdminV1InternalServerError() *GetSingleMemberRoleAdminV1InternalServerError

NewGetSingleMemberRoleAdminV1InternalServerError creates a GetSingleMemberRoleAdminV1InternalServerError with default headers values

func (*GetSingleMemberRoleAdminV1InternalServerError) Error

func (*GetSingleMemberRoleAdminV1InternalServerError) GetPayload

func (*GetSingleMemberRoleAdminV1InternalServerError) ToJSONString added in v0.25.0

type GetSingleMemberRoleAdminV1NotFound

type GetSingleMemberRoleAdminV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetSingleMemberRoleAdminV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73232</td><td>member role not found</td></tr></table>

func NewGetSingleMemberRoleAdminV1NotFound

func NewGetSingleMemberRoleAdminV1NotFound() *GetSingleMemberRoleAdminV1NotFound

NewGetSingleMemberRoleAdminV1NotFound creates a GetSingleMemberRoleAdminV1NotFound with default headers values

func (*GetSingleMemberRoleAdminV1NotFound) Error

func (*GetSingleMemberRoleAdminV1NotFound) GetPayload

func (*GetSingleMemberRoleAdminV1NotFound) ToJSONString added in v0.25.0

func (o *GetSingleMemberRoleAdminV1NotFound) ToJSONString() string

type GetSingleMemberRoleAdminV1OK

type GetSingleMemberRoleAdminV1OK struct {
	Payload *groupclientmodels.ModelsMemberRoleResponseV1
}

GetSingleMemberRoleAdminV1OK handles this case with default header values.

OK

func NewGetSingleMemberRoleAdminV1OK

func NewGetSingleMemberRoleAdminV1OK() *GetSingleMemberRoleAdminV1OK

NewGetSingleMemberRoleAdminV1OK creates a GetSingleMemberRoleAdminV1OK with default headers values

func (*GetSingleMemberRoleAdminV1OK) Error

func (*GetSingleMemberRoleAdminV1OK) GetPayload

func (*GetSingleMemberRoleAdminV1OK) ToJSONString added in v0.25.0

func (o *GetSingleMemberRoleAdminV1OK) ToJSONString() string

type GetSingleMemberRoleAdminV1Params

type GetSingleMemberRoleAdminV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*MemberRoleID
	  member Role ID

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

GetSingleMemberRoleAdminV1Params contains all the parameters to send to the API endpoint for the get single member role admin v1 operation typically these are written to a http.Request

func NewGetSingleMemberRoleAdminV1Params

func NewGetSingleMemberRoleAdminV1Params() *GetSingleMemberRoleAdminV1Params

NewGetSingleMemberRoleAdminV1Params creates a new GetSingleMemberRoleAdminV1Params object with the default values initialized.

func NewGetSingleMemberRoleAdminV1ParamsWithContext

func NewGetSingleMemberRoleAdminV1ParamsWithContext(ctx context.Context) *GetSingleMemberRoleAdminV1Params

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

func NewGetSingleMemberRoleAdminV1ParamsWithHTTPClient

func NewGetSingleMemberRoleAdminV1ParamsWithHTTPClient(client *http.Client) *GetSingleMemberRoleAdminV1Params

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

func NewGetSingleMemberRoleAdminV1ParamsWithTimeout

func NewGetSingleMemberRoleAdminV1ParamsWithTimeout(timeout time.Duration) *GetSingleMemberRoleAdminV1Params

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

func (*GetSingleMemberRoleAdminV1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the get single member role admin v1 params

func (*GetSingleMemberRoleAdminV1Params) SetContext

SetContext adds the context to the get single member role admin v1 params

func (*GetSingleMemberRoleAdminV1Params) SetFlightId added in v0.63.0

func (o *GetSingleMemberRoleAdminV1Params) SetFlightId(flightId string)

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

func (*GetSingleMemberRoleAdminV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get single member role admin v1 params

func (*GetSingleMemberRoleAdminV1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the get single member role admin v1 params

func (*GetSingleMemberRoleAdminV1Params) SetMemberRoleID

func (o *GetSingleMemberRoleAdminV1Params) SetMemberRoleID(memberRoleID string)

SetMemberRoleID adds the memberRoleId to the get single member role admin v1 params

func (*GetSingleMemberRoleAdminV1Params) SetNamespace

func (o *GetSingleMemberRoleAdminV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get single member role admin v1 params

func (*GetSingleMemberRoleAdminV1Params) SetTimeout

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

SetTimeout adds the timeout to the get single member role admin v1 params

func (*GetSingleMemberRoleAdminV1Params) WithContext

WithContext adds the context to the get single member role admin v1 params

func (*GetSingleMemberRoleAdminV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get single member role admin v1 params

func (*GetSingleMemberRoleAdminV1Params) WithMemberRoleID

WithMemberRoleID adds the memberRoleID to the get single member role admin v1 params

func (*GetSingleMemberRoleAdminV1Params) WithNamespace

WithNamespace adds the namespace to the get single member role admin v1 params

func (*GetSingleMemberRoleAdminV1Params) WithTimeout

WithTimeout adds the timeout to the get single member role admin v1 params

func (*GetSingleMemberRoleAdminV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSingleMemberRoleAdminV1Reader

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

GetSingleMemberRoleAdminV1Reader is a Reader for the GetSingleMemberRoleAdminV1 structure.

func (*GetSingleMemberRoleAdminV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSingleMemberRoleAdminV1Unauthorized

type GetSingleMemberRoleAdminV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

GetSingleMemberRoleAdminV1Unauthorized 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 NewGetSingleMemberRoleAdminV1Unauthorized

func NewGetSingleMemberRoleAdminV1Unauthorized() *GetSingleMemberRoleAdminV1Unauthorized

NewGetSingleMemberRoleAdminV1Unauthorized creates a GetSingleMemberRoleAdminV1Unauthorized with default headers values

func (*GetSingleMemberRoleAdminV1Unauthorized) Error

func (*GetSingleMemberRoleAdminV1Unauthorized) GetPayload

func (*GetSingleMemberRoleAdminV1Unauthorized) ToJSONString added in v0.25.0

type UpdateMemberRoleAdminV1BadRequest

type UpdateMemberRoleAdminV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRoleAdminV1BadRequest 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>20019</td><td>unable to parse request body</td></tr></table>

func NewUpdateMemberRoleAdminV1BadRequest

func NewUpdateMemberRoleAdminV1BadRequest() *UpdateMemberRoleAdminV1BadRequest

NewUpdateMemberRoleAdminV1BadRequest creates a UpdateMemberRoleAdminV1BadRequest with default headers values

func (*UpdateMemberRoleAdminV1BadRequest) Error

func (*UpdateMemberRoleAdminV1BadRequest) GetPayload

func (*UpdateMemberRoleAdminV1BadRequest) ToJSONString added in v0.25.0

func (o *UpdateMemberRoleAdminV1BadRequest) ToJSONString() string

type UpdateMemberRoleAdminV1Forbidden

type UpdateMemberRoleAdminV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRoleAdminV1Forbidden 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>20013</td><td>insufficient permissions</td></tr></table>

func NewUpdateMemberRoleAdminV1Forbidden

func NewUpdateMemberRoleAdminV1Forbidden() *UpdateMemberRoleAdminV1Forbidden

NewUpdateMemberRoleAdminV1Forbidden creates a UpdateMemberRoleAdminV1Forbidden with default headers values

func (*UpdateMemberRoleAdminV1Forbidden) Error

func (*UpdateMemberRoleAdminV1Forbidden) GetPayload

func (*UpdateMemberRoleAdminV1Forbidden) ToJSONString added in v0.25.0

func (o *UpdateMemberRoleAdminV1Forbidden) ToJSONString() string

type UpdateMemberRoleAdminV1InternalServerError

type UpdateMemberRoleAdminV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRoleAdminV1InternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateMemberRoleAdminV1InternalServerError

func NewUpdateMemberRoleAdminV1InternalServerError() *UpdateMemberRoleAdminV1InternalServerError

NewUpdateMemberRoleAdminV1InternalServerError creates a UpdateMemberRoleAdminV1InternalServerError with default headers values

func (*UpdateMemberRoleAdminV1InternalServerError) Error

func (*UpdateMemberRoleAdminV1InternalServerError) GetPayload

func (*UpdateMemberRoleAdminV1InternalServerError) ToJSONString added in v0.25.0

type UpdateMemberRoleAdminV1NotFound

type UpdateMemberRoleAdminV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRoleAdminV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73232</td><td>member role not found</td></tr></table>

func NewUpdateMemberRoleAdminV1NotFound

func NewUpdateMemberRoleAdminV1NotFound() *UpdateMemberRoleAdminV1NotFound

NewUpdateMemberRoleAdminV1NotFound creates a UpdateMemberRoleAdminV1NotFound with default headers values

func (*UpdateMemberRoleAdminV1NotFound) Error

func (*UpdateMemberRoleAdminV1NotFound) GetPayload

func (*UpdateMemberRoleAdminV1NotFound) ToJSONString added in v0.25.0

func (o *UpdateMemberRoleAdminV1NotFound) ToJSONString() string

type UpdateMemberRoleAdminV1OK

type UpdateMemberRoleAdminV1OK struct {
	Payload *groupclientmodels.ModelsMemberRoleResponseV1
}

UpdateMemberRoleAdminV1OK handles this case with default header values.

OK

func NewUpdateMemberRoleAdminV1OK

func NewUpdateMemberRoleAdminV1OK() *UpdateMemberRoleAdminV1OK

NewUpdateMemberRoleAdminV1OK creates a UpdateMemberRoleAdminV1OK with default headers values

func (*UpdateMemberRoleAdminV1OK) Error

func (o *UpdateMemberRoleAdminV1OK) Error() string

func (*UpdateMemberRoleAdminV1OK) GetPayload

func (*UpdateMemberRoleAdminV1OK) ToJSONString added in v0.25.0

func (o *UpdateMemberRoleAdminV1OK) ToJSONString() string

type UpdateMemberRoleAdminV1Params

type UpdateMemberRoleAdminV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *groupclientmodels.ModelsUpdateMemberRoleRequestV1
	/*MemberRoleID
	  member Role ID

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

UpdateMemberRoleAdminV1Params contains all the parameters to send to the API endpoint for the update member role admin v1 operation typically these are written to a http.Request

func NewUpdateMemberRoleAdminV1Params

func NewUpdateMemberRoleAdminV1Params() *UpdateMemberRoleAdminV1Params

NewUpdateMemberRoleAdminV1Params creates a new UpdateMemberRoleAdminV1Params object with the default values initialized.

func NewUpdateMemberRoleAdminV1ParamsWithContext

func NewUpdateMemberRoleAdminV1ParamsWithContext(ctx context.Context) *UpdateMemberRoleAdminV1Params

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

func NewUpdateMemberRoleAdminV1ParamsWithHTTPClient

func NewUpdateMemberRoleAdminV1ParamsWithHTTPClient(client *http.Client) *UpdateMemberRoleAdminV1Params

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

func NewUpdateMemberRoleAdminV1ParamsWithTimeout

func NewUpdateMemberRoleAdminV1ParamsWithTimeout(timeout time.Duration) *UpdateMemberRoleAdminV1Params

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

func (*UpdateMemberRoleAdminV1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the update member role admin v1 params

func (*UpdateMemberRoleAdminV1Params) SetBody

SetBody adds the body to the update member role admin v1 params

func (*UpdateMemberRoleAdminV1Params) SetContext

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

SetContext adds the context to the update member role admin v1 params

func (*UpdateMemberRoleAdminV1Params) SetFlightId added in v0.63.0

func (o *UpdateMemberRoleAdminV1Params) SetFlightId(flightId string)

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

func (*UpdateMemberRoleAdminV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update member role admin v1 params

func (*UpdateMemberRoleAdminV1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the update member role admin v1 params

func (*UpdateMemberRoleAdminV1Params) SetMemberRoleID

func (o *UpdateMemberRoleAdminV1Params) SetMemberRoleID(memberRoleID string)

SetMemberRoleID adds the memberRoleId to the update member role admin v1 params

func (*UpdateMemberRoleAdminV1Params) SetNamespace

func (o *UpdateMemberRoleAdminV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the update member role admin v1 params

func (*UpdateMemberRoleAdminV1Params) SetTimeout

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

SetTimeout adds the timeout to the update member role admin v1 params

func (*UpdateMemberRoleAdminV1Params) WithBody

WithBody adds the body to the update member role admin v1 params

func (*UpdateMemberRoleAdminV1Params) WithContext

WithContext adds the context to the update member role admin v1 params

func (*UpdateMemberRoleAdminV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update member role admin v1 params

func (*UpdateMemberRoleAdminV1Params) WithMemberRoleID

func (o *UpdateMemberRoleAdminV1Params) WithMemberRoleID(memberRoleID string) *UpdateMemberRoleAdminV1Params

WithMemberRoleID adds the memberRoleID to the update member role admin v1 params

func (*UpdateMemberRoleAdminV1Params) WithNamespace

WithNamespace adds the namespace to the update member role admin v1 params

func (*UpdateMemberRoleAdminV1Params) WithTimeout

WithTimeout adds the timeout to the update member role admin v1 params

func (*UpdateMemberRoleAdminV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateMemberRoleAdminV1Reader

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

UpdateMemberRoleAdminV1Reader is a Reader for the UpdateMemberRoleAdminV1 structure.

func (*UpdateMemberRoleAdminV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateMemberRoleAdminV1Unauthorized

type UpdateMemberRoleAdminV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRoleAdminV1Unauthorized 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 NewUpdateMemberRoleAdminV1Unauthorized

func NewUpdateMemberRoleAdminV1Unauthorized() *UpdateMemberRoleAdminV1Unauthorized

NewUpdateMemberRoleAdminV1Unauthorized creates a UpdateMemberRoleAdminV1Unauthorized with default headers values

func (*UpdateMemberRoleAdminV1Unauthorized) Error

func (*UpdateMemberRoleAdminV1Unauthorized) GetPayload

func (*UpdateMemberRoleAdminV1Unauthorized) ToJSONString added in v0.25.0

func (o *UpdateMemberRoleAdminV1Unauthorized) ToJSONString() string

type UpdateMemberRolePermissionAdminV1BadRequest

type UpdateMemberRolePermissionAdminV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRolePermissionAdminV1BadRequest 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>20019</td><td>unable to parse request body</td></tr></table>

func NewUpdateMemberRolePermissionAdminV1BadRequest

func NewUpdateMemberRolePermissionAdminV1BadRequest() *UpdateMemberRolePermissionAdminV1BadRequest

NewUpdateMemberRolePermissionAdminV1BadRequest creates a UpdateMemberRolePermissionAdminV1BadRequest with default headers values

func (*UpdateMemberRolePermissionAdminV1BadRequest) Error

func (*UpdateMemberRolePermissionAdminV1BadRequest) GetPayload

func (*UpdateMemberRolePermissionAdminV1BadRequest) ToJSONString added in v0.25.0

type UpdateMemberRolePermissionAdminV1Forbidden

type UpdateMemberRolePermissionAdminV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRolePermissionAdminV1Forbidden 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>20013</td><td>insufficient permissions</td></tr></table>

func NewUpdateMemberRolePermissionAdminV1Forbidden

func NewUpdateMemberRolePermissionAdminV1Forbidden() *UpdateMemberRolePermissionAdminV1Forbidden

NewUpdateMemberRolePermissionAdminV1Forbidden creates a UpdateMemberRolePermissionAdminV1Forbidden with default headers values

func (*UpdateMemberRolePermissionAdminV1Forbidden) Error

func (*UpdateMemberRolePermissionAdminV1Forbidden) GetPayload

func (*UpdateMemberRolePermissionAdminV1Forbidden) ToJSONString added in v0.25.0

type UpdateMemberRolePermissionAdminV1InternalServerError

type UpdateMemberRolePermissionAdminV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRolePermissionAdminV1InternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateMemberRolePermissionAdminV1InternalServerError

func NewUpdateMemberRolePermissionAdminV1InternalServerError() *UpdateMemberRolePermissionAdminV1InternalServerError

NewUpdateMemberRolePermissionAdminV1InternalServerError creates a UpdateMemberRolePermissionAdminV1InternalServerError with default headers values

func (*UpdateMemberRolePermissionAdminV1InternalServerError) Error

func (*UpdateMemberRolePermissionAdminV1InternalServerError) GetPayload

func (*UpdateMemberRolePermissionAdminV1InternalServerError) ToJSONString added in v0.25.0

type UpdateMemberRolePermissionAdminV1NotFound

type UpdateMemberRolePermissionAdminV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRolePermissionAdminV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73232</td><td>member role not found</td></tr></table>

func NewUpdateMemberRolePermissionAdminV1NotFound

func NewUpdateMemberRolePermissionAdminV1NotFound() *UpdateMemberRolePermissionAdminV1NotFound

NewUpdateMemberRolePermissionAdminV1NotFound creates a UpdateMemberRolePermissionAdminV1NotFound with default headers values

func (*UpdateMemberRolePermissionAdminV1NotFound) Error

func (*UpdateMemberRolePermissionAdminV1NotFound) GetPayload

func (*UpdateMemberRolePermissionAdminV1NotFound) ToJSONString added in v0.25.0

type UpdateMemberRolePermissionAdminV1OK

type UpdateMemberRolePermissionAdminV1OK struct {
	Payload *groupclientmodels.ModelsMemberRoleResponseV1
}

UpdateMemberRolePermissionAdminV1OK handles this case with default header values.

OK

func NewUpdateMemberRolePermissionAdminV1OK

func NewUpdateMemberRolePermissionAdminV1OK() *UpdateMemberRolePermissionAdminV1OK

NewUpdateMemberRolePermissionAdminV1OK creates a UpdateMemberRolePermissionAdminV1OK with default headers values

func (*UpdateMemberRolePermissionAdminV1OK) Error

func (*UpdateMemberRolePermissionAdminV1OK) GetPayload

func (*UpdateMemberRolePermissionAdminV1OK) ToJSONString added in v0.25.0

func (o *UpdateMemberRolePermissionAdminV1OK) ToJSONString() string

type UpdateMemberRolePermissionAdminV1Params

type UpdateMemberRolePermissionAdminV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *groupclientmodels.ModelsUpdateMemberRolePermissionsRequestV1
	/*MemberRoleID
	  member Role ID

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

UpdateMemberRolePermissionAdminV1Params contains all the parameters to send to the API endpoint for the update member role permission admin v1 operation typically these are written to a http.Request

func NewUpdateMemberRolePermissionAdminV1Params

func NewUpdateMemberRolePermissionAdminV1Params() *UpdateMemberRolePermissionAdminV1Params

NewUpdateMemberRolePermissionAdminV1Params creates a new UpdateMemberRolePermissionAdminV1Params object with the default values initialized.

func NewUpdateMemberRolePermissionAdminV1ParamsWithContext

func NewUpdateMemberRolePermissionAdminV1ParamsWithContext(ctx context.Context) *UpdateMemberRolePermissionAdminV1Params

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

func NewUpdateMemberRolePermissionAdminV1ParamsWithHTTPClient

func NewUpdateMemberRolePermissionAdminV1ParamsWithHTTPClient(client *http.Client) *UpdateMemberRolePermissionAdminV1Params

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

func NewUpdateMemberRolePermissionAdminV1ParamsWithTimeout

func NewUpdateMemberRolePermissionAdminV1ParamsWithTimeout(timeout time.Duration) *UpdateMemberRolePermissionAdminV1Params

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

func (*UpdateMemberRolePermissionAdminV1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the update member role permission admin v1 params

func (*UpdateMemberRolePermissionAdminV1Params) SetBody

SetBody adds the body to the update member role permission admin v1 params

func (*UpdateMemberRolePermissionAdminV1Params) SetContext

SetContext adds the context to the update member role permission admin v1 params

func (*UpdateMemberRolePermissionAdminV1Params) SetFlightId added in v0.63.0

func (o *UpdateMemberRolePermissionAdminV1Params) SetFlightId(flightId string)

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

func (*UpdateMemberRolePermissionAdminV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update member role permission admin v1 params

func (*UpdateMemberRolePermissionAdminV1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the update member role permission admin v1 params

func (*UpdateMemberRolePermissionAdminV1Params) SetMemberRoleID

func (o *UpdateMemberRolePermissionAdminV1Params) SetMemberRoleID(memberRoleID string)

SetMemberRoleID adds the memberRoleId to the update member role permission admin v1 params

func (*UpdateMemberRolePermissionAdminV1Params) SetNamespace

func (o *UpdateMemberRolePermissionAdminV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the update member role permission admin v1 params

func (*UpdateMemberRolePermissionAdminV1Params) SetTimeout

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

SetTimeout adds the timeout to the update member role permission admin v1 params

func (*UpdateMemberRolePermissionAdminV1Params) WithBody

WithBody adds the body to the update member role permission admin v1 params

func (*UpdateMemberRolePermissionAdminV1Params) WithContext

WithContext adds the context to the update member role permission admin v1 params

func (*UpdateMemberRolePermissionAdminV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update member role permission admin v1 params

func (*UpdateMemberRolePermissionAdminV1Params) WithMemberRoleID

WithMemberRoleID adds the memberRoleID to the update member role permission admin v1 params

func (*UpdateMemberRolePermissionAdminV1Params) WithNamespace

WithNamespace adds the namespace to the update member role permission admin v1 params

func (*UpdateMemberRolePermissionAdminV1Params) WithTimeout

WithTimeout adds the timeout to the update member role permission admin v1 params

func (*UpdateMemberRolePermissionAdminV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateMemberRolePermissionAdminV1Reader

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

UpdateMemberRolePermissionAdminV1Reader is a Reader for the UpdateMemberRolePermissionAdminV1 structure.

func (*UpdateMemberRolePermissionAdminV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateMemberRolePermissionAdminV1Unauthorized

type UpdateMemberRolePermissionAdminV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRolePermissionAdminV1Unauthorized 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 NewUpdateMemberRolePermissionAdminV1Unauthorized

func NewUpdateMemberRolePermissionAdminV1Unauthorized() *UpdateMemberRolePermissionAdminV1Unauthorized

NewUpdateMemberRolePermissionAdminV1Unauthorized creates a UpdateMemberRolePermissionAdminV1Unauthorized with default headers values

func (*UpdateMemberRolePermissionAdminV1Unauthorized) Error

func (*UpdateMemberRolePermissionAdminV1Unauthorized) GetPayload

func (*UpdateMemberRolePermissionAdminV1Unauthorized) ToJSONString added in v0.25.0

type UpdateMemberRolePublicV1BadRequest added in v0.7.0

type UpdateMemberRolePublicV1BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRolePublicV1BadRequest 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>20019</td><td>unable to parse request body</td></tr></table>

func NewUpdateMemberRolePublicV1BadRequest added in v0.7.0

func NewUpdateMemberRolePublicV1BadRequest() *UpdateMemberRolePublicV1BadRequest

NewUpdateMemberRolePublicV1BadRequest creates a UpdateMemberRolePublicV1BadRequest with default headers values

func (*UpdateMemberRolePublicV1BadRequest) Error added in v0.7.0

func (*UpdateMemberRolePublicV1BadRequest) GetPayload added in v0.7.0

func (*UpdateMemberRolePublicV1BadRequest) ToJSONString added in v0.25.0

func (o *UpdateMemberRolePublicV1BadRequest) ToJSONString() string

type UpdateMemberRolePublicV1Forbidden added in v0.7.0

type UpdateMemberRolePublicV1Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRolePublicV1Forbidden 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>20013</td><td>insufficient permissions</td></tr></table>

func NewUpdateMemberRolePublicV1Forbidden added in v0.7.0

func NewUpdateMemberRolePublicV1Forbidden() *UpdateMemberRolePublicV1Forbidden

NewUpdateMemberRolePublicV1Forbidden creates a UpdateMemberRolePublicV1Forbidden with default headers values

func (*UpdateMemberRolePublicV1Forbidden) Error added in v0.7.0

func (*UpdateMemberRolePublicV1Forbidden) GetPayload added in v0.7.0

func (*UpdateMemberRolePublicV1Forbidden) ToJSONString added in v0.25.0

func (o *UpdateMemberRolePublicV1Forbidden) ToJSONString() string

type UpdateMemberRolePublicV1InternalServerError added in v0.7.0

type UpdateMemberRolePublicV1InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRolePublicV1InternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateMemberRolePublicV1InternalServerError added in v0.7.0

func NewUpdateMemberRolePublicV1InternalServerError() *UpdateMemberRolePublicV1InternalServerError

NewUpdateMemberRolePublicV1InternalServerError creates a UpdateMemberRolePublicV1InternalServerError with default headers values

func (*UpdateMemberRolePublicV1InternalServerError) Error added in v0.7.0

func (*UpdateMemberRolePublicV1InternalServerError) GetPayload added in v0.7.0

func (*UpdateMemberRolePublicV1InternalServerError) ToJSONString added in v0.25.0

type UpdateMemberRolePublicV1NotFound added in v0.7.0

type UpdateMemberRolePublicV1NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRolePublicV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73232</td><td>member role not found</td></tr></table>

func NewUpdateMemberRolePublicV1NotFound added in v0.7.0

func NewUpdateMemberRolePublicV1NotFound() *UpdateMemberRolePublicV1NotFound

NewUpdateMemberRolePublicV1NotFound creates a UpdateMemberRolePublicV1NotFound with default headers values

func (*UpdateMemberRolePublicV1NotFound) Error added in v0.7.0

func (*UpdateMemberRolePublicV1NotFound) GetPayload added in v0.7.0

func (*UpdateMemberRolePublicV1NotFound) ToJSONString added in v0.25.0

func (o *UpdateMemberRolePublicV1NotFound) ToJSONString() string

type UpdateMemberRolePublicV1OK added in v0.7.0

type UpdateMemberRolePublicV1OK struct {
	Payload *groupclientmodels.ModelsGetUserGroupInformationResponseV1
}

UpdateMemberRolePublicV1OK handles this case with default header values.

OK

func NewUpdateMemberRolePublicV1OK added in v0.7.0

func NewUpdateMemberRolePublicV1OK() *UpdateMemberRolePublicV1OK

NewUpdateMemberRolePublicV1OK creates a UpdateMemberRolePublicV1OK with default headers values

func (*UpdateMemberRolePublicV1OK) Error added in v0.7.0

func (*UpdateMemberRolePublicV1OK) GetPayload added in v0.7.0

func (*UpdateMemberRolePublicV1OK) ToJSONString added in v0.25.0

func (o *UpdateMemberRolePublicV1OK) ToJSONString() string

type UpdateMemberRolePublicV1Params added in v0.7.0

type UpdateMemberRolePublicV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *groupclientmodels.ModelsAssignRoleToMemberRequestV1
	/*MemberRoleID
	  member Role ID

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

UpdateMemberRolePublicV1Params contains all the parameters to send to the API endpoint for the update member role public v1 operation typically these are written to a http.Request

func NewUpdateMemberRolePublicV1Params added in v0.7.0

func NewUpdateMemberRolePublicV1Params() *UpdateMemberRolePublicV1Params

NewUpdateMemberRolePublicV1Params creates a new UpdateMemberRolePublicV1Params object with the default values initialized.

func NewUpdateMemberRolePublicV1ParamsWithContext added in v0.7.0

func NewUpdateMemberRolePublicV1ParamsWithContext(ctx context.Context) *UpdateMemberRolePublicV1Params

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

func NewUpdateMemberRolePublicV1ParamsWithHTTPClient added in v0.7.0

func NewUpdateMemberRolePublicV1ParamsWithHTTPClient(client *http.Client) *UpdateMemberRolePublicV1Params

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

func NewUpdateMemberRolePublicV1ParamsWithTimeout added in v0.7.0

func NewUpdateMemberRolePublicV1ParamsWithTimeout(timeout time.Duration) *UpdateMemberRolePublicV1Params

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

func (*UpdateMemberRolePublicV1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the update member role public v1 params

func (*UpdateMemberRolePublicV1Params) SetBody added in v0.7.0

SetBody adds the body to the update member role public v1 params

func (*UpdateMemberRolePublicV1Params) SetContext added in v0.7.0

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

SetContext adds the context to the update member role public v1 params

func (*UpdateMemberRolePublicV1Params) SetFlightId added in v0.63.0

func (o *UpdateMemberRolePublicV1Params) SetFlightId(flightId string)

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

func (*UpdateMemberRolePublicV1Params) SetHTTPClient added in v0.7.0

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

SetHTTPClient adds the HTTPClient to the update member role public v1 params

func (*UpdateMemberRolePublicV1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the update member role public v1 params

func (*UpdateMemberRolePublicV1Params) SetMemberRoleID added in v0.7.0

func (o *UpdateMemberRolePublicV1Params) SetMemberRoleID(memberRoleID string)

SetMemberRoleID adds the memberRoleId to the update member role public v1 params

func (*UpdateMemberRolePublicV1Params) SetNamespace added in v0.7.0

func (o *UpdateMemberRolePublicV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the update member role public v1 params

func (*UpdateMemberRolePublicV1Params) SetTimeout added in v0.7.0

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

SetTimeout adds the timeout to the update member role public v1 params

func (*UpdateMemberRolePublicV1Params) WithBody added in v0.7.0

WithBody adds the body to the update member role public v1 params

func (*UpdateMemberRolePublicV1Params) WithContext added in v0.7.0

WithContext adds the context to the update member role public v1 params

func (*UpdateMemberRolePublicV1Params) WithHTTPClient added in v0.7.0

WithHTTPClient adds the HTTPClient to the update member role public v1 params

func (*UpdateMemberRolePublicV1Params) WithMemberRoleID added in v0.7.0

func (o *UpdateMemberRolePublicV1Params) WithMemberRoleID(memberRoleID string) *UpdateMemberRolePublicV1Params

WithMemberRoleID adds the memberRoleID to the update member role public v1 params

func (*UpdateMemberRolePublicV1Params) WithNamespace added in v0.7.0

WithNamespace adds the namespace to the update member role public v1 params

func (*UpdateMemberRolePublicV1Params) WithTimeout added in v0.7.0

WithTimeout adds the timeout to the update member role public v1 params

func (*UpdateMemberRolePublicV1Params) WriteToRequest added in v0.7.0

WriteToRequest writes these params to a swagger request

type UpdateMemberRolePublicV1Reader added in v0.7.0

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

UpdateMemberRolePublicV1Reader is a Reader for the UpdateMemberRolePublicV1 structure.

func (*UpdateMemberRolePublicV1Reader) ReadResponse added in v0.7.0

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

ReadResponse reads a server response into the received o.

type UpdateMemberRolePublicV1Unauthorized added in v0.7.0

type UpdateMemberRolePublicV1Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRolePublicV1Unauthorized 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 NewUpdateMemberRolePublicV1Unauthorized added in v0.7.0

func NewUpdateMemberRolePublicV1Unauthorized() *UpdateMemberRolePublicV1Unauthorized

NewUpdateMemberRolePublicV1Unauthorized creates a UpdateMemberRolePublicV1Unauthorized with default headers values

func (*UpdateMemberRolePublicV1Unauthorized) Error added in v0.7.0

func (*UpdateMemberRolePublicV1Unauthorized) GetPayload added in v0.7.0

func (*UpdateMemberRolePublicV1Unauthorized) ToJSONString added in v0.25.0

func (o *UpdateMemberRolePublicV1Unauthorized) ToJSONString() string

type UpdateMemberRolePublicV2BadRequest added in v0.37.0

type UpdateMemberRolePublicV2BadRequest struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRolePublicV2BadRequest 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>20019</td><td>unable to parse request body</td></tr></table>

func NewUpdateMemberRolePublicV2BadRequest added in v0.37.0

func NewUpdateMemberRolePublicV2BadRequest() *UpdateMemberRolePublicV2BadRequest

NewUpdateMemberRolePublicV2BadRequest creates a UpdateMemberRolePublicV2BadRequest with default headers values

func (*UpdateMemberRolePublicV2BadRequest) Error added in v0.37.0

func (*UpdateMemberRolePublicV2BadRequest) GetPayload added in v0.37.0

func (*UpdateMemberRolePublicV2BadRequest) ToJSONString added in v0.37.0

func (o *UpdateMemberRolePublicV2BadRequest) ToJSONString() string

type UpdateMemberRolePublicV2Forbidden added in v0.37.0

type UpdateMemberRolePublicV2Forbidden struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRolePublicV2Forbidden 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>20013</td><td>insufficient permissions</td></tr></table>

func NewUpdateMemberRolePublicV2Forbidden added in v0.37.0

func NewUpdateMemberRolePublicV2Forbidden() *UpdateMemberRolePublicV2Forbidden

NewUpdateMemberRolePublicV2Forbidden creates a UpdateMemberRolePublicV2Forbidden with default headers values

func (*UpdateMemberRolePublicV2Forbidden) Error added in v0.37.0

func (*UpdateMemberRolePublicV2Forbidden) GetPayload added in v0.37.0

func (*UpdateMemberRolePublicV2Forbidden) ToJSONString added in v0.37.0

func (o *UpdateMemberRolePublicV2Forbidden) ToJSONString() string

type UpdateMemberRolePublicV2InternalServerError added in v0.37.0

type UpdateMemberRolePublicV2InternalServerError struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRolePublicV2InternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateMemberRolePublicV2InternalServerError added in v0.37.0

func NewUpdateMemberRolePublicV2InternalServerError() *UpdateMemberRolePublicV2InternalServerError

NewUpdateMemberRolePublicV2InternalServerError creates a UpdateMemberRolePublicV2InternalServerError with default headers values

func (*UpdateMemberRolePublicV2InternalServerError) Error added in v0.37.0

func (*UpdateMemberRolePublicV2InternalServerError) GetPayload added in v0.37.0

func (*UpdateMemberRolePublicV2InternalServerError) ToJSONString added in v0.37.0

type UpdateMemberRolePublicV2NotFound added in v0.37.0

type UpdateMemberRolePublicV2NotFound struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRolePublicV2NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>73232</td><td>member role not found</td></tr></table>

func NewUpdateMemberRolePublicV2NotFound added in v0.37.0

func NewUpdateMemberRolePublicV2NotFound() *UpdateMemberRolePublicV2NotFound

NewUpdateMemberRolePublicV2NotFound creates a UpdateMemberRolePublicV2NotFound with default headers values

func (*UpdateMemberRolePublicV2NotFound) Error added in v0.37.0

func (*UpdateMemberRolePublicV2NotFound) GetPayload added in v0.37.0

func (*UpdateMemberRolePublicV2NotFound) ToJSONString added in v0.37.0

func (o *UpdateMemberRolePublicV2NotFound) ToJSONString() string

type UpdateMemberRolePublicV2OK added in v0.37.0

type UpdateMemberRolePublicV2OK struct {
	Payload *groupclientmodels.ModelsGetUserGroupInformationResponseV1
}

UpdateMemberRolePublicV2OK handles this case with default header values.

OK

func NewUpdateMemberRolePublicV2OK added in v0.37.0

func NewUpdateMemberRolePublicV2OK() *UpdateMemberRolePublicV2OK

NewUpdateMemberRolePublicV2OK creates a UpdateMemberRolePublicV2OK with default headers values

func (*UpdateMemberRolePublicV2OK) Error added in v0.37.0

func (*UpdateMemberRolePublicV2OK) GetPayload added in v0.37.0

func (*UpdateMemberRolePublicV2OK) ToJSONString added in v0.37.0

func (o *UpdateMemberRolePublicV2OK) ToJSONString() string

type UpdateMemberRolePublicV2Params added in v0.37.0

type UpdateMemberRolePublicV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *groupclientmodels.ModelsAssignRoleToMemberRequestV1
	/*GroupID
	  Group ID

	*/
	GroupID string
	/*MemberRoleID
	  member Role ID

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

UpdateMemberRolePublicV2Params contains all the parameters to send to the API endpoint for the update member role public v2 operation typically these are written to a http.Request

func NewUpdateMemberRolePublicV2Params added in v0.37.0

func NewUpdateMemberRolePublicV2Params() *UpdateMemberRolePublicV2Params

NewUpdateMemberRolePublicV2Params creates a new UpdateMemberRolePublicV2Params object with the default values initialized.

func NewUpdateMemberRolePublicV2ParamsWithContext added in v0.37.0

func NewUpdateMemberRolePublicV2ParamsWithContext(ctx context.Context) *UpdateMemberRolePublicV2Params

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

func NewUpdateMemberRolePublicV2ParamsWithHTTPClient added in v0.37.0

func NewUpdateMemberRolePublicV2ParamsWithHTTPClient(client *http.Client) *UpdateMemberRolePublicV2Params

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

func NewUpdateMemberRolePublicV2ParamsWithTimeout added in v0.37.0

func NewUpdateMemberRolePublicV2ParamsWithTimeout(timeout time.Duration) *UpdateMemberRolePublicV2Params

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

func (*UpdateMemberRolePublicV2Params) SetAuthInfoWriter added in v0.37.0

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

SetAuthInfoWriter adds the authInfoWriter to the update member role public v2 params

func (*UpdateMemberRolePublicV2Params) SetBody added in v0.37.0

SetBody adds the body to the update member role public v2 params

func (*UpdateMemberRolePublicV2Params) SetContext added in v0.37.0

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

SetContext adds the context to the update member role public v2 params

func (*UpdateMemberRolePublicV2Params) SetFlightId added in v0.63.0

func (o *UpdateMemberRolePublicV2Params) SetFlightId(flightId string)

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

func (*UpdateMemberRolePublicV2Params) SetGroupID added in v0.37.0

func (o *UpdateMemberRolePublicV2Params) SetGroupID(groupID string)

SetGroupID adds the groupId to the update member role public v2 params

func (*UpdateMemberRolePublicV2Params) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the update member role public v2 params

func (*UpdateMemberRolePublicV2Params) SetHTTPClientTransport added in v0.37.0

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

SetHTTPClient adds the HTTPClient Transport to the update member role public v2 params

func (*UpdateMemberRolePublicV2Params) SetMemberRoleID added in v0.37.0

func (o *UpdateMemberRolePublicV2Params) SetMemberRoleID(memberRoleID string)

SetMemberRoleID adds the memberRoleId to the update member role public v2 params

func (*UpdateMemberRolePublicV2Params) SetNamespace added in v0.37.0

func (o *UpdateMemberRolePublicV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the update member role public v2 params

func (*UpdateMemberRolePublicV2Params) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the update member role public v2 params

func (*UpdateMemberRolePublicV2Params) WithBody added in v0.37.0

WithBody adds the body to the update member role public v2 params

func (*UpdateMemberRolePublicV2Params) WithContext added in v0.37.0

WithContext adds the context to the update member role public v2 params

func (*UpdateMemberRolePublicV2Params) WithGroupID added in v0.37.0

WithGroupID adds the groupID to the update member role public v2 params

func (*UpdateMemberRolePublicV2Params) WithHTTPClient added in v0.37.0

WithHTTPClient adds the HTTPClient to the update member role public v2 params

func (*UpdateMemberRolePublicV2Params) WithMemberRoleID added in v0.37.0

func (o *UpdateMemberRolePublicV2Params) WithMemberRoleID(memberRoleID string) *UpdateMemberRolePublicV2Params

WithMemberRoleID adds the memberRoleID to the update member role public v2 params

func (*UpdateMemberRolePublicV2Params) WithNamespace added in v0.37.0

WithNamespace adds the namespace to the update member role public v2 params

func (*UpdateMemberRolePublicV2Params) WithTimeout added in v0.37.0

WithTimeout adds the timeout to the update member role public v2 params

func (*UpdateMemberRolePublicV2Params) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type UpdateMemberRolePublicV2Reader added in v0.37.0

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

UpdateMemberRolePublicV2Reader is a Reader for the UpdateMemberRolePublicV2 structure.

func (*UpdateMemberRolePublicV2Reader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type UpdateMemberRolePublicV2Unauthorized added in v0.37.0

type UpdateMemberRolePublicV2Unauthorized struct {
	Payload *groupclientmodels.ResponseErrorResponse
}

UpdateMemberRolePublicV2Unauthorized 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 NewUpdateMemberRolePublicV2Unauthorized added in v0.37.0

func NewUpdateMemberRolePublicV2Unauthorized() *UpdateMemberRolePublicV2Unauthorized

NewUpdateMemberRolePublicV2Unauthorized creates a UpdateMemberRolePublicV2Unauthorized with default headers values

func (*UpdateMemberRolePublicV2Unauthorized) Error added in v0.37.0

func (*UpdateMemberRolePublicV2Unauthorized) GetPayload added in v0.37.0

func (*UpdateMemberRolePublicV2Unauthorized) ToJSONString added in v0.37.0

func (o *UpdateMemberRolePublicV2Unauthorized) ToJSONString() string

Jump to

Keyboard shortcuts

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