mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 16:50:27 +00:00
34 lines
1.3 KiB
Go
34 lines
1.3 KiB
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// MailTips undocumented
|
||
|
type MailTips struct {
|
||
|
// Object is the base model of MailTips
|
||
|
Object
|
||
|
// EmailAddress undocumented
|
||
|
EmailAddress *EmailAddress `json:"emailAddress,omitempty"`
|
||
|
// AutomaticReplies undocumented
|
||
|
AutomaticReplies *AutomaticRepliesMailTips `json:"automaticReplies,omitempty"`
|
||
|
// MailboxFull undocumented
|
||
|
MailboxFull *bool `json:"mailboxFull,omitempty"`
|
||
|
// CustomMailTip undocumented
|
||
|
CustomMailTip *string `json:"customMailTip,omitempty"`
|
||
|
// ExternalMemberCount undocumented
|
||
|
ExternalMemberCount *int `json:"externalMemberCount,omitempty"`
|
||
|
// TotalMemberCount undocumented
|
||
|
TotalMemberCount *int `json:"totalMemberCount,omitempty"`
|
||
|
// DeliveryRestricted undocumented
|
||
|
DeliveryRestricted *bool `json:"deliveryRestricted,omitempty"`
|
||
|
// IsModerated undocumented
|
||
|
IsModerated *bool `json:"isModerated,omitempty"`
|
||
|
// RecipientScope undocumented
|
||
|
RecipientScope *RecipientScopeType `json:"recipientScope,omitempty"`
|
||
|
// RecipientSuggestions undocumented
|
||
|
RecipientSuggestions []Recipient `json:"recipientSuggestions,omitempty"`
|
||
|
// MaxMessageSize undocumented
|
||
|
MaxMessageSize *int `json:"maxMessageSize,omitempty"`
|
||
|
// Error undocumented
|
||
|
Error *MailTipsError `json:"error,omitempty"`
|
||
|
}
|