Class DetectorCollection
The collection of detector summaries.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class DetectorCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DetectorSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DetectorSummary> | List of DetectorSummary resources |
Remarks
Required