Class ReportDestination
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the destination container for creating a report.
public class ReportDestination
- Inheritance
-
ReportDestination
- Inherited Members
Properties
DestinationId
The ID of the destination container (required).
public long DestinationId { get; set; }
Property Value
DestinationType
Type of destination container: folder or workspace (required).
public ReportDestinationType DestinationType { get; set; }