RosCodeSourceProps
Properties for defining a RosCodeSource
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pai-codesource
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpai"
&alicloudroscdkpai.RosCodeSourceProps {
Accessibility: interface{},
CodeRepo: interface{},
DisplayName: interface{},
MountPath: interface{},
WorkspaceId: interface{},
CodeBranch: interface{},
CodeCommit: interface{},
CodeRepoAccessToken: interface{},
CodeRepoUserName: interface{},
Description: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Accessibility |
interface{} |
No description. |
CodeRepo |
interface{} |
No description. |
DisplayName |
interface{} |
No description. |
MountPath |
interface{} |
No description. |
WorkspaceId |
interface{} |
No description. |
CodeBranch |
interface{} |
No description. |
CodeCommit |
interface{} |
No description. |
CodeRepoAccessToken |
interface{} |
No description. |
CodeRepoUserName |
interface{} |
No description. |
Description |
interface{} |
No description. |
Accessibility
Required
Accessibility interface{}
- Type: interface{}
CodeRepo
Required
CodeRepo interface{}
- Type: interface{}
DisplayName
Required
DisplayName interface{}
- Type: interface{}
MountPath
Required
MountPath interface{}
- Type: interface{}
WorkspaceId
Required
WorkspaceId interface{}
- Type: interface{}
CodeBranch
Optional
CodeBranch interface{}
- Type: interface{}
CodeCommit
Optional
CodeCommit interface{}
- Type: interface{}
CodeRepoAccessToken
Optional
CodeRepoAccessToken interface{}
- Type: interface{}
CodeRepoUserName
Optional
CodeRepoUserName interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}