Class PlotInfoRequestData
- Namespace
- chia.dotnet
- Assembly
- chia-dotnet.dll
public record PlotInfoRequestData : IEquatable<PlotInfoRequestData>
- Inheritance
-
PlotInfoRequestData
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
Filter
public IEnumerable<FilterItem> Filter { get; init; }
Property Value
- IEnumerable<FilterItem>
NodeId
public string NodeId { get; init; }
Property Value
- string
Page
public int Page { get; init; }
Property Value
- int
PageSize
public int PageSize { get; init; }
Property Value
- int
Reverse
public bool Reverse { get; init; }
Property Value
- bool
SortKey
public string SortKey { get; init; }
Property Value
- string