GoogleCloudApihubV1GoogleServiceAccountConfig.fromJson constructor

GoogleCloudApihubV1GoogleServiceAccountConfig.fromJson(
  1. Map json_
)

Implementation

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