ResponseWithContinuationUser Class

The response of a list operation.

Inheritance
ResponseWithContinuationUser

Constructor

ResponseWithContinuationUser(*, value: Optional[List[azure.mgmt.labservices.models._models_py3.User]] = None, next_link: Optional[str] = None, **kwargs)

Parameters

value
list[User]
Required

Results of the list operation.

next_link
str
Required

Link for next set of results.