GoogleCloudDataplexV1DeleteGlossaryRequest.fromJson constructor

GoogleCloudDataplexV1DeleteGlossaryRequest.fromJson(
  1. Map json_
)

Implementation

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