License

com.codacy.plugins.api.results.Result.SBOM.License
case class License(id: Option[String], name: Option[String])

A software license.

id and name cannot both be undefined.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product