Table of Contents

Class UserExternalId

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

JSON template for an externalId entry.

public class UserExternalId : IDirectResponseSchema
Inheritance
UserExternalId
Implements
IDirectResponseSchema
Inherited Members

Constructors

UserExternalId()

public UserExternalId()

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 type of the Id.

public virtual string Type { get; set; }

Property Value

string

Value

The value of the id.

public virtual string Value { get; set; }

Property Value

string