GoogleCloudDataplexV1DataProductAccessApprovalConfig.fromJson constructor
GoogleCloudDataplexV1DataProductAccessApprovalConfig.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1DataProductAccessApprovalConfig.fromJson(core.Map json_)
: this(
approverEmails: (json_['approverEmails'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);