Skip to content

Files

Latest commit

e44d477 · Apr 4, 2025

History

History
26 lines (20 loc) · 505 Bytes

MaintainerMember.md

File metadata and controls

26 lines (20 loc) · 505 Bytes

LaunchDarklyApi::MaintainerMember

Properties

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

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MaintainerMember.new(
  _id: null,
  email: null,
  first_name: null,
  last_name: null,
  role: null
)