Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 339 Bytes

FileRep.md

File metadata and controls

20 lines (14 loc) · 339 Bytes

LaunchDarklyApi::FileRep

Properties

Name Type Description Notes
filename String [optional]
status String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FileRep.new(
  filename: null,
  status: null
)