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

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.