@marianfoo/adt-ls - v0.4.1
npm
GitHub
Preparing search index...
ServiceBindingServices
Interface ServiceBindingServices
The OData services a binding exposes (from
fetch_services
).
interface
ServiceBindingServices
{
bindingType
?:
string
;
odataInfoUri
?:
{
href
:
string
}
[]
;
odataVersion
?:
string
;
services
:
{
content
:
{
serviceDefinition
:
string
;
serviceVersion
:
string
}
[]
;
isPublished
?:
boolean
;
name
:
string
;
}
[]
;
}
Index
Properties
binding
Type?
odata
Info
Uri?
odata
Version?
services
Properties
Optional
binding
Type
bindingType
?:
string
Optional
odata
Info
Uri
odataInfoUri
?:
{
href
:
string
}
[]
Optional
odata
Version
odataVersion
?:
string
services
services
:
{
content
:
{
serviceDefinition
:
string
;
serviceVersion
:
string
}
[]
;
isPublished
?:
boolean
;
name
:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
binding
Type
odata
Info
Uri
odata
Version
services
npm
GitHub
@marianfoo/adt-ls - v0.4.1
Loading...
The OData services a binding exposes (from
fetch_services).