GoogleCloudAiplatformV1ExecutableCode.fromJson constructor

GoogleCloudAiplatformV1ExecutableCode.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1ExecutableCode.fromJson(core.Map json_)
  : this(
      code: json_['code'] as core.String?,
      language: json_['language'] as core.String?,
    );