Argument

googleapis.bigquery.Argument
See theArgument companion object
final case class Argument(name: Option[String], isAggregate: Option[Boolean], mode: Option[ArgumentMode], dataType: Option[StandardSqlDataType], argumentKind: Option[ArgumentArgumentKind])

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product