Report Delivery Destination Response
    data class ReportDeliveryDestinationResponse(val container: String, val resourceId: String, val rootFolderPath: String? = null)
The destination information for the delivery of the report.
Constructors
Link copied to clipboard
                fun ReportDeliveryDestinationResponse(container: String, resourceId: String, rootFolderPath: String? = null)