pub type CogniteExtractorFile = CogniteExtendable<ExtractorFileObject>;Expand description
A special data models instance type.
Aliased Type§
pub struct CogniteExtractorFile {
pub view: Option<ViewReference>,
pub id: InstanceId,
pub audit: CogniteAuditable,
pub properties: ExtractorFileObject,
}Fields§
§view: Option<ViewReference>The where the instance belong. This can be none if the default view is preferred.
id: InstanceIdId of the instance.
audit: CogniteAuditableAn audit of the lifecycle of the instance
properties: ExtractorFileObjectProperties of this type.