GetReleaseAssetsSource

data class GetReleaseAssetsSource(val format: String, val url: String) : ConvertibleToJava<GetReleaseAssetsSource>

Constructors

Link copied to clipboard
constructor(format: String, url: String)

Properties

Link copied to clipboard

The format of the source

Link copied to clipboard
val url: String

The URL of the source

Functions

Link copied to clipboard
open override fun toJava(): GetReleaseAssetsSource