Flow.Net
Show / Hide Table of Contents

Class CadencePathValue

Inheritance
Object
CadencePathValue
Namespace: Flow.Net.Sdk.Core.Cadence
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadencePathValue

Properties

| Improve this Doc View Source

Domain

Declaration
[JsonProperty("domain")]
public string Domain { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Identifier

Declaration
[JsonProperty("identifier")]
public string Identifier { get; set; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX