ResourceUsageCosts$json top-level constant

  1. @Deprecated('Use resourceUsageCostsDescriptor instead')
Map<String, Object> const ResourceUsageCosts$json

Implementation

@$core.Deprecated('Use resourceUsageCostsDescriptor instead')
const ResourceUsageCosts$json = {
  '1': 'ResourceUsageCosts',
  '2': [
    {'1': 'usage_costs', '3': 1, '4': 3, '5': 11, '6': '.viam.app.v1.UsageCost', '10': 'usageCosts'},
    {'1': 'discount', '3': 2, '4': 1, '5': 1, '10': 'discount'},
    {'1': 'total_with_discount', '3': 3, '4': 1, '5': 1, '10': 'totalWithDiscount'},
    {'1': 'total_without_discount', '3': 4, '4': 1, '5': 1, '10': 'totalWithoutDiscount'},
  ],
};