Class CheckResults
Result of evaluating one or more checks.
Implements
Inherited Members
Namespace: Google.Apis.BinaryAuthorization.v1.Data
Assembly: Google.Apis.BinaryAuthorization.v1.dll
Syntax
public class CheckResults : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Results
Per-check details.
Declaration
[JsonProperty("results")]
public virtual IList<CheckResult> Results { get; set; }
Property Value
Type | Description |
---|---|
IList<CheckResult> |