GoogleCloudAiplatformV1AuthConfigGoogleServiceAccountConfig.fromJson constructor

GoogleCloudAiplatformV1AuthConfigGoogleServiceAccountConfig.fromJson(
  1. Map json_
)

Implementation

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