GoogleCloudApihubV1LastExecution constructor

GoogleCloudApihubV1LastExecution({
  1. String? endTime,
  2. String? errorMessage,
  3. String? result,
  4. String? startTime,
})

Implementation

GoogleCloudApihubV1LastExecution({
  this.endTime,
  this.errorMessage,
  this.result,
  this.startTime,
});