GetPlatformContractsResponse

@Serializable
data class GetPlatformContractsResponse(val items: List<PlatformContract>, val page: PageInfo)

계약 다건 조회 성공 응답

Constructors

Link copied to clipboard
constructor(items: List<PlatformContract>, page: PageInfo)

Properties

Link copied to clipboard

조회된 계약 리스트

Link copied to clipboard

조회된 페이지 정보