DirectorySiteSettings class

Directory Site Settings

Constructors

DirectorySiteSettings({bool? activeViewOptOut, DfpSettings? dfpSettings, bool? instreamVideoPlacementAccepted, bool? interstitialPlacementAccepted})
DirectorySiteSettings.fromJson(Map json_)

Properties

activeViewOptOut bool?
Whether this directory site has disabled active view creatives.
getter/setter pair
dfpSettings DfpSettings?
Directory site Ad Manager settings.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instreamVideoPlacementAccepted bool?
Whether this site accepts in-stream video ads.
getter/setter pair
interstitialPlacementAccepted bool?
Whether this site accepts interstitial ads.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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