Skip to content

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.

CodeSourceIdRequired

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

BranchOptional

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

CommitOptional

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

MountPathOptional

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