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

Targeting on the module level.

Attributes

  • deviceFeatureTargeting (type: list(GoogleApi.AndroidPublisher.V3.Model.DeviceFeatureTargeting.t), default: nil) - Targeting for device features.
  • sdkVersionTargeting (type: GoogleApi.AndroidPublisher.V3.Model.SdkVersionTargeting.t, default: nil) - The sdk version that the variant targets
  • userCountriesTargeting (type: GoogleApi.AndroidPublisher.V3.Model.UserCountriesTargeting.t, default: nil) - Countries-level targeting

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.ModuleTargeting{
  deviceFeatureTargeting:
    [GoogleApi.AndroidPublisher.V3.Model.DeviceFeatureTargeting.t()] | nil,
  sdkVersionTargeting:
    GoogleApi.AndroidPublisher.V3.Model.SdkVersionTargeting.t() | nil,
  userCountriesTargeting:
    GoogleApi.AndroidPublisher.V3.Model.UserCountriesTargeting.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.