Class BuildDefinition
Inheritance
BuildDefinition
Assembly: Google.Apis.OnDemandScanning.v1beta1.dll
Syntax
public class BuildDefinition : IDirectResponseSchema
Properties
BuildType
Declaration
[JsonProperty("buildType")]
public virtual string BuildType { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ExternalParameters
Declaration
[JsonProperty("externalParameters")]
public virtual IDictionary<string, object> ExternalParameters { get; set; }
Property Value
InternalParameters
Declaration
[JsonProperty("internalParameters")]
public virtual IDictionary<string, object> InternalParameters { get; set; }
Property Value
ResolvedDependencies
Declaration
[JsonProperty("resolvedDependencies")]
public virtual IList<ResourceDescriptor> ResolvedDependencies { get; set; }
Property Value
Implements