LinkInfo class

카카오스토리 포스팅을 위한 스크랩 API 응답 클래스

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true, includeIfNull: false)

Properties

description String?
웹 페이지의 설명
final
hashCode int
The hash code for this object.
no setterinherited
host String?
스크랩한 호스트 도메인
final
images List<String>?
웹 페이지의 대표 이미지 주소의 url array 최대 3개
final
requestedUrl String?
요청시의 URL 원본 resolution 을 하기 전의 URL
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
section String?
웹 페이지의 섹션 정보
final
title String?
웹 페이지의 제목
final
type String?
웹 페이지의 콘텐츠 타입 예) video, music, book, article, profile, website 등
final
url String?
스크랩 한 주소의 URL shorten URL 의 경우 resolution 한 실제 URL
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited