GoogleAdsSearchads360V23ResourcesVideo class
Constructors
- GoogleAdsSearchads360V23ResourcesVideo({String? channelId, String? durationMillis, String? id, String? resourceName, String? title})
- GoogleAdsSearchads360V23ResourcesVideo.fromJson(Map json_)
Properties
- channelId ↔ String?
-
The owner channel id of the video.
getter/setter pair
- durationMillis ↔ String?
-
The duration of the video in milliseconds.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the video.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the video.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String?
-
The title of the 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