updateRequestUrl property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
URL for the merchant endpoint that would be called to request updates.
The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? updateRequestUrl;