Class SapValidationValidationDetail
Message describing the SAP validation metrics.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class SapValidationValidationDetail : IDirectResponseSchema
Properties
Details
Optional. The pairs of metrics data: field name & field value.
Declaration
[JsonProperty("details")]
public virtual IDictionary<string, string> Details { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IsPresent
Optional. Was there a SAP system detected for this validation type.
Declaration
[JsonProperty("isPresent")]
public virtual bool? IsPresent { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SapValidationType
Optional. The SAP system that the validation data is from.
Declaration
[JsonProperty("sapValidationType")]
public virtual string SapValidationType { get; set; }
Property Value
Type | Description |
---|---|
string |