GoogleCloudDataplexV1ExecutionIdentityServiceAccount.fromJson constructor
GoogleCloudDataplexV1ExecutionIdentityServiceAccount.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1ExecutionIdentityServiceAccount.fromJson(core.Map json_)
: this(email: json_['email'] as core.String?);