Table of Contents

Class UserRelation

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
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

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

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

string

Value

The name of the relation.

public virtual string Value { get; set; }

Property Value

string