Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 619 Bytes

File metadata and controls

24 lines (18 loc) · 619 Bytes

LaunchDarklyApi::MaintainerRep

Properties

Name Type Description Notes
key String The ID of the maintainer member, or the key of the maintainer team
kind String The type of the maintainer
_member MemberSummary [optional]
_team MemberTeamSummaryRep [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MaintainerRep.new(
  key: 569fdeadbeef1644facecafe,
  kind: member,
  _member: null,
  _team: null
)