RunCommandResult Class
Run command operation response.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
RunCommandResult(*, output: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
output
|
<xref:JSON>
Operation output data (raw JSON). Default value: None
|