github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelMailbox.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // MailboxSettings undocumented
     6  type MailboxSettings struct {
     7  	// Object is the base model of MailboxSettings
     8  	Object
     9  	// AutomaticRepliesSetting undocumented
    10  	AutomaticRepliesSetting *AutomaticRepliesSetting `json:"automaticRepliesSetting,omitempty"`
    11  	// ArchiveFolder undocumented
    12  	ArchiveFolder *string `json:"archiveFolder,omitempty"`
    13  	// TimeZone undocumented
    14  	TimeZone *string `json:"timeZone,omitempty"`
    15  	// Language undocumented
    16  	Language *LocaleInfo `json:"language,omitempty"`
    17  	// WorkingHours undocumented
    18  	WorkingHours *WorkingHours `json:"workingHours,omitempty"`
    19  	// DateFormat undocumented
    20  	DateFormat *string `json:"dateFormat,omitempty"`
    21  	// TimeFormat undocumented
    22  	TimeFormat *string `json:"timeFormat,omitempty"`
    23  }