//! A WhizzML script on BigML.
usesuper::Resource;usesuper::id::*;usesuper::status::*;resource!{
api_name "script";/// A WhizzML script on BigML.
////// TODO: Still lots of missing fields.
#[derive(Debug, Deserialize)]pubstructScript{/// The status of this resource.
pubstatus: GenericStatus,
/// The source code of this script.
pubsource_code: String,
}}