Release
[Source]
Constructors
create
[Source]
new val create(
creds: Credentials val,
id': I64 val,
node_id': String val,
author': User val,
tag_name': String val,
target_commitish': String val,
name': String val,
body': String val,
draft': Bool val,
prerelease': Bool val,
created_at': String val,
published_at': String val,
assets': Array[Asset val] val,
url': String val,
assets_url': String val,
upload_url': String val,
html_url': String val,
tarball_url': String val,
zipball_url': String val)
: Release val^
Parameters
Returns
Public fields
let id: I64 val
[Source]
let node_id: String val
[Source]
let author: User val
[Source]
let tag_name: String val
[Source]
let target_commitish: String val
[Source]
let name: String val
[Source]
let body: String val
[Source]
let draft: Bool val
[Source]
let prerelease: Bool val
[Source]
let created_at: String val
[Source]
let published_at: String val
[Source]
let assets: Array[Asset val] val
[Source]
let url: String val
[Source]
let assets_url: String val
[Source]
let upload_url: String val
[Source]
let html_url: String val
[Source]
let tarball_url: String val
[Source]
let zipball_url: String val
[Source]