pub type SectionBase = SectionCompact;Aliased Type§
pub struct SectionBase {
pub asana_resource: AsanaResource,
pub name: Option<String>,
}Fields§
§asana_resource: AsanaResourceA generic Asana Resource, containing a globally unique identifier.
name: Option<String>The name of the section (i.e. the text displayed as the section header).