Domain Service Software Options
data class DomainServiceSoftwareOptions(val automatedUpdateDate: String? = null, val cancellable: Boolean? = null, val currentVersion: String? = null, val description: String? = null, val newVersion: String? = null, val optionalDeployment: Boolean? = null, val updateAvailable: Boolean? = null, val updateStatus: String? = null)