Struct confluence::Space
[−]
[src]
pub struct Space {
pub key: String,
pub name: String,
pub space_group: Option<String>,
pub space_type: String,
pub url: String,
pub home_page: i64,
pub description: Option<String>,
}Space.
Fields
key | The space key |
name | The name of the space |
space_group | Space group |
space_type | Space type |
url | The url to view this space online |
home_page | The id of the space homepage |
description | The HTML rendered space description |