AppImageConfigCodeEditorAppImageConfig class

Constructors

AppImageConfigCodeEditorAppImageConfig({Input<AppImageConfigCodeEditorAppImageConfigContainerConfig?>? containerConfig, Input<AppImageConfigCodeEditorAppImageConfigFileSystemConfig?>? fileSystemConfig})
Creates a new AppImageConfigCodeEditorAppImageConfig. containerConfig The configuration used to run the application image container. See Container Config details below. fileSystemConfig The URL where the Git repository is located. See File System Config details below.
const
AppImageConfigCodeEditorAppImageConfig.fromMap(Map<String, dynamic> map)
factory

Properties

containerConfig → Input<AppImageConfigCodeEditorAppImageConfigContainerConfig?>?
The configuration used to run the application image container. See Container Config details below.
final
fileSystemConfig → Input<AppImageConfigCodeEditorAppImageConfigFileSystemConfig?>?
The URL where the Git repository is located. See File System Config details below.
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