Skip to content

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.

AccessibilityRequired

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

CodeRepoRequired

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

DisplayNameRequired

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

MountPathRequired

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

WorkspaceIdRequired

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

CodeBranchOptional

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

CodeCommitOptional

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

CodeRepoAccessTokenOptional

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

CodeRepoUserNameOptional

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

DescriptionOptional

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