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