MethodRequest Class
Represents a request to invoke a direct method.
Initializer for a MethodRequest.
- Inheritance
-
builtins.objectMethodRequest
Constructor
MethodRequest(request_id, name, payload)
Parameters
Name | Description |
---|---|
request_id
Required
|
The request id. |
name
Required
|
The name of the method to be invoked |
payload
Required
|
The JSON payload being sent with the request. |
Variables
Name | Description |
---|---|
request_id
|
The request id. |
name
|
The name of the method to be invoked. |
payload
|
The JSON payload being sent with the request. |
Attributes
name
payload
request_id
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python