WirelessTranscoderFetchFetchSourceInfo

GoogleApi.ContentWarehouse.V1.Model.WirelessTranscoderFetchFetchSourceInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.WirelessTranscoderFetchFetchSourceInfo