Skip to content

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.

ChartsRequired

public object Charts { get; set; }
  • Type: object

DashboardNameRequired

public object DashboardName { get; set; }
  • Type: object

ProjectNameRequired

public object ProjectName { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

DisplayNameOptional

public object DisplayName { get; set; }
  • Type: object