$DfpSettings class Null safety
Used by:
- dfareporting:v3.5 : DfpSettings
- dfareporting:v4 : DfpSettings
Constructors
- $DfpSettings({String? dfpNetworkCode, String? dfpNetworkName, bool? programmaticPlacementAccepted, bool? pubPaidPlacementAccepted, bool? publisherPortalOnly})
- $DfpSettings.fromJson(Map json_)
Properties
- dfpNetworkCode ↔ String?
-
Ad Manager network code for this directory site.
read / write
- dfpNetworkName ↔ String?
-
Ad Manager network name for this directory site.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- programmaticPlacementAccepted ↔ bool?
-
Whether this directory site accepts programmatic placements.
read / write
- publisherPortalOnly ↔ bool?
-
Whether this directory site is available only via Publisher Portal.
read / write
- pubPaidPlacementAccepted ↔ bool?
-
Whether this directory site accepts publisher-paid tags.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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