GoogleAdsSearchads360V23ResourcesLocalServicesLeadConversation constructor

GoogleAdsSearchads360V23ResourcesLocalServicesLeadConversation({
  1. String? conversationChannel,
  2. String? eventDateTime,
  3. String? id,
  4. String? lead,
  5. GoogleAdsSearchads360V23ResourcesMessageDetails? messageDetails,
  6. String? participantType,
  7. GoogleAdsSearchads360V23ResourcesPhoneCallDetails? phoneCallDetails,
  8. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesLocalServicesLeadConversation({
  this.conversationChannel,
  this.eventDateTime,
  this.id,
  this.lead,
  this.messageDetails,
  this.participantType,
  this.phoneCallDetails,
  this.resourceName,
});