Content(title: String, imageUrl: String, link: Link, description: String? = null, imageWidth: Int? = null, imageHeight: Int? = null)
콘텐츠의 내용을 담고 있는 오브젝트.
imageWidth
- 콘텐츠의 이미지 너비 (단위: 픽셀)
imageHeight
- 콘텐츠의 이미지 높이 (단위: 픽셀)
Author
kevin.kang.