ImageDataThumbnail

GoogleApi.ContentWarehouse.V1.Model.ImageDataThumbnail


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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.
  2. height (type: integer(), default: nil)
    -
  3. mimeType (type: String.t, default: nil)
    -
  4. size (type: integer(), default: nil)
    -
  5. type (type: String.t, default: nil)
    -
  6. width (type: integer(), default: nil)
    -

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageDataThumbnail