Class BuildRunArgumentCollection
Specifies list of arguments passed along with the build run.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class BuildRunArgumentCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<BuildRunArgument> Items { get; set; }
Property Value
Type | Description |
---|---|
List<BuildRunArgument> | List of arguments provided at the time of running the build. |
Remarks
Required