Skip to content

MetadataEntryResult

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcxapi"
&alicloudroscdkcxapi.MetadataEntryResult {
    Type: *string,
    Data: interface{},
    Trace: *[]*string,
    Path: *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.
Path *string The path in which this entry was defined.

TypeRequired

Type *string
  • Type: *string

The type of the metadata entry.


DataOptional

Data interface{}
  • Type: interface{}
  • Default: no data.

The data.


TraceOptional

Trace *[]*string
  • Type: []string
  • Default: no trace.

A stack trace for when the entry was created.


PathRequired

Path *string
  • Type: *string

The path in which this entry was defined.