User Service Terms
data class UserServiceTerms(userId: Long?, allowedServiceTerms: List<ServiceTerms>?, appServiceTerms: List<AppServiceTerms>?)
Content copied to clipboard
사용자가 동의한 약관 조회 API 응답 클래스
Constructors
Link copied to clipboard
fun UserServiceTerms(userId: Long?, allowedServiceTerms: List<ServiceTerms>?, appServiceTerms: List<AppServiceTerms>?)
Content copied to clipboard