InterconnectAttachment.fromJson constructor

InterconnectAttachment.fromJson(
  1. Map json_
)

Implementation

InterconnectAttachment.fromJson(core.Map json_)
  : this(region: json_['region'] as core.String?);