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.



5683
5684
5685
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5683

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

Instance Attribute Details

#sourceString

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

Returns:

  • (String)


5681
5682
5683
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5681

def source
  @source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5688
5689
5690
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5688

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