Class ListAssetSharesResponse
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Object returned for the get /shares endpoint.
This object provides metadata which can be used to perform paging on potentially large data sets.public class ListAssetSharesResponse
- Inheritance
-
ListAssetSharesResponse
- Inherited Members
Properties
Items
A list of objects representing the current page of data in the result set.
public IList<AssetShare> Items { get; set; }
Property Value
LastKey
Pagination token that can be used to retrieve the next set of results.
public string LastKey { get; set; }