Skip to content

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.

DataSourceIdRequired

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

MountPathOptional

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