Enterprise constructor

Enterprise({
  1. bool? appAutoApprovalEnabled,
  2. ContactInfo? contactInfo,
  3. List<String>? enabledNotificationTypes,
  4. String? enterpriseDisplayName,
  5. String? enterpriseType,
  6. GoogleAuthenticationSettings? googleAuthenticationSettings,
  7. String? managedGoogleDomainType,
  8. String? managedGooglePlayAccountsEnterpriseType,
  9. String? name,
  10. int? primaryColor,
  11. String? pubsubTopic,
  12. List<SigninDetail>? signinDetails,
  13. List<TermsAndConditions>? termsAndConditions,
})

Implementation

Enterprise({
  this.appAutoApprovalEnabled,
  this.contactInfo,
  this.enabledNotificationTypes,
  this.enterpriseDisplayName,
  this.enterpriseType,
  this.googleAuthenticationSettings,
  this.logo,
  this.managedGoogleDomainType,
  this.managedGooglePlayAccountsEnterpriseType,
  this.name,
  this.primaryColor,
  this.pubsubTopic,
  this.signinDetails,
  this.termsAndConditions,
});