ReportDeliveryInfoArgs

data class ReportDeliveryInfoArgs(val destination: Output<ReportDeliveryDestinationArgs>) : ConvertibleToJava<ReportDeliveryInfoArgs>

The delivery information associated with a report.

Constructors

Link copied to clipboard
constructor(destination: Output<ReportDeliveryDestinationArgs>)

Properties

Link copied to clipboard

Has destination for the report being delivered.

Functions

Link copied to clipboard
open override fun toJava(): ReportDeliveryInfoArgs