Operation

googleapis.firebase.Operation
See theOperation companion object
final case class Operation(name: Option[String], response: Option[Map[String, Json]], error: Option[Status], done: Option[Boolean], metadata: Option[Map[String, Json]])

Attributes

Companion
object
Source
Operation.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product