GetApiMappingResponse constructor

GetApiMappingResponse({
  1. String? apiId,
  2. String? apiMappingId,
  3. String? apiMappingKey,
  4. String? stage,
})

Implementation

GetApiMappingResponse({
  this.apiId,
  this.apiMappingId,
  this.apiMappingKey,
  this.stage,
});