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
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
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; }