Class SubscriptionInviteVM
Inheritance
System.Object
SubscriptionInviteVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class SubscriptionInviteVM : CloudBaseVM
Properties
AccessToken
Declaration
public string AccessToken { get; set; }
Property Value
Type |
Description |
System.String |
|
AddedUsers
Declaration
public System.Collections.Generic.ICollection<InvitedUser> AddedUsers { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<InvitedUser> |
|
CreatorUserId
Declaration
public string CreatorUserId { get; set; }
Property Value
Type |
Description |
System.String |
|
Durable
Declaration
public bool Durable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ExpiredDate
Declaration
public System.DateTime ExpiredDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Usages
Declaration
public long Usages { get; set; }
Property Value
Type |
Description |
System.Int64 |
|