Show / Hide Table of Contents

Class SapValidationValidationDetail

Message describing the SAP validation metrics.

Inheritance
object
SapValidationValidationDetail
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX