Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 943 Bytes

File metadata and controls

12 lines (8 loc) · 943 Bytes

class FirmwareComponentVersion

Member values

Member name Data type Description Usage
name str Name of the component You 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.
version str Version of the component You 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_id int Device id of the component You 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)