mappedin
/
com.mappedin.sdk.models
/
MPIVenueResponse
M
P
I
Venue
Response
data class
MPIVenueResponse
(data:
String
)
Content copied to clipboard
MPIVenueResponse
contains a data string for a given venue.
Constructors
Functions
Properties
Constructors
MPIVenueResponse
Link copied to clipboard
fun
MPIVenueResponse
(data:
String
)
Content copied to clipboard
On this page
On this page
Functions
component1
Link copied to clipboard
operator fun
component1
():
String
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(data:
String
):
MPIVenueResponse
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
On this page
On this page
Properties
data
Link copied to clipboard
val
data
:
String
Content copied to clipboard
On this page
On this page