Skip to content

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.

typeRequired

type: str
  • Type: str

The type of the metadata entry.


dataOptional

data: typing.Union[str, typing.List[Tag]]
  • Type: typing.Union[str, typing.List[ros_cdk_assembly_schema.Tag]]
  • Default: no data.

The data.


traceOptional

trace: typing.List[str]
  • Type: typing.List[str]
  • Default: no trace.

A stack trace for when the entry was created.


pathRequired

path: str
  • Type: str

The path in which this entry was defined.