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
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