GoogleAdsSearchads360V23CommonYouTubeVideoAttributeMetadata class

Metadata for a YouTube video attribute.

Constructors

GoogleAdsSearchads360V23CommonYouTubeVideoAttributeMetadata({String? commentsCount, String? likesCount, String? publishDate, String? thumbnailUrl, List<String>? videoProperties, String? videoUrl, String? viewsCount})
GoogleAdsSearchads360V23CommonYouTubeVideoAttributeMetadata.fromJson(Map json_)

Properties

commentsCount String?
The total number of comments.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
likesCount String?
The total number of likes.
getter/setter pair
publishDate String?
The date that the video was created.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailUrl String?
The URL of the video thumbnail, prefixed by "https://img.youtube.com/".
getter/setter pair
videoProperties List<String>?
The properties of this video (such as shorts, live stream).
getter/setter pair
videoUrl String?
The URL of the video, prefixed by "https://www.youtube.com/".
getter/setter pair
viewsCount String?
The total number of views.
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