pub async fn users_owners_retrieve(
configuration: &Configuration,
id: i32,
) -> Result<Owner, Error<UsersOwnersRetrieveError>>Expand description
Get a owner object.
pub async fn users_owners_retrieve(
configuration: &Configuration,
id: i32,
) -> Result<Owner, Error<UsersOwnersRetrieveError>>Get a owner object.