OptimizeToursUriResponse

A response returned by the locations.optimizeToursUri method.

JSON representation
{
  "output": {
    object (Uri)
  }
}
Fields
output

object (Uri)

Optional. The URI of the Cloud Storage object containing the OptimizeToursResponse encoded as either JSON or textproto. If the object was encoded as JSON, the extension of the object name will be .json. If the object was encoded as textproto, the extension of the object name will be .txtpb.

The crc32_checksum of the resource can be used to verify the contents of the resource have not been modified.