GitCodeRepoProps
Properties for defining a GitCodeRepo
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-oos-gitcoderepo
Initializer
using AlibabaCloud.SDK.ROS.CDK.Oos;
new GitCodeRepoProps {
object Owner,
object Platform,
object Repository,
object CommitId = null,
object Organization = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
Owner |
object |
Property owner: Git account. |
Platform |
object |
Property platform: Git platform. |
Repository |
object |
Property repository: Git repository. |
CommitId |
object |
Property commitId: Git commit id. |
Organization |
object |
Property organization: Git organization. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
Owner
Required
public object Owner { get; set; }
- Type: object
Property owner: Git account.
Platform
Required
public object Platform { get; set; }
- Type: object
Property platform: Git platform.
Repository
Required
public object Repository { get; set; }
- Type: object
Property repository: Git repository.
CommitId
Optional
public object CommitId { get; set; }
- Type: object
Property commitId: Git commit id.
Organization
Optional
public object Organization { get; set; }
- Type: object
Property organization: Git organization.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.