Ad_AdState$json top-level constant

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

Implementation

@$core.Deprecated('Use adDescriptor instead')
const Ad_AdState$json = {
  '1': 'AdState',
  '2': [
    {'1': 'Unknown', '2': 0},
    {'1': 'ReadyForInference', '2': 5},
    {'1': 'InferenceStarted', '2': 6},
    {'1': 'Created', '2': 10},
    {'1': 'ReTake', '2': 15},
    {'1': 'ReadyForApproval', '2': 20},
    {'1': 'WaitingForActivation', '2': 25},
    {'1': 'Active', '2': 30},
    {'1': 'InActive', '2': 40},
    {'1': 'Deleted', '2': 50},
    {'1': 'Sold', '2': 60},
    {'1': 'Suspended', '2': 70},
    {'1': 'Bought', '2': 80},
    {'1': 'Expired', '2': 90},
    {'1': 'Donated', '2': 100},
  ],
};