Firewall Pending Change
data class FirewallPendingChange(val dropletId: Int? = null, val removing: Boolean? = null, val status: String? = null)
Constructors
Link copied to clipboard
fun FirewallPendingChange(dropletId: Int? = null, removing: Boolean? = null, status: String? = null)