Skip to main content

set_property

Method
This is a method of the MinimalTelemetry class in the telemetry_funcs module.
Set a property

Signature

def set_property(&mut self, key: impl Into<String>, value: serde_json::Value) -> ()

Parameters

key
impl Into<String>
required
No description available.
value
serde_json::Value
required
No description available.

Returns

Returns
()
The result of the operation.