SBTopicListResult interface

The response to the List Topics operation.

Properties

nextLink

Link to the next set of results. Not empty if Value contains incomplete list of topics.

value

Result of the List Topics operation.

Property Details

Link to the next set of results. Not empty if Value contains incomplete list of topics.

nextLink?: string

Property Value

string

value

Result of the List Topics operation.

value?: SBTopic[]

Property Value