View Source GoogleApi.CloudIdentity.V1.Model.MembershipAdjacencyList (google_api_cloud_identity v0.32.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudIdentity.V1.Model.MembershipAdjacencyList{
  edges: [GoogleApi.CloudIdentity.V1.Model.Membership.t()] | nil,
  group: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.