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