GoogleAdsSearchads360V23ResourcesDetailContentSuitabilityPlacementView class
A detail content suitability placement view.
Constructors
- GoogleAdsSearchads360V23ResourcesDetailContentSuitabilityPlacementView({String? displayName, String? placement, String? placementType, String? resourceName, String? targetUrl})
- GoogleAdsSearchads360V23ResourcesDetailContentSuitabilityPlacementView.fromJson(Map json_)
Properties
- displayName ↔ String?
-
The display name is URL for websites, YouTube video name for YouTube
videos, and translated mobile app name for mobile apps.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- placement ↔ String?
-
The automatic placement string at detail level, for example.
getter/setter pair
- placementType ↔ String?
-
Represents the type of the placement, for example, Website, YouTubeVideo
and MobileApplication.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the detail content suitability placement view.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetUrl ↔ String?
-
URL of the placement, for example, website, link to the mobile application
in app store, or a YouTube video URL.
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