class TwitterAds::PrerollCallToAction

Defined in:

twitter-ads/models/preroll_call_to_action.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def account_id : String #

def account_id=(v : String) : String #

def account_id=(v : Nil) #

nil assignments are always ignored


def account_id? : String | Nil #

def call_to_action : Union(String, Nil) #

[View source]
def call_to_action=(_call_to_action : Union(String, Nil)) #

[View source]
def call_to_action_url : Union(String, Nil) #

[View source]
def call_to_action_url=(_call_to_action_url : Union(String, Nil)) #

[View source]
def created_at : Union(String, Nil) #

[View source]
def created_at=(_created_at : Union(String, Nil)) #

[View source]
def deleted : Union(Bool, Nil) #

[View source]
def deleted=(_deleted : Union(Bool, Nil)) #

[View source]
def id : String #

[View source]
def id=(_id : String) #

[View source]
def line_item_id : Union(String, Nil) #

[View source]
def line_item_id=(_line_item_id : Union(String, Nil)) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def to_pb #

[View source]
def updated_at : Union(String, Nil) #

[View source]
def updated_at=(_updated_at : Union(String, Nil)) #

[View source]