pub fn validate_set_task(
set: &SetValue,
prefix: &str,
result: &mut ValidationResult,
)Expand description
Validates a set task’s value Matches Go SDK’s validate:“required,min=1,dive” Set must have at least 1 key-value pair
pub fn validate_set_task(
set: &SetValue,
prefix: &str,
result: &mut ValidationResult,
)Validates a set task’s value Matches Go SDK’s validate:“required,min=1,dive” Set must have at least 1 key-value pair