mat-icon example
Example: google.protobuf.Struct example python
from google.protobuf.internal.well_known_types import Struct
s = Struct()
s.update({"key": "value"})
from google.protobuf.internal.well_known_types import Struct
s = Struct()
s.update({"key": "value"})