Click or drag to resize

RequestResultT Class

RequestResult object to contain information about a PUT or POST request.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsRequestResultT

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class RequestResult<T>

Type Parameters

T

The RequestResultT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyMessage
Gets the Message from the request.
Public propertyResult
Gets the RequestResult from the request.
Public propertyResultCode
Gets the RequestResult Code from the request.
Public propertyVersion
Gets the new Version of the sheet. It is only available on some operations..
Top
See Also