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 "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcxapi"
&alicloudroscdkcxapi.MetadataEntry {
    Type: *string,
    Data: interface{},
    Trace: *[]*string,
}

Properties

Name Type Description
Type *string The type of the metadata entry.
Data interface{} The data.
Trace []string A stack trace for when the entry was created.

~~Type~~Required

  • Deprecated: moved to package 'ros-assembly-schema'
Type *string
  • Type: *string

The type of the metadata entry.


~~Data~~Optional

  • Deprecated: moved to package 'ros-assembly-schema'
Data interface{}
  • Type: interface{}
  • Default: no data.

The data.


~~Trace~~Optional

  • Deprecated: moved to package 'ros-assembly-schema'
Trace *[]*string
  • Type: []string
  • Default: no trace.

A stack trace for when the entry was created.