ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
Endpoint
Interface Endpoint
interface
Endpoint
{
attributes
?:
Record
<
string
,
unknown
>
;
createTime
?:
string
;
description
?:
string
;
displayName
?:
string
;
endpointId
?:
string
;
interfaces
?:
Interface
[]
;
name
?:
string
;
updateTime
?:
string
;
}
Properties
Optional
attributes
attributes
?:
Record
<
string
,
unknown
>
Optional
create
Time
createTime
?:
string
Optional
description
description
?:
string
Optional
display
Name
displayName
?:
string
Optional
endpoint
Id
endpointId
?:
string
Optional
interfaces
interfaces
?:
Interface
[]
Optional
name
name
?:
string
Optional
update
Time
updateTime
?:
string
Properties
attributes
create
Time
description
display
Name
endpoint
Id
interfaces
name
update
Time
ADK for TypeScript: API Reference - v1.5.0
Loading...