Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1AndroidAppPermission
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementV1AndroidAppPermission
- 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
Permission requested by an Android app.
Instance Attribute Summary collapse
-
#type ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementV1AndroidAppPermission
constructor
A new instance of GoogleChromeManagementV1AndroidAppPermission.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementV1AndroidAppPermission
Returns a new instance of GoogleChromeManagementV1AndroidAppPermission.
53 54 55 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 53 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Output only. The type of the permission.
Corresponds to the JSON property type
51 52 53 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 51 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
58 59 60 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 58 def update!(**args) @type = args[:type] if args.key?(:type) end |