@@ -246,6 +246,7 @@ <h3>Method Details</h3>
246
246
},
247
247
"metadata": { # Additional non-user-editable information about the location. # Output only. Additional non-user-editable information.
248
248
"canDelete": True or False, # Output only. Indicates whether the location can be deleted using the API.
249
+ "canHaveBusinessCalls": True or False, # Output only. Indicates if the listing is eligible for business calls.
249
250
"canHaveFoodMenus": True or False, # Output only. Indicates if the listing is eligible for food menu.
250
251
"canModifyServiceList": True or False, # Output only. Indicates if the listing can modify the service list.
251
252
"canOperateHealthData": True or False, # Output only. Indicates whether the location can operate on Health data.
@@ -528,6 +529,7 @@ <h3>Method Details</h3>
528
529
},
529
530
"metadata": { # Additional non-user-editable information about the location. # Output only. Additional non-user-editable information.
530
531
"canDelete": True or False, # Output only. Indicates whether the location can be deleted using the API.
532
+ "canHaveBusinessCalls": True or False, # Output only. Indicates if the listing is eligible for business calls.
531
533
"canHaveFoodMenus": True or False, # Output only. Indicates if the listing is eligible for food menu.
532
534
"canModifyServiceList": True or False, # Output only. Indicates if the listing can modify the service list.
533
535
"canOperateHealthData": True or False, # Output only. Indicates whether the location can operate on Health data.
@@ -763,6 +765,7 @@ <h3>Method Details</h3>
763
765
},
764
766
"metadata": { # Additional non-user-editable information about the location. # Output only. Additional non-user-editable information.
765
767
"canDelete": True or False, # Output only. Indicates whether the location can be deleted using the API.
768
+ "canHaveBusinessCalls": True or False, # Output only. Indicates if the listing is eligible for business calls.
766
769
"canHaveFoodMenus": True or False, # Output only. Indicates if the listing is eligible for food menu.
767
770
"canModifyServiceList": True or False, # Output only. Indicates if the listing can modify the service list.
768
771
"canOperateHealthData": True or False, # Output only. Indicates whether the location can operate on Health data.
@@ -996,6 +999,7 @@ <h3>Method Details</h3>
996
999
},
997
1000
"metadata": { # Additional non-user-editable information about the location. # Output only. Additional non-user-editable information.
998
1001
"canDelete": True or False, # Output only. Indicates whether the location can be deleted using the API.
1002
+ "canHaveBusinessCalls": True or False, # Output only. Indicates if the listing is eligible for business calls.
999
1003
"canHaveFoodMenus": True or False, # Output only. Indicates if the listing is eligible for food menu.
1000
1004
"canModifyServiceList": True or False, # Output only. Indicates if the listing can modify the service list.
1001
1005
"canOperateHealthData": True or False, # Output only. Indicates whether the location can operate on Health data.
0 commit comments