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