Skip to main content

CreateSkillResponseBody

Type Alias CreateSkillResponseBody 

Source
pub type CreateSkillResponseBody = SkillObject;

Aliased Type§

pub struct CreateSkillResponseBody {
    pub id: String,
    pub created_at: String,
    pub display_name: String,
    pub latest_version_id: String,
    pub source: SkillSource,
    pub type_: SkillObjectType,
    pub updated_at: String,
    pub extra: BTreeMap<String, Value>,
}

Fields§

§id: String§created_at: String§display_name: String§latest_version_id: String§source: SkillSource§type_: SkillObjectType§updated_at: String§extra: BTreeMap<String, Value>