struct Facebook::Proto::LeadGenFormPreviewDetails

Included Modules

Defined in:

cli/proto/facebook/LeadGenFormPreviewDetails.pb.cr

Constant Summary

FIELDS = {1 => {name: :call_to_action_title, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :default_appointment_scheduling_inline_context, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :edit_text, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :email_inline_context_text, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :next_button_text, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :personal_info_text, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :phone_number_inline_context_text, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :review_your_info_text, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :secure_sharing_text, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :slide_to_submit_text, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :submit_button_text, 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

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(call_to_action_title : String | Nil = nil, default_appointment_scheduling_inline_context : String | Nil = nil, edit_text : String | Nil = nil, email_inline_context_text : String | Nil = nil, next_button_text : String | Nil = nil, personal_info_text : String | Nil = nil, phone_number_inline_context_text : String | Nil = nil, review_your_info_text : String | Nil = nil, secure_sharing_text : String | Nil = nil, slide_to_submit_text : String | Nil = nil, submit_button_text : String | Nil = nil) #

def self.new(pull : JSON::PullParser) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def []=(key : String, val) #

def []?(key : String) #

def call_to_action_title : String | Nil #

def call_to_action_title=(call_to_action_title : String | Nil) #

def default_appointment_scheduling_inline_context : String | Nil #

def default_appointment_scheduling_inline_context=(default_appointment_scheduling_inline_context : String | Nil) #

def edit_text : String | Nil #

def edit_text=(edit_text : String | Nil) #

def email_inline_context_text : String | Nil #

def email_inline_context_text=(email_inline_context_text : String | Nil) #

def next_button_text : String | Nil #

def next_button_text=(next_button_text : String | Nil) #

def personal_info_text : String | Nil #

def personal_info_text=(personal_info_text : String | Nil) #

def phone_number_inline_context_text : String | Nil #

def phone_number_inline_context_text=(phone_number_inline_context_text : String | Nil) #

def review_your_info_text : String | Nil #

def review_your_info_text=(review_your_info_text : String | Nil) #

def secure_sharing_text : String | Nil #

def secure_sharing_text=(secure_sharing_text : String | Nil) #

def slide_to_submit_text : String | Nil #

def slide_to_submit_text=(slide_to_submit_text : String | Nil) #

def submit_button_text : String | Nil #

def submit_button_text=(submit_button_text : String | Nil) #

def to_hash #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #