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. |
Type
Required
Type *string
- Type: *string
The type of the metadata entry.
Data
Optional
Data interface{}
- Type: interface{}
- Default: no data.
The data.
Trace
Optional
Trace *[]*string
- Type: []string
- Default: no trace.
A stack trace for when the entry was created.
Path
Required
Path *string
- Type: *string
The path in which this entry was defined.