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

com.pubnub.internal.models.server.files.FormField.kt Maven / Gradle / Ivy

package com.pubnub.internal.models.server.files

data class FormField(
    val key: String,
    val value: String,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy