Table of Contents

Class UserPhoto

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

JSON template for Photo object in Directory API.

public class UserPhoto : IDirectResponseSchema
Inheritance
UserPhoto
Implements
IDirectResponseSchema
Inherited Members

Constructors

UserPhoto()

public UserPhoto()

Properties

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Height

Height in pixels of the photo

public virtual int? Height { get; set; }

Property Value

int?

Id

Unique identifier of User (Read-only)

public virtual string Id { get; set; }

Property Value

string

Kind

Kind of resource this is.

public virtual string Kind { get; set; }

Property Value

string

MimeType

Mime Type of the photo

public virtual string MimeType { get; set; }

Property Value

string

PhotoData

Base64 encoded photo data

public virtual string PhotoData { get; set; }

Property Value

string

PrimaryEmail

Primary email of User (Read-only)

public virtual string PrimaryEmail { get; set; }

Property Value

string

Width

Width in pixels of the photo

public virtual int? Width { get; set; }

Property Value

int?