class FirmwareComponentVersion

February 26, 2020 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
namestrName of the componentYou can manipulate the field name as if it were a regular field. To clear the value of name and reset it to the default value for its type, you call the ClearField() method of the Message interface.
versionstrVersion of the componentYou can manipulate the field version as if it were a regular field. To clear the value of version and reset it to the default value for its type, you call the ClearField() method of the Message interface.
device_idintDevice id of the componentYou can manipulate the field device_id as if it were a regular field. To clear the value of device_id and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Base (Python)