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