Show / Hide Table of Contents

Class AgentEndpointCollection

Results of an agentEndpoint search. Contains both AgentEndpointSummary items and other information, such as metadata.

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

Properties

Items

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

List of endpoints.

Remarks

Required

In this article
Back to top