interface UpdateProjectSettingsRequestUpdatePeriodicReport {
    enabled?: boolean;
    frequency?: ProjectSettingsPeriodicReportFrequency;
    sendingDay?: number;
    sendingHour?: number;
}

Properties

enabled?: boolean

(Optional) Enable or disable periodic report notifications.

(Optional) Frequency at which you receive periodic report notifications.

sendingDay?: number

(Optional) On which day you receive periodic report notifications (1-7 weekly, 1-28 monthly).

sendingHour?: number

(Optional) Hour at which you receive periodic report notifications.