GoogleCloudDataplexV1CreateEntryRequest constructor

GoogleCloudDataplexV1CreateEntryRequest({
  1. GoogleCloudDataplexV1Entry? entry,
  2. String? entryId,
  3. String? parent,
})

Implementation

GoogleCloudDataplexV1CreateEntryRequest({
  this.entry,
  this.entryId,
  this.parent,
});