Class GenerateConfigReportResponse
Response message for GenerateConfigReport method.
Implements
Inherited Members
Namespace: Google.Apis.ServiceManagement.v1.Data
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class GenerateConfigReportResponse : IDirectResponseSchema
Properties
ChangeReports
list of ChangeReport, each corresponding to comparison between two service configurations.
Declaration
[JsonProperty("changeReports")]
public virtual IList<ChangeReport> ChangeReports { get; set; }
Property Value
Type | Description |
---|---|
IList<ChangeReport> |
Diagnostics
Errors / Linter warnings associated with the service definition this report belongs to.
Declaration
[JsonProperty("diagnostics")]
public virtual IList<Diagnostic> Diagnostics { get; set; }
Property Value
Type | Description |
---|---|
IList<Diagnostic> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
ID of the service configuration this report belongs to.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceName
Name of the service this report belongs to.
Declaration
[JsonProperty("serviceName")]
public virtual string ServiceName { get; set; }
Property Value
Type | Description |
---|---|
string |