SearchManagementRequestOptions Class
Parameter group.
- Inheritance
-
azure.mgmt.search._serialization.ModelSearchManagementRequestOptions
Constructor
SearchManagementRequestOptions(*, client_request_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
client_request_id
|
A client-generated GUID value that identifies this request. If specified, this will be included in response information as a way to track the request. |
Variables
Name | Description |
---|---|
client_request_id
|
A client-generated GUID value that identifies this request. If specified, this will be included in response information as a way to track the request. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python