Class GenerateConfigReportRequest
Request message for GenerateConfigReport method.
Implements
Inherited Members
Namespace: Google.Apis.ServiceManagement.v1.Data
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class GenerateConfigReportRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NewConfig
Required. Service configuration for which we want to generate the report. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service
Declaration
[JsonProperty("newConfig")]
public virtual IDictionary<string, object> NewConfig { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
OldConfig
Optional. Service configuration against which the comparison will be done. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service
Declaration
[JsonProperty("oldConfig")]
public virtual IDictionary<string, object> OldConfig { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |