_Message__decoded_fields AttributeError是什么意思?

时间:2015-12-03 11:04:06

标签: python google-app-engine google-cloud-endpoints endpoints-proto-datastore

我想使用结构化属性并创建了一个非常简单的示例。

class StudentScore(EndpointsModel):
  name = ndb.StringProperty()
  mark = ndb.StringProperty()

class MyModel(EndpointsModel):
  scores = ndb.StructuredProperty(StudentScore)

但是我在尝试put()时遇到错误。

  

AttributeError:'StudentScore'对象没有属性   '_Message__decoded_fields'

0 个答案:

没有答案