FunctionImageConfig class

Constructors

FunctionImageConfig({Input<List<String>?>? commands, Input<List<String>?>? entryPoints, Input<String?>? workingDirectory})
Creates a new FunctionImageConfig. commands Parameters to pass to the container image. entryPoints Entry point to your application. workingDirectory Working directory for the container image.
const
FunctionImageConfig.fromMap(Map<String, dynamic> map)
factory

Properties

commands → Input<List<String>?>?
Parameters to pass to the container image.
final
entryPoints → Input<List<String>?>?
Entry point to your application.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workingDirectory → Input<String?>?
Working directory for the container image.
final

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