ListPrincipalThingsResponse constructor

ListPrincipalThingsResponse({
  1. String? nextToken,
  2. List<String>? things,
})

Implementation

ListPrincipalThingsResponse({
  this.nextToken,
  this.things,
});