Skip to content

RosNamespacesProps

Properties for defining a RosNamespaces.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cr-namespaces

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cr;
new RosNamespacesProps {
    object RefreshOptions = null,
    object Status = null
};

Properties

Name Type Description
RefreshOptions object No description.
Status object No description.

RefreshOptionsOptional

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

StatusOptional

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