toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (creativeSizeValue != null) 'creativeSizeValue': creativeSizeValue!,
if (dayPartTargetingValue != null)
'dayPartTargetingValue': dayPartTargetingValue!,
if (longValue != null) 'longValue': longValue!,
if (stringValue != null) 'stringValue': stringValue!,
};