GetRepositoryRepositoryLicenseLicense

data class GetRepositoryRepositoryLicenseLicense(val body: String, val conditions: List<String>, val description: String, val featured: Boolean, val htmlUrl: String, val implementation: String, val key: String, val limitations: List<String>, val name: String, val permissions: List<String>, val spdxId: String, val url: String)

Constructors

Link copied to clipboard
constructor(body: String, conditions: List<String>, description: String, featured: Boolean, htmlUrl: String, implementation: String, key: String, limitations: List<String>, name: String, permissions: List<String>, spdxId: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The text of the license.

Link copied to clipboard

Conditions associated with the license.

Link copied to clipboard

A description of the license.

Link copied to clipboard

Indicates if the license is featured.

Link copied to clipboard

The URL to view the license details on GitHub.

Link copied to clipboard

Details about the implementation of the license.

Link copied to clipboard
val key: String

A key representing the license type (e.g., "apache-2.0").

Link copied to clipboard

Limitations associated with the license.

Link copied to clipboard

The name of the repository.

Link copied to clipboard

Permissions associated with the license.

Link copied to clipboard

The SPDX identifier for the license (e.g., "Apache-2.0").

Link copied to clipboard
val url: String

The URL to access information about the license on GitHub.