Class UserRelation
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for a relation entry.
public class UserRelation : IDirectResponseSchema
- Inheritance
-
UserRelation
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
UserRelation()
public UserRelation()
Properties
CustomType
Custom Type.
public virtual string CustomType { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Type
The relation of the user. Some of the possible values are mother, father, sister, brother, manager, assistant, partner.
public virtual string Type { get; set; }
Property Value
Value
The name of the relation.
public virtual string Value { get; set; }