interface RenameReq {
    BeaconID: string;
    Name: string;
    SessionID: string;
}

Properties

BeaconID: string
Name: string
SessionID: string