MPIImage

data class MPIImage(original: String?, large: String?, dimension140x140: String?, dimension66x66: String?, xxlarge: String?, xsmall: String?, xlarge: String?, medium: String?, xxsmall: String?, small: String?)

MPIImage represents the logo image of MPINavigatable.MPILocation

Constructors

MPIImage
Link copied to clipboard
fun MPIImage(original: String? = null, large: String? = null, dimension140x140: String? = null, dimension66x66: String? = null, xxlarge: String? = null, xsmall: String? = null, xlarge: String? = null, medium: String? = null, xxsmall: String? = null, small: String? = null)

Functions

component1
Link copied to clipboard
operator fun component1(): String?
component10
Link copied to clipboard
operator fun component10(): String?
component2
Link copied to clipboard
operator fun component2(): String?
component3
Link copied to clipboard
operator fun component3(): String?
component4
Link copied to clipboard
operator fun component4(): String?
component5
Link copied to clipboard
operator fun component5(): String?
component6
Link copied to clipboard
operator fun component6(): String?
component7
Link copied to clipboard
operator fun component7(): String?
component8
Link copied to clipboard
operator fun component8(): String?
component9
Link copied to clipboard
operator fun component9(): String?
copy
Link copied to clipboard
fun copy(original: String? = null, large: String? = null, dimension140x140: String? = null, dimension66x66: String? = null, xxlarge: String? = null, xsmall: String? = null, xlarge: String? = null, medium: String? = null, xxsmall: String? = null, small: String? = null): MPIImage
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

dimension140x140
Link copied to clipboard
val dimension140x140: String? = null
String url of the dimension140x140-sized MPIImage
dimension66x66
Link copied to clipboard
val dimension66x66: String? = null
String url of the dimension66x66-sized MPIImage
large
Link copied to clipboard
val large: String? = null
String url of the large-sized MPIImage
medium
Link copied to clipboard
val medium: String? = null
String url of the medium-sized MPIImage
original
Link copied to clipboard
val original: String? = null
String url of the original-sized MPIImage
small
Link copied to clipboard
val small: String? = null
String url of the small-sized MPIImage
xlarge
Link copied to clipboard
val xlarge: String? = null
String url of the xlarge-sized MPIImage
xsmall
Link copied to clipboard
val xsmall: String? = null
String url of the xsmall-sized MPIImage
xxlarge
Link copied to clipboard
val xxlarge: String? = null
String url of the xxlarge-sized MPIImage
xxsmall
Link copied to clipboard
val xxsmall: String? = null
String url of the xxsmall-sized MPIImage