GoogleCloudDataplexV1CreateEntryRequest constructor
GoogleCloudDataplexV1CreateEntryRequest({
- GoogleCloudDataplexV1Entry? entry,
- String? entryId,
- String? parent,
Implementation
GoogleCloudDataplexV1CreateEntryRequest({
this.entry,
this.entryId,
this.parent,
});