Show / Hide Table of Contents

Class GitInfo

Which source revision a server was built from.

Inheritance
object
BaseMethodResult
GitInfo
Inherited Members
BaseMethodResult.UnknownFields
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class GitInfo : BaseMethodResult

Properties

| Edit this page View Source

Branch

The branch the build came from.

Declaration
[JsonPropertyName("branch")]
public string Branch { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Hash

The commit the build came from.

Declaration
[JsonPropertyName("hash")]
public string Hash { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX