GoogleAdsSearchads360V23ResourcesMediaVideo class
Encapsulates a Video.
Constructors
- GoogleAdsSearchads360V23ResourcesMediaVideo({String? adDurationMillis, String? advertisingIdCode, String? isciCode, String? youtubeVideoId})
- GoogleAdsSearchads360V23ResourcesMediaVideo.fromJson(Map json_)
Properties
- adDurationMillis ↔ String?
-
The duration of the Video in milliseconds.
getter/setter pair
- advertisingIdCode ↔ String?
-
The Advertising Digital Identification code for this video, as defined by
the American Association of Advertising Agencies, used mainly for
television commercials.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isciCode ↔ String?
-
The Industry Standard Commercial Identifier code for this video, used
mainly for television commercials.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- youtubeVideoId ↔ String?
-
The YouTube video ID (as seen in YouTube URLs).
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