Link constructor
Link({
- BigQueryDataset? bigqueryDataset,
- String? createTime,
- String? description,
- String? lifecycleState,
- String? name,
Implementation
Link({
this.bigqueryDataset,
this.createTime,
this.description,
this.lifecycleState,
this.name,
});