customData property

String? customData
getter/setter pair

Data to be copied to backend requests.

Custom data is returned to Scotty in the agent_state field, which Scotty will then provide in subsequent upload notifications.

Implementation

core.String? customData;