Class ChangeReport
Change report associated with a particular service configuration. It contains a list of ConfigChanges based on the comparison between two service configurations.
Implements
Inherited Members
Namespace: Google.Apis.ServiceManagement.v1.Data
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class ChangeReport : IDirectResponseSchemaProperties
ConfigChanges
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[selector='LibraryService.CreateBook'].restriction
Declaration
[JsonProperty("configChanges")]
public virtual IList<ConfigChange> ConfigChanges { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<ConfigChange> | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string |