UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagement class
Constructors
-
UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagement({Input<
UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagementIdleSettings?> ? idleSettings}) -
Creates a new UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagement.
idleSettingsSettings related to idle shutdown of Studio applications. seeidleSettingsBlock below.const -
UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagement.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
idleSettings
→ Input<
UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagementIdleSettings?> ? -
Settings related to idle shutdown of Studio applications. see
idleSettingsBlock below.final - 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