Report Properties Args
data class ReportPropertiesArgs(val offerGuid: Output<String>? = null, val resources: Output<List<ResourceMetadataArgs>>, val timeZone: Output<String>, val triggerTime: Output<String>) : ConvertibleToJava<ReportPropertiesArgs>
Report's properties.
Constructors
Link copied to clipboard
constructor(offerGuid: Output<String>? = null, resources: Output<List<ResourceMetadataArgs>>, timeZone: Output<String>, triggerTime: Output<String>)