RosDashboardProps
Properties for defining a RosDashboard
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-dashboard
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new RosDashboardProps {
object Charts,
object DashboardName,
object ProjectName,
object Description = null,
object DisplayName = null
};
Properties
Name | Type | Description |
---|---|---|
Charts |
object |
No description. |
DashboardName |
object |
No description. |
ProjectName |
object |
No description. |
Description |
object |
No description. |
DisplayName |
object |
No description. |
Charts
Required
public object Charts { get; set; }
- Type: object
DashboardName
Required
public object DashboardName { get; set; }
- Type: object
ProjectName
Required
public object ProjectName { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
DisplayName
Optional
public object DisplayName { get; set; }
- Type: object