Show / Hide Table of Contents

Class GetMembershipGraphResponse

The response message for MembershipsService.GetMembershipGraph.

Inheritance
object
GetMembershipGraphResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.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
IList<MembershipAdjacencyList>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
IList<Group>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX