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