type property

String? type
getter/setter pair

The URL life cycle event that Google is being notified about. Possible string values are:

  • "URL_NOTIFICATION_TYPE_UNSPECIFIED" : Unspecified.
  • "URL_UPDATED" : The given URL (Web document) has been updated.
  • "URL_DELETED" : The given URL (Web document) has been deleted.

Implementation

core.String? type;