GoogleCloudDataplexV1ExecutionIdentityServiceAccount.fromJson constructor

GoogleCloudDataplexV1ExecutionIdentityServiceAccount.fromJson(
  1. Map json_
)

Implementation

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