Skip to content

RosGitCodeRepoProps

Properties for defining a RosGitCodeRepo.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-oos-gitcoderepo

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkoos/datasource"
&datasource.RosGitCodeRepoProps {
    Owner: interface{},
    Platform: interface{},
    Repository: interface{},
    CommitId: interface{},
    Organization: interface{},
    RefreshOptions: interface{},
}

Properties

Name Type Description
Owner interface{} No description.
Platform interface{} No description.
Repository interface{} No description.
CommitId interface{} No description.
Organization interface{} No description.
RefreshOptions interface{} No description.

OwnerRequired

Owner interface{}
  • Type: interface{}

PlatformRequired

Platform interface{}
  • Type: interface{}

RepositoryRequired

Repository interface{}
  • Type: interface{}

CommitIdOptional

CommitId interface{}
  • Type: interface{}

OrganizationOptional

Organization interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}