OperationEntityListResult Class

The list of bot service operation response.

Inheritance
OperationEntityListResult

Constructor

OperationEntityListResult(*, next_link: Optional[str] = None, value: Optional[List[azure.mgmt.botservice.models._models_py3.OperationEntity]] = None, **kwargs)

Parameters

next_link
str
Required

The link used to get the next page of operations.

value
list[OperationEntity]
Required

The list of operations.