DescribeUserStackAssociationsResult constructor

DescribeUserStackAssociationsResult({
  1. String? nextToken,
  2. List<UserStackAssociation>? userStackAssociations,
})

Implementation

DescribeUserStackAssociationsResult({
  this.nextToken,
  this.userStackAssociations,
});