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

To tag which fetcher satisfied this fetch request with optional detail.

Attributes

  • detail (type: String.t, default: nil) - Provides fetcher-specific detail about how source satisfied the request.
  • source (type: String.t, default: nil) - The fetcher that ultimately satisfied this fetch request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.WirelessTranscoderFetchFetchSourceInfo{
    detail: String.t() | nil,
    source: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.