| 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] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::MaintainerRep.new(
key: 569fdeadbeef1644facecafe,
kind: member,
_member: null,
_team: null
)