Skip to main content

ReportReasonObject

Type Alias ReportReasonObject 

Source
pub type ReportReasonObject = ApiObjectNoRelationships<ReportReasonAttributes>;

Aliased Type§

pub struct ReportReasonObject {
    pub id: Uuid,
    pub type_: RelationshipType,
    pub attributes: ReportReasonAttributes,
}

Fields§

§id: Uuid§type_: RelationshipType§attributes: ReportReasonAttributes