View Source GoogleApi.AndroidPublisher.V3.Model.UsesPermission (google_api_android_publisher v0.33.0)

A permission used by this APK.

Attributes

  • maxSdkVersion (type: integer(), default: nil) - Optionally, the maximum SDK version for which the permission is required.
  • name (type: String.t, default: nil) - The name of the permission requested.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.UsesPermission{
  maxSdkVersion: integer() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.