Class EndpointCollection
Results of an endpoint list. Contains EndpointSummary items.
Inherited Members
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class EndpointCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<EndpointSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<EndpointSummary> | List of endpoints |
Remarks
Required