GetMethodResult

fun GetMethodResult(apiKeyRequired: Boolean? = null, authorizationScopes: List<String>? = null, authorizationType: MethodAuthorizationType? = null, authorizerId: String? = null, integration: MethodIntegration? = null, methodResponses: List<MethodResponse>? = null, operationName: String? = null, requestModels: Any? = null, requestParameters: Any? = null, requestValidatorId: String? = null)