UpdateInstanceOrganizationSettingsRequest class

Constructors

UpdateInstanceOrganizationSettingsRequest.new({bool? enabled, int? maxAllowedMemberships, bool? adminDeleteEnabled, bool? domainsEnabled, List<String> domainsEnrollmentModes = const [], String? creatorRoleId, String? domainsDefaultRoleId})
Returns a new UpdateInstanceOrganizationSettingsRequest instance.

Properties

adminDeleteEnabled bool?
getter/setter pair
creatorRoleId String?
Specify what the default organization role is for an organization creator.
getter/setter pair
domainsDefaultRoleId String?
Specify what the default organization role is for the organization domains.
getter/setter pair
domainsEnabled bool?
getter/setter pair
domainsEnrollmentModes List<String>
Specify which enrollment modes to enable for your Organization Domains. Supported modes are 'automatic_invitation' & 'automatic_suggestion'.
getter/setter pair
enabled bool?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
maxAllowedMemberships int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

fromJson(dynamic value) UpdateInstanceOrganizationSettingsRequest?
Returns a new UpdateInstanceOrganizationSettingsRequest instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<UpdateInstanceOrganizationSettingsRequest>
mapFromJson(dynamic json) Map<String, UpdateInstanceOrganizationSettingsRequest>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<UpdateInstanceOrganizationSettingsRequest>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.