class TwitterAds::TweetPreview

Defined in:

twitter-ads/models/tweet_preview.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_1523 : 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 preview : Union(String, Nil) #

[View source]
def preview=(_preview : Union(String, Nil)) #

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

[View source]
def to_pb #

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

[View source]
def tweet_id=(_tweet_id : Union(String, Nil)) #

[View source]