GoogleCloudDataplexV1UpdateEntryRequest constructor

GoogleCloudDataplexV1UpdateEntryRequest({
  1. bool? allowMissing,
  2. List<String>? aspectKeys,
  3. bool? deleteMissingAspects,
  4. GoogleCloudDataplexV1Entry? entry,
  5. String? updateMask,
})

Implementation

GoogleCloudDataplexV1UpdateEntryRequest({
  this.allowMissing,
  this.aspectKeys,
  this.deleteMissingAspects,
  this.entry,
  this.updateMask,
});