GetApisResponse constructor

GetApisResponse({
  1. List<Api>? items,
  2. String? nextToken,
})

Implementation

GetApisResponse({
  this.items,
  this.nextToken,
});