SourceCodeLocationActionFacet

data class SourceCodeLocationActionFacet(val getProducer: String, val getSchemaURL: String, val type: String? = null, val url: String? = null)

Represents a source code location action facet.

Parameters

getProducer

The name of the producer of the action.

getSchemaURL

The URL of the schema for the action.

type

The type of the action, such as function, class, or method.

url

The URL of the source code location.

Constructors

Link copied to clipboard
constructor(getProducer: String, getSchemaURL: String, type: String? = null, url: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: String? = null
Link copied to clipboard
val url: String? = null