ExecuteExtensionRequest constructor

ExecuteExtensionRequest({
  1. required String name,
  2. required String operationId,
  3. Struct? operationParams,
  4. AuthConfig? runtimeAuthConfig,
})

Implementation

ExecuteExtensionRequest({
  required this.name,
  required this.operationId,
  this.operationParams,
  this.runtimeAuthConfig,
}) : super(fullyQualifiedName);