class TwitterAds::TweetsLookup

Defined in:

twitter-ads/models/tweets_lookup.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def author_id : Union(String, Nil) #

[View source]
def author_id=(_author_id : Union(String, Nil)) #

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

[View source]
def conversation_id=(_conversation_id : Union(String, Nil)) #

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

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

[View source]
def id : String #

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

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

[View source]
def lang=(_lang : Union(String, Nil)) #

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

[View source]
def possibly_sensitive=(_possibly_sensitive : Union(Bool, Nil)) #

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

[View source]
def reply_settings=(_reply_settings : Union(String, Nil)) #

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

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

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

[View source]
def text=(_text : Union(String, Nil)) #

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

[View source]
def to_pb #

[View source]