GoogleApi.ContentWarehouse.V1.Model.ImageSearchUnindexedImageLink
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
-
amarnaStatus
(type:GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAmarnaStatus
, default:nil
)
- Insight on why we do not have data for this imagelink. -
crawlStatusInfo
(type:GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryCrawlStatusInfo
, default:nil
)
- Fields for crawl-status-related debugging information. -
url
(type:String.t
, default:nil
)
- The image URL.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageSearchUnindexedImageLink{
amarnaStatus: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAmarnaStatus.t() | nil,
crawlStatusInfo: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryCrawlStatusInfo.t() | nil,
url: String.t() | nil
}
amarnaStatus: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAmarnaStatus.t() | nil,
crawlStatusInfo: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryCrawlStatusInfo.t() | nil,
url: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageSearchUnindexedImageLink