struct Facebook::Proto::MeasurementUploadEvent
- Facebook::Proto::MeasurementUploadEvent
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/MeasurementUploadEvent.pb.crConstant 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
- .new(buf : Protobuf::Buffer)
- .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)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #aggregation_level : String | Nil
- #aggregation_level=(aggregation_level : String | Nil)
- #conversion_end_date : String | Nil
- #conversion_end_date=(conversion_end_date : String | Nil)
- #conversion_start_date : String | Nil
- #conversion_start_date=(conversion_start_date : String | Nil)
- #event_status : String | Nil
- #event_status=(event_status : String | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #lookback_window : String | Nil
- #lookback_window=(lookback_window : String | Nil)
- #match_universe : String | Nil
- #match_universe=(match_universe : String | Nil)
- #timezone : String | Nil
- #timezone=(timezone : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #upload_tag : String | Nil
- #upload_tag=(upload_tag : String | Nil)
Constructor Detail
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)
#