class TwitterAds::TargetingCriteria

Defined in:

twitter-ads/models/targeting_criteria.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

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

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

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

[View source]
def tailored_audience_expansion=(_tailored_audience_expansion : Union(Bool, Nil)) #

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

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

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

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

[View source]
def targeting_value : Int64 | String | Nil #

[View source]
def targeting_value=(_targeting_value : Int64 | 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]