GoogleAdsSearchads360V23ServicesConversation.fromJson constructor
GoogleAdsSearchads360V23ServicesConversation.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ServicesConversation.fromJson(core.Map json_)
: this(
localServicesLead: json_['localServicesLead'] as core.String?,
text: json_['text'] as core.String?,
);