Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 529 Bytes

File metadata and controls

24 lines (18 loc) · 529 Bytes

Freeclimb::ExportRequest

Properties

Name Type Description Notes
resource_type ExportResourceType
format Array<String> [optional]
output ExportRequestOutput
query Object [optional]

Example

require 'freeclimb'

instance = Freeclimb::ExportRequest.new(
  resource_type: null,
  format: null,
  output: null,
  query: null
)