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