TwitterAds::Proto::CardsImageConversation
Inherits JSON::Serializable < Protobuf::Message < Struct < Value < Object
Constants
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: :cover_image_url, pb_type: :string,
crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :cover_image_display_height, pb_type: :string,
crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :cover_image_display_width, pb_type: :string,
crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :created_at, pb_type: :string,
crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :deleted, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :id, pb_type: :string,
crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :image_display_height, pb_type: :string,
crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :image_display_width, pb_type: :string,
crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :media_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 12 => {name: :updated_at, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 13 => {name: :media_key, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 14 => {name: :name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 15 => {name: :first_cta, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 16 => {name: :first_cta_tweet, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 17 => {name: :second_cta, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 18 => {name: :second_cta_tweet, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 19 => {name: :third_cta, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 20 => {name: :third_cta_tweet, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 21 => {name: :fourth_cta, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 22 => {name: :fourth_cta_tweet, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 23 => {name: :thank_you_dest_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 24 => {name: :thank_you_display_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 25 => {name: :thank_you_shortened_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 26 => {name: :thank_you_text, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 27 => {name: :thank_you_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 28 => {name: :title, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 29 => {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
new(buf : Protobuf::Buffer)
new(card_type : String | Nil = nil, card_uri : String | Nil = nil, cover_image_url : String | Nil = nil, cover_image_display_height : String | Nil = nil, cover_image_display_width : 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_url : String | Nil = nil, updated_at : String | Nil = nil, media_key : String | Nil = nil, name : String | Nil = nil, first_cta : String | Nil = nil, first_cta_tweet : String | Nil = nil, second_cta : String | Nil = nil, second_cta_tweet : String | Nil = nil, third_cta : String | Nil = nil, third_cta_tweet : String | Nil = nil, fourth_cta : String | Nil = nil, fourth_cta_tweet : String | Nil = nil, thank_you_dest_url : String | Nil = nil, thank_you_display_url : String | Nil = nil, thank_you_shortened_url : String | Nil = nil, thank_you_text : String | Nil = nil, thank_you_url : String | Nil = nil, title : String | Nil = nil, account_id : String | Nil = nil)
new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Class methods
from_protobuf(io)
Instance methods
[](key : String)
[]=(key : String, val)
[]?(key : String)
account_id
account_id=(account_id : String | Nil)
card_type
card_type=(card_type : String | Nil)
card_uri
card_uri=(card_uri : String | Nil)
cover_image_display_height
cover_image_display_height=(cover_image_display_height : String | Nil)
cover_image_display_width
cover_image_display_width=(cover_image_display_width : String | Nil)
cover_image_url
cover_image_url=(cover_image_url : String | Nil)
created_at
created_at=(created_at : String | Nil)
deleted
deleted=(deleted : Bool | Nil)
first_cta
first_cta=(first_cta : String | Nil)
first_cta_tweet
first_cta_tweet=(first_cta_tweet : String | Nil)
fourth_cta
fourth_cta=(fourth_cta : String | Nil)
fourth_cta_tweet
fourth_cta_tweet=(fourth_cta_tweet : String | Nil)
id
id=(id : String | Nil)
image_display_height
image_display_height=(image_display_height : String | Nil)
image_display_width
image_display_width=(image_display_width : String | Nil)
media_key
media_key=(media_key : String | Nil)
media_url
media_url=(media_url : String | Nil)
name
name=(name : String | Nil)
second_cta
second_cta=(second_cta : String | Nil)
second_cta_tweet
second_cta_tweet=(second_cta_tweet : String | Nil)
thank_you_dest_url
thank_you_dest_url=(thank_you_dest_url : String | Nil)
thank_you_display_url
thank_you_display_url=(thank_you_display_url : String | Nil)
thank_you_shortened_url
thank_you_shortened_url=(thank_you_shortened_url : String | Nil)
thank_you_text
thank_you_text=(thank_you_text : String | Nil)
thank_you_url
thank_you_url=(thank_you_url : String | Nil)
third_cta
third_cta=(third_cta : String | Nil)
third_cta_tweet
third_cta_tweet=(third_cta_tweet : String | Nil)
title
title=(title : String | Nil)
to_hash
to_protobuf(io : IO, embedded = false)
to_protobuf
updated_at
updated_at=(updated_at : String | Nil)