isPreferred property

bool? isPreferred
getter/setter pair

Whether this link is preferred by the merchant.

Only one link can be marked as preferred per place action type at a location. If a future request marks a different link as preferred for the same place action type, then the current preferred link (if any exists) will lose its preference.

Optional.

Implementation

core.bool? isPreferred;