QueryResult Class
The query result. :param type: The query result type. Possible values include: 'unknown', 'twin', 'deviceJob', 'jobResponse', 'raw', 'enrollment', 'enrollmentGroup', 'deviceRegistration' :type type: str or ~protocol.models.enum :param items: The query result items, as a collection. :type items: list[object] :param continuation_token: Request continuation token. :type continuation_token: str
- Inheritance
-
builtins.objectQueryResult
Constructor
QueryResult(**kwargs)
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python