GoogleAdsSearchads360V23CommonDynamicEducationAsset class

A Dynamic Education asset.

Constructors

GoogleAdsSearchads360V23CommonDynamicEducationAsset({String? address, String? androidAppLink, List<String>? contextualKeywords, String? imageUrl, String? iosAppLink, String? iosAppStoreId, String? locationId, String? programDescription, String? programId, String? programName, String? schoolName, List<String>? similarProgramIds, String? subject, String? thumbnailImageUrl})
GoogleAdsSearchads360V23CommonDynamicEducationAsset.fromJson(Map json_)

Properties

address String?
School address which can be specified in one of the following formats.
getter/setter pair
Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.
getter/setter pair
contextualKeywords List<String>?
Contextual keywords, for example, Nursing certification, Health, Mountain View.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageUrl String?
Image url, for example, http://www.example.com/image.png.
getter/setter pair
iOS deep link, for example, exampleApp://content/page.
getter/setter pair
iosAppStoreId String?
iOS app store ID.
getter/setter pair
locationId String?
Location ID which can be any sequence of letters and digits and must be unique.
getter/setter pair
programDescription String?
Program description, for example, Nursing Certification.
getter/setter pair
programId String?
Program ID which can be any sequence of letters and digits, and must be unique and match the values of remarketing tag.
getter/setter pair
programName String?
Program name, for example, Nursing.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schoolName String?
School name, for example, Mountain View School of Nursing.
getter/setter pair
similarProgramIds List<String>?
Similar program IDs.
getter/setter pair
subject String?
Subject of study, for example, Health.
getter/setter pair
thumbnailImageUrl String?
Thumbnail image url, for example, http://www.example.com/thumbnail.png.
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