GoogleAdsSearchads360V23ResourcesLocalServicesLead constructor

GoogleAdsSearchads360V23ResourcesLocalServicesLead({
  1. String? categoryId,
  2. GoogleAdsSearchads360V23ResourcesContactDetails? contactDetails,
  3. String? creationDateTime,
  4. GoogleAdsSearchads360V23ResourcesCreditDetails? creditDetails,
  5. String? id,
  6. bool? leadCharged,
  7. bool? leadFeedbackSubmitted,
  8. String? leadStatus,
  9. String? leadType,
  10. String? locale,
  11. GoogleAdsSearchads360V23ResourcesNote? note,
  12. String? resourceName,
  13. String? serviceId,
})

Implementation

GoogleAdsSearchads360V23ResourcesLocalServicesLead({
  this.categoryId,
  this.contactDetails,
  this.creationDateTime,
  this.creditDetails,
  this.id,
  this.leadCharged,
  this.leadFeedbackSubmitted,
  this.leadStatus,
  this.leadType,
  this.locale,
  this.note,
  this.resourceName,
  this.serviceId,
});