WWWDocInfoRelatedImages

GoogleApi.ContentWarehouse.V1.Model.WWWDocInfoRelatedImages


Table of Contents ▼

Jump to a specific part of the page:

Description

Return related images.

Attributes List

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

View Attributes

Attributes

  1. imageDocid (type: String.t, default: nil)
    -
  2. thumbHeight (type: integer(), default: nil)
    -
  3. thumbType (type: String.t, default: nil)
    -
  4. thumbWidth (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.WWWDocInfoRelatedImages{
imageDocid: String.t() | nil,
thumbHeight: integer() | nil,
thumbType: String.t() | nil,
thumbWidth: integer() | nil
}

Function

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

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