pub type EOS_SessionSearch_RemoveParameterOptions = _tagEOS_SessionSearch_RemoveParameterOptions;Expand description
Input parameters for the EOS_SessionSearch_RemoveParameter function.
Removal requires both the key and its comparator in order to remove as the same key can be used in more than one operation
Aliased Type§
#[repr(C)]pub struct EOS_SessionSearch_RemoveParameterOptions {
pub ApiVersion: i32,
pub Key: *const u8,
pub ComparisonOp: i32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_SESSIONSEARCH_REMOVEPARAMETER_API_LATEST.
Key: *const u8Search parameter key to remove from the search
ComparisonOp: i32Search comparison operation associated with the key to remove