Class GenerativeAiPrivateEndpointCollection
Collection of GenerativeAiPrivateEndpointSummary
Inherited Members
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class GenerativeAiPrivateEndpointCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<GenerativeAiPrivateEndpointSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<GenerativeAiPrivateEndpointSummary> | The results of a GenerativeAiPrivateEndpoint list. |
Remarks
Required