ListAppInstanceUsersResponse constructor

ListAppInstanceUsersResponse({
  1. String? appInstanceArn,
  2. List<AppInstanceUserSummary>? appInstanceUsers,
  3. String? nextToken,
})

Implementation

ListAppInstanceUsersResponse({
  this.appInstanceArn,
  this.appInstanceUsers,
  this.nextToken,
});