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

Return related images.

Attributes

  • imageDocid (type: String.t, default: nil) -
  • thumbHeight (type: integer(), default: nil) -
  • thumbType (type: String.t, default: nil) -
  • thumbWidth (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.