in src/FacebookAds/Object/Fields/PagePostFields.php [96:154]
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',
'child_attachments' => 'list',
'comments_mirroring_domain' => 'string',
'coordinates' => 'Object',
'created_time' => 'datetime',
'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',
'message' => 'string',
'message_tags' => 'list',
'multi_share_end_card' => 'bool',
'multi_share_optimized' => 'bool',
'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',
'status_type' => 'string',
'story' => 'string',
'story_tags' => 'list',
'subscribed' => 'bool',
'target' => 'Profile',
'targeting' => 'Object',
'timeline_visibility' => 'string',
'updated_time' => 'datetime',
'via' => 'Object',
'video_buying_eligibility' => 'list<string>',
'width' => 'unsigned int',
);
}