Skip to content

RosCenInstancesProps

Properties for defining a RosCenInstances.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cen-ceninstances

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cen;
new RosCenInstancesProps {
    object Filter = null,
    object RefreshOptions = null
};

Properties

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

FilterOptional

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

RefreshOptionsOptional

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