class TwitterAds::CustomAudience

Defined in:

twitter-ads/models/custom_audience.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_742 : 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 audience_size : Union(Int64, Nil) #

[View source]
def audience_size=(_audience_size : Union(Int64, Nil)) #

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

[View source]
def audience_type=(_audience_type : 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 description : Union(String, Nil) #

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

[View source]
def id : String #

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

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

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

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

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

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

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

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

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

[View source]
def reasons_not_targetable : Array(String) #

[View source]
def reasons_not_targetable=(_reasons_not_targetable : Array(String)) #

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

[View source]
def targetable=(_targetable : Union(Bool, Nil)) #

[View source]
def targetable_types : Array(String) #

[View source]
def targetable_types=(_targetable_types : Array(String)) #

[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]