zernio 0.0.80

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ListFacebookPages200ResponsePagesInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | Facebook Page ID | [optional]
**name** | Option<**String**> | Page name | [optional]
**username** | Option<**String**> | Page username/handle (may be null) | [optional]
**access_token** | Option<**String**> | Page-specific access token | [optional]
**category** | Option<**String**> | Page category | [optional]
**tasks** | Option<**Vec<String>**> | User permissions for this page | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)