pub async fn get_workspace_membership(
    configuration: &Configuration,
    workspace_membership_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse20034, Error<GetWorkspaceMembershipError>>
Expand description

Returns the complete workspace record for a single workspace membership.