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. |
Owner
Required
public object Owner { get; set; }
- Type: object
Platform
Required
public object Platform { get; set; }
- Type: object
Repository
Required
public object Repository { get; set; }
- Type: object
CommitId
Optional
public object CommitId { get; set; }
- Type: object
Organization
Optional
public object Organization { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object