ReportExportConfig class

Information about the location where the run of a report is exported.

Constructors

ReportExportConfig({ReportExportConfigType? exportConfigType, S3ReportExportConfig? s3Destination})
ReportExportConfig.fromJson(Map<String, dynamic> json)
factory

Properties

exportConfigType ReportExportConfigType?
The export configuration type. Valid values are:
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Destination S3ReportExportConfig?
A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.
final

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