Click or drag to resize

EventAccessTokenName Property

Gets the access token name associated with the event, can be null

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 string AccessTokenName { get; set; }

Return Value

Type: String
the access token name associated with the event
See Also