GoogleCloudDataplexV1DeleteEntryRequest.fromJson constructor
GoogleCloudDataplexV1DeleteEntryRequest.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1DeleteEntryRequest.fromJson(core.Map json_)
: this(name: json_['name'] as core.String?);