Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 584 Bytes

File metadata and controls

15 lines (7 loc) · 584 Bytes

CreateStruct

A map or message creation expression. Maps are constructed as {'key_name': 'value'}. Message construction is similar, but prefixed with a type name and composed of field ids: types.MyType{field_id: 'value'}.

Properties

Name Type Description Notes
messageName String The type name of the message to be created, empty when creating map literals. [optional]
entries List<Entry> The entries in the creation expression. [optional]