View Source GoogleApi.ContentWarehouse.V1.Model.ImageDataThumbnail (google_api_content_warehouse v0.4.0)

Attributes

  • expirationTimestampMicros (type: String.t, default: nil) - The thumbnail is guaranteed to be kept in the serving system until the expiration timestamp has passed, in microseconds.
  • height (type: integer(), default: nil) -
  • mimeType (type: String.t, default: nil) -
  • size (type: integer(), default: nil) -
  • type (type: String.t, default: nil) -
  • width (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageDataThumbnail{
  expirationTimestampMicros: String.t() | nil,
  height: integer() | nil,
  mimeType: String.t() | nil,
  size: integer() | nil,
  type: String.t() | nil,
  width: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.