Enum ReportDestinationType
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the type of destination container for creating a report.
[JsonConverter(typeof(StringEnumConverter))]
public enum ReportDestinationType
Fields
[EnumMember(Value = "folder")] FOLDER = 0Destination is a folder.
[EnumMember(Value = "workspace")] WORKSPACE = 1Destination is a workspace.