Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 527 Bytes

IntegrationMetadata.md

File metadata and controls

24 lines (18 loc) · 527 Bytes

LaunchDarklyApi::IntegrationMetadata

Properties

Name Type Description Notes
external_id String
external_status IntegrationStatus
external_url String
last_checked Integer

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::IntegrationMetadata.new(
  external_id: null,
  external_status: null,
  external_url: null,
  last_checked: null
)