GoogleCloudRunV2ContainerPort.fromJson constructor

GoogleCloudRunV2ContainerPort.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRunV2ContainerPort.fromJson(core.Map json_)
  : this(
      containerPort: json_['containerPort'] as core.int?,
      name: json_['name'] as core.String?,
    );