Skip to content

MetadataEntry

Backwards compatibility for when 'MetadataEntry' was defined here.

This is necessary because its used as an input in the stable

core.ConstructNode.metadata

Initializer

import ros_cdk_cxapi
ros_cdk_cxapi.MetadataEntry(
  type: str,
  data: typing.Union[str, typing.List[Tag]] = None,
  trace: typing.List[str] = None
)

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.

~~type~~Required

  • Deprecated: moved to package 'ros-assembly-schema'
type: str
  • Type: str

The type of the metadata entry.


~~data~~Optional

  • Deprecated: moved to package 'ros-assembly-schema'
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

  • Deprecated: moved to package 'ros-assembly-schema'
trace: typing.List[str]
  • Type: typing.List[str]
  • Default: no trace.

A stack trace for when the entry was created.