Show / Hide Table of Contents

Class ProtectionCapabilityCollection

Result of a protection capabilities search.

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

Properties

Items

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

List of protection capabilities.

Remarks

Required

In this article
Back to top