Show / Hide Table of Contents

Class BuildType

Note holding the version of the provider's builder and the signature of the provenance message in linked BuildDetails.

Inheritance
object
BuildType
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 BuildType : IDirectResponseSchema

Properties

BuilderVersion

Version of the builder which produced this Note.

Declaration
[JsonProperty("builderVersion")]
public virtual string BuilderVersion { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Signature

Signature of the build in Occurrences pointing to the Note containing this BuilderDetails.

Declaration
[JsonProperty("signature")]
public virtual BuildSignature Signature { get; set; }
Property Value
Type Description
BuildSignature

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX