AppImageConfigCodeEditorAppImageConfigContainerConfig class
Constructors
-
AppImageConfigCodeEditorAppImageConfigContainerConfig({Input<
List< ? containerArguments, Input<String> ?>List< ? containerEntrypoints, Input<String> ?>Map< ? containerEnvironmentVariables})String, String> ?> -
Creates a new AppImageConfigCodeEditorAppImageConfigContainerConfig.
containerArgumentsThe arguments for the container when you're running the application.containerEntrypointsThe entrypoint used to run the application in the container.containerEnvironmentVariablesThe environment variables to set in the container.const -
AppImageConfigCodeEditorAppImageConfigContainerConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
containerArguments
→ Input<
List< ?String> ?> -
The arguments for the container when you're running the application.
final
-
containerEntrypoints
→ Input<
List< ?String> ?> -
The entrypoint used to run the application in the container.
final
-
containerEnvironmentVariables
→ Input<
Map< ?String, String> ?> -
The environment variables to set in the container.
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