GoogleCloudIntegrationsV1alphaIntegration constructor

GoogleCloudIntegrationsV1alphaIntegration({
  1. bool? active,
  2. String? createTime,
  3. String? creatorEmail,
  4. String? description,
  5. String? lastModifierEmail,
  6. String? name,
  7. String? updateTime,
})

Implementation

GoogleCloudIntegrationsV1alphaIntegration({
  this.active,
  this.createTime,
  this.creatorEmail,
  this.description,
  this.lastModifierEmail,
  this.name,
  this.updateTime,
});