TargetTcpProxiesSetBackendServiceRequest.fromJson constructor

TargetTcpProxiesSetBackendServiceRequest.fromJson(
  1. Map json_
)

Implementation

TargetTcpProxiesSetBackendServiceRequest.fromJson(core.Map json_)
  : this(service: json_['service'] as core.String?);