All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.jeffshaw.digitalocean.BackupWindow.scala Maven / Gradle / Ivy

package me.jeffshaw.digitalocean

import java.time.Instant

case class BackupWindow(
  start: Instant,
  end: Instant
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy