GoogleApi.AndroidManagement.V1.Model.Application (google_api_android_management v0.35.0) 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
Specs
t() :: %GoogleApi.AndroidManagement.V1.Model.Application{ appTracks: [GoogleApi.AndroidManagement.V1.Model.AppTrackInfo.t()] | nil, managedProperties: [GoogleApi.AndroidManagement.V1.Model.ManagedProperty.t()] | nil, name: String.t() | nil, permissions: [GoogleApi.AndroidManagement.V1.Model.ApplicationPermission.t()] | nil, title: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.