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

Represents a device feature.

Attributes

  • featureName (type: String.t, default: nil) - Name of the feature.
  • featureVersion (type: integer(), default: nil) - The feature version specified by android:glEsVersion or android:version in in the AndroidManifest.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.DeviceFeature{
  featureName: String.t() | nil,
  featureVersion: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.