Show / Hide Table of Contents

Class GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompleteness

Indicates that the builder claims certain fields in this message to be complete.

Inheritance
object
GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompleteness
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.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompleteness : IDirectResponseSchema

Properties

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 invocation.environment is complete.

Declaration
[JsonProperty("environment")]
public virtual bool? Environment { get; set; }
Property Value
Type Description
bool?

Materials

If true, the builder claims that materials is complete.

Declaration
[JsonProperty("materials")]
public virtual bool? Materials { get; set; }
Property Value
Type Description
bool?

Parameters

If true, the builder claims that invocation.parameters is complete.

Declaration
[JsonProperty("parameters")]
public virtual bool? Parameters { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX