github.com/yaegashi/msgraph.go@v0.1.4/beta/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  	// DelegateMeetingMessageDeliveryOptions undocumented
    18  	DelegateMeetingMessageDeliveryOptions *DelegateMeetingMessageDeliveryOptions `json:"delegateMeetingMessageDeliveryOptions,omitempty"`
    19  	// WorkingHours undocumented
    20  	WorkingHours *WorkingHours `json:"workingHours,omitempty"`
    21  	// DateFormat undocumented
    22  	DateFormat *string `json:"dateFormat,omitempty"`
    23  	// TimeFormat undocumented
    24  	TimeFormat *string `json:"timeFormat,omitempty"`
    25  }
    26  
    27  // MailboxUsageDetail undocumented
    28  type MailboxUsageDetail struct {
    29  	// Entity is the base model of MailboxUsageDetail
    30  	Entity
    31  	// ReportRefreshDate undocumented
    32  	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
    33  	// UserPrincipalName undocumented
    34  	UserPrincipalName *string `json:"userPrincipalName,omitempty"`
    35  	// DisplayName undocumented
    36  	DisplayName *string `json:"displayName,omitempty"`
    37  	// IsDeleted undocumented
    38  	IsDeleted *bool `json:"isDeleted,omitempty"`
    39  	// DeletedDate undocumented
    40  	DeletedDate *Date `json:"deletedDate,omitempty"`
    41  	// CreatedDate undocumented
    42  	CreatedDate *Date `json:"createdDate,omitempty"`
    43  	// LastActivityDate undocumented
    44  	LastActivityDate *Date `json:"lastActivityDate,omitempty"`
    45  	// ItemCount undocumented
    46  	ItemCount *int `json:"itemCount,omitempty"`
    47  	// StorageUsedInBytes undocumented
    48  	StorageUsedInBytes *int `json:"storageUsedInBytes,omitempty"`
    49  	// DeletedItemCount undocumented
    50  	DeletedItemCount *int `json:"deletedItemCount,omitempty"`
    51  	// DeletedItemSizeInBytes undocumented
    52  	DeletedItemSizeInBytes *int `json:"deletedItemSizeInBytes,omitempty"`
    53  	// IssueWarningQuotaInBytes undocumented
    54  	IssueWarningQuotaInBytes *int `json:"issueWarningQuotaInBytes,omitempty"`
    55  	// ProhibitSendQuotaInBytes undocumented
    56  	ProhibitSendQuotaInBytes *int `json:"prohibitSendQuotaInBytes,omitempty"`
    57  	// ProhibitSendReceiveQuotaInBytes undocumented
    58  	ProhibitSendReceiveQuotaInBytes *int `json:"prohibitSendReceiveQuotaInBytes,omitempty"`
    59  	// ReportPeriod undocumented
    60  	ReportPeriod *string `json:"reportPeriod,omitempty"`
    61  }
    62  
    63  // MailboxUsageMailboxCounts undocumented
    64  type MailboxUsageMailboxCounts struct {
    65  	// Entity is the base model of MailboxUsageMailboxCounts
    66  	Entity
    67  	// ReportRefreshDate undocumented
    68  	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
    69  	// Total undocumented
    70  	Total *int `json:"total,omitempty"`
    71  	// Active undocumented
    72  	Active *int `json:"active,omitempty"`
    73  	// ReportDate undocumented
    74  	ReportDate *Date `json:"reportDate,omitempty"`
    75  	// ReportPeriod undocumented
    76  	ReportPeriod *string `json:"reportPeriod,omitempty"`
    77  }
    78  
    79  // MailboxUsageQuotaStatusMailboxCounts undocumented
    80  type MailboxUsageQuotaStatusMailboxCounts struct {
    81  	// Entity is the base model of MailboxUsageQuotaStatusMailboxCounts
    82  	Entity
    83  	// ReportRefreshDate undocumented
    84  	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
    85  	// UnderLimit undocumented
    86  	UnderLimit *int `json:"underLimit,omitempty"`
    87  	// WarningIssued undocumented
    88  	WarningIssued *int `json:"warningIssued,omitempty"`
    89  	// SendProhibited undocumented
    90  	SendProhibited *int `json:"sendProhibited,omitempty"`
    91  	// SendReceiveProhibited undocumented
    92  	SendReceiveProhibited *int `json:"sendReceiveProhibited,omitempty"`
    93  	// Indeterminate undocumented
    94  	Indeterminate *int `json:"indeterminate,omitempty"`
    95  	// ReportDate undocumented
    96  	ReportDate *Date `json:"reportDate,omitempty"`
    97  	// ReportPeriod undocumented
    98  	ReportPeriod *string `json:"reportPeriod,omitempty"`
    99  }
   100  
   101  // MailboxUsageStorage undocumented
   102  type MailboxUsageStorage struct {
   103  	// Entity is the base model of MailboxUsageStorage
   104  	Entity
   105  	// ReportRefreshDate undocumented
   106  	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
   107  	// StorageUsedInBytes undocumented
   108  	StorageUsedInBytes *int `json:"storageUsedInBytes,omitempty"`
   109  	// ReportDate undocumented
   110  	ReportDate *Date `json:"reportDate,omitempty"`
   111  	// ReportPeriod undocumented
   112  	ReportPeriod *string `json:"reportPeriod,omitempty"`
   113  }