GoogleAdsSearchads360V23CommonImageAdInfo class
An image ad.
Constructors
- GoogleAdsSearchads360V23CommonImageAdInfo({String? adIdToCopyImageFrom, String? data, GoogleAdsSearchads360V23CommonAdImageAsset? imageAsset, String? imageUrl, String? mimeType, String? name, String? pixelHeight, String? pixelWidth, String? previewImageUrl, String? previewPixelHeight, String? previewPixelWidth})
- GoogleAdsSearchads360V23CommonImageAdInfo.fromJson(Map json_)
Properties
- adIdToCopyImageFrom ↔ String?
-
An ad ID to copy the image from.
getter/setter pair
- data ↔ String?
-
Raw image data as bytes.
getter/setter pair
-
dataAsBytes
↔ List<
int> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageAsset ↔ GoogleAdsSearchads360V23CommonAdImageAsset?
-
The image assets used for the ad.
getter/setter pair
- imageUrl ↔ String?
-
URL of the full size image.
getter/setter pair
- mimeType ↔ String?
-
The mime type of the image.
Possible string values are:
getter/setter pair
- name ↔ String?
-
The name of the image.
getter/setter pair
- pixelHeight ↔ String?
-
Height in pixels of the full size image.
getter/setter pair
- pixelWidth ↔ String?
-
Width in pixels of the full size image.
getter/setter pair
- previewImageUrl ↔ String?
-
URL of the preview size image.
getter/setter pair
- previewPixelHeight ↔ String?
-
Height in pixels of the preview size image.
getter/setter pair
- previewPixelWidth ↔ String?
-
Width in pixels of the preview size image.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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