View Source GoogleApi.Admin.Directory_v1.Model.MobileDeviceApplications (google_api_admin v0.40.0)

Attributes

  • displayName (type: String.t, default: nil) - The application's display name. An example is Browser.
  • packageName (type: String.t, default: nil) - The application's package name. An example is com.android.browser.
  • permission (type: list(String.t), default: nil) - The list of permissions of this application. These can be either a standard Android permission or one defined by the application, and are found in an application's Android manifest. Examples of a Calendar application's permissions are READ_CALENDAR, or MANAGE_ACCOUNTS.
  • versionCode (type: integer(), default: nil) - The application's version code. An example is 13.
  • versionName (type: String.t, default: nil) - The application's version name. An example is 3.2-140714.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.MobileDeviceApplications{
  displayName: String.t() | nil,
  packageName: String.t() | nil,
  permission: [String.t()] | nil,
  versionCode: integer() | nil,
  versionName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.