blob: 4ce52fdd3aecf6280d578048199c7eeb517a4175 (
plain) (
tree)
|
|
// Code generated by msgraph.go/gen 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"`
}
|