GoogleCloudAiplatformV1ServiceAccountSpec.fromJson constructor

GoogleCloudAiplatformV1ServiceAccountSpec.fromJson(
  1. Map json_
)

Implementation

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