blob: c2b67a17257c159f27d7fd8ad558d17a03b3cab4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ExtendedPlacePropertiesModel undocumented
type ExtendedPlacePropertiesModel struct {
// Object is the base model of ExtendedPlacePropertiesModel
Object
// PriceRange undocumented
PriceRange *string `json:"priceRange,omitempty"`
// MenuURL undocumented
MenuURL *string `json:"menuUrl,omitempty"`
// BusinessURL undocumented
BusinessURL *string `json:"businessUrl,omitempty"`
// FormattedAddress undocumented
FormattedAddress *string `json:"formattedAddress,omitempty"`
// OpeningHoursSpecifications undocumented
OpeningHoursSpecifications []OpeningHoursSpecification `json:"openingHoursSpecifications,omitempty"`
// TimeZone undocumented
TimeZone *string `json:"timeZone,omitempty"`
}
|