HybridSubnetInfo.fromJson constructor
HybridSubnetInfo.fromJson(
- Map json_
Implementation
HybridSubnetInfo.fromJson(core.Map json_)
: this(
displayName: json_['displayName'] as core.String?,
region: json_['region'] as core.String?,
uri: json_['uri'] as core.String?,
);