Skip to main content

SectionBase

Type Alias SectionBase 

Source
pub type SectionBase = SectionCompact;

Aliased Type§

pub struct SectionBase {
    pub asana_resource: AsanaResource,
    pub name: Option<String>,
}

Fields§

§asana_resource: AsanaResource

A 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).