public function getFieldTypes()

in src/FacebookAds/Object/Fields/PostFields.php [103:168]


  public function getFieldTypes() {
    return array(
      'actions' => 'list',
      'admin_creator' => 'Object',
      'allowed_advertising_objectives' => 'list<string>',
      'application' => 'Application',
      'backdated_time' => 'datetime',
      'call_to_action' => 'Object',
      'can_reply_privately' => 'bool',
      'caption' => 'string',
      'child_attachments' => 'list',
      'comments_mirroring_domain' => 'string',
      'coordinates' => 'Object',
      'created_time' => 'datetime',
      'description' => 'string',
      'event' => 'Event',
      'expanded_height' => 'unsigned int',
      'expanded_width' => 'unsigned int',
      'feed_targeting' => 'Object',
      'from' => 'Object',
      'full_picture' => 'string',
      'height' => 'unsigned int',
      'icon' => 'string',
      'id' => 'string',
      'instagram_eligibility' => 'string',
      'is_app_share' => 'bool',
      'is_eligible_for_promotion' => 'bool',
      'is_expired' => 'bool',
      'is_hidden' => 'bool',
      'is_inline_created' => 'bool',
      'is_instagram_eligible' => 'bool',
      'is_popular' => 'bool',
      'is_published' => 'bool',
      'is_spherical' => 'bool',
      'link' => 'Object',
      'message' => 'string',
      'message_tags' => 'list',
      'multi_share_end_card' => 'bool',
      'multi_share_optimized' => 'bool',
      'name' => 'string',
      'object_id' => 'string',
      'parent_id' => 'string',
      'permalink_url' => 'Object',
      'picture' => 'string',
      'place' => 'Place',
      'privacy' => 'Privacy',
      'promotable_id' => 'string',
      'promotion_status' => 'string',
      'properties' => 'list',
      'scheduled_publish_time' => 'float',
      'shares' => 'Object',
      'source' => 'string',
      'status_type' => 'string',
      'story' => 'string',
      'story_tags' => 'list',
      'subscribed' => 'bool',
      'target' => 'Profile',
      'targeting' => 'Object',
      'timeline_visibility' => 'string',
      'type' => 'string',
      'updated_time' => 'datetime',
      'via' => 'Object',
      'video_buying_eligibility' => 'list<string>',
      'width' => 'unsigned int',
    );
  }