GoogleAdsSearchads360V23CommonDynamicJobsAsset class

A dynamic jobs asset.

Constructors

GoogleAdsSearchads360V23CommonDynamicJobsAsset({String? address, String? androidAppLink, List<String>? contextualKeywords, String? description, String? imageUrl, String? iosAppLink, String? iosAppStoreId, String? jobCategory, String? jobId, String? jobSubtitle, String? jobTitle, String? locationId, String? salary, List<String>? similarJobIds})
GoogleAdsSearchads360V23CommonDynamicJobsAsset.fromJson(Map json_)

Properties

address String?
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, Software engineering job.
getter/setter pair
description String?
Description, for example, Apply your technical skills.
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
jobCategory String?
Job category, for example, Technical.
getter/setter pair
jobId String?
Job ID which can be any sequence of letters and digits, and must be unique and match the values of remarketing tag.
getter/setter pair
jobSubtitle String?
Job subtitle, for example, Level II.
getter/setter pair
jobTitle String?
Job title, for example, Software engineer.
getter/setter pair
locationId String?
Location ID which can be any sequence of letters and digits.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salary String?
Salary, for example, $100,000.
getter/setter pair
similarJobIds List<String>?
Similar job IDs, for example, 1275.
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