GoogleCloudIntegrationsV1alphaAttemptStats constructor

GoogleCloudIntegrationsV1alphaAttemptStats({
  1. String? endTime,
  2. String? startTime,
})

Implementation

GoogleCloudIntegrationsV1alphaAttemptStats({
  this.endTime,
  this.startTime,
});