ActivityContentDetailsPromotedItem class

Details about a resource which is being promoted.

Constructors

ActivityContentDetailsPromotedItem({String? adTag, String? clickTrackingUrl, String? creativeViewUrl, String? ctaType, String? customCtaButtonText, String? descriptionText, String? destinationUrl, List<String>? forecastingUrl, List<String>? impressionUrl, String? videoId})
ActivityContentDetailsPromotedItem.fromJson(Map json_)

Properties

adTag String?
The URL the client should fetch to request a promoted item.
getter/setter pair
clickTrackingUrl String?
The URL the client should ping to indicate that the user clicked through on this promoted item.
getter/setter pair
creativeViewUrl String?
The URL the client should ping to indicate that the user was shown this promoted item.
getter/setter pair
ctaType String?
The type of call-to-action, a message to the user indicating action that can be taken. Possible string values are:
getter/setter pair
customCtaButtonText String?
The custom call-to-action button text.
getter/setter pair
descriptionText String?
The text description to accompany the promoted item.
getter/setter pair
destinationUrl String?
The URL the client should direct the user to, if the user chooses to visit the advertiser's website.
getter/setter pair
forecastingUrl List<String>?
The list of forecasting URLs.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
impressionUrl List<String>?
The list of impression URLs.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoId String?
The ID that YouTube uses to uniquely identify the promoted video.
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