Table of Contents

Class RequestResult<T>

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

RequestResult object to contain information about a PUT or POST request.

public class RequestResult<T>

Type Parameters

T
Inheritance
RequestResult<T>
Inherited Members

Properties

Message

Gets the Message from the request.

public string Message { get; set; }

Property Value

string

The message.

Result

Gets the RequestResult from the request.

public T Result { get; set; }

Property Value

T

The result object.

ResultCode

Gets the RequestResult Code from the request.

public int? ResultCode { get; set; }

Property Value

int?

The result code.

Version

Gets the new Version of the sheet. It is only available on some operations..

public int? Version { get; set; }

Property Value

int?

The version.