GoogleCloudDatacatalogV1UsageSignal constructor

GoogleCloudDatacatalogV1UsageSignal({
  1. Map<String, GoogleCloudDatacatalogV1CommonUsageStats>? commonUsageWithinTimeRange,
  2. String? favoriteCount,
  3. String? updateTime,
  4. Map<String, GoogleCloudDatacatalogV1UsageStats>? usageWithinTimeRange,
})

Implementation

GoogleCloudDatacatalogV1UsageSignal({
  this.commonUsageWithinTimeRange,
  this.favoriteCount,
  this.updateTime,
  this.usageWithinTimeRange,
});