TargetSslProxiesSetBackendServiceRequest.fromJson constructor

TargetSslProxiesSetBackendServiceRequest.fromJson(
  1. Map json_
)

Implementation

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