struct Facebook::Proto::AdsPixel
- Facebook::Proto::AdsPixel
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/AdsPixel.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: :automatic_matching_fields, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 4 => {name: :can_proxy, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :code, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :creation_time, pb_type: Datetime, crystal_type: Datetime, cast_type: Datetime?, native: false, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :data_use_setting, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :enable_automatic_matching, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :first_party_cookie_status, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :is_created_by_business, 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}} of Int32 => HashLiteral(Symbol, ASTNode)
-
Fields =
{} of String => Field
Constructors
- .new(buf : Protobuf::Buffer)
- .new(id : String | Nil = nil, account_id : String | Nil = nil, automatic_matching_fields : Array(String) | Nil = nil, can_proxy : Bool | Nil = nil, code : String | Nil = nil, creation_time : Datetime | Nil = nil, data_use_setting : String | Nil = nil, enable_automatic_matching : Bool | Nil = nil, first_party_cookie_status : String | Nil = nil, is_created_by_business : Bool | Nil = nil, is_unavailable : Bool | Nil = nil, last_fired_time : Datetime | Nil = nil, name : 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)
- #automatic_matching_fields : Array(String) | Nil
- #automatic_matching_fields=(automatic_matching_fields : Array(String) | Nil)
- #automatic_matching_fields=(automatic_matching_fields : Array(String) | Nil)
- #can_proxy : Bool | Nil
- #can_proxy=(can_proxy : Bool | Nil)
- #code : String | Nil
- #code=(code : String | Nil)
- #creation_time : Datetime | Nil
- #creation_time=(creation_time : Datetime | Nil)
- #data_use_setting : String | Nil
- #data_use_setting=(data_use_setting : String | Nil)
- #enable_automatic_matching : Bool | Nil
- #enable_automatic_matching=(enable_automatic_matching : Bool | Nil)
- #first_party_cookie_status : String | Nil
- #first_party_cookie_status=(first_party_cookie_status : String | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #is_created_by_business : Bool | Nil
- #is_created_by_business=(is_created_by_business : 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)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf