simple queue help

I have a ccr1036 running a dual wan.

I need to make 2 simple queue rules that does the following;

limits WANA to a Maximum of 50Mbps download and 10Mbps upload
limits clients to 8Mbps download and 2Mbps upload

limits WANB to a Maximum of 35Mbps download and 10Mbps upload
limits clients to 8Mbps download and 2Mbps upload.

I am a bit confused on the target and destination? Would the target be the internal IP address of my clients? and destination the interface I want to limit to 50Mbps x 10Mbps or 35Mbps x 10Mbps?

Thanks

“target” is address/network/interface you aim to apply limits to.

all queue works from target perspective.

So if you write IP address, then queue download will be download for that IP address, same with network.
If you specify interface as target, you are implying that targets are all clients that are connected via that interface, and queue download will be their download (but on interface you will see it as upload)
then you can specify list of addresses or list of interfaces or mixed list - list here works as sum of all targets.