lithic-kotlin-root
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
lithic-kotlin-root
lithic-kotlin-root
/
com.lithic.api.models
/
CardGetEmbedUrlParams
Card
Get
Embed
Url
Params
class
CardGetEmbedUrlParams
(
token
:
String
,
css
:
String
?
,
expiration
:
OffsetDateTime
?
,
targetOrigin
:
String
?
,
additionalQueryParams
:
Map
<
String
,
List
<
String
>
>
,
additionalHeaders
:
Map
<
String
,
List
<
String
>
>
,
additionalBodyProperties
:
Map
<
String
,
JsonValue
>
)
Members
Constructors
Card
Get
Embed
Url
Params
Link copied to clipboard
constructor
(
token
:
String
,
css
:
String
?
,
expiration
:
OffsetDateTime
?
,
targetOrigin
:
String
?
,
additionalQueryParams
:
Map
<
String
,
List
<
String
>
>
,
additionalHeaders
:
Map
<
String
,
List
<
String
>
>
,
additionalBodyProperties
:
Map
<
String
,
JsonValue
>
)
Types
Builder
Link copied to clipboard
class
Builder
Card
Get
Embed
Url
Body
Link copied to clipboard
class
CardGetEmbedUrlBody
Companion
Link copied to clipboard
object
Companion
Functions
_
additional
Body
Properties
Link copied to clipboard
fun
_additionalBodyProperties
(
)
:
Map
<
String
,
JsonValue
>
_
additional
Headers
Link copied to clipboard
fun
_additionalHeaders
(
)
:
Map
<
String
,
List
<
String
>
>
_
additional
Query
Params
Link copied to clipboard
fun
_additionalQueryParams
(
)
:
Map
<
String
,
List
<
String
>
>
css
Link copied to clipboard
fun
css
(
)
:
String
?
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
expiration
Link copied to clipboard
fun
expiration
(
)
:
OffsetDateTime
?
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
target
Origin
Link copied to clipboard
fun
targetOrigin
(
)
:
String
?
to
Builder
Link copied to clipboard
fun
toBuilder
(
)
:
CardGetEmbedUrlParams.Builder
token
Link copied to clipboard
fun
token
(
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String