class NotificationOptions

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
typeintType of notificationYou can manipulate the field type as if it were a regular field. To clear the value of type and reset it to the default value for its type, you call the ClearField() method of the Message interface.
rate_m_secintRate value (in meters per second) (if applicable)You can manipulate the field rate_m_sec as if it were a regular field. To clear the value of rate_m_sec and reset it to the default value for its type, you call the ClearField() method of the Message interface.
threshold_valuefloatThreshold value (if applicable)You can manipulate the field threshold_value as if it were a regular field. To clear the value of threshold_value and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Common (Python)