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