Show / Hide Table of Contents

Class PathResponseLinks

Inheritance
System.Object
PathResponseLinks
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class PathResponseLinks : object

Constructors

PathResponseLinks(Link<PathResponse>)

Declaration
public PathResponseLinks(Link<PathResponse> self)
Parameters
Type Name Description
Link<PathResponse> self

Properties

Self

Declaration
public Link<PathResponse> Self { get; }
Property Value
Link<PathResponse>

Back to top Generated by DocFX