| Name | Type | Description | Notes |
|---|---|---|---|
| resource_type | ExportResourceType | ||
| format | Array<String> | [optional] | |
| output | ExportRequestOutput | ||
| query | Object | [optional] |
require 'freeclimb'
instance = Freeclimb::ExportRequest.new(
resource_type: null,
format: null,
output: null,
query: null
)