ListDelegatedServicesForAccountResponse constructor
ListDelegatedServicesForAccountResponse({
- List<
DelegatedService> ? delegatedServices, - String? nextToken,
Implementation
ListDelegatedServicesForAccountResponse({
this.delegatedServices,
this.nextToken,
});