GoogleCloudApihubV1ExecutionStatus constructor

GoogleCloudApihubV1ExecutionStatus({
  1. String? currentExecutionState,
  2. GoogleCloudApihubV1LastExecution? lastExecution,
})

Implementation

GoogleCloudApihubV1ExecutionStatus({
  this.currentExecutionState,
  this.lastExecution,
});