pub async fn users_owner_groups_retrieve(
configuration: &Configuration,
id: i32,
) -> Result<OwnerGroup, Error<UsersOwnerGroupsRetrieveError>>Expand description
Get a owner group object.
pub async fn users_owner_groups_retrieve(
configuration: &Configuration,
id: i32,
) -> Result<OwnerGroup, Error<UsersOwnerGroupsRetrieveError>>Get a owner group object.