AgentGatewayNetworkConfigDnsPeeringConfig.fromJson constructor
AgentGatewayNetworkConfigDnsPeeringConfig.fromJson(
- Map json_
Implementation
AgentGatewayNetworkConfigDnsPeeringConfig.fromJson(core.Map json_)
: this(
domains: (json_['domains'] as core.List?)
?.map((value) => value as core.String)
.toList(),
targetNetwork: json_['targetNetwork'] as core.String?,
targetProject: json_['targetProject'] as core.String?,
);