Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hydra.Langs.Protobuf.Any
Description
Synopsis
- data Any = Any {
- anyTypeUrl :: String
- anyValue :: String
- _Any :: Name
- _Any_typeUrl :: Name
- _Any_value :: Name
Documentation
Any
contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.
Constructors
Any | |
Fields
|
_Any_typeUrl :: Name Source #
_Any_value :: Name Source #