Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData

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

Information of conflicting policy applied on a Chrome browser profile.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData

Returns a new instance of GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData.



5150
5151
5152
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5150

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#sourceString

Output only. Source of the policy. Corresponds to the JSON property source

Returns:

  • (String)


5148
5149
5150
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5148

def source
  @source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5155
5156
5157
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5155

def update!(**args)
  @source = args[:source] if args.key?(:source)
end