QualityActionsAppInfoSourceDataAllowListSourceData

GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceDataAllowListSourceData


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

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

View Attributes

Attributes

  1. preReleaseMode (type: boolean(), default: nil)
    - Whether the app is in the pre-release stage and only available for testing.
  2. 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

Type

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

Function

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

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