GoogleCloudDatacatalogV1beta1Entry constructor

GoogleCloudDatacatalogV1beta1Entry({
  1. GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec? bigqueryDateShardedSpec,
  2. GoogleCloudDatacatalogV1beta1BigQueryTableSpec? bigqueryTableSpec,
  3. String? description,
  4. String? displayName,
  5. GoogleCloudDatacatalogV1beta1GcsFilesetSpec? gcsFilesetSpec,
  6. String? integratedSystem,
  7. String? linkedResource,
  8. String? name,
  9. GoogleCloudDatacatalogV1beta1Schema? schema,
  10. GoogleCloudDatacatalogV1beta1SystemTimestamps? sourceSystemTimestamps,
  11. String? type,
  12. GoogleCloudDatacatalogV1beta1UsageSignal? usageSignal,
  13. String? userSpecifiedSystem,
  14. String? userSpecifiedType,
})

Implementation

GoogleCloudDatacatalogV1beta1Entry({
  this.bigqueryDateShardedSpec,
  this.bigqueryTableSpec,
  this.description,
  this.displayName,
  this.gcsFilesetSpec,
  this.integratedSystem,
  this.linkedResource,
  this.name,
  this.schema,
  this.sourceSystemTimestamps,
  this.type,
  this.usageSignal,
  this.userSpecifiedSystem,
  this.userSpecifiedType,
});