GoogleApi.PlayableLocations.V3.Model.GoogleMapsUnityClientInfo (google_api_playable_locations v0.3.0) View Source

Client information.

Attributes

  • apiClient (type: String.t, default: nil) - API client name and version. For example, the SDK calling the API. The exact format is up to the client.
  • applicationId (type: String.t, default: nil) - Application ID, such as the package name on Android and the bundle identifier on iOS platforms.
  • applicationVersion (type: String.t, default: nil) - Application version number, such as "1.2.3". The exact format is application-dependent.
  • deviceModel (type: String.t, default: nil) - Device model as reported by the device. The exact format is platform-dependent.
  • languageCode (type: String.t, default: nil) - Language code (in BCP-47 format) indicating the UI language of the client. Examples are "en", "en-US" or "ja-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
  • operatingSystem (type: String.t, default: nil) - Operating system name and version as reported by the OS. For example, "Mac OS X 10.10.4". The exact format is platform-dependent.
  • operatingSystemBuild (type: String.t, default: nil) - Build number/version of the operating system. e.g., the contents of android.os.Build.ID in Android, or the contents of sysctl "kern.osversion" in iOS.
  • platform (type: String.t, default: nil) - Platform where the application is running.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.PlayableLocations.V3.Model.GoogleMapsUnityClientInfo{
  apiClient: String.t() | nil,
  applicationId: String.t() | nil,
  applicationVersion: String.t() | nil,
  deviceModel: String.t() | nil,
  languageCode: String.t() | nil,
  operatingSystem: String.t() | nil,
  operatingSystemBuild: String.t() | nil,
  platform: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.