DataSourcesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Paidlc;
new DataSourcesProperty {
object DataSourceId,
object MountPath = null
};
Properties
Name | Type | Description |
---|---|---|
DataSourceId |
object |
No description. |
MountPath |
object |
No description. |
DataSourceId
Required
public object DataSourceId { get; set; }
- Type: object
MountPath
Optional
public object MountPath { get; set; }
- Type: object