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