Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.api.data
/
OpenSeaMetadata
Open
Sea
Metadata
data
class
OpenSeaMetadata
(
val
collectionName
:
String
,
val
safelistRequestStatus
:
String
,
val
imageUrl
:
String
?
,
val
description
:
String
,
val
externalUrl
:
String
,
val
lastIngestedAt
:
String
,
val
floorPrice
:
Float
?
,
val
twitterUsername
:
String
?
,
val
discordUrl
:
String
?
)
Members
Constructors
Open
Sea
Metadata
Link copied to clipboard
constructor
(
collectionName
:
String
,
safelistRequestStatus
:
String
,
imageUrl
:
String
?
,
description
:
String
,
externalUrl
:
String
,
lastIngestedAt
:
String
,
floorPrice
:
Float
?
,
twitterUsername
:
String
?
,
discordUrl
:
String
?
)
Properties
collection
Name
Link copied to clipboard
val
collectionName
:
String
description
Link copied to clipboard
val
description
:
String
discord
Url
Link copied to clipboard
val
discordUrl
:
String
?
external
Url
Link copied to clipboard
val
externalUrl
:
String
floor
Price
Link copied to clipboard
val
floorPrice
:
Float
?
image
Url
Link copied to clipboard
val
imageUrl
:
String
?
last
Ingested
At
Link copied to clipboard
val
lastIngestedAt
:
String
safelist
Request
Status
Link copied to clipboard
val
safelistRequestStatus
:
String
twitter
Username
Link copied to clipboard
val
twitterUsername
:
String
?