// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph // WindowsInformationProtectionNetworkLearningSummary Windows Information Protection Network learning Summary entity. type WindowsInformationProtectionNetworkLearningSummary struct { // Entity is the base model of WindowsInformationProtectionNetworkLearningSummary Entity // URL Website url URL *string `json:"url,omitempty"` // DeviceCount Device Count DeviceCount *int `json:"deviceCount,omitempty"` }