Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ChromeAppSiteAccess
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ChromeAppSiteAccess
- 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
Represent one host permission.
Instance Attribute Summary collapse
-
#host_match ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementV1ChromeAppSiteAccess
constructor
A new instance of GoogleChromeManagementV1ChromeAppSiteAccess.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementV1ChromeAppSiteAccess
Returns a new instance of GoogleChromeManagementV1ChromeAppSiteAccess.
813 814 815 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 813 def initialize(**args) update!(**args) end |
Instance Attribute Details
#host_match ⇒ String
Output only. This can contain very specific hosts, or patterns like "*.com"
for instance.
Corresponds to the JSON property hostMatch
811 812 813 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 811 def host_match @host_match end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
818 819 820 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 818 def update!(**args) @host_match = args[:host_match] if args.key?(:host_match) end |