Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateMemberRoleAdminV1(params *CreateMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateMemberRoleAdminV1Created, *CreateMemberRoleAdminV1BadRequest, ...)deprecated
- func (a *Client) CreateMemberRoleAdminV1Short(params *CreateMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateMemberRoleAdminV1Created, error)
- func (a *Client) DeleteMemberRoleAdminV1(params *DeleteMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRoleAdminV1NoContent, *DeleteMemberRoleAdminV1BadRequest, ...)deprecated
- func (a *Client) DeleteMemberRoleAdminV1Short(params *DeleteMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRoleAdminV1NoContent, error)
- func (a *Client) DeleteMemberRolePublicV1(params *DeleteMemberRolePublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRolePublicV1NoContent, *DeleteMemberRolePublicV1BadRequest, ...)deprecated
- func (a *Client) DeleteMemberRolePublicV1Short(params *DeleteMemberRolePublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRolePublicV1NoContent, error)
- func (a *Client) DeleteMemberRolePublicV2(params *DeleteMemberRolePublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRolePublicV2NoContent, *DeleteMemberRolePublicV2BadRequest, ...)deprecated
- func (a *Client) DeleteMemberRolePublicV2Short(params *DeleteMemberRolePublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRolePublicV2NoContent, error)
- func (a *Client) GetMemberRolesListAdminV1(params *GetMemberRolesListAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetMemberRolesListAdminV1OK, *GetMemberRolesListAdminV1BadRequest, ...)deprecated
- func (a *Client) GetMemberRolesListAdminV1Short(params *GetMemberRolesListAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetMemberRolesListAdminV1OK, error)
- func (a *Client) GetMemberRolesListPublicV1(params *GetMemberRolesListPublicV1Params, ...) (*GetMemberRolesListPublicV1OK, *GetMemberRolesListPublicV1BadRequest, ...)deprecated
- func (a *Client) GetMemberRolesListPublicV1Short(params *GetMemberRolesListPublicV1Params, ...) (*GetMemberRolesListPublicV1OK, error)
- func (a *Client) GetMemberRolesListPublicV2(params *GetMemberRolesListPublicV2Params, ...) (*GetMemberRolesListPublicV2OK, *GetMemberRolesListPublicV2BadRequest, ...)deprecated
- func (a *Client) GetMemberRolesListPublicV2Short(params *GetMemberRolesListPublicV2Params, ...) (*GetMemberRolesListPublicV2OK, error)
- func (a *Client) GetSingleMemberRoleAdminV1(params *GetSingleMemberRoleAdminV1Params, ...) (*GetSingleMemberRoleAdminV1OK, *GetSingleMemberRoleAdminV1BadRequest, ...)deprecated
- func (a *Client) GetSingleMemberRoleAdminV1Short(params *GetSingleMemberRoleAdminV1Params, ...) (*GetSingleMemberRoleAdminV1OK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateMemberRoleAdminV1(params *UpdateMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRoleAdminV1OK, *UpdateMemberRoleAdminV1BadRequest, ...)deprecated
- func (a *Client) UpdateMemberRoleAdminV1Short(params *UpdateMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRoleAdminV1OK, error)
- func (a *Client) UpdateMemberRolePermissionAdminV1(params *UpdateMemberRolePermissionAdminV1Params, ...) (*UpdateMemberRolePermissionAdminV1OK, ...)deprecated
- func (a *Client) UpdateMemberRolePermissionAdminV1Short(params *UpdateMemberRolePermissionAdminV1Params, ...) (*UpdateMemberRolePermissionAdminV1OK, error)
- func (a *Client) UpdateMemberRolePublicV1(params *UpdateMemberRolePublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRolePublicV1OK, *UpdateMemberRolePublicV1BadRequest, ...)deprecated
- func (a *Client) UpdateMemberRolePublicV1Short(params *UpdateMemberRolePublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRolePublicV1OK, error)
- func (a *Client) UpdateMemberRolePublicV2(params *UpdateMemberRolePublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRolePublicV2OK, *UpdateMemberRolePublicV2BadRequest, ...)deprecated
- func (a *Client) UpdateMemberRolePublicV2Short(params *UpdateMemberRolePublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRolePublicV2OK, error)
- type ClientService
- type CreateMemberRoleAdminV1BadRequest
- type CreateMemberRoleAdminV1Created
- type CreateMemberRoleAdminV1Forbidden
- type CreateMemberRoleAdminV1InternalServerError
- type CreateMemberRoleAdminV1Params
- func NewCreateMemberRoleAdminV1Params() *CreateMemberRoleAdminV1Params
- func NewCreateMemberRoleAdminV1ParamsWithContext(ctx context.Context) *CreateMemberRoleAdminV1Params
- func NewCreateMemberRoleAdminV1ParamsWithHTTPClient(client *http.Client) *CreateMemberRoleAdminV1Params
- func NewCreateMemberRoleAdminV1ParamsWithTimeout(timeout time.Duration) *CreateMemberRoleAdminV1Params
- func (o *CreateMemberRoleAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CreateMemberRoleAdminV1Params) SetBody(body *groupclientmodels.ModelsCreateMemberRoleRequestV1)
- func (o *CreateMemberRoleAdminV1Params) SetContext(ctx context.Context)
- func (o *CreateMemberRoleAdminV1Params) SetHTTPClient(client *http.Client)
- func (o *CreateMemberRoleAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CreateMemberRoleAdminV1Params) SetNamespace(namespace string)
- func (o *CreateMemberRoleAdminV1Params) SetTimeout(timeout time.Duration)
- func (o *CreateMemberRoleAdminV1Params) WithBody(body *groupclientmodels.ModelsCreateMemberRoleRequestV1) *CreateMemberRoleAdminV1Params
- func (o *CreateMemberRoleAdminV1Params) WithContext(ctx context.Context) *CreateMemberRoleAdminV1Params
- func (o *CreateMemberRoleAdminV1Params) WithHTTPClient(client *http.Client) *CreateMemberRoleAdminV1Params
- func (o *CreateMemberRoleAdminV1Params) WithNamespace(namespace string) *CreateMemberRoleAdminV1Params
- func (o *CreateMemberRoleAdminV1Params) WithTimeout(timeout time.Duration) *CreateMemberRoleAdminV1Params
- func (o *CreateMemberRoleAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateMemberRoleAdminV1Reader
- type CreateMemberRoleAdminV1Unauthorized
- type DeleteMemberRoleAdminV1BadRequest
- type DeleteMemberRoleAdminV1Forbidden
- type DeleteMemberRoleAdminV1InternalServerError
- type DeleteMemberRoleAdminV1NoContent
- type DeleteMemberRoleAdminV1NotFound
- type DeleteMemberRoleAdminV1Params
- func NewDeleteMemberRoleAdminV1Params() *DeleteMemberRoleAdminV1Params
- func NewDeleteMemberRoleAdminV1ParamsWithContext(ctx context.Context) *DeleteMemberRoleAdminV1Params
- func NewDeleteMemberRoleAdminV1ParamsWithHTTPClient(client *http.Client) *DeleteMemberRoleAdminV1Params
- func NewDeleteMemberRoleAdminV1ParamsWithTimeout(timeout time.Duration) *DeleteMemberRoleAdminV1Params
- func (o *DeleteMemberRoleAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteMemberRoleAdminV1Params) SetContext(ctx context.Context)
- func (o *DeleteMemberRoleAdminV1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteMemberRoleAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteMemberRoleAdminV1Params) SetMemberRoleID(memberRoleID string)
- func (o *DeleteMemberRoleAdminV1Params) SetNamespace(namespace string)
- func (o *DeleteMemberRoleAdminV1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteMemberRoleAdminV1Params) WithContext(ctx context.Context) *DeleteMemberRoleAdminV1Params
- func (o *DeleteMemberRoleAdminV1Params) WithHTTPClient(client *http.Client) *DeleteMemberRoleAdminV1Params
- func (o *DeleteMemberRoleAdminV1Params) WithMemberRoleID(memberRoleID string) *DeleteMemberRoleAdminV1Params
- func (o *DeleteMemberRoleAdminV1Params) WithNamespace(namespace string) *DeleteMemberRoleAdminV1Params
- func (o *DeleteMemberRoleAdminV1Params) WithTimeout(timeout time.Duration) *DeleteMemberRoleAdminV1Params
- func (o *DeleteMemberRoleAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteMemberRoleAdminV1Reader
- type DeleteMemberRoleAdminV1Unauthorized
- type DeleteMemberRolePublicV1BadRequest
- type DeleteMemberRolePublicV1Forbidden
- type DeleteMemberRolePublicV1InternalServerError
- type DeleteMemberRolePublicV1NoContent
- type DeleteMemberRolePublicV1NotFound
- type DeleteMemberRolePublicV1Params
- func NewDeleteMemberRolePublicV1Params() *DeleteMemberRolePublicV1Params
- func NewDeleteMemberRolePublicV1ParamsWithContext(ctx context.Context) *DeleteMemberRolePublicV1Params
- func NewDeleteMemberRolePublicV1ParamsWithHTTPClient(client *http.Client) *DeleteMemberRolePublicV1Params
- func NewDeleteMemberRolePublicV1ParamsWithTimeout(timeout time.Duration) *DeleteMemberRolePublicV1Params
- func (o *DeleteMemberRolePublicV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteMemberRolePublicV1Params) SetBody(body *groupclientmodels.ModelsRemoveRoleFromMemberRequestV1)
- func (o *DeleteMemberRolePublicV1Params) SetContext(ctx context.Context)
- func (o *DeleteMemberRolePublicV1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteMemberRolePublicV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteMemberRolePublicV1Params) SetMemberRoleID(memberRoleID string)
- func (o *DeleteMemberRolePublicV1Params) SetNamespace(namespace string)
- func (o *DeleteMemberRolePublicV1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteMemberRolePublicV1Params) WithBody(body *groupclientmodels.ModelsRemoveRoleFromMemberRequestV1) *DeleteMemberRolePublicV1Params
- func (o *DeleteMemberRolePublicV1Params) WithContext(ctx context.Context) *DeleteMemberRolePublicV1Params
- func (o *DeleteMemberRolePublicV1Params) WithHTTPClient(client *http.Client) *DeleteMemberRolePublicV1Params
- func (o *DeleteMemberRolePublicV1Params) WithMemberRoleID(memberRoleID string) *DeleteMemberRolePublicV1Params
- func (o *DeleteMemberRolePublicV1Params) WithNamespace(namespace string) *DeleteMemberRolePublicV1Params
- func (o *DeleteMemberRolePublicV1Params) WithTimeout(timeout time.Duration) *DeleteMemberRolePublicV1Params
- func (o *DeleteMemberRolePublicV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteMemberRolePublicV1Reader
- type DeleteMemberRolePublicV1Unauthorized
- type DeleteMemberRolePublicV1UnprocessableEntity
- type DeleteMemberRolePublicV2BadRequest
- type DeleteMemberRolePublicV2Forbidden
- type DeleteMemberRolePublicV2InternalServerError
- type DeleteMemberRolePublicV2NoContent
- type DeleteMemberRolePublicV2NotFound
- type DeleteMemberRolePublicV2Params
- func NewDeleteMemberRolePublicV2Params() *DeleteMemberRolePublicV2Params
- func NewDeleteMemberRolePublicV2ParamsWithContext(ctx context.Context) *DeleteMemberRolePublicV2Params
- func NewDeleteMemberRolePublicV2ParamsWithHTTPClient(client *http.Client) *DeleteMemberRolePublicV2Params
- func NewDeleteMemberRolePublicV2ParamsWithTimeout(timeout time.Duration) *DeleteMemberRolePublicV2Params
- func (o *DeleteMemberRolePublicV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteMemberRolePublicV2Params) SetBody(body *groupclientmodels.ModelsRemoveRoleFromMemberRequestV1)
- func (o *DeleteMemberRolePublicV2Params) SetContext(ctx context.Context)
- func (o *DeleteMemberRolePublicV2Params) SetGroupID(groupID string)
- func (o *DeleteMemberRolePublicV2Params) SetHTTPClient(client *http.Client)
- func (o *DeleteMemberRolePublicV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteMemberRolePublicV2Params) SetMemberRoleID(memberRoleID string)
- func (o *DeleteMemberRolePublicV2Params) SetNamespace(namespace string)
- func (o *DeleteMemberRolePublicV2Params) SetTimeout(timeout time.Duration)
- func (o *DeleteMemberRolePublicV2Params) WithBody(body *groupclientmodels.ModelsRemoveRoleFromMemberRequestV1) *DeleteMemberRolePublicV2Params
- func (o *DeleteMemberRolePublicV2Params) WithContext(ctx context.Context) *DeleteMemberRolePublicV2Params
- func (o *DeleteMemberRolePublicV2Params) WithGroupID(groupID string) *DeleteMemberRolePublicV2Params
- func (o *DeleteMemberRolePublicV2Params) WithHTTPClient(client *http.Client) *DeleteMemberRolePublicV2Params
- func (o *DeleteMemberRolePublicV2Params) WithMemberRoleID(memberRoleID string) *DeleteMemberRolePublicV2Params
- func (o *DeleteMemberRolePublicV2Params) WithNamespace(namespace string) *DeleteMemberRolePublicV2Params
- func (o *DeleteMemberRolePublicV2Params) WithTimeout(timeout time.Duration) *DeleteMemberRolePublicV2Params
- func (o *DeleteMemberRolePublicV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteMemberRolePublicV2Reader
- type DeleteMemberRolePublicV2Unauthorized
- type DeleteMemberRolePublicV2UnprocessableEntity
- type GetMemberRolesListAdminV1BadRequest
- type GetMemberRolesListAdminV1Forbidden
- type GetMemberRolesListAdminV1InternalServerError
- type GetMemberRolesListAdminV1OK
- type GetMemberRolesListAdminV1Params
- func NewGetMemberRolesListAdminV1Params() *GetMemberRolesListAdminV1Params
- func NewGetMemberRolesListAdminV1ParamsWithContext(ctx context.Context) *GetMemberRolesListAdminV1Params
- func NewGetMemberRolesListAdminV1ParamsWithHTTPClient(client *http.Client) *GetMemberRolesListAdminV1Params
- func NewGetMemberRolesListAdminV1ParamsWithTimeout(timeout time.Duration) *GetMemberRolesListAdminV1Params
- func (o *GetMemberRolesListAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetMemberRolesListAdminV1Params) SetContext(ctx context.Context)
- func (o *GetMemberRolesListAdminV1Params) SetHTTPClient(client *http.Client)
- func (o *GetMemberRolesListAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetMemberRolesListAdminV1Params) SetLimit(limit *int64)
- func (o *GetMemberRolesListAdminV1Params) SetNamespace(namespace string)
- func (o *GetMemberRolesListAdminV1Params) SetOffset(offset *int64)
- func (o *GetMemberRolesListAdminV1Params) SetTimeout(timeout time.Duration)
- func (o *GetMemberRolesListAdminV1Params) WithContext(ctx context.Context) *GetMemberRolesListAdminV1Params
- func (o *GetMemberRolesListAdminV1Params) WithHTTPClient(client *http.Client) *GetMemberRolesListAdminV1Params
- func (o *GetMemberRolesListAdminV1Params) WithLimit(limit *int64) *GetMemberRolesListAdminV1Params
- func (o *GetMemberRolesListAdminV1Params) WithNamespace(namespace string) *GetMemberRolesListAdminV1Params
- func (o *GetMemberRolesListAdminV1Params) WithOffset(offset *int64) *GetMemberRolesListAdminV1Params
- func (o *GetMemberRolesListAdminV1Params) WithTimeout(timeout time.Duration) *GetMemberRolesListAdminV1Params
- func (o *GetMemberRolesListAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetMemberRolesListAdminV1Reader
- type GetMemberRolesListAdminV1Unauthorized
- type GetMemberRolesListPublicV1BadRequest
- type GetMemberRolesListPublicV1Forbidden
- type GetMemberRolesListPublicV1InternalServerError
- type GetMemberRolesListPublicV1OK
- type GetMemberRolesListPublicV1Params
- func NewGetMemberRolesListPublicV1Params() *GetMemberRolesListPublicV1Params
- func NewGetMemberRolesListPublicV1ParamsWithContext(ctx context.Context) *GetMemberRolesListPublicV1Params
- func NewGetMemberRolesListPublicV1ParamsWithHTTPClient(client *http.Client) *GetMemberRolesListPublicV1Params
- func NewGetMemberRolesListPublicV1ParamsWithTimeout(timeout time.Duration) *GetMemberRolesListPublicV1Params
- func (o *GetMemberRolesListPublicV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetMemberRolesListPublicV1Params) SetContext(ctx context.Context)
- func (o *GetMemberRolesListPublicV1Params) SetHTTPClient(client *http.Client)
- func (o *GetMemberRolesListPublicV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetMemberRolesListPublicV1Params) SetLimit(limit *int64)
- func (o *GetMemberRolesListPublicV1Params) SetNamespace(namespace string)
- func (o *GetMemberRolesListPublicV1Params) SetOffset(offset *int64)
- func (o *GetMemberRolesListPublicV1Params) SetTimeout(timeout time.Duration)
- func (o *GetMemberRolesListPublicV1Params) WithContext(ctx context.Context) *GetMemberRolesListPublicV1Params
- func (o *GetMemberRolesListPublicV1Params) WithHTTPClient(client *http.Client) *GetMemberRolesListPublicV1Params
- func (o *GetMemberRolesListPublicV1Params) WithLimit(limit *int64) *GetMemberRolesListPublicV1Params
- func (o *GetMemberRolesListPublicV1Params) WithNamespace(namespace string) *GetMemberRolesListPublicV1Params
- func (o *GetMemberRolesListPublicV1Params) WithOffset(offset *int64) *GetMemberRolesListPublicV1Params
- func (o *GetMemberRolesListPublicV1Params) WithTimeout(timeout time.Duration) *GetMemberRolesListPublicV1Params
- func (o *GetMemberRolesListPublicV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetMemberRolesListPublicV1Reader
- type GetMemberRolesListPublicV1Unauthorized
- type GetMemberRolesListPublicV2BadRequest
- type GetMemberRolesListPublicV2Forbidden
- type GetMemberRolesListPublicV2InternalServerError
- type GetMemberRolesListPublicV2OK
- type GetMemberRolesListPublicV2Params
- func NewGetMemberRolesListPublicV2Params() *GetMemberRolesListPublicV2Params
- func NewGetMemberRolesListPublicV2ParamsWithContext(ctx context.Context) *GetMemberRolesListPublicV2Params
- func NewGetMemberRolesListPublicV2ParamsWithHTTPClient(client *http.Client) *GetMemberRolesListPublicV2Params
- func NewGetMemberRolesListPublicV2ParamsWithTimeout(timeout time.Duration) *GetMemberRolesListPublicV2Params
- func (o *GetMemberRolesListPublicV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetMemberRolesListPublicV2Params) SetContext(ctx context.Context)
- func (o *GetMemberRolesListPublicV2Params) SetHTTPClient(client *http.Client)
- func (o *GetMemberRolesListPublicV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetMemberRolesListPublicV2Params) SetLimit(limit *int64)
- func (o *GetMemberRolesListPublicV2Params) SetNamespace(namespace string)
- func (o *GetMemberRolesListPublicV2Params) SetOffset(offset *int64)
- func (o *GetMemberRolesListPublicV2Params) SetTimeout(timeout time.Duration)
- func (o *GetMemberRolesListPublicV2Params) WithContext(ctx context.Context) *GetMemberRolesListPublicV2Params
- func (o *GetMemberRolesListPublicV2Params) WithHTTPClient(client *http.Client) *GetMemberRolesListPublicV2Params
- func (o *GetMemberRolesListPublicV2Params) WithLimit(limit *int64) *GetMemberRolesListPublicV2Params
- func (o *GetMemberRolesListPublicV2Params) WithNamespace(namespace string) *GetMemberRolesListPublicV2Params
- func (o *GetMemberRolesListPublicV2Params) WithOffset(offset *int64) *GetMemberRolesListPublicV2Params
- func (o *GetMemberRolesListPublicV2Params) WithTimeout(timeout time.Duration) *GetMemberRolesListPublicV2Params
- func (o *GetMemberRolesListPublicV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetMemberRolesListPublicV2Reader
- type GetMemberRolesListPublicV2Unauthorized
- type GetSingleMemberRoleAdminV1BadRequest
- type GetSingleMemberRoleAdminV1Forbidden
- type GetSingleMemberRoleAdminV1InternalServerError
- type GetSingleMemberRoleAdminV1NotFound
- type GetSingleMemberRoleAdminV1OK
- type GetSingleMemberRoleAdminV1Params
- func NewGetSingleMemberRoleAdminV1Params() *GetSingleMemberRoleAdminV1Params
- func NewGetSingleMemberRoleAdminV1ParamsWithContext(ctx context.Context) *GetSingleMemberRoleAdminV1Params
- func NewGetSingleMemberRoleAdminV1ParamsWithHTTPClient(client *http.Client) *GetSingleMemberRoleAdminV1Params
- func NewGetSingleMemberRoleAdminV1ParamsWithTimeout(timeout time.Duration) *GetSingleMemberRoleAdminV1Params
- func (o *GetSingleMemberRoleAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetSingleMemberRoleAdminV1Params) SetContext(ctx context.Context)
- func (o *GetSingleMemberRoleAdminV1Params) SetHTTPClient(client *http.Client)
- func (o *GetSingleMemberRoleAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetSingleMemberRoleAdminV1Params) SetMemberRoleID(memberRoleID string)
- func (o *GetSingleMemberRoleAdminV1Params) SetNamespace(namespace string)
- func (o *GetSingleMemberRoleAdminV1Params) SetTimeout(timeout time.Duration)
- func (o *GetSingleMemberRoleAdminV1Params) WithContext(ctx context.Context) *GetSingleMemberRoleAdminV1Params
- func (o *GetSingleMemberRoleAdminV1Params) WithHTTPClient(client *http.Client) *GetSingleMemberRoleAdminV1Params
- func (o *GetSingleMemberRoleAdminV1Params) WithMemberRoleID(memberRoleID string) *GetSingleMemberRoleAdminV1Params
- func (o *GetSingleMemberRoleAdminV1Params) WithNamespace(namespace string) *GetSingleMemberRoleAdminV1Params
- func (o *GetSingleMemberRoleAdminV1Params) WithTimeout(timeout time.Duration) *GetSingleMemberRoleAdminV1Params
- func (o *GetSingleMemberRoleAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSingleMemberRoleAdminV1Reader
- type GetSingleMemberRoleAdminV1Unauthorized
- type UpdateMemberRoleAdminV1BadRequest
- type UpdateMemberRoleAdminV1Forbidden
- type UpdateMemberRoleAdminV1InternalServerError
- type UpdateMemberRoleAdminV1NotFound
- type UpdateMemberRoleAdminV1OK
- type UpdateMemberRoleAdminV1Params
- func NewUpdateMemberRoleAdminV1Params() *UpdateMemberRoleAdminV1Params
- func NewUpdateMemberRoleAdminV1ParamsWithContext(ctx context.Context) *UpdateMemberRoleAdminV1Params
- func NewUpdateMemberRoleAdminV1ParamsWithHTTPClient(client *http.Client) *UpdateMemberRoleAdminV1Params
- func NewUpdateMemberRoleAdminV1ParamsWithTimeout(timeout time.Duration) *UpdateMemberRoleAdminV1Params
- func (o *UpdateMemberRoleAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UpdateMemberRoleAdminV1Params) SetBody(body *groupclientmodels.ModelsUpdateMemberRoleRequestV1)
- func (o *UpdateMemberRoleAdminV1Params) SetContext(ctx context.Context)
- func (o *UpdateMemberRoleAdminV1Params) SetHTTPClient(client *http.Client)
- func (o *UpdateMemberRoleAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UpdateMemberRoleAdminV1Params) SetMemberRoleID(memberRoleID string)
- func (o *UpdateMemberRoleAdminV1Params) SetNamespace(namespace string)
- func (o *UpdateMemberRoleAdminV1Params) SetTimeout(timeout time.Duration)
- func (o *UpdateMemberRoleAdminV1Params) WithBody(body *groupclientmodels.ModelsUpdateMemberRoleRequestV1) *UpdateMemberRoleAdminV1Params
- func (o *UpdateMemberRoleAdminV1Params) WithContext(ctx context.Context) *UpdateMemberRoleAdminV1Params
- func (o *UpdateMemberRoleAdminV1Params) WithHTTPClient(client *http.Client) *UpdateMemberRoleAdminV1Params
- func (o *UpdateMemberRoleAdminV1Params) WithMemberRoleID(memberRoleID string) *UpdateMemberRoleAdminV1Params
- func (o *UpdateMemberRoleAdminV1Params) WithNamespace(namespace string) *UpdateMemberRoleAdminV1Params
- func (o *UpdateMemberRoleAdminV1Params) WithTimeout(timeout time.Duration) *UpdateMemberRoleAdminV1Params
- func (o *UpdateMemberRoleAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateMemberRoleAdminV1Reader
- type UpdateMemberRoleAdminV1Unauthorized
- type UpdateMemberRolePermissionAdminV1BadRequest
- type UpdateMemberRolePermissionAdminV1Forbidden
- type UpdateMemberRolePermissionAdminV1InternalServerError
- type UpdateMemberRolePermissionAdminV1NotFound
- type UpdateMemberRolePermissionAdminV1OK
- type UpdateMemberRolePermissionAdminV1Params
- func NewUpdateMemberRolePermissionAdminV1Params() *UpdateMemberRolePermissionAdminV1Params
- func NewUpdateMemberRolePermissionAdminV1ParamsWithContext(ctx context.Context) *UpdateMemberRolePermissionAdminV1Params
- func NewUpdateMemberRolePermissionAdminV1ParamsWithHTTPClient(client *http.Client) *UpdateMemberRolePermissionAdminV1Params
- func NewUpdateMemberRolePermissionAdminV1ParamsWithTimeout(timeout time.Duration) *UpdateMemberRolePermissionAdminV1Params
- func (o *UpdateMemberRolePermissionAdminV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UpdateMemberRolePermissionAdminV1Params) SetBody(body *groupclientmodels.ModelsUpdateMemberRolePermissionsRequestV1)
- func (o *UpdateMemberRolePermissionAdminV1Params) SetContext(ctx context.Context)
- func (o *UpdateMemberRolePermissionAdminV1Params) SetHTTPClient(client *http.Client)
- func (o *UpdateMemberRolePermissionAdminV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UpdateMemberRolePermissionAdminV1Params) SetMemberRoleID(memberRoleID string)
- func (o *UpdateMemberRolePermissionAdminV1Params) SetNamespace(namespace string)
- func (o *UpdateMemberRolePermissionAdminV1Params) SetTimeout(timeout time.Duration)
- func (o *UpdateMemberRolePermissionAdminV1Params) WithBody(body *groupclientmodels.ModelsUpdateMemberRolePermissionsRequestV1) *UpdateMemberRolePermissionAdminV1Params
- func (o *UpdateMemberRolePermissionAdminV1Params) WithContext(ctx context.Context) *UpdateMemberRolePermissionAdminV1Params
- func (o *UpdateMemberRolePermissionAdminV1Params) WithHTTPClient(client *http.Client) *UpdateMemberRolePermissionAdminV1Params
- func (o *UpdateMemberRolePermissionAdminV1Params) WithMemberRoleID(memberRoleID string) *UpdateMemberRolePermissionAdminV1Params
- func (o *UpdateMemberRolePermissionAdminV1Params) WithNamespace(namespace string) *UpdateMemberRolePermissionAdminV1Params
- func (o *UpdateMemberRolePermissionAdminV1Params) WithTimeout(timeout time.Duration) *UpdateMemberRolePermissionAdminV1Params
- func (o *UpdateMemberRolePermissionAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateMemberRolePermissionAdminV1Reader
- type UpdateMemberRolePermissionAdminV1Unauthorized
- type UpdateMemberRolePublicV1BadRequest
- type UpdateMemberRolePublicV1Forbidden
- type UpdateMemberRolePublicV1InternalServerError
- type UpdateMemberRolePublicV1NotFound
- type UpdateMemberRolePublicV1OK
- type UpdateMemberRolePublicV1Params
- func NewUpdateMemberRolePublicV1Params() *UpdateMemberRolePublicV1Params
- func NewUpdateMemberRolePublicV1ParamsWithContext(ctx context.Context) *UpdateMemberRolePublicV1Params
- func NewUpdateMemberRolePublicV1ParamsWithHTTPClient(client *http.Client) *UpdateMemberRolePublicV1Params
- func NewUpdateMemberRolePublicV1ParamsWithTimeout(timeout time.Duration) *UpdateMemberRolePublicV1Params
- func (o *UpdateMemberRolePublicV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UpdateMemberRolePublicV1Params) SetBody(body *groupclientmodels.ModelsAssignRoleToMemberRequestV1)
- func (o *UpdateMemberRolePublicV1Params) SetContext(ctx context.Context)
- func (o *UpdateMemberRolePublicV1Params) SetHTTPClient(client *http.Client)
- func (o *UpdateMemberRolePublicV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UpdateMemberRolePublicV1Params) SetMemberRoleID(memberRoleID string)
- func (o *UpdateMemberRolePublicV1Params) SetNamespace(namespace string)
- func (o *UpdateMemberRolePublicV1Params) SetTimeout(timeout time.Duration)
- func (o *UpdateMemberRolePublicV1Params) WithBody(body *groupclientmodels.ModelsAssignRoleToMemberRequestV1) *UpdateMemberRolePublicV1Params
- func (o *UpdateMemberRolePublicV1Params) WithContext(ctx context.Context) *UpdateMemberRolePublicV1Params
- func (o *UpdateMemberRolePublicV1Params) WithHTTPClient(client *http.Client) *UpdateMemberRolePublicV1Params
- func (o *UpdateMemberRolePublicV1Params) WithMemberRoleID(memberRoleID string) *UpdateMemberRolePublicV1Params
- func (o *UpdateMemberRolePublicV1Params) WithNamespace(namespace string) *UpdateMemberRolePublicV1Params
- func (o *UpdateMemberRolePublicV1Params) WithTimeout(timeout time.Duration) *UpdateMemberRolePublicV1Params
- func (o *UpdateMemberRolePublicV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateMemberRolePublicV1Reader
- type UpdateMemberRolePublicV1Unauthorized
- type UpdateMemberRolePublicV2BadRequest
- type UpdateMemberRolePublicV2Forbidden
- type UpdateMemberRolePublicV2InternalServerError
- type UpdateMemberRolePublicV2NotFound
- type UpdateMemberRolePublicV2OK
- type UpdateMemberRolePublicV2Params
- func NewUpdateMemberRolePublicV2Params() *UpdateMemberRolePublicV2Params
- func NewUpdateMemberRolePublicV2ParamsWithContext(ctx context.Context) *UpdateMemberRolePublicV2Params
- func NewUpdateMemberRolePublicV2ParamsWithHTTPClient(client *http.Client) *UpdateMemberRolePublicV2Params
- func NewUpdateMemberRolePublicV2ParamsWithTimeout(timeout time.Duration) *UpdateMemberRolePublicV2Params
- func (o *UpdateMemberRolePublicV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UpdateMemberRolePublicV2Params) SetBody(body *groupclientmodels.ModelsAssignRoleToMemberRequestV1)
- func (o *UpdateMemberRolePublicV2Params) SetContext(ctx context.Context)
- func (o *UpdateMemberRolePublicV2Params) SetGroupID(groupID string)
- func (o *UpdateMemberRolePublicV2Params) SetHTTPClient(client *http.Client)
- func (o *UpdateMemberRolePublicV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UpdateMemberRolePublicV2Params) SetMemberRoleID(memberRoleID string)
- func (o *UpdateMemberRolePublicV2Params) SetNamespace(namespace string)
- func (o *UpdateMemberRolePublicV2Params) SetTimeout(timeout time.Duration)
- func (o *UpdateMemberRolePublicV2Params) WithBody(body *groupclientmodels.ModelsAssignRoleToMemberRequestV1) *UpdateMemberRolePublicV2Params
- func (o *UpdateMemberRolePublicV2Params) WithContext(ctx context.Context) *UpdateMemberRolePublicV2Params
- func (o *UpdateMemberRolePublicV2Params) WithGroupID(groupID string) *UpdateMemberRolePublicV2Params
- func (o *UpdateMemberRolePublicV2Params) WithHTTPClient(client *http.Client) *UpdateMemberRolePublicV2Params
- func (o *UpdateMemberRolePublicV2Params) WithMemberRoleID(memberRoleID string) *UpdateMemberRolePublicV2Params
- func (o *UpdateMemberRolePublicV2Params) WithNamespace(namespace string) *UpdateMemberRolePublicV2Params
- func (o *UpdateMemberRolePublicV2Params) WithTimeout(timeout time.Duration) *UpdateMemberRolePublicV2Params
- func (o *UpdateMemberRolePublicV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateMemberRolePublicV2Reader
- type UpdateMemberRolePublicV2Unauthorized
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
func (a *Client) CreateMemberRoleAdminV1(params *CreateMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateMemberRoleAdminV1Created, *CreateMemberRoleAdminV1BadRequest, *CreateMemberRoleAdminV1Unauthorized, *CreateMemberRoleAdminV1Forbidden, *CreateMemberRoleAdminV1InternalServerError, error)
Deprecated: 2022-08-10 - Use CreateMemberRoleAdminV1Short instead.
CreateMemberRoleAdminV1 create new member role ¶
Required permission ADMIN:NAMESPACE:{namespace}:GROUP:ROLE [CREATE]
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
Required permission ADMIN:NAMESPACE:{namespace}:GROUP:ROLE [CREATE]
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
func (a *Client) DeleteMemberRoleAdminV1(params *DeleteMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRoleAdminV1NoContent, *DeleteMemberRoleAdminV1BadRequest, *DeleteMemberRoleAdminV1Unauthorized, *DeleteMemberRoleAdminV1Forbidden, *DeleteMemberRoleAdminV1NotFound, *DeleteMemberRoleAdminV1InternalServerError, error)
Deprecated: 2022-08-10 - Use DeleteMemberRoleAdminV1Short instead.
DeleteMemberRoleAdminV1 delete member role ¶
Required permission ADMIN:NAMESPACE:{namespace}:GROUP:ROLE [DELETE]
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
Required permission ADMIN:NAMESPACE:{namespace}:GROUP:ROLE [DELETE]
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
func (a *Client) DeleteMemberRolePublicV1(params *DeleteMemberRolePublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRolePublicV1NoContent, *DeleteMemberRolePublicV1BadRequest, *DeleteMemberRolePublicV1Unauthorized, *DeleteMemberRolePublicV1Forbidden, *DeleteMemberRolePublicV1NotFound, *DeleteMemberRolePublicV1UnprocessableEntity, *DeleteMemberRolePublicV1InternalServerError, error)
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
func (a *Client) DeleteMemberRolePublicV2(params *DeleteMemberRolePublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteMemberRolePublicV2NoContent, *DeleteMemberRolePublicV2BadRequest, *DeleteMemberRolePublicV2Unauthorized, *DeleteMemberRolePublicV2Forbidden, *DeleteMemberRolePublicV2NotFound, *DeleteMemberRolePublicV2UnprocessableEntity, *DeleteMemberRolePublicV2InternalServerError, error)
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
func (a *Client) GetMemberRolesListAdminV1(params *GetMemberRolesListAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetMemberRolesListAdminV1OK, *GetMemberRolesListAdminV1BadRequest, *GetMemberRolesListAdminV1Unauthorized, *GetMemberRolesListAdminV1Forbidden, *GetMemberRolesListAdminV1InternalServerError, error)
Deprecated: 2022-08-10 - Use GetMemberRolesListAdminV1Short instead.
GetMemberRolesListAdminV1 get all list of member roles ¶
Required permission ADMIN:NAMESPACE:{namespace}:GROUP:ROLE [READ]
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
Required permission ADMIN:NAMESPACE:{namespace}:GROUP:ROLE [READ]
This endpoint is used to get list of member roles ¶
Action Code: 73201
func (*Client) GetMemberRolesListPublicV1
deprecated
func (a *Client) GetMemberRolesListPublicV1(params *GetMemberRolesListPublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetMemberRolesListPublicV1OK, *GetMemberRolesListPublicV1BadRequest, *GetMemberRolesListPublicV1Unauthorized, *GetMemberRolesListPublicV1Forbidden, *GetMemberRolesListPublicV1InternalServerError, error)
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
func (a *Client) GetMemberRolesListPublicV2(params *GetMemberRolesListPublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetMemberRolesListPublicV2OK, *GetMemberRolesListPublicV2BadRequest, *GetMemberRolesListPublicV2Unauthorized, *GetMemberRolesListPublicV2Forbidden, *GetMemberRolesListPublicV2InternalServerError, error)
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
func (a *Client) GetSingleMemberRoleAdminV1(params *GetSingleMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetSingleMemberRoleAdminV1OK, *GetSingleMemberRoleAdminV1BadRequest, *GetSingleMemberRoleAdminV1Unauthorized, *GetSingleMemberRoleAdminV1Forbidden, *GetSingleMemberRoleAdminV1NotFound, *GetSingleMemberRoleAdminV1InternalServerError, error)
Deprecated: 2022-08-10 - Use GetSingleMemberRoleAdminV1Short instead.
GetSingleMemberRoleAdminV1 get member role ¶
Required permission ADMIN:NAMESPACE:{namespace}:GROUP:ROLE [READ]
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
Required permission ADMIN:NAMESPACE:{namespace}:GROUP:ROLE [READ]
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
func (a *Client) UpdateMemberRoleAdminV1(params *UpdateMemberRoleAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRoleAdminV1OK, *UpdateMemberRoleAdminV1BadRequest, *UpdateMemberRoleAdminV1Unauthorized, *UpdateMemberRoleAdminV1Forbidden, *UpdateMemberRoleAdminV1NotFound, *UpdateMemberRoleAdminV1InternalServerError, error)
Deprecated: 2022-08-10 - Use UpdateMemberRoleAdminV1Short instead.
UpdateMemberRoleAdminV1 update member role ¶
Required permission ADMIN:NAMESPACE:{namespace}:GROUP:ROLE [UPDATE]
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
Required permission ADMIN:NAMESPACE:{namespace}:GROUP:ROLE [UPDATE]
This endpoint is used to update member role ¶
Action Code: 73204
func (*Client) UpdateMemberRolePermissionAdminV1
deprecated
func (a *Client) UpdateMemberRolePermissionAdminV1(params *UpdateMemberRolePermissionAdminV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRolePermissionAdminV1OK, *UpdateMemberRolePermissionAdminV1BadRequest, *UpdateMemberRolePermissionAdminV1Unauthorized, *UpdateMemberRolePermissionAdminV1Forbidden, *UpdateMemberRolePermissionAdminV1NotFound, *UpdateMemberRolePermissionAdminV1InternalServerError, error)
Deprecated: 2022-08-10 - Use UpdateMemberRolePermissionAdminV1Short instead.
UpdateMemberRolePermissionAdminV1 update member role permission ¶
Required permission ADMIN:NAMESPACE:{namespace}:GROUP:ROLE [UPDATE]
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
Required permission ADMIN:NAMESPACE:{namespace}:GROUP:ROLE [UPDATE]
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
func (a *Client) UpdateMemberRolePublicV1(params *UpdateMemberRolePublicV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRolePublicV1OK, *UpdateMemberRolePublicV1BadRequest, *UpdateMemberRolePublicV1Unauthorized, *UpdateMemberRolePublicV1Forbidden, *UpdateMemberRolePublicV1NotFound, *UpdateMemberRolePublicV1InternalServerError, error)
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
func (a *Client) UpdateMemberRolePublicV2(params *UpdateMemberRolePublicV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateMemberRolePublicV2OK, *UpdateMemberRolePublicV2BadRequest, *UpdateMemberRolePublicV2Unauthorized, *UpdateMemberRolePublicV2Forbidden, *UpdateMemberRolePublicV2NotFound, *UpdateMemberRolePublicV2InternalServerError, error)
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 (o *CreateMemberRoleAdminV1BadRequest) Error() string
func (*CreateMemberRoleAdminV1BadRequest) GetPayload ¶
func (o *CreateMemberRoleAdminV1BadRequest) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *CreateMemberRoleAdminV1Created) Error() string
func (*CreateMemberRoleAdminV1Created) GetPayload ¶
func (o *CreateMemberRoleAdminV1Created) GetPayload() *groupclientmodels.ModelsMemberRoleResponseV1
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 (o *CreateMemberRoleAdminV1Forbidden) Error() string
func (*CreateMemberRoleAdminV1Forbidden) GetPayload ¶
func (o *CreateMemberRoleAdminV1Forbidden) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *CreateMemberRoleAdminV1InternalServerError) Error() string
func (*CreateMemberRoleAdminV1InternalServerError) GetPayload ¶
func (o *CreateMemberRoleAdminV1InternalServerError) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*CreateMemberRoleAdminV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *CreateMemberRoleAdminV1InternalServerError) ToJSONString() string
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 // 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 ¶
func (o *CreateMemberRoleAdminV1Params) SetBody(body *groupclientmodels.ModelsCreateMemberRoleRequestV1)
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) 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 ¶
func (o *CreateMemberRoleAdminV1Params) WithBody(body *groupclientmodels.ModelsCreateMemberRoleRequestV1) *CreateMemberRoleAdminV1Params
WithBody adds the body to the create member role admin v1 params
func (*CreateMemberRoleAdminV1Params) WithContext ¶
func (o *CreateMemberRoleAdminV1Params) WithContext(ctx context.Context) *CreateMemberRoleAdminV1Params
WithContext adds the context to the create member role admin v1 params
func (*CreateMemberRoleAdminV1Params) WithHTTPClient ¶
func (o *CreateMemberRoleAdminV1Params) WithHTTPClient(client *http.Client) *CreateMemberRoleAdminV1Params
WithHTTPClient adds the HTTPClient to the create member role admin v1 params
func (*CreateMemberRoleAdminV1Params) WithNamespace ¶
func (o *CreateMemberRoleAdminV1Params) WithNamespace(namespace string) *CreateMemberRoleAdminV1Params
WithNamespace adds the namespace to the create member role admin v1 params
func (*CreateMemberRoleAdminV1Params) WithTimeout ¶
func (o *CreateMemberRoleAdminV1Params) WithTimeout(timeout time.Duration) *CreateMemberRoleAdminV1Params
WithTimeout adds the timeout to the create member role admin v1 params
func (*CreateMemberRoleAdminV1Params) WriteToRequest ¶
func (o *CreateMemberRoleAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *CreateMemberRoleAdminV1Unauthorized) Error() string
func (*CreateMemberRoleAdminV1Unauthorized) GetPayload ¶
func (o *CreateMemberRoleAdminV1Unauthorized) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *DeleteMemberRoleAdminV1BadRequest) Error() string
func (*DeleteMemberRoleAdminV1BadRequest) GetPayload ¶
func (o *DeleteMemberRoleAdminV1BadRequest) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *DeleteMemberRoleAdminV1Forbidden) Error() string
func (*DeleteMemberRoleAdminV1Forbidden) GetPayload ¶
func (o *DeleteMemberRoleAdminV1Forbidden) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *DeleteMemberRoleAdminV1InternalServerError) Error() string
func (*DeleteMemberRoleAdminV1InternalServerError) GetPayload ¶
func (o *DeleteMemberRoleAdminV1InternalServerError) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*DeleteMemberRoleAdminV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *DeleteMemberRoleAdminV1InternalServerError) ToJSONString() string
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 ¶
func (o *DeleteMemberRoleAdminV1NoContent) Error() string
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 (o *DeleteMemberRoleAdminV1NotFound) Error() string
func (*DeleteMemberRoleAdminV1NotFound) GetPayload ¶
func (o *DeleteMemberRoleAdminV1NotFound) GetPayload() *groupclientmodels.ResponseErrorResponse
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 // 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) 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 ¶
func (o *DeleteMemberRoleAdminV1Params) WithContext(ctx context.Context) *DeleteMemberRoleAdminV1Params
WithContext adds the context to the delete member role admin v1 params
func (*DeleteMemberRoleAdminV1Params) WithHTTPClient ¶
func (o *DeleteMemberRoleAdminV1Params) WithHTTPClient(client *http.Client) *DeleteMemberRoleAdminV1Params
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 ¶
func (o *DeleteMemberRoleAdminV1Params) WithNamespace(namespace string) *DeleteMemberRoleAdminV1Params
WithNamespace adds the namespace to the delete member role admin v1 params
func (*DeleteMemberRoleAdminV1Params) WithTimeout ¶
func (o *DeleteMemberRoleAdminV1Params) WithTimeout(timeout time.Duration) *DeleteMemberRoleAdminV1Params
WithTimeout adds the timeout to the delete member role admin v1 params
func (*DeleteMemberRoleAdminV1Params) WriteToRequest ¶
func (o *DeleteMemberRoleAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *DeleteMemberRoleAdminV1Unauthorized) Error() string
func (*DeleteMemberRoleAdminV1Unauthorized) GetPayload ¶
func (o *DeleteMemberRoleAdminV1Unauthorized) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *DeleteMemberRolePublicV1BadRequest) Error() string
func (*DeleteMemberRolePublicV1BadRequest) GetPayload ¶
func (o *DeleteMemberRolePublicV1BadRequest) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *DeleteMemberRolePublicV1Forbidden) Error() string
func (*DeleteMemberRolePublicV1Forbidden) GetPayload ¶
func (o *DeleteMemberRolePublicV1Forbidden) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *DeleteMemberRolePublicV1InternalServerError) Error() string
func (*DeleteMemberRolePublicV1InternalServerError) GetPayload ¶
func (o *DeleteMemberRolePublicV1InternalServerError) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*DeleteMemberRolePublicV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *DeleteMemberRolePublicV1InternalServerError) ToJSONString() string
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
func (o *DeleteMemberRolePublicV1NoContent) Error() string
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 (o *DeleteMemberRolePublicV1NotFound) Error() string
func (*DeleteMemberRolePublicV1NotFound) GetPayload ¶
func (o *DeleteMemberRolePublicV1NotFound) GetPayload() *groupclientmodels.ResponseErrorResponse
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 // 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 ¶
func (o *DeleteMemberRolePublicV1Params) SetBody(body *groupclientmodels.ModelsRemoveRoleFromMemberRequestV1)
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) 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 ¶
func (o *DeleteMemberRolePublicV1Params) WithBody(body *groupclientmodels.ModelsRemoveRoleFromMemberRequestV1) *DeleteMemberRolePublicV1Params
WithBody adds the body to the delete member role public v1 params
func (*DeleteMemberRolePublicV1Params) WithContext ¶
func (o *DeleteMemberRolePublicV1Params) WithContext(ctx context.Context) *DeleteMemberRolePublicV1Params
WithContext adds the context to the delete member role public v1 params
func (*DeleteMemberRolePublicV1Params) WithHTTPClient ¶
func (o *DeleteMemberRolePublicV1Params) WithHTTPClient(client *http.Client) *DeleteMemberRolePublicV1Params
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 ¶
func (o *DeleteMemberRolePublicV1Params) WithNamespace(namespace string) *DeleteMemberRolePublicV1Params
WithNamespace adds the namespace to the delete member role public v1 params
func (*DeleteMemberRolePublicV1Params) WithTimeout ¶
func (o *DeleteMemberRolePublicV1Params) WithTimeout(timeout time.Duration) *DeleteMemberRolePublicV1Params
WithTimeout adds the timeout to the delete member role public v1 params
func (*DeleteMemberRolePublicV1Params) WriteToRequest ¶
func (o *DeleteMemberRolePublicV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *DeleteMemberRolePublicV1Unauthorized) Error() string
func (*DeleteMemberRolePublicV1Unauthorized) GetPayload ¶
func (o *DeleteMemberRolePublicV1Unauthorized) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *DeleteMemberRolePublicV1UnprocessableEntity) Error() string
func (*DeleteMemberRolePublicV1UnprocessableEntity) GetPayload ¶ added in v0.7.0
func (o *DeleteMemberRolePublicV1UnprocessableEntity) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*DeleteMemberRolePublicV1UnprocessableEntity) ToJSONString ¶ added in v0.25.0
func (o *DeleteMemberRolePublicV1UnprocessableEntity) ToJSONString() string
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 (o *DeleteMemberRolePublicV2BadRequest) Error() string
func (*DeleteMemberRolePublicV2BadRequest) GetPayload ¶ added in v0.37.0
func (o *DeleteMemberRolePublicV2BadRequest) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *DeleteMemberRolePublicV2Forbidden) Error() string
func (*DeleteMemberRolePublicV2Forbidden) GetPayload ¶ added in v0.37.0
func (o *DeleteMemberRolePublicV2Forbidden) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *DeleteMemberRolePublicV2InternalServerError) Error() string
func (*DeleteMemberRolePublicV2InternalServerError) GetPayload ¶ added in v0.37.0
func (o *DeleteMemberRolePublicV2InternalServerError) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*DeleteMemberRolePublicV2InternalServerError) ToJSONString ¶ added in v0.37.0
func (o *DeleteMemberRolePublicV2InternalServerError) ToJSONString() string
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
func (o *DeleteMemberRolePublicV2NoContent) Error() string
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 (o *DeleteMemberRolePublicV2NotFound) Error() string
func (*DeleteMemberRolePublicV2NotFound) GetPayload ¶ added in v0.37.0
func (o *DeleteMemberRolePublicV2NotFound) GetPayload() *groupclientmodels.ResponseErrorResponse
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 // 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
func (o *DeleteMemberRolePublicV2Params) SetBody(body *groupclientmodels.ModelsRemoveRoleFromMemberRequestV1)
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) 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
func (o *DeleteMemberRolePublicV2Params) WithBody(body *groupclientmodels.ModelsRemoveRoleFromMemberRequestV1) *DeleteMemberRolePublicV2Params
WithBody adds the body to the delete member role public v2 params
func (*DeleteMemberRolePublicV2Params) WithContext ¶ added in v0.37.0
func (o *DeleteMemberRolePublicV2Params) WithContext(ctx context.Context) *DeleteMemberRolePublicV2Params
WithContext adds the context to the delete member role public v2 params
func (*DeleteMemberRolePublicV2Params) WithGroupID ¶ added in v0.37.0
func (o *DeleteMemberRolePublicV2Params) WithGroupID(groupID string) *DeleteMemberRolePublicV2Params
WithGroupID adds the groupID to the delete member role public v2 params
func (*DeleteMemberRolePublicV2Params) WithHTTPClient ¶ added in v0.37.0
func (o *DeleteMemberRolePublicV2Params) WithHTTPClient(client *http.Client) *DeleteMemberRolePublicV2Params
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
func (o *DeleteMemberRolePublicV2Params) WithNamespace(namespace string) *DeleteMemberRolePublicV2Params
WithNamespace adds the namespace to the delete member role public v2 params
func (*DeleteMemberRolePublicV2Params) WithTimeout ¶ added in v0.37.0
func (o *DeleteMemberRolePublicV2Params) WithTimeout(timeout time.Duration) *DeleteMemberRolePublicV2Params
WithTimeout adds the timeout to the delete member role public v2 params
func (*DeleteMemberRolePublicV2Params) WriteToRequest ¶ added in v0.37.0
func (o *DeleteMemberRolePublicV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *DeleteMemberRolePublicV2Unauthorized) Error() string
func (*DeleteMemberRolePublicV2Unauthorized) GetPayload ¶ added in v0.37.0
func (o *DeleteMemberRolePublicV2Unauthorized) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *DeleteMemberRolePublicV2UnprocessableEntity) Error() string
func (*DeleteMemberRolePublicV2UnprocessableEntity) GetPayload ¶ added in v0.37.0
func (o *DeleteMemberRolePublicV2UnprocessableEntity) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*DeleteMemberRolePublicV2UnprocessableEntity) ToJSONString ¶ added in v0.37.0
func (o *DeleteMemberRolePublicV2UnprocessableEntity) ToJSONString() string
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 (o *GetMemberRolesListAdminV1BadRequest) Error() string
func (*GetMemberRolesListAdminV1BadRequest) GetPayload ¶
func (o *GetMemberRolesListAdminV1BadRequest) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *GetMemberRolesListAdminV1Forbidden) Error() string
func (*GetMemberRolesListAdminV1Forbidden) GetPayload ¶
func (o *GetMemberRolesListAdminV1Forbidden) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *GetMemberRolesListAdminV1InternalServerError) Error() string
func (*GetMemberRolesListAdminV1InternalServerError) GetPayload ¶
func (o *GetMemberRolesListAdminV1InternalServerError) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*GetMemberRolesListAdminV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *GetMemberRolesListAdminV1InternalServerError) ToJSONString() string
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 (o *GetMemberRolesListAdminV1OK) Error() string
func (*GetMemberRolesListAdminV1OK) GetPayload ¶
func (o *GetMemberRolesListAdminV1OK) GetPayload() *groupclientmodels.ModelsGetMemberRolesListResponseV1
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 // 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) 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 ¶
func (o *GetMemberRolesListAdminV1Params) WithContext(ctx context.Context) *GetMemberRolesListAdminV1Params
WithContext adds the context to the get member roles list admin v1 params
func (*GetMemberRolesListAdminV1Params) WithHTTPClient ¶
func (o *GetMemberRolesListAdminV1Params) WithHTTPClient(client *http.Client) *GetMemberRolesListAdminV1Params
WithHTTPClient adds the HTTPClient to the get member roles list admin v1 params
func (*GetMemberRolesListAdminV1Params) WithLimit ¶
func (o *GetMemberRolesListAdminV1Params) WithLimit(limit *int64) *GetMemberRolesListAdminV1Params
WithLimit adds the limit to the get member roles list admin v1 params
func (*GetMemberRolesListAdminV1Params) WithNamespace ¶
func (o *GetMemberRolesListAdminV1Params) WithNamespace(namespace string) *GetMemberRolesListAdminV1Params
WithNamespace adds the namespace to the get member roles list admin v1 params
func (*GetMemberRolesListAdminV1Params) WithOffset ¶
func (o *GetMemberRolesListAdminV1Params) WithOffset(offset *int64) *GetMemberRolesListAdminV1Params
WithOffset adds the offset to the get member roles list admin v1 params
func (*GetMemberRolesListAdminV1Params) WithTimeout ¶
func (o *GetMemberRolesListAdminV1Params) WithTimeout(timeout time.Duration) *GetMemberRolesListAdminV1Params
WithTimeout adds the timeout to the get member roles list admin v1 params
func (*GetMemberRolesListAdminV1Params) WriteToRequest ¶
func (o *GetMemberRolesListAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *GetMemberRolesListAdminV1Unauthorized) Error() string
func (*GetMemberRolesListAdminV1Unauthorized) GetPayload ¶
func (o *GetMemberRolesListAdminV1Unauthorized) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*GetMemberRolesListAdminV1Unauthorized) ToJSONString ¶ added in v0.25.0
func (o *GetMemberRolesListAdminV1Unauthorized) ToJSONString() string
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 (o *GetMemberRolesListPublicV1BadRequest) Error() string
func (*GetMemberRolesListPublicV1BadRequest) GetPayload ¶
func (o *GetMemberRolesListPublicV1BadRequest) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *GetMemberRolesListPublicV1Forbidden) Error() string
func (*GetMemberRolesListPublicV1Forbidden) GetPayload ¶
func (o *GetMemberRolesListPublicV1Forbidden) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *GetMemberRolesListPublicV1InternalServerError) Error() string
func (*GetMemberRolesListPublicV1InternalServerError) GetPayload ¶
func (o *GetMemberRolesListPublicV1InternalServerError) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*GetMemberRolesListPublicV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *GetMemberRolesListPublicV1InternalServerError) ToJSONString() string
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 (o *GetMemberRolesListPublicV1OK) Error() string
func (*GetMemberRolesListPublicV1OK) GetPayload ¶
func (o *GetMemberRolesListPublicV1OK) GetPayload() *groupclientmodels.ModelsGetMemberRolesListResponseV1
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 // 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 ¶
func (o *GetMemberRolesListPublicV1Params) SetContext(ctx context.Context)
SetContext adds the context to the get member roles list public v1 params
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 ¶
func (o *GetMemberRolesListPublicV1Params) WithContext(ctx context.Context) *GetMemberRolesListPublicV1Params
WithContext adds the context to the get member roles list public v1 params
func (*GetMemberRolesListPublicV1Params) WithHTTPClient ¶
func (o *GetMemberRolesListPublicV1Params) WithHTTPClient(client *http.Client) *GetMemberRolesListPublicV1Params
WithHTTPClient adds the HTTPClient to the get member roles list public v1 params
func (*GetMemberRolesListPublicV1Params) WithLimit ¶
func (o *GetMemberRolesListPublicV1Params) WithLimit(limit *int64) *GetMemberRolesListPublicV1Params
WithLimit adds the limit to the get member roles list public v1 params
func (*GetMemberRolesListPublicV1Params) WithNamespace ¶
func (o *GetMemberRolesListPublicV1Params) WithNamespace(namespace string) *GetMemberRolesListPublicV1Params
WithNamespace adds the namespace to the get member roles list public v1 params
func (*GetMemberRolesListPublicV1Params) WithOffset ¶
func (o *GetMemberRolesListPublicV1Params) WithOffset(offset *int64) *GetMemberRolesListPublicV1Params
WithOffset adds the offset to the get member roles list public v1 params
func (*GetMemberRolesListPublicV1Params) WithTimeout ¶
func (o *GetMemberRolesListPublicV1Params) WithTimeout(timeout time.Duration) *GetMemberRolesListPublicV1Params
WithTimeout adds the timeout to the get member roles list public v1 params
func (*GetMemberRolesListPublicV1Params) WriteToRequest ¶
func (o *GetMemberRolesListPublicV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *GetMemberRolesListPublicV1Unauthorized) Error() string
func (*GetMemberRolesListPublicV1Unauthorized) GetPayload ¶
func (o *GetMemberRolesListPublicV1Unauthorized) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*GetMemberRolesListPublicV1Unauthorized) ToJSONString ¶ added in v0.25.0
func (o *GetMemberRolesListPublicV1Unauthorized) ToJSONString() string
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 (o *GetMemberRolesListPublicV2BadRequest) Error() string
func (*GetMemberRolesListPublicV2BadRequest) GetPayload ¶ added in v0.37.0
func (o *GetMemberRolesListPublicV2BadRequest) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *GetMemberRolesListPublicV2Forbidden) Error() string
func (*GetMemberRolesListPublicV2Forbidden) GetPayload ¶ added in v0.37.0
func (o *GetMemberRolesListPublicV2Forbidden) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *GetMemberRolesListPublicV2InternalServerError) Error() string
func (*GetMemberRolesListPublicV2InternalServerError) GetPayload ¶ added in v0.37.0
func (o *GetMemberRolesListPublicV2InternalServerError) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*GetMemberRolesListPublicV2InternalServerError) ToJSONString ¶ added in v0.37.0
func (o *GetMemberRolesListPublicV2InternalServerError) ToJSONString() string
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 (o *GetMemberRolesListPublicV2OK) Error() string
func (*GetMemberRolesListPublicV2OK) GetPayload ¶ added in v0.37.0
func (o *GetMemberRolesListPublicV2OK) GetPayload() *groupclientmodels.ModelsGetMemberRolesListResponseV1
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 // 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
func (o *GetMemberRolesListPublicV2Params) SetContext(ctx context.Context)
SetContext adds the context to the get member roles list public v2 params
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
func (o *GetMemberRolesListPublicV2Params) WithContext(ctx context.Context) *GetMemberRolesListPublicV2Params
WithContext adds the context to the get member roles list public v2 params
func (*GetMemberRolesListPublicV2Params) WithHTTPClient ¶ added in v0.37.0
func (o *GetMemberRolesListPublicV2Params) WithHTTPClient(client *http.Client) *GetMemberRolesListPublicV2Params
WithHTTPClient adds the HTTPClient to the get member roles list public v2 params
func (*GetMemberRolesListPublicV2Params) WithLimit ¶ added in v0.37.0
func (o *GetMemberRolesListPublicV2Params) WithLimit(limit *int64) *GetMemberRolesListPublicV2Params
WithLimit adds the limit to the get member roles list public v2 params
func (*GetMemberRolesListPublicV2Params) WithNamespace ¶ added in v0.37.0
func (o *GetMemberRolesListPublicV2Params) WithNamespace(namespace string) *GetMemberRolesListPublicV2Params
WithNamespace adds the namespace to the get member roles list public v2 params
func (*GetMemberRolesListPublicV2Params) WithOffset ¶ added in v0.37.0
func (o *GetMemberRolesListPublicV2Params) WithOffset(offset *int64) *GetMemberRolesListPublicV2Params
WithOffset adds the offset to the get member roles list public v2 params
func (*GetMemberRolesListPublicV2Params) WithTimeout ¶ added in v0.37.0
func (o *GetMemberRolesListPublicV2Params) WithTimeout(timeout time.Duration) *GetMemberRolesListPublicV2Params
WithTimeout adds the timeout to the get member roles list public v2 params
func (*GetMemberRolesListPublicV2Params) WriteToRequest ¶ added in v0.37.0
func (o *GetMemberRolesListPublicV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *GetMemberRolesListPublicV2Unauthorized) Error() string
func (*GetMemberRolesListPublicV2Unauthorized) GetPayload ¶ added in v0.37.0
func (o *GetMemberRolesListPublicV2Unauthorized) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*GetMemberRolesListPublicV2Unauthorized) ToJSONString ¶ added in v0.37.0
func (o *GetMemberRolesListPublicV2Unauthorized) ToJSONString() string
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 (o *GetSingleMemberRoleAdminV1BadRequest) Error() string
func (*GetSingleMemberRoleAdminV1BadRequest) GetPayload ¶
func (o *GetSingleMemberRoleAdminV1BadRequest) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *GetSingleMemberRoleAdminV1Forbidden) Error() string
func (*GetSingleMemberRoleAdminV1Forbidden) GetPayload ¶
func (o *GetSingleMemberRoleAdminV1Forbidden) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *GetSingleMemberRoleAdminV1InternalServerError) Error() string
func (*GetSingleMemberRoleAdminV1InternalServerError) GetPayload ¶
func (o *GetSingleMemberRoleAdminV1InternalServerError) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*GetSingleMemberRoleAdminV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *GetSingleMemberRoleAdminV1InternalServerError) ToJSONString() string
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 (o *GetSingleMemberRoleAdminV1NotFound) Error() string
func (*GetSingleMemberRoleAdminV1NotFound) GetPayload ¶
func (o *GetSingleMemberRoleAdminV1NotFound) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *GetSingleMemberRoleAdminV1OK) Error() string
func (*GetSingleMemberRoleAdminV1OK) GetPayload ¶
func (o *GetSingleMemberRoleAdminV1OK) GetPayload() *groupclientmodels.ModelsMemberRoleResponseV1
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 // 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 ¶
func (o *GetSingleMemberRoleAdminV1Params) SetContext(ctx context.Context)
SetContext adds the context to the get single member role admin v1 params
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 ¶
func (o *GetSingleMemberRoleAdminV1Params) WithContext(ctx context.Context) *GetSingleMemberRoleAdminV1Params
WithContext adds the context to the get single member role admin v1 params
func (*GetSingleMemberRoleAdminV1Params) WithHTTPClient ¶
func (o *GetSingleMemberRoleAdminV1Params) WithHTTPClient(client *http.Client) *GetSingleMemberRoleAdminV1Params
WithHTTPClient adds the HTTPClient to the get single member role admin v1 params
func (*GetSingleMemberRoleAdminV1Params) WithMemberRoleID ¶
func (o *GetSingleMemberRoleAdminV1Params) WithMemberRoleID(memberRoleID string) *GetSingleMemberRoleAdminV1Params
WithMemberRoleID adds the memberRoleID to the get single member role admin v1 params
func (*GetSingleMemberRoleAdminV1Params) WithNamespace ¶
func (o *GetSingleMemberRoleAdminV1Params) WithNamespace(namespace string) *GetSingleMemberRoleAdminV1Params
WithNamespace adds the namespace to the get single member role admin v1 params
func (*GetSingleMemberRoleAdminV1Params) WithTimeout ¶
func (o *GetSingleMemberRoleAdminV1Params) WithTimeout(timeout time.Duration) *GetSingleMemberRoleAdminV1Params
WithTimeout adds the timeout to the get single member role admin v1 params
func (*GetSingleMemberRoleAdminV1Params) WriteToRequest ¶
func (o *GetSingleMemberRoleAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *GetSingleMemberRoleAdminV1Unauthorized) Error() string
func (*GetSingleMemberRoleAdminV1Unauthorized) GetPayload ¶
func (o *GetSingleMemberRoleAdminV1Unauthorized) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*GetSingleMemberRoleAdminV1Unauthorized) ToJSONString ¶ added in v0.25.0
func (o *GetSingleMemberRoleAdminV1Unauthorized) ToJSONString() string
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 (o *UpdateMemberRoleAdminV1BadRequest) Error() string
func (*UpdateMemberRoleAdminV1BadRequest) GetPayload ¶
func (o *UpdateMemberRoleAdminV1BadRequest) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *UpdateMemberRoleAdminV1Forbidden) Error() string
func (*UpdateMemberRoleAdminV1Forbidden) GetPayload ¶
func (o *UpdateMemberRoleAdminV1Forbidden) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *UpdateMemberRoleAdminV1InternalServerError) Error() string
func (*UpdateMemberRoleAdminV1InternalServerError) GetPayload ¶
func (o *UpdateMemberRoleAdminV1InternalServerError) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*UpdateMemberRoleAdminV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *UpdateMemberRoleAdminV1InternalServerError) ToJSONString() string
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 (o *UpdateMemberRoleAdminV1NotFound) Error() string
func (*UpdateMemberRoleAdminV1NotFound) GetPayload ¶
func (o *UpdateMemberRoleAdminV1NotFound) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *UpdateMemberRoleAdminV1OK) GetPayload() *groupclientmodels.ModelsMemberRoleResponseV1
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 // 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 ¶
func (o *UpdateMemberRoleAdminV1Params) SetBody(body *groupclientmodels.ModelsUpdateMemberRoleRequestV1)
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) 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 ¶
func (o *UpdateMemberRoleAdminV1Params) WithBody(body *groupclientmodels.ModelsUpdateMemberRoleRequestV1) *UpdateMemberRoleAdminV1Params
WithBody adds the body to the update member role admin v1 params
func (*UpdateMemberRoleAdminV1Params) WithContext ¶
func (o *UpdateMemberRoleAdminV1Params) WithContext(ctx context.Context) *UpdateMemberRoleAdminV1Params
WithContext adds the context to the update member role admin v1 params
func (*UpdateMemberRoleAdminV1Params) WithHTTPClient ¶
func (o *UpdateMemberRoleAdminV1Params) WithHTTPClient(client *http.Client) *UpdateMemberRoleAdminV1Params
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 ¶
func (o *UpdateMemberRoleAdminV1Params) WithNamespace(namespace string) *UpdateMemberRoleAdminV1Params
WithNamespace adds the namespace to the update member role admin v1 params
func (*UpdateMemberRoleAdminV1Params) WithTimeout ¶
func (o *UpdateMemberRoleAdminV1Params) WithTimeout(timeout time.Duration) *UpdateMemberRoleAdminV1Params
WithTimeout adds the timeout to the update member role admin v1 params
func (*UpdateMemberRoleAdminV1Params) WriteToRequest ¶
func (o *UpdateMemberRoleAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *UpdateMemberRoleAdminV1Unauthorized) Error() string
func (*UpdateMemberRoleAdminV1Unauthorized) GetPayload ¶
func (o *UpdateMemberRoleAdminV1Unauthorized) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *UpdateMemberRolePermissionAdminV1BadRequest) Error() string
func (*UpdateMemberRolePermissionAdminV1BadRequest) GetPayload ¶
func (o *UpdateMemberRolePermissionAdminV1BadRequest) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*UpdateMemberRolePermissionAdminV1BadRequest) ToJSONString ¶ added in v0.25.0
func (o *UpdateMemberRolePermissionAdminV1BadRequest) ToJSONString() string
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 (o *UpdateMemberRolePermissionAdminV1Forbidden) Error() string
func (*UpdateMemberRolePermissionAdminV1Forbidden) GetPayload ¶
func (o *UpdateMemberRolePermissionAdminV1Forbidden) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*UpdateMemberRolePermissionAdminV1Forbidden) ToJSONString ¶ added in v0.25.0
func (o *UpdateMemberRolePermissionAdminV1Forbidden) ToJSONString() string
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 (o *UpdateMemberRolePermissionAdminV1InternalServerError) Error() string
func (*UpdateMemberRolePermissionAdminV1InternalServerError) GetPayload ¶
func (o *UpdateMemberRolePermissionAdminV1InternalServerError) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*UpdateMemberRolePermissionAdminV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *UpdateMemberRolePermissionAdminV1InternalServerError) ToJSONString() string
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 (o *UpdateMemberRolePermissionAdminV1NotFound) Error() string
func (*UpdateMemberRolePermissionAdminV1NotFound) GetPayload ¶
func (o *UpdateMemberRolePermissionAdminV1NotFound) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*UpdateMemberRolePermissionAdminV1NotFound) ToJSONString ¶ added in v0.25.0
func (o *UpdateMemberRolePermissionAdminV1NotFound) ToJSONString() string
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 (o *UpdateMemberRolePermissionAdminV1OK) Error() string
func (*UpdateMemberRolePermissionAdminV1OK) GetPayload ¶
func (o *UpdateMemberRolePermissionAdminV1OK) GetPayload() *groupclientmodels.ModelsMemberRoleResponseV1
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 // 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 ¶
func (o *UpdateMemberRolePermissionAdminV1Params) SetBody(body *groupclientmodels.ModelsUpdateMemberRolePermissionsRequestV1)
SetBody adds the body to the update member role permission admin v1 params
func (*UpdateMemberRolePermissionAdminV1Params) SetContext ¶
func (o *UpdateMemberRolePermissionAdminV1Params) SetContext(ctx context.Context)
SetContext adds the context to the update member role permission admin v1 params
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 ¶
func (o *UpdateMemberRolePermissionAdminV1Params) WithBody(body *groupclientmodels.ModelsUpdateMemberRolePermissionsRequestV1) *UpdateMemberRolePermissionAdminV1Params
WithBody adds the body to the update member role permission admin v1 params
func (*UpdateMemberRolePermissionAdminV1Params) WithContext ¶
func (o *UpdateMemberRolePermissionAdminV1Params) WithContext(ctx context.Context) *UpdateMemberRolePermissionAdminV1Params
WithContext adds the context to the update member role permission admin v1 params
func (*UpdateMemberRolePermissionAdminV1Params) WithHTTPClient ¶
func (o *UpdateMemberRolePermissionAdminV1Params) WithHTTPClient(client *http.Client) *UpdateMemberRolePermissionAdminV1Params
WithHTTPClient adds the HTTPClient to the update member role permission admin v1 params
func (*UpdateMemberRolePermissionAdminV1Params) WithMemberRoleID ¶
func (o *UpdateMemberRolePermissionAdminV1Params) WithMemberRoleID(memberRoleID string) *UpdateMemberRolePermissionAdminV1Params
WithMemberRoleID adds the memberRoleID to the update member role permission admin v1 params
func (*UpdateMemberRolePermissionAdminV1Params) WithNamespace ¶
func (o *UpdateMemberRolePermissionAdminV1Params) WithNamespace(namespace string) *UpdateMemberRolePermissionAdminV1Params
WithNamespace adds the namespace to the update member role permission admin v1 params
func (*UpdateMemberRolePermissionAdminV1Params) WithTimeout ¶
func (o *UpdateMemberRolePermissionAdminV1Params) WithTimeout(timeout time.Duration) *UpdateMemberRolePermissionAdminV1Params
WithTimeout adds the timeout to the update member role permission admin v1 params
func (*UpdateMemberRolePermissionAdminV1Params) WriteToRequest ¶
func (o *UpdateMemberRolePermissionAdminV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *UpdateMemberRolePermissionAdminV1Unauthorized) Error() string
func (*UpdateMemberRolePermissionAdminV1Unauthorized) GetPayload ¶
func (o *UpdateMemberRolePermissionAdminV1Unauthorized) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*UpdateMemberRolePermissionAdminV1Unauthorized) ToJSONString ¶ added in v0.25.0
func (o *UpdateMemberRolePermissionAdminV1Unauthorized) ToJSONString() string
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 (o *UpdateMemberRolePublicV1BadRequest) Error() string
func (*UpdateMemberRolePublicV1BadRequest) GetPayload ¶ added in v0.7.0
func (o *UpdateMemberRolePublicV1BadRequest) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *UpdateMemberRolePublicV1Forbidden) Error() string
func (*UpdateMemberRolePublicV1Forbidden) GetPayload ¶ added in v0.7.0
func (o *UpdateMemberRolePublicV1Forbidden) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *UpdateMemberRolePublicV1InternalServerError) Error() string
func (*UpdateMemberRolePublicV1InternalServerError) GetPayload ¶ added in v0.7.0
func (o *UpdateMemberRolePublicV1InternalServerError) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*UpdateMemberRolePublicV1InternalServerError) ToJSONString ¶ added in v0.25.0
func (o *UpdateMemberRolePublicV1InternalServerError) ToJSONString() string
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 (o *UpdateMemberRolePublicV1NotFound) Error() string
func (*UpdateMemberRolePublicV1NotFound) GetPayload ¶ added in v0.7.0
func (o *UpdateMemberRolePublicV1NotFound) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *UpdateMemberRolePublicV1OK) Error() string
func (*UpdateMemberRolePublicV1OK) GetPayload ¶ added in v0.7.0
func (o *UpdateMemberRolePublicV1OK) GetPayload() *groupclientmodels.ModelsGetUserGroupInformationResponseV1
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 // 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
func (o *UpdateMemberRolePublicV1Params) SetBody(body *groupclientmodels.ModelsAssignRoleToMemberRequestV1)
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) 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
func (o *UpdateMemberRolePublicV1Params) WithBody(body *groupclientmodels.ModelsAssignRoleToMemberRequestV1) *UpdateMemberRolePublicV1Params
WithBody adds the body to the update member role public v1 params
func (*UpdateMemberRolePublicV1Params) WithContext ¶ added in v0.7.0
func (o *UpdateMemberRolePublicV1Params) WithContext(ctx context.Context) *UpdateMemberRolePublicV1Params
WithContext adds the context to the update member role public v1 params
func (*UpdateMemberRolePublicV1Params) WithHTTPClient ¶ added in v0.7.0
func (o *UpdateMemberRolePublicV1Params) WithHTTPClient(client *http.Client) *UpdateMemberRolePublicV1Params
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
func (o *UpdateMemberRolePublicV1Params) WithNamespace(namespace string) *UpdateMemberRolePublicV1Params
WithNamespace adds the namespace to the update member role public v1 params
func (*UpdateMemberRolePublicV1Params) WithTimeout ¶ added in v0.7.0
func (o *UpdateMemberRolePublicV1Params) WithTimeout(timeout time.Duration) *UpdateMemberRolePublicV1Params
WithTimeout adds the timeout to the update member role public v1 params
func (*UpdateMemberRolePublicV1Params) WriteToRequest ¶ added in v0.7.0
func (o *UpdateMemberRolePublicV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *UpdateMemberRolePublicV1Unauthorized) Error() string
func (*UpdateMemberRolePublicV1Unauthorized) GetPayload ¶ added in v0.7.0
func (o *UpdateMemberRolePublicV1Unauthorized) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *UpdateMemberRolePublicV2BadRequest) Error() string
func (*UpdateMemberRolePublicV2BadRequest) GetPayload ¶ added in v0.37.0
func (o *UpdateMemberRolePublicV2BadRequest) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *UpdateMemberRolePublicV2Forbidden) Error() string
func (*UpdateMemberRolePublicV2Forbidden) GetPayload ¶ added in v0.37.0
func (o *UpdateMemberRolePublicV2Forbidden) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *UpdateMemberRolePublicV2InternalServerError) Error() string
func (*UpdateMemberRolePublicV2InternalServerError) GetPayload ¶ added in v0.37.0
func (o *UpdateMemberRolePublicV2InternalServerError) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*UpdateMemberRolePublicV2InternalServerError) ToJSONString ¶ added in v0.37.0
func (o *UpdateMemberRolePublicV2InternalServerError) ToJSONString() string
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 (o *UpdateMemberRolePublicV2NotFound) Error() string
func (*UpdateMemberRolePublicV2NotFound) GetPayload ¶ added in v0.37.0
func (o *UpdateMemberRolePublicV2NotFound) GetPayload() *groupclientmodels.ResponseErrorResponse
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 (o *UpdateMemberRolePublicV2OK) Error() string
func (*UpdateMemberRolePublicV2OK) GetPayload ¶ added in v0.37.0
func (o *UpdateMemberRolePublicV2OK) GetPayload() *groupclientmodels.ModelsGetUserGroupInformationResponseV1
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 // 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
func (o *UpdateMemberRolePublicV2Params) SetBody(body *groupclientmodels.ModelsAssignRoleToMemberRequestV1)
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) 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
func (o *UpdateMemberRolePublicV2Params) WithBody(body *groupclientmodels.ModelsAssignRoleToMemberRequestV1) *UpdateMemberRolePublicV2Params
WithBody adds the body to the update member role public v2 params
func (*UpdateMemberRolePublicV2Params) WithContext ¶ added in v0.37.0
func (o *UpdateMemberRolePublicV2Params) WithContext(ctx context.Context) *UpdateMemberRolePublicV2Params
WithContext adds the context to the update member role public v2 params
func (*UpdateMemberRolePublicV2Params) WithGroupID ¶ added in v0.37.0
func (o *UpdateMemberRolePublicV2Params) WithGroupID(groupID string) *UpdateMemberRolePublicV2Params
WithGroupID adds the groupID to the update member role public v2 params
func (*UpdateMemberRolePublicV2Params) WithHTTPClient ¶ added in v0.37.0
func (o *UpdateMemberRolePublicV2Params) WithHTTPClient(client *http.Client) *UpdateMemberRolePublicV2Params
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
func (o *UpdateMemberRolePublicV2Params) WithNamespace(namespace string) *UpdateMemberRolePublicV2Params
WithNamespace adds the namespace to the update member role public v2 params
func (*UpdateMemberRolePublicV2Params) WithTimeout ¶ added in v0.37.0
func (o *UpdateMemberRolePublicV2Params) WithTimeout(timeout time.Duration) *UpdateMemberRolePublicV2Params
WithTimeout adds the timeout to the update member role public v2 params
func (*UpdateMemberRolePublicV2Params) WriteToRequest ¶ added in v0.37.0
func (o *UpdateMemberRolePublicV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *UpdateMemberRolePublicV2Unauthorized) Error() string
func (*UpdateMemberRolePublicV2Unauthorized) GetPayload ¶ added in v0.37.0
func (o *UpdateMemberRolePublicV2Unauthorized) GetPayload() *groupclientmodels.ResponseErrorResponse
func (*UpdateMemberRolePublicV2Unauthorized) ToJSONString ¶ added in v0.37.0
func (o *UpdateMemberRolePublicV2Unauthorized) ToJSONString() string
Source Files ¶
- create_member_role_admin_v1_parameters.go
- create_member_role_admin_v1_responses.go
- delete_member_role_admin_v1_parameters.go
- delete_member_role_admin_v1_responses.go
- delete_member_role_public_v1_parameters.go
- delete_member_role_public_v1_responses.go
- delete_member_role_public_v2_parameters.go
- delete_member_role_public_v2_responses.go
- get_member_roles_list_admin_v1_parameters.go
- get_member_roles_list_admin_v1_responses.go
- get_member_roles_list_public_v1_parameters.go
- get_member_roles_list_public_v1_responses.go
- get_member_roles_list_public_v2_parameters.go
- get_member_roles_list_public_v2_responses.go
- get_single_member_role_admin_v1_parameters.go
- get_single_member_role_admin_v1_responses.go
- group_roles_client.go
- update_member_role_admin_v1_parameters.go
- update_member_role_admin_v1_responses.go
- update_member_role_permission_admin_v1_parameters.go
- update_member_role_permission_admin_v1_responses.go
- update_member_role_public_v1_parameters.go
- update_member_role_public_v1_responses.go
- update_member_role_public_v2_parameters.go
- update_member_role_public_v2_responses.go