Determines the type and meaning of the PropertyValue based on the Python
type of the input value(s).
NOTE: This function does not validate anything!
Args
name
String or unicode; the property name.
values
The values for this property, either a single one or a list of them.
All values must be a supported type. Lists of values must all be of the
same type.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["The function `google.appengine.api.datastore_types.ToPropertyPb` creates type-specific `entity_pb2.PropertyValues`."],["It determines the type and meaning of `PropertyValue` based on the Python type of the input value(s)."],["The function takes a property `name` and `values` as input, where values can be a single value or a list of values of the same type."],["The `ToPropertyPb` function returns a list of `entity_pb2.Property` instances, without any validation."]]],[]]