Class UserPhoto
- 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
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
Kind
Kind of resource this is.
public virtual string Kind { get; set; }
Property Value
MimeType
Mime Type of the photo
public virtual string MimeType { get; set; }
Property Value
PhotoData
Base64 encoded photo data
public virtual string PhotoData { get; set; }
Property Value
PrimaryEmail
Primary email of User (Read-only)
public virtual string PrimaryEmail { get; set; }
Property Value
Width
Width in pixels of the photo
public virtual int? Width { get; set; }
Property Value
- int?