urlRetrievalStatus property

String? urlRetrievalStatus
getter/setter pair

The status of the URL retrieval. Possible string values are:

  • "URL_RETRIEVAL_STATUS_UNSPECIFIED" : Default value. This value is unused.
  • "URL_RETRIEVAL_STATUS_SUCCESS" : The URL was retrieved successfully.
  • "URL_RETRIEVAL_STATUS_ERROR" : The URL retrieval failed.

Implementation

core.String? urlRetrievalStatus;