smartsheet-platform / smartsheet-csharp-sdk

Library that uses C# to connect to Smartsheet services.
Apache License 2.0
35 stars 30 forks source link

Incomplete TemplateInclusion enum #145

Open oscarms opened 2 years ago

oscarms commented 2 years ago

The list to Create Sheet from Template (https://smartsheet-platform.github.io/api-docs/#create-sheet-from-template) currently supports the following includes:

Smartsheet.Api.Models.TemplateInclusion has entries for the first 5 values, but is missing rules (RULES) and ruleRecipients (RULE_RECIPIENTS).