public static class TagRulesApi.GetTagRuleScoreOptionalParameters extends Object
| Constructor and Description |
|---|
GetTagRuleScoreOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
TagRulesApi.GetTagRuleScoreOptionalParameters |
tsEnd(Long tsEnd)
Set tsEnd.
|
TagRulesApi.GetTagRuleScoreOptionalParameters |
tsStart(Long tsStart)
Set tsStart.
|
public TagRulesApi.GetTagRuleScoreOptionalParameters tsStart(Long tsStart)
tsStart - Start of the time window used for compliance score computation, as a Unix
timestamp in milliseconds. (optional)public TagRulesApi.GetTagRuleScoreOptionalParameters tsEnd(Long tsEnd)
tsEnd - End of the time window used for compliance score computation, as a Unix
timestamp in milliseconds. Must be in the past and greater than ts_start.
(optional)Copyright © 2026. All rights reserved.