CogniteExtractorFile

Type Alias CogniteExtractorFile 

Source
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: InstanceId

Id of the instance.

§audit: CogniteAuditable

An audit of the lifecycle of the instance

§properties: ExtractorFileObject

Properties of this type.