View Source GoogleApi.AndroidPublisher.V3.Model.TargetingInfo (google_api_android_publisher v0.34.1)

Targeting information about the generated apks.

Attributes

  • assetSliceSet (type: list(GoogleApi.AndroidPublisher.V3.Model.AssetSliceSet.t), default: nil) - List of created asset slices.
  • packageName (type: String.t, default: nil) - The package name of this app.
  • variant (type: list(GoogleApi.AndroidPublisher.V3.Model.SplitApkVariant.t), default: nil) - List of the created variants.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.TargetingInfo{
  assetSliceSet: [GoogleApi.AndroidPublisher.V3.Model.AssetSliceSet.t()] | nil,
  packageName: String.t() | nil,
  variant: [GoogleApi.AndroidPublisher.V3.Model.SplitApkVariant.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.