GoogleAdsSearchads360V23ResourcesOfflineUserDataJob constructor

GoogleAdsSearchads360V23ResourcesOfflineUserDataJob({
  1. GoogleAdsSearchads360V23CommonCustomerMatchUserListMetadata? customerMatchUserListMetadata,
  2. String? externalId,
  3. String? failureReason,
  4. String? id,
  5. GoogleAdsSearchads360V23ResourcesOfflineUserDataJobMetadata? operationMetadata,
  6. String? resourceName,
  7. String? status,
  8. GoogleAdsSearchads360V23CommonStoreSalesMetadata? storeSalesMetadata,
  9. String? type,
})

Implementation

GoogleAdsSearchads360V23ResourcesOfflineUserDataJob({
  this.customerMatchUserListMetadata,
  this.externalId,
  this.failureReason,
  this.id,
  this.operationMetadata,
  this.resourceName,
  this.status,
  this.storeSalesMetadata,
  this.type,
});