WWWDocInfoThumbnail

GoogleApi.ContentWarehouse.V1.Model.WWWDocInfoThumbnail


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)
    -
  2. height (type: integer(), default: nil)
    -
  3. type (type: integer(), default: nil)
    - The type here corresponds to image_base::ThumbnailType defined in image/base/thumbnail-type.proto.
  4. width (type: integer(), default: nil)
    -

Type

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

Function

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

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