Insights Report Config Object Metadata Report Options
data class InsightsReportConfigObjectMetadataReportOptions(val metadataFields: List<String>, val storageDestinationOptions: InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions, val storageFilters: InsightsReportConfigObjectMetadataReportOptionsStorageFilters? = null)
Constructors
Link copied to clipboard
constructor(metadataFields: List<String>, storageDestinationOptions: InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions, storageFilters: InsightsReportConfigObjectMetadataReportOptionsStorageFilters? = null)
Properties
Link copied to clipboard
The metadata fields included in an inventory report.
Link copied to clipboard
val storageDestinationOptions: InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions
Options for where the inventory reports are stored. Structure is documented below.
Link copied to clipboard
A nested object resource Structure is documented below.