Table of Contents

Class UserPlan

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

Represents a user's plan information.

public class UserPlan
Inheritance
UserPlan
Inherited Members

Properties

IsInternal

Gets or sets whether the user is internal.

public bool IsInternal { get; set; }

Property Value

bool

PlanId

Gets or sets the plan ID.

public long PlanId { get; set; }

Property Value

long

ProvisionalExpirationDate

Gets or sets the expiration date of the provisional seat type of the user.

public DateTime? ProvisionalExpirationDate { get; set; }

Property Value

DateTime?

SeatType

Gets or sets the seat type.

public SeatType SeatType { get; set; }

Property Value

SeatType

SeatTypeLastChangedAt

Gets or sets the seat type last changed at timestamp.

public DateTime? SeatTypeLastChangedAt { get; set; }

Property Value

DateTime?