ReportAvailableNotificationContent class abstract
ReportAvailableNotificationContent
Properties:
- accountCode - The code of the Account to which the report applies.
- accountType - The type of Account to which the report applies.
- eventDate - The date of the event to which the report applies.
- remoteAccessUrl - The URL at which the report can be accessed.
- success - Indicates whether the event resulted in a success.
- Annotations
-
- @BuiltValue.new()
Constructors
- ReportAvailableNotificationContent([void updates(ReportAvailableNotificationContentBuilder b)])
-
factory
Properties
- accountCode → String?
-
The code of the Account to which the report applies.
no setter
- accountType → String?
-
The type of Account to which the report applies.
no setter
- eventDate → DateTime?
-
The date of the event to which the report applies.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- remoteAccessUrl → String?
-
The URL at which the report can be accessed.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- success → bool?
-
Indicates whether the event resulted in a success.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ReportAvailableNotificationContentBuilder)) → ReportAvailableNotificationContent -
Rebuilds the instance.
inherited
-
toBuilder(
) → ReportAvailableNotificationContentBuilder -
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<
ReportAvailableNotificationContent> -
no setter