MetadataEntryResult
Initializer
import ros_cdk_cxapi
ros_cdk_cxapi.MetadataEntryResult(
type: str,
data: typing.Union[str, typing.List[Tag]] = None,
trace: typing.List[str] = None,
path: str
)
Properties
Name | Type | Description |
---|---|---|
type |
str |
The type of the metadata entry. |
data |
typing.Union[str, typing.List[ros_cdk_assembly_schema.Tag]] |
The data. |
trace |
typing.List[str] |
A stack trace for when the entry was created. |
path |
str |
The path in which this entry was defined. |
type
Required
type: str
- Type: str
The type of the metadata entry.
data
Optional
data: typing.Union[str, typing.List[Tag]]
- Type: typing.Union[str, typing.List[ros_cdk_assembly_schema.Tag]]
- Default: no data.
The data.
trace
Optional
trace: typing.List[str]
- Type: typing.List[str]
- Default: no trace.
A stack trace for when the entry was created.
path
Required
path: str
- Type: str
The path in which this entry was defined.