Class UpdateSubscriptionVM
Inheritance
System.Object
UpdateSubscriptionVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class UpdateSubscriptionVM : CloudBaseVM
Properties
DefaultPermissions
Declaration
public DefaultPermissionsVM DefaultPermissions { get; set; }
Property Value
Domains
Declaration
public System.Collections.Generic.ICollection<string> Domains { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<System.String> |
|
Locale
Declaration
public string Locale { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PreviewType
Declaration
public PreviewType? PreviewType { get; set; }
Property Value
Declaration
public System.Collections.Generic.ICollection<string> Tags { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<System.String> |
|