SystemTopicsListResult Class
Result of the List System topics operation.
Constructor
SystemTopicsListResult(*, value: List[_models.SystemTopic] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
value
|
A collection of system Topics. Default value: None
|
|
next_link
|
A link for the next page of topics. Default value: None
|
Variables
| Name | Description |
|---|---|
|
value
|
A collection of system Topics. |
|
next_link
|
A link for the next page of topics. |