Class GoogleAppsScriptTypeUser
A simple user profile resource.
Implements
Inherited Members
Namespace: Google.Apis.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class GoogleAppsScriptTypeUser : IDirectResponseSchema
Properties
Domain
The user's domain.
Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
The user's identifying email address.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The user's display name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PhotoUrl
The user's photo.
Declaration
[JsonProperty("photoUrl")]
public virtual string PhotoUrl { get; set; }
Property Value
Type | Description |
---|---|
string |