mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update all json files; make some fixes to make it work at all
This commit is contained in:
@@ -250,7 +250,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20210330",
|
||||
"revision": "20220305",
|
||||
"rootUrl": "https://localservices.googleapis.com/",
|
||||
"schemas": {
|
||||
"GoogleAdsHomeservicesLocalservicesV1AccountReport": {
|
||||
@@ -353,6 +353,34 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"GoogleAdsHomeservicesLocalservicesV1BookingLead": {
|
||||
"description": "Container for booking lead specific information.",
|
||||
"id": "GoogleAdsHomeservicesLocalservicesV1BookingLead",
|
||||
"properties": {
|
||||
"bookingAppointmentTimestamp": {
|
||||
"description": "Timestamp of when service is provided by advertiser.",
|
||||
"format": "google-datetime",
|
||||
"type": "string"
|
||||
},
|
||||
"consumerEmail": {
|
||||
"description": "Consumer email associated with the booking lead.",
|
||||
"type": "string"
|
||||
},
|
||||
"consumerPhoneNumber": {
|
||||
"description": "Consumer phone number associated with the booking lead.",
|
||||
"type": "string"
|
||||
},
|
||||
"customerName": {
|
||||
"description": "Name of the customer who created the lead.",
|
||||
"type": "string"
|
||||
},
|
||||
"jobType": {
|
||||
"description": "The job type of the specified lead.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport": {
|
||||
"description": "A Detailed Lead Report of a lead identified by their lead id and contains consumer, account, monetization, and lead data.",
|
||||
"id": "GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport",
|
||||
@@ -366,6 +394,10 @@
|
||||
"$ref": "GoogleAdsHomeservicesLocalservicesV1AggregatorInfo",
|
||||
"description": "Aggregator specific information related to the lead."
|
||||
},
|
||||
"bookingLead": {
|
||||
"$ref": "GoogleAdsHomeservicesLocalservicesV1BookingLead",
|
||||
"description": "More information associated to only booking leads."
|
||||
},
|
||||
"businessName": {
|
||||
"description": "Business name associated to the account.",
|
||||
"type": "string"
|
||||
@@ -420,12 +452,14 @@
|
||||
"enum": [
|
||||
"LEAD_TYPE_UNSPECIFIED",
|
||||
"MESSAGE",
|
||||
"PHONE_CALL"
|
||||
"PHONE_CALL",
|
||||
"BOOKING"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Not specified.",
|
||||
"Message lead.",
|
||||
"Phone call lead."
|
||||
"Phone call lead.",
|
||||
"Booking lead."
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user