Flow.Net
Show / Hide Table of Contents

Class CadenceCompositeItem

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

Properties

| Improve this Doc View Source

Fields

Declaration
[JsonProperty("fields")]
public IEnumerable<CadenceCompositeItemValue> Fields { get; set; }
Property Value
Type Description
IEnumerable<CadenceCompositeItemValue>
| Improve this Doc View Source

Id

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