PhotoResponse

Response payload for a single Photo in batch operations including photos.batchGet and photos.batchUpdate.

JSON representation
{
  "status": {
    object (Status)
  },
  "photo": {
    object (Photo)
  }
}
Fields
status

object (Status)

The status for the operation to get or update a single photo in the batch request.

photo

object (Photo)

The Photo resource, if the request was successful.