struct Facebook::Proto::MeasurementUploadEvent

Included Modules

Defined in:

cli/proto/facebook/MeasurementUploadEvent.pb.cr

Constant Summary

FIELDS = {1 => {name: :id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :aggregation_level, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :conversion_end_date, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :conversion_start_date, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :event_status, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :lookback_window, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :match_universe, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :timezone, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :upload_tag, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Fields = {} of String => Field

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(id : String | Nil = nil, aggregation_level : String | Nil = nil, conversion_end_date : String | Nil = nil, conversion_start_date : String | Nil = nil, event_status : String | Nil = nil, lookback_window : String | Nil = nil, match_universe : String | Nil = nil, timezone : String | Nil = nil, upload_tag : String | Nil = nil) #

def self.new(pull : JSON::PullParser) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def []=(key : String, val) #

def []?(key : String) #

def aggregation_level : String | Nil #

def aggregation_level=(aggregation_level : String | Nil) #

def conversion_end_date : String | Nil #

def conversion_end_date=(conversion_end_date : String | Nil) #

def conversion_start_date : String | Nil #

def conversion_start_date=(conversion_start_date : String | Nil) #

def event_status : String | Nil #

def event_status=(event_status : String | Nil) #

def id : String | Nil #

def id=(id : String | Nil) #

def lookback_window : String | Nil #

def lookback_window=(lookback_window : String | Nil) #

def match_universe : String | Nil #

def match_universe=(match_universe : String | Nil) #

def timezone : String | Nil #

def timezone=(timezone : String | Nil) #

def to_hash #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #

def upload_tag : String | Nil #

def upload_tag=(upload_tag : String | Nil) #