google_api_android_management v0.18.0 GoogleApi.AndroidManagement.V1.Model.Application View Source
Information about an app.
Attributes
appTracks
(type:list(GoogleApi.AndroidManagement.V1.Model.AppTrackInfo.t)
, default:nil
) - Application tracks visible to the enterprise.managedProperties
(type:list(GoogleApi.AndroidManagement.V1.Model.ManagedProperty.t)
, default:nil
) - The set of managed properties available to be pre-configured for the app.name
(type:String.t
, default:nil
) - The name of the app in the form enterprises/{enterpriseId}/applications/{package_name}.permissions
(type:list(GoogleApi.AndroidManagement.V1.Model.ApplicationPermission.t)
, default:nil
) - The permissions required by the app.title
(type:String.t
, default:nil
) - The title of the app. Localized.
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 Sourcet() :: %GoogleApi.AndroidManagement.V1.Model.Application{ appTracks: [GoogleApi.AndroidManagement.V1.Model.AppTrackInfo.t()], managedProperties: [GoogleApi.AndroidManagement.V1.Model.ManagedProperty.t()], name: String.t(), permissions: [GoogleApi.AndroidManagement.V1.Model.ApplicationPermission.t()], title: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.