GoogleCloudDatacatalogV1LookerSystemSpec constructor

GoogleCloudDatacatalogV1LookerSystemSpec({
  1. String? parentInstanceDisplayName,
  2. String? parentInstanceId,
  3. String? parentModelDisplayName,
  4. String? parentModelId,
  5. String? parentViewDisplayName,
  6. String? parentViewId,
})

Implementation

GoogleCloudDatacatalogV1LookerSystemSpec({
  this.parentInstanceDisplayName,
  this.parentInstanceId,
  this.parentModelDisplayName,
  this.parentModelId,
  this.parentViewDisplayName,
  this.parentViewId,
});