GoogleCloudRunV2TCPSocketAction.fromJson constructor

GoogleCloudRunV2TCPSocketAction.fromJson(
  1. Map json_
)

Implementation

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