pub fn set_logged_in_indicator(
service: &ZapService,
contextid: String,
loggedinindicatorregex: String,
) -> Result<Value, ZapApiError>
Expand description
Sets the logged in indicator for the context with the given ID.
pub fn set_logged_in_indicator(
service: &ZapService,
contextid: String,
loggedinindicatorregex: String,
) -> Result<Value, ZapApiError>
Sets the logged in indicator for the context with the given ID.