Class SubscriptionPlansVM
Inheritance
System.Object
SubscriptionPlansVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class SubscriptionPlansVM : CloudBaseVM
Properties
Count
Declaration
public long Count { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Skip
Declaration
public int Skip { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SubscriptionPlans
Declaration
public System.Collections.Generic.ICollection<SubscriptionPlanVM> SubscriptionPlans { get; set; }
Property Value
Take
Declaration
public int Take { get; set; }
Property Value
Type |
Description |
System.Int32 |
|