Table of Contents

Class ReportScopeInclusion

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

An object representing a single asset (sheet or workspace) to be included in the scope of a report.

public class ReportScopeInclusion
Inheritance
ReportScopeInclusion
Inherited Members

Properties

AssetId

The id of the asset according to its assetType.

public long AssetId { get; set; }

Property Value

long

AssetType

The asset type to be included in the scope of the report.

SHEET and WORKSPACE are the only supported asset types.

public ReportAssetType AssetType { get; set; }

Property Value

ReportAssetType