Class GetMembershipGraphResponse
The response message for MembershipsService.GetMembershipGraph.
Inheritance
System.Object
GetMembershipGraphResponse
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class GetMembershipGraphResponse : IDirectResponseSchema
Properties
AdjacencyList
The membership graph's path information represented as an adjacency list.
Declaration
[JsonProperty("adjacencyList")]
public virtual IList<MembershipAdjacencyList> AdjacencyList { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<MembershipAdjacencyList> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Groups
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.
Declaration
[JsonProperty("groups")]
public virtual IList<Group> Groups { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Group> |
Implements
Google.Apis.Requests.IDirectResponseSchema