Class Metadata2
Inheritance
System.Object
Metadata2
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.NeblioAPI
Assembly: VEDriversLite.NeblioAPI.dll
Syntax
public class Metadata2
Properties
| Improve this Doc View SourceAdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Description
Long name or description of token (ex. Nibble)
Declaration
[JsonProperty("description", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Encryptions
Array of encryption instruction objects for encrypting userData
Declaration
[JsonProperty("encryptions", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<Encryptions2> Encryptions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Encryptions2> |
Issuer
Name of token issuer
Declaration
[JsonProperty("issuer", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Issuer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Rules
Object describing token rules
Declaration
[JsonProperty("rules", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Rules2 Rules { get; set; }
Property Value
Type | Description |
---|---|
Rules2 |
TokenName
Token Symbol it will be identified by (ex. NIBBL)
Declaration
[JsonProperty("tokenName", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string TokenName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Urls
Declaration
[JsonProperty("urls", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<Urls2> Urls { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Urls2> |
UserData
Metadata set by user on token
Declaration
[JsonProperty("userData", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public UserData3 UserData { get; set; }
Property Value
Type | Description |
---|---|
UserData3 |