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