public function getFieldTypes()

in src/FacebookAds/Object/Fields/AdCampaignActivityFields.php [99:160]


  public function getFieldTypes() {
    return array(
      'auto_create_lookalike_new' => 'bool',
      'auto_create_lookalike_old' => 'bool',
      'bid_adjustments_spec_new' => 'string',
      'bid_adjustments_spec_old' => 'string',
      'bid_amount_new' => 'int',
      'bid_amount_old' => 'int',
      'bid_constraints_new' => 'Object',
      'bid_constraints_old' => 'Object',
      'bid_info_new' => 'map<string, int>',
      'bid_info_old' => 'map<string, int>',
      'bid_strategy_new' => 'BidStrategyNew',
      'bid_strategy_old' => 'BidStrategyOld',
      'bid_type_new' => 'string',
      'bid_type_old' => 'string',
      'billing_event_new' => 'BillingEventNew',
      'billing_event_old' => 'BillingEventOld',
      'budget_limit_new' => 'Object',
      'budget_limit_old' => 'Object',
      'created_time' => 'datetime',
      'daily_impressions_new' => 'int',
      'daily_impressions_old' => 'int',
      'dco_mode_new' => 'string',
      'dco_mode_old' => 'string',
      'delivery_behavior_new' => 'string',
      'delivery_behavior_old' => 'string',
      'destination_type_new' => 'string',
      'destination_type_old' => 'string',
      'event_time' => 'datetime',
      'event_type' => 'string',
      'id' => 'string',
      'invoicing_limit_new' => 'int',
      'invoicing_limit_old' => 'int',
      'min_spend_target_new' => 'Object',
      'min_spend_target_old' => 'Object',
      'name_new' => 'string',
      'name_old' => 'string',
      'optimization_goal_new' => 'OptimizationGoalNew',
      'optimization_goal_old' => 'OptimizationGoalOld',
      'pacing_type_new' => 'int',
      'pacing_type_old' => 'int',
      'promoted_object_id_new' => 'string',
      'promoted_object_id_old' => 'string',
      'run_status_new' => 'string',
      'run_status_old' => 'string',
      'schedule_new' => 'list<Object>',
      'schedule_old' => 'list<Object>',
      'spend_cap_new' => 'Object',
      'spend_cap_old' => 'Object',
      'start_time_new' => 'datetime',
      'start_time_old' => 'datetime',
      'stop_time_new' => 'datetime',
      'stop_time_old' => 'datetime',
      'targeting_expansion_new' => 'Object',
      'targeting_expansion_old' => 'Object',
      'targeting_new' => 'Object',
      'targeting_old' => 'Object',
      'updated_time_new' => 'datetime',
      'updated_time_old' => 'datetime',
    );
  }