Thing interface
Defines a thing.
Properties
alternate |
An alias for the item NOTE: This property will not be serialized. It can only be populated by the server. |
bing |
An ID that uniquely identifies this item. NOTE: This property will not be serialized. It can only be populated by the server. |
description | A short description of the item. NOTE: This property will not be serialized. It can only be populated by the server. |
id | A String identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
image | An image of the item. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the thing represented by this object. NOTE: This property will not be serialized. It can only be populated by the server. |
url | The URL to get more information about the thing represented by this object. NOTE: This property will not be serialized. It can only be populated by the server. |
web |
The URL To Bing's search result for this item. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
alternateName
An alias for the item NOTE: This property will not be serialized. It can only be populated by the server.
alternateName?: undefined | string
Property Value
undefined | string
bingId
An ID that uniquely identifies this item. NOTE: This property will not be serialized. It can only be populated by the server.
bingId?: undefined | string
Property Value
undefined | string
description
A short description of the item. NOTE: This property will not be serialized. It can only be populated by the server.
description?: undefined | string
Property Value
undefined | string
id
A String identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: undefined | string
Property Value
undefined | string
image
An image of the item. NOTE: This property will not be serialized. It can only be populated by the server.
image?: ImageObject
Property Value
name
The name of the thing represented by this object. NOTE: This property will not be serialized. It can only be populated by the server.
name?: undefined | string
Property Value
undefined | string
url
The URL to get more information about the thing represented by this object. NOTE: This property will not be serialized. It can only be populated by the server.
url?: undefined | string
Property Value
undefined | string
webSearchUrl
The URL To Bing's search result for this item. NOTE: This property will not be serialized. It can only be populated by the server.
webSearchUrl?: undefined | string
Property Value
undefined | string