Class DeployArtifactOverrideArgument
Values for artifact parameters to be supplied at the time of deployment.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class DeployArtifactOverrideArgument
Properties
DeployArtifactId
Declaration
[Required(ErrorMessage = "DeployArtifactId is required.")]
[JsonProperty(PropertyName = "deployArtifactId")]
public string DeployArtifactId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the artifact to which this parameter applies. |
Remarks
Required
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the parameter (case-sensitive). |
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | Value of the parameter. |
Remarks
Required