urlRetrievalStatus property

String? urlRetrievalStatus
getter/setter pair

Status of the url retrieval. Possible string values are:

  • "URL_RETRIEVAL_STATUS_UNSPECIFIED" : Default value. This value is unused.
  • "URL_RETRIEVAL_STATUS_SUCCESS" : Url retrieval is successful.
  • "URL_RETRIEVAL_STATUS_ERROR" : Url retrieval is failed due to error.

Implementation

core.String? urlRetrievalStatus;