Class LumaInfo
LumaInfo model. Represents Luma information including AI results and selected rate.
Inheritance
System.Object
LumaInfo
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class LumaInfo : object
Properties
| Improve this Doc View SourceAiResults
List of AI prediction results.
Declaration
public List<AiResults>? AiResults { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<AiResults>> |
LumaSelectedRate
The Luma-selected rate.
Declaration
public Rate LumaSelectedRate { get; set; }
Property Value
| Type | Description |
|---|---|
| Rate |
MatchingRuleIdx
Index of the matching rule.
Declaration
public int? MatchingRuleIdx { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
RulesetDescription
Description of the ruleset.
Declaration
public string? RulesetDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |