ForZone

final case class ForZone(name: String)

ForZone provides information about which zones should consume this endpoint.

Companion:
object
Source:
ForZone.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms name to result of function

transforms name to result of function

Source:
ForZone.scala
def withName(value: String): ForZone

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
ForZone.scala

Inherited methods

Inherited from:
Product