blob: 0bf6904678efc5cbe16298f8cdf68f72a6839be8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// TimeZoneBase undocumented
type TimeZoneBase struct {
// Object is the base model of TimeZoneBase
Object
// Name undocumented
Name *string `json:"name,omitempty"`
}
|