Postgresql Cluster Maintenance Window
data class PostgresqlClusterMaintenanceWindow(val dayOfWeek: Int? = null, val startHour: Int? = null, val startMinute: Int? = null)
Constructors
Link copied to clipboard
fun PostgresqlClusterMaintenanceWindow(dayOfWeek: Int? = null, startHour: Int? = null, startMinute: Int? = null)