struct Facebook::Proto::CustomConversion
- Facebook::Proto::CustomConversion
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/CustomConversion.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: :account_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :aggregation_rule, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :creation_time, pb_type: Datetime, crystal_type: Datetime, cast_type: Datetime?, native: false, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :custom_event_type, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :default_conversion_value, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :description, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :event_source_type, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :first_fired_time, pb_type: Datetime, crystal_type: Datetime, cast_type: Datetime?, native: false, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :is_archived, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :is_unavailable, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 12 => {name: :last_fired_time, pb_type: Datetime, crystal_type: Datetime, cast_type: Datetime?, native: false, optional: true, repeated: false, default: nil, packed: false}, 13 => {name: :name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 14 => {name: :retention_days, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 15 => {name: :rule, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 16 => {name: :advanced_rule, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 17 => {name: :event_source_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 18 => {name: :custom_conversion_id, 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, account_id : String | Nil = nil, aggregation_rule : String | Nil = nil, creation_time : Datetime | Nil = nil, custom_event_type : String | Nil = nil, default_conversion_value : Int64 | Nil = nil, description : String | Nil = nil, event_source_type : String | Nil = nil, first_fired_time : Datetime | Nil = nil, is_archived : Bool | Nil = nil, is_unavailable : Bool | Nil = nil, last_fired_time : Datetime | Nil = nil, name : String | Nil = nil, retention_days : Int64 | Nil = nil, rule : String | Nil = nil, advanced_rule : String | Nil = nil, event_source_id : String | Nil = nil, custom_conversion_id : String | Nil = nil)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #account_id : String | Nil
- #account_id=(account_id : String | Nil)
- #advanced_rule : String | Nil
- #advanced_rule=(advanced_rule : String | Nil)
- #aggregation_rule : String | Nil
- #aggregation_rule=(aggregation_rule : String | Nil)
- #creation_time : Datetime | Nil
- #creation_time=(creation_time : Datetime | Nil)
- #custom_conversion_id : String | Nil
- #custom_conversion_id=(custom_conversion_id : String | Nil)
- #custom_event_type : String | Nil
- #custom_event_type=(custom_event_type : String | Nil)
- #default_conversion_value : Int64 | Nil
- #default_conversion_value=(default_conversion_value : Int64 | Nil)
- #description : String | Nil
- #description=(description : String | Nil)
- #event_source_id : String | Nil
- #event_source_id=(event_source_id : String | Nil)
- #event_source_type : String | Nil
- #event_source_type=(event_source_type : String | Nil)
- #first_fired_time : Datetime | Nil
- #first_fired_time=(first_fired_time : Datetime | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #is_archived : Bool | Nil
- #is_archived=(is_archived : Bool | Nil)
- #is_unavailable : Bool | Nil
- #is_unavailable=(is_unavailable : Bool | Nil)
- #last_fired_time : Datetime | Nil
- #last_fired_time=(last_fired_time : Datetime | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #retention_days : Int64 | Nil
- #retention_days=(retention_days : Int64 | Nil)
- #rule : String | Nil
- #rule=(rule : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf