Method constructor
Method({
- bool? apiKeyRequired,
- List<
String> ? authorizationScopes, - String? authorizationType,
- String? authorizerId,
- String? httpMethod,
- Integration? methodIntegration,
- Map<
String, MethodResponse> ? methodResponses, - String? operationName,
- Map<
String, String> ? requestModels, - Map<
String, bool> ? requestParameters, - 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,
});