<?php
/**
 * Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
 *
 * You are hereby granted a non-exclusive, worldwide, royalty-free license to
 * use, copy, modify, and distribute this software in source code or binary
 * form for use in connection with the web services and APIs provided by
 * Facebook.
 *
 * As with any software that integrates with the Facebook platform, your use
 * of this software is subject to the Facebook Developer Principles and
 * Policies [http://developers.facebook.com/policy/]. This copyright notice
 * shall be included in all copies or substantial portions of the software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 * DEALINGS IN THE SOFTWARE.
 *
 */

namespace PYS_PRO_GLOBAL\FacebookAds\Object\Fields;

use PYS_PRO_GLOBAL\FacebookAds\Enum\AbstractEnum;

/**
 * This class is auto-generated.
 *
 * For any issues or feature requests related to this class, please let us know
 * on github and we'll fix in our codegen framework. We'll not be able to accept
 * pull request for this class.
 *
 */

class PartnerStudyFields extends AbstractEnum {

  const ADDITIONAL_INFO = 'additional_info';
  const BRAND = 'brand';
  const CLIENT_NAME = 'client_name';
  const EMAILS = 'emails';
  const ID = 'id';
  const INPUT_IDS = 'input_ids';
  const IS_EXPORT = 'is_export';
  const LIFT_STUDY = 'lift_study';
  const LOCATION = 'location';
  const MATCH_FILE_DS = 'match_file_ds';
  const NAME = 'name';
  const PARTNER_DEFINED_ID = 'partner_defined_id';
  const PARTNER_HOUSEHOLD_GRAPH_DATASET_ID = 'partner_household_graph_dataset_id';
  const STATUS = 'status';
  const STUDY_END_DATE = 'study_end_date';
  const STUDY_START_DATE = 'study_start_date';
  const STUDY_TYPE = 'study_type';
  const SUBMIT_DATE = 'submit_date';

  public function getFieldTypes() {
    return array(
      'additional_info' => 'string',
      'brand' => 'string',
      'client_name' => 'string',
      'emails' => 'string',
      'id' => 'string',
      'input_ids' => 'list<string>',
      'is_export' => 'bool',
      'lift_study' => 'AdStudy',
      'location' => 'string',
      'match_file_ds' => 'string',
      'name' => 'string',
      'partner_defined_id' => 'string',
      'partner_household_graph_dataset_id' => 'string',
      'status' => 'string',
      'study_end_date' => 'datetime',
      'study_start_date' => 'datetime',
      'study_type' => 'string',
      'submit_date' => 'datetime',
    );
  }
}
