Skip to content

Commit

Permalink
RentalvehicleFuel properties docs comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCris654 committed Jan 8, 2025
1 parent 26d8d7d commit 4788055
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@
*/
public class RentalVehicleFuel {

/**
* Current fuel percentage, expressed from 0 to 1.
*/
@Nullable
public final Ratio percent;

/**
* Current fuel percentage, expressed from 0 to 1.
*/
@Nullable
public final Distance range;

Expand Down

0 comments on commit 4788055

Please sign in to comment.