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.