Resource

discovery.Resource
See theResource companion object
case class Resource(methods: Map[String, ApiMethod], resources: Resources, deprecated: Option[Boolean])

Attributes

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

Members list

Value members

Concrete methods

def get(name: String): Option[ApiMethod]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product