RosGitCodeRepoProps
Properties for defining a RosGitCodeRepo.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-oos-gitcoderepo
Initializer
using AlibabaCloud.SDK.ROS.CDK.Oos;
new RosGitCodeRepoProps {
object Owner,
object Platform,
object Repository,
object CommitId = null,
object Organization = null,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
Owner |
object |
No description. |
Platform |
object |
No description. |
Repository |
object |
No description. |
CommitId |
object |
No description. |
Organization |
object |
No description. |
RefreshOptions |
object |
No description. |
OwnerRequired
public object Owner { get; set; }
- Type: object
PlatformRequired
public object Platform { get; set; }
- Type: object
RepositoryRequired
public object Repository { get; set; }
- Type: object
CommitIdOptional
public object CommitId { get; set; }
- Type: object
OrganizationOptional
public object Organization { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object