toggle menu
restaurant_information_system
1.0-SNAPSHOT
jvm
switch theme
search in API
restaurant_information_system
/
org.example.data.dto.ifconfig
/
UserAgent
User
Agent
data
class
UserAgent
(
val
product
:
String
,
val
version
:
String
,
val
comment
:
String
,
val
rawValue
:
String
)
접속 Agent 정보
Members
Constructors
User
Agent
Link copied to clipboard
constructor
(
product
:
String
,
version
:
String
,
comment
:
String
,
rawValue
:
String
)
Properties
comment
Link copied to clipboard
val
comment
:
String
product
Link copied to clipboard
val
product
:
String
raw
Value
Link copied to clipboard
@
SerializedName
(
value
=
"raw_value"
)
val
rawValue
:
String
version
Link copied to clipboard
val
version
:
String