Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 426 Bytes

FileRep.md

File metadata and controls

20 lines (14 loc) · 426 Bytes

LaunchDarklyApi::FileRep

Properties

Name Type Description Notes
filename String The imported file name, including the extension [optional]
status String The imported file status [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FileRep.new(
  filename: bigsegimport.csv,
  status: complete
)