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

PlanName

Gets or sets the name of the organization that owns the plan.

This is null unless planName was requested via the include parameter of List User Plans, and is also null for a plan whose owning organization has no name.

public string? PlanName { get; set; }

Property Value

string

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?