Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1AndroidAppPermission

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#typeString

Output only. The type of the permission. Corresponds to the JSON property type

Returns:

  • (String)


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