Class BackupCollection
Result of list backup that contains the BackupSummary items.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class BackupCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<BackupSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<BackupSummary> | List of backup. |
Remarks
Required