Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 635 Bytes

File metadata and controls

24 lines (18 loc) · 635 Bytes

LaunchDarklyApi::ExpandedFlagMaintainer

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 ViewsMemberSummary [optional]
_team ViewsMemberTeamSummaryRep [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ExpandedFlagMaintainer.new(
  key: null,
  kind: null,
  _member: null,
  _team: null
)