Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

google.protobuf.Struct example python

from google.protobuf.internal.well_known_types import Struct

s = Struct()
s.update({"key": "value"})
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
3+2 =