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