Skip to content

License

[Source]

A repository license as returned by the GitHub REST API. Contains the license's SPDX identifier, display name, and key.

class val License

Constructors

create

[Source]

new val create(
  creds: Credentials val,
  node_id': String val,
  name': String val,
  key': String val,
  spdx_id': String val,
  url': String val)
: License val^

Parameters

Returns


Public fields

let node_id: String val

[Source]


let name: String val

[Source]


let key: String val

[Source]


let spdx_id: String val

[Source]


let url: String val

[Source]