Class CadencePathValue
Namespace: Flow.Net.Sdk.Core.Cadence
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadencePathValue
Properties
| Improve this Doc View SourceDomain
Declaration
[JsonProperty("domain")]
public string Domain { get; set; }
Property Value
Type | Description |
---|---|
String |
Identifier
Declaration
[JsonProperty("identifier")]
public string Identifier { get; set; }
Property Value
Type | Description |
---|---|
String |