Actor
An actor is a person or organisation.
Properties
@type
Inherited from Entity.@type
- Type:
string
(external doc) - Proto-Index: 1
@id
Inherited from RefEntity.@id
- Type:
string
(external doc) - Proto-Index: 2
name
Inherited from RefEntity.name
- Type:
string
(external doc) - Proto-Index: 3
description
Inherited from RefEntity.description
- Type:
string
(external doc) - Proto-Index: 4
category
Inherited from RootEntity.category
- Type:
string
(external doc) - Proto-Index: 5
lastChange
Inherited from RootEntity.lastChange
- Type:
dateTime
(external doc) - Proto-Index: 6
tags
Inherited from RootEntity.tags
- Type:
List
ofstring
(external doc) - Proto-Index: 7
version
Inherited from RootEntity.version
- Type:
string
(external doc) - Proto-Index: 8
library
Inherited from RootEntity.library
- Type:
string
(external doc) - Proto-Index: 9
address
- Type:
string
(external doc) - Proto-Index: 10
city
- Type:
string
(external doc) - Proto-Index: 11
country
- Type:
string
(external doc) - Proto-Index: 12
email
- Type:
string
(external doc) - Proto-Index: 13
telefax
- Type:
string
(external doc) - Proto-Index: 14
telephone
- Type:
string
(external doc) - Proto-Index: 15
website
- Type:
string
(external doc) - Proto-Index: 16
zipCode
- Type:
string
(external doc) - Proto-Index: 17
Python class stub
The snippet below shows the names of the properties of the corresponding Python class of the olca-schema package. Note that this is not the full class definition but just shows the names of the class and its properties.
@dataclass
class Actor:
id: str
address: str
category: str
city: str
country: str
description: str
email: str
last_change: str
library: str
name: str
tags: List[str]
telefax: str
telephone: str
version: str
website: str
zip_code: str