HybridSubnetInfo.fromJson constructor

HybridSubnetInfo.fromJson(
  1. 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?,
    );