GoogleCloudDataplexV1ModifyEntryRequest constructor
GoogleCloudDataplexV1ModifyEntryRequest({
- List<
String> ? aspectKeys, - bool? deleteMissingAspects,
- GoogleCloudDataplexV1Entry? entry,
- String? updateMask,
Implementation
GoogleCloudDataplexV1ModifyEntryRequest({
this.aspectKeys,
this.deleteMissingAspects,
this.entry,
this.updateMask,
});