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