Skip to content

CodeSourceProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpaidlc"
&alicloudroscdkpaidlc.CodeSourceProperty {
    CodeSourceId: interface{},
    Branch: interface{},
    Commit: interface{},
    MountPath: interface{},
}

Properties

Name Type Description
CodeSourceId interface{} No description.
Branch interface{} No description.
Commit interface{} No description.
MountPath interface{} No description.

CodeSourceIdRequired

CodeSourceId interface{}
  • Type: interface{}

BranchOptional

Branch interface{}
  • Type: interface{}

CommitOptional

Commit interface{}
  • Type: interface{}

MountPathOptional

MountPath interface{}
  • Type: interface{}