Class Completeness
Indicates that the builder claims certain fields in this message to be complete.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class Completeness : IDirectResponseSchema
Properties
Arguments
If true, the builder claims that recipe.arguments is complete, meaning that all external inputs are properly captured in the recipe.
Declaration
[JsonProperty("arguments")]
public virtual bool? Arguments { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Environment
If true, the builder claims that recipe.environment is claimed to be complete.
Declaration
[JsonProperty("environment")]
public virtual bool? Environment { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Materials
If true, the builder claims that materials are complete, usually through some controls to prevent network access. Sometimes called "hermetic".
Declaration
[JsonProperty("materials")]
public virtual bool? Materials { get; set; }
Property Value
Type | Description |
---|---|
bool? |