UrlRestriction class
This will be removed in October 2023.
For more information, see the release notes: https://developers.google.com/authorized-buyers/apis/relnotes#real-time-bidding-api Represents the URL restriction (for the URL captured by the pixel callback) for a user list.
Deprecated.
Constructors
- UrlRestriction({Date? endDate, String? restrictionType, Date? startDate, String? url})
- UrlRestriction.fromJson(Map json_)
Properties
- endDate ↔ Date?
-
End date (if specified) of the URL restriction.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- restrictionType ↔ String?
-
The restriction type for the specified URL.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate ↔ Date?
-
Start date (if specified) of the URL restriction.
getter/setter pair
- url ↔ String?
-
The URL to use for applying the restriction on the user list.
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