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

Additional signals when the source is ATV's allow list.

Attributes

  • preReleaseMode (type: boolean(), default: nil) - Whether the app is in the pre-release stage and only available for testing.
  • unknownAppDeviceCompatibility (type: boolean(), default: nil) - Whether app compatibility is unknown. This field is needed for apps like apple tv that have different package names on different devices. Play Gateway Service (PGS) lookup is needed to validate that the app is available on the user's device. go/app-fulfillment-quality

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceDataAllowListSourceData{
    preReleaseMode: boolean() | nil,
    unknownAppDeviceCompatibility: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.