ReportGroupArgs class

The set of arguments for ReportGroup. The set of arguments for ReportGroup.

Constructors

ReportGroupArgs({Input<bool?>? deleteReports, required Input<ReportGroupExportConfig> exportConfig, Input<String?>? name, Input<String?>? region, Input<Map<String, String>?>? tags, required Input<String> type})
Creates a new ReportGroupArgs. deleteReports If true, deletes any reports that belong to a report group before deleting the report group. If false, you must delete any reports in the report group before deleting it. Default value is false. exportConfig Information about the destination where the raw data of this Report Group is exported. see Export Config documented below. name The name of a Report Group. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tags Key-value mapping of resource tags. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. type The type of the Report Group. Valid value are TEST and CODE_COVERAGE.
const
ReportGroupArgs.fromMap(Map<String, dynamic> map)
factory

Properties

deleteReports → Input<bool?>?
If true, deletes any reports that belong to a report group before deleting the report group. If false, you must delete any reports in the report group before deleting it. Default value is false.
final
exportConfig → Input<ReportGroupExportConfig>
Information about the destination where the raw data of this Report Group is exported. see Export Config documented below.
final
hashCode int
The hash code for this object.
no setterinherited
name → Input<String?>?
The name of a Report Group.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags → Input<Map<String, String>?>?
Key-value mapping of resource tags. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
type → Input<String>
The type of the Report Group. Valid value are TEST and CODE_COVERAGE.
final

Methods

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

Operators

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