Request

com.netflix.atlas.webapi.TagsApi.Request
case class Request(key: Option[String], version: Option[String], query: Option[String], format: Option[String], offset: Option[String], verbose: Boolean, limit: Int)

Attributes

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

Members list

Value members

Concrete methods

def actualLimit: Int
def toDbRequest: AnyRef
def toTagQuery(cq: Query): TagQuery
def useJson: Boolean
def useText: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product