class TwitterAds::PromotableUser

Defined in:

twitter-ads/models/promotable_user.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def account_id : Union(String, Nil) #

[View source]
def account_id=(_account_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 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 promotable_user_type : Union(String, Nil) #

[View source]
def promotable_user_type=(_promotable_user_type : 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]
def user_id : Union(String, Nil) #

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

[View source]