pub async fn get_team_membership(
    configuration: &Configuration,
    team_membership_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse20025, Error<GetTeamMembershipError>>
Expand description

Returns the complete team membership record for a single team membership.