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