Class BackupDataDto
VENFT Backup Data Dto
Inheritance
System.Object
BackupDataDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.Dto
Assembly: VEDriversLite.dll
Syntax
public class BackupDataDto
Properties
| Improve this Doc View SourceAddress
Main NeblioAddress
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Bookmarks
Serialized Bookmarks list
Declaration
public string Bookmarks { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BrowserTabs
Serialized browser tabs list
Declaration
public string BrowserTabs { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DogeAddress
Main Dogecoin Address
Declaration
public string DogeAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DogeKey
Main Dogecoin Address Key
Declaration
public string DogeKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Key
Main NeblioAddress Key
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MessageTabs
Serialized message tabs list
Declaration
public string MessageTabs { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OpenAIApiKey
Declaration
public string OpenAIApiKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubAccounts
Serialized SubAccounts list
Declaration
public string SubAccounts { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WoCAPIJWT
Connection API JWT Token for the WordPress
Declaration
public string WoCAPIJWT { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WoCAPIKey
Connection API Key for the WooCommerce eshop
Declaration
public string WoCAPIKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WoCAPISecret
Connection API Secret for the WooCommerce eshop
Declaration
public string WoCAPISecret { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WoCAPIUrl
Connection Url for WooCommerce eshop
Declaration
public string WoCAPIUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |