Class DeploymentUpgradeCollection
A list of Deployment Upgrades.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class DeploymentUpgradeCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DeploymentUpgradeSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DeploymentUpgradeSummary> | An array of Deployment Upgrade summaries. |
Remarks
Required