--- v19/resources/local_services_lead.proto 2025-04-14 05:29:54.000000000 +0000 +++ v19-1/resources/local_services_lead.proto 2025-04-14 05:30:02.000000000 +0000 @@ -99,6 +99,9 @@ // Output only. Credit details of the lead. optional CreditDetails credit_details = 12 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. True if the advertiser submitted feedback for the lead. + bool lead_feedback_submitted = 13 [(google.api.field_behavior) = OUTPUT_ONLY]; } // Fields containing consumer contact details.
/resources/local_services_lead.proto
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-14 UTC.