Skip to content

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.

AccessibilityRequired

Accessibility interface{}
  • Type: interface{}

CodeRepoRequired

CodeRepo interface{}
  • Type: interface{}

DisplayNameRequired

DisplayName interface{}
  • Type: interface{}

MountPathRequired

MountPath interface{}
  • Type: interface{}

WorkspaceIdRequired

WorkspaceId interface{}
  • Type: interface{}

CodeBranchOptional

CodeBranch interface{}
  • Type: interface{}

CodeCommitOptional

CodeCommit interface{}
  • Type: interface{}

CodeRepoAccessTokenOptional

CodeRepoAccessToken interface{}
  • Type: interface{}

CodeRepoUserNameOptional

CodeRepoUserName interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}