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

Targeting based on sdk version.

Attributes

  • alternatives (type: list(GoogleApi.AndroidPublisher.V3.Model.SdkVersion.t), default: nil) - Targeting of other sibling directories that were in the Bundle. For main splits this is targeting of other main splits.
  • value (type: list(GoogleApi.AndroidPublisher.V3.Model.SdkVersion.t), default: nil) - Value of an sdk version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.SdkVersionTargeting{
  alternatives: [GoogleApi.AndroidPublisher.V3.Model.SdkVersion.t()] | nil,
  value: [GoogleApi.AndroidPublisher.V3.Model.SdkVersion.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.