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

Attributes

  • amarnaStatus (type: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAmarnaStatus.t, default: nil) - Insight on why we do not have data for this imagelink.
  • crawlStatusInfo (type: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryCrawlStatusInfo.t, default: nil) - Fields for crawl-status-related debugging information.
  • 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.ImageSearchUnindexedImageLink{
  amarnaStatus:
    GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAmarnaStatus.t() | nil,
  crawlStatusInfo:
    GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryCrawlStatusInfo.t() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.