Show / Hide Table of Contents

Class RunDetails

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

Properties

Builder

Declaration
[JsonProperty("builder")]
public virtual ProvenanceBuilder Builder { get; set; }
Property Value
Type Description
ProvenanceBuilder

Byproducts

Declaration
[JsonProperty("byproducts")]
public virtual IList<ResourceDescriptor> Byproducts { get; set; }
Property Value
Type Description
IList<ResourceDescriptor>

ETag

The ETag of the item.

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

Metadata

Declaration
[JsonProperty("metadata")]
public virtual BuildMetadata Metadata { get; set; }
Property Value
Type Description
BuildMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX