GoogleCloudDataplexV1Content constructor

GoogleCloudDataplexV1Content({
  1. String? createTime,
  2. String? dataText,
  3. String? description,
  4. Map<String, String>? labels,
  5. String? name,
  6. GoogleCloudDataplexV1ContentNotebook? notebook,
  7. String? path,
  8. GoogleCloudDataplexV1ContentSqlScript? sqlScript,
  9. String? uid,
  10. String? updateTime,
})

Implementation

GoogleCloudDataplexV1Content({
  this.createTime,
  this.dataText,
  this.description,
  this.labels,
  this.name,
  this.notebook,
  this.path,
  this.sqlScript,
  this.uid,
  this.updateTime,
});