Class OperationsInsightsPrivateEndpointCollection
A collection of Operation Insights private endpoint objects.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class OperationsInsightsPrivateEndpointCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OperationsInsightsPrivateEndpointSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<OperationsInsightsPrivateEndpointSummary> | A list of OperationsInsightsPrivateEndpointSummary objects. | 
Remarks
Required