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.
5150 5151 5152 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5150 def initialize(**args) update!(**args) end |
Instance Attribute Details
#source ⇒ String
Output only. Source of the policy.
Corresponds to the JSON property source
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 |