RosCodeSourceProps
Properties for defining a RosCodeSource
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pai-codesource
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pai;
new RosCodeSourceProps {
object Accessibility,
object CodeRepo,
object DisplayName,
object MountPath,
object WorkspaceId,
object CodeBranch = null,
object CodeCommit = null,
object CodeRepoAccessToken = null,
object CodeRepoUserName = null,
object Description = null
};
Properties
Name | Type | Description |
---|---|---|
Accessibility |
object |
No description. |
CodeRepo |
object |
No description. |
DisplayName |
object |
No description. |
MountPath |
object |
No description. |
WorkspaceId |
object |
No description. |
CodeBranch |
object |
No description. |
CodeCommit |
object |
No description. |
CodeRepoAccessToken |
object |
No description. |
CodeRepoUserName |
object |
No description. |
Description |
object |
No description. |
Accessibility
Required
public object Accessibility { get; set; }
- Type: object
CodeRepo
Required
public object CodeRepo { get; set; }
- Type: object
DisplayName
Required
public object DisplayName { get; set; }
- Type: object
MountPath
Required
public object MountPath { get; set; }
- Type: object
WorkspaceId
Required
public object WorkspaceId { get; set; }
- Type: object
CodeBranch
Optional
public object CodeBranch { get; set; }
- Type: object
CodeCommit
Optional
public object CodeCommit { get; set; }
- Type: object
CodeRepoAccessToken
Optional
public object CodeRepoAccessToken { get; set; }
- Type: object
CodeRepoUserName
Optional
public object CodeRepoUserName { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object