$IntegralAdScience class Null safety

Used by:

  • displayvideo:v1 : IntegralAdScience
  • displayvideo:v2 : IntegralAdScience

Constructors

$IntegralAdScience({List<String>? customSegmentId, String? displayViewability, bool? excludeUnrateable, String? excludedAdFraudRisk, String? excludedAdultRisk, String? excludedAlcoholRisk, String? excludedDrugsRisk, String? excludedGamblingRisk, String? excludedHateSpeechRisk, String? excludedIllegalDownloadsRisk, String? excludedOffensiveLanguageRisk, String? excludedViolenceRisk, String? traqScoreOption, String? videoViewability})
$IntegralAdScience.fromJson(Map json_)

Properties

customSegmentId List<String>?
The custom segment ID provided by Integral Ad Science.
read / write
displayViewability String?
Display Viewability section (applicable to display line items only). Possible string values are:
read / write
excludedAdFraudRisk String?
Ad Fraud settings. Possible string values are:
read / write
excludedAdultRisk String?
Brand Safety - Adult content. Possible string values are:
read / write
excludedAlcoholRisk String?
Brand Safety - Alcohol. Possible string values are:
read / write
excludedDrugsRisk String?
Brand Safety - Drugs. Possible string values are:
read / write
excludedGamblingRisk String?
Brand Safety - Gambling. Possible string values are:
read / write
excludedHateSpeechRisk String?
Brand Safety - Hate speech. Possible string values are:
read / write
excludedIllegalDownloadsRisk String?
Brand Safety - Illegal downloads. Possible string values are:
read / write
excludedOffensiveLanguageRisk String?
Brand Safety - Offensive language. Possible string values are:
read / write
excludedViolenceRisk String?
Brand Safety - Violence. Possible string values are:
read / write
excludeUnrateable bool?
Brand Safety - Unrateable.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
traqScoreOption String?
True advertising quality (applicable to Display line items only). Possible string values are:
read / write
videoViewability String?
Video Viewability Section (applicable to video line items only). Possible string values are:
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited