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