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

Attributes

  • crawlStatusInfo (type: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryCrawlStatusInfo.t, default: nil) - Fields for crawl-status-related debugging information.
  • url (type: String.t, default: nil) - The video URL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryVideoLinkIndexingInfo{
    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.