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

xyz.cssxsh.pixiv.fanbox.UserUpdate.kt Maven / Gradle / Ivy

package xyz.cssxsh.pixiv.fanbox

public data class UserUpdate(
    val name: String? = null,
    val showAdultContent: Boolean? = null,
    val socialConnectTwitter: Boolean? = null,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy