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

Attributes

  • imageLinkSelectionInfo (type: GoogleApi.ContentWarehouse.V1.Model.ImageMustangImageLinkSelectionInfo.t, default: nil) - Image Selection Info.
  • url (type: String.t, default: nil) - The image URL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageSearchImageSelectionInfo{
  imageLinkSelectionInfo:
    GoogleApi.ContentWarehouse.V1.Model.ImageMustangImageLinkSelectionInfo.t()
    | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.