CardListResponse
public struct CardListResponse : Codable
Card 목록
-
카드 이름
Declaration
Swift
public let name: String
-
카드의 심볼 이미지 URL
Declaration
Swift
public let symbolImg: String
-
카드 목록
Declaration
Swift
public let cards: [Card]
-
추가로 가져올 수 있는 다음 카드 목록을 위한 커서 이 값은 카드 목록이 100개 이상인 경우, 다음 카드 목록을 가져오기 위해 사용 100개 이하일 경우 빈 문자열 반환
Declaration
Swift
public let nextCursor: String
-
JSON 필드명
Declaration
Swift
enum CodingKeys : String, CodingKey