Table of Contents

Class UserAbout

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

JSON template for About (notes) of a user in Directory API.

public class UserAbout : IDirectResponseSchema
Inheritance
UserAbout
Implements
IDirectResponseSchema
Inherited Members

Constructors

UserAbout()

public UserAbout()

Properties

ContentType

About entry can have a type which indicates the content type. It can either be plain or html. By default, notes contents are assumed to contain plain text.

public virtual string ContentType { get; set; }

Property Value

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Value

Actual value of notes.

public virtual string Value { get; set; }

Property Value

string