GoogleAdsSearchads360V23ResourcesOfflineUserDataJob class
A job containing offline user data of store visitors, or user list members that will be processed asynchronously.
The uploaded data isn't readable and the processing results of the job can only be read using
Constructors
- GoogleAdsSearchads360V23ResourcesOfflineUserDataJob({GoogleAdsSearchads360V23CommonCustomerMatchUserListMetadata? customerMatchUserListMetadata, String? externalId, String? failureReason, String? id, GoogleAdsSearchads360V23ResourcesOfflineUserDataJobMetadata? operationMetadata, String? resourceName, String? status, GoogleAdsSearchads360V23CommonStoreSalesMetadata? storeSalesMetadata, String? type})
- GoogleAdsSearchads360V23ResourcesOfflineUserDataJob.fromJson(Map json_)
Properties
- customerMatchUserListMetadata ↔ GoogleAdsSearchads360V23CommonCustomerMatchUserListMetadata?
-
Metadata for data updates to a CRM-based user list.
getter/setter pair
- externalId ↔ String?
-
User specified job ID.
getter/setter pair
- failureReason ↔ String?
-
Reason for the processing failure, if status is FAILED.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
ID of this offline user data job.
getter/setter pair
- operationMetadata ↔ GoogleAdsSearchads360V23ResourcesOfflineUserDataJobMetadata?
-
Metadata of offline user data job depicting match rate range.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the offline user data job.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
Status of the job.
getter/setter pair
- storeSalesMetadata ↔ GoogleAdsSearchads360V23CommonStoreSalesMetadata?
-
Metadata for store sales data update.
getter/setter pair
- type ↔ String?
-
Type of the job.
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