ExternalDocumentation

final case class ExternalDocumentation(description: Option[String], url: Option[String])

ExternalDocumentation allows referencing an external resource for extended documentation.

Source:
ExternalDocumentation.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if description has a value, transforms to the result of function

if description has a value, transforms to the result of function

Source:
ExternalDocumentation.scala

if url has a value, transforms to the result of function

if url has a value, transforms to the result of function

Source:
ExternalDocumentation.scala

Returns a new data with description set to new value

Returns a new data with description set to new value

Source:
ExternalDocumentation.scala

Returns a new data with url set to new value

Returns a new data with url set to new value

Source:
ExternalDocumentation.scala

Inherited methods

Inherited from:
Product