Class UserExternalId
- 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
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Type
The type of the Id.
public virtual string Type { get; set; }
Property Value
Value
The value of the id.
public virtual string Value { get; set; }