InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange.fromJson constructor
InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange.fromJson(
- Map json_
Implementation
InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange.fromJson(
core.Map json_)
: this(
max: json_['max'] as core.int?,
min: json_['min'] as core.int?,
);