GoogleCloudAiplatformV1Port.fromJson constructor

GoogleCloudAiplatformV1Port.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1Port.fromJson(core.Map json_)
    : this(
        containerPort: json_.containsKey('containerPort')
            ? json_['containerPort'] as core.int
            : null,
      );