DocumentItemDtoPropertiesInner

data class DocumentItemDtoPropertiesInner(val name: String? = null, val value: String? = null)

Parameters

name

A name that describes this property.

value The value for this property.

Constructors

Link copied to clipboard
constructor(name: String? = null, value: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "name")
val name: String? = null
Link copied to clipboard
@SerializedName(value = "value")
val value: String? = null