FailedScheduledUpdateGroupActionRequest class

Describes a scheduled action that could not be created, updated, or deleted.

Constructors

FailedScheduledUpdateGroupActionRequest({required String scheduledActionName, String? errorCode, String? errorMessage})
FailedScheduledUpdateGroupActionRequest.fromXml(XmlElement elem)
factory

Properties

errorCode String?
The error code.
final
errorMessage String?
The error message accompanying the error code.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledActionName String
The name of the scheduled action.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited