推送提醒规则配置项(基于持续时长)。

interface PushSilentModeDurationRuleInput {
    mode: "DURATION";
    duration: number;
}

Properties

Properties

mode: "DURATION"

取值必须为 DURATION

duration: number

持续时长(分钟),必须为正整数。SDK 会在 REST 请求中转换为毫秒。