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