AdSlot class

Ad Slot

Constructors

AdSlot({String? comment, String? compatibility, String? height, String? linkedPlacementId, String? name, String? paymentSourceType, bool? primary, String? width})
AdSlot.fromJson(Map json_)

Properties

comment String?
Comment for this ad slot.
getter/setter pair
compatibility String?
Ad slot compatibility.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height String?
Height of this ad slot.
getter/setter pair
linkedPlacementId String?
ID of the placement from an external platform that is linked to this ad slot.
getter/setter pair
name String?
Name of this ad slot.
getter/setter pair
paymentSourceType String?
Payment source type of this ad slot. Possible string values are:
getter/setter pair
primary bool?
Primary ad slot of a roadblock inventory item.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width String?
Width of this ad slot.
getter/setter pair

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