Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1AndroidAppInfo
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementV1AndroidAppInfo
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/chromemanagement_v1/classes.rb,
lib/google/apis/chromemanagement_v1/representations.rb,
lib/google/apis/chromemanagement_v1/representations.rb
Overview
Android app information.
Instance Attribute Summary collapse
-
#permissions ⇒ Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1AndroidAppPermission>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementV1AndroidAppInfo
constructor
A new instance of GoogleChromeManagementV1AndroidAppInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementV1AndroidAppInfo
Returns a new instance of GoogleChromeManagementV1AndroidAppInfo.
34 35 36 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 34 def initialize(**args) update!(**args) end |
Instance Attribute Details
#permissions ⇒ Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1AndroidAppPermission>
Output only. Permissions requested by an Android app.
Corresponds to the JSON property permissions
32 33 34 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 32 def @permissions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39 40 41 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 39 def update!(**args) @permissions = args[:permissions] if args.key?(:permissions) end |