Struct confluence::PageSummary
[−]
[src]
pub struct PageSummary {
pub id: i64,
pub space: String,
pub parent_id: i64,
pub title: String,
pub url: String,
}Page Summary.
Fields
id | The id of the page |
space | The key of the space that this page belongs to |
parent_id | The id of the parent page |
title | The title of the page |
url | The url to view this page online |