ListDelegatedServicesForAccountResponse constructor

ListDelegatedServicesForAccountResponse({
  1. List<DelegatedService>? delegatedServices,
  2. String? nextToken,
})

Implementation

ListDelegatedServicesForAccountResponse({
  this.delegatedServices,
  this.nextToken,
});