cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
api
/
app.softwork.cikraft.api.proxy
/
ApiProxy
/
New
/
TargetEndPoint
Target
End
Point
@
Serializable
data
class
TargetEndPoint
(
val
name
:
String
=
"default"
,
val
isDefault
:
Boolean
=
false
,
val
url
:
String
?
=
null
,
val
relativePath
:
String
?
=
null
,
val
providerId
:
String
?
,
val
properties
:
List
<
String
>
=
emptyList()
,
val
targetAPIProxyName
:
String
?
=
null
)
(
source
)
Members
Constructors
Target
End
Point
Link copied to clipboard
constructor
(
name
:
String
=
"default"
,
isDefault
:
Boolean
=
false
,
url
:
String
?
=
null
,
relativePath
:
String
?
=
null
,
providerId
:
String
?
,
properties
:
List
<
String
>
=
emptyList()
,
targetAPIProxyName
:
String
?
=
null
)
Properties
is
Default
Link copied to clipboard
val
isDefault
:
Boolean
name
Link copied to clipboard
val
name
:
String
properties
Link copied to clipboard
val
properties
:
List
<
String
>
provider
Id
Link copied to clipboard
@
SerialName
(
value
=
"provider_id"
)
val
providerId
:
String
?
relative
Path
Link copied to clipboard
val
relativePath
:
String
?
target
APIProxy
Name
Link copied to clipboard
val
targetAPIProxyName
:
String
?
url
Link copied to clipboard
val
url
:
String
?