* Create struct from object value * @param {!AccountMessage} other Object value * @returns {!AccountMessage} Created struct
(other)
| 5614 | * @returns {!AccountMessage} Created struct |
| 5615 | */ |
| 5616 | static fromObject (other) { |
| 5617 | return new AccountMessage().copy(other) |
| 5618 | } |
| 5619 | |
| 5620 | /** |
| 5621 | * Get the FBE type |