// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

import "time"

// NamedLocation undocumented
type NamedLocation struct {
	// Entity is the base model of NamedLocation
	Entity
	// DisplayName undocumented
	DisplayName *string `json:"displayName,omitempty"`
	// CreatedDateTime undocumented
	CreatedDateTime *time.Time `json:"createdDateTime,omitempty"`
	// ModifiedDateTime undocumented
	ModifiedDateTime *time.Time `json:"modifiedDateTime,omitempty"`
}