AutoCreatedSubnetworkInfo.fromJson constructor
AutoCreatedSubnetworkInfo.fromJson(
- Map json_
Implementation
AutoCreatedSubnetworkInfo.fromJson(core.Map json_)
: this(
internalRange: json_['internalRange'] as core.String?,
internalRangeRef: json_['internalRangeRef'] as core.String?,
subnetwork: json_['subnetwork'] as core.String?,
subnetworkRef: json_['subnetworkRef'] as core.String?,
);