![JAR search and dependency download from the Maven repository](/logo.png)
com.ecwid.apiclient.v3.dto.common.NullableUpdatedValue.kt Maven / Gradle / Ivy
package com.ecwid.apiclient.v3.dto.common
/**
* Wrapper for request values, which can be sent as explicit nulls in resulting json.
*/
data class NullableUpdatedValue(
val value: T?,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy