Enterprise constructor
Enterprise({
- bool? appAutoApprovalEnabled,
- ContactInfo? contactInfo,
- List<
String> ? enabledNotificationTypes, - String? enterpriseDisplayName,
- GoogleAuthenticationSettings? googleAuthenticationSettings,
- ExternalData? logo,
- String? name,
- int? primaryColor,
- String? pubsubTopic,
- List<
SigninDetail> ? signinDetails, - List<
TermsAndConditions> ? termsAndConditions,
Implementation
Enterprise({
this.appAutoApprovalEnabled,
this.contactInfo,
this.enabledNotificationTypes,
this.enterpriseDisplayName,
this.googleAuthenticationSettings,
this.logo,
this.name,
this.primaryColor,
this.pubsubTopic,
this.signinDetails,
this.termsAndConditions,
});