RecordSetListResult Class
The response to a record set list operation.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
RecordSetListResult(*, value: List[_models.RecordSet] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
Information about the record sets in the response. Default value: None
|