struct TwitterAds::Proto::CardsWebsite

Included Modules

Defined in:

twitter-ads/proto/cards_website.pb.cr

Constant Summary

FIELDS = {1 => {name: :card_type, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :card_uri, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :created_at, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :deleted, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :image_display_height, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :image_display_width, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :media_key, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :media_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :updated_at, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 12 => {name: :website_amp_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 13 => {name: :website_cdn_amp_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 14 => {name: :website_dest_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 15 => {name: :website_display_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 16 => {name: :website_shortened_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 17 => {name: :website_title, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 18 => {name: :website_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 19 => {name: :account_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

Class Method Summary

Instance Method Summary

Constructor Detail

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

def self.new(card_type : String | Nil = nil, card_uri : String | Nil = nil, created_at : String | Nil = nil, deleted : Bool | Nil = nil, id : String | Nil = nil, image_display_height : String | Nil = nil, image_display_width : String | Nil = nil, media_key : String | Nil = nil, media_url : String | Nil = nil, name : String | Nil = nil, updated_at : String | Nil = nil, website_amp_url : String | Nil = nil, website_cdn_amp_url : String | Nil = nil, website_dest_url : String | Nil = nil, website_display_url : String | Nil = nil, website_shortened_url : String | Nil = nil, website_title : String | Nil = nil, website_url : String | Nil = nil, account_id : 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 account_id : String | Nil #

def account_id=(account_id : String | Nil) #

def card_type : String | Nil #

def card_type=(card_type : String | Nil) #

def card_uri : String | Nil #

def card_uri=(card_uri : String | Nil) #

def created_at : String | Nil #

def created_at=(created_at : String | Nil) #

def deleted : Bool | Nil #

def deleted=(deleted : Bool | Nil) #

def id : String | Nil #

def id=(id : String | Nil) #

def image_display_height : String | Nil #

def image_display_height=(image_display_height : String | Nil) #

def image_display_width : String | Nil #

def image_display_width=(image_display_width : String | Nil) #

def media_key : String | Nil #

def media_key=(media_key : String | Nil) #

def media_url : String | Nil #

def media_url=(media_url : String | Nil) #

def name : String | Nil #

def name=(name : String | Nil) #

def to_hash #

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

def to_protobuf #

def updated_at : String | Nil #

def updated_at=(updated_at : String | Nil) #

def website_amp_url : String | Nil #

def website_amp_url=(website_amp_url : String | Nil) #

def website_cdn_amp_url : String | Nil #

def website_cdn_amp_url=(website_cdn_amp_url : String | Nil) #

def website_dest_url : String | Nil #

def website_dest_url=(website_dest_url : String | Nil) #

def website_display_url : String | Nil #

def website_display_url=(website_display_url : String | Nil) #

def website_shortened_url : String | Nil #

def website_shortened_url=(website_shortened_url : String | Nil) #

def website_title : String | Nil #

def website_title=(website_title : String | Nil) #

def website_url : String | Nil #

def website_url=(website_url : String | Nil) #