struct Facebook::Proto::AdCreativePostClickConfiguration
- Facebook::Proto::AdCreativePostClickConfiguration
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/AdCreativePostClickConfiguration.pb.crConstant Summary
-
FIELDS =
{1 => {name: :post_click_item_description, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :post_click_item_headline, 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(post_click_item_description : String | Nil = nil, post_click_item_headline : String | Nil = nil)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #post_click_item_description : String | Nil
- #post_click_item_description=(post_click_item_description : String | Nil)
- #post_click_item_headline : String | Nil
- #post_click_item_headline=(post_click_item_headline : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(post_click_item_description : String | Nil = nil, post_click_item_headline : String | Nil = nil)
#