RosEngineNamespaceProps
Properties for defining a RosEngineNamespace
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mse-enginenamespace
Initializer
using AlibabaCloud.SDK.ROS.CDK.Mse;
new RosEngineNamespaceProps {
object InstanceId,
object Name,
object Desc = null,
object Identity = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceId |
object |
No description. |
Name |
object |
No description. |
Desc |
object |
No description. |
Identity |
object |
No description. |
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Name
Required
public object Name { get; set; }
- Type: object
Desc
Optional
public object Desc { get; set; }
- Type: object
Identity
Optional
public object Identity { get; set; }
- Type: object