Voting helps other researchers find interesting modules.
Represents the summary of member counts of a roster. Used in RosterDetails. Corresponds to http://cs/symbol:google.apps.cloudidentity.groups.internal.Group.DirectMemberCountPerType
directGroupCount
String.t
nil
directUserCount
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiRosterMemberCount{ directGroupCount: String.t() | nil, directUserCount: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()