Class DeployStageCollection
Result of a stage search.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class DeployStageCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DeployStageSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DeployStageSummary> | Deployment stage summary items found for the search. |
Remarks
Required