Skip to content

Commit

Permalink
[chore] Update docs for Struct. (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored Dec 27, 2018
1 parent 34d4478 commit 6f95271
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/marshal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ Protocol buffer type Python type Nullable
``google.protobuf.FloatValue`` ``float`` Yes
``google.protobuf.Int32Value`` ``int`` Yes
``google.protobuf.Int64Value`` ``int`` Yes
``google.protobuf.ListValue`` ``MutableSequence`` –
``google.protobuf.StringValue`` ``str`` Yes
``google.protobuf.Struct`` ``MutableMapping`` –
``google.protobuf.Timestamp`` ``datetime.datetime`` Yes
``google.protobuf.UInt32Value`` ``int`` Yes
``google.protobuf.UInt64Value`` ``int`` Yes
``google.protobuf.Value`` JSON-encodable values Yes
=================================== ======================= ========

.. note::
Expand Down

0 comments on commit 6f95271

Please sign in to comment.