summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/Office365ActivationsUserCountsModel.go
blob: 60a1d0a4c36ae44aedb15966b329c198e25f575f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

import "time"

// Office365ActivationsUserCounts undocumented
type Office365ActivationsUserCounts struct {
	// Entity is the base model of Office365ActivationsUserCounts
	Entity
	// ReportRefreshDate undocumented
	ReportRefreshDate *time.Time `json:"reportRefreshDate,omitempty"`
	// ProductType undocumented
	ProductType *string `json:"productType,omitempty"`
	// Assigned undocumented
	Assigned *int `json:"assigned,omitempty"`
	// Activated undocumented
	Activated *int `json:"activated,omitempty"`
	// SharedComputerActivation undocumented
	SharedComputerActivation *int `json:"sharedComputerActivation,omitempty"`
}