adsLinks property
Linked Ads accounts that are active or pending approval.
To create a new link request, add a new link with status active
to the
list. It will remain in a pending
state until approved or rejected
either in the Ads interface or through the Google Ads API. To delete an
active link, or to cancel a link request, remove it from the list.
Implementation
core.List<AccountAdsLink>? adsLinks;