StringEvent defines en Event object wrapper where all the attributes contain key/value pairs that are strings instead of raw bytes.

interface StringEventSDKType {
    attributes: AttributeSDKType[];
    type: string;
}

Properties

Properties

attributes: AttributeSDKType[]
type: string