GoogleChromeManagementV1InstalledApp constructor
GoogleChromeManagementV1InstalledApp({
- String? appId,
- String? appInstallType,
- String? appSource,
- String? appType,
- String? browserDeviceCount,
- String? description,
- bool? disabled,
- String? displayName,
- String? homepageUri,
- String? osUserCount,
- List<
String> ? permissions, - String? profileCount,
- GoogleChromeManagementV1RiskAssessmentData? riskAssessment,
Implementation
GoogleChromeManagementV1InstalledApp({
this.appId,
this.appInstallType,
this.appSource,
this.appType,
this.browserDeviceCount,
this.description,
this.disabled,
this.displayName,
this.homepageUri,
this.osUserCount,
this.permissions,
this.profileCount,
this.riskAssessment,
});