GooglePrivacyDlpV2VertexDatasetResourceReference.fromJson constructor

GooglePrivacyDlpV2VertexDatasetResourceReference.fromJson(
  1. Map json_
)

Implementation

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