GoogleAdsSearchads360V23ResourcesMediaFile class
A media file.
Constructors
- GoogleAdsSearchads360V23ResourcesMediaFile({GoogleAdsSearchads360V23ResourcesMediaAudio? audio, String? fileSize, String? id, GoogleAdsSearchads360V23ResourcesMediaImage? image, GoogleAdsSearchads360V23ResourcesMediaBundle? mediaBundle, String? mimeType, String? name, String? resourceName, String? sourceUrl, String? type, GoogleAdsSearchads360V23ResourcesMediaVideo? video})
- GoogleAdsSearchads360V23ResourcesMediaFile.fromJson(Map json_)
Properties
- audio ↔ GoogleAdsSearchads360V23ResourcesMediaAudio?
-
Encapsulates an Audio.
getter/setter pair
- fileSize ↔ String?
-
The size of the media file in bytes.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the media file.
getter/setter pair
- image ↔ GoogleAdsSearchads360V23ResourcesMediaImage?
-
Encapsulates an Image.
getter/setter pair
- mediaBundle ↔ GoogleAdsSearchads360V23ResourcesMediaBundle?
-
A ZIP archive media the content of which contains HTML5 assets.
getter/setter pair
- mimeType ↔ String?
-
The mime type of the media file.
getter/setter pair
- name ↔ String?
-
The name of the media file.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the media file.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceUrl ↔ String?
-
The URL of where the original media file was downloaded from (or a file
name).
getter/setter pair
- type ↔ String?
-
Type of the media file.
getter/setter pair
- video ↔ GoogleAdsSearchads360V23ResourcesMediaVideo?
-
Encapsulates a 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