GoogleCloudDataplexV1DataProductPrincipal.fromJson constructor
GoogleCloudDataplexV1DataProductPrincipal.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1DataProductPrincipal.fromJson(core.Map json_)
: this(
googleGroup: json_['googleGroup'] as core.String?,
serviceAccount: json_['serviceAccount'] as core.String?,
);