ListPrincipalsResponse constructor

ListPrincipalsResponse({
  1. String? nextToken,
  2. List<Principal>? principals,
})

Implementation

ListPrincipalsResponse({
  this.nextToken,
  this.principals,
});