googleapis.bigquery.ScriptStackFrame
See theScriptStackFrame companion object
final case class ScriptStackFrame(startLine: Option[Int], endColumn: Option[Int], procedureId: Option[String], text: Option[String], endLine: Option[Int], startColumn: Option[Int])
Attributes
- Companion
- object
- Source
- ScriptStackFrame.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article