OrganizationConfigurationOrganizationConfiguration class
Constructors
-
OrganizationConfigurationOrganizationConfiguration({required Input<
String> configurationType}) -
Creates a new OrganizationConfigurationOrganizationConfiguration.
configurationTypeIndicates whether the organization uses local or central configuration. If using central configuration,autoEnablemust be set tofalseandautoEnableStandardsset toNONE. More information can be found in the documentation for central configuration. Valid values:LOCAL,CENTRAL.const -
OrganizationConfigurationOrganizationConfiguration.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
configurationType
→ Input<
String> -
Indicates whether the organization uses local or central configuration. If using central configuration,
autoEnablemust be set tofalseandautoEnableStandardsset toNONE. More information can be found in the documentation for central configuration. Valid values:LOCAL,CENTRAL.final - hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited