When modifying or accessing entity properties, consistently you have to step into the data property:
my_entity.data.my_property
my_entity.data.my_other_property
Compare this to the other gcloud datastore APIs:
Python:
Ruby:
It would be nice if properties could be accessed on the entity directly.