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