Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
segment_key | String | ||
creation_time | Integer | ||
mode | String | ||
status | String | ||
files | Array<FileRep> | [optional] | |
_links | Hash<String, Link> |
require 'launchdarkly_api'
instance = LaunchDarklyApi::Import.new(
id: null,
segment_key: null,
creation_time: null,
mode: null,
status: null,
files: null,
_links: null
)