GoogleCloudDataplexV1DataProductPrincipal.fromJson constructor

GoogleCloudDataplexV1DataProductPrincipal.fromJson(
  1. Map json_
)

Implementation

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