diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/EmailActivitySummaryModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/EmailActivitySummaryModel.go | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/EmailActivitySummaryModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/EmailActivitySummaryModel.go deleted file mode 100644 index 0b493a26..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/EmailActivitySummaryModel.go +++ /dev/null @@ -1,23 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -import "time" - -// EmailActivitySummary undocumented -type EmailActivitySummary struct { - // Entity is the base model of EmailActivitySummary - Entity - // ReportRefreshDate undocumented - ReportRefreshDate *time.Time `json:"reportRefreshDate,omitempty"` - // Send undocumented - Send *int `json:"send,omitempty"` - // Receive undocumented - Receive *int `json:"receive,omitempty"` - // Read undocumented - Read *int `json:"read,omitempty"` - // ReportDate undocumented - ReportDate *time.Time `json:"reportDate,omitempty"` - // ReportPeriod undocumented - ReportPeriod *string `json:"reportPeriod,omitempty"` -} |