Link constructor

Link({
  1. BigQueryDataset? bigqueryDataset,
  2. String? createTime,
  3. String? description,
  4. String? lifecycleState,
  5. String? name,
})

Implementation

Link({
  this.bigqueryDataset,
  this.createTime,
  this.description,
  this.lifecycleState,
  this.name,
});