ListIdentityPoolUsageResponse constructor

ListIdentityPoolUsageResponse({
  1. int? count,
  2. List<IdentityPoolUsage>? identityPoolUsages,
  3. int? maxResults,
  4. String? nextToken,
})

Implementation

ListIdentityPoolUsageResponse({
  this.count,
  this.identityPoolUsages,
  this.maxResults,
  this.nextToken,
});