InterconnectApplicationAwareInterconnectBandwidthPercentage.fromJson constructor

InterconnectApplicationAwareInterconnectBandwidthPercentage.fromJson(
  1. Map json_
)

Implementation

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