Class GroupRelation
Message representing a transitive group of a user or a group.
Inheritance
System.Object
GroupRelation
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 GroupRelation : IDirectResponseSchema
Properties
DisplayName
Display name for this group.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Group
Resource name for this group.
Declaration
[JsonProperty("group")]
public virtual string Group { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
GroupKey
Entity key has an id and a namespace. In case of discussion forums, the id will be an email address without a namespace.
Declaration
[JsonProperty("groupKey")]
public virtual EntityKey GroupKey { get; set; }
Property Value
| Type | Description |
|---|---|
| EntityKey |
Labels
Labels for Group resource.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<System.String, System.String> |
RelationType
The relation between the member and the transitive group.
Declaration
[JsonProperty("relationType")]
public virtual string RelationType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Roles
Membership roles of the member for the group.
Declaration
[JsonProperty("roles")]
public virtual IList<TransitiveMembershipRole> Roles { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<TransitiveMembershipRole> |
Implements
Google.Apis.Requests.IDirectResponseSchema