| Name | Type | Description | Notes |
|---|---|---|---|
| bitOffset | Long | Bit offset from the start of the containing type, for bitfields. | [optional] |
| bitSize | Long | Width in bits, for bitfields. | [optional] |
| dataTypeId | Long | The member's type. | [optional] |
| isBitfield | Boolean | Whether this member is a bitfield. | |
| name | String | Member name, absent for unnamed padding. | [optional] |
| offset | Long | Byte offset from the start of the containing type. | |
| size | Long | Member size in bytes. |