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.
654 655 656 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 654 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
652 653 654 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 652 def host_match @host_match end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
659 660 661 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 659 def update!(**args) @host_match = args[:host_match] if args.key?(:host_match) end |