NestedData

@Serializable
data class NestedData(val nestedInt: Int, val nestedString: String, val innerNestedData: List<InnerNestedData>)

Constructors

Link copied to clipboard
constructor(nestedInt: Int, nestedString: String, innerNestedData: List<InnerNestedData>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard