Class TriggerDeploymentDryRunDetails
Details of a new deployment to be created that will run to get helm diff for a helmDiffArgumentCollection.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class TriggerDeploymentDryRunDetails
Properties
CreateDeploymentDetails
Declaration
[Required(ErrorMessage = "CreateDeploymentDetails is required.")]
[JsonProperty(PropertyName = "createDeploymentDetails")]
public CreateDeploymentDetails CreateDeploymentDetails { get; set; }
Property Value
Type | Description |
---|---|
CreateDeploymentDetails |
Remarks
Required
HelmDiffArguments
Declaration
[Required(ErrorMessage = "HelmDiffArguments is required.")]
[JsonProperty(PropertyName = "helmDiffArguments")]
public HelmDiffArgumentCollection HelmDiffArguments { get; set; }
Property Value
Type | Description |
---|---|
HelmDiffArgumentCollection |
Remarks
Required