QualityActionsAppInfoSourceData

GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceData


Table of Contents ▼

Jump to a specific part of the page:

Description

This deprecates the above: confidence=3 source=4 This allows us to merge AppInfo data per package_name.

Attributes List

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

View Attributes

Attributes

  1. allowListSourceData (type: GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceDataAllowListSourceData, default: nil)
    -
  2. confidence (type: number(), default: nil)
    - Confidence from navboost.
  3. install (type: String.t, default: nil)
    - Number of installs from marmot.
  4. isCategorical (type: boolean(), default: nil)
    -
  5. mediaProviderSourceData (type: GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceDataMediaProviderSourceData, default: nil)
    -
  6. source (type: String.t, default: nil)
    -
  7. teleportSourceData (type: GoogleApi.ContentWarehouse.V1.Model.AssistantTeleportTeleportNicknameSignals, default: nil)
    - Signals present when the source is TELEPORT.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceData{
allowListSourceData: GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceDataAllowListSourceData.t() | nil,
confidence: number() | nil,
install: String.t() | nil,
isCategorical: boolean() | nil,
mediaProviderSourceData: GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceDataMediaProviderSourceData.t() | nil,
source: String.t() | nil,
teleportSourceData: GoogleApi.ContentWarehouse.V1.Model.AssistantTeleportTeleportNicknameSignals.t() | nil
}

Function

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

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