ProductPolicy constructor
ProductPolicy({
- AutoInstallPolicy? autoInstallPolicy,
- String? autoUpdateMode,
- List<
EnterpriseAuthenticationAppLinkConfig> ? enterpriseAuthenticationAppLinkConfigs, - ManagedConfiguration? managedConfiguration,
- String? productId,
- List<
String> ? trackIds, - List<
String> ? tracks,
Implementation
ProductPolicy({
this.autoInstallPolicy,
this.autoUpdateMode,
this.enterpriseAuthenticationAppLinkConfigs,
this.managedConfiguration,
this.productId,
this.trackIds,
this.tracks,
});