ClickThroughUrlSuffixProperties class

Click Through URL Suffix settings.

Constructors

ClickThroughUrlSuffixProperties({String? clickThroughUrlSuffix, bool? overrideInheritedSuffix})
ClickThroughUrlSuffixProperties.fromJson(Map json_)

Properties

clickThroughUrlSuffix String?
Click-through URL suffix to apply to all ads in this entity's scope.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
overrideInheritedSuffix bool?
Whether this entity should override the inherited click-through URL suffix with its own defined value.
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