Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ChromeAppSiteAccess

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

Represent one host permission.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_matchString

Output only. This can contain very specific hosts, or patterns like "*.com" for instance. Corresponds to the JSON property hostMatch

Returns:

  • (String)


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