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

The MEDIA_PROVIDER source can further specify information about the content served by the app.

Attributes

  • providerKey (type: String.t, default: nil) - The unique provider key/enumeration string as used in KG. See also /base/mediaasset/provider/provider_enumerator.
  • providerType (type: String.t, default: nil) - The type of content served by the App. See also chrome.dongle.pints.ProviderType.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceDataMediaProviderSourceData{
    providerKey: String.t() | nil,
    providerType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.