A set of string constants for the parameter GetJobResponse.response_encoding. More…
Static Public Attributes | |
| const string | BINARY = “binary” |
| The job result is binary-encoded. | |
| const string | JSON = “json” |
| The job result is JSON-encoded. | |
Detailed Description
A set of string constants for the parameter GetJobResponse.response_encoding.
The encoding of the job result (contained in GetJobResponse.job_response or GetJobResponse.job_response_str.
Member Data Documentation
◆ BINARY
| static |
The job result is binary-encoded.
It is contained in GetJobResponse.job_response.
◆ JSON
| static |
The job result is JSON-encoded.
It is contained in GetJobResponse.job_response_str.
The documentation for this struct was generated from the following files: