GoogleApi.AndroidPublisher.V3.Model.UsesPermission (google_api_android_publisher v0.43.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.