ExecuteExtensionRequest constructor
ExecuteExtensionRequest({
- required String name,
- required String operationId,
- Struct? operationParams,
- AuthConfig? runtimeAuthConfig,
Implementation
ExecuteExtensionRequest({
required this.name,
required this.operationId,
this.operationParams,
this.runtimeAuthConfig,
}) : super(fullyQualifiedName);