ExternalTerminalAction class abstract
ExternalTerminalAction
Properties:
- actionType - The type of terminal action: InstallAndroidApp, UninstallAndroidApp, InstallAndroidCertificate, or UninstallAndroidCertificate.
- config - Technical information about the terminal action.
- confirmedAt - The date and time when the action was carried out.
- id - The unique ID of the terminal action.
- result - The result message for the action.
- scheduledAt - The date and time when the action was scheduled to happen.
- status - The status of the terminal action: pending, successful, failed, cancelled, or tryLater.
- terminalId - The unique ID of the terminal that the action applies to.
- Annotations
-
- @BuiltValue.new()
Constructors
- ExternalTerminalAction([void updates(ExternalTerminalActionBuilder b)])
-
factory
Properties
- actionType → String?
-
The type of terminal action: InstallAndroidApp, UninstallAndroidApp, InstallAndroidCertificate, or UninstallAndroidCertificate.
no setter
- config → String?
-
Technical information about the terminal action.
no setter
- confirmedAt → DateTime?
-
The date and time when the action was carried out.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique ID of the terminal action.
no setter
- result → String?
-
The result message for the action.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduledAt → DateTime?
-
The date and time when the action was scheduled to happen.
no setter
- status → String?
-
The status of the terminal action: pending, successful, failed, cancelled, or tryLater.
no setter
- terminalId → String?
-
The unique ID of the terminal that the action applies to.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ExternalTerminalActionBuilder)) → ExternalTerminalAction -
Rebuilds the instance.
inherited
-
toBuilder(
) → ExternalTerminalActionBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
ExternalTerminalAction> -
no setter