GoogleCloudDataplexV1RequestDataProductAccessResponse.fromJson constructor

GoogleCloudDataplexV1RequestDataProductAccessResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1RequestDataProductAccessResponse.fromJson(core.Map json_)
  : this(changeRequestName: json_['changeRequestName'] as core.String?);