| Name | Type | Description | Notes |
|---|---|---|---|
| file_type | String | Report MIME type | [optional] |
| data | String | Base64 encoded report | [optional] |
| url | String | Report URL redirect | [optional] |
require 'primary_connect_client'
instance = PrimaryConnectClient::ResultReport.new(
file_type: application/pdf,
data: <BASE64 ENCODED PDF>,
url: https://example.com/report?12345
)