Hi,
I am using Google Ads Api Client Library for dotnet.
When I load the same user list twice and then call
FieldMasks.FromChanges(userList, userList);
as the result I get the UpdateMask object with 10 paths set.
{[ "id", "read_only", "name", "description", "integration_code", "membership_life_span", "size_for_display", "size_for_search", "eligible_for_search", "eligible_for_display" ]}
I would expect the number of the elements in the mask's Paths to be zero since the user list hasn't obviously changed.
Is this by design or it is a bug?
Thank you,
Vlad.