LaunchDarklyApi::TeamMaintainers
Name
Type
Description
Notes
total_count
Integer
The number of maintainers of the team
[optional]
items
Array<MemberSummary>
Details on the members that have been assigned as maintainers of the team
[optional]
_links
Hash<String, Link>
The location and content type of related resources
[optional]
require 'launchdarkly_api'
instance = LaunchDarklyApi ::TeamMaintainers . new (
total_count : 1 ,
items : [ { " ; _id " ; :" ; 569 f183514f4432160000007 " ; , " ; _links " ; :{ " ; self " ; :{ " ; href " ; :" ; /api /v2 /members /569 f183514f4432160000007 " ; , " ; type " ; :" ; application /json " ; } } , " ; email " ; :" ; ariel @acme . com " ; , " ; firstName " ; :" ; Ariel " ; , " ; lastName " ; :" ; Flores " ; , " ; role " ; :" ; reader " ; } ] ,
_links : { " ; self " ; :{ " ; href " ; :" ; /api /v2 /teams /example -team /maintainers?limit =5","type":"application/json"}}
)