Class DeployPipelineEnvironmentCollection
List of all environments used in the pipeline.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class DeployPipelineEnvironmentCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DeployPipelineEnvironment> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DeployPipelineEnvironment> | List of all environments used in the pipeline. |
Remarks
Required