GoogleCloudRecommenderV1InsightTypeConfig constructor

GoogleCloudRecommenderV1InsightTypeConfig({
  1. Map<String, String>? annotations,
  2. String? displayName,
  3. String? etag,
  4. GoogleCloudRecommenderV1InsightTypeGenerationConfig? insightTypeGenerationConfig,
  5. String? name,
  6. String? revisionId,
  7. String? updateTime,
})

Implementation

GoogleCloudRecommenderV1InsightTypeConfig({
  this.annotations,
  this.displayName,
  this.etag,
  this.insightTypeGenerationConfig,
  this.name,
  this.revisionId,
  this.updateTime,
});