blob: 93db447a14545cbaee2f6d416284346731e17889 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// BookingNamedEntity Booking entities that provide a display name.
type BookingNamedEntity struct {
// Entity is the base model of BookingNamedEntity
Entity
// DisplayName Display name of this entity.
DisplayName *string `json:"displayName,omitempty"`
}
|