PartReferenceResponse

Type Alias PartReferenceResponse 

Source
pub type PartReferenceResponse = PartReference;
Expand description

Represents the response data for a lightweight story part reference. Alias for [model::PartReference].

Aliased Type§

pub struct PartReferenceResponse {
    pub id: Option<u64>,
    pub create_date: Option<String>,
}

Fields§

§id: Option<u64>

The unique numerical identifier of the story part.

§create_date: Option<String>

The timestamp when the part was created.