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

Region targeting data for app recovery action targeting.

Attributes

  • regionCode (type: list(String.t), default: nil) - Regions targeted by the recovery action. Region codes are ISO 3166 Alpha-2 country codes. For example, US stands for United States of America. See https://www.iso.org/iso-3166-country-codes.html for the complete list of country codes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.Regions{
  regionCode: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.