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

Trait Implementations

impl FromElement for PageSummary

fn from_element(element: Element) -> Result<PageSummary>

Derived Implementations

impl Debug for PageSummary

fn fmt(&self, __arg_0: &mut Formatter) -> Result