Content

constructor(title: String? = null, imageUrl: String? = null, link: Link, description: String? = null, imageWidth: Int? = null, imageHeight: Int? = null)

Parameters

title

제목
Title

imageUrl

이미지 URL
Image URL

link

바로가기 URL
Link URL

imageWidth

이미지 너비(단위: 픽셀)
Image width (Unit: Pixel)

imageHeight

이미지 높이(단위: 픽셀)
Image height (Unit: Pixel)