GoogleCloudApihubV1ExecutionStatus constructor
GoogleCloudApihubV1ExecutionStatus({
- String? currentExecutionState,
- GoogleCloudApihubV1LastExecution? lastExecution,
Implementation
GoogleCloudApihubV1ExecutionStatus({
this.currentExecutionState,
this.lastExecution,
});