google_api_admin v0.18.0 GoogleApi.Admin.Directory_v1.Model.UserPhoto View Source

JSON template for Photo object in Directory API.

Attributes

  • etag (type: String.t, default: nil) - ETag of the resource.
  • height (type: integer(), default: nil) - Height in pixels of the photo
  • id (type: String.t, default: nil) - Unique identifier of User (Read-only)
  • kind (type: String.t, default: admin#directory#user#photo) - Kind of resource this is.
  • mimeType (type: String.t, default: nil) - Mime Type of the photo
  • photoData (type: String.t, default: nil) - Base64 encoded photo data
  • primaryEmail (type: String.t, default: nil) - Primary email of User (Read-only)
  • width (type: integer(), default: nil) - Width in pixels of the photo

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Admin.Directory_v1.Model.UserPhoto{
  etag: String.t(),
  height: integer(),
  id: String.t(),
  kind: String.t(),
  mimeType: String.t(),
  photoData: String.t(),
  primaryEmail: String.t(),
  width: integer()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.