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

Attributes

  • expirationTimestampMicros (type: String.t, default: nil) -
  • height (type: integer(), default: nil) -
  • type (type: integer(), default: nil) - The type here corresponds to image_base::ThumbnailType defined in image/base/thumbnail-type.proto.
  • width (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.