GoogleApi.ContentWarehouse.V1.Model.ImageSearchImageSelectionInfo
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):
Attributes
-
imageLinkSelectionInfo
(type:GoogleApi.ContentWarehouse.V1.Model.ImageMustangImageLinkSelectionInfo
, default:nil
)
- Image Selection Info. -
url
(type:String.t
, default:nil
)
- The image URL.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageSearchImageSelectionInfo{
imageLinkSelectionInfo: GoogleApi.ContentWarehouse.V1.Model.ImageMustangImageLinkSelectionInfo.t() | nil,
url: String.t() | nil
}
imageLinkSelectionInfo: GoogleApi.ContentWarehouse.V1.Model.ImageMustangImageLinkSelectionInfo.t() | nil,
url: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageSearchImageSelectionInfo