pub type EOS_Sessions_AttributeData = _tagEOS_Sessions_AttributeData;Expand description
Contains information about both session and search parameter attribution
Aliased Type§
#[repr(C)]pub struct EOS_Sessions_AttributeData {
pub ApiVersion: i32,
pub Key: *const u8,
pub Value: _tagEOS_Sessions_AttributeData__bindgen_ty_1,
pub ValueType: i32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_SESSIONS_ATTRIBUTEDATA_API_LATEST.
Key: *const u8Name of the session attribute
Value: _tagEOS_Sessions_AttributeData__bindgen_ty_1Value of the session attribute
ValueType: i32Type of value stored in the union