Class BuildOutputs
  
  
  
  
  
  Assembly: OCI.DotNetSDK.Devops.dll
  Syntax
  
    public class BuildOutputs
   
  Properties
  
  ArtifactOverrideParameters
  
  
  Declaration
  
    [JsonProperty(PropertyName = "artifactOverrideParameters")]
public DeployArtifactOverrideArgumentCollection ArtifactOverrideParameters { get; set; }
   
  Property Value
  
  
  DeliveredArtifacts
  
  
  Declaration
  
    [JsonProperty(PropertyName = "deliveredArtifacts")]
public DeliveredArtifactCollection DeliveredArtifacts { get; set; }
   
  Property Value
  
  
  ExportedVariables
  
  
  Declaration
  
    [JsonProperty(PropertyName = "exportedVariables")]
public ExportedVariableCollection ExportedVariables { get; set; }
   
  Property Value
  
  
  VulnerabilityAuditSummaryCollection
  
  
  Declaration
  
    [JsonProperty(PropertyName = "vulnerabilityAuditSummaryCollection")]
public VulnerabilityAuditSummaryCollection VulnerabilityAuditSummaryCollection { get; set; }
   
  Property Value