Files
ubicloud/serializers
Jeremy Evans 623ace37f0 Use Data instead of Struct for invoice serializer
This ensures the resulting values are not modified, and it prevents
use of the [] method. Only change needed is specifying
resource_type and resource_family for the aggregated items (these
are unused, but Data requires all members are assigned).
2025-08-08 15:17:40 -07:00
..