dexcare
/
org.dexcare.services.virtualvisit.models
/
Answer
Answer
data class
Answer
(id:
String
, type:
String
, value:
String
, text:
String
) :
Parcelable
Content copied to clipboard
Functions
Properties
Functions
describeContents
Link copied to clipboard
abstract fun
describeContents
():
Int
Content copied to clipboard
writeToParcel
Link copied to clipboard
abstract fun
writeToParcel
(p0:
Parcel
, p1:
Int
)
Content copied to clipboard
Properties
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
text
Link copied to clipboard
val
text
:
String
Content copied to clipboard
type
Link copied to clipboard
val
type
:
String
Content copied to clipboard
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard