# Functions
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewRemoveOrganizationMemberRequest calls the generic RemoveOrganizationMember builder with application/json body.
NewRemoveOrganizationMemberRequestWithBody generates requests for RemoveOrganizationMember with any type of body.
NewRetrieveOrganizationInformationRequest generates requests for RetrieveOrganizationInformation.
NewUpdateOrganizationInformationRequest calls the generic UpdateOrganizationInformation builder with application/json body.
NewUpdateOrganizationInformationRequestWithBody generates requests for UpdateOrganizationInformation with any type of body.
ParseRemoveOrganizationMemberResponse parses an HTTP response from a RemoveOrganizationMemberWithResponse call.
ParseRetrieveOrganizationInformationResponse parses an HTTP response from a RetrieveOrganizationInformationWithResponse call.
ParseUpdateOrganizationInformationResponse parses an HTTP response from a UpdateOrganizationInformationWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
# Structs
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
ErrorResponseModel defines model for ErrorResponseModel.
GetOrganizationResponseModel defines model for GetOrganizationResponseModel.
OrganizationFields defines model for OrganizationFields.
OrganizationUserResponseModel defines model for OrganizationUserResponseModel.
RbacRoleField defines model for RbacRoleField.
RemoveMemberFromOrganizationResponseModel defines model for RemoveMemberFromOrganizationResponseModel.
RemoveMemberPayload defines model for RemoveMemberPayload.
No description provided by the author
No description provided by the author
No description provided by the author
UpdateOrganizationPayload defines model for UpdateOrganizationPayload.
UpdateOrganizationResponseModel defines model for UpdateOrganizationResponseModel.
# Interfaces
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.
# Type aliases
ClientOption allows setting custom parameters during construction.
RemoveOrganizationMemberJSONRequestBody defines body for RemoveOrganizationMember for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.
UpdateOrganizationInformationJSONRequestBody defines body for UpdateOrganizationInformation for application/json ContentType.