pub type RetrieveSkillResponseBody = SkillObject;Aliased Type§
pub struct RetrieveSkillResponseBody {
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>