moons-ta-client
    Preparing search index...

    Interface Role

    from protobuf message proto.models.Role

    interface Role {
        guid: string;
        name: string;
        permissions: string[];
        roleId: string;
        tournamentId: string;
    }
    Index

    Properties

    guid: string

    from protobuf field: string guid = 1;

    name: string

    from protobuf field: string name = 2;

    permissions: string[]

    from protobuf field: repeated string permissions = 5;

    roleId: string

    from protobuf field: string role_id = 3;

    tournamentId: string

    from protobuf field: string tournament_id = 4;