DocumentItemDtoPropertiesInner

data class DocumentItemDtoPropertiesInner(name: String?, value: String?)

Parameters

name

A name that describes this property.

value The value for this property.

Constructors

DocumentItemDtoPropertiesInner
Link copied to clipboard
fun DocumentItemDtoPropertiesInner(name: String? = null, value: String? = null)
A name that describes this property.

Properties

name
Link copied to clipboard
@SerializedName(value = name)
val name: String? = null
A name that describes this property.
value
Link copied to clipboard
@SerializedName(value = value)
val value: String? = null