pub fn get_by_value<'a>(
    bin: &'a str,
    value: &'a Value,
    return_type: ListReturnType
) -> Operation<'a>
Expand description

Creates a list get by value operation. Server selects list items identified by value and returns selected data specified by returnType.