Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 371 Bytes

File metadata and controls

22 lines (16 loc) · 371 Bytes

LaunchDarklyApi::ViewsMaintainerTeam

Properties

Name Type Description Notes
id String
key String
name String

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ViewsMaintainerTeam.new(
  id: null,
  key: null,
  name: null
)