GoogleApi.CloudIdentity.V1.Model.MembershipAdjacencyList (google_api_cloud_identity v0.23.0) View Source
Membership graph's path information as an adjacency list.
Attributes
-
edges
(type:list(GoogleApi.CloudIdentity.V1.Model.Membership.t)
, default:nil
) - Each edge contains information about the member that belongs to this group. Note: Fields returned here will help identify the specific Membership resource (e.g name, preferred_member_key and role), but may not be a comprehensive list of all fields. -
group
(type:String.t
, default:nil
) - Resource name of the group that the members belong to.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudIdentity.V1.Model.MembershipAdjacencyList{ edges: [GoogleApi.CloudIdentity.V1.Model.Membership.t()] | nil, group: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.