Table of Contents

Class UserWebsite

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

JSON template for a website entry.

public class UserWebsite : IDirectResponseSchema
Inheritance
UserWebsite
Implements
IDirectResponseSchema
Inherited Members

Constructors

UserWebsite()

public UserWebsite()

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

Primary

If this is user's primary website or not.

public virtual bool? Primary { get; set; }

Property Value

bool?

Type

Each entry can have a type which indicates standard types of that entry. For example website could be of home, work, blog etc. In addition to the standard type, an entry can have a custom type and can give it any name. Such types should have the CUSTOM value as type and also have a customType value.

public virtual string Type { get; set; }

Property Value

string

Value

Website.

public virtual string Value { get; set; }

Property Value

string