moons-ta-client
    Preparing search index...

    Interface Match

    from protobuf message proto.models.Match

    interface Match {
        associatedUsers: string[];
        guid: string;
        leader: string;
        selectedMap?: Map;
    }
    Index

    Properties

    associatedUsers: string[]

    from protobuf field: repeated string associated_users = 2;

    guid: string

    from protobuf field: string guid = 1;

    leader: string

    from protobuf field: string leader = 3;

    selectedMap?: Map

    from protobuf field: proto.models.Map selected_map = 4;