github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelPlace.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // Place undocumented
     6  type Place struct {
     7  	// Entity is the base model of Place
     8  	Entity
     9  	// DisplayName undocumented
    10  	DisplayName *string `json:"displayName,omitempty"`
    11  	// GeoCoordinates undocumented
    12  	GeoCoordinates *OutlookGeoCoordinates `json:"geoCoordinates,omitempty"`
    13  	// Phone undocumented
    14  	Phone *string `json:"phone,omitempty"`
    15  	// Address undocumented
    16  	Address *PhysicalAddress `json:"address,omitempty"`
    17  }