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
PlanId
Gets or sets the plan ID.
public long PlanId { get; set; }
Property Value
ProvisionalExpirationDate
Gets or sets the expiration date of the provisional seat type of the user.
public DateTime? ProvisionalExpirationDate { get; set; }
Property Value
SeatType
Gets or sets the seat type.
public SeatType SeatType { get; set; }
Property Value
SeatTypeLastChangedAt
Gets or sets the seat type last changed at timestamp.
public DateTime? SeatTypeLastChangedAt { get; set; }