Show / Hide Table of Contents

Class VisionPrivateEndpointCollection

The results of a visionPrivateEndpoint search.

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

Properties

Items

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

List of visionPrivateEndpoints.

Remarks

Required

In this article
Back to top