Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 513 Bytes

File metadata and controls

26 lines (20 loc) · 513 Bytes

LaunchDarklyApi::ViewsMaintainerMember

Properties

Name Type Description Notes
id String
email String
role String
first_name String [optional]
last_name String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ViewsMaintainerMember.new(
  id: null,
  email: null,
  role: null,
  first_name: null,
  last_name: null
)