Class LongTermBackupCollection
Results of a long term backup search. Contains both long term backup Summary items and other information, such as metadata.
Inherited Members
Namespace: Oci.RecoveryService.Models
Assembly: OCI.DotNetSDK.Recovery.dll
Syntax
public class LongTermBackupCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<LongTermBackupSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LongTermBackupSummary> | List of LongTermBackups. |
Remarks
Required