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

package msgraph

// ImportedAppleDeviceIdentityResult The importedAppleDeviceIdentityResult resource represents the result of attempting to import Apple devices identities.
type ImportedAppleDeviceIdentityResult struct {
	// ImportedAppleDeviceIdentity is the base model of ImportedAppleDeviceIdentityResult
	ImportedAppleDeviceIdentity
	// Status Status of imported device identity
	Status *bool `json:"status,omitempty"`
}