fastly-api 14.0.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Page

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | Unique page identifier | 
**website_id** | Option<**String**> | Parent website ID | 
**name** | Option<**String**> | Page name | 
**description** | Option<**String**> | Page description | 
**notifications** | Option<[**Vec&lt;crate::models::Notification&gt;**]Notification.md> | Notification configurations for this page | 
**paths** | Option<**Vec<String>**> | URL paths to monitor | 
**created_at** | Option<**String**> |  | 
**updated_at** | Option<**String**> |  | 

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