GoogleCloudDataplexV1ModifyEntryRequest constructor

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

Implementation

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