ReportDelivery class

The report's email delivery settings.

Constructors

ReportDelivery({bool? emailOwner, String? emailOwnerDeliveryType, String? message, List<Recipient>? recipients})
ReportDelivery.fromJson(Map json_)

Properties

emailOwner bool?
Whether the report should be emailed to the report owner.
getter/setter pair
emailOwnerDeliveryType String?
The type of delivery for the owner to receive, if enabled. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
The message to be sent with each email.
getter/setter pair
recipients List<Recipient>?
The list of recipients to which to email the report.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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