AppImageConfigCodeEditorAppImageConfigContainerConfig class

Constructors

AppImageConfigCodeEditorAppImageConfigContainerConfig({Input<List<String>?>? containerArguments, Input<List<String>?>? containerEntrypoints, Input<Map<String, String>?>? containerEnvironmentVariables})
Creates a new AppImageConfigCodeEditorAppImageConfigContainerConfig. containerArguments The arguments for the container when you're running the application. containerEntrypoints The entrypoint used to run the application in the container. containerEnvironmentVariables The 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