Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

// Code generated by msgraph-generate.go DO NOT EDIT. | |
package msgraph | |
// DeviceEnrollmentLimitConfiguration undocumented | |
type DeviceEnrollmentLimitConfiguration struct { | |
// DeviceEnrollmentConfiguration is the base model of DeviceEnrollmentLimitConfiguration | |
DeviceEnrollmentConfiguration | |
// Limit undocumented | |
Limit *int `json:"limit,omitempty"` | |
} |