Source:
Local role: Describes one resource effect of one Action.
Big-picture role: Encodes consumption, production, or transfer semantics for Resource.
Inheritance:
- dataclass
Parameters and fields:
resource_id: ObjectIdeffect_type: strquantity: floatsource_id: Optional[ObjectId]target_id: Optional[ObjectId]metadata: JsonMap
Methods:
to_dict(...)from_dict(...)
See also:
