// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph import "time" // MobileAppCategory Contains properties for a single Intune app category. type MobileAppCategory struct { // Entity is the base model of MobileAppCategory Entity // DisplayName The name of the app category. DisplayName *string `json:"displayName,omitempty"` // LastModifiedDateTime The date and time the mobileAppCategory was last modified. LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` }