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

A set of user countries. A country set determines what variation of app content gets served to a specific location.

Attributes

  • countryCodes (type: list(String.t), default: nil) - List of country codes representing countries. A Country code is represented in ISO 3166 alpha-2 format. For Example:- "IT" for Italy, "GE" for Georgia.
  • name (type: String.t, default: nil) - Country set name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.UserCountrySet{
  countryCodes: [String.t()] | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.