google_api_android_management v0.2.0 GoogleApi.AndroidManagement.V1.Model.Application View Source
Information about an app.
Attributes
- managedProperties ([ManagedProperty]): The set of managed properties available to be pre-configured for the app. Defaults to:
null. - name (String.t): The name of the app in the form enterprises/{enterpriseId}/applications/{package_name}. Defaults to:
null. - permissions ([ApplicationPermission]): The permissions required by the app. Defaults to:
null. - title (String.t): The title of the app. Localized. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.Application{
managedProperties: [GoogleApi.AndroidManagement.V1.Model.ManagedProperty.t()],
name: any(),
permissions: [GoogleApi.AndroidManagement.V1.Model.ApplicationPermission.t()],
title: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.