User class

사용자 정보 조회 API 응답으로 제공되는 사용자 정보 최상위 클래스

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

Properties

connectedAt ↔ DateTime?
서비스에 연결 완료된 시각, UTC
read / write
groupUserToken ↔ String?
앱이 그룹에 속해 있는 경우 그룹 내 사용자 식별 토큰입니다 앱의 그룹정보가 변경될 경우 토큰 값도 변경됩니다 제휴를 통해 권한이 부여된 특정 앱에만 제공됩니다
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
hasSignedUp ↔ bool?
signup 여부 정보
read / write
id ↔ int
회원번호
read / write
kakaoAccount Account?
카카오계정 정보
read / write
properties ↔ Map<String, String>?
추가 정보
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
synchedAt ↔ DateTime?
카카오싱크 간편가입을 통해 로그인한 시각, UTC
read / write

Methods

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

Operators

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