instances property
A list of objects representing independent instances of configuration. For example, multiple networks on IRC if multiple are provided by the same application service.
The instances are modified by the homeserver from the response of
GET /_matrix/app/v1/thirdparty/protocol/{protocol}
to include an instance_id
to serve as a unique identifier for each
instance on the homeserver.
Implementation
@override
List<Instances$2>? instances;