platformtools
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
platformtools
releasefetcher
/
io.github.kdroidfilter.platformtools.releasefetcher.github.model
/
Asset
Asset
@
Serializable
data
class
Asset
(
val
url
:
String
,
val
id
:
Int
,
val
node_id
:
String
,
val
name
:
String
,
val
label
:
String
,
val
uploader
:
Uploader
,
val
content_type
:
String
,
val
state
:
String
,
val
size
:
Int
,
val
download_count
:
Int
,
val
created_at
:
String
,
val
updated_at
:
String
,
val
browser_download_url
:
String
)
Members
Constructors
Asset
Link copied to clipboard
constructor
(
url
:
String
,
id
:
Int
,
node_id
:
String
,
name
:
String
,
label
:
String
,
uploader
:
Uploader
,
content_type
:
String
,
state
:
String
,
size
:
Int
,
download_count
:
Int
,
created_at
:
String
,
updated_at
:
String
,
browser_download_url
:
String
)
Properties
browser_
download_
url
Link copied to clipboard
val
browser_download_url
:
String
content_
type
Link copied to clipboard
val
content_type
:
String
created_
at
Link copied to clipboard
val
created_at
:
String
download_
count
Link copied to clipboard
val
download_count
:
Int
id
Link copied to clipboard
val
id
:
Int
label
Link copied to clipboard
val
label
:
String
name
Link copied to clipboard
val
name
:
String
node_
id
Link copied to clipboard
val
node_id
:
String
size
Link copied to clipboard
val
size
:
Int
state
Link copied to clipboard
val
state
:
String
updated_
at
Link copied to clipboard
val
updated_at
:
String
uploader
Link copied to clipboard
val
uploader
:
Uploader
url
Link copied to clipboard
val
url
:
String