Func class
Function
- Implemented types
Constructors
-
Func({required String $id, required String $createdAt, required String $updatedAt, required List execute, required String name, required bool enabled, required String runtime, required String deployment, required List<
Variable> vars, required List events, required String schedule, required String scheduleNext, required String schedulePrevious, required int timeout}) -
Func.fromMap(Map<
String, dynamic> map) -
factory
Properties
- $createdAt → String
-
Function creation date in ISO 8601 format.
final
- $id → String
-
Function ID.
final
- $updatedAt → String
-
Function update date in ISO 8601 format.
final
- deployment → String
-
Function's active deployment ID.
final
- enabled → bool
-
Function enabled.
final
- events → List
-
Function trigger events.
final
- execute → List
-
Execution permissions.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Function name.
final
- runtime → String
-
Function execution runtime.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schedule → String
-
Function execution schedult in CRON format.
final
- scheduleNext → String
-
Function's next scheduled execution time in ISO 8601 format.
final
- schedulePrevious → String
-
Function's previous scheduled execution time in ISO 8601 format.
final
- timeout → int
-
Function execution timeout in seconds.
final
-
vars
→ List<
Variable> -
Function variables.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited