Show / Hide Table of Contents

Class SightingEndpointCollection

Collection of sighting endpoint summaries.

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

Properties

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

In this article
Back to top