summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/LicenseProcessingStateModel.go
blob: 89c2f4bb87d2b17837ddfbc6e997b8ce616ddd8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// LicenseProcessingState undocumented
type LicenseProcessingState struct {
	// Object is the base model of LicenseProcessingState
	Object
	// State undocumented
	State *string `json:"state,omitempty"`
}