GetApiMappingsResponse constructor

GetApiMappingsResponse({
  1. List<ApiMapping>? items,
  2. String? nextToken,
})

Implementation

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