38 public List<Creative>
Creatives {
get;
private set; }
42 string extraData =
null,
43 string partnerText =
null,
44 List<Creative> creatives =
null)
46 this.AdUnitId = adUnitId;
47 this.ExtraData = extraData;
48 this.PartnerText = partnerText;
49 this.Creatives = creatives ??
new List<Creative>();
54 return $
"AdInfo(AdUnitId='{this.AdUnitId}')";