mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 14:30:26 +00:00
18 lines
477 B
Go
18 lines
477 B
Go
// 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"`
|
|
}
|