Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.