class Google::Apis::ServicemanagementV1::ChangeReport
Change report associated with a particular service configuration. It contains a list of ConfigChanges based on the comparison between two service configurations.
Attributes
config_changes[RW]
List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange
identifier is a dot separated path to the configuration. Example: visibility. rules.restriction Corresponds to the JSON property `configChanges` @return [Array<Google::Apis::ServicemanagementV1::ConfigChange>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/servicemanagement_v1/classes.rb, line 644 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/servicemanagement_v1/classes.rb, line 649 def update!(**args) @config_changes = args[:config_changes] if args.key?(:config_changes) end