InterconnectApplicationAwareInterconnectBandwidthPercentage.fromJson constructor
InterconnectApplicationAwareInterconnectBandwidthPercentage.fromJson(
- Map json_
Implementation
InterconnectApplicationAwareInterconnectBandwidthPercentage.fromJson(
core.Map json_,
) : this(
percentage: json_['percentage'] as core.int?,
trafficClass: json_['trafficClass'] as core.String?,
);