BillableResourceEvent$json top-level constant

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

Implementation

@$core.Deprecated('Use billableResourceEventDescriptor instead')
const BillableResourceEvent$json = {
  '1': 'BillableResourceEvent',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'type', '3': 2, '4': 1, '5': 9, '10': 'type'},
    {'1': 'usage_quantity', '3': 3, '4': 1, '5': 1, '10': 'usageQuantity'},
    {'1': 'usage_quantity_unit', '3': 4, '4': 1, '5': 9, '10': 'usageQuantityUnit'},
    {'1': 'usage_cost', '3': 5, '4': 1, '5': 9, '10': 'usageCost'},
    {'1': 'occurred_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'occurredAt'},
    {'1': 'user_name', '3': 7, '4': 1, '5': 9, '10': 'userName'},
  ],
};