lib / com.kirkbushman.araw.models.commons / MediaEmbed

MediaEmbed

@JsonClass(true) data class MediaEmbed : Parcelable

Constructors

<init>

MediaEmbed(content: String?, width: Int?, height: Int?)

Properties

content

val content: String?

height

val height: Int?

width

val width: Int?