Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData
- 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
-
#source ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData
constructor
A new instance of GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData
Returns a new instance of GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData.
4613 4614 4615 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4613 def initialize(**args) update!(**args) end |
Instance Attribute Details
#source ⇒ String
Output only. Source of the policy.
Corresponds to the JSON property source
4611 4612 4613 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4611 def source @source end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4618 4619 4620 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4618 def update!(**args) @source = args[:source] if args.key?(:source) end |