summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/PrivilegedSignupStatusModel.go
blob: 476b1e06c765565ffeebc2bf86559215f9562696 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// PrivilegedSignupStatus undocumented
type PrivilegedSignupStatus struct {
	// Entity is the base model of PrivilegedSignupStatus
	Entity
	// IsRegistered undocumented
	IsRegistered *bool `json:"isRegistered,omitempty"`
	// Status undocumented
	Status *SetupStatus `json:"status,omitempty"`
}