AppImageConfigKernelGatewayImageConfig class
Constructors
-
AppImageConfigKernelGatewayImageConfig({Input<
AppImageConfigKernelGatewayImageConfigFileSystemConfig?> ? fileSystemConfig, required Input<List< kernelSpecs})AppImageConfigKernelGatewayImageConfigKernelSpec> > -
Creates a new AppImageConfigKernelGatewayImageConfig.
fileSystemConfigThe URL where the Git repository is located. See File System Config details below.kernelSpecsThe default branch for the Git repository. See Kernel Spec details below.const -
AppImageConfigKernelGatewayImageConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
fileSystemConfig
→ Input<
AppImageConfigKernelGatewayImageConfigFileSystemConfig?> ? -
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
-
kernelSpecs
→ Input<
List< AppImageConfigKernelGatewayImageConfigKernelSpec> > -
The default branch for the Git repository. See Kernel Spec details 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