Versions in this module Expand all Collapse all v0 v0.212.1 Dec 13, 2024 v0.2.12 Dec 13, 2024 Changes in this version + type API interface + CreateProjectMember func(ctx context.Context, params *CreateProjectMemberParams) (*CreateProjectMemberCreated, error) + DeleteProjectMember func(ctx context.Context, params *DeleteProjectMemberParams) (*DeleteProjectMemberOK, error) + GetProjectMember func(ctx context.Context, params *GetProjectMemberParams) (*GetProjectMemberOK, error) + ListProjectMembers func(ctx context.Context, params *ListProjectMembersParams) (*ListProjectMembersOK, error) + UpdateProjectMember func(ctx context.Context, params *UpdateProjectMemberParams) (*UpdateProjectMemberOK, error) + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) CreateProjectMember(ctx context.Context, params *CreateProjectMemberParams) (*CreateProjectMemberCreated, error) + func (a *Client) DeleteProjectMember(ctx context.Context, params *DeleteProjectMemberParams) (*DeleteProjectMemberOK, error) + func (a *Client) GetProjectMember(ctx context.Context, params *GetProjectMemberParams) (*GetProjectMemberOK, error) + func (a *Client) ListProjectMembers(ctx context.Context, params *ListProjectMembersParams) (*ListProjectMembersOK, error) + func (a *Client) UpdateProjectMember(ctx context.Context, params *UpdateProjectMemberParams) (*UpdateProjectMemberOK, error) + type CreateProjectMemberBadRequest struct + Payload *models.Errors + XRequestID string + func NewCreateProjectMemberBadRequest() *CreateProjectMemberBadRequest + func (o *CreateProjectMemberBadRequest) Error() string + func (o *CreateProjectMemberBadRequest) GetPayload() *models.Errors + func (o *CreateProjectMemberBadRequest) IsClientError() bool + func (o *CreateProjectMemberBadRequest) IsCode(code int) bool + func (o *CreateProjectMemberBadRequest) IsRedirect() bool + func (o *CreateProjectMemberBadRequest) IsServerError() bool + func (o *CreateProjectMemberBadRequest) IsSuccess() bool + func (o *CreateProjectMemberBadRequest) String() string + type CreateProjectMemberConflict struct + Payload *models.Errors + XRequestID string + func NewCreateProjectMemberConflict() *CreateProjectMemberConflict + func (o *CreateProjectMemberConflict) Error() string + func (o *CreateProjectMemberConflict) GetPayload() *models.Errors + func (o *CreateProjectMemberConflict) IsClientError() bool + func (o *CreateProjectMemberConflict) IsCode(code int) bool + func (o *CreateProjectMemberConflict) IsRedirect() bool + func (o *CreateProjectMemberConflict) IsServerError() bool + func (o *CreateProjectMemberConflict) IsSuccess() bool + func (o *CreateProjectMemberConflict) String() string + type CreateProjectMemberCreated struct + Location string + func NewCreateProjectMemberCreated() *CreateProjectMemberCreated + func (o *CreateProjectMemberCreated) Error() string + func (o *CreateProjectMemberCreated) IsClientError() bool + func (o *CreateProjectMemberCreated) IsCode(code int) bool + func (o *CreateProjectMemberCreated) IsRedirect() bool + func (o *CreateProjectMemberCreated) IsServerError() bool + func (o *CreateProjectMemberCreated) IsSuccess() bool + func (o *CreateProjectMemberCreated) String() string + type CreateProjectMemberForbidden struct + Payload *models.Errors + XRequestID string + func NewCreateProjectMemberForbidden() *CreateProjectMemberForbidden + func (o *CreateProjectMemberForbidden) Error() string + func (o *CreateProjectMemberForbidden) GetPayload() *models.Errors + func (o *CreateProjectMemberForbidden) IsClientError() bool + func (o *CreateProjectMemberForbidden) IsCode(code int) bool + func (o *CreateProjectMemberForbidden) IsRedirect() bool + func (o *CreateProjectMemberForbidden) IsServerError() bool + func (o *CreateProjectMemberForbidden) IsSuccess() bool + func (o *CreateProjectMemberForbidden) String() string + type CreateProjectMemberInternalServerError struct + Payload *models.Errors + XRequestID string + func NewCreateProjectMemberInternalServerError() *CreateProjectMemberInternalServerError + func (o *CreateProjectMemberInternalServerError) Error() string + func (o *CreateProjectMemberInternalServerError) GetPayload() *models.Errors + func (o *CreateProjectMemberInternalServerError) IsClientError() bool + func (o *CreateProjectMemberInternalServerError) IsCode(code int) bool + func (o *CreateProjectMemberInternalServerError) IsRedirect() bool + func (o *CreateProjectMemberInternalServerError) IsServerError() bool + func (o *CreateProjectMemberInternalServerError) IsSuccess() bool + func (o *CreateProjectMemberInternalServerError) String() string + type CreateProjectMemberParams struct + Context context.Context + HTTPClient *http.Client + ProjectMember *models.ProjectMember + ProjectNameOrID string + XIsResourceName *bool + XRequestID *string + func NewCreateProjectMemberParams() *CreateProjectMemberParams + func NewCreateProjectMemberParamsWithContext(ctx context.Context) *CreateProjectMemberParams + func NewCreateProjectMemberParamsWithHTTPClient(client *http.Client) *CreateProjectMemberParams + func NewCreateProjectMemberParamsWithTimeout(timeout time.Duration) *CreateProjectMemberParams + func (o *CreateProjectMemberParams) SetContext(ctx context.Context) + func (o *CreateProjectMemberParams) SetDefaults() + func (o *CreateProjectMemberParams) SetHTTPClient(client *http.Client) + func (o *CreateProjectMemberParams) SetProjectMember(projectMember *models.ProjectMember) + func (o *CreateProjectMemberParams) SetProjectNameOrID(projectNameOrID string) + func (o *CreateProjectMemberParams) SetTimeout(timeout time.Duration) + func (o *CreateProjectMemberParams) SetXIsResourceName(xIsResourceName *bool) + func (o *CreateProjectMemberParams) SetXRequestID(xRequestID *string) + func (o *CreateProjectMemberParams) WithContext(ctx context.Context) *CreateProjectMemberParams + func (o *CreateProjectMemberParams) WithDefaults() *CreateProjectMemberParams + func (o *CreateProjectMemberParams) WithHTTPClient(client *http.Client) *CreateProjectMemberParams + func (o *CreateProjectMemberParams) WithProjectMember(projectMember *models.ProjectMember) *CreateProjectMemberParams + func (o *CreateProjectMemberParams) WithProjectNameOrID(projectNameOrID string) *CreateProjectMemberParams + func (o *CreateProjectMemberParams) WithTimeout(timeout time.Duration) *CreateProjectMemberParams + func (o *CreateProjectMemberParams) WithXIsResourceName(xIsResourceName *bool) *CreateProjectMemberParams + func (o *CreateProjectMemberParams) WithXRequestID(xRequestID *string) *CreateProjectMemberParams + func (o *CreateProjectMemberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateProjectMemberReader struct + func (o *CreateProjectMemberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateProjectMemberUnauthorized struct + Payload *models.Errors + XRequestID string + func NewCreateProjectMemberUnauthorized() *CreateProjectMemberUnauthorized + func (o *CreateProjectMemberUnauthorized) Error() string + func (o *CreateProjectMemberUnauthorized) GetPayload() *models.Errors + func (o *CreateProjectMemberUnauthorized) IsClientError() bool + func (o *CreateProjectMemberUnauthorized) IsCode(code int) bool + func (o *CreateProjectMemberUnauthorized) IsRedirect() bool + func (o *CreateProjectMemberUnauthorized) IsServerError() bool + func (o *CreateProjectMemberUnauthorized) IsSuccess() bool + func (o *CreateProjectMemberUnauthorized) String() string + type DeleteProjectMemberBadRequest struct + Payload *models.Errors + XRequestID string + func NewDeleteProjectMemberBadRequest() *DeleteProjectMemberBadRequest + func (o *DeleteProjectMemberBadRequest) Error() string + func (o *DeleteProjectMemberBadRequest) GetPayload() *models.Errors + func (o *DeleteProjectMemberBadRequest) IsClientError() bool + func (o *DeleteProjectMemberBadRequest) IsCode(code int) bool + func (o *DeleteProjectMemberBadRequest) IsRedirect() bool + func (o *DeleteProjectMemberBadRequest) IsServerError() bool + func (o *DeleteProjectMemberBadRequest) IsSuccess() bool + func (o *DeleteProjectMemberBadRequest) String() string + type DeleteProjectMemberForbidden struct + Payload *models.Errors + XRequestID string + func NewDeleteProjectMemberForbidden() *DeleteProjectMemberForbidden + func (o *DeleteProjectMemberForbidden) Error() string + func (o *DeleteProjectMemberForbidden) GetPayload() *models.Errors + func (o *DeleteProjectMemberForbidden) IsClientError() bool + func (o *DeleteProjectMemberForbidden) IsCode(code int) bool + func (o *DeleteProjectMemberForbidden) IsRedirect() bool + func (o *DeleteProjectMemberForbidden) IsServerError() bool + func (o *DeleteProjectMemberForbidden) IsSuccess() bool + func (o *DeleteProjectMemberForbidden) String() string + type DeleteProjectMemberInternalServerError struct + Payload *models.Errors + XRequestID string + func NewDeleteProjectMemberInternalServerError() *DeleteProjectMemberInternalServerError + func (o *DeleteProjectMemberInternalServerError) Error() string + func (o *DeleteProjectMemberInternalServerError) GetPayload() *models.Errors + func (o *DeleteProjectMemberInternalServerError) IsClientError() bool + func (o *DeleteProjectMemberInternalServerError) IsCode(code int) bool + func (o *DeleteProjectMemberInternalServerError) IsRedirect() bool + func (o *DeleteProjectMemberInternalServerError) IsServerError() bool + func (o *DeleteProjectMemberInternalServerError) IsSuccess() bool + func (o *DeleteProjectMemberInternalServerError) String() string + type DeleteProjectMemberOK struct + XRequestID string + func NewDeleteProjectMemberOK() *DeleteProjectMemberOK + func (o *DeleteProjectMemberOK) Error() string + func (o *DeleteProjectMemberOK) IsClientError() bool + func (o *DeleteProjectMemberOK) IsCode(code int) bool + func (o *DeleteProjectMemberOK) IsRedirect() bool + func (o *DeleteProjectMemberOK) IsServerError() bool + func (o *DeleteProjectMemberOK) IsSuccess() bool + func (o *DeleteProjectMemberOK) String() string + type DeleteProjectMemberParams struct + Context context.Context + HTTPClient *http.Client + Mid int64 + ProjectNameOrID string + XIsResourceName *bool + XRequestID *string + func NewDeleteProjectMemberParams() *DeleteProjectMemberParams + func NewDeleteProjectMemberParamsWithContext(ctx context.Context) *DeleteProjectMemberParams + func NewDeleteProjectMemberParamsWithHTTPClient(client *http.Client) *DeleteProjectMemberParams + func NewDeleteProjectMemberParamsWithTimeout(timeout time.Duration) *DeleteProjectMemberParams + func (o *DeleteProjectMemberParams) SetContext(ctx context.Context) + func (o *DeleteProjectMemberParams) SetDefaults() + func (o *DeleteProjectMemberParams) SetHTTPClient(client *http.Client) + func (o *DeleteProjectMemberParams) SetMid(mid int64) + func (o *DeleteProjectMemberParams) SetProjectNameOrID(projectNameOrID string) + func (o *DeleteProjectMemberParams) SetTimeout(timeout time.Duration) + func (o *DeleteProjectMemberParams) SetXIsResourceName(xIsResourceName *bool) + func (o *DeleteProjectMemberParams) SetXRequestID(xRequestID *string) + func (o *DeleteProjectMemberParams) WithContext(ctx context.Context) *DeleteProjectMemberParams + func (o *DeleteProjectMemberParams) WithDefaults() *DeleteProjectMemberParams + func (o *DeleteProjectMemberParams) WithHTTPClient(client *http.Client) *DeleteProjectMemberParams + func (o *DeleteProjectMemberParams) WithMid(mid int64) *DeleteProjectMemberParams + func (o *DeleteProjectMemberParams) WithProjectNameOrID(projectNameOrID string) *DeleteProjectMemberParams + func (o *DeleteProjectMemberParams) WithTimeout(timeout time.Duration) *DeleteProjectMemberParams + func (o *DeleteProjectMemberParams) WithXIsResourceName(xIsResourceName *bool) *DeleteProjectMemberParams + func (o *DeleteProjectMemberParams) WithXRequestID(xRequestID *string) *DeleteProjectMemberParams + func (o *DeleteProjectMemberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteProjectMemberReader struct + func (o *DeleteProjectMemberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteProjectMemberUnauthorized struct + Payload *models.Errors + XRequestID string + func NewDeleteProjectMemberUnauthorized() *DeleteProjectMemberUnauthorized + func (o *DeleteProjectMemberUnauthorized) Error() string + func (o *DeleteProjectMemberUnauthorized) GetPayload() *models.Errors + func (o *DeleteProjectMemberUnauthorized) IsClientError() bool + func (o *DeleteProjectMemberUnauthorized) IsCode(code int) bool + func (o *DeleteProjectMemberUnauthorized) IsRedirect() bool + func (o *DeleteProjectMemberUnauthorized) IsServerError() bool + func (o *DeleteProjectMemberUnauthorized) IsSuccess() bool + func (o *DeleteProjectMemberUnauthorized) String() string + type GetProjectMemberBadRequest struct + Payload *models.Errors + XRequestID string + func NewGetProjectMemberBadRequest() *GetProjectMemberBadRequest + func (o *GetProjectMemberBadRequest) Error() string + func (o *GetProjectMemberBadRequest) GetPayload() *models.Errors + func (o *GetProjectMemberBadRequest) IsClientError() bool + func (o *GetProjectMemberBadRequest) IsCode(code int) bool + func (o *GetProjectMemberBadRequest) IsRedirect() bool + func (o *GetProjectMemberBadRequest) IsServerError() bool + func (o *GetProjectMemberBadRequest) IsSuccess() bool + func (o *GetProjectMemberBadRequest) String() string + type GetProjectMemberForbidden struct + Payload *models.Errors + XRequestID string + func NewGetProjectMemberForbidden() *GetProjectMemberForbidden + func (o *GetProjectMemberForbidden) Error() string + func (o *GetProjectMemberForbidden) GetPayload() *models.Errors + func (o *GetProjectMemberForbidden) IsClientError() bool + func (o *GetProjectMemberForbidden) IsCode(code int) bool + func (o *GetProjectMemberForbidden) IsRedirect() bool + func (o *GetProjectMemberForbidden) IsServerError() bool + func (o *GetProjectMemberForbidden) IsSuccess() bool + func (o *GetProjectMemberForbidden) String() string + type GetProjectMemberInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetProjectMemberInternalServerError() *GetProjectMemberInternalServerError + func (o *GetProjectMemberInternalServerError) Error() string + func (o *GetProjectMemberInternalServerError) GetPayload() *models.Errors + func (o *GetProjectMemberInternalServerError) IsClientError() bool + func (o *GetProjectMemberInternalServerError) IsCode(code int) bool + func (o *GetProjectMemberInternalServerError) IsRedirect() bool + func (o *GetProjectMemberInternalServerError) IsServerError() bool + func (o *GetProjectMemberInternalServerError) IsSuccess() bool + func (o *GetProjectMemberInternalServerError) String() string + type GetProjectMemberNotFound struct + Payload *models.Errors + XRequestID string + func NewGetProjectMemberNotFound() *GetProjectMemberNotFound + func (o *GetProjectMemberNotFound) Error() string + func (o *GetProjectMemberNotFound) GetPayload() *models.Errors + func (o *GetProjectMemberNotFound) IsClientError() bool + func (o *GetProjectMemberNotFound) IsCode(code int) bool + func (o *GetProjectMemberNotFound) IsRedirect() bool + func (o *GetProjectMemberNotFound) IsServerError() bool + func (o *GetProjectMemberNotFound) IsSuccess() bool + func (o *GetProjectMemberNotFound) String() string + type GetProjectMemberOK struct + Payload *models.ProjectMemberEntity + func NewGetProjectMemberOK() *GetProjectMemberOK + func (o *GetProjectMemberOK) Error() string + func (o *GetProjectMemberOK) GetPayload() *models.ProjectMemberEntity + func (o *GetProjectMemberOK) IsClientError() bool + func (o *GetProjectMemberOK) IsCode(code int) bool + func (o *GetProjectMemberOK) IsRedirect() bool + func (o *GetProjectMemberOK) IsServerError() bool + func (o *GetProjectMemberOK) IsSuccess() bool + func (o *GetProjectMemberOK) String() string + type GetProjectMemberParams struct + Context context.Context + HTTPClient *http.Client + Mid int64 + ProjectNameOrID string + XIsResourceName *bool + XRequestID *string + func NewGetProjectMemberParams() *GetProjectMemberParams + func NewGetProjectMemberParamsWithContext(ctx context.Context) *GetProjectMemberParams + func NewGetProjectMemberParamsWithHTTPClient(client *http.Client) *GetProjectMemberParams + func NewGetProjectMemberParamsWithTimeout(timeout time.Duration) *GetProjectMemberParams + func (o *GetProjectMemberParams) SetContext(ctx context.Context) + func (o *GetProjectMemberParams) SetDefaults() + func (o *GetProjectMemberParams) SetHTTPClient(client *http.Client) + func (o *GetProjectMemberParams) SetMid(mid int64) + func (o *GetProjectMemberParams) SetProjectNameOrID(projectNameOrID string) + func (o *GetProjectMemberParams) SetTimeout(timeout time.Duration) + func (o *GetProjectMemberParams) SetXIsResourceName(xIsResourceName *bool) + func (o *GetProjectMemberParams) SetXRequestID(xRequestID *string) + func (o *GetProjectMemberParams) WithContext(ctx context.Context) *GetProjectMemberParams + func (o *GetProjectMemberParams) WithDefaults() *GetProjectMemberParams + func (o *GetProjectMemberParams) WithHTTPClient(client *http.Client) *GetProjectMemberParams + func (o *GetProjectMemberParams) WithMid(mid int64) *GetProjectMemberParams + func (o *GetProjectMemberParams) WithProjectNameOrID(projectNameOrID string) *GetProjectMemberParams + func (o *GetProjectMemberParams) WithTimeout(timeout time.Duration) *GetProjectMemberParams + func (o *GetProjectMemberParams) WithXIsResourceName(xIsResourceName *bool) *GetProjectMemberParams + func (o *GetProjectMemberParams) WithXRequestID(xRequestID *string) *GetProjectMemberParams + func (o *GetProjectMemberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetProjectMemberReader struct + func (o *GetProjectMemberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetProjectMemberUnauthorized struct + Payload *models.Errors + XRequestID string + func NewGetProjectMemberUnauthorized() *GetProjectMemberUnauthorized + func (o *GetProjectMemberUnauthorized) Error() string + func (o *GetProjectMemberUnauthorized) GetPayload() *models.Errors + func (o *GetProjectMemberUnauthorized) IsClientError() bool + func (o *GetProjectMemberUnauthorized) IsCode(code int) bool + func (o *GetProjectMemberUnauthorized) IsRedirect() bool + func (o *GetProjectMemberUnauthorized) IsServerError() bool + func (o *GetProjectMemberUnauthorized) IsSuccess() bool + func (o *GetProjectMemberUnauthorized) String() string + type ListProjectMembersBadRequest struct + Payload *models.Errors + XRequestID string + func NewListProjectMembersBadRequest() *ListProjectMembersBadRequest + func (o *ListProjectMembersBadRequest) Error() string + func (o *ListProjectMembersBadRequest) GetPayload() *models.Errors + func (o *ListProjectMembersBadRequest) IsClientError() bool + func (o *ListProjectMembersBadRequest) IsCode(code int) bool + func (o *ListProjectMembersBadRequest) IsRedirect() bool + func (o *ListProjectMembersBadRequest) IsServerError() bool + func (o *ListProjectMembersBadRequest) IsSuccess() bool + func (o *ListProjectMembersBadRequest) String() string + type ListProjectMembersForbidden struct + Payload *models.Errors + XRequestID string + func NewListProjectMembersForbidden() *ListProjectMembersForbidden + func (o *ListProjectMembersForbidden) Error() string + func (o *ListProjectMembersForbidden) GetPayload() *models.Errors + func (o *ListProjectMembersForbidden) IsClientError() bool + func (o *ListProjectMembersForbidden) IsCode(code int) bool + func (o *ListProjectMembersForbidden) IsRedirect() bool + func (o *ListProjectMembersForbidden) IsServerError() bool + func (o *ListProjectMembersForbidden) IsSuccess() bool + func (o *ListProjectMembersForbidden) String() string + type ListProjectMembersInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListProjectMembersInternalServerError() *ListProjectMembersInternalServerError + func (o *ListProjectMembersInternalServerError) Error() string + func (o *ListProjectMembersInternalServerError) GetPayload() *models.Errors + func (o *ListProjectMembersInternalServerError) IsClientError() bool + func (o *ListProjectMembersInternalServerError) IsCode(code int) bool + func (o *ListProjectMembersInternalServerError) IsRedirect() bool + func (o *ListProjectMembersInternalServerError) IsServerError() bool + func (o *ListProjectMembersInternalServerError) IsSuccess() bool + func (o *ListProjectMembersInternalServerError) String() string + type ListProjectMembersNotFound struct + Payload *models.Errors + XRequestID string + func NewListProjectMembersNotFound() *ListProjectMembersNotFound + func (o *ListProjectMembersNotFound) Error() string + func (o *ListProjectMembersNotFound) GetPayload() *models.Errors + func (o *ListProjectMembersNotFound) IsClientError() bool + func (o *ListProjectMembersNotFound) IsCode(code int) bool + func (o *ListProjectMembersNotFound) IsRedirect() bool + func (o *ListProjectMembersNotFound) IsServerError() bool + func (o *ListProjectMembersNotFound) IsSuccess() bool + func (o *ListProjectMembersNotFound) String() string + type ListProjectMembersOK struct + Link string + Payload []*models.ProjectMemberEntity + XTotalCount int64 + func NewListProjectMembersOK() *ListProjectMembersOK + func (o *ListProjectMembersOK) Error() string + func (o *ListProjectMembersOK) GetPayload() []*models.ProjectMemberEntity + func (o *ListProjectMembersOK) IsClientError() bool + func (o *ListProjectMembersOK) IsCode(code int) bool + func (o *ListProjectMembersOK) IsRedirect() bool + func (o *ListProjectMembersOK) IsServerError() bool + func (o *ListProjectMembersOK) IsSuccess() bool + func (o *ListProjectMembersOK) String() string + type ListProjectMembersParams struct + Context context.Context + Entityname *string + HTTPClient *http.Client + Page *int64 + PageSize *int64 + ProjectNameOrID string + XIsResourceName *bool + XRequestID *string + func NewListProjectMembersParams() *ListProjectMembersParams + func NewListProjectMembersParamsWithContext(ctx context.Context) *ListProjectMembersParams + func NewListProjectMembersParamsWithHTTPClient(client *http.Client) *ListProjectMembersParams + func NewListProjectMembersParamsWithTimeout(timeout time.Duration) *ListProjectMembersParams + func (o *ListProjectMembersParams) SetContext(ctx context.Context) + func (o *ListProjectMembersParams) SetDefaults() + func (o *ListProjectMembersParams) SetEntityname(entityname *string) + func (o *ListProjectMembersParams) SetHTTPClient(client *http.Client) + func (o *ListProjectMembersParams) SetPage(page *int64) + func (o *ListProjectMembersParams) SetPageSize(pageSize *int64) + func (o *ListProjectMembersParams) SetProjectNameOrID(projectNameOrID string) + func (o *ListProjectMembersParams) SetTimeout(timeout time.Duration) + func (o *ListProjectMembersParams) SetXIsResourceName(xIsResourceName *bool) + func (o *ListProjectMembersParams) SetXRequestID(xRequestID *string) + func (o *ListProjectMembersParams) WithContext(ctx context.Context) *ListProjectMembersParams + func (o *ListProjectMembersParams) WithDefaults() *ListProjectMembersParams + func (o *ListProjectMembersParams) WithEntityname(entityname *string) *ListProjectMembersParams + func (o *ListProjectMembersParams) WithHTTPClient(client *http.Client) *ListProjectMembersParams + func (o *ListProjectMembersParams) WithPage(page *int64) *ListProjectMembersParams + func (o *ListProjectMembersParams) WithPageSize(pageSize *int64) *ListProjectMembersParams + func (o *ListProjectMembersParams) WithProjectNameOrID(projectNameOrID string) *ListProjectMembersParams + func (o *ListProjectMembersParams) WithTimeout(timeout time.Duration) *ListProjectMembersParams + func (o *ListProjectMembersParams) WithXIsResourceName(xIsResourceName *bool) *ListProjectMembersParams + func (o *ListProjectMembersParams) WithXRequestID(xRequestID *string) *ListProjectMembersParams + func (o *ListProjectMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListProjectMembersReader struct + func (o *ListProjectMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListProjectMembersUnauthorized struct + Payload *models.Errors + XRequestID string + func NewListProjectMembersUnauthorized() *ListProjectMembersUnauthorized + func (o *ListProjectMembersUnauthorized) Error() string + func (o *ListProjectMembersUnauthorized) GetPayload() *models.Errors + func (o *ListProjectMembersUnauthorized) IsClientError() bool + func (o *ListProjectMembersUnauthorized) IsCode(code int) bool + func (o *ListProjectMembersUnauthorized) IsRedirect() bool + func (o *ListProjectMembersUnauthorized) IsServerError() bool + func (o *ListProjectMembersUnauthorized) IsSuccess() bool + func (o *ListProjectMembersUnauthorized) String() string + type UpdateProjectMemberBadRequest struct + Payload *models.Errors + XRequestID string + func NewUpdateProjectMemberBadRequest() *UpdateProjectMemberBadRequest + func (o *UpdateProjectMemberBadRequest) Error() string + func (o *UpdateProjectMemberBadRequest) GetPayload() *models.Errors + func (o *UpdateProjectMemberBadRequest) IsClientError() bool + func (o *UpdateProjectMemberBadRequest) IsCode(code int) bool + func (o *UpdateProjectMemberBadRequest) IsRedirect() bool + func (o *UpdateProjectMemberBadRequest) IsServerError() bool + func (o *UpdateProjectMemberBadRequest) IsSuccess() bool + func (o *UpdateProjectMemberBadRequest) String() string + type UpdateProjectMemberForbidden struct + Payload *models.Errors + XRequestID string + func NewUpdateProjectMemberForbidden() *UpdateProjectMemberForbidden + func (o *UpdateProjectMemberForbidden) Error() string + func (o *UpdateProjectMemberForbidden) GetPayload() *models.Errors + func (o *UpdateProjectMemberForbidden) IsClientError() bool + func (o *UpdateProjectMemberForbidden) IsCode(code int) bool + func (o *UpdateProjectMemberForbidden) IsRedirect() bool + func (o *UpdateProjectMemberForbidden) IsServerError() bool + func (o *UpdateProjectMemberForbidden) IsSuccess() bool + func (o *UpdateProjectMemberForbidden) String() string + type UpdateProjectMemberInternalServerError struct + Payload *models.Errors + XRequestID string + func NewUpdateProjectMemberInternalServerError() *UpdateProjectMemberInternalServerError + func (o *UpdateProjectMemberInternalServerError) Error() string + func (o *UpdateProjectMemberInternalServerError) GetPayload() *models.Errors + func (o *UpdateProjectMemberInternalServerError) IsClientError() bool + func (o *UpdateProjectMemberInternalServerError) IsCode(code int) bool + func (o *UpdateProjectMemberInternalServerError) IsRedirect() bool + func (o *UpdateProjectMemberInternalServerError) IsServerError() bool + func (o *UpdateProjectMemberInternalServerError) IsSuccess() bool + func (o *UpdateProjectMemberInternalServerError) String() string + type UpdateProjectMemberNotFound struct + Payload *models.Errors + XRequestID string + func NewUpdateProjectMemberNotFound() *UpdateProjectMemberNotFound + func (o *UpdateProjectMemberNotFound) Error() string + func (o *UpdateProjectMemberNotFound) GetPayload() *models.Errors + func (o *UpdateProjectMemberNotFound) IsClientError() bool + func (o *UpdateProjectMemberNotFound) IsCode(code int) bool + func (o *UpdateProjectMemberNotFound) IsRedirect() bool + func (o *UpdateProjectMemberNotFound) IsServerError() bool + func (o *UpdateProjectMemberNotFound) IsSuccess() bool + func (o *UpdateProjectMemberNotFound) String() string + type UpdateProjectMemberOK struct + XRequestID string + func NewUpdateProjectMemberOK() *UpdateProjectMemberOK + func (o *UpdateProjectMemberOK) Error() string + func (o *UpdateProjectMemberOK) IsClientError() bool + func (o *UpdateProjectMemberOK) IsCode(code int) bool + func (o *UpdateProjectMemberOK) IsRedirect() bool + func (o *UpdateProjectMemberOK) IsServerError() bool + func (o *UpdateProjectMemberOK) IsSuccess() bool + func (o *UpdateProjectMemberOK) String() string + type UpdateProjectMemberParams struct + Context context.Context + HTTPClient *http.Client + Mid int64 + ProjectNameOrID string + Role *models.RoleRequest + XIsResourceName *bool + XRequestID *string + func NewUpdateProjectMemberParams() *UpdateProjectMemberParams + func NewUpdateProjectMemberParamsWithContext(ctx context.Context) *UpdateProjectMemberParams + func NewUpdateProjectMemberParamsWithHTTPClient(client *http.Client) *UpdateProjectMemberParams + func NewUpdateProjectMemberParamsWithTimeout(timeout time.Duration) *UpdateProjectMemberParams + func (o *UpdateProjectMemberParams) SetContext(ctx context.Context) + func (o *UpdateProjectMemberParams) SetDefaults() + func (o *UpdateProjectMemberParams) SetHTTPClient(client *http.Client) + func (o *UpdateProjectMemberParams) SetMid(mid int64) + func (o *UpdateProjectMemberParams) SetProjectNameOrID(projectNameOrID string) + func (o *UpdateProjectMemberParams) SetRole(role *models.RoleRequest) + func (o *UpdateProjectMemberParams) SetTimeout(timeout time.Duration) + func (o *UpdateProjectMemberParams) SetXIsResourceName(xIsResourceName *bool) + func (o *UpdateProjectMemberParams) SetXRequestID(xRequestID *string) + func (o *UpdateProjectMemberParams) WithContext(ctx context.Context) *UpdateProjectMemberParams + func (o *UpdateProjectMemberParams) WithDefaults() *UpdateProjectMemberParams + func (o *UpdateProjectMemberParams) WithHTTPClient(client *http.Client) *UpdateProjectMemberParams + func (o *UpdateProjectMemberParams) WithMid(mid int64) *UpdateProjectMemberParams + func (o *UpdateProjectMemberParams) WithProjectNameOrID(projectNameOrID string) *UpdateProjectMemberParams + func (o *UpdateProjectMemberParams) WithRole(role *models.RoleRequest) *UpdateProjectMemberParams + func (o *UpdateProjectMemberParams) WithTimeout(timeout time.Duration) *UpdateProjectMemberParams + func (o *UpdateProjectMemberParams) WithXIsResourceName(xIsResourceName *bool) *UpdateProjectMemberParams + func (o *UpdateProjectMemberParams) WithXRequestID(xRequestID *string) *UpdateProjectMemberParams + func (o *UpdateProjectMemberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateProjectMemberReader struct + func (o *UpdateProjectMemberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateProjectMemberUnauthorized struct + Payload *models.Errors + XRequestID string + func NewUpdateProjectMemberUnauthorized() *UpdateProjectMemberUnauthorized + func (o *UpdateProjectMemberUnauthorized) Error() string + func (o *UpdateProjectMemberUnauthorized) GetPayload() *models.Errors + func (o *UpdateProjectMemberUnauthorized) IsClientError() bool + func (o *UpdateProjectMemberUnauthorized) IsCode(code int) bool + func (o *UpdateProjectMemberUnauthorized) IsRedirect() bool + func (o *UpdateProjectMemberUnauthorized) IsServerError() bool + func (o *UpdateProjectMemberUnauthorized) IsSuccess() bool + func (o *UpdateProjectMemberUnauthorized) String() string