using System.Collections.Generic; namespace rail { public class GetRoomMetadataResult : EventBase { public List key_value = new List(); public ulong room_id; } }