View Source GoogleApi.CloudIdentity.V1.Model.GetMembershipGraphResponse (google_api_cloud_identity v0.31.0)

The response message for MembershipsService.GetMembershipGraph.

Attributes

  • adjacencyList (type: list(GoogleApi.CloudIdentity.V1.Model.MembershipAdjacencyList.t), default: nil) - The membership graph's path information represented as an adjacency list.
  • groups (type: list(GoogleApi.CloudIdentity.V1.Model.Group.t), default: nil) - The resources representing each group in the adjacency list. Each group in this list can be correlated to a 'group' of the MembershipAdjacencyList using the 'name' of the Group resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudIdentity.V1.Model.GetMembershipGraphResponse{
  adjacencyList:
    [GoogleApi.CloudIdentity.V1.Model.MembershipAdjacencyList.t()] | nil,
  groups: [GoogleApi.CloudIdentity.V1.Model.Group.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.