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