data class AppServiceTerms
앱에 사용 설정된 서비스 약관 목록 클래스
<init> |
앱에 사용 설정된 서비스 약관 목록 클래스 AppServiceTerms(tag: String, createdAt: Date, updatedAt: Date) |
createdAt |
서비스 약관이 등록된 시간 val createdAt: Date |
tag |
서비스 약관에 설정된 태그(tag) val tag: String |
updatedAt |
서비스 약관이 수정된 시간 val updatedAt: Date |