GoogleCloudIntegrationsV1alphaSfdcInstance constructor

GoogleCloudIntegrationsV1alphaSfdcInstance({
  1. List<String>? authConfigId,
  2. String? createTime,
  3. String? deleteTime,
  4. String? description,
  5. String? displayName,
  6. String? name,
  7. String? serviceAuthority,
  8. String? sfdcOrgId,
  9. String? updateTime,
})

Implementation

GoogleCloudIntegrationsV1alphaSfdcInstance({
  this.authConfigId,
  this.createTime,
  this.deleteTime,
  this.description,
  this.displayName,
  this.name,
  this.serviceAuthority,
  this.sfdcOrgId,
  this.updateTime,
});