|
@@ -20,7 +20,7 @@ type ChannelAffinityRule struct {
|
|
|
|
|
|
|
|
ParamOverrideTemplate map[string]interface{} `json:"param_override_template,omitempty"`
|
|
ParamOverrideTemplate map[string]interface{} `json:"param_override_template,omitempty"`
|
|
|
|
|
|
|
|
- SkipRetryOnFailure bool `json:"skip_retry_on_failure,omitempty"`
|
|
|
|
|
|
|
+ SkipRetryOnFailure bool `json:"skip_retry_on_failure"`
|
|
|
|
|
|
|
|
IncludeUsingGroup bool `json:"include_using_group"`
|
|
IncludeUsingGroup bool `json:"include_using_group"`
|
|
|
IncludeModelName bool `json:"include_model_name"`
|
|
IncludeModelName bool `json:"include_model_name"`
|