Method constructor

Method({
  1. bool? apiKeyRequired,
  2. List<String>? authorizationScopes,
  3. String? authorizationType,
  4. String? authorizerId,
  5. String? httpMethod,
  6. Integration? methodIntegration,
  7. Map<String, MethodResponse>? methodResponses,
  8. String? operationName,
  9. Map<String, String>? requestModels,
  10. Map<String, bool>? requestParameters,
  11. String? requestValidatorId,
})

Implementation

Method({
  this.apiKeyRequired,
  this.authorizationScopes,
  this.authorizationType,
  this.authorizerId,
  this.httpMethod,
  this.methodIntegration,
  this.methodResponses,
  this.operationName,
  this.requestModels,
  this.requestParameters,
  this.requestValidatorId,
});