GetApiMappingsResponse constructor
GetApiMappingsResponse({
- List<
ApiMapping> ? items, - String? nextToken,
Implementation
GetApiMappingsResponse({
this.items,
this.nextToken,
});