Show / Hide Table of Contents

Class MemberRelation

Message representing a transitive membership of a group.

Inheritance
System.Object
MemberRelation
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 MemberRelation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Member

Resource name for this member.

Declaration
[JsonProperty("member")]
public virtual string Member { get; set; }
Property Value
Type Description
System.String

PreferredMemberKey

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("preferredMemberKey")]
public virtual IList<EntityKey> PreferredMemberKey { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<EntityKey>

RelationType

The relation between the group and the transitive member.

Declaration
[JsonProperty("relationType")]
public virtual string RelationType { get; set; }
Property Value
Type Description
System.String

Roles

The membership role details (i.e name of role and expiry time).

Declaration
[JsonProperty("roles")]
public virtual IList<TransitiveMembershipRole> Roles { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<TransitiveMembershipRole>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top