updateRequestUrl property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? updateRequestUrl
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:Google-Valuables. Deprecated.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? updateRequestUrl;