toggle menu
restaurant_information_system
1.0-SNAPSHOT
jvm
switch theme
search in API
restaurant_information_system
/
org.example.data.dto
/
NaverApi
Naver
Api
data
class
NaverApi
(
val
apiKeyId
:
String
,
val
apiKey
:
String
)
Members
Constructors
Naver
Api
Link copied to clipboard
constructor
(
apiKeyId
:
String
,
apiKey
:
String
)
Properties
api
Key
Link copied to clipboard
@
SerializedName
(
value
=
"X-NCP-APIGW-API-KEY"
)
val
apiKey
:
String
api
Key
Id
Link copied to clipboard
@
SerializedName
(
value
=
"X-NCP-APIGW-API-KEY-ID"
)
val
apiKeyId
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String