Show / Hide Table of Contents

Class ZprPolicyCollection

Results of a zprPolicy search. Contains both ZprPolicySummary items and other information, such as metadata.

Inheritance
object
ZprPolicyCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ZprService.Models
Assembly: OCI.DotNetSDK.Zpr.dll
Syntax
public class ZprPolicyCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ZprPolicySummary> Items { get; set; }
Property Value
Type Description
List<ZprPolicySummary>

List of zprPolicies.

Remarks

Required

In this article
Back to top