Get Delegated Services Result
data class GetDelegatedServicesResult(val accountId: String, val delegatedServices: List<GetDelegatedServicesDelegatedService>, val id: String)
A collection of values returned by getDelegatedServices.
Constructors
Link copied to clipboard
constructor(accountId: String, delegatedServices: List<GetDelegatedServicesDelegatedService>, id: String)