Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceInfo ¶
type ResourceInfo struct {
/* 实例id (Optional) */
ResourceId string `json:"resourceId"`
/* 实例名称 (Optional) */
ResourceName string `json:"resourceName"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* serivceCode (Optional) */
ServiceCode string `json:"serviceCode"`
/* 绑定实例信息列表 (Optional) */
Bind []ResourceInfo `json:"bind"`
}
Click to show internal directories.
Click to hide internal directories.