Show / Hide Table of Contents

Class GrafeasV1SlsaProvenanceZeroTwoSlsaMetadata

Other properties of the build.

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

Properties

BuildFinishedOn

object representation of BuildFinishedOnRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use BuildFinishedOnDateTimeOffset instead.")]
public virtual object BuildFinishedOn { get; set; }
Property Value
Type Description
object

BuildFinishedOnDateTimeOffset

DateTimeOffset representation of BuildFinishedOnRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? BuildFinishedOnDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

BuildFinishedOnRaw

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

BuildInvocationId

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

BuildStartedOn

object representation of BuildStartedOnRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use BuildStartedOnDateTimeOffset instead.")]
public virtual object BuildStartedOn { get; set; }
Property Value
Type Description
object

BuildStartedOnDateTimeOffset

DateTimeOffset representation of BuildStartedOnRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? BuildStartedOnDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

BuildStartedOnRaw

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

Completeness

Declaration
[JsonProperty("completeness")]
public virtual GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness Completeness { get; set; }
Property Value
Type Description
GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness

ETag

The ETag of the item.

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

Reproducible

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX