Skip to main content

RetrieveSkillResponseBody

Type Alias RetrieveSkillResponseBody 

Source
pub type RetrieveSkillResponseBody = SkillObject;

Aliased Type§

pub struct RetrieveSkillResponseBody {
    pub id: String,
    pub created_at: String,
    pub display_title: String,
    pub latest_version: String,
    pub source: SkillSourceType,
    pub type_: SkillObjectType,
    pub updated_at: String,
    pub rest: Map<String, Value>,
}

Fields§

§id: String§created_at: String§display_title: String§latest_version: String§source: SkillSourceType§type_: SkillObjectType§updated_at: String§rest: Map<String, Value>