Sha256: ce4ee78998817f117fadbcf7b01feb91aa6e547d7e82f9bc859b8ab65c059bac

Contents?: true

Size: 439 Bytes

Versions: 2

Compression:

Stored size: 439 Bytes

Contents

package org.embulk.parser.firebase_avro.define.root

case class Event_Dim(date: Option[String],
                     name: Option[String],
                     params: List[event_dim.Params],
                     timestamp_micros: Option[Long],
                     previous_timestamp_micros: Option[Long],
                     value_in_usd: Option[Double])

object Event_Dim {
  val empty = Event_Dim(None, None, Nil, None, None, None)
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
embulk-parser-firebase_avro-0.1.3 src/main/scala/org/embulk/parser/firebase_avro/define/root/Event_Dim.scala
embulk-parser-firebase_avro-0.1.2 src/main/scala/org/embulk/parser/firebase_avro/define/root/Event_Dim.scala