struct Facebook::Proto::OfflineConversionDataSet
- Facebook::Proto::OfflineConversionDataSet
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/OfflineConversionDataSet.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: :config, 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: :description, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :duplicate_entries, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :enable_auto_assign_to_accounts, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :event_stats, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :event_time_max, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :event_time_min, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :is_mta_use, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 12 => {name: :is_restricted_use, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 13 => {name: :is_unavailable, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 14 => {name: :last_upload_app, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 15 => {name: :last_upload_app_changed_time, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 16 => {name: :match_rate_approx, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 17 => {name: :matched_entries, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 18 => {name: :name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 19 => {name: :valid_entries, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 20 => {name: :auto_assign_to_new_accounts_only, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, 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, config : String | Nil = nil, creation_time : Datetime | Nil = nil, description : String | Nil = nil, duplicate_entries : Int64 | Nil = nil, enable_auto_assign_to_accounts : Bool | Nil = nil, event_stats : String | Nil = nil, event_time_max : Int64 | Nil = nil, event_time_min : Int64 | Nil = nil, is_mta_use : Bool | Nil = nil, is_restricted_use : Bool | Nil = nil, is_unavailable : Bool | Nil = nil, last_upload_app : String | Nil = nil, last_upload_app_changed_time : Int64 | Nil = nil, match_rate_approx : Int64 | Nil = nil, matched_entries : Int64 | Nil = nil, name : String | Nil = nil, valid_entries : Int64 | Nil = nil, auto_assign_to_new_accounts_only : Bool | 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)
- #auto_assign_to_new_accounts_only : Bool | Nil
- #auto_assign_to_new_accounts_only=(auto_assign_to_new_accounts_only : Bool | Nil)
- #config : String | Nil
- #config=(config : String | Nil)
- #creation_time : Datetime | Nil
- #creation_time=(creation_time : Datetime | Nil)
- #description : String | Nil
- #description=(description : String | Nil)
- #duplicate_entries : Int64 | Nil
- #duplicate_entries=(duplicate_entries : Int64 | Nil)
- #enable_auto_assign_to_accounts : Bool | Nil
- #enable_auto_assign_to_accounts=(enable_auto_assign_to_accounts : Bool | Nil)
- #event_stats : String | Nil
- #event_stats=(event_stats : String | Nil)
- #event_time_max : Int64 | Nil
- #event_time_max=(event_time_max : Int64 | Nil)
- #event_time_min : Int64 | Nil
- #event_time_min=(event_time_min : Int64 | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #is_mta_use : Bool | Nil
- #is_mta_use=(is_mta_use : Bool | Nil)
- #is_restricted_use : Bool | Nil
- #is_restricted_use=(is_restricted_use : Bool | Nil)
- #is_unavailable : Bool | Nil
- #is_unavailable=(is_unavailable : Bool | Nil)
- #last_upload_app : String | Nil
- #last_upload_app=(last_upload_app : String | Nil)
- #last_upload_app_changed_time : Int64 | Nil
- #last_upload_app_changed_time=(last_upload_app_changed_time : Int64 | Nil)
- #match_rate_approx : Int64 | Nil
- #match_rate_approx=(match_rate_approx : Int64 | Nil)
- #matched_entries : Int64 | Nil
- #matched_entries=(matched_entries : Int64 | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #valid_entries : Int64 | Nil
- #valid_entries=(valid_entries : Int64 | Nil)